@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,900&display=swap');

:root{
  --pri_color:#c77e2e;
}

/* 1. Theme default css */
 body {
  font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
  line-height: 26px;
}
.text-left{
    text-align: left !important;
}
.mr-15{
    margin-right: 15px;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
}

/* h1 {
  font-family: 'Poppins', sans-serif;
	font-size: 38px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
} */
p {
  font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
}

/* .f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
} */

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}


.loadmore-btn button, .shop-more-btn a{
  background-color: var(--pri_color);
  padding: 10px 18px;
  /* border-radius: 4px; */
  /* position: relative; */
  /* margin-top: -10px; */
}
.loadmore-btn button:hover, 
.loadmore-btn button.focus,
.loadmore-btn button.active,
.shop-more-btn a:hover,
.shop-more-btn a.focus{
  background: #303539;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: none;
}

.base-btn, .loadmore-btn button, .shop-more-btn a{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: none;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 6px;
  /* padding: 6px 18px; */
}

@media (max-width: 700px){
  .loadmore-btn,.shop-more-btn{
    display: flex;
    justify-content: center;
}
}

.base-btn {
  background: linear-gradient(to right, var(--pri_color), #f6f6f6);
  display: inline;
  padding: 6px 10px;
   /* border-radius: 6px; */
}

.base-btn:hover {
  background: linear-gradient(to right, #f6f6f6, var(--pri_color));
  /* transform: translateY(-3px); */
}

.base-btn a, .base-btn a:hover{
  color: white;
}


button:focus,input:focus,input:focus,textarea,textarea:focus{
  outline: none;box-shadow: none;
}


/* header */

/* .header-three{
    
} */
.header-three .second-header {
  background: #303539;
}
.header-three .menu-area::before{
    display: none;
}
.header-three .menu-area {
  border-top: 0;
  position: relative;
  z-index: 9;
  margin-bottom: -140px;
  padding-top: 30px;
}
.header-three .menu-area .container{
    border-radius: 10px;
    background-color: #cdcdcdae;
    box-shadow: 2.5px 4.33px 60px 0px rgba(0, 0, 0, 0.1);
    padding-left: 30px;
    padding-right: 30px;
    color: #000;
    height: 70px;
}
.menu-area{
    position: relative;
}
.menu-area .menu-tigger {
	cursor: pointer;
	display: inline-block;
}
.menu-area .menu-tigger span {
	height: 2px;
	width: 30px;
	background: #2935bb;
	display: block;
	margin: 7px 0;
	transition: .3s;
}
#mobile-menu {
	display: block;
}

.header-three .sticky-menu {
  margin-top: 0;
    background: #2624249b;
    padding: 0;
   
}
.header-three .sticky-menu .container{
    background: none;
    box-shadow: none;
}

.header-three .main-menu ul li a {
    color: #ffffff;
    /* margin-bottom: 10px; */

}
.header-three .main-menu ul li a:hover{
    color:var(--pri_color) ;
}
/* .header-three .main-menu .sub-menu li a,.menu .children li a {
    color: #4f4f4f !important;
}
.header-three .main-menu .sub-menu li a:hover,.menu .children li a:hover{
    color: var(--pri_color) !important;
} */

.second-menu { 
	position: relative;
	z-index: 9;
    
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
		z-index: 9 !important;
		background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.sticky-menu .logo{
    margin-top: 0;
    line-height: 60px;
    height: auto;
    height:60px; 
}

.sticky-menu .second-menu {
	margin: 0;
	box-shadow: none;
	padding: 0;
}
.sticky-menu .second-menu::before{
  content: none;
}
.second-menu .main-menu ul li,
.login ul li{
  margin-left: 40px;
  list-style-type: none;
}
.second-menu .main-menu ul li:first-child{
  margin-left: 0;
}
.second-menu .main-menu ul li a::before{
  content: none;
}


.main-menu {
  position: relative;
  z-index: 9;
    /* margin-right: -70px; */
}
.main-menu .sub-menu li a {
    padding: 15px;
}

/* .main-menu .menu-item-has-children > ul > .menu-item-has-children > ul {
  display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: -255px;
margin-top: 0;
top: -3px;
} */

/* .main-menu .menu-item-has-children > ul >  .menu-item-has-children:hover > ul,.menu .page_item_has_children > ul >  .page_item_has_children:hover > ul{
  display: block;
}
.main-menu .menu-item-has-children > ul >  .menu-item-has-children:hover > ul{
  display: block;
}
.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
   display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: 255px;
margin-top: 0;
top: -3px;
} */

.main-menu ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
.main-menu ul li.active a {
	color: var(--pri_color);
}
.main-menu ul li a {
	display: block;
	color: #00173c;
	padding: 20px 0;
    font-weight:600;
	position: relative;
    font-size: 16px;
}
.main-menu ul li a::after {
  content: "+";
  margin-left: 10px;
  color: var(--pri_color);
    display: none;
}
.main-menu ul li:last-child a::after,.main-menu .has-sub ul li a::after {
  display: none;
}
.main-menu ul li:first-child {
	margin-left: 0;
}

/* header slider */


.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    right: 22%;
    list-style-type: none;
}
.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    background: #fff;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    
}
 .slider-active .slick-dots li.slick-active button {
    width: 10px;
   background: var(--pri_color);
}
.slider-active .slick-dots li.slick-active button::before {
  
    opacity: 1;
}
.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.second-header {
border: none;
padding-bottom: 15px;
background: #303539;
padding-top: 15px;
color: #fff;
position: relative;
z-index: 1;
}
.second-header a,.second-header span{
    color: #fff;
}
.second-header a:hover{
    color:var(--pri_color);
}
.second-menu {
	position: relative;
	z-index: 9;
  height: 70px;    
}
.sticky-menu .second-menu {
	margin: 0;
	box-shadow: none;
	padding: 0;
}

