html{
    overflow-x:hidden;
}

.sec-1,
.sec-1 *,
.sec-2,
.sec-2 *,
.sec-3,
.sec-3 *,
.sec-4,
.sec-4 *,
.sec-5,
.sec-5 *,
.sec-6,
.sec-6 *{
    box-sizing: border-box;
}

.sec-1 .content-container,
.sec-2 .content-container,
.sec-3 .content-container,
.sec-4 .content-container,
.sec-5 .content-container,
.sec-6 .content-container{
    width: 1440px;
}
.btn-transparent{height:53px !important;line-height:49px!important}
@media (max-width: 1489px){
    .sec-1 .content-container,
    .sec-2 .content-container,
    .sec-3 .content-container,
    .sec-4 .content-container,
    .sec-5 .content-container,
    .sec-6 .content-container{
        width: 1170px;
        padding: 0 15px;
    }
}
@media (max-width: 1199px){
    .sec-1 .content-container,
    .sec-2 .content-container,
    .sec-3 .content-container,
    .sec-4 .content-container,
    .sec-5 .content-container,
    .sec-6 .content-container{
        width: 970px;
    }
}
@media (max-width: 991px){
    .sec-1 .content-container,
    .sec-2 .content-container,
    .sec-3 .content-container,
    .sec-4 .content-container,
    .sec-5 .content-container,
    .sec-6 .content-container{
        width: 750px;
    }
}
@media (max-width: 767px){
    .sec-1 .content-container,
    .sec-2 .content-container,
    .sec-3 .content-container,
    .sec-4 .content-container,
    .sec-5 .content-container,
    .sec-6 .content-container{
        width: 100%;
    }
}

.bg-white{
    background: #fff;
}
.bg-grey{
    background-color: #F3F6FD;
}
.bg-blue{
    background-color: #1b52b2;
}
.section-header{
    margin-bottom: 60px;
    text-align: center;
}
.section-header p{
    font-size: 18px;
    margin: 0;
}

.delimiter{
    position: absolute;
    left: -5px;
    right: -5px;
    bottom:0;
}
.delimiter img{
    vertical-align: top;
    width: 100%;
}



.sec-1{
    position: relative;
    height: 442px;
    overflow: visible;
    width: 100%;
}

