@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700&display=swap');
html {
    scroll-behavior: smooth;
  }
body {
    /* background:url(../img/bg.png) repeat; */
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px !important;
}
.logo { padding-top: 5px; max-height: 45px; margin-top: 11px;}
.moblogo { padding-left: 20px; margin-top: 15px; padding-top: 15px; max-height: 45px; }
.homeSec { 
    width: 100%;
    display: -webkit-flex;
    display: flex;
    min-height: 865px;
    background: url(../img/bg.svg) no-repeat right top;
    background-size: cover;
    padding:120px 0 80px 0;
}
.homeSec .fullSec { width: 100%; display: flex; align-items: center; }
.homeSec .imgsec {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex: 1;
    width: 50%;
}
.homeSec .rightSec { width: 50%; align-items: center;}
.homeSec h1 { background: url(../img/titleBg.svg) no-repeat left top; font-size:48px !important; line-height: 55px;  background-position-y: 5px; padding-left: 20px; }
.homeSec p { padding-left: 20px;}
.homeSec .btnstyle { margin-left: 20px;}
.aboutbox { 
    width: 100%;
    display: -webkit-flex;
    display: flex;
    padding: 110px 0;   
    align-items: center;
}
.aboutbox .leftbg {
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 60%;
}
.aboutbox .rightbg {
    display: flex;
    justify-content: center;
    text-align: center;
    /* flex: 1; */
    width: 45%;
}
.aboutbox .leftbg p { text-align: justify; max-width: 600px; }
.whySec { 
    width: 100%;
    display: -webkit-flex;
    display: flex;
    min-height: 460px;
    padding: 110px 0 80px 0; 
    align-items: center;
}
.whySec .leftbg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    flex: 1;
    width: 50%;
}
.whySec .rightbg {
    display: flex;
    justify-content: center;
    text-align: center;
    flex: 1;
    width: 50%;
}
.whySec .leftbg  { padding-right: 25px; }
.aboutSec { 
    width: 100%;
    display: -webkit-flex;
    display: flex;
    min-height: 460px;
    padding: 110px 0 50px 0; align-items: center;
}
.aboutSec .rightbg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    flex: 1;
    width: 50%;
    padding-left: 25px;
}
.aboutSec .leftbg {
    /* display: flex; */
    justify-content: center;
    text-align: center;
    flex: 1;
    width: 50%;
}
p { text-align: justify; font-size: 18px; line-height: 27px; color: rgba(0, 0, 0, 0.7) }
.aboutSec .leftbg p { max-width: 490px; }
/* .eproo-img { padding: 130px 0; } */
.servicesSec { padding: 80px 0; float: left; margin: auto; width: 100%; }
.servicesSec h1 { margin-bottom: 60px; text-align: center; }
.servicesSec .list { float: left; width: 20%; text-align: center; padding: 10px; margin-bottom: 20px;  }
.servicesSec .list img { max-width: 160px; padding: 15px; }
.servicesSec p { font-size: 16px; font-weight: 600;  line-height: 23px; }
.servicesSec p.small { font-size: 12px; text-align: center; max-width: 730px; margin: auto; line-height: 18px; font-weight: 500; }
.servicesSec p.small i { font-size: 30px; }

