﻿::-moz-selection {
     background-color: #c5e1a6;
     color: #333;
}
 ::selection {
     background-color: #c5e1a6;
     color: #333;
}
:root{
    --primary-color:#4d580c;
    --secondary-color:#c5e1a6;
}
html, body{
	position:relative;
	overflow-x:hidden;
  scroll-behavior: smooth;
}
 body {
     color: #000;
     font-family: "Nunito Sans", sans-serif;
     font-size: 17px;
     font-weight: 400;
     line-height:26px;
     position: relative;
     overflow-x: hidden;
     letter-spacing: 0.2px;
}
 ol, ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 select {
     display: block;
}
 figure {
     margin: 0;
}
 a {
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
	 color:#333;
}
 a:hover{
    color:#33404c
}
 iframe {
     border: 0;
}
 a, a:focus, a:hover, a:active, button, button:focus, button:hover, button:active {
     text-decoration: none;
     outline: 0;
}
 .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
     text-decoration: none;
     outline: 0;
}
i.icon-check.icons {
    color: #006e2f;
}

 .common_h1, h1 {
    font-size: 36px;
	font-weight:600 ;
}
 .common_h2, h2 {
    font-size: 33px;
    margin-bottom: 15px;
	font-weight:600 ;
}
 .common_h3, h3 {
     font-size: 26px;
	 font-weight:600 ;
}
 .common_h4, h4 {
     font-size: 20px;
	 font-weight: 600 ;
}
 .common_h5, h5 {
     font-size: 18px;
}
 .common_h6, h6 {
     font-size: 16px;
}
 h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    color: #000;
    font-family: "Lora", serif;

}
 section {
     padding: 50px 0px;
}
 section .container {
     padding-left: 0px;
     padding-right: 0px;
}

.btn {
    margin-top: 10px;
    position: relative;
    padding: 5px 22px;
    background: transparent;
    background: #31975D;
    color: #fff;
    font-weight: 500;
    border-radius: 28px;
}
.btn:hover{
    background:hsl(146, 51%, 29%) ;
    color: #fff;
}
/*header csss*/
#header {
     background:transparent;
     left: 0;
     top: 0;
     right: 0;
     transition: all 0.5s;
     z-index: 999;
	 position:fixed;
}
.top-header{
    background: var(--primary-color);
    padding: 7px 0;
    transition: all 0.5s ease;
}
.fixed-top1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	background:#ffffff !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);

}
.menu-header{
	width:100%;
	float:left;
	background:#fff;
}
.head-top {
    width: 100%;
    background: #0071e0;
    float: left;
    padding: 9px 0;
}
 #header.header-scrolled {
     background: #fff;
     transition: all 0.5s linear;
}
#header .container {
    padding-left: 0px;
    padding-right: 0px;
}
.ct-contact-info li{
    padding-right: 80px;
}
.ct-contact-info i{
    color:#fff;
    font-weight: 500;
}
.ct-contact-info a{
    color:#fff;
    font-weight: 500;
}
.ct-contact-info span{
    color: #fff;
    font-weight: 500;
    font-size:  14px;;
}
.ct-icon1 a{
    color:  #fff;
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
}

/*menu csss*/
.nav-menu li {
     margin-right: 25px;
     position: relative;
}
.contact-number.inner-page {
    padding: 10px 0;
}
nav.navbar.inner-page {
    padding: 9px 0;
}
 .nav-menu li a.nav-link {
     padding:18px 0px !important;
     text-decoration: none;
     display: inline-block;
     color: #000 !important;
     font-size: 17px;
     font-weight:700;
     outline: none;
     border: 0px;
	 margin: 0 10px;
     position: relative;
	
}
.nav-menu li a.nav-link::after {
    transition: all 220ms linear 0ms;
    position: absolute;
    content: "";
    bottom: -1px;
    z-index: 100;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 14px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    background-color: var(--primary-color);
}
.nav-menu li a.nav-link.active::after{
    position: absolute;
    content: "";
    bottom: -1px;
    z-index: 100;
    display: block;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: var(--primary-color);
    transform: unset;
}
.nav-menu li a.nav-link:hover::after {
    transform: translateX(-50%) scale(1);
}
.nav-menu li a.nav-link.active:hover::after{
    transform: unset;
}
.rolling-text {
    display: inline-block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

/**rolling text css**/
.nav-menu li a.nav-link:hover .rolling-text .letter,
.nav-menu li a.nav-link:hover .rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}



 .nav-menu li a.nav-link:hover{
	 color:var(--primary-color) !important;
 } 
