/*
Theme Name: DEG Technology
Theme URI: http://degtech.com 
Author: PMSL Team
Author URI: http://degtech.com
Description: A Minimal WordPress Theme.
Version: 0.1
*/


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-Jan-2018, 15:54:13
    Author     : PMSL-2
*/

*{
    margin:0;
    padding:0;
}

body{
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size:16px;
    color:#000;
    line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 15px;
    font-weight:600;
}

b,
strong {
    font-weight: bold
}

h1,
.h1 {
    font-size: 60px
}

h2,
.h2 {
    font-size: 40px
}

h3,
.h3 {
    font-size: 30px
}

h4,
.h4 {
    font-size: 22px
}

h5,
.h5 {
    font-size: 18px
}

h6,
.h6 {
    font-size: 14px
}

h5 small,
.h5 small {
    font-size: 16px
}

h6 small,
.h6 small {
    font-size: 12px
}

a {
    color: #2d2d2d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a:hover,
a:focus,
a:active {
    color: #727272;
    text-decoration: none;
    outline: none
}
ul {
    margin: 0
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px
}

.mt90 {
    margin-top: 90px
}

.mt100 {
    margin-top: 100px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.mb90 {
    margin-bottom: 90px
}

.mb100 {
    margin-bottom: 100px
}
.graysectionlft{
    position: absolute;
    background: #434245;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    width: 100vw;
    z-index: 99;
}
.mainbtn{
    background: #2c528c;
    color:#fff;
    font-size: 15px;
    display: inline-block;
    padding:2px 15px;
    margin-top: 20px;
    border: none;
    font-weight: normal;
}
.mainbtn:hover{
    background: #000;
    color: #fff;
}
header{
    position: absolute;
    left:0;
    right: 0;
    top:10px;
    z-index: 99;
}
.banner{
    margin-bottom: 30px;
}
.bs-slider{
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/*.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}*/
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: auto;
    bottom: 50px;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 0;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: auto;
    right: 80px;
}
.control-round .carousel-control.right {
    right:2%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}




/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}





/* LOPAMUDRA*/
span.wpcf7-not-valid-tip {
font-size:13px !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    font-size: 13px;
}

/* END CSS*/

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 35%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;

}