h1 {  background: url(../img/titleBg.svg) no-repeat left top; padding-left:25px; font-weight: 700 !important; color: rgba(0, 0, 0, 0.9) !important; font-size: 32px !important; margin-bottom: 25px; }
.founder h4, .aboutbox h4 { font-weight: 700 !important; color: rgba(0, 0, 0, 0.9) !important; line-height: 50px !important; font-size: 38px !important;  }
.founder h4 span, .aboutbox h4 span { color: #FF5F00; text-decoration: underline; font-weight: 600 !important; }
h5 {font-family: 'Barlow', sans-serif !important;  margin-top: 5px !important; font-weight: 700 !important; color: #FF5F00 !important; line-height: 28px !important; font-size: 20px !important; margin-bottom: 5px !important; }
h6 { margin-top: 20px; background: url(../img/icon.png) no-repeat 0 7px; padding-left: 35px;  text-align: justify;  margin-bottom: 5px !important;  font-family: 'Barlow', sans-serif; font-size: 17px !important; font-weight: 400 !important; line-height: 26px !important; color: rgba(0, 0, 0, 0.7) }

.quotes { background: url(../img/motobg.png) no-repeat; background-size: cover; padding: 85px 0; }
.quotes p { color: rgba(0, 0, 0, 0.9); font-weight: 700; font-size: 34px; line-height: 48px; text-align: center; max-width:1000px; margin:0px auto; }
.quotes p span { color:#FF5F00;}

.thumbSec { display: grid; grid-template-columns: 33.3% 33.3% 33.3%; grid-gap: 30px; }
.thumbSec .list { background: url(../img/thumb.png) no-repeat; padding:50px 25px 30px 25px; min-height: 215px; background-size: cover;}
.thumbSec .list p { font-size: 16px; line-height: 24px; }
.thumbSec .list img { float: right; margin-top: -10px; position:relative;}

.smedia .list { padding:40px 25px 30px 25px !important; }
.smedia .list .small { font-size: 14.6px; line-height: 22px; }
.sightDistance { background: url(../img/sdBg.svg) no-repeat; background-size: cover; padding: 80px 0; }

.sitemenu {
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    padding: 5px 0;
    width: 100%; min-height: 75px;
}
.sitemenu ul { text-align: center; padding: 0; float: right; margin-top: 20px;; }
.sitemenu ul > li > a { color: rgba(0, 0, 0, 0.8); font-size: 17px; font-weight: 600;transition: all .3s ease;  }
.sitemenu ul > li > a:hover { text-decoration: none; color: #F8B400; transition: all .3s ease; }
.sitemenu li { display: inline; padding: 15px 15px;  }
.sitemenu .btnstyle{
    color: #fff !important;
    float: initial;
}
.affix .logo { height: 60px; }
.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
    background:#fff;
    /* background:url(../img/bg.png) repeat center center; */
    height: 55px;
    -webkit-box-shadow: 0 0 60px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 0 60px rgba(0, 0, 0, .16);
    box-shadow: 0 0 60px rgb(0 0 0 / 16%);
  }
.affix ~ .container-fluid {
position: relative;
top: 50px;
}
#contactus { float: left; width: 100%; }
.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 4%;
    margin-top: 5px;
    bottom: 50px;
  }  
  .affix  .dropdown-content { bottom: auto; }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }  
  .dropdown-content a:hover { text-decoration: none; }
  .dropdown-content a:hover {background-color: #f1f1f1}  
  .dropdown:hover .dropdown-content {
    display: block;
  }  
.founder { margin-top: 50px; background:url(../img/founder_bg.jpg) no-repeat; background-size: cover; }
.founder h1 { font-size: 32px !important;}


.contactSec { padding: 60px 0;  max-width: 800px; margin: auto; }
.contactSec .details { min-width:260px; background: #FBFBFB; border: 1px solid rgba(0, 0, 0, 0.05); box-shadow: 0px 2px 4px rgba(248, 180, 0, 0.15); border-radius: 77px; }
.contactSec .details .iconSec { margin-right: 15px; background: #F8B400; border-radius: 50%; float: left; width: 85px; height: 85px; margin-top: -5px; display: flex; justify-content: center; align-items: center; }
.contactSec .details h6 { background: none; color: #000; font-weight: bold !important; margin-bottom: 0 !important; margin-top:10px !important; }
.contactSec .details a {  color: rgba(0, 0, 0, 0.6);; }

.btnstyle { text-align: center; margin-top: 10px; font-weight: 500; background: #FF5F00; color: #fff; padding:15px 15px; border-radius: 8px; width: 150px; float: left; height: 50px; }
.btnstyle:hover { background: #FF5F00; color: #fff; text-decoration: none; }
.btnstyle:focus { color: #fff !important; text-decoration: none; }
.copyright { float: left; width: 100%; background: rgb(255,95,0); position: relative;
    background: linear-gradient(180deg, rgba(255,95,0,1) 0%, rgba(248,180,0,1) 100%);
 padding: 20px 0; text-align: center; color: #fff;}
 .copyright .container { position: relative; }
 .copyright p { font-weight:500; margin-bottom: 0; font-size: 16px !important; color: #fff !important; }
.socialBtn{
    /* position: absolute;
    top: -5px;
    right: 0; */
    float: right;
}
.socialBtn img { margin-left: 5px; }
.iconRight { float: right; max-height: 70px; margin-top: -25px; }
.sdRight { max-width: 50px; float: right; }

@media (max-width:1350px) { 
    .homeSec {min-height: 754px;    display: block;}
}
@media (max-width:1150px) {
    .homeSec .imgsec {padding-top: 40px;}
}
@media (max-width:992px) {
    .socialBtn { position: relative !important; margin-top: 5px;}
    .homeSec { min-height: 600px; display: block; padding-top: 60px; } 
    .homeSec .imgsec { display: block; }
    p {  font-size: 15px; line-height: 27px; }
   .sitemenu { display: none; }
   .whySec .leftbg, .whySec .rightbg, .aboutSec .leftbg, .aboutbox, .aboutbox .rightbg, .aboutSec .rightbg, .aboutSec, .servicesSec .list, .homeSec .fullSec, .aboutbox .leftbg,
   .contactSec .leftbg, .contactSec .rightbg, .contactSec, .whySec, .whySec .leftbg, .whySec .rightbg, .homeSec .imgsec, .homeSec .rightSec
   {
    width: 100%;
    display: block; 
    flex: inherit;
   }
   .quotes p, h4 { font-size: 24px !important; line-height: 30px !important; }
 
   .homeSec h1 {    font-size: 32px !important;     line-height: 35px;     background-position-y: -6px;}
   .aboutSec, .pricingSec, .aboutbox, .servicesSec, .contactSec, .homeSec .imgsec, .whySec, .founder { padding: 30px 0; }
   .servicesSec .list img { max-height: 170px;}
   .servicesSec h1, .pricingSec h1 {
    margin-bottom: 40px; }
    .pricingSec .amount { border-radius: 20px; margin-top: -28px; padding: 33px 10px 10px 10px; font-size: 22px; }
    .pricingSec .list { margin-bottom: 50px; width: 100%; }
    .pricingSec .list img  { max-width: 110px; }
    .contactSec .leftbg .cofeeimg {
        padding-top: 0px; }
    .contactSec .rightbg, .aboutSec .rightbg { padding-left: 0; }
    .sendbtn { margin-bottom: 60px; }
    h1 {font-size: 30px !important;}    
    .contactSec .details { margin: 15px 0; }
    .contactSec .details .iconSec { width: 55px; height: 55px;     margin: 10px; }
    .contactSec .details .iconSec img { height: 25px; }
    .thumbSec {     grid-template-columns: 100% !important; }
    .thumbSec .list { background: url(../img/thumbMob.png) no-repeat; background-size: 100% 100% !important;  padding: 25px 20px 10px 20px !important;   min-height: 185px !important;}
    .thumbSec .list p { font-size: 15px;line-height: 21px; }
    .thumbSec .list img { height: 45px; }
}




/* Alal */
.ms-2{
    margin-left: 2rem;
}
.transition{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btnstyle:hover{
    background-color: #f8b400;
}
.ghost-btn{
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    color: #FF5F00;
    border: 2px solid #FF5F00;
    padding: 15px 15px;
    border-radius: 8px;
    width: 150px;
    float: left;
    height: 50px;
    line-height: 100%; 
}
.ghost-btn:hover{
    border: 2px solid #f8b400;
    color: #f8b400; 
    text-decoration: none; 
}
.app-download{
    margin-top: 30px;
}
.app-download a{
    margin-right: 15px;
}
.app-download a img{
    height: 50px;
}
.app-download a:hover img{
    opacity: .9;
}
.copy-links{
    float: right;
    padding: 0;
    margin: 0;
}
.copy-links li{
    list-style: none;
    float: left;
    margin-right: 20px;
}
.copy-links li a{
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.copy-links li a:hover{
    color: #333;
    text-decoration: none;    
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.flex-center-end{
    display: flex;
    align-items: center;
    justify-content: end;
}
.flex-center{
    display: flex;
    align-items: center;
}
#contactPage input{
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    outline: none;
    padding: 0 15px;
}
#contactPage textarea{
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    max-height: 150px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    outline: none;
    padding: 0 15px;
}
#contactPage input.btnstyle{
    margin: 0;
    width: initial;
}
#terms_privacy{
    min-height: 300px;
}
.terms{
    margin-top: 60px;
}
.terms p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.terms li{
    padding: 5px 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
}
.terms h2{
    margin-top: 0;
    font-weight: 700 !important; 
}
.terms h3{
    margin-top: 0;
    font-weight: 700 !important;    
    text-transform: capitalize;
}
.terms h4{
    font-size: 20px;
    font-weight: 600 !important;
    text-transform: capitalize;
}



@media (max-width:768px) {
    .app-download a{
        margin-bottom: 15px;
        display: inline-block;
    }
    .contactSec .app-download a{
        margin-bottom: 15px;
        display: block;
        margin: 0;
        margin-bottom: 15px;
    }
}
@media (max-width:1200px){
    #menumobile .btnstyle{
        color: #fff;
        height: fit-content;
    }
    .copyright .flex-center{
        display: block;
    }
    .copyright .flex-center p{
        text-align: center;
        margin-bottom: 15px;
    }
    .copyright .flex-center-end{
        justify-content: center;
    }



}
@media (max-width:600px) {
    .copyright .copy-links{
        width: fit-content;
        margin: auto;
        float: initial;
    }
    .copyright .flex-center-end{
        display: block;
    }
    .socialBtn{
        width: 100%;
        margin-top: 15px;
    }
}
@media (max-width:1400px){
    .homeSec {
        min-height: 650px;
        padding: 80px 0;
    }
    .homeSec img{
        width: 70%;
    }
    .homeSec h1 { 
        font-size: 40px !important;
        line-height: 50px; 
    }
    .aboutbox{
        padding: 80px 0;
    }
    p{
        font-size: 16px;
        line-height: 25px;
    }
    .aboutbox .rightbg img{
        width: 85%;
    }
    #deedayy .leftbg img,
    .sightDistance .rightbg img,
    #socialMedia .leftbg img{
        width: 85%;
    }
    #terms_privacy {
        min-height: 250px;
    }
}
@media (max-width:992px) and (min-width:768px){
    .homeSec .imgsec,
    .aboutbox .rightbg,
    .aboutSec .leftbg,
    .founder .rightbg{
        width: 40%;
        float: left;
    }
    .homeSec .imgsec img{
        width: 100%;
    }
    .homeSec .rightSec,
    .aboutSec .rightbg,
    .aboutbox .leftbg,
    .founder .leftbg{
        width: 60%;
        float: left;
    }
    .sightDistance .rightbg,
    .sightDistance .leftbg{
        width: 50%;
        float: left;
    }
    .aboutbox .rightbg img {
        width: 100%;
    } 
    .aboutbox .rightbg img{
        width: 100%;
    }
    .aboutbox {
        float: left;
    }
    .sightDistance .thumbSec{
        float: left;
        width: 100%;
        margin-top: 20px;
        grid-gap: 15px;
    }
    #socialMedia .aboutSec{
        min-height: 350px;
    }
}