@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%;scroll-behavior: smooth; overflow-x: hidden;}
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;}

/*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;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s;}
.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;}
.error, form .error {font-size: 16px; display: block; padding-top: 5px; margin: 0;}

/*button*/
.btn-custom{background:#787779;color:#ffffff;font-weight: 500; font-size:19px; text-transform: none; 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 {background-color: #787779;}

/*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-t200 {padding-top: 200px;}
.pad-b200 {padding-bottom: 200px;}
.pad-tb200 {padding-top: 200px; padding-bottom: 200px;}
.mrg-t200 {margin-top: 200px;}
.mrg-b200 {margin-bottom: 200px;}
.mrg-tb200 {margin-top: 200px; margin-bottom: 200px;}
.pad-t260 {padding-top: 260px;}

/*z-index*/
.z-index-1 {z-index: 1;}

/*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-t200 {padding-top: 150px;}
.pad-tb200 {padding-top: 150px;padding-bottom: 150px;}
.mrg-t200 {margin-top: 150px;}
.container {max-width: 1030px;}
}

@media only screen and (max-width:1199px){
.pad-tb200 {padding-top: 100px;padding-bottom: 100px;}
.container {max-width: 955px;}
.pad-t200 {padding-top: 70px;}
.pad-tb200 {padding-top: 70px;padding-bottom: 70px;}
.mrg-t200 {margin-top: 70px;}
}

@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;}
.container {max-width: 730px;}
.pad-t200 {padding-top: 50px;}
.pad-tb200 {padding-top: 50px;padding-bottom: 50px;}
.mrg-t200 {margin-top: 50px;}
}

@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;}
.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;}
}

@media only screen and (max-width:679px) {
}

@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;}
}
