/** Shopify CDN: Minification failed

Line 939:0 Unexpected "}"

**/
@font-face {
    font-family: 'Gotham';
    src: url('/cdn/shop/files/Gotham-Bold.eot');
    src: url('/cdn/shop/files/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('/cdn/shop/files/Gotham-Bold.woff2') format('woff2'),
         url('/cdn/shop/files/Gotham-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/cdn/shop/files/Gotham-Book.eot');
    src: url('/cdn/shop/files/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('/cdn/shop/files/Gotham-Book.woff2') format('woff2'),
         url('/cdn/shop/files/Gotham-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/cdn/shop/files/Gotham-Medium.eot');
    src: url('/cdn/shop/files/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('/cdn/shop/files/Gotham-Medium.woff2') format('woff2'),
         url('/cdn/shop/files/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


*,
html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: 'Gotham';
    font-weight: normal;
}

*,
::before,
::after {
    box-sizing: border-box;
}

a, p, ul, li{
        font-family: 'Gotham' !important;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0; 
    text-transform: none !important ;
    font-family: 'Gotham' !important;
    font-weight:500;
}


p {
  margin:0;
}

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;
}

a:hover {
    color: #6c6c6c;
}

::placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
}
div[id*='smsbump-form'], div[class*='recommendation-modal'], .product__policies.rte {
    display: none !important;
}
.menu-button{
  display:none !important;
}
::-ms-input-placeholder {
    /* Edge 12-18 */
    color: black;
}



.custom-container{
    max-width: 1260px;
     margin-left: auto;
	
}
/* ==== main header ==== */

.header-menu{
    background-color: #fff; padding: 15px 0px;
     
    display: flex;
    align-items: center;
    transition: .5s all; 
}
.sticky-header{
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    
    width: 100%;
    padding:15px 0px;
     animation: slideDown 0.35s ease-out;
}
.navbar-brand img{ width:60px;
 
}
.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: #000;
    padding: 10px 14px;
    font-size: 16px;
    font-weight:400;
    position: relative;
    z-index: 99;
    display: block;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    transition: all .6s;
}
.mobile_primary ul li a:hover{ color: #0076be; }
 .active{ color:#0076be !important;  }
.mobile_primary ul li a:focus{color:#0076be !important; }
.menu-button{
    display: none;
}

/* ==== Banner Start ==== */
.carousel {
    position: relative;
    
}
.navbar-brand{ z-index:99;  }
.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-right: 40px;   }
.banner-text-area h1 img{ width: 50px;}
 

.banner-overlay{    border-radius:10px; padding:40px;}
.banner-section h3 { font-size:37px; color: #033a44;margin-bottom:20px;}
 
 .shop-now{    background: #fff;
    border-radius:10px;
    padding: 10px 25px !important; display: inline-block; width:100%; text-align: center;
    color: #000 !important; border:2px solid #000; font-size: 22px; 
     }
 .shop-now:hover{ border:2px solid #098bb1;
   background:#098bb1; color:#fff !important; box-shadow:0px 0px 5px #ddd !important;
     }	 


     .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 #fff;
       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: #101010;
    padding:100px 0px; color:#fff; padding: 100px 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:120px 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:60px;
}
.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: #058cb2;
        display: initial;
        font-size: 28px; display: inline-block;}
      
     .faq-section h2{font-weight: 700;
        color: #058cb2;
        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{ color: #fff; text-align: center;  margin:0px; padding:60px 0px; background:#f5f9fb url(../images/slider-01.jpg) no-repeat center; background-size:cover;}
.banner-slider-section h1{  font-size: 172px;
    font-weight: 600;
    padding-bottom: 0;
    line-height: 150px;
    padding-top: 45px;} 
    .banner-slider-section h4{    font-size:40px;font-weight: 600;}
.banner-slider-section h2{    font-size: 36px;font-weight: 600;}
 .banner-slider-section h3{    font-size: 56px; padding-top: 40px;}
 .banner-slider-section h5{  font-weight: 600;  font-size: 42px; padding-bottom: 60px;} 
 .banner-slider-section p{    font-size: 24px;}   

 
 
.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-services-area{ width:100%; padding:150px 0px;}
.our-services-area .left{}
.our-services-area .left img{ width: 93%;}

.our-services-area .right{}
.our-services-area .right h3{ color: #058cb2; font-size:28px;;}
.our-services-area .right h2{color: #058cb2; font-size:58px;;    line-height: 55px; margin: 0px; padding: 0px; font-weight: 600; padding-bottom: 25px;}
.our-services-area .right .box{ color: #000; border-bottom: 2px solid #000; width: 100%; display: inline-block; padding:10px 0px; }
.our-services-area .right .box .icon{ float: left; padding-right: 20px; padding-top: 25px; }
.our-services-area .right .box .icon img{ width:50px}
.our-services-area .right .box .heading-title{ float: left; padding-right:20px; font-size: 68px; font-weight:400;}
.our-services-area .right .box .text{ float: left;   padding-top:17px;    width:335px;    font-size: 21px;
} 
.our-services-area .right p{ padding-top: 20px; padding-right: 100px; font-size: 14px;    color: #000;}
 

.our-team-section{ width:100%; padding:150px 0px 200px 0px; background:#f5f9fb; color:#000;}
.our-team-section h3{ font-weight:700;   color: #058cb2; display: initial;  font-size:22px; text-align: center;}
.our-team-section h2{ font-weight:700;   color: #058cb2; display: initial; margin-bottom:85px; font-size:52px;text-align: center; }
.our-team-section p{ margin-top:15px; padding-right:40px;}
.our-team-section a{background: #343990;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;  
  transition: 0.2s;}
	/*.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%; }
.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-60{ height:60px; display: inline-block; width: 100%;}
.space-100{ height:100px; display: inline-block; width: 100%;}

.bottom-boldly-section{ padding-bottom: 150px;}
.bottom-bodyly-box{ padding: 50px 100px 0px 40px;}
.bottom-bodyly-box h3{color: #058cb2; font-size: 20px; font-weight: 400;}
.bottom-bodyly-box h2{color: #058cb2; font-size:72px; font-weight: 600;    line-height: 62px; margin-bottom: 25px; margin-top:10px;}
.bottom-bodyly-box p a{color: #058cb2;}
.bottom-bodyly-box p{ padding-bottom:10px;}

.bottom-boldly-section .icon-box{ text-align: center; width: 150px; float: left; margin: 10px;   font-size: 14px;}
.bottom-boldly-section .icon-box .img-box{ width:50px; height: 50px; margin: auto;}
.bottom-boldly-section .icon-box .img-box img{ width:auto;}
.bottom-boldly-section .icon-box p{ padding-top:30px; display: inline-block; color: #000;}

.video-section{ padding:0px; width:100%; overflow: hidden; }
 

.what-people-say-section{   padding: 100px 0px; color: #000;}
.what-people-say-section h2{color: #058cb2; 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;}
.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{  }
.social a{float: right;}
 .social a img{ width: 16px; margin-right: 5px;}
 .footer-nav{ float: left; width: 238px;}
 .footer-nav h5{ margin-bottom:15px; font-size:14px; font-weight: 500;}
 .footer-nav a{ color: #fff;;}
 .footer-nav p{ font-size: 14px;}
 .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;}

 .footer-nav ul li a{ font-size: 12px;;}
  
 #directorSlider .brand-item { padding-bottom:40px;}
 .mobile-banne{ display: none;}
 .modal-dialog{max-width:70% !important; }



 /* ==== new blackfriday css Start ==== */
 .offer-section{ padding: 100px 0px; background:#ebf3f3;}
 .offer-section .left-space{ height: 210px; width:155px; float: left;}
 .offer-section .red-box{  margin: 0px 5px;    height: 210px; 
    width:210px; text-align: center; color: #fff; float: left;}
 .offer-section .red-box a{ color: #fff; text-decoration: none;    display: inline-block; width: 100%;}
 .offer-section .red-box a h2{    font-size: 98px; font-weight: 600;  padding-top: 29px;  display: inline-block; width: 100%;}
 .offer-section .red-box a h3{  text-align: center; font-size: 36px; font-weight: 600;margin-top: -10px; display: inline-block; width: 100%;}

 


 .top-dealts-section{padding: 150px 0px;   }

 .top-dealts-section h2 { text-align: center; font-weight: 600; 
    color: #058cb2;
    font-size: 28px;
}
.top-dealts-section .product-box{ background: #f4f7fc; border-radius:30px; }
.top-dealts-section .product-box .image-area{}
.top-dealts-section .product-box .image-area img{ border-radius: 30px 30px 0px 0px;; }
.top-dealts-section .product-box .text-area{ background: #000; padding: 30px;border-radius:0px 0px 30px 30px; }
.top-dealts-section .product-box .text-area h2{ text-align: left;    min-height: 70px;}
.top-dealts-section .product-box .text-area a{ width: 100%; border: 2px solid #fff; padding: 10px 20px; letter-spacing: 2px; 
    color: #fff; display: block; border-radius: 10px; margin-top: 25px; text-align: center; font-size: 19px; }
    .top-dealts-section .product-box .text-area a:hover{ background: #fff;; color: #000;}

.top-dealts-section .product-box  .light-orange{ color: #ffc698;}
.top-dealts-section .product-box  .light-green{ color: #79d0a7;}
.top-dealts-section .product-box  .light-pink{ color: #d55b79;}



.banner-slider-section-2{ color: #fff; text-align: center;  margin:0px; padding:150px 0px; 
    background:#f5f9fb url(../images/slider-02.jpg) no-repeat center; background-size:cover;}
.banner-slider-section-2 h1 {
  font-size: 72px;
  font-weight: 600;
  text-transform: uppercase !important;
  line-height: 52px;
  padding-top: 15px;
  display: block ruby;
  gap: 1rem;
}
.banner-slider-section-2 h2{    font-size: 36px;font-weight: 600; }
 .banner-slider-section-2 h3{    font-size:72px;line-height: 65px; padding-bottom:60px; font-weight: 600;}
 .banner-slider-section-2 h5{  font-weight:400;  font-size:19px; padding-bottom:60px; padding-top: 15px;}
 .banner-slider-section-2 p{    font-size: 26px; font-weight: 500;}  



 .banner-slider-section-3{ color: #fff;   margin:0px; padding:150px 0px; 
    background:#f5f9fb url(../images/pfm_black-friday_peak-performance-banner-2.jpg) no-repeat center; background-size:cover;}
.banner-slider-section-3 h1 {
  font-size: 96px;
  font-weight: 600;
  text-transform: uppercase !important;
  line-height: 52px;
  display: flex;
  gap: 1.8rem;
  align-items: baseline;
  padding-top: 30px;
}
.banner-slider-section-3 h1 img {
  width:58px;
}
.banner-slider-section-3 h2{    font-size: 36px;font-weight: 600; }
 .banner-slider-section-3 h3{    font-size:72px;line-height: 65px; padding-bottom:60px;  font-weight: 600;}
 .banner-slider-section-3 h5{  font-weight:400;  font-size:24px; padding-bottom:60px; padding-top:25px;}
 .banner-slider-section-3 p{    font-size: 30px; }  


 .banner-slider-section-4{ color: #fff; text-align: center;  margin:0px; padding:150px 0px; 
    background:#f5f9fb url(../images/gift-background.png) no-repeat center; background-size:cover;}
.banner-slider-section-4 h1{ font-size:72px; font-weight: 600; text-transform: uppercase;line-height: 52px; padding-top: 15px;  } 
.banner-slider-section-4 h2{    font-size: 36px;font-weight: 600; }
 .banner-slider-section-4 h3{    font-size:72px;line-height: 65px; padding-bottom:60px;font-weight: 600;}
 .banner-slider-section-4 h5{  font-weight:400;  font-size:19px; padding-bottom:60px; padding-top: 15px;}
 .banner-slider-section-4 p{    font-size: 26px;  }  


 .products-deals-section{padding: 100px 0px 70px 0px;   }
 .products-deals-section .product-box{ background: #f4f7fc; border-radius:30px; }
 .products-deals-section h2 { text-align: center; font-weight: 600;    color: #058cb2;    font-size: 28px; margin-bottom: 60px;}
 .products-deals-section h2 a{text-align: center; font-weight: 600;    color: #058cb2;    font-size: 28px; display:block;}
 .products-deals-section .product-box-new{ margin-bottom:60px;}
 .products-deals-section .product-box-new .image-area{ text-align: center;}
.products-deals-section .product-box-new .image-area img {
  width: 72%;
  text-align: center;
  margin: 0 auto;
}
 .products-deals-section .product-box-new .text-area{}
 .products-deals-section .product-box-new .text-area .offer{ background: url(../images/rectangular_tag-8.png) no-repeat; 
     color: #fff; padding:5px 0px 0px 15px; font-size: 11px;  width: 83px; height:25px;text-transform: uppercase;
     font-weight: 500;}
 .products-deals-section .product-box-new   p{ padding: 15px 0px;}
 .products-deals-section .product-box-new   h5{ font-size: 16px; color: #058cb2;}
 .products-deals-section .product-box-new   h5 span{ font-size: 16px; font-weight: 500;}

 .reward-section{padding: 100px 0px;    background: #ebf3f3;}
 .reward-section .box{ width: 200px; margin: 0px 25px; float: left; text-align: center;}
.reward-section .box img {
  width: 80px;
  margin: 0 auto;
}
.reward-section .box h2 {
  color: #000;
  font-size: 18px;
  margin-top: 25px;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback) !important;
  font-weight: bold;
}

 .reward-section .box p{ color: #000;      line-height: 18px;   }
 .reward-section .left-space{ height:100px; width:225px; float: left;}
 .div-n{ display: none;}




/* Add new css here */
#menuHeader .header-menu-container {
  justify-content: center !important;
}
.reward-section .row .box:nth-child(3) img {
  width: 90px;
}

.products-deals-section .price--original span {
  text-decoration: line-through;
  font-size: 14px !important;
}
.footer-icon {
  display: flex;
  align-items: center;
  justify-content: end;
}

#shopify-section-template--16102671024237__black_friday_product_UmdYaA h2 {
  margin: 0;
}

@media only screen and (max-width: 521px) {
 #shopify-section-template--16102671024237__black_friday_banner_two_QAVHdH .banner-slider-section-2 {
  background-color: #a296c8 !important;
   background-image: url(/cdn/shop/files/mobile-bgslide-03.jpg?v=1731915163)!important;
   background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 45%;
}

  .banner-slider-section-3 {
     background-image: none !important;
  }
.banner-slider-section-3 h1 {
  justify-content:center;
  gap:1rem;
}
  .div-n {
    display: block !important;
  }
  .footer-icon {
  justify-content: start;
}
  .products-deals-section .product-box-new h5 {
  font-size: 16px;
  color: #058cb2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
}

.safari-browser .banner-slider-section h3 {
margin-bottom: 0px;
}
.safari-browser .banner-slider-section-3 p {
margin-bottom: 10px;
}

.safari-browser .banner-slider-section-3 h1 {
  align-items: baseline;
  line-height:1.1;
}
.safari-browser .banner-slider-section-3 h5 {
padding-top: 0px;
margin-top: -13px;
}

.safari-browser .banner-slider-section-2 h1 {
display: flex;
align-items: baseline;
justify-content: center;
  line-height: 1.2;
}
.safari-browser .banner-slider-section h5 {
  font-weight: 500;
}

.safari-browser .banner-slider-section-2 h3 {
    padding-bottom:40px;
}

@media only screen and (max-width: 521px) {
  .safari-browser .banner-text-area h1 img {
    width: 32px;
    }
   .safari-browser .space-mac {
    height:0rem;
     display:none;
}
  .safari-browser .headerMarquee {
    background: red;
    overflow-x: hidden;
    position: absolute;
    top: 68.36px;
    left: 0;
    width: 100%;
  }
  .safari-browser .main-content {
        position:relative;
    }
  .safari-browser p.mobile-banne {
    margin-bottom: 0px !important;
}
  .safari-browser .banner-slider-section h1 {
    padding-top: 0rem;
    margin-top: -2rem;
  }
  .safari-browser .banner-slider-section h3 {
    margin-bottom: 60px;
  }
  .safari-browser .banner-slider-section h5 {
  font-weight: 500;
  margin-top: -2rem;
}

.safari-browser .banner-slider-section-3 h1 {
    line-height: 1.1;
    padding-top: 3px;
    padding-bottom: 1.3rem;
  }
   .safari-browser .Marquee-content {
  padding:15px 0 5px;
   }
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 22s linear infinite running;
  -moz-animation: marquee 22s linear infinite running;
  -o-animation: marquee 22s linear infinite running;
  -ms-animation: marquee 22s linear infinite running;
  animation: marquee 22s linear infinite running;
}
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.headerMarquee {
  background: red;
  overflow-x: hidden;
}

.headerMarquee h5 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.3px;
  font-size: 25px;
  display: flex;
  gap: 10px;
  margin:0 2.2rem;
  white-space:nowrap;
  position: relative;
    align-items:baseline;
}

.headerMarquee h5 span {
    font-weight:600;
}
.headerMarquee h5::after {
  position: absolute;
  top: 11px;
  left: -29px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.headerMarquee .swiper-wrapper {
  transition-timing-function: linear !important;
}
.Marquee {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  padding:15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 15s linear infinite running;
  -moz-animation: marquee 15s linear infinite running;
  -o-animation: marquee 15s linear infinite running;
  -ms-animation: marquee 15s linear infinite running;
  animation: marquee 15s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width: 100%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}


  .safari-browser .banner-slider-section h1 {
    padding-top: 0rem;
    margin-top: -2rem;
  }
  .safari-browser .banner-slider-section h5 {
    font-weight: 500;
    margin-top: -2rem;
  }
 .safari-browser .space-mac {
    height:5rem;
}