.navbar{
	padding:0;
}
.navbar-nav li a.nav-link.active{
	color:var(--primary-color) !important;
}
.contact-number{
	float:left;
	padding:30px 0;
	margin-left: 30px;
}
.contact-number a{
	color:#333;
}
 .menu-active a, .menu_active, .nav-menu a:hover {
     color: #ecb920 !important;
}
 .dropdown:hover .dropdown-menu {
     display: block;
     visibility: visible;
     opacity: 1;
     transform: translateY(0px);
     transition: .5s ease all;
}
 .dropdown-menu {
     display: block;
     visibility: hidden;
     opacity: 0;
     transform: translateY(50px);
     transform: translateX(-50px);
     transition: .2s ease all;
}
 .dropdown-menu.show {
     display: block;
     visibility: visible;
     opacity: 1;
     transform: translateY(0px);
     transform: translateX(0px);
     transition: .2s ease all;
}
 .navbar-light .navbar-toggler-icon {
     display: none;
}
 .mega_sub_menu {
     width: 220px;
     display: inline-block;
     background: #fff;
     box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
     top: 47px;
     border-radius:unset;
	 left: -50%;
}
 .dropdown-item{
    color:#373d3e;
}
 .dropdown-menu{
    padding: 0 !important;
}
 .dropdown-divider{
    margin: 0 !important;
}
 .dropdown-item {
     padding: 5px 15px;
     font-size: 14px;
}
 .mega_sub_menu ul {
     border: none;
     background-color: transparent;
     box-shadow: none;
     border-radius: 0px;
}
 .breadcrumb-item + .breadcrumb-item{
    font-size: 12px
}
 .mega_sub_menu ul::before {
     display: none;
}
 .mega_sub_menu ul li:first-child {
     margin-top: -15px;
}
 i.fa.fa-angle-down {
     color:#33404c;
}
 .mega_sub_menu::before {
    left: 50%;
    content: "";
    border: 12px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #d8dadc;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    top: -24px;
    margin-left: -25px;
    position: absolute;
    background-color: transparent;
}
 .nav-menu ul a label {
     font-size: 15px;
     color: #626262;
     margin-bottom: 0px;
}
 .nav-menu ul a {
     color: #010101;
}
a.navbar-brand img {
    max-width: 105px;
}
#header.fixed-top1 a.navbar-brand img {
    max-width: 105px;
}

#header.fixed-top1 .contact-number {
    padding: 15px 0;
}
.contact-number a {
    color: #333;
    padding: 0 10px;
    display: inline-block;
    line-height: normal;
}
.border-aft-right{
	position:relative;
}
.border-aft-right::after{
	position:absolute;
	top:0;
	right:-3px;
	background:#da2c1b;
	content:'';
	width:1px;
	height:17px;
	
}
a.nav-item.active{
	position:relative;
}

.nav-menu li.active a{
	color:#12a95c !important;
}
.navbar-brand{
	float:left;
}
.top-menu{
	float:right
}
.head-top ul {
    float: left;
}
.head-top ul li {
    float: left;
	padding:0 10px;
	line-height:normal;
	border-right:1px solid #8fc6fd;
}
.head-top ul li:last-child{
	border-right:none;
}
.head-top ul li a {
    font-size: 13px;
    color: #fff;
	line-height: 14px;
}
.login {
	margin-left:10px;
}
.login li {
    background: #f7931e;
    padding: 10px 15px !important;
    line-height: 9px !important;
    border-radius: 200px;
    color: #fff;
}
.login li a{
	color: #fff;
    letter-spacing: 1px;
}
.mobile-btn{
    display: none;
}

.mobile-btn img {
    max-width: 20px;
    cursor: pointer;
}
#header .mobile-btn {
    margin-right: 15px;
    margin-top: 10px;
}

