* {
    margin: 0;
    padding: 0;
    outline: 0;
}


body {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}

.cscontainer {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    box-sizing: border-box;
    margin:0 auto;
}


.header__block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    transition: all 0.7s;
    width: 100%;
    max-width: 1540px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header__main{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 99;
    height:81px;
}
.header__main.darkHeader{
    background: #000;
}


.logo {
    padding: 20px;
    box-sizing: border-box;
}

.logo a {
    display: block;
}



.navigation ul {
    display: flex;
    flex-wrap: wrap;
}

.navigation ul li {
    list-style: none;
    padding: 10px 10px 0 40px;

}

.navigation ul li a {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.94px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.7s;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.navigation ul li a:after {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    background: #fff;
    left: -100%;
    height: 3px;
    transition: all 0.7s;
}

.navigation ul li:hover a:after {
    left: 0;
}

.banner img {
    width: 100%;
    vertical-align: top;
}


.section1{
    position: relative;
}
.banner__caption{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner__caption--inner h1{
    font-family: Montserrat;
    font-size: 70px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;    
}
.qot{
    margin-top:20px;
}
.banner__caption--inner a{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: center;
    background: #006AC3; 
    border-radius: 30px;   
    display: inline-block;
    padding:15px 50px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #006AC3;
    transition: all 0.7s;
}
.banner__caption--inner a:hover{
    background: none;
    border: 2px solid #fff;
}


.section2__inner{
        background: url(images/section2-bg.png) no-repeat center center;
        background-size: cover;
        padding:50px 0 110px;
}



.horizo__border{
    width:1px;
    background: #0088D5;
    height:80px;
    margin:0 auto;
}

.section__heading{
    text-align: center;
    color: #0088D5;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: center;
    padding:20px 0 30px;
    text-transform: uppercase;
}


.section1__subheading{
    margin:0;
    font-family: Montserrat;
font-size: 35px;
font-weight: 800;
line-height: 54px;
text-align: center;
    padding-bottom: 30px;
    color: #0088D5;
}


.section1__description{
    margin:0;
    font-family: Montserrat;
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: center;
color: #505050;
max-width: 90%;
margin:0 auto;
width:100%;
}


.section3{
    max-width: 1540px;
    width:100%;
    margin:0 auto;
    background:url(images/section3-bg.jpg) no-repeat top center;
    background-size: cover;
    padding:40px 40px 110px;
    box-sizing: border-box;
}


.section3__subheading{
    text-transform: uppercase;
    color:#fff;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    line-height: 48.76px;
    text-align: center;
    margin:0;
    padding-bottom: 30px;
}

.section3__description{
    font-family: Montserrat;
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: center;
color: #fff;
max-width: 990px;
margin:0 auto;
width:100%;

}


.section4{
    background: #000;
    padding-bottom: 110px;
    margin-top:100px;
}

.section4__subheading{
    color:#fff;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    line-height: 48.76px;
    text-align: center;
    margin:0;
    padding-bottom: 30px;
}

.section4__inner{
    padding:50px 15px 0 ;
    display: flex;
    flex-wrap: wrap;
    max-width: 1540px;
    box-sizing: border-box;
    width:100%;
    margin:0 auto;
}

.section4__rep{
    width:50%;
    position: relative;
}
.section4__rep img{
    width: 100%;
    vertical-align: top;
}

.section4__caption{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding:30px;
    width:90%;
    box-sizing: border-box;
}

.section4__caption h4{
    position: relative;
    font-family: Montserrat;
font-size: 25px;
font-weight: 600;
line-height: 30px;
text-align: left;
margin:0;
padding-bottom: 15px;
margin-bottom: 15px;
color: #fff; 
}

.section4__caption h4:after{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width:150px;
    height:1.5px;
    background: #fff;
    transition: all 0.7s;
}

.section4__rep:hover .section4__caption h4:after{
    width:200px;
}

.section4__caption p{
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin: 0;
    color: #fff;
  
}
.blbg{
    transition: all 0.7s;
}
.section4__rep__thumbnil{
    position: relative;
    transition: all 0.7s;
}
.section4__rep:hover .blbg{
    background: rgba(0,0,0,0.8);
}

.section4__block{
    padding-top:40px;
}





.section5{
    background: url(images/section2-bg.png) no-repeat bottom -175% center;
    margin-bottom: 120px;
}


.section5__inner--heading{
    max-width: 1015px;
    width:100%;
    margin:0 auto;
    padding:50px 0;

}

.section5__subheading{
    font-family: Montserrat;
font-size: 35px;
font-weight: 800;
line-height: 54px;
text-align: center;
color: #0088D5;
padding-bottom: 20px;
}


.section5__grid{
    max-width: 1540px;
    width:100%;
    margin:0 auto;
    padding:0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.section5__rep{
    width: 32%;
    position: relative;
    overflow: hidden;
    transition: all 0.7s;
}

.blbg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.2);
}


.section5__rep--thumbnill img{
    width: 100%;
    vertical-align: top;
}

.section5__rep--heading{
    position: absolute;
    padding:40px;
    box-sizing: border-box;
    bottom:0;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    z-index: 1;
    color: #fff;
}


.section5__rep--caption{
    position: absolute;
    background: rgba(0, 123, 192, 0.9);
    padding:40px;
    bottom:-100%;
    z-index: 2;
    width:100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    transition: all 0.7s;
}

.section5__rep:hover .section5__rep--caption{
    bottom: 0;
}
.section5__rep:hover .section5__rep--heading{
    z-index: -1;
}


.section5__rep--caption h4{
    font-family: Montserrat;
font-size: 25px;
font-weight: 600;
line-height: 30px;
text-align: left;
margin: 0;
position: relative;
color: #fff;
padding-bottom: 20px;
}
.section5__rep--caption h4:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width:125px;
    height:1px;
    background: #fff;
}
.section5__rep--caption p{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin:0;    
    padding-top:10px;
    color: #fff;
}


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