/* .slider-active .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5%;
    color: #00163b;
    font-size: 26px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
} */

.slider-active .slick-next {
	right: 5%;
left: inherit;
}

.slider-bg .banner-img {
  overflow: hidden;
  height: 738px;
  margin-top: 115px;
  margin-right: -62px;
}
.slider-bg-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040f2d91;
    z-index: 1;
}

.slider-bg {
	min-height: 925px !important;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.slider-bg .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}
.slider-bg.slick-active .image-layer{
     transform: scale(1.15);
}


/* 
.show-bg3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .7;
	z-index: 1;
} */

.slider-content {
    position: relative;
    z-index: 2;
   
}
.slider-bg .banner-img {
  overflow: hidden;
  height: 738px;
  margin-top: 115px;
  margin-right: -62px;
}

.slider-content > span {
	font-size: 16px;
	font-weight: 500;
	color: var(--pri_color);
	text-transform: uppercase;
	letter-spacing: 6px;
	display: block;
	margin-bottom: 20px;
}
.slider-content h1, .slider-content h2 {
    font-size: 62px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 800;
    /* margin-bottom: 25px; */
}

.slider-content h5{
color: var(--pri_color);
margin-bottom: 15px;
font-size: 20px;
text-transform: uppercase;
line-height: 18px;
font-weight: 700;
}

.slider-content p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
  line-height: 26px;
}

.slider-btn{
  display: inline-block;
  padding: 1px 5px;
  position: relative;
}
.btn.active {
  background: none;
  color: #fff; 
  border: none;
  /* border: 2px solid #fff;  */
  box-shadow: none;
  outline: none;
}
/* .header-three .btn.ss-btn {
    float: right;
} */



/* breadcrumb Section */

.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 400px;
    background-repeat: no-repeat;
    background-color: #000;
    padding-top: 150px;
    padding-bottom: 0;
}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
font-size: 16px;
color: #fff;
font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 10px;
	color: #ffffff;
	content: "|";
}
.breadcrumb-title h2 {
	font-size: 55px;
	margin-bottom: 25px;
	line-height: 1;
	color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
}
.breadcrumb-title p {
	margin-bottom: 0;
color: #777;
font-size: 16px;
}
.breadcrumb > .active {
	color:#fffc !important;
	font-weight: 500;
}




