﻿::-moz-selection {
     background-color: #3bacf0;
     color: #fff;
}
 ::selection {
     background-color: #3bacf0;
     color: #fff;
}
:root{
    --primary-color:#FF0000;
    --secondary-color:#fe0000;
    --dull-color:rgb(254, 255, 221);
}
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:25px 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;
} */
 .abt-img img{
  width: 100%;
 }
.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;
}
.logo img{
  max-width: 140px;
}

/* 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: #0000fe;
    padding: 10px 30px;
    color: #fff9f9;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.talk-btn:hover{
  color: #fff;
  background:var(--primary-color);
}
.fixed-top1 .top-header{
    display: none;
    transition: all 0.7s ease;
   
}
.fixed-top1 .menu-header{
    background: #fff;
}
.products-img {
  margin-top: 20px;
}
.products-img img{
  width: 100%;
}
/*banner css*/
.banner{
    margin-top: 76px;
    padding: 0;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.7) 0%, rgba(128, 0, 128, 0.7) 50%, rgba(0, 0, 255, 0.7) 100%);
    padding: 50px 0;
	
}

@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;
}
.banner-content h1{
  font-size: 33px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}
.banner-content p{
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
  
  
  
.sec-5{
    width: 100%;
    float: left;
}
.prd-card{
    background: var(--dull-color);
    padding: 20px 20px 30px;
    text-align: center;
    width: 100%;
    border: none;
    margin: 2px;
} 
.prd-card h4{
    margin-top: 10px;
}
.owl{
    display: flex;
    gap: 20px;
}
.owl-theme.products .owl-nav {
    position: absolute;
    right: 10px;
    top: -65px;
    margin-bottom: 20px;
}
.owl-theme.products .owl-prev {
    left: -86px;
    width: 33px;
    height: 33px;
}
.owl-theme.products .owl-next {
    width: 33px;
    height: 33px;
}
.owl-theme.products .owl-nav [class*=owl-] {
    border-radius: 50%;
}
.owl-theme.products .owl-nav [class*=owl-] {
    border-radius: 50%;
}
.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 .owl-prev::before {
    margin-left: -4px;
    margin-top: 0;
    display: inline-block;
}
.owl-theme.products .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;
    background: #f5f5f5;
}
.contact-card {
    background:#fff;
    padding: 20px 30px;
    width: 100%;
    gap:20px;
    align-items: center;
    min-height: 120px;
    transition: all 0.5s ease;
    -webkit-animation: all 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
}
.c-img img{
    max-width: 45px;
}
footer{
    width: 100%;
    float: left;
}
footer .container{
    padding-left: 0;
    padding-right: 0;
}
.footer-area{
    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;
}

.row-sec-1{
  width: 100%;
  float: left;
}
.footer-area.inner-page{
  border-top: 1px solid #e7e7e7;
}
.list-style-new li {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    padding-left: 20px;
}
.list-style-new li::before {
    content: "•";
    position: absolute;
    top: -2px;
    font-size: 20px;
    left: 0;
}