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;
    padding: 0 30px;
    position: relative;
}
.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;
}

.clear{clear:both}
.clearfix{clear:both;width:100%}

.sec-1{
    position: relative;
    height: 700px;
    padding-top: 140px;
    /* background: #082b5e; */
    overflow: hidden;
    width: 100%;
    color:#fff;
}
.sec-1 .sec1-bg1{
    position:absolute;
    top:0;
    right:0;
    width: 55%;
    height:100%;
}
.sec-1 .sec1-bg1 img{
    width:auto;
    height:100%; 
    position:absolute;
    top:0;
    right:0;
}
.sec-1 .sec1-bg2{
    position: absolute; 
    width:77%;
    height:100%;
    top:0;
    left:0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#082b5e+0,082b5e+55,082b5e+100&1+0,1+63,0+100 */
background: -moz-linear-gradient(left,  rgba(8,43,94,1) 0%, rgba(8,43,94,1) 35%, rgba(8,43,94,1) 55%, rgba(8,43,94,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(8,43,94,1) 0%,rgba(8,43,94,1) 35%,rgba(8,43,94,1) 55%,rgba(8,43,94,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(8,43,94,1) 0%,rgba(8,43,94,1) 35%,rgba(8,43,94,1) 55%,rgba(8,43,94,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082b5e', endColorstr='#00082b5e',GradientType=1 ); /* IE6-9 */

    
}
.sec-1 .sec1-bg3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    margin-left: -2px;
}
.sec-1 .sec1-bg3 img{
    position:absolute;
    width:100%;
    bottom: -4px;
}

.sec-1 .sec-content{
    position: relative;
}

.sec-1 h3{max-width: 600px;}

.sec-1 .content-container{
    position: relative;
    z-index: 2;
}
.sec-1 .content-container:after{
    content:'';
    width:100%;
    display:table;
    clear:both;
}
.sec-1 .delimiter img{
    position:relative;
    bottom:-2px;
}

.sec-1 .sec-row{
    margin-top: 42px;
}
.sec-1 .sec-col{
    display: inline-block;
    vertical-align: top;
    margin-right: -0.25em;
    margin-right: 100px;
}
.sec-1 .sec-list li{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}
.sec-1 .sec-list li:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    color: #3fcf91;
}
.sec-1 .sec-cta{
    margin-top:40px;
}
.sec-1 .sec-cta h4{
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
}
.sec-1 .sec-cta h4 .price{
    font-size: 36px;
}
.sec-1 .sec-cta h4 .price sup{
    font-size: 24px;
    vertical-align: baseline;
    position: relative;
    top: -9px;
}
.sec-1 .sec-cta .btn{
    width: 220px;
}


.sec-1 .sec-text{
    padding-left: 15px;
    color: #fff;
}
.sec-1 .sec-text,
.sec-1 .sec-image{
    float: left;
    width: 50%;
}
.sec-1 .sec-image{
    float:right;
}
.sec-1 .sec-image img{
    max-width: 100%;
}

.sec-1 .sec-cta a:first-child {margin-right:30px;margin-bottom:20px;}

.sec-2{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+55,f3f6fd+56,f3f6fd+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 85%, #f3f6fd 85%, #f3f6fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 85%,#f3f6fd 85%,#f3f6fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f3f6fd 80%,#f3f6fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f6fd',GradientType=0 ); /* IE6-9 */

overflow: hidden;
position: relative;
padding-bottom: 125px;
padding-top: 5px;
margin-top:-5px;
}
.sec-2-bg{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
}
.sec-2-bg img{width:102%;margin-left:-1%;}
.sec-2 h3,
.sec-2 h2{text-align:center}

.sec-2 .text{
    width: 44%;
    float: left;
    margin: 170px 0 0;
    color: #333;
}
.sec-2 .image{
    width:48%;
    float: right;
    margin-top:80px
}
.sec-2 .image img{width:100%;}

.sec-2 .commission-content{
     clear:both;
     text-align: center;
}
.sec-2 .commission{
    background : #4F87FB;
  background : rgba(79, 135, 251, 1);
  border-radius : 20px;
  -moz-border-radius : 20px;
  -webkit-border-radius : 20px;
  
  padding:20px 40px;
  margin: -14px auto 0;
  color:#fff;
  text-align:center;
  display:inline-block;
  box-shadow: 0px 25.7px 25.7px rgba(0, 20, 61, 0.1);
}

.sec-2 .commission .item{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 0 43px;
}
.sec-2 .commission .delimiter {display:none}
.sec-2 .commission .item-icon{
    height:112px;
    width:112px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin:0 auto;
    line-height: 17px;
    padding-top: 31px;
}
.sec-2 .commission .item-icon img{
    position: absolute;
    top:0;
    left:0;
    width:auto;
    height:100%;
}
.sec-2 .commission .item-icon span{
    font-size: 30px;
    font-weight: 600;
}
.sec-2 .commission-text{
    max-width: 890px;
    margin: 25px auto 0;
}

.sec-3 {
    padding: 40px 0 60px;
}

.sec-3-content{
    padding: 75px 0 0;
}
.sec-3-content .image{
    width:49%;
    float:left;
}
.sec-3-content .mobile-image{display:none}
.sec-3-content .image:nth-child(even){float:right}

.sec-3-content .image img{max-width:100%}
.sec-3-content .info{
    width:49%;
    float:right;
}
.sec-3-content .info .title{
    font-size:30px;
    font-weight: 300;
}
.sec-3-content .info .text{
    font-size:18px;
    line-height: 30px;
    margin-top: 5px;
}
.sec-3-content .info .features{
    padding-top:54px;
}
.sec-3-content .info .sec-list{
    
}
.sec-3-content .info .sec-list li{
     position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
    width: 47%;
    float: left;
}
.sec-3-content .info .sec-list li:nth-child(even){float:right}
.sec-3-content .info .sec-list li:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    color: #3fcf91;
}
.sec-3-content .info .sec-list li > strong{
    display: block;
}
.sec-3-content .clearfix{
    margin-bottom: 40px;
}
.sec-3-content .clearfix.clear2{
    margin-bottom: 120px;
}


@media(min-width: 1970px){
    .sec-1 {padding-top:70px}
    .sec-1 .sec1-bg1 img {
        width: 100%;
        height: auto;
    }
    .sec-1 .sec1-bg2 {width:87%}
    
    .sec-2-bg { 
        left: -10%;
    width: 123%;
    }
}

@media(min-width: 2570px){
    .sec-2-bg { 
        left: -15%;
    width: 135%;
    }
    .sec-1 {
        padding-top: 60px;
    }
}
@media(min-width: 3270px){
    .sec-2-bg { 
        left: -29%;
    width: 160%;
    }
}
@media (max-width: 599px){
h1, h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
.sec-3-content .info .title{
    font-size:  24px;
}

}

@media (max-width: 1199px){
    .sec-2 .text {margin-top:34px;}
}

@media (max-width: 991px){
    .sec-2 .commission{margin-top:30px}
    .sec-2 .commission .delimiter {clear:both; width:100%;display:block;}
    .sec-2 .commission .item{width:133px}
    .sec-2 .commission .item:first-child,
    .sec-2 .commission .item:nth-child(2)  {margin-bottom: 20px;}
    
    .sec-3-content .info{width:59%}
    .sec-3-content .image{width:40%}
    
    .sec-2-bg {
        width: 1440px;
    margin-left: -25%;
    }
    .sec-3-content .info .sec-list li{width:100%}
}
    
@media (max-width: 767px){
    .sec-2 .text{width:100%}
    .sec-2 .image{
        width: 100%;
        text-align: center;
    }
    .sec-2 .image img{max-width:480px}
    .sec-3-content .image{
        display:none;
    }
    .sec-3-content .info{width:100%}
    .sec-3-content .mobile-image{
        display:block;text-align:center;
    }
    .sec-3-content .mobile-image img{ width:90%; max-width:380px;}
}
@media (max-width: 567px){
    .sec-2 .commission .item{margin:10px 0}
    .sec-2 .commission {width:min-content;}
    .sec-2{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+55,f3f6fd+56,f3f6fd+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 87%, #f3f6fd 87%, #f3f6fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 87%,#f3f6fd 87%,#f3f6fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 87%,#f3f6fd 87%,#f3f6fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f6fd',GradientType=0 ); /* IE6-9 */
}
    .sec-3-content .clearfix.clear2{margin-bottom:40px;}
}