@font-face {
    font-family: 'Founders Grotesk';
    src: url('../webfonts/sitefont/FoundersGrotesk-Regular.woff2') format('woff2'),
        url('../webfonts/sitefont/FoundersGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('../webfonts/sitefont/FoundersGrotesk-Medium.woff2') format('woff2'),
        url('../webfonts/sitefont/FoundersGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antwerp';
    src: url('../webfonts/sitefont/Antwerp-Regular.woff2') format('woff2'),
        url('../webfonts/sitefont/Antwerp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Global css*/
*{margin:0;padding:0;-webkit-font-smoothing: antialiased;}
html{font-size:100%;width:100%;height:100%;}
body{width:100%;min-width:320px;background-color:#f5f5f5;font-size:22px;font-family: 'Founders Grotesk'; color: #57585a; overflow-x: hidden;}
.clear{clear:both;}
button,input[type="submit"]{cursor: pointer;}
button,input[type="submit"],input[type="search"],a,i{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;font-family: 'Founders Grotesk';}
button:focus,input[type="submit"]:focus,input[type="search"]:focus,a:focus,i:focus{outline: none;}
a{text-decoration:none;color:#57585a;}
a:hover{text-decoration:none;outline:0;color:#492e8d; outline: none;}
a:focus{outline:none!important;outline-offset:none!important;text-decoration:none!important;color:#47309c;}
.btn:focus{outline:none;box-shadow: none;}
a,img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;}
label{font-family: 'Founders Grotesk'; font-weight: 400; font-size: 16px; color: #57585a;margin-bottom: 10px; display: block;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0 0 20px; font-family: 'Founders Grotesk';padding:0;font-weight: 500; color: #57585a; line-height: 1; display: block; position:relative;}
h1, .h1{font-size: 80px; line-height: 1.3;}
h2, .h2{font-size: 40px;}
h3, .h3{font-size: 34px;}
h4, .h4 {font-size: 22px;}
ul,ol{list-style:none;margin:0;}
ul li,ol li{list-style:none;}
p{display:block;line-height:1.2;margin:0;margin:0 0 15px; font-weight: 400;}
p:last-child{margin: 0;}
b, strong{font-weight: 500;}

/*color*/
.white-text {color: #ffffff;}
.gray-color {color: #57585a !important;}

/*font weight*/
.font-reguler {font-weight: 400;}
.font-medium {font-weight: 500;}

/*full height section*/
/* .height {height: 100%;min-height: auto;} */

/*inputfield*/
.form-group{padding-bottom: 15px; margin: 0; position: relative;}
.form-horizontal .form-group {margin-right: 0;margin-left: 0;}
.form-control {box-shadow: none !important;height: 40px; font-family: 'Founders Grotesk'; color:#57585a; font-size: 16px; font-weight: 400; border-top: 0; border-right: 0; border-left: 0; padding: 0; border-bottom: solid 1px #57585a; background-color: transparent; border-radius: 0; padding-left: 0; padding-right: 0;}
.form-control.error{position: relative; bottom: auto; color: #555 !important;}
.form-control.disable{background: #F2F2F2;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color:#F2F2F2;}
.form-control.gray{background: #F2F2F2;}
.form-control.only-text {line-height: 30px;}
.form-control::-webkit-input-placeholder{color:#57585a; opacity: 1;}
.form-control::-moz-placeholder{color:#57585a; opacity: 1;}
.form-control:-ms-input-placeholder{color:#57585a; opacity: 1;}
.form-control:-moz-placeholder{color:#57585a; opacity: 1;}
.form-control:focus{color: #57585a; border-color: #57585a; background-color: transparent;}
select,select.form-control{background:#f8f9fe url('../images/drop-down.svg') no-repeat calc(100% + 5px) center;text-overflow:ellipsis;white-space:nowrap; padding-left: 0; padding-right:28px;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none; font-family: 'Founders Grotesk'; color:#57585a; font-size: 16px; font-weight: 400; border-bottom: solid 1px #57585a; background-color: transparent; width:100%; background-size: 25px;cursor:pointer;}
select,select.form-control:focus{color: #57585a;}
select.input-sm{height: 44px;}
select option,select.form-control option{ padding:0 10px;}
textarea.form-control{min-height:120px;resize:vertical;height:auto;}
.form-group label{display: block; width: 100%;}
.relative{position: relative;}
.align-right{text-align: right;}
.container{max-width: 1270px; width: 100%;position: relative; z-index: 2;}
.full-widht{width: 100%; float: left;}
.text-link {font-size: 16px; font-weight: 400; text-decoration: underline; color: #ffffff; display: inline-block;}

/*button*/
.btn-custom{background:#787779;color:#ffffff;font-weight: 500; font-size:19px; text-transform: uppercase; height:40px; line-height:47px; border:none; border-radius: 35px;text-align:center; padding:0 30px;cursor: pointer; display: inline-block;}
.btn-custom.purple-btn {background-color: #472c8d;}
.btn-custom.purple-btn.icon-btn i {margin: -8px 6px 0 0;display: inline-block;vertical-align: middle;}
.btn-custom.purple-btn.icon-btn i img {width: 20px;}
.btn-custom.bdr-btn {border:solid 1px #472c8d; background-color: transparent; color: #472c8d;height: 45px;line-height: 49px;}
.btn-custom:hover, .btn-custom:focus{background: #472c8d; color: #ffffff;}
.btn-custom.purple-btn:hover, .btn-custom.purple-btn:focus {background-color: #787779; color: #ffffff;}

/*vertical position*/
.v-postion {top: 50%; transform: translateY(-50%);}


/*=========IE10 and Above to 10, 11,12=====================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 select,select.form-control {background:#fff !important;padding-right:7px !important;}
}
/*=========IE9 and Below to 9, 8, 7=====================*/
select,select.form-control {background:#fff\9 !important;padding-right:7px\9 !important;}
.pad-t0{padding-top: 0!important;}
.pad-0{padding-top:0!important; padding-bottom: 0!important;}
.pad-lr0{padding-left: 0!important; padding-right: 0!important;}
.mrg-0{margin-top: 0!important; margin-bottom: 0!important;}
.mrg-t0{margin-top: 0!important;}
.pad-t40 {padding-top: 40px;}
.pad-b40 {padding-bottom: 40px;}
.pad-t80 {padding-top: 80px;}
.pad-b80 {padding-bottom: 80px;}
.pad-tb50 { padding-top: 50px; padding-bottom: 50px;}
.pad-lr65 {padding-left: 65px; padding-right: 65px;}
.pad-b100 {padding-bottom: 100px;}
.pad-tb100 {padding-top: 100px; padding-bottom: 100px;}
.pad-lr100 {padding-left: 100px; padding-right: 100px;} 
.pad-lr100 {padding-left: 100px; padding-right: 100px;}
.pad-t130 {padding-top: 130px;}
.pad-b130 {padding-bottom: 130px;}
.pad-tb130 {padding-top: 130px; padding-bottom: 130px;} 
.pad-lr150 {padding-left: 135px; padding-right: 135px;}
.pad-tb200 {padding-top: 200px; padding-bottom: 200px;}
.pad-t260 {padding-top: 260px;}

/*z-index*/
.z-index-1 {z-index: 1;}

/*custom col*/
.col-10 {flex: 0 0 10%;max-width: 10%;padding-left: 15px;padding-right: 15px;}
.col-20 {flex: 0 0 20%;max-width: 20%;padding-left: 15px;padding-right: 15px;}
.col-40 {flex: 0 0 40%;max-width: 40%;padding-left: 15px;padding-right: 15px;}
.col-60 {flex:0 0 60%; max-width: 60%; padding-left: 15px; padding-right: 15px;}
.col-80 {flex:0 0 80%; max-width: 80%; padding-left: 15px; padding-right: 15px;}

/*owlCarouselarrow css start*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{font-size: 0; margin: 0;}
.owl-theme .owl-nav { margin: 0;position: absolute;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: space-between;left: 20px;right: 20px;margin: 0;}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {opacity: 0;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{width: 30px; height: 30px; background-image: url(../images/slider-arrow.svg) !important; background-size: 22px; background-color: rgba(255,255,255,0.4) !important; border-radius: 100%; background-repeat: no-repeat !important; background-position: center !important; transform: scale(-1);}
.owl-carousel .owl-nav button.owl-next{background-image: url(../images/slider-arrow.svg) !important; transform: scale(1);}
.owl-theme .owl-nav [class*="owl-"]:hover{background-color: transparent;}
.owl-theme .owl-dots {bottom: 10px; left: 0; right: 0; margin: 0; position: absolute;}
.owl-theme .owl-dots .owl-dot span{width: 12px; height: 12px; background: transparent; border: solid 1px #ffffff; margin: 5px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #ffffff;}
.owl-theme .owl-nav [class*="owl-"]:hover {background-color: rgba(255,255,255,0.4) !important;background-image: url(../images/slider-arrow.svg) !important;background-size: 22px;}
/*owlCarouselarrow css end*/

/*breadcrumb css start*/
.breadcrumb {background-color: transparent; display: inline-flex; color: #472c8d; font-size: 25px; margin: 0; padding: 0;}
.breadcrumb-item + .breadcrumb-item::before {color: #472c8d;content: ">";margin: 0;padding: 0 10px 0 5px;font-weight: 400;}
.breadcrumb-item a {color: #472c8d;}
.breadcrumb-item.active {color: #472c8d; font-weight: 500;}

/*accordian css start*/
.accordion .card {background-color: transparent; border: 0; margin-bottom: 32px;}
.accordion .card-header{padding: 0; border: 0; background: transparent;}
.accordion .card-header .accordion-toggle {font-size: 22px; font-weight: 500; color: #492e8d; display: flex; justify-content: space-between; line-height: 1; cursor: pointer;}
.accordion .card-header .accordion-toggle i {font-size: 18px; line-height: 0.8;}
.accordion .card-header .accordion-toggle:hover, .accordion .card-header .accordion-toggle:focus {color: #492e8d;}
.accordion .card-body {padding: 15px 0 0 0;}
.accordion .brochuretech .card-header .accordion-toggle { cursor: inherit;}

/*pattern scorll*/
.pattern-bg {position: absolute; height: 100%; left: 0; right: 0;}

/*inner wrapper css start*/
.inner-wrapper {padding-top: 150px; position: relative;}

/*custom selector css start*/
.cont_select_center {position: absolute;left: 50%;top: 50%;margin-top: -30px;margin-left: -150px;}
.cont_heg_50 {position: absolute;height: 50%;left: 0;top: 0;width: 100%;}
.icon_select_mate {position: absolute;top: 6px;display: inline-block;vertical-align: top;line-height: 1;margin-left: 5px;font-size: 14px; color: #472c8d;}
.select_mate {position: relative;min-width: 119px;width: 119px;transition: all 375ms ease-in-out;}
.select_mate [data-selec-open="true"] p{color: #472c8d;}
.select_mate select {position: absolute;overflow: hidden;height: 0px;opacity: 0;}
.cont_list_select_mate {position: relative;float: left;width: 100%;}
.cont_select_int {position: absolute;left: -14px;top: 0px;z-index: 999;min-width:133px;overflow: hidden;height: 0px;width: 100%;background-color: #e6e6e7;padding: 0 15px;margin-bottom: 0px;margin-top: 0px;border-radius: 20px;transition: all 375ms ease-in-out;}
.cont_select_int li {position: relative;font-size: 16px; list-style-type: none;text-align:left;padding: 0;margin: 0px;transition: all 275ms ease-in-out;display: block;cursor: pointer;}
.cont_select_int li:first-child {font-size: 0; padding-top: 15px;}
.cont_select_int li:last-child {padding-bottom: 10px;}
.cont_select_int li:hover {color: #472c8d;}
.selecionado_opcion {padding: 0;display: inline-block;margin: 0px;cursor: pointer; font-size: 16px; font-weight: 500; color: #472c8d;}

/*breadcrumb css start*/
.breadcrumb {margin: 0 !important;}
.breadcrumb li {color: #472c8d;}
.breadcrumb li:after {content: "/"; display: inline-block; vertical-align: middle; margin: -1px 6px 0 6px;}
.breadcrumb li:last-child:after {display: none;}
.breadcrumb li a {color: #472c8d !important;}

/*jumb animation*/
@keyframes jumpInfinite {
    0% {
      bottom: 40px;
    }
    50% {
        bottom: 42px;
    }
    100% {
        bottom: 40px;
    }
}

@keyframes jumpInfinite2 {
    0% {
      bottom: 55px;
    }
    50% {
        bottom: 56px;
    }
    100% {
        bottom: 55px;
    }
}


/*-------Global-Responsivecss--------*/
@media only screen and (max-width:1600px){
}

@media only screen and (max-width:1440px){
body {font-size: 18px;}
h1, .h1 {font-size: 50px;}
h2, .h2 {font-size: 35px;}
.pad-t80 {padding-top: 50px;}
.pad-b80 {padding-bottom: 50px;}
.pad-lr65 {padding-left: 40px;padding-right: 40px;}
.pad-t130 {padding-top: 80px;}
.pad-b130 {padding-bottom: 80px;}
.pad-tb130 {padding-top: 80px; padding-bottom: 80px;} 
.pad-t260 {padding-top: 160px;}
.pad-tb200 {padding-top: 150px;padding-bottom: 150px;}
.container {max-width: 1030px;}
.icon_select_mate {top: 3px;}
.col-10 {flex: 0 0 16.6667%;max-width: 16.6667%;}
}

@media only screen and (max-width:1199px){
.pad-lr65 {padding-left: 20px;padding-right: 20px;}
.pad-t130 {padding-top: 60px;}
.pad-b130 {padding-bottom: 60px;}
.pad-tb130 {padding-top: 60px; padding-bottom: 60px;} 
.pad-t260 {padding-top: 120px;}
.pad-tb200 {padding-top: 100px;padding-bottom: 100px;}
.owl-theme .owl-dots {bottom: 10px;}
.owl-theme .owl-dots .owl-dot span {width: 10px; height: 10px; margin: 0 4px;}
.container {max-width: 955px;}
.inner-wrapper {padding-top: 130px;}
.col-10 {flex: 0 0 20%;max-width: 20%;}
}

@media only screen and (max-width:991px) {
h1, .h1 {font-size: 45px;}
h2, .h2 {font-size: 30px;}
h3, .h3{font-size: 26px;}
h4, .h4 {font-size: 20px;}
.pad-t40 {padding-top: 35px;}
.pad-b40 {padding-bottom: 35px;}
.pad-t130 {padding-top: 35px;}
.pad-b130 {padding-bottom: 35px;}
.pad-tb130 {padding-top: 35px; padding-bottom: 35px;} 
.pad-t260 {padding-top: 70px;}
.pad-lr150 {padding-left: 35px;padding-right: 35px;}
.container {max-width: 730px;}
.inner-wrapper {padding-top: 85px;}
.col-10 {flex: 0 0 25%;max-width: 25%;}
}

@media only screen and (max-width:767px) {
body {font-size: 16px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 10px;}
.height {min-height: auto;}
.owl-theme .owl-nav {left: 10px; right: 10px;}
.pad-tb200 {padding-top: 60px;padding-bottom: 60px;}
.btn-custom {font-size: 15px; height: 35px; line-height: 41px; padding: 0 25px;}
.btn-custom.bdr-btn {height: 40px; line-height: 44px;}
.icon_select_mate {top: 1px;}
}

@media only screen and (max-width:679px) {
.col-10 {flex: 0 0 33.33%;max-width: 33.33%;}
}

@media only screen and (max-width:575px){
h1, .h1 {font-size: 40px;}
h2, .h2 {font-size: 25px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 18px;}
.pad-t80 {padding-top: 40px;}
.pad-b80 {padding-bottom: 40px;}
}

@media only screen and (max-width:479px){
h1, .h1 {font-size: 28px;}
h2, .h2 {font-size: 20px;}
h3, .h3 {font-size: 18px;}
h4, .h4 {font-size: 17px;}
.pad-tb200 {padding-top: 30px;padding-bottom: 30px;}
.section-title-block p {font-size: 16px;}
.col-10 {flex: 0 0 50%;max-width: 50%;}
}