.sec-1 .sec-background {
    position: absolute;
    width:100%;
    top: 0;
    left: 0;
    height: 101%;
    overflow: hidden;
}
.sec-1 .sec-bg_img {
    background-image: url('../img/contact-sec1-img1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 559px;
    width: 1247px;
    position: absolute;
    top: -83px;
    right: -10px;
}

.sec-1 .sec-bg_gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 86.5%;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(8, 43, 94, 1) 0%,rgba(8, 43, 94, 1) calc(100% - 580px), rgba(8, 43, 94, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(8, 43, 94, 1) 0%, rgba(8, 43, 94, 1) calc(100% - 580px), rgba(8, 43, 94, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(8, 43, 94, 1) 0%, rgba(8, 43, 94, 1) calc(100% - 580px), rgba(8, 43, 94, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(8, 43, 94, 1) 0%, rgba(8, 43, 94, 1) calc(100% - 580px), rgba(8, 43, 94, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#082B5E', endColorstr='#082B5E' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(8, 43, 94, 1) 0%, rgba(8, 43, 94, 1) calc(100% - 580px), rgba(8, 43, 94, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082B5E',endColorstr='#082B5E' , GradientType=1);
}
.sec-1 .sec-bg_mask {
    position: absolute;
    width:101%;
    bottom:-39px;
    left:-2px;
    
}
.sec-1 .sec-bg_mask img{
    position:absolute;
    width:101%;
    left:-1px;
    bottom:0;
}
.sec-1 .content-container {
    position: relative;
    color: #fff;
    padding: 0 30px;
}
.sec-1 .sec-text {
    padding-top: 83px;
}


.sec-2 {
    position: relative;
    background-color:#fff;
    overflow: hidden;
    padding-top:40px;
    margin-top:-2px;
}
.sec-2 h2, 
.sec-2 h3{
    text-align: center;
}
.sec-2 h3{
    max-width: 797px;
    margin: 0 auto;
}

.sec-2 .content-container{
    position: relative;
}
.sec-2 .sec-text{
    margin-top: 100px;
    text-align: center;
}

.sec-2 .sec-text .item{
    width: 25%;
    float:left;
}
.sec-2 .sec-text .icon{
    display: inline-block;
    width: 54px;
    height: 37px;
}
.sec-2 .sec-text .icon img{
    max-width: 54px;
    max-height: 37px;
}
.sec-2 .sec-text .title{
    font-size: 24px;
    color: #333;
}
.sec-2 .sec-text .text{
    color:#939CAD;
    font-size: 14px;
    line-height: 18px;
}
.sec-2 .sec-text .text b{font-weight: 800}

.sec-2 .sec-text .cta{
    margin-top: 20px;
}


.sec-3 {
    position: relative;
    padding: 200px 0 160px;
    overflow: hidden;
    background-color: #fff;
}
.sec-3 .bg{
    background-color: #fff;
    position: relative;
    float:left;
   width: 47%;
}
.sec-3 .bg img{width:100%}


.sec-3 .sec-text {
    float: right;
    margin-right: 30px;
    margin-top: 75px;
    width: 43%;
    
    position: relative;
    z-index: 9;
}
.sec-3 .sec-text p{
    margin-top: 33px;
    margin-bottom:0;
}
.sec-3 .sec-text h2{
   font-size:30px;
}
.sec-3 .contact-info {
    position: absolute;
    color: #fff;
    
    width: 350px;
    padding: 35px 0 35px 30px;
    
    bottom: 160px;
    right: 39%;
    
    background : #4F87FB;
  background : rgba(79, 135, 251, 1);
  border-radius : 10px;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
}
.sec-3 .contact-info img{
    height: 52px;
    width: auto;   
}
.sec-3 .contact-info .item{
    margin-top: 40px;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.sec-3 .contact-info .item .icon{
    height: 38px;
    width: 39px;
    float:left;
}
.sec-3 .contact-info .item .icon img{
    max-height: 38px;
    max-width: 39px;
}
.sec-3 .contact-info .item .text{
    float: left;
    margin-left: 18px;
}

.sec-4 {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f6fd+0,f3f6fd+35,468ef7+36,468ef7+100 */
background: #f3f6fd; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f6fd 0%, #f3f6fd 35%, #468ef7 36%, #468ef7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f3f6fd 0%,#f3f6fd 35%,#468ef7 36%,#468ef7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f3f6fd 0%,#f3f6fd 35%,#468ef7 36%,#468ef7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6fd', endColorstr='#468ef7',GradientType=0 ); /* IE6-9 */
    
    color:#fff;
    
    background: #468ef7;
  /*  overflow: hidden; ;*/
}
.sec-4 .bg{
    position: absolute;
    width: 101%;
    top:-3px;
    left:-1px;
}
.sec-4 .bg img{width: 100%}
.sec-4 h2 { font-size: 30px;}

.sec-4 .content-container {
    padding:60px 40px;
    position:relative;
    overflow: hidden;
}

.sec-4 .text {
    max-width: 640px;
    font-size: 18px;
    line-height: 30px;
    float: left;
}
.sec-4 .cta {
    float:right;
    padding-top:30px;
}


@media (min-width: 2719px){
    .sec-4 .bg {top:-8px}
    .sec-1 .sec-bg_gradient {width:77%}
}  

@media (min-width: 2419px){
    .sec-1 .sec-bg_img{
        right: 50%;
        margin-right: -50%;
        width: 50%;
        background-size: cover;
    }
    .sec-1 .sec-bg_mask {height: 100%;}
    
}


@media (max-width: 1489px){
    .sec-3 .contact-info {bottom:90px;}
    .sec-3 .sec-text {margin-top:0}

}

@media (max-width: 1199px){
    .sec-3 {padding-bottom: 280px}
    .sec-3 .contact-info {
        right:50%;
        margin-right: -175px;
    }
    
    .sec-4 .bg {
        top:-4px;
        overflow: hidden;
    }
    .sec-4 .content-container{
        padding-left:0;
        padding-right:0;
    }
    
}

@media (max-width: 991px){
    h1,h2 {
        font-size:30px;
    }
    h3 {font-size: 19px;}
    .sec-1 {
        height: 340px;
    }
     .sec-1 .sec-bg_gradient {
   
    background: -moz-linear-gradient(0% 50% 0deg,rgba(8, 43, 94, 1) 0%,rgba(8, 43, 94, 1) 50%, rgba(8, 43, 94, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(8, 43, 94, 1) 0%, rgba(8, 43, 94, 1) 50%, rgba(8, 43, 94, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(8, 43, 94, 1) 0%, rgba(8, 43, 94, 1) 50%, rgba(8, 43, 94, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(8, 43, 94, 1) 0%, rgba(8, 43, 94, 1) 50%, rgba(8, 43, 94, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#082B5E', endColorstr='#082B5E' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(8, 43, 94, 1) 0%, rgba(8, 43, 94, 1) 50%, rgba(8, 43, 94, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082B5E',endColorstr='#082B5E' , GradientType=1);
}
    .sec-1 .sec-bg_img {
        right:-250px;
        height: 411px;
        background-size: contain;
    }
    .sec-2 .sec-text .item {
        width: 50%;
        margin-bottom: 70px;
    }
    
    .sec-3 {
        padding-top: 75px;
        padding-bottom: 460px;
    }
    .sec-4 h2 {font-size:26px;}
    
    .sec-4 .bg img {
        width: 200%;
        margin-left: -50%;
    }
    .sec-4 .text {
        max-width: 477px;
        font-size: 17px;
    }
    
    .sec-4 .cta {padding-top:53px;}

}

@media (max-width: 767px){ 
    
    .sec-1 .sec-bg_gradient {
        width: 110%;
    }
    
    
    
    
    .sec-4 .text{
        display: block;
        width: auto;
        float: none;
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    
    .sec-4 .cta {
        width:100%;
        text-align: center;
    }
}

@media (max-width: 567px){ 
    h1, h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    .sec-1 { height: 270px}
    .sec-1 .sec-bg_img {right: -315px;}
    
    .sec-3 {padding-bottom:445px;}
    
    .sec-3 .sec-text h2 {
        font-size: 24px;
    }
    .sec-3 .sec-text {
        width: auto;
        margin-left: 30px;
        margin-bottom: 50px;
    }
    .sec-3 .bg {
        width: 90%;
        max-width: 340px;
        margin: 0 auto;
        float: none;
    }
    .sec-4 .bg {
        top: -6px;
    }
    .sec-4 .bg img {width: 1200px;}
}
@media (max-width: 480px){ 
    .sec-2 .sec-text .item {
        width: 100%;
        
    }
}