.mobile-btn i{
    font-size: 20px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 10px;
    display: inline-block;
}
.main-logo{
    flex: 0 0 165px;
    position: relative;
    height: 75px;
}

.logo {
    position: absolute;
    top: 11px;
    width: 130px;
    left: 40px;
    background: #fff;
    border-radius: 50%;
    height: 125px;
    text-align: center;
    margin-left: -65px;
    line-height: 105px;
}
.logo img{
    max-width: 105px;
}
/* side menu */
.side-menu {
    display: none;
}
.side-menu-close-btn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}
.side-menu-close-btn img {
    max-width: 16px;
    cursor: pointer;
}
.side-menu-close-btn i{
    font-size: 24px;
}

.side-menu nav{
    width: 250px;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: all 0.3s ease;
}
.side-menu.active nav{
    right: 0;
}
.side-menu nav ul{
    padding: 30px ;
}
.side-menu nav ul li{
    padding: 15px 0;
}
.side-menu nav ul li a{
    font-size: 16px;
    color: #31975D;
}
.talk-btn{
    background:  var(--secondary-color);
    padding: 10px 30px;
    color:#000;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
    border: none;
    margin-top: 5px;
}
label.d-block.view-lable {
    margin-bottom: 2px;
}
.text-danger.small{
  font-size: 11px !important;
  position: absolute;
  bottom: -1px;
}
.modal.fade.show{
  padding-right: 0 !important;
}
.talk-btn:hover{
  color: #fff;
  background:var(--primary-color);
}
.fixed-top1 .top-header{
    display: none;
    transition: all 0.7s ease;
}
.fixed-top1 .logo{
    transition: all 0.5s ease;
    top:0;
    background: #fff;
    width: 110px;
    height: 107px;
}
.fixed-top1 .menu-header{
    background: #fff;
}
.fixed-top1 .logo img{
    max-width: 80px;
}
/*banner css*/
.banner{
    margin-top: 75px;
    padding: 0;
	
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-dots{
    bottom: 20px;
}

.ct-banner-inner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding:30px 25px;
    transition: all 0.5s ease;
    justify-content: space-between;
    display: flex;
    align-items: center;
    
}
.ct-feature{
    background: url(../images/image-food.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.ct-banner-inner:hover .ct-feature {
    transform: scale(1);
    transition: all 0.5s ease;
}
.ct-banner-inner:hover .ct-banner-image {
    animation: icon-bounce 1200ms ease-out infinite;
    -webkit-animation: icon-bounce 1200ms ease-out infinite;
}
@keyframes icon-bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}
.baner-image-meta .item--title {
    font-size: 24px;
}
.baner-image-meta .description {
    padding-bottom: 20px;
    line-height: 24px;
    margin-top: 8px;
}
 .ct-banner-image img {
    width: 100%;
    max-width: 160px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.sec-1{
    width: 100%;
    float: left;
}
.features-card
{
  gap: 15px;
  align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.features-card img{
    max-width: 50px;
    text-align: center;
    margin-bottom: 0;
}
.features-card h4{
    margin-bottom: 3px;
}
.features-card p{
    margin-bottom: 0;
}
.sec-2{
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 25px;
}
.sec-3{
    width: 100%;
    float: left;
    padding-top: 20px;
}
.abt-img{
    position: relative;
}

.abt-img img{
    max-width: 600px;
    width: 100%;
}
.abt-img .ex-img img{
    max-width: 150px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -75px;
    left: 50%;
    margin-left: -75px;
}
.sec-3 h5{
    color: var(--primary-color);
}
.abt-stats{
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}
.abt-stats h3{
    color: var(--primary-color);
}
.abt-stats p{
    margin-bottom: 0;
}
.sec-4 {
    float: left;
    background: var(--secondary-color);
    width: 100%;
    height: 70px;
    padding: 25px 20px 20px;
}
.main-marq {
    position: relative;
    padding: 0;
  }
  
  .main-marq:after {
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: -o-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: linear-gradient(to left, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
  }
  
  .main-marq.lrg .box .item h4 {
    font-size: 6vw;
    font-weight: 700;
  }
  
  .main-marq.xlrg .box .item {
    padding: 0 30px;
  }
  
  .main-marq.xlrg .box .item h4 {
    font-size: 10vw;
    font-weight: 800;
  }
  
  .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .main-marq .strok .item h4 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  
  .main-marq .strok .item h4 a {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  
  .main-marq .non-strok .item h4 {
    color: #1d1d1d !important;
    -webkit-text-stroke: 0 !important;
  }
  
  .main-marq .non-strok .item h4 a {
    color: #1d1d1d !important;
    -webkit-text-stroke: 0 !important;
  }
  
  .main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .main-marq .box .item {
    padding: 0 30px;
  }
  
  .main-marq .box .item h4 {
    white-space: nowrap;
    line-height: 1;
    margin: 0;
    gap: 5px;
  }
  
  .main-marq .box .item h4 .icon img{
    max-width: 13px;
    position: relative;
    top: -2px;
  }
  
  .main-marq .box .item h2 {
    line-height: 1;
    margin: 0;
  }
  
  .main-marq .box .item:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  
  .main-marq .box .item:nth-of-type(even) h4 a {
    color: transparent;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
    color: #1d1d1d;
    -webkit-text-stroke: 0;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
    color: #1d1d1d;
    -webkit-text-stroke: 0;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
    gap: 10px;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
  }
  
  .dark-text {
    color: #000 !important;
  }
  
  .dark-text .box .item h4,
  .dark-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #000 !important;
  }
  
  .dark-text .strok .box .item h4,
  .dark-text .box .item:nth-of-type(even) h4,
  .dark-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #000;
  }
  
  .light-text {
    color: #fff;
  }
  
  .light-text .box .item h4,
  .light-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #fff;
    font-weight: 700;
  }
  
  .light-text .box .item:nth-of-type(even) h4,
  .light-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #fff;
    gap: 10px;
    font-weight: 700;
  }
  
  .slide-har {
    position: relative;
  }
  
  .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 30s linear infinite;
    animation: slide-har 30s linear infinite;

  }
  
  .slide-har.st2 .box {
    position: relative;
    -webkit-animation: slide-har-revers 30s linear infinite;
    animation: slide-har-revers 30s linear infinite;
  }
  
  @-webkit-keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @-webkit-keyframes slide-har-revers {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har-revers {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
.sec-5{
    width: 100%;
    float: left;
}
.prd-card{
    background: rgb(239 245 233);
    padding: 20px 20px 30px;
    text-align: center;
    width: 100%;
    border: none;
    margin: 2px;
    min-height: 250px;
} 
.prd-card h4{
  margin-top: 25px;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.owl{
    display: flex;
    gap: 20px;
}
.owl-theme.products .owl-nav, .owl-theme.products-top .owl-nav  {
    position: absolute;
    right: 10px;
    top: -55px;
    margin-bottom: 20px;
}
.owl-theme.products .owl-prev, .owl-theme.products-top .owl-prev {
    left: -86px;
    width: 33px;
    height: 33px;
}
.owl-theme.products .owl-next, .owl-theme.products-top .owl-next {
    width: 33px;
    height: 33px;
}
.owl-theme.products .owl-nav [class*=owl-], .owl-theme.products-top .owl-nav [class*=owl-] {
    border-radius: 50%;
}
.owl-theme.products .owl-nav [class*=owl-], .owl-theme.products-top .owl-nav [class*=owl-] {
    border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-] {
    background: var(--primary-color);
}
.owl-theme.products .owl-next::before, 
.owl-theme.products .owl-prev::before {
   background: url('../images/arrow.svg') no-repeat center center;
   background-size: contain; /* Ensures the image is visible */
   width: 24px; /* Adjust size */
   height: 24px;
   display: inline-block; /* Required to show background */
   content: ""; /* Ensures pseudo-element is rendered */
}
.owl-theme.products-top .owl-next::before, 
.owl-theme.products-top .owl-prev::before {
   background: url('../images/arrow.svg') no-repeat center center;
   background-size: contain; /* Ensures the image is visible */
   width: 24px; /* Adjust size */
   height: 24px;
   display: inline-block; /* Required to show background */
   content: ""; /* Ensures pseudo-element is rendered */
}

.owl-theme.products .owl-prev::before, .owl-theme.products-top .owl-prev::before {
    margin-left: -4px;
    margin-top: 0;
    display: inline-block;
}
.owl-theme.products .owl-next::before, .owl-theme.products-top .owl-next::before {
    margin-left: 0;
    margin-top: 90;
    display: inline-block;
    transform: rotate(180deg);
}
.sec-6{
    width: 100%;
    float: left;
    background: #f5f5f5;
}
.sus-img img{
    max-width: 550px;
    width: 100%;
}
.sec-7{
    width: 100%;
    float: left;
}
.contact-card {
    background: #c6e1a7;
    padding: 20px 30px;
    width: 100%;
    gap:20px;
    align-items: center;
    min-height: 120px;
    transition: all 0.5s ease;
    -webkit-animation: all 0.5s ease;
}
.c-img img{
    max-width: 33px;
}
footer{
    width: 100%;
    float: left;
}
footer .container{
    padding-left: 0;
    padding-right: 0;
}
.footer-area{
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-area p{
    font-size: 15px;
}
.footer-area p a{
    font-size: 15px;
    padding-left: 10px;
}
.slick-prev, .slick-next{
  z-index: 999;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  display: inline-block;
  border-radius: 50%;
  color: transparent;
}
.slick-next{
  right: 35px;
}
.slick-prev{
  left: 20px;
}
.slick-prev:before{
  background: url('../images/arrow.svg') no-repeat center center;
  color: transparent;
  background-size: 25px;
  margin-left:-1px;
}
.slick-next:before{
  transform: rotate(180deg);
  color: transparent;
  background: url('../images/arrow.svg') no-repeat center center;
  background-size: 25px;
  display: inline-block;
  margin-left:4px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: url('../images/arrow.svg') no-repeat center center;
  color: transparent;
  background-size: 25px;
  background: var(--primary-color);
}
.slick-initialized .slick-slide{
  position: relative;
}
.banner-cnt {
  position: absolute;
  top: 50%;
  max-width: 500px;
  left: auto;
  margin-top: -85px;
}
.banner-cnt h1{
  font-size: 48px;
}
.banner-cnt p{
  font-size: 18px;
}

.scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  background: 0 0;
  border: none;
  cursor: pointer
}

.scrollToTop i {
  color: #fff;
  font-size: 18px;
  display: block;
  height: 37px;
  transition: 1s;
  width: 37px;
  border-radius: 50px;
  -ms-transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  background: var(--primary-color);
  line-height: 36px
}
.top-header .d-flex{
  justify-content: center !important;
}
.slick-dots li button:before{
  width: 25px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 200px;
  opacity: 0.5;
  font-size: 0  ;
}
.slick-dots li button{
  width: auto;
  height: auto;
  padding: 0;
}


.slick-dots li.slick-active button:before{
  opacity: 1;
  background: var(--primary-color);
  width: 25px;
}
.slick-dots li{
  width: 25px;
  height: 8px;
}
.word {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}
.features-card:hover, .contact-card:hover{
  -webkit-transform: translateY(-7px) !important;
  transform: translateY(-7px) !important;
}
.form-control{
  color: #000;
}
.form-control:focus, .form-control:active{
  box-shadow: unset;
  border: 1px solid var(--primary-color);
}
.baner-image-meta{
  flex: 0 0 53%;
}
.baner-image-meta .item--title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
}
.owl-carousel .owl-item img{
  max-width: 160px;
}
.amazon-link{
  color: var(--primary-color);
  font-weight: 700;
}

.amazon-link-pulse {
  color: #556B2F;
  text-decoration: none;
  animation: pulse 2s infinite; /* Apply the animation */
  font-weight: 700;
  font-size: 18px;
}

@keyframes pulse {
  0% {
    color: #556B2F;
  }
  50% {
    color: #FF9900;
  }
  100% {
    color: #556B2F;

  }
}
.contact-info-text {
  font-weight: 600;
}
.social-icons{
  gap: 30px;
}
.social-icons a:hover{
  color: #4d580c;
}
.modal-dialog {
  max-width: 430px;
}
.form-group {
    margin-bottom: 20px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255); /* change background if needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner animation */
.spinner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}