/* about */

.p-relative{
  position: relative;}

.fix {
	overflow: hidden
} 
.s-about-img img {
 margin-top: 50px;
  margin-left: 50px;
}
@media (max-width: 700px){
  .s-about-img img {
 margin-top: -50px;
  margin-left: 0;
}
}

.about-text {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 250px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.about-text span {
font-size: 48px;
color: var(--pri_color);
position: relative;
display: inline-block;
font-weight: 700;
/* margin-top: 15px; */
}

.second-about {
  transform: translate(0,1px);
  left: 0;
  right: 25px;
  bottom: inherit;
  text-align: center;
  top: 0;
}
.second-about p {
  margin-bottom: 0;
  color: #303539;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  line-height: 30px;
}
.second-about span{
  font-weight: 800;
  font-size: 65px;
}

.about-content .section-title h5, .about-content .section-title h2{
  text-align: left;
}
.about-feature ul{
  display: flex;
  gap: 20%;
  flex-wrap: wrap;
}
.about-feature ul li{
  flex-direction: column;
  list-style-type: square; 
  text-indent: -10px;
}
.about-feature ul li::marker {
  color: var(--pri_color);
  font-size: 30px;
}


/* carousel */
.card:hover {
  transform: scale(1.02);
}


/* counter */
.counter-section {
      
      background-color: #000000e3;
      color: white;
      padding: 2rem;
      margin: 0 6%;
      border-radius: 16px;
    }
    .counter-box {
      border-radius: 10px;
      padding: 20px;
    }
     .counter-box img{
      padding: 10px;
      border-radius: 50%;
      background-color: #2a2a2a;
      width: 28%; 
      margin: 0;
    }
    
    .counter-number {
      font-size: 60px;
      font-weight: 700;
      color: var(--pri_color);
      margin: 0;
    }
    
    .counter-label {
      margin-top: -25px;
      font-size: 1.1rem;
    }

@media (max-width:1299px){

}
@media (max-width:1199px){
  .counter-box img{
    width: 40%;
  }
  .counter-number{
    font-size: 65px;
  }
}
@media (max-width:991px){
  .counter-box img{
    width: 33%;
  }

}
@media (max-width: 768px){
}
@media (max-width: 575px){
  .counter-box img{
    width: 28%;
  }
}

/* whychoose us */
.services-08-item {
  padding:40px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.services-08-item .readmore {
width: 50px;
height: 50px;
background: var(--pri_color);
font-size: 24px;
text-align: center;
line-height: 50px;
color: #fff;
display: inline-block;
margin-top: 15px;
border-radius: 50%;
position: absolute;
right: 0;
}
.services-08-item .readmore:hover{
    color: #fff;
    background: var(--pri_color);
}
.services-08 .services-08-item--wrapper{
     border-bottom: 2px solid #f5f5f5;
}

.services-08 .services-08-item--wrapper:nth-child(2){
    border-bottom: none;
}
.services-08-item--wrapper > div{
    border-right: 2px solid #f5f5f5;
}
.services-08-item--wrapper > div:nth-child(3){
    border-right: none;
}
.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.services-08-item:hover::before {
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}
.services-08-content,.services-08-thumb {
    position: relative;
    z-index: 1;
}
.services-08-thumb img{
  height: 80px;
  margin-bottom: 30px;
}
.services-08-content h3, .about-feature h5{
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 22px;
}
.services-08-thumb img{
  height: 80px;
  margin-bottom: 30px;
}
.services-08-content .number {
  color: #f5f5f5;
  -webkit-text-stroke: 1px var(--pri_color);
  -webkit-text-fill-color: #fff;
  font-size: 70px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;    
    margin-bottom: 35px;    
}

/* shop Page-section */


/* sidebar-catagories */
#category-filter a.active {
 
  color: var(--pri_color);
}


.shop-sidebar-widget a{
	color:#777;
}

.shop-sidebar-widget .widget a:hover {
	padding-left:10px;
  color:#777;
}
.shop-sidebar-widget .widget a:active {
	border: none;
}

.shop-sidebar-widget .widget {
  padding: 40px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 2px solid #fff !important;
  background: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  border-radius: 16px;
}

.shop-sidebar-widget .widget-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    text-align:left;
    font-weight: 700;
    margin-bottom: 30px;
    border-left: 4px solid var(--pri_color);
    padding-left: 15px;
}

