/*
Fonts & General Styles
--------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
#yui3-css-stamp.cssreset{display:none;}

@media print{*{color:#000 !important;text-shadow:none !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;}
a[href]:after{content:" (" attr(href) ")";}
abbr[title]:after{content:" (" attr(title) ")";}
a[href^="javascript:"]:after,
a[href^="#"]:after{content:"";}
pre,
blockquote{border:1px solid #999;page-break-inside:avoid;}
thead{display:table-header-group;}
tr,
img{page-break-inside:avoid;}
img{max-width:100% !important; height: auto;}
p,
h2,
h3{orphans:3;widows:3;}
h2,
h3{page-break-after:avoid;}
select{background:#fff !important;}
.navbar{display:none;}
.table td,
.table th{background-color:#fff !important;}
.btn > .caret,
.dropup > .btn > .caret{border-top-color:#000 !important;}
.label{border:1px solid #000;}
.table{border-collapse:collapse !important;}
.table-bordered th,
.table-bordered td{border:1px solid #ddd !important;}
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    /* Removes padding behaviour on widths */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body *:not(script) {
    display: block;
}
body *:not(script):not(img) {
    float: left;
}


/* CUSTOMIZE THIS */
body {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    color: #4F4F4F;
    background: #f6f5f1;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #666666;
    text-decoration: underline;
}
a:focus {
    outline: 0;
}
h1,.h1 {
    font-size: 3em;
}
h2,.h2 {
    font-size: 2.5em;
}
h3,.h3 {
    font-size: 2em;
}
h4,.h4 {
    font-size: 1.5em;
}
h5,.h5 {
    font-size: 1.1667em;
}
h6,.h6 {
    font-size: 1em;
}
p {
    margin: 0 0 20px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}
