/*-- Fonts --*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face{
    font-family:'Myriad Pro Regular';
    src:url('../fonts/myriad-pro-regular.eot');
    src:url('../fonts/myriad-pro-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/myriad-pro-regular.woff2') format('woff2'),
        url('../fonts/myriad-pro-regular.woff') format('woff'),
        url('../fonts/myriad-pro-regular.ttf') format('truetype'),
        url('../fonts/myriad-pro-regular.svg#MyriadProRegular') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Myriad Pro Semibold';
    src:url('../fonts/myriad-pro-semibold.eot');
    src:url('../fonts/myriad-pro-semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/myriad-pro-semibold.woff2') format('woff2'),
        url('../fonts/myriad-pro-semibold.woff') format('woff'),
        url('../fonts/myriad-pro-semibold.ttf') format('truetype'),
        url('../fonts/myriad-pro-semibold.svg#MyriadProSemibold') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}*/
@font-face {
    font-family: 'Celias';
    src: url('../fonts/celias.eot');
    src: local('Celias'), local('celias'),
        url('../fonts/celias.eot?#iefix') format('embedded-opentype'),
        url('../fonts/celias.woff2') format('woff2'),
        url('../fonts/celias.woff') format('woff'),
        url('../fonts/celias.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Celias Medium';
    src: url('../fonts/celias-medium.eot');
    src: local('Celias Medium'), local('celias'),
        url('../fonts/celias-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/celias-medium.woff2') format('woff2'),
        url('../fonts/celias-medium.woff') format('woff'),
        url('../fonts/celias-medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Celias Bold';
    src: url('../fonts/celias-bold.eot');
    src: local('Celias Bold'), local('celias'),
        url('../fonts/celias-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/celias-bold.woff2') format('woff2'),
        url('../fonts/celias-bold.woff') format('woff'),
        url('../fonts/celias-bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*-- Reset css --*/
/*==================box-sizing================*/
*{box-sizing:border-box}
*,
*:before,
*:after{box-sizing:border-box}
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*,
*:before,
*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}
/*====*/
*{margin:0;padding:0;border:none}
abbr,acronym,dfn{cursor:help;border-bottom:1px #000 dotted}
dfn{font-style:normal}
.left{float:left}.right{float:right}
.clear{clear:both}
.aligncenter{text-align:center}
.alignright{text-align:right}
a{color:#000;outline:none;border:none;text-decoration:none}
a:visited{color:#5c5c5c}
a:hover{text-decoration:none;color:#0198d1}
a:active{color:#000}
address{margin:0.2em 0;padding:.5em 0 1em;line-height:140%;font-style:normal}
:focus{outline:0}
ul,ol{list-style:none;margin:0;padding:0}
p{font-size:16px;padding:8px 0;line-height:24px;margin:0;color:#474747}
.input-group{position:relative;margin-bottom:15px}
.form-control{background:#fff;border:solid 1px #e1e1e1;font-size:15px;color:#434343;border-radius:4px;width:100%;height:50px;padding:8px 15px}
.form-control::-moz-placeholder{color:#5a5a5a;opacity:1}
.form-control:-ms-input-placeholder{color:#5a5a5a}
.form-control::-webkit-input-placeholder{color:#5a5a5a}
.form-control:focus{box-shadow:none}
.btn-primary{width:100%;/*min-height:62px;*/background-color:#252525;border:0;font:20px "Raleway", Arial, sans-serif;font-weight:600;padding:16px 0 0 0;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;text-transform:uppercase}
.btn-primary:hover,.btn-primary:focus{background:#059ad9}
.btn-primary:focus,.btn-primary:active{border:0;box-shadow:none}
textarea{font:12px Arial, Helvetica, sans-serif}
textarea.form-control{height:120px}
.block{display:inline-block;width:100%}
a.button,.button{display:inline-block;background-color:#fff;border:none;box-shadow:none;color:#610b09;font-size:20px;text-transform:uppercase;border:none;padding:9px 26px;text-align:center;vertical-align:middle;border-radius:6px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}
.button:hover,.button:focus{background-color:#d93533;color:#fff}

a:visited.button{color:#fff}
.error{display:block;color:#f98989;padding-top:5px;font-size:13px;font-weight:normal}
.alert-success{opacity:1}.button.radius{border-radius:4px}
.capitalize{text-transform:none;text-transform:capitalize}
img.img-block{display:block;max-width:100%;height:auto}
.center-box{background-color:transparent;text-align:center;padding:60px 0}
.ucase:before{text-transform:uppercase}
.block{display:inline-block;width:100%}
.icon{display:inline-block;fill:currentColor;height:1em;position:relative;top:-0.0625em;vertical-align:middle;width:1em}
.list{/*list-style:none;*/padding:12px 0 0;margin:18px 0 0 7px}
.list li{/*background:url(../images/list-check.png) no-repeat left 4px;*/color:#535353;font-size:17px;line-height:26px;padding:0 0 18px}
.list li span{display:block;font-size:20px;color:#000;padding:3px 0 10px}
.list-numeric{list-style:number;font-size:16px;color:#686868}
.list-numeric li{line-height:24px;margin:0 0 16px}
/*-- Body --*/
html{background:#fff;height:100%;font-family:Arial, Helvetica, sans-serif}
body{background:#fff;font-family:Celias, Arial, Helvetica, sans-serif;font-weight:400;font-size:15px;min-height:100%;color:#4a4a4a}
.container{max-width:1280px;margin:0 auto;position:relative;padding:0 15px/*;border:1px solid #f00*/}

/*-- Fetch Fonts --*/
h1,h2,h3,h4,h5,h6,.button,a.button{font-family:"Celias Bold", Arial, sans-serif}

/*-- Container --*/
/*#content{display:inline-block;width:100%;min-height:300px}*/

/*-- Header --*/

/*====----Home Page----=====*/
#top{margin:0 10px;/*padding-bottom:50px*/}
.header {background:url(../images/header-bg.jpg) no-repeat 60% 100%;min-height:530px;border-radius:0 0 25px 25px;text-align:center}
.header .logo{padding:30px 0 0}
.logo img{max-width:280px;height:auto}
.hd-h1{font:40px "Celias Bold", Arial, sans-serif;color:#000;max-width:700px;line-height:1.3em;margin-top:40px}
.hd-h1 span{font:24px "Celias Medium", Arial, sans-serif;color:#4a4a4a;display:block;margin-bottom:20px}
.features ul li{list-style:none;display:inline-block;background:rgba(255, 255, 255, 0.5) url(../images/target-icon.png) no-repeat 20px center;border-radius:50px;text-align:center;padding:10px 30px 10px 60px;margin:0 10px 20px}

.features ul li.countries{background-image:url(../images/aero-icon.png)}
.features ul li.growth{background-image:url(../images/handshake-icon.png)}

.helpline .colbox{padding:20px 15px;max-width:400px;margin:0 auto}
/*.helpline .col-sm-4.colbox{flex:0 0 35%;max-width:35%;margin-left:2.5%}*/
.hd-h2{font:20px "Celias Medium", Arial, sans-serif;color:#000}
.imgbox{background:#f9fafb;border-radius:20px;padding:13%;margin-bottom:20px}
.imgbox img{border-radius:12px}

.meet-the-founder{background:url(../images/meet-the-founder-section-bg.jpg) no-repeat center center;background-size:cover;padding:0 60px 0 10px;border-radius:25px;margin:0 5px}
.meet-the-founder img{max-width:400px}
.meet-the-founder .bio{padding:40px 0 30px}
.meet-the-founder .hd-h2{font-size:24px}
.meet-the-founder .bio p{color:#4a4a4a;font-size:18px;line-height:1.7em;padding-top:20px}
.meet-the-founder .bio span{font-family:"Celias Bold", Arial, sans-serif}

#footer{margin:45px 15px 0;padding-bottom:60px;}
#footer .container{border:1px solid #e8e8e8;border-radius:50px;padding:26px 0}
#footer .row > div span{color:#404040;font:16px "Celias Medium", Arial, sans-serif;line-height:26px;padding-left:30px;display:block}
#footer .location span{background:url(../images/location-icon.png) no-repeat 0 4px}
/*#footer .location span{text-align:center;border-bottom:1px solid #e8e8e8;padding-bottom:20px;margin-bottom:20px}*/
#footer .call span{background:url(../images/phone-icon.png) no-repeat 0 center}
#footer .copyright{color:#404040;font-size:12px;padding:0;}




/*====Responsive====*/
@media (min-width:576px){
/*body{border:1px solid #0f0}*/
}

@media(min-width:640px){
.header {text-align:left}.logo img{max-width:100%}
.hd-h1{font-size:45px;margin-top:70px}
/*body{border:1px solid #f00}*/
}

@media (min-width:768px){
.hd-h1{font-size:50px}
.features ul li{margin:0 25px 20px 0}
.helpline .colbox{padding:0 15px 6% 5%;max-width:none}
.meet-the-founder img{max-width:500px}
/*body{border:1px solid #00f}*/
}

@media (min-width:992px){
.header .logo{padding-top:60px}
.meet-the-founder img{max-width:100%}
/*#footer .location{text-align:left;border:0;padding-bottom:0;margin-bottom:0}*/
/*body{border:1px solid #ff0}*/
}
@media (min-width:1025px){
.header {min-height:597px;}
.header {background-position: center 100%}
/*body{border:1px solid #0ff}*/
}
@media (min-width:1200px){
.hd-h1{font-size:64px}
.meet-the-founder{min-height:450px}
.meet-the-founder .bio{padding:50px 0 70px}
/*body{border:1px solid #000}*/
}

@media (max-width:991px){
#footer{margin:45px 0 0;padding-bottom:0}
#footer .container{background:#f8f8f8;padding:30px 15px;border:0;border-radius:0; }
#footer .location span{max-width:530px;margin:0 auto}
#footer .call span{max-width:155px;margin:15px auto 25px}
/*body .container{border:1px solid #0f0}*/
}
@media (max-width:639px){
#footer .location span{max-width:310px}
}