.shop-sidebar-widget .widget li {
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
    list-style-type: none;
    margin-left: -30px;
}

/* products-items section */

.shop-area-main-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 5% 0 5%;
  gap: 2%;
}

@media (max-width: 400px){
  .shop-area-main-container{
      flex-direction: column;
  }
}

.shop-area select {
    padding: 10px;
}
.shop-product-item{
  align-self: flex-start;
}

.shop-product-item .product-item-container{
  padding: 4%;
  /* background-color: #725353; */
}

.shop-product-item .product-item-container:hover{
  /* transform:translateY(-1px); */
  transform: scale(1.03);
}

.shop-product__img {
  position: relative;
}

/* .shop-product__img:hover{
  transform:translateY(-2px);
  transform: scale(1.1);
}  */

.shop-product__img img {
	width: 100%;
}

.shop-product__content{
  /* background-color: #342b2b; */
  height: auto;
}

.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.shop-product-cat {
  /* margin-bottom: 5px; */
  display: block;
}

.shop-product-cat > a {
  color: #504f4f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.shop-product-cat a:hover {
  color: #b0b0af;
}
.fa-heart{
  color: rgb(0, 0, 0);
  font-size: 15px;
  float:right;
}

.shop-product-title {
  margin-bottom: 5px;
  margin-right: 10px;
}

