html, body{
    margin: 0;
    padding: 0
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
img.main-logo{
    max-width: 300px;
}
h2{
    font-weight: 600;
    font-size: 32px;
}
h3.hed {
    color: #e48525;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
h3.hed.sub{
    font-size: 22px;
}
h3.hed:after{
    position: absolute;
    width: 80px;
    height: 3px;
    content: "";
    background: #5f5f5f;
    left: 0;
    bottom: 0;
}
h4.hed {
    font-size: 18px;
    font-weight: 600;
    color: #3c4a51;
}
b{
    color: #3c4a51;
    font-size: 18px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    max-width: 100%;
}
p{
    font-family: 'Open Sans', sans-serif;
    color: #3c4a51;
    text-align: justify;
    font-size: 16px;
}
a{
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a, a:hover{
    text-decoration: none;
}

.borderm {
	border: 2px solid #e48525;
}

.borderd{
	border: 2px solid #343a40;
}

.buttonm {
	padding: 10px; 
	background-color: #e48525; 
	width: 50%;
}

.buttond{
	padding: 10px; 
	background-color: #343a40; 
	width: 50%;
}

.ptb20{
    padding-top: 20px;
    padding-bottom: 0px;
}
.ptb30{
    padding-top: 0px;
    padding-bottom: 0px;
}
.pb50{
    padding-bottom: 50px;
}
.pb30{
    padding-bottom: 30px;
}
.ptb50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pb60{
    padding-bottom: 60px;
}
.mb20{
    margin-bottom: 20px
}
.mb30{
    margin-bottom: 30px
}
.mb50{
    margin-bottom: 50px
}
.mt20{
    margin-top: 20px;
}
.mt40{
    margin-top: 40px;
}

.bg-theme{
    background: #e58625;
}
.centner-message{
    max-width: 675px;
    margin: auto;
}
.text-white{
    color: #fff;
}
.gray-bg{
    background: #f6f6f6;
}
header .sc-icons li{
    display: inline-block;
    margin-right: 5px;
}
header .top-section{
    background: #3b4951;
    padding: 7px 0;
}
header .sc-icons li svg{
    width: 18px;
    fill: #e8e8e8;
}
header .sc-icons li a:hover svg{
    fill: #fff;
}
header ul.top-right-links {
    float: right;
    vertical-align: top;
}
header ul.top-right-links li {
    display: inline-block;
    margin-left: 10px;
}
header ul.top-right-links li a{
    color: #e8e8e8;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
header ul.top-right-links li a img {
    width: 20px;
    vertical-align: top;
    margin-top: 3px;
}
header ul.top-right-links li a:hover{
    color: #fff;
}
header .bottom-section{
    padding-top: 15px;
    padding-bottom: 15px;
}
header nav .nav-closebtn, header .movie-btn{
    display: none;
}
nav .main-nav {
    float: right;
    margin-top: 36px;
}
nav .main-nav>li{
    display: inline-block;
    margin-left: 10px;
}
nav .main-nav>li:first-child{
    margin-left: 0;
}
nav .main-nav>li>a{
    color: #000;
    padding: 10px;
    position: relative;
    font-weight: 500;
    font-size: 1.1rem;
}
nav .main-nav>li>a:hover{
    color: #e48525;
}
nav .main-nav>li>a:after{
    background: #e48525;
    max-width: 0;
    height: 2px;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
     -webkit-transition: max-width 1s ease;
  -moz-transition: max-width 1s ease;
  -o-transition: max-width 1s ease;
  transition: max-width 1s ease;
  margin: auto;
}
nav .main-nav>li>a:hover:after{
        max-width: 100%
}
nav .main-nav>li>a.current{
    color: #e48525;
}

img.main-logo {
}
.service-hed{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.service-hed:after{
        content: "";
    height: 2px;
    width: 211px;
    position: absolute;
    background: url(../img/underline.png);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-slider, .banner-inner{
    position: relative;
}
.banner-slider .cnt-box, .banner-inner .cnt-box{
    text-align: center;
}
.banner-slider .cnt-box h2, .banner-inner .cnt-box h2{
    font-size: 44px;
    color: #fff;
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-slider .cnt-box p, .banner-inner .cnt-box p{
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin: 0;
        font-weight: 600;
}
.banner-slider .cnt-box h2 span, .banner-inner .cnt-box h2 span{
    color: #e48525;
}
.banner-slider .cnt-cener, .banner-inner .cnt-cener{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.68);
}
.service-list{
    margin-right: -5px;
    margin-left: -5px;
}
.service-list .tile{
    padding-right: 5px;
    padding-left: 5px;
}
.service-tile {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
	height: 99%
}
.service-tile .img-sp {
    padding-top: 50%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.service-tile .img-sp:after{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: url(../img/pro-overlayer.png);
    background-size: cover;
}
.service-tile .img-sp .rate{
    position: absolute;
    right: 34px;
    top: 92px;
    z-index: 2;
    width: 223px;
}
.service-tile .img-sp .rate img{
    width: 100%;
}
.service-tile .img-sp .rate h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
}
.service-tile .img-sp .rate h2 {
    font-size: 67px;
    font-weight: bold;
    color: #fff;
}
.service-tile .img-sp .rate h2 span{
    font-size: 22px;
}
.service-tile .img-sp>img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-tile .hed {
    background: #fff;
    padding: 20px 40px;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
	text-align: -webkit-center;
}
.service-tile .hed h3{
    color: #343a40;
    margin-bottom: 0;
    font-weight: 100;
    font-size: 20px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}
.service-tile .hed h3.sub{
   font-size: 16px; 
}
a.service-tile:hover .hed{
    background: #3c4a51;
}
a.service-tile:hover .hed h3{
    color: #fff;
}
.service-tile.theme-color .hed{
    background: #e48525;
    padding: 10px 40px;
}
.service-tile.theme-color .hed h3{
    color: #fff;
}
.service-tile.theme-color:hover .hed{
    background: #727374;
}
.gray-bg-img{
    position: relative;
    background-color: #fff;
    background-image: url(../img/customer-happiness-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 70px;
}
ol.dot-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #3c4a51;
}
ol.dot-list li {
    margin-bottom: 6px;
    padding-left: 20px;
    background: url(../img/dot.jpg) no-repeat 0 8px;
}
.offers-img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    display: inline-block;
}
.offers-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.btncurve{
    padding: 15px;
    color: #fff;
    display: inline-block;
    background: #3c4a51;
    font-size: 13px;
    border-radius: 60px;
    border: solid 2px #3c4a51;
}
.btncurve:hover{
    color: #3c4a51;
    background: #fff;
}
.gray-bg{
    background: #f6f6f6;
}

.need-us-list{
    display: block;
    width: 100%;
    padding: 0 40px;
}
.need-us-list li{
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.need-us-list li:last-child{
    margin-bottom: 0;
}
.need-us-list li:nth-child(even) {
  text-align: right;
}
.need-us-list li .btncurve {
    background: #e48525;
    border: solid 2px #e48525;
    color: #fff;
    width: 180px;
    text-align: center;
    font-weight: 600;
    position: relative;
}
.need-us-list li .btncurve span {
    width: 20px;
    height: 20px;
    background: #e48525;
    position: absolute;
    left: -12px;
    top: 14px;
    border-radius: 10px;
    display: inline-block;
}
.need-us-list li:nth-child(even) .btncurve span {
    right: -12px;
    left: auto;
}
.need-us-list li .btncurve:hover {
    background: #fff;
    border: solid 2px #e48525;
    color: #e48525;
}
.plan {
    border-radius: 15px;
    overflow: hidden;
    background: #ddd;
    transition: all .2s ease-in-out;
}
.plan:hover{
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 32px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 32px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 32px -8px rgba(0,0,0,0.75);
}
.plan .plan-head {
    padding: 20px 0;
    color: #fff;
    text-align: center;
}
.plan .plan-head h4{
    font-size: 30px;
}
.plan .plan-head h5 {
    font-size: 16px;
}
.plan .plan-head h5 span{
    font-size: 14px;
    margin-left: 10px;
}
.plan ul{
    min-height: 400px; 
}
.plan ul li {
    padding: 10px 30px;
    border-bottom: solid 1px #b2b2b2;
    color: #696969;
    font-weight: 600;
    position: relative;
}
.plan ul li:after{
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 10px;
    top: 17px;
    background: url(../img/list.png);
}
.plan ul li:last-child{
    border-bottom: 0;
}
.plan .btn{
    background: #929292;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
}
.plan.sliver .plan-head, .plan.sliver .btn{
    background: #929292;
    border: solid 2px #929292;
}
.plan.gold .plan-head, .plan.gold .btn{
    background: #e17f0c;
}
.plan.platinum .plan-head, .plan.platinum .btn{
    background: #000;
}
.headder-ribbon {
    margin: 0 auto 30px;
}
.ribbon{
    height: 15px;
    width: 100%;
    position: relative;
    display: inline-block;
    background: #505050;
}
.ribbon:before{
    position: absolute;
    width: 18px;
    height: 15px;
    content: "";
    left: -17px;
    top: -4px;
    background: url(../img/ribbon-left.png);
}
.ribbon:after{
    position: absolute;
    width: 18px;
    height: 15px;
    content: "";
    right: -17px;
    top: -4px;
    background: url(../img/ribbon-right.png);
}
.headder-ribbon h4 {
    margin-bottom: 5px;
    color: #e48525;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
section.clients{
    position: relative;
    padding: 40px 0;
    background: url(../img/client-bg.jpg);
}
section.clients h3.hed{
    z-index: 2;
    color: #fff;
    margin-bottom: 40px;
}
section.clients h3.hed:after{
    background: #e48525;
}
.client-slider .owl-dot.active span{
    background: #e48525!important;
}
.client-slider .client-item{
    display: flex;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    padding: 40px;
}
.client-slider .client-item .client-img {
    min-width: 100px;
    margin-left: 40px;
}
.client-slider .client-item p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
section.clients:after{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.51);
    width: 100%;
    height: 100%;
    top: 0;
}
.row.about-list{
    margin-right: 0!important;
    margin-left: 0!important;
}
.about-list .tile{
    padding-right: 0;
    padding-left: 0;
}
.about-list .tile .details{
    padding-top: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-list .tile .details img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-list .tile .details .cnt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.78);
    z-index: 1;
    padding: 90px;
    display: flex;
    align-items: center;
}
.about-list .tile .details .cnt h2{
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}
.about-list .tile .details .cnt p{
    color: #fff;
}
footer{
    background: #3d4b51;
        padding-top: 50px;
}
footer h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
footer p{
    color: #e7e7e7;
    font-size: 13px;
}
footer ol.service-list {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ol.service-list li{
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
footer ol.service-list li:after{
    position: absolute;
    content: "";
    background: url(../img/arrow.png);
    width: 8px;
    height: 11px;
    left: 0;
    top: 5px;
}
footer ol.service-list li a{
    color: #e7e7e7;
}
footer ol.service-list li a:hover{
    color: #fff;
}
footer .gallery-list{
    width: 100%;
    margin-right: -5px;
}
footer .gallery-list li{
    display: inline-block;
    margin: 0 5px 5px 0;
    width: 31%;
    float: left;
}
footer .gallery-list li a{
    position: relative;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
footer .gallery-list li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
footer ol.contact-info{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
footer ol.contact-info li{
    padding:10px 20px;
    border-bottom: solid 1px #697377;
    color: #e7e7e7;
}
footer ol.contact-info li:last-child{
    border-bottom: 0;
}
footer ol.contact-info li a{
    color: #e7e7e7;
}
footer ul.social-media{
    text-align: center;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
footer ul.social-media li{
    margin: 0 10px;
    display: inline-block;
}
footer ul.social-media li a{
    background: #40484a;
    display: block;
    padding: 5px;
    line-height: 0;
    border-radius: 50%;
}
footer ul.social-media li a svg{
    width: 18px;
    fill: #faffff;
}
footer ul.social-media li a:hover svg{
    fill: #40484a;
}
footer ul.social-media li a:hover{
    background: #faffff;
}
footer .copyright{
    background: #222a2f;
    text-align: center;
    padding: 10px 0;
}
footer .copyright p{
    color: #e7e7e7;
    font-size: 13px;
    margin: 0;
    display: inline-block;
}
footer .copyright p a{
    color: #e7e7e7;
}
footer .btncurve{
    background: #e48525;
    color: #fff;
    padding: 10px 30px;
}
.search-box span.search-active-btn{
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    margin-top: 11px;
    vertical-align: top;
    margin-left: 10px;
    cursor: pointer;
    float: left;
}
.search-box span.search-active-btn svg {
    width: 17px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .search-box .search-feald{
    width: 300px;
    position: absolute;
    right: 13px;
    top: 66px;
    background: #fff;
    display: none;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
}
header .search-box .search-feald.active{
    display: block;
}
header nav.remove{
    display: none;
}
.search-active-btn .search-closebtn{
    display: none;
}
.search-active-btn.active .search-btn{
    display: none;
}
.search-active-btn.active .search-closebtn{
    display: block;
}
header .search-box {
    float: right;
    margin: 28px 0;
    display: flex;
    height: 35px;
}
header .search-box input{
    height: 35px;
    width: 100%;
    float: left;
    padding-right: 56px;
    text-indent: 10px;
}
header .search-box button{
    width: 50px;
    text-align: center;
    height: 35px;
    right: 0;
    top: 0;
    border: 0;
    background: #3b4951;
    position: absolute;
}
header .search-box button:hover{
    background: #e48525;
}
header .search-box button svg{
    width: 15px;
    fill: #fff;
}
.need-ng{
    background: url(../img/need-us.jpg);
    position: relative;
     background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.need-ng:after{
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    content: "";
}
.need-ng .container{
    position: relative;
    z-index: 1;
}
.movie-btn {
    width: 33px;
    margin-top: 28px;
    cursor: pointer;
    float: right;
}
.movie-btn.active{
    display: none;
}
.movie-btn svg{
    fill: #3c4952;
}
.full-screen-bg, .full-screen-bg img{
    width: 100%;
}
.guarantee-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.guarantee-list li{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
}
.guarantee-list li a {
    width: 250px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: -7px;
}
.guarantee-list li a span.icon {
    position: absolute;
    left: 47px;
    top: 38px;
    width: 40px;
    z-index: 5;
}
.guarantee-list li a span.icon img{
    width: 100%;
}
.guarantee-list li a img.shadow-space {
    position: absolute;
    left: 0;
    top: -6px;
    right: 0;
    z-index: 0;
    opacity: .5;
}
.guarantee-list li a p {
    color: #fff;
    position: absolute;
    top: 37px;
    width: 118px;
    left: 98px;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    z-index: 5;
    margin: 0;
}
.guarantee-list li a #Layer_1 {
    width: 100%;
    fill:#727374;
    position: relative;
    z-index: 2;
    -webkit-transition: fill 1s ease;
    -moz-transition: fill 1s ease;
    -o-transition: fill 1s ease;
    transition: fill 1s ease;
}
.guarantee-list li a #Layer_1:hover{
    fill: #E38525!important;
}
.guarantee-list li:nth-child(even) a #Layer_1{
    fill: #E38525!important;
}
.guarantee-list li:nth-child(even) a:hover #Layer_1{
    fill:#727374!important;
}
.offer-icon {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 10px auto;
    display: block;
}
.offer-icon img{
    width: 100%;
}
.container-fluid{
    padding-right: 10px;
    padding-left: 10px;
}
.container-fluid.no-padding{
    padding-right: 0;
    padding-left: 0;
}
.container-fluid .row{
    margin-right: -5px;
    margin-left: -5px;
}
.center-section {
    padding-left: 30px;
    padding-right: 30px;
}
@media(max-width:1920px){
    
}
@media(min-width:1920px){
    .container-fluid{
        max-width: 1920px;
    }
}
@media(max-width:620px){
}
@media(max-width:480px){
    .container-fluid{
        padding-left:5px;
        padding-right: 5px;
    }
}
@media all and (max-width: 1024px) and (min-width: 768px){
    .packages-tile .pro-hed{
        display: block;
    }
    .packages-tile .pro-hed .title {
        width: 100%;
    }
    .packages-tile .pro-hed .price-details {
        width: 100%!important;
        line-height: 14px;
        padding-left: 0;
        border-left: 0;
        border-top: 2px #e48525 solid;
    }
}
@media(max-width:992px){
    .about-list .tile .details .cnt{
        padding: 50px;
    }
    .service-tile .img-sp .rate {
        right: 10px;
        top: 10px;
    }
	.banner-slider .cnt-box h2, .banner-inner .cnt-box h{
    font-size: 38px;
    color: #fff;
    }
    .service-tile .img-sp .rate h2 {
        font-size: 40px;
    }   
    .guarantee-list li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    header nav .nav-closebtn, header .movie-btn {
        display: inline-block;
    }
    header nav {
        position: fixed;
        background: #fff;
        left: -300px;
        top: 0;
        bottom: 0;
        z-index: 10;
        width: 250px;
        -webkit-transition: left 1s ease;
        -moz-transition: left 1s ease;
        -o-transition: left 1s ease;
        transition: left 1s ease;
    }
    header nav .nav-closebtn{
        position: absolute;
        background: #fff;
        top: 0;
        right: -41px;
        width: 41px;
        padding: 10px;
    }
    header nav .nav-closebtn svg{
        fill: #000;
    }
    header nav.active{
        left: 0;
    }
    header nav .main-nav{
        width: 100%;
        float: none;
    }
    header nav .main-nav li{
        display: block;
        margin-left: 0;
        margin-bottom: 20px
    }
    nav .main-nav>li>a {
        width: 100%;
        display: inline-block;
    }
    footer .gallery-list li{
            width: 30%;
    }
    header .search-box .search-feald {
        width: 300px;
        right: 0;
        top: 62px;
    }
}
@media(max-width:768px){
    .about-list .tile .details .cnt h2{
        font-size: 22px;
    }
    .about-list .tile .details .cnt{
        padding: 30px;
    }
	.banner-slider .cnt-box h2, .banner-inner .cnt-box h2{
    font-size: 28px;
    color: #fff;
    }
    .plan{
        margin-bottom: 20px;
    }
    .need-us-list{
        margin-bottom: 40px;
    }
    .need-us-list li .btncurve{
        width: 80%;
    }
    .service-tile .hed{
            padding: 10px;
    }
    header .search-box {
        margin: 14px 0;
    }
    footer h3{
            margin-top: 30px;
    }
    .packages-tile .pro-hed .price-details{
        width: 110px;
    }
    header ul.sc-icons{
        text-align: center;
    }
    .gray-bg-img .container{
        position: relative;
        z-index: 1;
    }
    img.main-logo {
        max-width: 240px;
    }
    .movie-btn{
        margin-top: 20px;
    }
    header ul.top-right-links {
        float: none;
        text-align: center;
        width: 100%;
    }
}
@media(max-width:620px){
	.banner-slider .cnt-box h2, .banner-inner .cnt-box h2{
    font-size: 28px;
    color: #fff;
    }
    .guarantee-list li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-tile .hed h3{
            font-size: 14px;
    }
}
@media(max-width:520px){
    .mob-justify{
        text-align: justify!important;
    }
    .client-slider .client-item{
        display: block;
    }
    .client-slider .client-item .client-img {
        max-width: 100px;
        margin: 20px auto 0;
    }
    .headder-ribbon h4, h3.hed{
        font-size: 28px;
    }
    footer .gallery-list li {
        width: 32%;
    }
    header ul.top-right-links li:first-child{
        width: 100%;
        margin: 0;
    }
    .need-us-list{
        text-align: left;
    }
    .service-tile .hed{
        padding: 15px;
    }
    .banner-slider .cnt-box h2, .banner-inner .cnt-box h2, .headder-ribbon h4, h3.hed, h2, h3{
            font-size: 20px;
    }
    .banner-slider .cnt-box p, .banner-inner .cnt-box p {
        font-size: 18px;
    }
    .service-hed, h3.hed {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    footer{
        padding-top: 20px;
    }
    section.clients h3.hed{
        margin-bottom: 20px;
    }
    footer h3{
        margin-bottom: 10px!important;
        margin-top: 0!important;
    }
    footer .btncurve{
        margin-top: 0!important;
        margin-bottom: 10px!important;
    }
    footer ol.contact-info li {
        padding: 10px 0;
    }
    .service-tile .img-sp .rate{
        width: 180px;
    }
}
@media(max-width:360px){
        footer .gallery-list li {
        width: 31%;
    }
}