*, html, body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
  font-family: "Roboto", sans-serif;

	 
	 font-weight: normal;
}
 
*, ::before, ::after{
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6  {
    margin: 0;
    padding: 0; font-family: "Roboto Slab", serif !important;
}

input:focus,
      textarea:focus,
      select:focus,
      a:focus {
        outline: none;
      }

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none !important;
    color: #6c6c6c; font-family: "Roboto", sans-serif;
}
a:hover{
    color: #6c6c6c;
}

::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: black;
}


.custom-container{
    max-width: 1260px;
     margin-left: auto;
	
}
/* ==== main header ==== */

.header-menu{
    padding: 15px 0px;
     
    display: flex;
    align-items: center;
    transition: .5s all; 
}
.sticky-header{
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #333;
    
    width: 100%;
    padding:15px 0px;
    transition: .5s all;
}
.navbar-brand img{ width:70px;
 
}
.mobile_primary {
    position: relative;
    transition: all .6s;
    padding: 0;
    z-index: 9999;
}
.mobile_primary ul{
    margin: 0;
    padding: 0;
}
.mobile_primary ul li{
    cursor: pointer;
    display: inline-block;
}

.mobile_primary ul li a{
    color: #ddd;
    padding: 10px 20px;
    font-size: 16px;
    font-weight:400;
    position: relative;
    z-index: 99;
    display: block;
    text-decoration: none;
    text-align: center;
	text-transform:uppercase;
     transition: all .6s; 
}
.mobile_primary ul li a:hover{ color: #ffed02; }
 .active{ color:#ffed02 !important;  }
.mobile_primary ul li a:focus{color:#ffed02 !important; }
.menu-button{
    display: none;
}

/* ==== Banner Start ==== */
.carousel {
    position: relative;
    
}
.navbar-brand{ z-index:99; margin-right:30px;}
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
	padding:40px 0px;
     
    
}

  .carousel-container img { border-radius:50px;}
  .banner-section{ padding:0px 0px; border-bottom:1px solid #ddd}
 .banner-section h2 {
    color: #033a44;
    font-size:46px;
     text-align:left;
    font-weight:800;
    text-transform: capitalize;
    line-height: 80px;
	margin-top:45px;
}

.banner-text-area{   padding:150px 80px 100px 0px;  }
.banner-text-area .review-area{ width: 100%; float: left;}
.banner-text-area .review-area .ratting{ padding-right: 15px; float: left;}
.banner-text-area .review-area .ratting img{ width: 100%; margin-top: -5px;}

.banner-text-area .review-area .review{padding-right: 15px; float: left; font-weight: 600;}
.banner-text-area .review-area .summery{padding-right: 15px; float: left; }
.banner-text-area .review-area .summery img{ margin-top: -5px;}
.banner-text-area .review-area .summery a{ text-decoration: underline; color: #000;}
.banner-text-area .review-area .summery a:hover{ text-decoration: underline !important; color: #000;}
.banner-text-area .review-area .fiber{padding-right: 15px;  padding-top: 10px;  font-weight:400; color:#098bb1 ; display: inline-block;font-size: 22px;}

.banner-text-area h2{ margin-bottom: 40px; font-size:76px; font-weight: 700;color:#6e8c82; margin-top:50px; line-height:65px; display: inline-block; }
.banner-text-area p{ font-size: 19px; margin-bottom:50px;}


.banner-overlay{    border-radius:10px; padding:40px;}
.banner-section h3 { font-size:37px; color: #033a44;margin-bottom:20px;}
 
 


     .shop-now-white-btn{    background:none;
        border-radius:10px;
        padding: 10px 25px !important; display: inline-block; width:100%; text-align: center;
        color: #fff !important; border:2px solid #fff; font-size: 22px; 
         }
     .shop-now-white-btn:hover{ border:2px solid #098bb1;
       background:#fff; color:#098bb1 !important; box-shadow:0px 0px 5px #ddd !important;
         }	 
	 
	 
html a:hover{
    text-decoration: none;
}
.banner-btn{
    text-decoration: none;
    color: #fff; 
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #fff;
    color: #000;
}
/* ==== Banner end ==== */
.section-title{
   
    margin-bottom:90px;
}

html .btn-black {
    color: #000;
    text-decoration: none;
}
html .btn-black i{
    font-weight: 400;
}
html .btn-black span, 
html .banner-btn span, 
html .btn-white span{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    transition: all 0.1s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
html .btn-black span {
    background-color: transparent;
    border: 2px solid #000;
}
html .btn-white span{
    background-color: transparent;
    border: 2px solid #fff;
}
html .btn-white{
    color: #fff;
    text-decoration: none;
}

section.section {
   
    position: relative;
}

.brand-wrapper {
    background: linear-gradient(0deg, #F26848 -14.1%, #FFC711 107%);
    background: -webkit-linear-gradient(0deg, #F26848 -14.1%, #FFC711 107%);
    padding: 4px;
    height: 100%;
}

.brand-content {
    background-color: #fff;
    padding: 65px 25px 30px 25px;
    height: 100%;
}
.brand-content h2 {
    font-size:30px;
    color: #141616;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    line-height: 36px;
}
.about-content h2::before, 
.brand-content h2::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #BA2025;
    left: 0;
    top: 0;
}
.about-content h4, 
.brand-content h4, 
.achievement-accolades h4, 
.about-us-inner h4, 
.board-director-content h4 {
    color: #BA2025;
    font-size:22px;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    
    margin-bottom:35px;
	 
    line-height: 25px;
}
#brandSlider .owl-nav{
    margin: 0;
}
#brandSlider .owl-nav .owl-prev img, 
#brandSlider .owl-nav .owl-next img, 
#goalSlider .owl-nav .owl-prev img, 
#goalSlider .owl-nav .owl-next img, 
#directorSlider .owl-nav .owl-prev img, 
#directorSlider .owl-nav .owl-next img, 
#missionSlider .owl-nav .owl-prev img, 
#missionSlider .owl-nav .owl-next img, 
#directorsSlider .owl-nav .owl-prev img, 
#directorsSlider .owl-nav .owl-next img, 
#investorSlider .owl-nav .owl-prev img, 
#investorSlider .owl-nav .owl-next img,
#journeySlider .owl-nav .owl-next, img,
#journeySlider .owl-nav .owl-prev, img,
#guidelineSlider .owl-nav .owl-prev img, 
#guidelineSlider .owl-nav .owl-next img{
    width: 20px;
}
 
#brandSlider .owl-nav .owl-prev, 
#brandSlider .owl-nav .owl-next, 
#goalSlider .owl-nav .owl-prev, 
#goalSlider .owl-nav .owl-next, 
#directorSlider .owl-nav .owl-prev, 
#directorSlider .owl-nav .owl-next, 
#missionSlider .owl-nav .owl-prev, 
#missionSlider .owl-nav .owl-next, 
#directorsSlider .owl-nav .owl-prev, 
#directorsSlider .owl-nav .owl-next, 
#investorSlider .owl-nav .owl-prev, 
#investorSlider .owl-nav .owl-next,
#journeySlider .owl-nav .owl-next, 
#journeySlider .owl-nav .owl-prev,  
#guidelineSlider .owl-nav .owl-prev, 
#guidelineSlider .owl-nav .owl-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #666;
    border-radius: 50%;
}
#brandSlider .owl-nav .owl-prev, 
#brandSlider .owl-nav .owl-next, 
#goalSlider .owl-nav .owl-prev, 
#goalSlider .owl-nav .owl-next, 
#directorSlider .owl-nav .owl-prev, 
#directorSlider .owl-nav .owl-next, 
#missionSlider .owl-nav .owl-prev, 
#missionSlider .owl-nav .owl-next, 
#directorsSlider .owl-nav .owl-prev, 
#directorsSlider .owl-nav .owl-next, 
#investorSlider .owl-nav .owl-prev, 
#investorSlider .owl-nav .owl-next,
#journeySlider .owl-nav .owl-next, 
#journeySlider .owl-nav .owl-prev,  
#guidelineSlider .owl-nav .owl-prev, 
#guidelineSlider .owl-nav .owl-next{
    position: absolute;
}

#brandSlider .owl-nav{ bottom: -50px;
}
#brandSlider .owl-nav .owl-prev{
    top:104%;
    left: 48%; background:url(../images/back-arrow-8.png) no-repeat top left; background-size:100%;
}

 


#brandSlider .owl-nav .owl-next{
    top:104%;
    right:44%;background:url(../images/foward-arrow-8.png) no-repeat top left; background-size:100%;
}
#brandSlider .owl-nav .owl-prev { border:none;}
#brandSlider .owl-nav .owl-next { border:none;}




#goalSlider .owl-nav .owl-prev{
    top: 105%;
    left: 0%;
}
#goalSlider .owl-nav .owl-next{
    top: 105%;
    right:91%;
}
#journeySlider .owl-nav .owl-prev{
    top:26%;
    left:-50px;
}
#journeySlider .owl-nav .owl-next{
    top:26%;
    right:-50px;
}
#directorSlider .owl-nav .owl-prev{
    top: 73%;
    left: -52%;
}
#directorSlider .owl-nav .owl-next{
    top: 73%;
    right: 135%;
}
#missionSlider .owl-nav .owl-prev{
    top: 72%;
    left: -32%;
}
#missionSlider .owl-nav .owl-next{
    top:72%;
    right: 118%;
}
#directorsSlider .owl-nav .owl-prev{
    top: 50%;
    left: -5%;
}
#directorsSlider .owl-nav .owl-next{
    top: 50%;
    right: -5%;
}
#investorSlider .owl-nav .owl-prev{
    top: 50%;
    left: -5%;
}
#investorSlider .owl-nav .owl-next{
    top: 50%;
    right: -5%;
}
 
