@media screen and (max-width:1600px){
    .header__block {
        width:100%;
        max-width: inherit;
        box-sizing: border-box;
        padding: 0 10px 20px 0;
    }
}



@media screen and (max-width:1400px){
    .section1__subheading{
        font-size: 30px;
        line-height: 41px;
    }
    .section1__description {
        font-size: 20px;
        line-height: 28px;
        max-width: 990px;
        width:100%;
        margin:0 auto;
    }
    .section3__description {
        font-size: 20px;
        line-height: 31px;
        max-width: 800px;
    }
    .section3__subheading {
        font-size: 30px;
        line-height:40px;
    }
    .section4__subheading, .section5__subheading, .footer__heading{
        font-size: 30px;
        line-height: 41px;
    }
    .section3 {
        max-width: 97%;
        padding: 40px 40px 70px;
        box-sizing: border-box;
    }

    .section5__rep--heading {
        padding: 30px;
        font-size: 20px;
        line-height: 28px;
    }
    .section5__rep--caption {
        padding: 30px;
    }
    .section5__rep--caption h4{
        font-size: 20px;
        line-height: 28px;
    }
    .section5__rep--caption p{
        font-size: 14px;
         line-height: 21px;
    }
    .banner__caption--inner h1 {
        font-size: 50px;
    }


}

@media screen and (max-width:1280px){

.footer__bottom p {
    max-width: 900px;
    font-size: 16px;
    line-height: 26px;
}

}



@media screen and (max-width:990px){
    .logo img{
        max-width:250px;
        width:100%;
    }
    .navigation ul li a{
        font-size: 13px;
    }
    .navigation ul li {
        padding: 10px 10px 0 20px;
    }

    .section__heading{
        font-size: 18px;
        padding:20px 0;
    }
    .section1__subheading {
        font-size: 22px;
        line-height: 31px;
    }
    .section1__description {
        font-size: 16px;
        line-height: 23px;
    }
    .section2__inner {
        background: url(images/section2-bg.png) no-repeat center center;
        padding: 40px 0 70px;
    }
    .section3__subheading {
        font-size: 25px;
        line-height: 30px;
    }

    .section3__description {
        font-size: 16px;
        line-height: 25px;
        max-width: 800px;
    }

    .section4__subheading, .section5__subheading, .footer__heading {
        font-size: 25px;
        line-height: 30px;
    }
    .section4__caption h4 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .section4__caption p {
        font-size: 13px;
        line-height: 18px;
    }

    .section4__caption {
        padding: 15px;
    }
    .section4__inner {
        padding: 0 15px 0;
    }

    .section5__inner--heading {
        padding: 30px 0;
    }

    .section5__rep--heading{
        padding: 20px;
        font-size: 18px;
        line-height: 24px;
        padding:15px;
    }
    .section5__rep--caption h4 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10x;
    }

    .section5__rep--caption {
        padding: 20px;
    }

    .section5__rep--caption p {
        font-size: 13px;
        line-height: 20px;
    }

    .section5__rep {
        width: 32%;
    }

    .section5 {
        background: url(images/section2-bg.png) no-repeat bottom 0 center;
        margin-bottom: 50px;
    }
    .footer__description {
        font-size: 18px;
    }

    .address__section--rep h5{
        font-size: 17px;
        line-height: 30px;
    }
    .address__section--rep h5 span {
        padding-left: 10px;
        display: inline-block;
        vertical-align: top;
        padding-top: 4px;
    }

    .address__section--rep p {
        font-size: 17px;
        line-height: 26px;
    }
    .address__section--rep p a {
        font-size: 17px;
        line-height: 26px;
    }
    .address__section--rep:last-child h5 {
        padding-top:0;
    }
    
    .qot {
        margin-top: 10px;
    }
    .banner__caption--inner h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .banner__caption--inner a {
        font-size: 16px;
        line-height: 22px;
        padding: 7px 30px;
    }


}