.footer_main{
    max-width: 1540px;
    padding:0 15px;
    box-sizing: border-box;
    width: 100%;
    margin:0 auto;
}

.footer__heading{
    font-family: Montserrat;
font-size: 40px;
font-weight: 800;
line-height: 54px;
text-align: center;
color: #fff;
}

.footer__description{
    font-family: Montserrat;
font-size: 20px;
font-weight: 500;
line-height: 30px;
text-align: center;
color: #fff;
padding:30px 0;
}


.footer__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__left{
    width: 30%;
}

.footer__right{
    width: 50%;
}

.address__section--rep{
    margin-top: 40px;
}
.address__section--rep h5{
    font-family: Montserrat;
font-size: 30px;
font-weight: 500;
line-height: 40px;
text-align: left;
color: #A4A4A4;
margin:0;
padding-bottom: 10px;
display: flex;
align-items: center;

}
.address__section--rep h5 span{
    padding-left:10px;
    display: inline-block;
}

.address__section--rep p{
    margin:0;
    font-family: Montserrat;
font-size: 20px;
font-weight: 500;
line-height: 40px;
text-align: left;
color: #fff;
}

.address__section--rep p a{
    margin:0;
    font-family: Montserrat;
font-size: 20px;
font-weight: 500;
line-height: 40px;
text-align: left;
color: #fff;
text-decoration: none;
transition: all 0.7s;
padding-bottom: 10px;
display: inline-block;
}
.address__section--rep p:hover a:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background: #fff;
}

.footer__form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__form__field{
    width: 48%;
    margin-top:40px;
}
.footer__form__field h5{
    font-family: Montserrat;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: #fff;
margin-bottom: 10px;
}

.footer__form__field input{
    width:100%;
    background: #fff;
    height:50px;
    padding:0 15px;
    box-sizing: border-box;
    line-height: 40px;
    color: #606060;
    font-family: Montserrat;
font-size: 16.36px;
font-weight: 500;
text-align: left;
border:none;
}


.footer__form__field select{
    width:100%;
    background: #fff;
    height:50px;
    padding:0 15px;
    box-sizing: border-box;
    line-height: 40px;
    color: #606060;
    font-family: Montserrat;
font-size: 16.36px;
font-weight: 500;
text-align: left;
border:none;
}

.footer__form__field--w100 h5{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
.footer__form__field--w100{
    width: 100%;
    margin-top:40px;
}
.footer__form__field--w100 textarea{
    width:100%;
    background: #fff;
    height:100px;
    padding:10px 15px;
    box-sizing: border-box;
    line-height: 20px;
    color: #606060;
    font-family: Montserrat;
font-size: 16.36px;
font-weight: 500;
text-align: left;
border:none;
}

.footer__form__field--w100 button{
    background: #006AC3;
    color: #fff;
    padding:15px 40px;
    box-sizing: border-box;
    font-family: Montserrat;
font-size: 20px;
font-weight: 600;
line-height: 24.38px;
text-align: center;
border: 1px solid #006AC3;
transition: all 0.7s;
border-radius: 0;
cursor: pointer;
}

.footer__form__field--w100 button:hover{
    color:#006AC3 ;
    background: transparent;
    border-radius: 10px;
}

.footer__bottom{
    border-top:1px solid rgba(209, 209, 209, 0.5);
    margin-top:60px;
    padding:40px 0;
}

.footer__bottom p{
    max-width: 1000px;
    width:100%;
    margin:0 auto;
    font-family: Montserrat;
font-size: 20px;
font-weight: 500;
line-height: 40px;
text-align: center;
color: #D1D1D1;
}

::-ms-input-placeholder {
    color: #606060;
  }
  
  ::placeholder {
    color: #606060;
  }

  .footer__form__field--w100 button {
    padding: 10px 30px;
    font-size: 17px;
  }


  .mobile-trigger{
        width:35px;
        margin-right: 0;
        margin-left:auto;
        display: none;
  }

  .mobile-trigger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #006AC3;
    margin: 8px 0;

}

.menu__blackhover{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    z-index: 1;
}
.menu__blackhover.active{
    display: block;
}
.hidden{
    overflow: hidden;
}

.w100{width:100%;}

.uparrow{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:50px;
}
.uparrow img{
	width:100%;
	vertical-align:top;
}

.section5__rep:hover .uparrow{
	display:none;
}

.hd__span{
	border-bottom:1px solid #fff;
}

.desktopscroll{display:none;}