#guidelineSlider .owl-nav .owl-prev{
    top: 84%;
    left: -34%;
}
#guidelineSlider .owl-nav .owl-next{
    top: 84%;
    right: 120%;
}
/* ==== about us ==== */

.about-us {
    background: #f5f1ef;
}
.about-wrapper {
    background: linear-gradient(356deg, #438DCB 17.24%, #FFC711 103.87%);
    background: -webkit-linear-gradient(356deg, #438DCB 17.24%, #FFC711 103.87%);
    padding: 4px;
}
.about-content {
    background-color: #f5f1ef;
    padding: 50px;
}
.about-content h2 {
    color: #141616;
    font-size: 60px;
    font-weight: 800;
    
    margin-bottom:40px;
    line-height: 55px;
    position: relative;
    padding-left: 15px;
	 letter-spacing: -2px;
}
.about-content p {
    margin-bottom:40px;
    color: #141616;
    font-size:26px;
    line-height:36px;
}
.about-content a{ font-size:22px;}
.vission-content{
    
    padding: 50px 100px 50px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vission-content h2{
    color: #fff;
    font-size:60px;
    font-weight: 800;
    margin-bottom: 20px;
}
.vission-content p{
    font-size:40px;
    font-weight: 300;
    line-height:50px;
    color: #fff;
    margin-bottom: 20px;
}
.custom-border{
    border-left: 2px solid #fff;
}
.achievement-accolades{
    padding: 0 35px;
}
.achievement-accolades p{
    position: relative;
    padding-left: 15px;
    border-left: 2px solid #BA2025;
    font-size: 26px;
    line-height: 30px;
    color: #141616;
    font-weight: 500;
}
.accolades-cert{
    padding: 50px 60px;
    border: 2px solid #BA2025;
}
/* .accolades-cert img{
    width: 135px;
} */
.achievement-accolades img{
    width: 80px; padding-bottom:20px;
}
.world-section h2{
    color: #EC6E7F;
    font-size:60px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 50px;
}
.globe-world{
    width: 80px;
}
.globe-content h3{
    font-size:37px;
    color: #EC6E7F;
    margin-top: 15px;
}
.globe-content span{
    font-size:50px;
    color: #EC6E7F;
    font-weight: 800;
}
.globe-content {
        padding: 172px 5px 0px 0px;
}
.journey-section h2, 
.core-values h2{
    color: #111;
    font-size:34px;
    font-weight:600;
    margin-bottom: 10px;
    line-height: 50px;
}
.journey-section p{
    font-size:30px;
    color: #141616;
    font-weight: 400;
}
/* background: linear-gradient(270deg, #EC6E7F 6.14%, #438DCB 22.96%, #BA2025 38.68%, #FBDB37 56.5%, #7CC243 71.53%, #F26848 88.09%, #FEC20E 99.34%); */

.history-box{ 
   
}
.founder-content h4{
    font-weight: 500;
    font-size: 30px;
    color: #141616; padding-bottom:15px;
}
.founder-content h2{
    color: #FEC20E;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}
.founder-content ul{ margin-left:25px; padding-right: 50px;}
.founder-content ul li{ font-size:19px; list-style:inside; list-style:disc;   }
 .founder-content .orange-text{ color:#f26848}
  .founder-content .green-text{ color:#7cc243}
.focus-box{  
   
}
.focus-box img{
    width: 325px;
    position: relative;
    margin-bottom: -5px;
}
.focus-text{
    color: #F26848;
    font-weight: 800;
    font-size: 35px;
}

/* ==== footer ==== */

.footer-section{ background: #393a3e;
    padding:100px 0px; color:#fff; padding:60px 0px;
}
.footer-logo{ text-align:left}
.footer-logo {
    width:100px;
}
.footer-logo p{  
    font-size: 14px;
    margin-top: 15px;    
}

.footer-section h5{  
    font-weight: 600;
    font-size:22px;
    text-transform: capitalize;   
}
.footer-menu-1st{ margin-left:40px;}
.footer-menu ul{   
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
}
.footer-menu ul li{ }
.footer-menu ul li p{ }
.footer-menu ul.list-widget li {
    padding-left: 15px;  
    margin-bottom: 5px;
}
.footer-menu .list-widget-lg li{
    margin-bottom: 8px;
}
.list-widget li {  
    position: relative;
    line-height: 24px;
}
.list-widget li a{ color:#fff}
ul.list-widget li::before{  
 
 
}
.footer-menu li a{  
    font-size: 15px; color:#fff; line-height:30px;
    
}
.footer-menu li a:hover{ color:#dbc489}

.footer-menu li a i{ padding-right:7px;}
.social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
}
.social-icons li {
    display: inline-block;
    margin: -1px 5px 0 0;
    padding: 2px;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}
.social-icons li a {
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
    color: #333;
    display: block;
    height: 28px;
    line-height: 30px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ==== footer end ==== */
.about-section{ padding:60px 0px;}
.about-section, .board-directors{
    background-color: #F2F7FB;
}
.about-us-wrapper{
     padding: 2px 2px 4px 4px;
    height: 100%;
}
.about-us-inner{
    background-color: #F2F7FB;
     height: 100%;
}
.about-left-border{
    
    position: relative;
}
 
.about-section h2{
    color: #141616;
    font-size:36px;
    font-weight:500;
    margin-bottom: 20px;
    line-height: 55px;
}
.board-director-content h2{
    color: #141616;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 15px;
}
.member-profile h2{
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    color: #141616;
    margin-bottom: 6px;
}
.member-profile p{
    font-size: 16px;
    color: #141616;
    font-weight: 400;
}
.vission-section{
    background-image: url('../img/vission-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 580px;
}
.vission-inner{
    padding-left: 25px;
    position: relative;
}
.vission-inner::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 95%;
    background-color: #BA2025;
    top: 10px;
    left: -5px;
}
.vission-inner h2{
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
}
.vission-inner p{
    font-size: 27px;
    color: #fff;
    line-height: 30px;
}
.mission-section, 
.policy-guideline-section{
    background-color: #FFF9E7;
}
.mission-section h2{
    font-size:36px;
    color: #7CC243;
     
    margin-bottom: 10px;
}
.mission-item{
    border-left: 3px solid #BA2025;
    padding-left: 20px;
}
.mission-item p{
    color: #438DCB;
    font-size: 25px;
}
.btn-arrow, #goalSlider .owl-carousel .owl-item img {
    width: 8px !important;
    height: auto;     
}
.core-wrapper{
    background: linear-gradient(75deg, #F26848 0%, rgba(242, 104, 72, 0) 39.62%), linear-gradient(254deg, #438DCB 7.99%, rgba(67, 141, 203, 0) 77.1%);
    padding: 2px;
    transition: .5s all;
}
.core-item{
    background-color: #fff;
    padding: 55px 25px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.core-item h3{
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}
.core-wrapper:hover{
    background: none;
}
.core-wrapper:hover .core-item{
    background-color: #F26848;
    color: #fff;
    transition: .5s all;
}
.commitment-wrapper{
    background: linear-gradient(198deg, #F26848 0%, rgba(242, 104, 72, 0) 39.62%), linear-gradient(40deg, #438DCB 7.99%, rgba(67, 141, 203, 0) 77.1%);
    padding: 2px 2px 4px 4px;
}
.commitment-inner{
    padding: 65px 40px;
    background-color: #fff;
}
.commitment-inner h3{
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 8px;
    color: #141616;
}
.commitment-inner p{
    font-size: 17px;
}
.gov-wrapper{
    background: linear-gradient(7deg, #FEC20E 0%, rgba(254, 194, 14, 0) 39.62%), linear-gradient(189deg, #3DA448 7.99%, rgba(61, 164, 72, 0) 77.1%);
    padding: 4px 4px 2px 2px;
}
.wrapper-inner{
    padding: 50px;
    background-color: #fff;
}
.wrapper-inner h3{
    font-size: 45px;
    font-weight: 900;
}
.corporate-gov{
    position: relative;
    margin-top: -12%;
}
.banner-container{
    position: absolute;
    top:38%;
    
  
    align-items: center;
    justify-content: center; width:100%;
}
.banner-container h3{
    color: #fff;
    font-size: 45px;
    font-weight:500;
    text-align: left;
}
.key-financial h2{
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    color: #141616;
}
.board-directors h2{
    font-size: 45px;
    font-weight: 900;
    color: #BA2025;
}
.board-member h4{
    font-size: 27px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 6px;
    color: #141616;
}
.board-member p{
    font-size: 18px;
}
.investor-section h2{
    font-size: 45px;
    font-weight: 900;
    color: #3DA448;
}
.investor-notice-wrapper{
    background: linear-gradient(50deg, #3DA448 7.99%, rgba(67, 141, 203, 0) 77.1%), linear-gradient(232deg, #EC6E7F 0%, rgba(236, 110, 127, 0) 39.62%);
    padding: 2px 2px 4px 4px;
}
.investor-item{
    background-color: #fff;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 230px;
}
.investor-item h3{
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
.policy-guideline-section h2{
    font-size: 45px;
    font-weight: 900;
    color: #712266;
    margin-bottom: 15px;
}
.guideline-item{
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #BA2025;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 196px;
}
.guideline-item p{
    font-size: 24px;
    font-weight: 500;
    color: #438DCB;
}
#directorSlider.owl-theme .owl-dots .owl-dot.active span{
    background-color: #000;border-radius: 100%;
}
}
#directorSlider.owl-theme .owl-dots span{
    border-radius: 0;
    background: #777;
    border: 2px solid #777; border-radius: 100%;
}
#directorSlider.owl-theme .owl-dots{
    
}
.border-green{
    border: 2px solid #7CC243;
}
.btn-green, .btn-yellow{
    padding: 8px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #141616;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    width: 14%;
    margin: 0 12px;
}
.border-yellow{
    border: 2px solid #FEC20E;
}
.carousel-item img{ width:100%;}

.vision-bg1{     background: -webkit-linear-gradient(50deg, #F26848 -14.1%, #FFC711 107%);}
.vision-bg1 a{ font-size:22px;}

.vision-bg{ background:url(../img/slide-bg.jpg) no-repeat top left; background-size:cover}
.vision-bg a{ font-size:22px;}
.about-us  img{ width:100%}
.journey-bg-line-bot{  }
.world-section .right img, .accolades-cert img{ width:100%}



 




/*about-section*/
  
 
.about-section, .corporategovernance img{ width:100%;}
.img-fluid{ width:100%;}
 .our-team{background:#fff; padding:90px 0px;
    border-bottom: 1px solid #ddd;}
	
  .our-founder{background: url(../img/pattern-1.png) repeat; padding:90px 0px;
    border-bottom: 1px solid #ddd;}
	
 .stories-area{ background: #fff; display: inline-block; border-radius: 30px;   }
 .stories-area .circle {  text-align: center; width: 40%; float: left;}
 .stories-area .title{ width:60%;  padding:100px 30px 10px 20px;float: left; }
 .stories-area .title h4{color:#000; text-align:left; font-size:28px; font-weight:400; padding:0px; margin: 0; padding-bottom:15px;}
 .stories-area .title p{color:#000; text-align:left;     padding:0px; margin: 0; font-size: 19px;}

.our-team h2{ font-size:36px;}

.stories-area h5{color:#666666; text-align:center; font-size:18px; font-weight:500; padding: 0 0 10px; margin: 0;}
.stories-area p a{color:#033a44;text-align:center; margin-top:15px;display: inline-block;font-weight: 500;}
.stories-area p a:hover{color: #d58c23;}
.success-stories .owl-theme .owl-nav {display:none}
 
   
.journey-section{ padding:80px 0px;}
.mission-vission-item{ border:1px solid #ddd;}
 #journeySlider{ margin-top:25px;}
 
 .side-bg {
    background: url(../img/footer-shadow.png) no-repeat left;
    padding-left: 40px;
}
.sticky-header .navbar-brand a img {
    width:70px;
}
.text-primary {
    color: #033a44 !important;
}
.contact-btn{ background:#0076be; border-radius:30px; padding:10px 25px !important; color:#fff !important; margin-left:35px;}
.contact-btn:hover{background:#fff; color:#033a44 !important; box-shadow:0px 0px 5px #ddd}
.mobile-img{ display:none}
 
 /*services-wrapper*/
 .service-section{ padding:80px 0px; }
 .services-wrapper{ padding:30px;  }
   .services-wrapper h3{ font-size:26px; padding-bottom:15px;} 
  .team-section .line { height:2px; display:block; width:100%; margin:30px 0px; background:#ddd}
  /*team-wrapper*/
 .team-section{ padding:80px 0px; }
 .team-wrapper{   padding:10px;  }
 .service-section .line { height:1px; display:block; width:100%; margin:30px 0px; background:#fff}
  .service-area{ border:1px solid #ddd;  border-radius: 2rem; margin-bottom:40px; }
  .team-box img{  filter: grayscale(100%); }
  .team-box h5{ font-size:20px; text-align:center; padding:15px 0px 0px 0px;}
 .team-box p{   text-align:center}
 
  .coach-box img{  filter: grayscale(100%); }
    .coach-box h2{font-size:26px;}
  .coach-box h5{ font-size:16px; text-align:center; padding:15px 0px 0px 0px;}
 .coach-box p{   text-align:center}
 
 .faq-section{  padding: 150px 0px;background: #f5f9fb;}
 
 .faq-section h3{ width: 100%;
        font-weight: 700;
        color: #6e8c82;
        display: initial;
        font-size: 28px; display: inline-block;}
      
     .faq-section h2{font-weight: 700;
        color: #6e8c82;
        display: initial;
        margin-bottom: 85px;
        font-size: 52px;display: inline-block; line-height: 45px;
        }

 .faq-section .about-section h2{ margin-bottom:0px; padding-bottom:0px;}
 .faq-section .accordion-button:not(.collapsed){ box-shadow:none;  border-bottom:2px solid #000; 
    background:#f5f9fb; color:#000;  padding-left:0px; font-size: 22px;  font-weight: 400; }
 .accordion-button:focus{ border:none;}
 .accordion-body {     
    color: #000; padding-left:0px; padding: 25px 0px; border-bottom: 2px solid #000;}
.accordion-item{ border-left:none; border-right:none; background: #f5f9fb;  }
.accordion-item button{background: #f5f9fb;border-bottom: 2px solid #000; border-radius: 0px;}
.accordion-item button{font-size: 22px !important;  font-weight: 500  !important;border-radius: 0px;}

 .accordion-button:not(.collapsed)::after { background:url(../images/minus-icon.png); width:31px; height:17px;transform: rotate(0deg);}
.accordion-button::after{ background:url(../images/minus-icon.png); width:31px; height:17px; transform: rotate(180deg); margin-left: 25px; }
.accordion-item:first-of-type .accordion-button:focus{ padding-left:0px; outline:none }
 
 .news-section{ padding:80px 0px;}
  .news-section h2{ padding-bottom:25px;}
 .news-box{ border:1px solid #ddd; margin-bottom:20px;border-radius: 6px;}
 .news-box img{ width:100%;}
 .news-box:hover{ box-shadow:0px 0px 7px #ddd; }
   
   
#carouselExampleCaptions{ margin:0px; padding:0px;}
.carousel-caption{ right:0%; left:55%; }
.carousel-caption .title{ background:#bec0c3; padding:40px; margin:60px 0px 0px 0px;  }
.carousel-caption .title h5{ font-size:36px; font-weight:700; color:#0076be; margin-bottom:15px; border-bottom: 2px solid #0076be;width: auto;
    display: inline;    }
.carousel-caption .title p{ color:#000; margin-bottom:0px; padding-bottom:0px; padding-top:20px;}
.nav-pills .nav-link{ color:#000; border: 1px solid #0076c1;
    border-radius:3px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{ color:#fff !important; background:#343991; border-radius:3px;  }
.carousel-indicators [data-bs-target]{background-color: #0076be;}
/*.search-area{ width:100%;}
.search-area .left{ width:60%; float:left; margin:25px 0px 0px 0px; }
.search-area .left input{ width:100%; font-weight:500; padding:14px; border:1px solid #0076be; border-radius:6px 0px 0px 6px; background:none}
.search-area .left input:focus{ outline:none;  }
.search-area .right{ width:auto;float:left; margin: 25px 0px 0px 0px;
    padding:15px 10px 10px 10px; background:#0076be;  border-radius:0px 6px 6px 0px;}
.search-area label{ color:#000; padding:8px 0px; font-weight:600}
.search-area label i{ color:#0076be}
.search-area label i img{ width:22px; margin-right:8px;}*/

.banner-slider-section{  margin:0px; padding:100px 0px; background:#f5f9fb url(../images/slide-01.jpg) no-repeat center; background-size:cover;}
.banner-slider-section #sliderBanner{ margin:0px; padding:0px;}
.banner-slider-section { margin:0px; padding:0px; position:relative;}
.banner-slider-section .title{  margin:40px 0px 0px 0px;right:0%; left:53%; position: absolute; top:0px; z-index:5;  }
.banner-slider-section .title span{   background-color: rgba(190, 192, 195, 0.5); padding:20px; display:inline-block; }
.banner-slider-section .title h5{ font-size:36px; font-weight:700; color:#008fb6; margin-bottom:15px; border-bottom: 2px solid #0076be;width: auto;display: inline;    }
.banner-slider-section .title p{ color:#000; margin-bottom:0px; padding-bottom:0px; padding-top:20px;}

.banner-slider-section .search-area{ margin:10px 0px 0px 0px; }
.banner-slider-section .search-area span{  background-color:#f5e9e3; border-radius:6px; width:400px; border:1px solid #dbcac2 }
.banner-slider-section .search-area h2{ font-size:24px; color:#058cb2; padding-top:15px;text-transform: uppercase; margin:0px; padding:0px; font-weight:600}
.banner-slider-section .search-area .left{ width:100%; float:left; margin:15px 5px 0px 0px; }
.banner-slider-section .search-area .left input{  width:100%; font-weight:500; padding:10px; border:1px solid #058cb2; border-radius:6px; background:none;  }
.banner-slider-section.search-area .left input:focus{ outline:none !important; box-shadow:none !important;  }
 .search-area .right{ width:auto; float:left; margin:15px 0px 0px 0px;  
    padding:10px 10px 10px 10px; background:#058cb2;  border-radius:6px;}
.search-area label{ color:#000; padding:8px 0px; font-weight:600; width:100%;}
.search-area label i{ color:#058cb2; width:20px;}
.search-area label i img{ width:22px !important; margin-right:8px;display: inherit !important;}
.submit{ /*background: url(../images/call-submit-icon.png) no-repeat left;*/ background:#058cb2;   color:#fff;border:none;  font-weight:600; padding:0px 30px !important;}

.banner-slider-section .owl-nav{ display:none}
.banner-slider-section .owl-theme .owl-dots, .owl-theme .owl-nav{bottom:20px; text-align:center; position:absolute; right:0; left:0;  }
.banner-slider-section .owl-theme .owl-dots .owl-dot.active span{ background:#058cb2}
 .banner-slider-section .owl-theme .owl-dots .owl-dot span{background:#fff}



 

.our-team-section{ width:100%; padding:90px 0px 250px 0px; background:#f5f9fb; color:#000;}
.our-team-section h3{ font-weight:700;   color: #6e8c82; display: initial;  font-size:22px; text-align: center;}
.our-team-section h2{ font-weight:700;   color: #6e8c82; display: initial; margin-bottom:85px; font-size:48px;text-align: center; }
.our-team-section p{ margin-top:15px; padding-right:40px;}
 
	/*.our-team-section a:hover{background: #fff; color:#000}*/
  
.stories-area .icon-right{ height: 150px; width:40px; float: left; padding-top:8px; margin-left: 20px;}
.stories-area .text-right { width:390px;   float: left;}


.why-chouseus-section{ width:100%; padding:4rem 0rem; position:relative}
.why-chouseus-section .shadow-effect{ box-shadow:35px 35px #0076be;}
.why-chouseus-main-box{ width:100%; position: relative; }
.why-chouseus-main-box::before{ border:1px solid #000}
.why-chouseus-main-box .box{ width:950px; height:530px; float:left; float:left; border:2px solid #343990; padding:40px 0px; margin-left:250px;   }
  
.why-chouseus-main-box .box .left{ float:left; position:absolute; margin-left:-250px;  }
.why-chouseus-main-box .box .right{ float:left; padding-left:270px;}
.why-chouseus-main-box .box .right h2{font-weight: 700;
    border-bottom:2px solid #0076be;
    display: initial;
    margin-bottom: 15px;
    font-size: 32px; display:inline-block}
 
 .why-chouseus-main-box .box .right .panel{ width:100%; padding-bottom:15px; display:block; margin-top:15px;}
 .why-chouseus-main-box .box .right .panel img{ width:40px; height:40px; margin-right:20px;}
 .why-chouseus-main-box .box .right .panel span{ font-size:19px; font-weight:600;}
  .why-chouseus-main-box .box .right .panel p{ padding-top:5px;}
 .why-chouseus-main-box .box::before{ content: ""; border: 1px solid #b1b3d4;
    position: absolute;
   top: -20px;
    height: 576px;
    width: 892px;
    left: 293px;}
 
 
 .our-packages{ width:100%; padding:4rem 0rem 4rem 0rem;  background: linear-gradient(to right, #0076be 0%,#0076be 98%,#fff 2.01%,#fff 100%); color:#fff; margin-bottom:60px;}
 .our-packages h2{    font-weight: 700;
    border-bottom: 2px solid #fff;
    display: initial;
    margin-bottom: 15px;
    font-size: 32px; color:#fff; width:auto; padding-left:0px; padding-right:0px;}
  .our-packages p{ margin-top:20px;}
 .our-packages  .outer-box{ background:#ddd url(../images/glow-package-bg.png) no-repeat; background-size:cover; padding:40px; position:relative; border-bottom:20px solid #343990;}
 .our-packages .outer-box::before {
    content: "";
    border-left:20px solid #343990;
     position: absolute;
    bottom: -20px;
    height: 220px;
    width: 20px;
    left: -20px;
 }
 
  .our-packages .outer-box::after {
    content: "";
    border-right: 20px solid #343990;
     position: absolute;
    bottom: -20px;
    height: 220px;
    width: 20px;
    right: -20px;
 }
   
.our-packages  .box-area{ width:33.3%; float:left; padding:25px; background:#ebf3f3;}
.our-packages  .box-area h3{ color:#000; border-bottom:1px solid #333; display: initial; margin-bottom:15px; font-size:19px;}
.our-packages  .box-area p{ margin-top:15px; color:#000}

.our-packages  .blue-box{ background:#0076c1;  width:33.3%; float:left; padding:25px;  }
.our-packages  .blue-box h3{ color:#fff; border-bottom:1px solid #fff; display: initial; margin-bottom:15px; font-size:19px;}
.our-packages  .blue-box p{ margin-top:15px; color:#fff;}
.our-packages a{ background:#0075c1; padding:5px 20px; text-align:center; color:#fff; text-decoration:none; display:inline-block; margin-top:15px;}
.package-white-btn{ background:#fff !important; padding:5px 20px; text-align:center; color:#000 !important; text-decoration:none; display:inline-block; margin-top:15px;}

  
  
   .about-us{  width:100%; padding:4rem 0rem;  background: linear-gradient(to right, #0076be 0%,#0076be 85%,#fff 15.01%,#fff 100%); color:#fff}
   .about-us h2{    font-weight: 700;
    border-bottom: 2px solid #fff;
    display: initial;
    margin-bottom: 15px;
    font-size: 32px; color:#fff; width:auto; padding-left:0px; padding-right:0px;}
  .about-us p{ margin-top:20px;}
  
 
 
.accordion-item h2{ margin-bottom:0px; width: 100%;padding-right: 25px; }
.accordion-item button{ padding-left:0px;line-height: 28px;}
.accordion-item  button{font-weight:700; font-size:19px;}
.accordion-button:focus { box-shadow: inherit;}
.no-b-b{ border-bottom:0px;}
.no-m-p{ margin: 0px !important; padding: 0px !important;}

.steps-section{ width:100%; padding:150px 0px;
    background:#058cb2;
    color: #fff;
}

.steps-section .left{ text-align: center; }
.steps-section .left h3{ text-align: center; font-size: 22px;; }
.steps-section .left h2{ text-align: center; font-size: 42px;;  }

.steps-section .left .step-box-area{ width: 100%; display: inline-block; margin-top:70px; padding-bottom:20px;}
.steps-section .left .step-box-area .box{ width:33.3%; float: left; }
.steps-section .left .step-box-area .box img{ text-align: center; width:70px;}
.steps-section .left .step-box-area .box p{ padding: 20px 0px;}
.steps-section .right{ padding-left:70px;}
.steps-section .right img{ border-radius: 50px; width: 100%;}


.vegan-section{ width:100%; padding:150px 0px; background: #f5f9fb; }
.vegan-section h2{ text-align: center; color: #058cb2; margin-bottom: 50px;    font-weight: 600;}
.vegan-section .vegan-box{  }
.vegan-section   .space-right{ padding-right:30px;  }
.vegan-section  .space-left{ padding-left:30px;  }

.vegan-section .vegan-box img{ width: 100%;}
.vegan-section .vegan-box h3{ color: #000;padding:40px 30px 0px 40px; font-size:34px; font-weight: 400;}
.vegan-section .vegan-box p{ padding:20px 20px 0px 40px; color: #000;font-size: 19px;}
.space-40{ height:40px; display: inline-block; width: 100%;}

.space-60{ height:60px; display: inline-block; width: 100%;}
.space-100{ height:100px; display: inline-block; width: 100%;}
  

.what-people-say-section{   padding: 100px 0px; color: #000;}
.what-people-say-section h2{color: #6e8c82; font-size:32px; font-weight: 600;    line-height: 50px; text-align: center; margin-bottom: 40px;   }
.what-people-say-section p{ color: #000; }

.testimonials-box{ box-shadow: 0px 0px 15px #ddd; min-height: 545px;}
.what-people-say-section .text-box{ background: #fff; width: 100%; padding: 40px 20px;}
.what-people-say-section .text-box span{ text-align: center;    width: 100%;
    display: block; color: #000;}
.what-people-say-section .text-box p{ padding: 25px 0px; text-align: center; font-size: 14px;}
.what-people-say-section .text-box h5{ color: #000;text-align: center;}

#exampleModal{ z-index: 99999;color: #058cb2; font-size:18px;}
.modal-title{color: #058cb2; font-size:18px;}

 .social a img{   margin-right: 5px;}

 .footer-nav h5{ margin-bottom:15px; font-size:18px; font-weight: 500;}
 .footer-nav a{ color: #fff; }
  .footer-nav a:hover{ color: #ffed02; }
 .footer-nav p{ font-size: 14px;}
  .footer-copyright{border-top: 1px solid #565656; font-size:14px; font-weight: normal;
        padding-top: 20px;}
 .footer-copyright a{color: #fff; font-size: 14px; text-decoration: underline !important; margin-right: 18px;}
 .footer-copyright a:hover{color: #fff; font-size: 14px; text-decoration: none !important;}
  
 #directorSlider .brand-item { padding-bottom:40px;}
 .mobile-banne{ display: none;}
 .modal-dialog{max-width:70% !important;  }
 
 


 .our-team-section .owl-carousel .owl-item img {
          border-radius:30px;
}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:last-of-type{ border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;}
    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
.accordion-body {
    color: #000;
    padding-left: 0px;
    padding: 25px 0px;
    border-bottom: none;
}
.faq-section .accordion-button.collapsed {
    border-bottom:none !important;    color: #000;
  }
  .faq-section .accordion-button {
    border-top: 2px solid #000;
    border-radius: none !important;
    border-bottom: none !important;
  }
  .no-reduis{ border-radius: 0px !important;}
  .accordion-body strong{ padding-bottom: 10px; display: inline-block;}
  .accordion-body ul li{     align-items: baseline;list-style: disc; margin-left: 25px; }
  .accordion-button::after { position: absolute; right: 0;}
  .accordion-item:last-of-type .accordion-button.collapsed{ padding-right: 26px;}
  .accordion-body{ padding: 15px 0px !important;}
  .price-area { display: inline-block; padding:25px 0px;color: #000; }
  .price-area h5{ font-size: 16px;   padding-bottom: 10px;}
  .price-area h3{ font-size: 28px;  font-weight: 700; margin-bottom: 30px; color: #000;}
  .price-area h3 span{  font-weight:500; color: #0075c1; padding-right: 15px;}

  .bulet li{ margin-left:25px; color: #000;}
  .desktop-space{}
  
  
  
  
.main-banner-section{    width: 100%; padding:150px 0px 10px 0px;background:url(../images/banner.jpg) no-repeat left center; background-size:cover ; 
   margin-top:-100px;  }
.main-banner-section h3{  color:#fff; font-weight:700; font-size:56px; padding-bottom:40px; line-height: 52px; letter-spacing: 2px;   }
.main-banner-section p{  color:#fff; font-weight:400; font-size:14px; padding-bottom:25px;    }
.main-banner-section .right img{ width:100% }
.main-banner-section .link{ color:#ffed02; font-size:14px; display:inline-block }
.main-banner-section .link:hover{ color:#fff !important;  }
.main-banner-section span{ color:#ffed02; font-family: "Roboto Slab", serif; font-weight:500}


.order-now{ color:#000  !important; font-size:16px; font-weight:600; display:inline-block; background:#fff; padding:10px 25px; border-radius:6px; border:1px solid#ddd; }
.order-now:hover{  background:#ffed02 ; color:#000  }


.order-now1{ color:#000  !important; font-size:13px; font-weight:600; display:inline-block; background:#ffed02; padding:6px 25px; border-radius:6px; margin-left:15px; }
.order-now1:hover{  background:#fff ; color:#000  }
	 
 .about-design{ width: 100%; padding:90px 0px;background:#f5f9fb;  } 
.about-design h2{color:#333;font-weight:600; font-size:96px; }
 .about-design h3{color:#cb091c;font-weight:600; font-size:23px; margin-top:50px;  }
 .about-design h3::before{  content: ""; /* Necessary for the pseudo-element to appear */
  display: block;
  width:50%; /* Full width */
  height:1px; /* Thickness of the line */
  background-color: #cb091c; /* Color of the line */
      position: relative;
	      left: 55px; top:15px; }
.about-design .left img{ width:75%; text-align:center; margin-top:-150px;}
.link{ color:#cb091c; text-decoration:none; }
.link:hover{ color:#000; text-decoration:underline !important; }

 .discover-area{ text-align:center;  color:#fff; width: 100%; padding:150px 0px 90px 0px;background:#f5f9fb url(../images/bg-02.png) no-repeat top center; background-size:cover ; 
  }
 .discover-area h2{ font-size:22px; letter-spacing:1px;}
 .discover-area p{ padding:20px 200px;}

.local-area{  width: 100%; padding:300px 0px 90px 0px;background:#ffed02; color:#000; }
.local-area .left  { border-right:1px solid #000; padding-right:50px;}
.local-area .left h2{ padding-bottom:15px; }

.local-area .right img{ width:100%; padding-left:50px; }
.top-banner{ width:98%; margin-top:-400px;padding-bottom:40px;}
.order-area{ display:inline-block; color:#ddd; width:100%; float:right;     text-align: right;
    padding-right: 20px; font-size:12px;}
 .order-area span{ color:#ffed02}
 
 
 
 
.main-banner-section{    width: 100%; padding:150px 0px 10px 0px;background:url(../images/banner.jpg) no-repeat left center; background-size:cover ; 
   margin-top:-100px;  }
.main-banner-section h3{  color:#fff; font-weight:700; font-size:56px; padding-bottom:40px; line-height: 52px; letter-spacing: 2px;   }
.main-banner-section p{  color:#fff; font-weight:400; font-size:14px; padding-bottom:25px;    }
.main-banner-section .right img{ width:100% }
.main-banner-section .link{ color:#ffed02; font-size:14px; display:inline-block }
.main-banner-section .link:hover{ color:#fff !important;  }
.about-top-space{ padding:90px 0px; margin-top:0px;}

.order-section{ padding:120px 0px; }
.order-section h2{ text-align:center; padding-bottom:40px; }
.order-section img{ width:100%; text-align:center; margin-bottom:20px;}
.order-section .order-now{ display:block; text-align:center}
.div-n{ display:none}


#sliderBanner .owl-dots{ margin-top:25px;}
#sliderBanner .owl-nav{ display:none}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ color:#000; background: #e5232e;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ }

.mobile-off{ display:block}
.mobile-on{ display:none}

.order-online-area img{ width:163px; margin-right:10px;  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);}

.menu-area{ padding:90px  0px;}