.logo img {
	margin-top: -80px !important;
	height : 100px !important;
}


.logo h1 {
    margin-top: -80px !important;
    height: 100px !important;
    color: #8ac65e !important;
    width: 50%;
    letter-spacing: -3px;
    font-size: 50px !important;
}



/*header a[href^="callto:"] {
    font-size: 2.5em !important;
}*/



header a[href^="callto:"] {
    font-size: 1.6em !important;
    margin-left: 58px;
    margin-top: 20px;
}



.brand span {
    font-size: 1.4em !important;
}

.icon {
    padding-top: 50px !important;
    position: relative !important;
}

h3 {
    font-size: 1.95em !important;
    line-height: 1.46 !important;
    font-weight: 300 !important;
    color: #333333 !important;
}

.icon a:before {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 5.45rem;
    margin-bottom: 7px;
    line-height: 1;
    color: #71b64d;
    text-shadow: 8px 8px 5px rgba(0, 0, 0, 0.11);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.mailform {
    position: relative;
    background: #f7f7f7;
    padding: 34px 30px;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

h1 {
    font-size: 3em !important;
}



.in img{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}


.bg-image .container > .img_wr {
    position: absolute;
    top: 49%;
    left: -22px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}


.bg-image .container > .img_wr .img_inner + .img_inner {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}


.imgnew img{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}


.onlineimg img {
    /* margin-left: 675px; */
    margin-left: 745px !important;
    width: 500px !important;
    height: 100%;
}




.mobileimg img {
    /* margin-left: 675px; */
    margin-left: 745px !important;
    width: 370px !important;
    height: 100%;
}


.virtualimg img {
    /* margin-left: 675px; */
    margin-left: -15px !important;
    width: 500px !important;
    height: 100%;
}

.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #333333;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.address {
	    font-size: 0.8em;
        margin-top: 1.5rem;
}

.mail_id{
	font-size: 0.8em;
    /*color: #0d87e3 !important;*/
}


.mail_id:hover {
    color: #0d87e3 !important;
}

.brand + * {
    margin-top: 2.15rem !important;
}



.marked-list + p {
    margin-top: 3.0rem !important;
}


footer .copyright {
    margin-top: 1.0rem !important;
}

/**********media 786*************/
@media (max-width: 768px) {

header a[href^="callto:"] {
    font-size: 2.3em !important;
    margin-left: -17px;
}



.logo img {
    margin-top: -50px !important;
    height: 100px !important;
}


.device, .device1, .device2{
    margin-left: -700px;
}

.btn {
    
    padding: 20px 45px 31px !important;
    
}

.virtualimg img {
    /* margin-left: 675px; */
    margin-left: -335px !important;
    width: 500px !important;
    height: 100%;
}
}


@media (min-width: 1200px){
.row {
    /*margin-top: -32px !important;*/
    margin-top: -40px !important;
}

* + .row {
    margin-top: 10px !important;
}
}