@media screen and (max-width:767px){
    .section4__rep {
        width: 100%;
        position: relative;
    }
    .section4__caption {
        padding: 40px;
    }
    .section4__caption h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .section4__caption p {
        font-size: 16px;
        line-height: 25px;
    }
    .section5__rep {
        width: 100%;
        margin-bottom: 20px;
    }
    .section5__rep--heading {
        font-size: 25px;
        line-height: 32px;
        padding: 30px;
    }
    .section5__rep--caption {
        padding: 30px;
    }
    .section5__rep--caption h4 {
        font-size: 25px;
        line-height: 32px;
    }

    .section5__rep--caption p {
        font-size: 16px;
        line-height: 24px;
    }

    .footer__left {
        width: 100%;
    }

    .footer__right {
        width: 100%;
    }
    .horizo__border {
        height: 40px;
    }
    .section3 {
        max-width: 97%;
        padding: 20px 20px 50px;
        box-sizing: border-box;
    }
    .section4 {
        margin-top: 50px;
    }

.header__main.darkHeader{
    background:none;
    height:auto;
}
.header__block{
    background-color: #fff;
    padding: 0 10px 0 0;
}
.logo {
    padding: 15px 10px;
}

.logo img {
    max-width: 175px;
    width: 100%;
}

.section4__block{
    padding-top:30px;
}
.desktopscroll{display:block;}
.desktop{display:none;}
.navigation ul li a{
	color:#006AC3;
}
.navigation ul li a:after{
	background:#006AC3;
}




}

@media screen and (max-width:600px){
    .navigation ul li {
        padding: 10px 10px 0 20px;
        width: 100%;
    }

    .header__block{
        z-index: 99;
    }
    
    .navigation__inner{
        position: fixed;
        width: 250px;
        height: 100vh;
        background: #fff;
        box-shadow: -3px -2px 11px rgb(0 0 0 / 20%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .4s, visibility 0s .4s;
        transition: transform .4s, visibility 0s .4s;
		right: -11px;
    z-index: 2;
    top: 44px;
      
    }
    .navigation__inner.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
    }
    .mobile-trigger{
        display: block;
    }

    .banner__caption--inner a {
        font-size: 14px;
        line-height: 20px;
        padding: 7px 30px;
    }

    .banner__caption--inner h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    
}



@media screen and (max-width:480px){
    .footer__form__field {
        width: 100%;
        margin-top: 20px;
    }
    .footer__form__field--w100 {
        width: 100%;
        margin-top: 20px;
    }

    .section4__caption {
        padding: 20px;
    }
    .section4__caption h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .section4__caption p {
        font-size: 14px;
        line-height: 20px;
    }

    .section4__subheading, .section5__subheading, .footer__heading {
        font-size: 20px;
        line-height: 26px;
    }
    .section5__inner--heading {
        padding: 30px 0 10px;
    }

    .section5__rep--heading {
        font-size: 20px;
        line-height: 28px;
        padding: 20px;
    }

    .section5__rep--caption {
        padding: 20px;
    }
    .section5__rep--caption h4 {
        font-size: 18px;
        line-height: 22px;
        margin: 0;
        padding: 0 0 10px;
    }
    .section5__rep--caption p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer__description {
        font-size: 16px;
        line-height: 24px;
    }
    .footer {
        background: rgba(26, 26, 26, 1);
        padding: 50px 10px;
    }


}


@media screen and (max-width:380px){
    .section4__caption {
        padding: 15px;
        position: static;
        width: 100%;
    }

.section4__rep{
    margin-bottom: 30px;
}
.section4__rep:hover .blbg {
    background: rgba(0, 0, 0, 0.1);
}
.section4 {
    padding-bottom: 0;
}
.horizo__border{
    margin-bottom: 10px;
}

.address__section--rep p {
    font-size: 15px;
    line-height: 22px;
}

.address__section--rep p a{
    font-size: 15px;
    line-height: 22px;
}

.footer__form__field h5, .footer__form__field--w100 h5 {
    font-size: 13px;
    line-height: 12.5px;
    margin-bottom: 10px;
}

.footer__form__field input{
    font-size: 13px;
}
.footer__form__field select{
    font-size: 13px;
}
.footer__form__field--w100 textarea{
    font-size: 13px;
}

.address__section--rep h5 span {
    padding-top: 0;
}

.footer__form__field--w100 button {
    padding: 7px 20px;
    font-size: 14px;
}

.footer {
    background: rgba(26, 26, 26, 1);
    padding: 50px 10px 0;
}


.footer__bottom p {
    max-width: 900px;
    font-size: 13px;
    line-height: 19px;
}

.footer__bottom {
    margin-top: 40px;
}

}