.slide-text > h1 {
    padding: 0;
    color: #000;
    font-size: 30px;
    font-style: normal; 
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom:20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    width: 60%;
}
.slide-text > a.btn-default{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 10px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #3572d0;
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 0;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .slide-text > p {
        width:90%;
        font-size: 16px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
        display:block;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
}
.callcontent{
    text-align:right;
    padding: 0;
    margin-top: 30px;
}
.callus{
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-bottom:#000 2px solid;
    display: inline-block;
    padding-bottom: 3px;
}
.welcomesection{
    font-size: 16px;
    margin-bottom:80px;
}
.welcomecontent h3{

}
.welcomeheading{
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #ffffff;
    background-color: #3571d0;
    display: inline-block;
    padding: 8px;
}
.subheading{
    display: block;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 21px;
    font-weight: 400; 
    border-bottom:#000 2px solid;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom:50px;
}
.welcometxt{
    padding-right: 50px;
}
.welcomeimgholder{
}
.largefont{
    font-size: 30px;
}
.backimg{
    position: relative;
}
.frntimg{
    position: absolute;
    bottom: -50px;
    left:-25px;
}



.servicesection{
    margin-bottom:30px;
}
.servicecontent{
    font-size: 16px;
    background:url(images/servicebg.jpg)  no-repeat;
    color: #fff;
    padding:80px 70px 80px;
    margin-top:8px;
    /* border: 0;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-shadow: inset 0 0 0 2px #3264b3;
     box-shadow: inset 0 0 0 4px #3264b3;*/
    position: relative; 
    background-size: cover;
}
.servicecontent h3{
    font-size: 30px;
}
.servicecontent:before {    
    content: '';
    position: absolute;
    bottom:15px;
    left: 15px;
    right: 15px;
    height: 2px;
    border-bottom:2px solid transparent;
    border-left: 2px solid transparent;
    transition: all linear 0.5s;
    z-index: 1;
}
.servicecontent:after {   
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;  
    height: 2px;
    bottom: 15px;
    border-top: 2px solid transparent;
    border-right:2px solid transparent;
    transition: all linear 0.5s;
    z-index: 1;
}

.servicecontent:hover:before {
    transition: .1s transform linear, .1s height linear .1s;   
    height:92.6%;
    border-color: #fff;
}
.servicecontent:hover:after {
    transition: .1s transform linear .2s, .1s height linear .3s;   
    height:92.5%;
    border-color: #fff;
}
.serviceinnercontent{
    z-index: 55;
    position: relative;
}


.graybx, .lightbx{
    border: #e0e0e0 1px solid;
    font-size: 16px;
    padding: 35px 0 40px;
    margin-bottom:5px;
    transition: all linear 0.5s;
}
.graybx:hover, .lightbx:hover {
    border-radius: 20px;
    background: #e0e6f2;
}
.graybx{
    background: #f1f1f1;
}
.lightbx{
    background: #f7f7f7;
}
.servicebx .col-md-6{
    padding:8px;
}
.serviceimg{
    width: 25%;
    float: left;
    margin-left: 20px;
}
.servicetxt{  
    clear: both;
    margin-top: 6px;
    line-height: 22px;
}
.graybx span, .lightbx span {
    display: inline-block;
}


.expertisesection{
    background:url(images/bg2.jpg)  no-repeat right #f1f1f1;
    background-size: cover;
    border-top: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    margin-bottom:60px;
}
.expertisecontent{
    background: #434245;
    color:#fff;
    line-height:24px;
    padding:42px 30px;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

.companydetail{
    margin-bottom: 60px;
}
.companydetail h2{
    font-weight:500;
    color:#353434;
    margin-bottom: 0;
}
.companydetail span{
    font-size: 16px;
    font-weight: 400;
    color:#616161;
    display: block;
    margin-top: 5px;
}
.detailbx{
    border: #ececec 1px solid;
    padding: 30px 0 30px;
}
.counterholder h2{
    display: inline-block;
}
.counterholder span{
    display: inline-block;
    font-size: 38px;
    color: #353434;
    font-weight: 500;
}

.h-contact{
    position: relative;
    z-index: 20;
}
.h-contactcontent{
    background: #2c528c;
    text-align: left;
    padding:40px 22px 30px 40px;
}
.h-contactcontent h4{
    color: #fff;
    display: inline-block;
    font-weight: 500;
}
.contactlink{
    display: inline-block;
    background-color: #fff;
    font-size: 22px;
    padding: 9px 50px 7px;
    font-weight: 400;
    margin-top: -5px;
    float: right;
}
.contactlink:hover{
    background-color: #000;
    color: #fff;
}



footer{
    background: #f7f6f6;
    margin-top: -50px;
    z-index: 1;
    border-top:#f0eeee 1px solid;
    padding-top: 110px;
    font-size: 13px;
    font-weight: 400;
}
p.footerabout{
    color: #585858;
    line-height: 20px;
}
p.footerabout span{
    color:#000;
    font-weight:500;
    font-style: italic;
    font-size: 12px;
}
footer h5{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
footer h5 span{
    color:#3264b1;
}
.socialicon-footer a{
    color:#a4a4a4;
    width: 36px;
    height:36px;
    border: #a4a4a4 1px solid;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right:3px;
    text-align: center;
    padding:6px;
    overflow: hidden;
}
.socialicon-footer a:hover{
    background: #3264b1;
    color: #fff;
    border: none;
}

.footercontact i{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: #a4a4a4 1px solid;
    background: #fff;
    text-align: center;
    color:#a4a4a4;
    padding:7px;
    font-size: 14px;
    margin-right: 15px;
    float: left;
}
.footercontact {
    font-weight: 700;
    color: #484646;
}
.socialicon-footer.bounce a:hover, .socialicon-footer.bounce a:focus {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}
.subscribeform .form-control{
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}
.copyrightsection{
    background:#3264b1;
    color: #fff;
    padding-top:14px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 22px;
}
.copyrightsection p{
    margin-bottom: 0;
    margin-top: 0;
}

.innerbannersection{
    margin-bottom: 0;
}
.innerbanner{
    width: 100%;
}
.innersection{
    margin-bottom: 50px;
}
.innersection-heading{
    background-color:#3264b2;
    color:#fff;
    padding: 25px 25px 10px 25px;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}
.contactus-address i{
    margin-right: 12px;
    color: #426fac;
    border: #3b3b3b 1px solid;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 9px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3b3b3b;
}

.innerfooter{
    padding-top: 50px !important;
    margin-top: 0 !important;
}
.contactus-form h6{
    margin-bottom:10px;
    color: #a4a4a4;
    letter-spacing: 1px;
}
.form-control{
    border: #ddd 1px solid;
    box-shadow: none;
}
.contactus-form textarea{
    height:90px;
}
.contactus-form .mainbtn{
    margin-top: 0;
}
.businesslist h6{
    border-bottom: #000 2px solid;
    display: inline-block;
    padding-bottom:8px;
}
.businesslist ul{
    list-style-position: inside;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
}
.businesslist ul li i{
    margin-right: 8px;
}
.businesslist h5{
    border-bottom: #000 2px solid;
    display: inline-block;
}
.productimgholder{
    position: relative;
}
.holdercontent{
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    background-color: #00000082;
    border: #000 1px solid;
}
.holdercontent h2{
    color: #fff;
    padding: 70px 120px;
    text-align: center;
    line-height: 62px;
}
#menu-footer-menu li a{padding-left: 15px;}
#menu-footer-menu li{
position:relative;
}
#menu-footer-menu li:after {
    position: absolute;
    content: "\f105";
    left: 0;
    font-family:'fontAwesome'
}
@media screen and (max-width: 1199px){
    header.innerheader{
        background: url(images/innerbg.png) no-repeat;
        background-size: cover;
        padding-bottom: 10px;
        position: relative;
        top: 0;
        padding-top: 12px;
    }
    .innerbannersection img{
        display: none;
    }
    .h-contactcontent h4 {
        display: block;
        margin-bottom:20px;
    } 
    .contactlink {
        display: inline-block;
        float: none;
    }
    .h-contactcontent {
        text-align: center;
        padding: 26px 22px 18px 40px;
    }
    .footercontact {
        line-height: 18px;
    }
    .graybx, .lightbx {
        font-size: 14px;
        font-weight: 500;
    }
    .serviceimg {
        width: 25%;
        margin-left: 8px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 991px){
    .welcomeimgholder{
        margin-top: 20px;
    }
    .welcomeheading {
        padding: 8px 42px;
        line-height: 35px;
    }
    .graybx, .lightbx {
        font-size: 16px;
        font-weight: 400;
    }
    .frntimg {
        position: absolute;
        bottom: 0;
        right: 0;
        left:auto;
    }
    .welcomesection {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .welcometxt{
        padding-right:0;
    }
    .graysectionlft {
        background:#434245f0;
    }
    .expertisecontent {
        background: #434245f0;
    }
    .counterbtm{
        font-size: 14px !important;
        font-weight: 700!important;        
    }
    .contactlink {
        padding: 7px 22px 6px;
        font-size: 18px;
    }
    .holdercontent h2 {
        padding: 35px 120px;
        line-height: 39px;
        font-size: 27px;
    }
    .contactus-address{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px){
    header {
        position: relative;
        margin-bottom: 25px;
    }
    header.innerheader{
        margin-bottom: 0;
    }
    .control-round .carousel-control {
        display: block;
    }
    .slide-text {
        left: 0;
        top: 15%;
    }
    .slide-text > a.btn-primary {
        color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 15px;
        padding: 6px 20px;
    }
    .slide-text > p {
        display: none;
    }
    .control-round .carousel-control {
        width: 35px;
        height: 35px;
        line-height: 34px;
    }
    .control-round .carousel-control.left {
        right: 55px;
    }
    .slide-text h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .servicetxt {
        text-align: center;
        width: 100%;
    }
    .serviceimg {
        width: 100%;
        text-align: center;
    }
    .footercontact i{
        margin-top: -5px;
    }
    .holdercontent{
        position: relative;
        margin: 15px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .holdercontent h2{
        padding: 0;
    }
}
@media screen and (max-width: 479px){
    .contactus-address{
        margin-bottom: 20px;
    }
    .logocontainer{
        width:100%;
    }
    .logocontainer img{
        margin: auto;
    }
    .callcontent {
        padding: 10px;
        margin-top: 22px;
        width:70%;
    }
    .menuzord-responsive.menuzord {
        top: 100px;
    }
    .control-round .carousel-control {
        width: 24px;
        height: 24px;
        line-height: 24px;
        bottom: 3px;
        font-size: 18px;
    }
    .control-round .carousel-control.left {
        right: 35px;
    }
    .slide-text > a.btn-primary {
        font-size: 15px;
        padding: 8px 20px;
    }
    .servicecontent {
        padding: 60px 35px 60px;
    }
    .serviceicontxt{
        width: 100%;
    }
    .graybx, .lightbx {
        padding: 7px;
    }
    .countersection{
        width: 100%;
        margin-bottom: 20px;
    }   
    .backimg {
        margin-bottom: 10px;
    }
    .frntimg {
        position: relative;
    }
}

@media screen and (min-width: 1200px){
    .innerbanner {
        width: 100%;
        height: 110px;
    }
}

.copyrightsection a{color:#fff;}

.footerlastmenu ul{
list-style:none;}
.footerlastmenu ul li a i{
margin-right:8px;}