/* /CUSTOMIZE THIS */

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.clearfix {
    clear: both;
}
img {
    vertical-align: top;
}
input[type=submit],input[type=button]{
	 -webkit-appearance: none;	
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.btn {
    background-color: transparent;
    font-size: 24px;
    color: #3F87BC;
    font-family: 'Poppins-SemiBold';
    letter-spacing: 0.3em;
    border: 5px solid #3F87BC;
    border-radius: 10px;
    padding: 9px 13px 9px 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 1600px) {
    .btn {
        font-size: 21px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        font-size: 18px;
        padding: 7px 16px 7px 24px;
    }
}
.btn:hover, .btn:focus {
    text-decoration: none;  
    background-color: #3F87BC;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
/*
Grids
--------------------------------*/
.row:before, .row:after {
    content: "";
    display: table ;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}


/*
Header
--------------------------------*/
header {
    padding: 38px 61px 0;
    clear: both;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9;
}
@media only screen and (max-width: 1600px) {
    header {
        padding: 20px 25px 0;
    }
}
@media only screen and (max-width: 767px) {
    header {
        padding: 33px 25px 0;
    }
}
header .logo {
    width: 50%;
    float: left;
}
@media only screen and (max-width: 767px) {
    header .logo {
        width: 100%;
        float: none;
        text-align: center;
    }
}
header .header-btn {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 40px;
} 
@media only screen and (max-width: 767px) {
    header .header-btn {
        width: 100%;
        float: none;
        text-align: center;
        display: inline-block;
        padding-right: 0px;
    }
}

header .logo a {
    display: block;
}
@media only screen and (max-width: 767px) {
    header .logo a {
        display: inline-block;
        float: none;
    }
}
header .header-btn a {
    margin-top: 22px;
    z-index: 99;
    position: relative;
    float: right;
}
@media only screen and (max-width: 767px) {
    header .header-btn a {
        margin-top: 41px;
        float: none;
        display: inline-block;
    }
    header .header-btn a:after {
        content: '';
        display: table;
        clear: both;
    }
}
@media only screen and (max-width: 1600px) {
    header .logo img {
        max-width: 250px;
    }
}

 
/*
Body Styles
--------------------------------*/
.banner {
    padding: 0 112px;
    position: relative;
    display: inline-block;
    width: 100%;
}
@media (min-width: 1601px) and (max-width: 1850px) {
    .banner {
        padding: 0 60px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .banner {
        padding: 0 62px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .banner {
        padding: 23px 15px;
    }   
}
.banner:after {
    content: ' ';
    background-image: url('../images/banner-bottom-img.svg');
    width: 100%;
    height: 108px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .banner::after {
        height: 52px;
        background-size: cover;
        background-position: -55px;
    }
}
.banner .col-2 {
    width: 57%;
    float: left;
}
.banner .col-2.right {
    float: right;
}
@media only screen and (max-width: 1023px) {
    .banner .col-2.right{
        width: 100%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner .col-2.right {
        text-align: center;
    }
}
.banner .col-2:nth-child(2) {
    text-align: right;
    width: 43%;
    margin-top: -75px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .banner .col-2:nth-child(2) {
        margin-top: -35px;
    }
}
@media only screen and (max-width: 1023px) {
    .banner .col-2:nth-child(2){
        width: 100%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner .col-2:nth-child(2) {
        text-align: center;
    }
}
.banner .col-2:nth-child(2) img {
    margin-right: -166px;
    float: right;
}
@media (min-width: 1601px) and (max-width: 1850px) {
    .banner .col-2:nth-child(2) img {
        margin-right: -236px;
    }
}
@media only screen and (max-width: 1600px) {
    .banner .col-2:nth-child(2) img {
        margin-right: -46px;
    }
}
@media only screen and (max-width: 1280px) {
    .banner .col-2:nth-child(2) img {
        margin-right: -106px;
    }
}
@media only screen and (max-width: 1023px) {
    .banner .col-2:nth-child(2) img {
        margin: 0 auto;
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .banner .col-2:nth-child(2) img {
        max-width: 272px;
    }
}
.banner .content {
    text-align: center;
    float: right;
    margin-top: -141px;
    position: relative;
}
@media (min-width: 1601px) and (max-width: 1850px) {
    .banner .content {
        max-width: 670px;
    }
}
@media only screen and (max-width: 1600px) {
    .banner .content {
        margin-top: -71px;
        max-width: 553px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .banner .content {
        margin-top: -31px;
        max-width: 413px;
    }
}
@media only screen and (max-width: 1023px) {
    .banner .content {
        margin: 0 auto;
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .banner .content {
        max-width: 100%;
    }
}
.banner .content .inner {
    max-width: 819px;
    float: right;
}
@media only screen and (max-width: 1600px) {
    .banner .content .inner {
        max-width: 553px;
    }
}
.banner .content p {
    color: #3F87BC;
    font-size: 38px;
    line-height: 1.26;
    letter-spacing: 0.11em;
    margin: 0 auto 39px;
    font-family: 'Poppins-Medium';
}
@media (min-width: 1601px) and (max-width: 1850px) {
    .banner .content p {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1600px) {
    .banner .content p {
        font-size: 25px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .banner .content p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .banner .content p {
        font-size: 22px;
        line-height: 1.13;
    }
}
.banner .content .btn {
    float: none;
    display: inline-block;
    font-size: 23px;
    padding: 14px 25px 14px 25px;
}
@media only screen and (max-width: 1280px) {
    .banner .content .btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .banner .content .btn {
        font-size: 18px;
    }
}
.banner .content .inner .bottom-img {
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -30px;
    right: -60px;
}
@media only screen and (max-width: 1600px) {
    .banner .content .inner .bottom-img {
        max-width: 250px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .banner .content .inner .bottom-img {
        max-width: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .banner .content .inner .bottom-img {
        display:none;
    }
}
.banner .content .inner .bottom-img-mbl {
    display: none;
}
@media only screen and (max-width: 767px) {
    .banner .content .inner .bottom-img-mbl {
        display:block;
        margin: 13px auto -15px;
        position: relative;
        left:36px;
    }
}
.banner .content img {
    /*margin-left: -110px;*/
    margin-bottom: 35px;
}
@media only screen and (max-width: 1600px) {
    .banner .content img {
        max-width: 500px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .banner .content img {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1023px) {
    .banner .content img {
        max-width: 500px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .banner .content img {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
        display:none;
    }
}
.banner .mobile-img {
    display: none;
}
@media only screen and (max-width: 767px) {
    .banner .content .mobile-img {
        display: block;
    }
}
.icon-sec {
    padding: 30px 0;
    display: inline-block;
    width: 100%
}
@media (min-width: 1601px) and (max-width: 1850px) {
    .icon-sec {
        padding: 30px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-sec {
        padding: 18px 0 0;
    }
}
.icon-sec .inner {
    max-width: 1480px;
    margin: 0 auto;
    float: none;
    width: 100%
}
@media only screen and (max-width: 1600px) {
    .icon-sec .inner {
        padding: 0 25px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .icon-sec .inner {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1023px) {
    .icon-sec .inner {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .icon-sec .inner {
        display: block;
        padding: 0 15px;
    }
}
.icon-sec .inner:after {
    clear: both;
    content: '';
    display: table;
}
.icon-sec .col-5 {
    width: 19%;
    float: left;
    text-align: center;
    padding: 0 10px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .icon-sec .col-5:nth-child(4) {
        width: 20%;
    }
}
@media only screen and (max-width: 1023px) {
    .icon-sec .col-5 {
        width: 33.33%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-sec .col-5 {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}
.icon-sec .col-5:last-child {
    width: 24%;
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .icon-sec .col-5:last-child {
        width: 23%;
    }
}
@media only screen and (max-width: 1023px) {
    .icon-sec .col-5:last-child {
        width: 33.33%;
    }
}
@media only screen and (max-width: 767px) {
    .icon-sec .col-5:last-child {
        margin-bottom: 9px;
        width: 100%;
    }
}
.icon-sec .col-5 h6 {
    font-size: 35px;
    color: #3279B0;
    font-family: 'Poppins-Medium';
    line-height: 1;
    letter-spacing: 0.025em;
    min-height: 65px;
    margin-bottom: 23px;
    float: none;
}
@media (min-width: 1601px) and (max-width: 1850px) {
     .icon-sec .col-5 h6 {
        font-size: 27px;
        min-height: 65px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1600px) {
    .icon-sec .col-5 h6 {
        font-size: 25px;
        min-height: 45px;
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .icon-sec .col-5 h6 {
        font-size: 18px;
        min-height: 35px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1023px) {
    .icon-sec .col-5 h6 {
        font-size: 21px;
        min-height: inherit;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-sec .col-5 h6 {
        font-size: 22px;
        margin-bottom: 9px;
        width: 100%;
    }
}
.icon-sec .col-5:nth-child(2) h6 {
    padding: 0 8px;
}
.icon-sec .col-5 p {
    font-size: 20px;
    color: #7A7A7A;
    line-height: 1.31;
    letter-spacing: 0.025em;
    padding: 0 12px;
}
@media (min-width: 1601px) and (max-width: 1850px) {
    .icon-sec .col-5 p {
        font-size: 19px;
    }
}
@media only screen and (max-width: 1600px) {
    .icon-sec .col-5 p {
        font-size: 17px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .icon-sec .col-5 p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-sec .col-5 p {
        line-height: 1.22;
        padding: 0 0px;
    }
}
.icon-sec .col-5 img {
    float: none;
    margin: 0 auto 14px;
}
@media only screen and (max-width: 1600px) {
    .icon-sec .col-5 img {
        margin-bottom: 18px;
        max-width: 113px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .icon-sec .col-5 img {
        max-width: 83px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-sec .col-5 img {
        max-width: 153px;
        margin-bottom: 16px;
    }
}
.three-column {
    background-image: url('../images/FONDO-GRIS.png');
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 160px 0 286px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
@media (min-width: 1601px) and (max-width: 1850px) {
    .three-column {
        padding: 160px 30px 286px;
    }
}
@media only screen and (max-width: 1600px) {
    .three-column {
        padding: 160px 25px 227px;
        background-position: 50% 86%;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .three-column {
        padding: 160px 25px 247px;
    }
}
@media only screen and (max-width: 1023px) {
    .three-column {
        padding: 140px 25px 207px;
        background-position: 50% 100%;
        background-size: 1172px;
        background-color: #929292;
    }
}
@media only screen and (max-width: 767px) {
    .three-column {
        padding: 105px 15px 107px;
        background-size: 790px;
    }
}
.three-column:before  {
    content: ' ';
    background-image: url('../images/MONTAÑAS 2.svg');
    width: 100%;
    height: 108px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .three-column::before {
        height: 52px;
        background-size: cover;
        background-position: -55px;
    }
}
.three-column .inner {
    max-width: 1662px;
    margin: 0 auto;
    float: none;
}
.three-column .inner:after {
    clear: both;
    content: '';
    display: table;
}
.three-column .col-3 {
    width: 33.33%;
    float: left;
    padding: 0 68px;
}
@media only screen and (max-width: 1600px) {
    .three-column .col-3 {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 1023px) {
    .three-column .col-3 {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .three-column .col-3 {
        width: 100%;
        padding: 0 0 19px;
        float: none;
        display: inline-block;
    }
}
.three-column .col-3 h5 {
    color: #FFFFFF;
    font-size: 33px;
    line-height: 1.21;
    letter-spacing: 0.025em;
    font-family: 'Poppins-SemiBold';
    padding-bottom: 52px;
}
@media only screen and (max-width: 1600px) {
    .three-column .col-3 h5 {
        font-size: 25px;
        padding-bottom: 25px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .three-column .col-3 h5 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 1023px) {
    .three-column .col-3 h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .three-column .col-3 h5 {
        font-size: 22px;
        line-height: 1.13;
        padding-bottom: 19px;
    }
}
.three-column .col-3:first-child {
    padding-left: 0;
}
.three-column .col-3:first-child p{
    padding-right: 5px;
}
.three-column .col-3:last-child {
    padding-right: 0;
}
.three-column .inner p {
    font-size:22px ;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.025em;
    margin-bottom: 28px;
}
@media only screen and (max-width: 1600px) {
    .three-column .inner p {
        font-size: 19px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .three-column .inner p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1023px) {
    .three-column .inner p {
        font-size: 15px;
    }
}
.client-think {
    background-color: #d3e8f2;
    padding: 30px 0 57px;
    width: 100%;
}
@media only screen and (max-width: 1023px) {
    .client-think {
        padding: 30px 0 37px;
    }
}
@media only screen and (max-width: 767px) {
    .client-think {
        padding: 34px 15px 60px;
    }   
}
.client-think .inner {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.client-think .inner:after {
    clear: both;
    content: '';
    display: table;
}
.client-think .inner h2 {
    font-size: 65px;
    color: #3279B0;
    font-family: 'Poppins-Bold';
    letter-spacing: 0.025em;
    float: none;
    margin-bottom: 3px;
}
@media only screen and (max-width: 1600px) {
    .client-think .inner h2 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1023px) {
    .client-think .inner h2 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .client-think .inner h2 {
        font-size: 28px;
        line-height: 1.14;
        padding-bottom: 31px;
    }
}
.client-think .inner h5 {
    color: #3279B0;
    font-size: 38px;
    font-family: 'Poppins-Bold';    
    float: none;
    letter-spacing: 0.025em;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1600px) {
    .client-think .inner h5 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1023px) {
    .client-think .inner h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .client-think .inner h5 {
        font-size: 22px;
        line-height: 1;
        padding: 0 5px 5px;
    }
}
.client-think .inner p {
    color: #3279B0;
    font-size: 25px;
    line-height: 1.25;
    letter-spacing: 0.025em;
    padding: 0 136px;
    position: relative;
    margin-bottom: 27px;
}
@media only screen and (max-width: 1600px) {
    .client-think .inner p {
        font-size: 20px;
        margin-bottom: 27px;
        padding: 0 220px;
    }
}
@media only screen and (max-width: 1023px) {
    .client-think .inner p {
        font-size: 16px;
        margin-bottom: 27px;
        padding: 0 120px;
    }
}
@media only screen and (max-width: 767px) {
    .client-think .inner p {
        padding: 0;
        font-size: 18px;
        line-height: 1.22;
        margin-bottom: 17px;
    }
}
.client-think .inner p:before {
    content: ' ';
    background-image: url('../images/quote-1.svg');
    width: 132px;
    height: 91px;
    position: absolute;
    left: -5px;
    top: -42px;
}
@media only screen and (max-width: 1600px) {
    .client-think .inner p::before {
        width: 91px;
        height: 63px;
        left: 125px;
        top: -22px;
        background-size: cover;
    }
}
@media only screen and (max-width: 1023px) {
    .client-think .inner p::before {
        left: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .client-think .inner p::before {
        width: 39px;
        height: 27px;
        left: -1px;
        top: -87px
    }
}
.client-think .inner p:after {
    content: ' ';
    background-image: url('../images/quote-2.svg');
    width: 132px;
    height: 91px;
    position: absolute;
    right: 25px;
    bottom: -2px;
}
@media only screen and (max-width: 1600px) {
    .client-think .inner p::after {
        width: 91px;
        height: 63px;
        right: 125px;
        bottom: 8px;
        background-size: cover;
    }
}
@media only screen and (max-width: 1023px) {
    .client-think .inner p::after {
        right: 35px;
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .client-think .inner p::after {
        width: 39px;
        height: 27px;
        right: 0;
        bottom: -49px;
    }
}
.client-think .inner span {
    color: #3279B0;
    font-size: 25px;
    font-family: 'Poppins-Bold';    
    font-style: italic;
    display: block;
    margin-bottom: -7px;
    float: none;
}
@media only screen and (max-width: 1023px) {
    .client-think .inner span {
        font-size: 20px;
    }
}
.form-sec {
    padding: 29px 0;
    width: 100%;
}
.form-sec .inner {
    float: none;
}
.form-sec h2 {
    font-size: 65px;
    color: #3279B0;
    font-family: 'Poppins-Bold';
    letter-spacing: 0.025em;
    line-height: 1.07;
    text-align: center;
    max-width: 1175px;
    margin: 0 auto 44px;
    float: none;
}
@media only screen and (max-width: 1600px) {
    .form-sec h2 {
        font-size: 45px;
        max-width: 925px;
        margin: 0 auto 34px;
    }
}
@media only screen and (max-width: 1023px) {
    .form-sec h2 {
        font-size: 32px;
        max-width: 605px;
    }
}
@media only screen and (max-width: 767px) {
    .form-sec h2 {
        font-size: 28px;
        line-height: 1.14;
    }
}
.form-sec form {
    max-width: 743px;
    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 1023px) {
    .form-sec form {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .form-sec form {
        padding: 0 14px;
    }
}   
.form-sec form:afrwe {
    clear: both;
    content: '';
    display: table;
}
.form-sec form label {
    display: block;
    font-size: 27px;
    color: #7A7A7A;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    .form-sec form label {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .form-sec form label {
        font-size: 18px;
    }
}
.form-sec form input {
    width: 100%;
    border: 1px solid #7A7A7A;
    border-radius: 22px;
    height: 82px;
    background-color: transparent;
    margin-top: 10px;
    padding: 0 15px;
}
@media only screen and (max-width: 1600px) {
    .form-sec form input {
        border-radius: 17px;
        height: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .form-sec form input {
        border-radius: 14px;
        height: 46px;
    }
}
.form-sec form .text-box {
    padding-bottom: 15px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .form-sec form .text-box {
        padding-bottom: 21px;
    }
}
.form-sec form .text-box input {
    width: 100%;
}
.form-sec form .checkbox {
    position: relative;
    margin: 3px 0 45px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .form-sec form .checkbox {
        margin: -1px 0px 41px;
    }
}
.form-sec form .checkbox input {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 36px;
    height: 36px;
    z-index: 99;
    cursor: pointer;
    padding: 0;
}
.form-sec form .checkbox input + label {
    font-size: 25px;
    cursor: pointer;
    padding-left: 59px;
    letter-spacing: 0.025em;
}
@media only screen and (max-width: 1600px) {
    .form-sec form .checkbox input + label {
        font-size: 20px;
        padding-left: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .form-sec form .checkbox input + label {
        font-size: 14px;
        padding-left: 38px;
        padding-top: 3px;
    }
}
.form-sec form .checkbox input + label:before {
    content: "";
    width: 36px;
    height: 36px;
    border:1px solid #7A7A7A;
    position: absolute;
    left: 0;
    top: 2px;
}
@media only screen and (max-width: 1600px) {
    .form-sec form .checkbox input + label::before,
    .form-sec form .checkbox input {
        width: 26px;
        height: 26px;
    }
}
.form-sec form .checkbox input:checked + label:after {
    content: "";
    height: 26px;
    width: 26px;
    background-color:#2E5590;
    position: absolute;
    left: 5px;
    top: 7px;
}
@media only screen and (max-width: 1600px) {
    .form-sec form .checkbox input:checked + label::after {
        height: 16px;
        width: 16px;
    }
}
.form-sec form button {
    text-align: center;
    background-color: #2E5590;
    border-radius: 18px;
    display: block;
    margin: 0 auto 27px;
    color: #fff;
    border: 0;
    padding: 18px 40px;
    font-size: 23px;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    float: none;
    letter-spacing: 0.020em;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .form-sec form button {
        border-radius: 11px;
        margin: 0 auto 27px;
        padding: 13px 39px;
        font-size: 18px;
    }
}
.call-us {
    background-color: #707070;
    text-align: center;
    padding: 12px 0 19px;
    margin-bottom: 43px;
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    .call-us {
        padding: 9px 0 6px;
        margin-bottom: 33px;
    }
}
@media only screen and (max-width: 767px) {
    .call-us {
        margin-bottom: 23px;
    }
}
.call-us h3 {
    font-size: 62px;
    color: #FFFFFF;
    font-family: 'Poppins-Bold';
    width: 100%;
    letter-spacing: 0.025em;
}
@media only screen and (max-width: 1600px) {
    .call-us h3 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .call-us h3 {
        font-size: 30px;
        line-height: 1.16;
    }
}
.call-us h3 a {
    color: #FFFFFF;
    float: none;
    display: inline;
}
@media only screen and (max-width: 767px) {
    .call-us h3 a {
        display: block;
    }
}
.call-us h3 a:hover {
    text-decoration: none;
}

/*
Footer
--------------------------------*/
footer {
    text-align: center;
    padding-bottom: 67px;
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    footer {
        padding: 0 25px 67px;
    }
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 0 15px 79px;
    }
}
footer .inner {
    width: 100%;
}
footer .content {
    max-width: 1616px;
    margin: 0 auto;
    float: none;
}
@media (min-width: 1601px) and (max-width: 1850px) {
    footer .content {
        padding: 0 80px;
    }
}
@media only screen and (max-width: 1600px) {
    footer .content {
        max-width: 1060px;
        margin: 0 auto;
    }
}
footer .content h4 {
    font-size: 25px;
    color: #2E5590;
    letter-spacing: 0.025em;
    font-family: 'Poppins-Bold';
    margin-bottom: 15px;
    float: none;
}
@media only screen and (max-width: 767px) {
    footer .content h4 {
        font-size: 22px;
        line-height: 1.13;
        margin-bottom: 23px;
    }
}
footer .content p {
    font-size: 20px;
    color: #4F4F4F;
    line-height: 1.25;
    float: none;
    letter-spacing: 0.025em;
}
@media only screen and (max-width: 1600px) {
    footer .content p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px) {
    footer .content p {
        font-size: 14px;
        line-height: 1.28;
    }
}
footer .footer-logo {
    max-width: 312px;
    display: block;
    margin: 0 auto 41px;
    float: none;
}
@media only screen and (max-width: 1600px) {
    footer .footer-logo {
        max-width: 272px;
        margin: 0 auto 31px;
    }
}
@media only screen and (max-width: 767px) {
    footer .footer-logo {
        max-width: 261px;
        margin: 0 auto 27px;
    }
}
footer ul {
    width: 100%;
}
footer ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px;
    float: none;
}
@media only screen and (max-width: 1600px) {
     footer ul li {
        padding: 0 6px;
    }
}
@media only screen and (max-width: 1600px) { /* Layout width - 1 */
    footer ul li img {
        max-width: 80%;
    }
}
@media only screen and (max-width: 767px) {
    footer ul li img {
        max-width: 92px;
    }
}