  @font-face {
  font-family: 'Bauhaus 93 Regular';
  src: url("../fonts/Bauhaus 93 Regular.ttf");
  }

  body {
    margin: 0;
    padding: 0;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    color: #0F0200;
    overflow-x: hidden;
  }
  a{
    text-decoration: none;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
  }
  p{
    color: #0F0200;
    font-size: 17px;
    font-weight: 400;
  }
  strong.orange-text{
    color: #F16B35;
    font-weight: 500;
  }
  ul{
  list-style: none;
  padding-left: 0;  
  }
  ul li{
    color: #0F0200;
    font-size: 17px;
    font-weight: 400;
    /* margin-bottom: 7px; */
  }
  ul li:last-child{
    margin-bottom: 0;
  }
  .ul-with-arrow ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
  }
  .ul-with-arrow ul li::before{
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    background-image: url(../images/icon/right-arrow-blue.png);
    background-size: cover;
    width: 15px;
    height: 15px;
  }
  button{
    border: none;
    box-shadow: none;
  }
  h1, h2, h3, h4, h5, h6{
    color: #000;
  }
  .form-control{
    padding: .75rem .75rem;
  }
  .form-control:focus{
    box-shadow: none;
    border: 1px solid #05449e;
  }
  section{
    padding: 70px 0;
  }
  /* ------------------------- Preloading Section CSS Start ------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-img/gradient1.png);
    background-color: #fff;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .logo img {
    width: 170px;
    animation: zoomInOut 2s ease-in-out infinite;
  }
  
  /* Zoom In and Out Animation */
  @keyframes zoomInOut {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }
  
  /* Hide Main Content Initially */
  #main-content {
    display: none;
    text-align: center;
    padding: 20px;
  }
  /* ------------------------- Preloading Section CSS Start ------------------------- */
  /* ------------------------- Theme Button CSS Start ------------------------- */
  .theme-btn{
    position: relative;
    background-color: #05449e;
    font-size: 17px;
    padding: 12px 25px;
    border-radius: 30px;
    box-shadow: 0px 3px 22px #05449E4F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
	  border:0;
    z-index: 1;
    overflow: hidden;
  }
  .theme-btn::before{
    position: absolute;
    top: 133px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #000;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    z-index: -1;
  }
  .theme-btn:hover::before{
    top: 0;
    left: -70px;
    right: -70px;
  }
  .theme-btn:hover{
      color: #fff;
  }
  .theme-btn img{
    width: 15px !important;
    height: 15px;
    filter: brightness(0) invert(1);
    margin-left: 10px;
  }
  .theme-btn-round{
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background-color: #05449e;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .theme-btn-round img{
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
  .btn-with-arrow{
    display: flex;
    align-items: center;
    align-content: center;
    font-weight: 600;
    color: #0F0200;
    transition: all 0.3s ease;
  }
  .btn-with-arrow:hover{
    color: #05449e;
  }
  .btn-with-arrow img{
    width: 15px !important;
    height: 15px;
    margin-right: 10px;
  }
  /* ------------------------- Theme Button CSS End ------------------------- */
  /* ------------------------- Theme Title CSS Start ------------------------- */
  
  .theme-title span{
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    color: #0F0200;
  }
  .theme-title h1,
  .theme-title h2,
  .theme-title h1 span,
  .theme-title h2 span{
    font-size: 50px;
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    color: #0F0200;
    text-transform: capitalize;
  }
  .theme-title h1 span,
  .theme-title h2 span{
    color: #05449E;
  }
  /* ------------------------- Theme Title CSS End ------------------------- */
  
  /* ------------------------- Header section CSS Start ------------------------- */
  .top-header{
    background: #05449e;
    padding: 10px 0;
    transition: all 0.5s ease;
  }
  header.fixed-top-header.sticky .top-header{
    display: none;
  } 
  .top-header .left-top-header img{
    width: 30px;
    filter: brightness(0) invert(1);
  }
  .right-top-header ul{
    margin-bottom: 0;
  }
  .right-top-header ul li{
    margin: 0 3px;
  }
  .right-top-header ul li img{
    max-width: 75px;
    width: 100%;
    background-color: #fff;
    padding: 8px;
    height: 35px;
    object-fit: contain;
    border-radius: 5px;
  }
  .header-wrp-sec{
    z-index: 9;
  }
  .header-wrp-sec .navbar{
    z-index: 9;
  }
  .with-banner .navbar{
    position: absolute;
    width: 100%;
  }
  .without-banner .navbar{
    position: relative;
  }
  .navbar-brand img{
    max-width: 200px;
    width: 100%;
  }
  .header-wrp-sec .nav-link{
    font-size: 17px;
    color: #0F0200;
    padding: 0 !important;
    margin: 22px 25px;
    font-weight: 400;
  }
  .header-wrp-sec .nav-item:first-child .nav-link{
    margin-left: 0;
  }
  .header-wrp-sec .nav-item:last-child .nav-link{
    margin-right: 0;
  }
  .header-wrp-sec .nav-link:hover{
    color: #05449e;
  }
  .header-wrp-sec .nav-link.active{
    color: #05449e;
    border-bottom: 2px solid #05449e;
  }
  .quote-btn a{
    background-color: #05449e;
    font-size: 17px;
    padding: 12px 25px;
    border-radius: 30px;
    color: #fff;
    box-shadow: rgba(9, 56, 136, 0.4) 0px 0px 16px;
  }
  .quote-btn a:hover,
  .quote-btn a:focus{
    color: #fff;
  }
  header.fixed-top-header.sticky .navbar {
    position: fixed;
    z-index: 100;
    animation: slideDown 0.6s ease-out;
    transition: none;
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    width: 100%;
  
  }
.dropdown-item.active{
	background-color: transparent !important;
	color: #05449e !important;
}
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  /* ------------------------- Header section CSS End ------------------------- */

  /* ------------------------- Main Banner section CSS Start ------------------------- */
  .main-banner-section{
    position: relative;
    background-image: url(../images/bg-img/gradient1.png);
    background-size: cover;
    padding: 156px 0 130px;
    overflow: hidden;
    z-index: 1;
  }
  .main-banner-section::before{
    position: absolute;
    content: '';
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../images/shape/banner-bottom-shape.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .main-banner-section .amla-img{
    position: absolute;
    left: -100px;
  }
  .main-banner-section .ginger-img{
    position: absolute;
    bottom: 65px;
    width: 120px;
    height: 76px;
    filter: blur(2px);
  }
  .main-banner-section .owl-item .banner-title{
    font-size: 80px;
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    line-height: normal;
    opacity: 0;
    transform: translateY(-200px);
    transition: all 1500ms ease;
    visibility: hidden;
  }
  .main-banner-section .owl-item.active .banner-title{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition-delay: 500ms;
  }
  .banner-title span{
    color: #05449e;
  }
  .banner-desc{
    max-width: 450px;
    width: 100%;
    opacity: 0;
    transform: translateY(150px);
    transition: all 1500ms ease;
    visibility: hidden;
  }
  .main-banner-section .owl-item.active .banner-desc {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition-delay: 600ms;
  }
  .banner-img img {
    aspect-ratio: 1 / 0.8;
    object-fit: contain;
    object-position: right;
  }
  .banner-desc p{
    font-size: 20px;
  }
  .theme-btn-wrp{
    opacity: 0;
    transform: translateY(200px);
    transition: all 1500ms ease;
    visibility: hidden;
  }
  .main-banner-section .theme-btn{
    box-shadow: 0px 3px 10px #05449E4F !important;
  }
  .main-banner-section .owl-item.active .theme-btn-wrp{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition-delay: 700ms;
  } 
  /* ------------------------- Main Banner section CSS End ------------------------- */
  /* ------------------------- About Us section CSS End ------------------------- */
  .aboutus-section .dotted-shape-img{
    position: absolute;
    top: 13%;
    left: 40%;
  }
  .aboutus-section .round-shape-small-img{
    position: absolute;
    bottom: 30%;
    left: 10%;
  }
  .aboutus-section .round-shape-lg-hf-img{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .aboutus-section .triangle-shape-img{
    position: absolute;
    top: 30%;
    right: 15%;
  }
   .aboutus-img-wrp{
    position: relative;
    padding-bottom: 145px;
   }
  .aboutus-img-wrp img{
    border-radius: 10px;
  }
  .aboutus-img-wrp .about-img-1{
    width: 85% !important;
  }
  .aboutus-img-wrp .about-img-2{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 75%;
    border: 7px solid #fff;
    border-radius: 20px;
  }
  /* ------------------------- About Us section CSS End ------------------------- */
  /* ------------------------- Our Products section CSS Start ------------------------- */
  .our-products-section{
    background-image: url(../images/bg-img/gradiant2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .our-products-section .ginger-img{
    position: absolute;
    top: 20px;
    left: -130px;
    width: 270px;
    filter: blur(2px);
  }
  .our-products-section .amla-img{
    position: absolute;
    bottom: 0;
    right: -50px;
  }
  .our-products-box{
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
  }
  .our-products-img-box{
    border-radius: 10px;
    background-color: #F7F2F7;
    padding: 30px;
  }
  .our-products-img-box img{
    transition: all 0.3s ease;
  }
  .our-products-box:hover .our-products-img-box img{
    transform: translateY(-10px);
  } 
  .our-products-img-box img{
      aspect-ratio: 1 / 1;
      object-fit: contain;
      width: 100%;
  }
  .product-desc a{
    text-decoration: none;
    color: #0F0200;
    font-weight: 700;
  }
  .product-desc h2{
    font-size: 22px;
    font-weight: 700;
    color: #0F0200;
  }
  .our-products-box p{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   min-height: 51px;
  }
  .our-products-section .owl-dots button{
    margin-left: 5px;
  }
  .our-products-section .owl-dots button span{
    width: 12px;
    height: 12px;
    display: block;
    background-color: #E1E1E2;
    border-radius: 50%;
  }
  .our-products-section .owl-dots{
    margin-top: 25px;
    text-align: center;
  }
  .our-products-section .owl-dots button.active span{
    width: 15px;
    height: 15px;
    background-color: #05449E;
  }
  .our-products-list-section .our-products-box{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  }
  .product-detail-section .logo-wrp{
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .product-detail-section .logo-wrp p strong{
    color: #05449e;
  }
  .product-detail-section .logo-wrp a {
    position: relative;
    border: 2px solid #cacaca;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 0 5px;
  }
  .product-detail-section .logo-wrp img {
    position: relative;
    max-width: 90px;
    width: 100%;
    z-index: 9;
  }
  /* ------------------------- Our Products section CSS End ------------------------- */
  /* ------------------------- Research And Development section CSS Start ------------------------- */
  .research-and-develop-section{
    position: relative;
  }
  .research-and-develop-section .triangle-shape-img{
    position: absolute;
    left: 17%;
    top: 35px;
  }
  .research-and-develop-section .mint-leave-img{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .research-and-develop-section .dotted-shape-img{
    position: absolute;
    right: 40px;
    bottom: 60px;
  }
  /* ------------------------- Research And Development section CSS End ------------------------- */
  /* ------------------------- Premium Quality section CSS Start ------------------------- */
  .premi-quality-section{
    background-image: url(../images/bg-img/premi-quality-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .premi-quality-section .text-curve{
    color: #FFD117;
    font-family: "Allura", cursive;
    font-weight: 400;
    font-size: 55px;
    text-transform: none;
    line-height: normal;
  } 
  .premi-quality-section .desc p{
    color: #fff;
  }
  /* ------------------------- Premium Quality section CSS End ------------------------- */
  /* ------------------------- Meet Our Mentors section CSS Start ------------------------- */
  .meet-our-mentors-wrp-box{
    background-color: #F5F5F5;
    padding: 25px;
  }
  .meet-our-mentors-img{
    background-color: #fff;
    overflow: hidden;
    /*padding: 15px 0 0;*/
  }
  .meet-our-mentors-img img{
    aspect-ratio: 1/1.3;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease;
  }
  .meet-our-mentors-wrp-box:hover .meet-our-mentors-img img{
    transform: scale(1.1);
  } 
  .meet-our-mentors-wrp-box h2{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .meet-our-mentors-wrp-box p{
    text-align: center;
    margin-bottom: 0;
  }
  /* ------------------------- Meet Our Mentors section CSS End ------------------------- */
  /* ------------------------- Latest Updates section CSS End ------------------------- */
  .latest-updates-img{
    border-radius: 10px;
    overflow: hidden;
  }
  .latest-updates-img img{
    border-radius: 10px;
    transition: all 0.4s ease;
	      width: 100%;
  }
  .latest-updates-wrap-box:hover .latest-updates-img img{
    transform: scale(1.1);
  } 
  .latest-updates-text{
    margin-top: 20px;
  }
  .latest-updates-text h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .latest-updates-title{
    font-size: 20px;
    color: #0F0200;
    font-weight: 600;
    transition: all 0.3s ease;
   }
  .latest-updates-title:hover{
    color: #05449E;
   }
  .latest-updates-section .owl-nav{
    position: absolute;
    top: -95px;
    right: 0;
    display: flex;
  }
  .latest-updates-section .owl-nav button{
    width: 44px;
    height: 44px;
    border: 1px solid #E3E1E1 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease-in;
  }
  .latest-updates-section .owl-nav button:hover{
    background-color: #05449E;
    transform: scale(1);
  }
  .latest-updates-section .owl-nav button:hover img{
    filter: brightness(0) invert(1);
  }
  .latest-updates-section .owl-nav button:last-child{
    margin-right: 0;
  }
  /* ------------------------- Latest Updates section CSS End ------------------------- */
  /* ------------------------- Available On Amzon And Flip Section CSS Start ------------------------- */
  .available-on-am-flip-sec{
    background-image: url(../images/bg-img/premi-quality-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .available-on-am-flip-box{
    position: relative;
    z-index: 1;
  }
  .available-on-am-flip-box::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 80%;
    height: 80%;
    transform: translateY(-50%) !important;
    background-image: url(../images/shape/available-on-amazon-flip.png);
    background-size: 100% 100%;
    z-index: -1;
  }
  .available-on-am-flip-text .text-curve p{
    font-family: "Allura", cursive;
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    color: #fff;
  }
  .available-on-am-flip-text .logo-wrp{
    justify-content: center;
  }
  .available-on-am-flip-text .logo-wrp a{
    position: relative;
    /* border: 2px solid #cacaca; */
    border-radius: 5px;
    padding: 15px 25px;
    margin: 0 10px;
  }
  .available-on-am-flip-text .logo-wrp a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
  }
  .available-on-am-flip-text .logo-wrp img{
    position: relative;
    max-width: 160px;
    width: 100%;
    z-index: 9;
  }
  .available-on-am-flip-img img{
    aspect-ratio: 1 / 1.5;
    object-fit: contain;
    object-position: right;
  }
  /* ------------------------- Available On Amzon And Flip Section CSS End ------------------------- */

  .marquee-section .owl-carousel .owl-stage {
    display: flex;
    transition-timing-function: linear !important;
}

  /* ------------------------- Footer Section Section CSS Start ------------------------- */
  .footer-section{
    position: relative;
    background-image: url(../images/about/footer-bg-img.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
   .footer-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #05449E;
    opacity: 0.9;
    z-index: -1;
  }
  .main-footer{
    padding: 80px 0;
  }
  .footer-logo img{
    max-width: 200px;
    width: 100%;
  }
  .footer-title{
    font-family: "Berkshire Swash", serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
  }
  .footer-widget p,
  .footer-widget ul li,
  .footer-widget ul li a{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
  }
  .footer-widget ul li{
    margin-bottom: 10px;
  }
  .contact-info-icon{
    width: 35px;
    height: 35px;
    background: #1a59b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
  .contact-info-icon img{
    height: 25px;
    width: 25px;
    padding: 5px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .call-info-icon img{
    filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .call-info-text a{
    font-size: 20px;
    color: #fff;
  }
  .call-info-text p{
    font-size: 16px;
  }
  .f-social-wrap{
    display: flex;
  }
  .f-social-wrap li{
    margin: 0 5px
  }
  .f-social-wrap li:first-child{
    margin-left: 0;
  }
  .f-social-wrap li:last-child{
    margin-right: 0;
  }
  .f-social-wrap li a{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #1a59b3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .f-social-wrap a img{
    filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
    object-fit: contain;
    padding: 5px;
  }
  .bottom-footer{
    border-top: 1px solid #185ec3;
    padding: 15px 0;
  }
  .bottom-footer p{
    font-size: 15px;
  }
  .bottom-footer img {
    width: 18px;
    filter: brightness(0) invert(0.9);
    float: right;
  }
  /* ------------------------- Footer Section Section CSS End ------------------------- */

  /* ------------------------- Breadcrumb Section CSS Start ------------------------- */
  .breadcrumb-section{
    padding: 60px 0;
    background-image: url(../images/bg-img/gradient1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .breadcrumb-section h1{
    font-size: 60px;
    font-family: "Berkshire Swash", serif;
    color: #0F0200;
    text-transform: capitalize;
  }
  .breadcrumb-section .breadcrumb{
    background: #FFFFFF;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 26px;
    margin: auto;
  }
  .breadcrumb-section .breadcrumb li a{
    color: #05449e;
  }
  .breadcrumb-section .breadcrumb li{
    color: #0F0200;
  }
  .breadcrumb-section .breadcrumb-item+.breadcrumb-item::before{
    filter: brightness(0);
  }
  /* ------------------------- Breadcrumb Section CSS End ------------------------- */

  /* ------------------------- Our Mission Section CSS Start ------------------------- */
  .our-mission-section{
    background-color: #05449e;
    position: relative;
    overflow: hidden;
  }
  .our-mission-section .triangle-black-shape{
    position: absolute;
    top: 8%;
    left: 18%;
  }
  .our-mission-section .plus-round-shape{
    position: absolute;
    bottom: 10%;
    left: 5%;
  }
  .our-mission-section .line-triangle-shape{
    position: absolute;
    bottom: 8%;
    left: 40%;
  }
  .our-mission-section .container-fuild{
    padding-left: calc((100% - 1320px) / 2);
    padding-right: 0;
  }
  .our-mission-text-wrap .desc p{
    color: #fff;
  }
  .our-mission-img-wrp{
    position: relative;
    z-index: 1;
    overflow-y: clip;
  }
  .our-mission-img-wrp::before{
    position: absolute;
    content: '';
    top: -25px;
    left: -15px;
    width: 100%;
    height: 100%;
    background-color: #FFD117;
    z-index: -1;
    border-radius: 310px 0 0 310px;
  }
  .our-mission-img-wrp,
  .our-mission-img-wrp img{
    border-radius: 310px 0 0 310px;
  }
  .our-mission-img-wrp img{
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
  }
  /* ------------------------- Our Mission Section CSS End ------------------------- */
  /* ------------------------- Founder Team Section CSS Start ------------------------- */
  .our-testimonial-section{
    position: relative;
  }
  .our-testimonial-section .triangle-shape-img{
    position: absolute;
    top: 10%;
    right: 8%;
  }
  .our-testimonial-section .dotted-shape-img{
    position: absolute;
    bottom: 10%;
    left: 10%;
  }
  .founder-slider .owl-item .founder-img {
    transition: all 0.5s ease-in-out;
    transform: scale(0.7);
    filter: grayscale(1);
    opacity: 0.4;
    border-radius: 50%;
    overflow: hidden;
  }
  .founder-slider .owl-item.active.center .founder-img {
      transform: scale(1);
      opacity: 1;
      z-index: 3;
      filter: grayscale(0);
  }
  .founder-name-and-desc{
      opacity: 0;
  }
  .founder-name{
    color: #05449E;
    font-size: 28px;
    font-weight: 600;
  }
  /* ------------------------- Founder Team Section CSS End ------------------------- */
  /* ------------------------- Our Message Section CSS Start ------------------------- */
  .our-mesaage-section{
    background-image: url(../images/bg-img/premi-quality-bg.png);
    padding: 100px 0;
  }
  .our-mesaage-text-wrap{
    position: relative;
    padding-top: 20px;
  }
  .our-mesaage-text-wrap::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/icon/left-quote.png);
    background-size: cover;
    width: 35px;
    height: 33px;
  }
  .our-mesaage-text-wrap p{
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
  }
  .our-mesaage-text-wrap h4{
    color: #FFD117;
    font-size: 55px;
    font-family: "Allura", cursive;
    font-weight: 400;
  }
  /* ------------------------- Our Message Section CSS End ------------------------- */

  /* ------------------------- Product Detail Section CSS Start ------------------------- */
  .main-display {
    text-align: center;
    padding: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    border: 1px solid #cacaca;
    border-radius: 10px;
  }

  .main-display img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    transition: opacity 0.3s ease;
  }
  .thumbnail-carousel .thumb {
    padding: 10px;
    cursor: pointer;
  }

  .thumbnail-carousel .thumb{
    border: 1px solid #cacaca;
    /* width: 115px;
    height: 115px; */
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .thumbnail-carousel .thumb img {
    /* width: 100%;
    height: 100px; */
    aspect-ratio: 1/1;
    object-fit: contain;
    border: 2px solid transparent;
    transition: border 0.3s ease;
  }

  .thumbnail-carousel .thumb.active{
    border-color: #05449e;
  }
  .thumbnail-carousel{
    position: relative !important;
    max-width: 97%;
    width: 100%;
    margin: auto;
  }
  .product-name-and-pack h2{
    font-size: 50px;
    font-family: "Berkshire Swash", serif;
  }
  .product-name-and-pack h5{
    font-size: 25px;
    font-family: "Berkshire Swash", serif;
  }
  .product-Ingredients h2,
  .product-desc h2{
    font-size: 18px;
    font-weight: 700;
    color: #05449e;
    /* border-bottom: 1px solid #05449e; */
    width: fit-content;
    margin-bottom: 15px;
  }
  .product-Ingredients ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .product-Ingredients ul li{
    position: relative;
    padding-left: 25px;
  }
  .product-Ingredients ul li::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/icon/Ingredients-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
  }
  .thumbnail-carousel .owl-nav{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
  }
  .thumbnail-carousel .owl-prev{
    position: absolute;
    left: -20px;
  }
  .thumbnail-carousel .owl-next{
    position: absolute;
    right: -20px;
  }
/*  .product-detail-text-wrap .product-short-desc p,
  .product-detail-text-wrap .product-desc p{
    position: relative;
    padding-left: 25px;
  }
  .product-detail-text-wrap .product-short-desc p::before,
  .product-detail-text-wrap .product-desc p::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/right-arrow-for-pr.png);
    background-size: cover;
  }*/
  /* ------------------------- Product Detail Section CSS End ------------------------- */

  /* ------------------------- Blog Detail Section CSS Start ------------------------- */
  .blog-detail-title h2{
    font-weight: 600;
    font-size: 35px;
  }
  .blog-date p{
    color: #05449E;
    font-weight: 500;
  }
  .blog-desc h2,
  .blog-desc h3,
  .blog-desc h4,
  .blog-desc h5,
  .blog-desc h6{
    font-size: 25px;
    color: #05449e;
    font-weight: 700;
  }

  /* ------------------------- Blog Detail Section CSS End ------------------------- */
  /* ------------------------- Contact Us Section CSS Start ------------------------- */
  .contact-info-wrap-box{
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 73px #0000000D;
    padding: 20px;
  }
  .contact-info-wrap-box .icon{
    width: 55px;
    height: 55px;
    object-fit: cover;
    background-color: #05449e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-info-wrap-box .icon img{
    width: 37px;
    height: 37px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    padding: 5px;
  }
  .contact-info-text-wrp .contact-info-title{
    font-weight: 700;
    color: #0F0200;
    margin-bottom: 3px;
  }
  .contact-info-wrap-box a{
    color: #0F0200;
  }
  .cotactus-form-wrap label{
    color: #646464;
  }
  .cotactus-form-wrap .form-control{
    border-radius: 26px;
  }
  .cotactus-form-wrap textarea{
    border-radius: 12px !important;
  }
  /* ------------------------- Contact Us Section CSS End ------------------------- */
  .marquee-slider-carousel .owl-item{
    width: fit-content !important;
  }
  .marquee-slider-carousel .item h2{
    position: relative;
  }
  .marquee-slider-carousel .item h2::before{
    position: absolute;
    content: '';
    top: 50%;
    right: -65px;
    transform: translateY(-50%) !important;
    background-image: url(../images/icon/marquee-circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;

  }
  /* .marquee-slider-carousel .item h2::after{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%) !important;
    background-image: url(../images/icon/marquee-circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;

  } */

  .owl-item:nth-child(odd) .item h2::after{
    background-image: none !important;
  } 

  .marquee-section{
    padding: 20px 0 10px;
  }
  .marquee-slider-carousel h2{
    font-size: 90px;
    color: #F1F1F1;
    font-weight: 600;
    text-align: center;
    text-wrap-mode: nowrap;
  }

  .navbar-nav .dropdown-menu.mega-menu {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1305px;
    width: 100%;
    top: 140px;
    padding: 30px;
}

/* -------------- Mega Menu CSS Start --------------*/
header.fixed-top-header.sticky .navbar-nav .dropdown-menu.mega-menu{
    top: 82px;
}
.navbar-nav .dropdown-menu.mega-menu .dropdown-item{
  padding: 10px 0 10px 30px;
  transition: all 0.5s ease;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.navbar-nav .dropdown-menu.mega-menu .dropdown-item.active{
  border-bottom: 1px solid #05449e;
}
.navbar-nav .dropdown-menu.mega-menu .dropdown-item::before{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%) !important;
  width: 22px;
  height: 17px;
  background-image: url(../images/icon/tree-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
  transition: all 0.5s ease;
}
.navbar-nav .dropdown-menu.mega-menu .dropdown-item.active::before,
.navbar-nav .dropdown-menu.mega-menu .dropdown-item:hover::before{
  filter: brightness(1);
  width: 22px;
  height: 17.1px;
}
.navbar-nav .dropdown-menu.mega-menu .dropdown-item:hover{
  background-color: transparent;
  color: #05449e;
}
/* -------------- Mega Menu CSS End --------------*/

/* -------------- Vision Mission CSS End --------------*/

.vision-mision-section{
    
    /*background-image: url(../images/bg-img/gradiant2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;*/
}
.vision-mision-wrp-box{
  position: relative;
  background-color: #f6f7fb;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.vision-mision-text-wrap h2{
  font-family: "Berkshire Swash", serif;
  font-weight: 400;
  margin-bottom: 15px;
}
/* -------------- Vision Mission CSS End --------------*/

.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}


/* ------------- Thank you Page CSS Start ------------- */
.thank-you-section{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.thank-you-section::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about/emailer-textture.png);
  background-size: 250px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -1;
}
.thank-you-section .thank-you-box{
  padding: 40px;
  background-color: #fff;
  border-left: 2px solid #05449e;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.thank-you-section .thank-you-box h1{
  font-size: 50px;
  color: #05449e ;
	font-family: "Berkshire Swash", serif;
}
.thank-you-section .thank-you-box h4{
  font-size: 18px;
}
.thank-you-section .thank-you-box h4 a{
  color: #05449e ;
  font-weight: 600;
}
.thank-you-section .thank-you-box p{
  color: #000;
    font-weight: 400;
}

/* ------------- Thank you Page CSS End ------------- */

/* ----------- 404 Page Section CSS Start  -----------*/
.error-wrap-section{
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-wrap-section .error-text-wrap h2{
  font-size: 60px;
  color: #05449e ;
	font-family: "Berkshire Swash", serif;
}
.error-wrap-section .error-text-wrap h3{
  font-size: 30px;
  color: #05449e ;
  font-weight: 700;
  margin: 15px 0;
}
/* ----------- 404 Page Section CSS End  -----------*/

.apply-now-form label.is-invalid{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: capitalize;
}