.shop-product-title a {
  font-size: clamp(18px, 2vw, 20px);
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-product-title a:hover {
  color: var(--pri_color);
}
.fa-star, .fa-tablet{
  color: var(--pri_color); /* yellow color */
  font-size: 14px;
}

.shop-price-button-container{
  margin-top: 15px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.shop-product-price {
  color: #595B6B;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  margin: 0;
  padding: 0;
  align-self: flex-end;
  
}

.shop-area-main-container .lodmore-button{
  justify-content: center;
  justify-items: center;
  justify-self: center;
  align-items: center;
  align-self: center;
  align-content: center;
}


/* Shop page - End */



/* Individual Product page */

/* Product-banner-area */

 .product-banner-area{
    padding-top: 120px;
    padding-bottom: 90px;
  }

.product-images-container{
  /* background-color: blue; */
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 25px;
}

.product-large-img{
  width: 80%;
  height: 50%;
   /* background-color: #4e4a4a; */
  margin: 0px;
  padding: 0;
  justify-self: center;
}
.product-large-img img{
  /* background-color: #171414; */
  width: 100%;
  height: 100%;
  /* margin-bottom: -5%; */
  /* object-fit: cover; */
  /* margin: 0px; */
  padding: 0;
  
}

.product-thumb-tab {
  width: 100%;
  align-self: center;
  /* box-sizing: border-box; */
  /* background-color: rgb(48, 48, 48); */
}

.product-thumb-tab .nav{
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  margin:0 5%;
  /* background-color: rgba(0, 0, 0, 0.488); */
}
.product-thumb-tab .nav-item {
  flex: 0 1 1 auto;
  padding: 0;
  margin: 0;
  /* background-color: rgba(0, 0, 0, 0.634); */
}
.product-thumb-tab .nav-link.active {
    border-top: 3px solid var(--pri_color);
    border-left: 3px solid var(--pri_color);
    border-right: 3px solid var(--pri_color);
    border-radius: 10px;
    /* padding: 1.5px 1.5px 0 1.5px; */
}


.product-thumb-tab .nav-item img{
  width: 115px; 
  object-fit: contain;
}

.product-thumb-tab ul li a {
  padding: 0;
}

@media (max-width: 767px) {
  .product-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .product-thumb-tab ul {
    margin: 0 -5px;
  }
}

@media (max-width: 767px) {
  .product-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-details-title > h1{
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-details-title span{
  text-transform: uppercase;
}
.product-details-title span, .product-cat{
  font-size: 16px;
  font-weight: 630;
}
.product-details p{
  color: #504f4f;
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0;
}

.price-details .new-price {
  color:var(--pri_color);
  font-size: 30px;
  display: inline-block;
  font-weight: 700;
}

.price-details .old-price {
  font-size: 25px;
  color: #aaa9a9;
  text-decoration: line-through;
}

.product-cat > a {
  color: #595B6B;
}
.product-cat > a:hover {
  color: #a9a7a7;
}

.buynow-btn{
  display: inline-block;
  width: 30%;

}

.product-social-icons a{
  margin-right: 8px;
  background: var(--pri_color); 
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

.product-social-icons a:hover {
  background: #000000ac;
  color: #ffffff;
}

@media (max-width: 280px){
  .product-banner-area{
    padding-top: 10px;
  }
  .product-details-title{
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

.section-title h2{
  font-size: clamp(36px, 4.5vw, 50px);
  font-weight: 800;
  margin-bottom: 40px;
  color: black;
  text-align: center;
  margin-bottom: 30px;
}

.section-title h5{
  color: var(--pri_color);
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.section-title p{
  text-align: center;
}


.product-Heighlight-section{
  color: white;
}

.product-Heighlight-section h2{
  background: linear-gradient(to right, var(--pri_color) 35%, white); /* gradient colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color:transparent;
}


.Product-Heighlight-section h4{
  color: white;
  font-size: 24px;
  font-weight: 800;
}

.product-Heighlight-description p{
  margin-right:50px;
  margin-top: 20px;
}

.product-Heighlight-list{
  display: flex;
  flex-direction: column;
  row-gap: 90px;
  flex-wrap: wrap;
} 
.product-Heighlight-item {
   display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  margin: 0 60px;
}


@media (max-width: 768px) {

  .product-Heighlight-item {
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
  }
  .product-Heighlight-description p{
  margin-right:0;
}

  .product-Heighlight-description {
    order: 1;
  }

  .product-Heighlight-image {
    order: 2;
  }
  .product-Heighlight-section h3, .product-Heighlight-section p{
  margin-bottom: 15px;
  }
}


.table,
.table th,
.table td, .event-text p {
  color: rgb(45, 45, 45);
  border: none !important;
  font-weight: normal;
}

.table tbody tr:nth-child(odd) {
  /* background-color: #c4c3c3;  */
  border: none;
}

.table tbody tr:nth-child(even) {
  background-color: #f3f2f2; 
}


.bakix-details-tab ul {
  border-bottom: 2px solid #f3f2f2; 
  padding-bottom: 15px;
}

.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  /* letter-spacing: 2px; */
  /* padding: 0; */
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}

.bakix-details-tab ul li a.active {
  color: var(--pri_color);
}
.bakix-details-tab ul li a:hover {
  color: #6d6d6d;
}

.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 3px;
  width: 20%;
  margin: 0 0 2px 40%;
  content: " ";
  background: var(--pri_color);
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}





/* Contact page */
.contact-main-container > .container{
  border-radius: 16px;
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, .09);
  padding: 5%;
  margin-bottom: 40px;
}

.contact-info{
  display: flex;
  flex-direction: row;
}

.contact-info h3{
  font-size: clamp(28px, 2.5vw, 35px);
  font-weight: 700;
  color: var(--pri_color);
  text-align: start;
}

.contact-info-list .f-contact h3 {
    color: #000000;
    font-size: 24px;
    
}

.contact-info-list > *:not(:last-child) {
  margin-bottom: 6%;
}

@media (max-width: 768px) {
  .contact-info-list > * {
    display: flex;
    margin-bottom: 6%;
    /* align-items: center;  */
    justify-content: center;
  } 
    
  .f-contact{
    text-align: center;
    justify-items: center;
    align-items: center;
  }
  .contact-info h3{
    text-align: center;
  }
} 


/* conatct form */
.contact-info .contact-form{
    border-radius: 16px;
    box-shadow: -6px 6px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
  }
  .contact-info p{
    margin-top: 20px;
    margin-right: 50px;
  }
  .contact-info .worknghour{
    list-style-type: none;
    margin-left: -30px;
  }
  .contact-form input, .contact-form textarea {
      width: 100%;
      padding: 1%;
      border-radius: 8px;
      /* border: 2px solid black; */
      outline: none;
      box-shadow: 0 0 1px 1px #d8d7d7;
      font-size: 15px;
      margin-bottom: 14px;
      border: none;
    }
    .contact-form input:focus, .contact-form textarea:focus{
      outline: none;
      /* border: 1px solid #585857;     */
    }

    .success {
      color: green;
      text-align: center;
      margin-top: 10px;
    }

    @media (max-width: 600px) {
      .form-container {
        padding: 15px;
      }

      input, textarea {
        font-size: 14px;
      }
      .contact-info, .contact-info h2, .contact-info p {
        text-align: center;
        align-self: center;
      }
      .contact-info p{
        margin: 5px;
      }
      .contact-info ul{
        text-align: center;
      }
    }


.contact-info-list .f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    width: 40px;
}

.contact-info-list .f-contact span{
    color:#444545;
    font-size: 16px;
    font-weight: 600;
}

.contact-main-container .contact-map iframe{
   width: 100% !important;
    height: auto;
    min-height: 300px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    
    .f-contact {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .f-contact img {
        margin-bottom: 10px;
    }
}




/* testimonial*/
.testimonial-area .container{
    z-index: 1;
    position: relative;
}

.ta-info {
	overflow: hidden;
	display: block;
}
.ta-info h6 {
	font-size: 20px;
	margin-bottom: 5px;
	color:#fff;
}
.ta-info span {
	color:#fff;
	font-size: 16px;
}
.testi-author {
overflow: hidden;
margin-bottom: -140px;
margin-left: -100px;
display: inline-block;
width: 20%;
height: 20%;
border-radius: 100%;
}
.testi-author img {
    float: left;
}

.testimonial-active .slick-next {
	left: 40px;
}

.testimonial-active .slick-slide
{
  position: relative;
  padding:30px;
  margin: 0 15px 15px;
  background-color:#fff;
  box-shadow:1px 1.732px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 52px;
}
.single-testimonial .rating-stars .fa-star{
  /* color: rgb(255, 191, 0);
  font-size: 14px; */
  margin: 12px 0;
}

.testimonial-active .testi-img {
    float: left;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 80px;
}

.testimonial-active .ta-info {
  overflow: hidden;
  float: left;
  padding-top: 10px;
  margin-bottom: 20px;
}
.testimonial-active .ta-info span {
    color: var(--pri_color);
    font-size: 14px;
}
.testimonial-active .ta-info h6 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #303539;
    font-weight: 700;
}

.testimonial-active .slick-dots {
text-align: center;
position: relative;
width: 100%;
/* margin-top: 5px; */
}
.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 0px;
    line-height: 0;
}
.testimonial-active .slick-dots li button {
    text-indent: -99999px;
    border:none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color:#ccc;
    height: 10px;
    width: 10px;
    border-radius: 2px;
}

.testimonial-active .slick-dots .slick-active button {
  width: 10px;
  background-color:var(--pri_color);
}
.testimonial-active .qt-img {
    position: absolute;
    right: 30px;
    top: 15px;
}

.slider-nav .slick-list.draggable {
    width: 233px;
    float: right;
}

.testimonial-area .test-an-01{
    position: absolute;
    bottom: 0;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
.testimonial-area .test-an-02{
    position: absolute;
    top: 0;
    right: 0;

}

/* cta */
.cta{
  margin: 0 6%;
  border-radius: 16px;
  background-image:url(../img/bg/cta-bg.png);
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: right;
}
.promo-banner {
      background-size: cover;
      min-height: 310px;
      color: white;
      display: flex;
      align-items: center;
      /* justify-content: flex-start; */
    }
 .promo-content {
      /* background: rgba(77, 56, 56, 0.6); */
      padding: 2rem;
      border-radius: 10px;
    }

    .promo-content h3 {
      font-weight: bold;
      color: #ffffff;
      font-size: 40px;
      margin-bottom: 15px;
    }
    .promo-content p {
      margin-bottom: 30px;
    }

    .cta .cta-btn{
      padding: 12px 15px;    
    }

    @media (max-width: 768px) {
      .promo-banner {
        justify-content: center;
        text-align: center;
        padding: 2rem;
      }

      .promo-content {
        padding: 1.5rem;
      }
    }

    @media (max-width: 576px) {
      .promo-content {
        padding: 1rem;
      }

      .promo-content h3 {
        font-size: 1.2rem;
      }

      .promo-content p {
        font-size: 0.9rem;
      }

    }


    
/* footer */

.footer-top{
    padding-top: 80px;
}
.footer-bg {
    color:#777;
    background-position: -180px center!important;
    background-size: cover;
}
.footer-text p {
	color: #ddd;
	margin-bottom: 0;
}

.footer-social a {
font-size: 16px;
display: inline-block;
margin-right: 10px;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #ffffff47;
text-align: center;
line-height: 40px;
color: #fff !important;
}
.footer-social a:hover{    
  background: var(--pri_color);
    color: #fff !important;
}
.f-widget-title h2,.footer-widget .widgettitle  {
	font-size: 24px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.footer-link ul li{
    color: var(--pri_color);
    list-style-type: none;
}
.footer-link ul li a {
	color:#cdd1d6;
	display: inline-block;
  margin-left: -30px;
}
.footer-link ul li a::before {
  content: "+";
  margin-right: 8px;
  color: var(--pri_color);
  font-size: 18px;
}
.footer-link ul li a:hover, .f-text{
  color: #e3e3e3;
}
.footer-link ul li {
margin-bottom: 10px;
}
.footer-link ul li:last-child{
  margin-bottom: 0;
}
.footer-subricbe{
  background-color: #fff;
  width:90%;
  border-radius: 10px;
}

.footer-subricbe > .contact-form{
  padding: 10px;
 
}
.footer-subricbe > .contact-form input{
  border: none;
  outline: none;
  width: 70%;
  margin : 0;
  box-shadow: none;
}

.footer-subricbe .footer-btn{
 background-color: var(--pri_color);
 margin-left: 10px;
 color: #fff;
}
@media (max-width: 810px) {
 .footer-subricbe .contact-form input{
    width: 70%;
  }
}

.footer-subricbe .footer-btn:hover{
 color: #000000;
}
.copyright-wrap {
    /* background: #13171a; */
    color: #fff;
    font-size: 15px;
    margin: 20px 25px 0px 15px;
    padding-bottom: 3%;

}
.copyright-wrap .container a{
    color: var(--pri_color);
}

.logo-img{
  margin-top: 10px;
}

.logo-img img{
  height: 51px !important;
}

@media (max-width:991px){
  .cta{
    background-image: linear-gradient(to bottom right, rgb(0 0 0 / 50%), rgb(0 143 255 / 32%)), url(../img/bg/cta-bg.png)
  };
  }

.abt img{
  height: 450px; 
  width: 550px;
}

/* .my-carousel-section .item {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slide-content {
  background: rgba(0,0,0,0.5);
  padding: 20px;
  border-radius: 10px;
} */

/* @media (min-width: 991px) {
  .owl-dots {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
  }
} */