* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: white !important;
}

@font-face {
  font-family: "Albra Book TRIAL Medium TRIAL";
  src: url("../fonts/AlbraBookTRIAL-Medium.woff2") format("woff2"),
    url("../fonts/AlbraBookTRIAL-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: 'Albra Book TRIAL Bold TRIAL';
    src: url('../fonts/AlbraBookTRIAL-Bold.woff2') format('woff2'),
        url('../fonts/AlbraBookTRIAL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra Book TRIAL Semi TRIAL';
    src: url('../fonts/AlbraBookTRIAL-Semi.woff2') format('woff2'),
        url('../fonts/AlbraBookTRIAL-Semi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: normal !important;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"),
    url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Compressed.woff2') format('woff2'),
        url('../fonts/Helvetica-Compressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 */

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  font-family: "Helvetica";
  list-style: none;
}

a {
  font-family: "Helvetica";
  text-decoration: none;
}

p,
li {
  font-family: "Helvetica";
  font-size: 15px;
  color: #494949;
  font-weight: 500;
}

h1,
h2 {
  font-family: "Albra Book TRIAL Bold TRIAL";
}

h3,
h4,
h5,
h6 {
  font-family: "Albra Book TRIAL Bold TRIAL";
  color: #000;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-family: "Helvetica";
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

:root {
  --primary-color: #f1ae3c;
  --secondary-color: #67ac1d;
  --black-color: #000;
  --white-color: #fff;
}

img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}
.text-primary {
  color: #19184d !important;
}
nav.navbar {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  padding: 0;
  position: relative;
  z-index: 999;
  width: 100% !important;
  top: 0;
  background: white;
}
.navbar-mean ul {
  display: flex;
}

.navbar-mean ul li {
  padding: 14px 10px;
}
a.navbar-brand img {
  width: 300px;
  /* padding: 10px 0px; */
  height: auto;
}

.nav-btn-in {
  margin-left: 50px;
  padding: 10px;
}
.navbar-btn a {
  background: #f5d13f;
  color: #000000;
  padding: 10px 32px;
  /* border-radius: 12px; */
  /* font-weight: 600; */
  font-size: 15px;
}
.navbar-btn i {
  margin-left: 6px;
}
.nav-btn-in span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #a92024;
}
.nav-btn-in a {
  color: black;
}
.contact-info i {
  margin-right: 5px;
  font-size: 39px;
  color: #f5d13f;
  margin-bottom: 20px;
}
a.nav-link {
  text-transform: capitalize;
  font-size: 16px;
  /* font-weight: 600; */
}
.navbar-box {
  width: 100%;
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px !important;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: 0px 0px 20px 20px;
}

section.hero-sec {
  position: relative;
  top: -80px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  background-color: rgb(0 0 0 / 0%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* content on right */
  padding: 0 10%;
}

.slide-container.right {
  color: white;
  max-width: fit-content;
  text-align: left;
}

.header-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #f5d13f;
  color: #000000;
  text-decoration: none;
  /* font-weight: 600; */
  /* border-radius: 12px; */
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}
.slide-container.right p {
  color: #2e2e2e;
}
.content {
  width: 55%;
  /* padding: 30px; */
  text-align: left;
  /* background: #ffffff; */
  margin: 180px 0px 130px;
  border-radius: 10px;
}
.about-img {
  overflow: hidden;
  /* height: 460px; */
  transition: 0.6s ease-in-out;
  /* border: 6px solid white; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* margin-left: 20px; */
  object-fit: cover;
}
.about-img img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  position: relative;
  /* margin-left: 20px; */
  overflow: hidden;
}
.about-img:hover img {
  transform: scale(1.2);
}
.about-img-two {
  width: 320px;
  height: 256px;
  border: 8px solid white;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 9;
  text-transform: 0.3s;
  object-fit: cover;
  overflow: hidden;
}
.about-img-two img {
  width: 320px;
  height: 240px;
}
.about-img-two:hover img {
  transform: scale(1.2);
}

.about-img-dot {
  width: 90%;
  height: auto;
  z-index: -1;
  background-color: #0398b1;
  text-align: center;
  padding: 19px;
  margin-top: 29px;
  border-radius: 12px;
  height: 180px;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.float-up-down {
  animation: floatUpDown 4s ease-in-out infinite;
}

.about-text h6 {
  font-size: 18px;
  color: #000000;
}

.about-text h2 {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 700;
}
.feature-box img {
  width: 40px;
  height: 40px;
  background: #19184d;
  padding: 6px;
  border-radius: 50%;
  margin-right: 12px;
}
.feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.feature-box h5 {
  font-size: 17px;
  margin: 0;
}
.about-btn a {
  background: #f5d13f;
  color: #000000;
  padding: 10px 28px;
  /* border-radius: 12px; */
}

/* -----------------servies -----------------*/

.header-area-text h6 {
  color: var(--black-color);
}
.header-area-text h2 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 42px;
}
.header-area-text h2 span {
  color: var(--secondary-color);
}
.header-area-text p {
  color: #000000;
}
.servies-box {
  /* background: transparent; */
  /* padding: 16px; */
  /* width: 100%; */
  /* margin: auto; */
  /* border-radius: 18px; */
  /* transition: 0.6s ease-in-out !important; */
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 14px; */
}
.servies-icon img {
  width: 100%;
  height: 230px;
  /* margin-bottom: 20px; */
  object-fit: cover;
  /* border-radius: 12px; */
  position: relative;
}
.servies-box:hover a {
  /* transform: translateY(-10px); */
  color: #ffffff;
}
.servies-text i {
  font-size: 12px;
  margin-right: 10px;
}
.servies-text a {
  color: var(--secondary-color);
}
/* .swiper-slide-active .servies-box {
  background: var(--secondary-color);
} */

/* .swiper-slide-active .servies-text h4,
.swiper-slide-active .servies-text p,
.swiper-slide-active .servies-text a,
.swiper-slide-active .servies-text i {
  color: white;
} */
.swiper-button-prev,
.swiper-button-next {
  color: var(--secondary-color);
}
/* Custom Swiper Arrows Outside the Box */
.swiper-button-prev.custom-prev,
.swiper-button-next.custom-next {
  color: white;
  font-size: 26px;
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 42%; /* Adjust as needed */
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none !important;
}

.project-card {
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.3s;
  width: 100%;
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 80px 20px 30px 20px;
  width: 100%;
  color: white;
  transition: background 0.3s ease-in-out;
}

.bg-gradient-orange {
  background: linear-gradient(to top, var(--secondary-color), transparent);
}

.swiper-slide-active .project-overlay {
  background: linear-gradient(to top, var(--primary-color), transparent);
}
.swiper-slide-active .project-overlay h5 {
  color: white;
  font-size: 24px;
}
.project-overlay h5 {
  font-size: 24px;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--secondary-color);
}
.project-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.gallerySwiper .swiper-slide.active .project-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  transition: background 0.4s ease-in-out;
}

.footer {
  width: 100%;
  padding: 60px 0 0px 0 !important;
  background-color: var(--secondary-color);
}

.footer_box img {
  width: 80%;
}

.footer_box p {
  font-size: 15px;
  padding: 10px 0 0 0;
  /* width: 75%; */
  color: #fff;
}

.footer_icon {
  width: 100%;
  margin: 5px 0;
}

.footer_icon ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.footer_icon ul li a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 6px 0 0;
  font-size: 15px;
  color: var(--primary-color);
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.footer_icon ul li a:hover {
  color: var(--secondary-color);
}

.footer_box h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 28px;
  padding: 0 0 5px 0;
  margin: 0 0 30px 0;
  position: relative;
  color: #ffc107;
}

.footer_box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 86%;
  height: 2px;
  background-color: #ffffff;
}

.footer_links {
  padding: 0;
}

.footer_links li {
  position: relative;
  padding: 0 0 0 10px;
}

.footer_links li::before {
  position: absolute;
  content: "\2B9E";
  left: 0;
  top: 0;
  color: #f5d13f;
}

.footer_links li a {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 10px 10px;
  font-weight: 100;
  transition: all 0.5s;
  color: #fff;
}

.footer_links li a:hover {
  color: #faad15;
}

.footer_contact {
  padding: 0;
}

.footer_contact li {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  font-size: 14px;
  margin: 0px 0 9px 0;
}

.link-icon {
  width: 34px;
  height: 34px;
  /* background-color: #faad15; */
  display: grid;
  place-items: center;
  font-size: 19px;
  border-radius: 50%;
  color: #fff;
}

.link-text {
  width: 73%;
  margin-left: 20px;
  color: white;
  font-size: 15px;
}

.link-text span {
  color: #fff;
  font-size: 15px;
}

.link-text a {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

.link-text a:hover {
  color: #ffc107;
}

.footer-acknowledge {
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
}

.footer-acknowledge p {
  font-size: 18px;
  margin: 0 auto 20px auto;
  width: 60%;
}

section.footer_copyright p {
  margin: 0;
  padding: 10px 0px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
section.footer_copyright {
  background: #02376b;
}

section.footer_copyright p {
  color: white;
}
.footer_box img {
  width: 120px;
  margin-bottom: 20px;
}
.footer_box.footer-second {
  margin-left: 80px;
}

.testimonial-box {
  background: white;
  padding: 30px 20px;
  border-radius: 8px;
  width: 98%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 9px;
}
.testimonial-profile {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.testimonial-img {
  margin-right: 24px;
}
.testimonial-name h4 {
  font-size: 24px;
  margin: 0;
}
.testimonial-icon i {
  width: 66px;
  position: absolute;
  bottom: 16px;
  right: 20px;
  color: #f5d13f;
  font-size: 59px;
  right: 32px;
}

.testimonial-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.contact-form {
  background: transparent;
  /* padding: 40px 40px; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  /* border-radius: 10px; */
}
.contact-form input {
  background: #ffffff;
  border: 0px;
  border-radius: 4px !important;
  padding: 11px 12px;
  border-radius: 10px;
  /* font-size: 12PX; */
  margin-bottom: 14px;
  border: 1px solid #cfcfcf;
}
.contact-form textarea {
  background: #ffffff;
  border: 0px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #cfcfcf;
}
.contant-btn a {
  background: var(--secondary-colors);
  color: #000000;
  padding: 8px 24px;
  border-radius: 4px;
}
/* .contact-sec {
    background: url(../images/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;

} */
section.testimonials-sec {
  /* background: #e8e7ed; */
  /* margin-top: 10px; */
}
.content h1 {
  color: var(--primary-color);
  font-weight: 900;
  font-size: 56px;
}
.content h1 span {
  color: var(--secondary-color);
}
.about-img-dot img {
  width: 60px;
  height: 60px;
}
section.servies-sec {
  background-image: url(../images/services-bg.png);
  position: relative;
  background-position: bottom;
}

.servies-box:hover h4 {
  color: #68ab1f;
}
.servies-box:hover p {
  color: #000000;
}
.contact-form-main {
  /* background: var(--primary-color); */
  /* padding: 60px; */
  /* border-radius: 10px; */
}
.form-label {
  color: #606060;
}
.contact-box h2 {
  color: #000000;
  font-size: 38px;
  margin-bottom: 32px;
}
.contact-box {
  /* width: 85%; */
}
.media-body h4 {
  color: #f5d13f;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  font-family: 'Helvetica';
  margin-bottom: 12px;
}
.media-body {
  margin-bottom: 26px;
}
.media-body span.contact-info_text a {
  color: white !important;
}
label.form-label {
  margin-top: 12px;
  margin-bottom: 6px !important;
}
.contant-btn {
  background: #f5d13f;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.info-choose {
  /* display: flex; */
  background: #f5d13f;
  padding: 16px;
  gap: 10px;
  align-content: center;
  align-items: center;
  border-radius: 10px;
  height: 200PX;
}
.info-choose-text {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
}
.info-choose:hover {
  background: #68ab1e;
}
.info-choose img {
  width: 60px;
  height: 60px;
}
section.why-choose-sec {
  /* background: #e6f4f7; */
  /* height: 400px; */
  /* margin-bottom: 100px; */
  padding: 70px 0px !important;
}
.counter-box img {
  width: 60px;
  height: 60px;
}
.counter-sec {
  padding: 20px;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.why-choose-head h6 {
  color: #000000;
}

.why-choose-head h2 {
  color: #19184d;
}
.blog-card {
  background: #f5d13f;
  /* padding: 12px; */
  /* border-radius: 12px; */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.card-body h3 {
  font-size: 24px;
  color: #67ac1d;
  font-weight: 700;
  margin: 10px 0px;
}
.card-body a {
  color: #67ac1f;
  /* background: #67ac1d; */
  padding: 6px 12px;
  /* color: #000000; */
  font-size: 19px;
}

.card-body {
  margin-bottom: 20px;
}
span.author {
  color: #0398b1;
}
.blog-card img {
  /* border-radius: 12px; */
  width: 250px;
  height: 200px;
  object-fit: cover;
  margin-right: 20px;
}
.breadcrumb-banner-area {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  color: #fff;
}

.breadcrumb-banner-area .breadcrumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-text {
  position: relative;
  z-index: 2;
}

.breadcrumb-text h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.breadcrumb-bar .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
  justify-content: center;
  list-style: none;
}

.breadcrumb-bar .breadcrumb li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
}

.breadcrumb-bar .breadcrumb li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-bar .breadcrumb li a:hover {
  color: #fff;
}
/*-------------------- servies-details ---------------------*/
.service-sidebar {
  box-shadow: 0 0 70px rgb(0 0 0 / 8%);
  position: relative;
  border-radius: 10px;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.service-sidebar ul li a {
  background-color: #ffffff00;
  padding: 6px 6px 6px 24px;
  margin: 0 0 10px;
  line-height: 1;
  border: 1px solid #0398b1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  transition: 0.4s;
  color: #000;
}
.service-sidebar ul li a i {
  width: 36px;
  height: 36px;
  background-color: #08236a;
  font-size: 12px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: 0.4s;
  color: white;
}
.service-sidebar ul li a.active-service,
.service-sidebar ul li a:hover {
  background-color: #0398b1;
  border-color: #ffffff;
  color: #fff;
}
.service-sidebar ul li a:hover i {
  background-color: floralwhite;
  color: #0398b1;
}
.servies-details-box .servies-icon img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.servies-details-box .servies-icon img {
  border-radius: 10px;
}
/* .servies-details-box .servies-icon{
  position: relative;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  height: 500px;
  margin-bottom: 18px;
} */
/* .servies-details-box .servies-icon::before {
  width: 0%;
  height: 500px;
  content: "";
  top: 0%;
  left: 0;
  position: absolute;
  background-color: #0398b1;
  z-index: 2;
  opacity: 0.4;
   transition: 0.5s ease-in-out;
   border-radius: 10px;
} */

/* 
.servies-details-box .servies-icon:hover::before {
  width: 100%;
  height: 500px;
  content: "";
  top: 0%;
  left: 0;
  position: absolute;
  background-color: #0398b1;
  z-index: 2;
  opacity: 0.4;
} */
/*----------------------- details --------------------------------*/

.detail-image {
  margin: 20px 0;
  overflow: hidden;
}
.detail-image img,
.detail-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.la-event {
  width: 100%;
  padding: 30px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: sticky;
  top: 100px;
}
.la-event ul li {
  display: flex;
  /* align-items: center; */
  gap: 15px;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.la-event ul li img {
  width: 80px;
  height: 80px;
  max-width: inherit;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.evrnt-text p {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}
.evrnt-text h5 {
  font-size: 11px;
  margin: 10px 0;
  background: #69ab1e;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 30px;
}
.heading-ser h2 {
  color: #65a917;
  font-size: 32px;
  font-weight: 900;
}
.la-event h3 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
nav.navbar.sticky {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: sticky;
  top: 0;
}
nav.navbar.sticky .top-bar {
  display: none;
}

.guest-form {
  background: var(--primary-color);
  padding: 10px 16px;
  position: sticky;
  top: 90px;
}
.guest-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  border-radius: 4px;
}

.guest-form h4 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 20px;
}
.guest-form input {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  border-radius: 4px;
}
.guest-form input[type="submit"] {
  color: #fff;
  background: var(--secondary-color);
  font-size: 20px;
  padding: 7px 2px;
  cursor: pointer;
  transition: 0.2s;
}
.servies-details-text {
  position: sticky;
  top: 120px;
}
.blog-card:hover {
  background: #67ac1d;
}
.blog-card:hover .card-body h3 {
  color: #f5d13f;
}
.blog-card:hover .card-body small {
  color: white !important;
}
.blog-card:hover .card-body a {
  color: var(--white-color);
  background: #f5d13f;
}
section.blog-section h6 {
  color: #252525;
}
.content h6 {
  font-size: 20px;
  font-family: "Helvetica";
  /* font-weight: 600; */
}

img.spa-icon {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.about-text h2 span {
  color: var(--secondary-color);
}
.servies-text {
  text-align: center;
  background: #f5d13f;
  padding: 24px 12px;
}
.swiper-slide:nth-child(odd) .servies-box {
  display: flex;
  flex-direction: column-reverse;
  gap: 0px;
}
.header-area-text h6 {
  color: var(--black-color);
  text-transform: capitalize;
}

.servies-icon {
  position: relative;
}

a.servies-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%);
  background: #67ac1d;
  padding: 6px 12px;
  text-align: center;
  color: white;
  font-size: 14px;
  opacity: 0;
}
.servies-box:hover a.servies-btn {
  opacity: 1;
  z-index: 99;
}
.servies-box:hover .servies-icon:before {
  background: #6c6c6c96;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.contact-sec {
  background-image: url(../images/contact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
.why-choose-box img {
  width: 90px;
}
.why-main {
  text-align: center;
  border-right: 1px solid #f1ae3c;
  height: 170px;
  width: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 15px;
}
.footer_box img {
    width: 100% !important;
}
/* ------------ counter  ------------- */
.counter_wrapper {
  padding: 60px 0px;
  background-color: var(--secondary-color);
}

.counter-box {
  width: 100%;
  padding: 50px 0;
  background: var(--secondary-color);
  margin: 0 0 60px 0;
}

.counter {
  width: 100%;
  color: var(--secondary-color);
}

.counter-icon img {
  width: 100%;
  height: 100%;
}

.cart-btn a {
    padding: 7px 15px;
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.counter-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-head h3 {
  font-size: 60px;
  margin: 0;
  font-weight: 800;
  color: var(--primary-color);
}

.counter-head span {
  margin: 0 0 0 5px;
  font-size: 60px;
  color: var(--primary-color);
  font-weight: 700;
}

.big_img-2 img {
  width: 100%;
}

.counter p {
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  width: 100%;
  color: var(--white-color);
  font-weight: 900;
  letter-spacing: 1px;
}

.counter.about-counter img {
  width: 70px;
  margin: auto;
  display: block;
  height: 70px;
  object-fit: cover;
}

section.why-choose-sec-teo.py-5 {
    background: #fff7d4;
}
.breadcrumb-banner-area::before{
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
section.about-sec-inner.bg-gray-100 {
    background: #ededed;
}
.contact-info {
    background: #68ab20;
    padding: 20px;
    height: 232px;
    margin-bottom: 60px;
}


.accordion-button::after {
    margin-left: auto;
}

.accordion-button {
    font-weight: 500;
}

.product-tags .badge {
    margin-right: 5px;
    padding: 0.4em 0.8em;
    border-radius: 20px;
}













#productImageSlider img {
    /* height: 300px; */
    object-fit: contain;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: brightness(0);
}

.product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.original-price {
    font-size: 1rem;
    color: #888;
    text-decoration: line-through;
}

.sale-price {
    font-size: 1.5rem;
    color: #e63946;
    font-weight: bold;
}

.savings {
    font-size: 0.9rem;
    color: #38a169;
}

.form-control:focus {
    box-shadow: none;
}


.product-tabs {
    margin-top: 60px;
    /* padding-bottom: 50px; */
    /* border-bottom: 1px solid #e1e1e1; */
    border-top: 1px solid #e1e1e1;
}

.product-tabs .product-tabs-wrap {
    /* max-width: 1110px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.product-tabs .nav-tabs {
    /* text-align: center; */
    padding: 35px 0 0;
    margin-bottom: 25px;
    border-bottom: none;
    display: block;
}

.product-tabs .nav-tabs .nav-item {
    display: inline-block;
    margin: 0px 10px;
}

.product-tabs .nav-tabs .nav-item a {
    /* font-family: 'ITC Caslon 224 Std'; */
    border: none;
    font-size: 17px;
    color: #868686;
    padding: 0 0 8px 0;
    position: relative;
    background: var(--primary-color);;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: none !important;
}

.product-tabs .nav-tabs .nav-item a:before {
    /* position: absolute; */
    /* bottom: 0; */
    /* content: ""; */
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    /* -webkit-transition: all .3s ease; */
    /* transition: all .3s ease; */
    width: 0;
    height: 2px;
    /* background: #000; */
}

.product-tabs .nav-tabs .nav-item a:hover,
.product-tabs .nav-tabs .nav-item a.active {
    background: var(--secondary-color);;
}

/* .product-tabs .nav-tabs .nav-item a:hover:before,
.product-tabs .nav-tabs .nav-item a.active:before {
    width: 100%;
} */

.product-tabs .tab-content .tab-pane p {
    line-height: 2em;
}

.product-tabs .product-attributes th,
.product-tabs .product-attributes td {
    border: 1px solid #e5e5e5;
    padding: 16px 30px;
    vertical-align: top;
}

.product-tabs .product-attributes th {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
}

.product-tabs .product-reviews .reviews-title {
    font-size: 25px;
    margin-bottom: 30px;
}

.product-tabs #review-form .required {
    color: red;
}

.product-tabs #review-form .comment-form {
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin: 20px 0 0;
    width: 100%;
}

.product-tabs #review-form .comment-form .comment-notes {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 6px;
}

.product-tabs #review-form .comment-form-rating {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
}

.product-tabs #review-form .comment-form-rating label {
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 10px;
    color: #000;
}


.product-tabs #review-form .content-info-reviews .comment-form-author,
.product-tabs #review-form .content-info-reviews .comment-form-email {
    margin-bottom: 25px;
}

.product-tabs #review-form .content-info-reviews input,
.product-tabs #review-form .comment-form-comment textarea {
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #d6d6d6;
    height: auto;
    /* font-weight: 300; */
    width: 100%;
}

.product-tabs #review-form .comment-form-comment textarea {
    height: 213px;
}

.product-tabs #review-form .content-info-reviews .form-submit {
    margin: 0;
}

.product-tabs #review-form .content-info-reviews .form-submit input[type=submit] {
    background: #000;
    font-weight: 500;
    padding: 0 50px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: .1em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-tabs #review-form .content-info-reviews .form-submit input[type=submit]:hover {
    background: #000;
}


.related-slider .product-box {
    width: 96%;
    
}
.nav-btn a:hover {
    background: #faa400;
    color: #000;
}
.nav-btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--primary-color);;
    color: #fff;
    border-radius: 30px;
}





.product-thumb-slider .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}
.product-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--secondary-color);
}
.cs-btn a {
    color: #fff;
    background: #68ab1e;
    padding: 6px 25px;
    font-size: 18px;
    border-radius: 4px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}
.cll-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

button.btn.btn-primary.w-100 {
    background: #68ab20;
    border: 0px !important;
}
.navbar-btn a:hover{
   background:   #67ac1d;
   color: white;
}
.header-btn:hover{
   background:   #67ac1d;
   color: white;
}
.why-main:hover .why-choose-box img {
    filter: hue-rotate(49deg);
}

.servies-se-inner .servies-box {
  /* background: transparent; */
  /* padding: 16px; */
  width: 100%;
  margin: auto;
  border-radius: 18px;
  transition: 0.8s ease-in-out !important;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; */
  /* display: flex; */
  /* flex-direction: row; */
  /* gap: 14px; */
  margin-bottom: 14px;
  height: 100%;
}
.servies-se-inner .servies-icon img{
    width: 220px;
    height: 170px;
    border-radius: 8px;
}
.servies-se-inner .servies-text {
    text-align: start;
    background: #f5d13f;
    padding: 24px 12px;
    border-radius: 8px;
    width: 100% !important;
}
.servies-se-inner ul#productTab {
    border: 0;
    display: flex;
    justify-content: center;
}

.servies-se-inner a.servies-btn{
 position: relative;
 left: 0%;
 transform: none;
 background: none;
 padding: 0px;
 text-align: center;
 color: #69ac1f;
 font-size: 14px;
 opacity: 1;
 top: 0px;
}

li.nav-item button {
    background: #68ab1e;
    color: white;
    border-radius: 0px;
}
li.nav-item{
    border-radius: 0px; 
}
button .nav-link active {
    background: red;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
     background: #68ab1e;
     color: #000000;
     border-radius: 0px;
     /* border: 0px solid white; */
     border-radius: 8px !important;
}
li.nav-item {
    border-radius: 0px;
    border: 2px solid white;
    border-radius: 8px !important;
}
.nav-tabs .nav-link {
      border-radius: 0px;
      border: 2px solid white;
      font-size: 16px !important;
      color: black;
      border-radius: 8px !important;
}
.nav-tabs .nav-link:hover {
    color: #f5d13f;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
    background: #68ab1e;
}
section.servies-table-inner img {
    display: none;
}
section.servies-table-inner a.btn.btn-primary.btn-sm {
    background: #68ab1e;
    border: 0px;
    color: white;
    padding: 5px 8px;
    font-size: 10px;
}
.cs-btn a:hover {
    background: #f5d13f;
}
section.servies-table-inner th {
    background: #67aa1d !important;
}
a.btn.btn-Warning.w-100 {
    background: #f5d13f;
}
.servies-se-inner .servies-icon {
    border-radius: 10px;
    overflow: hidden;
    width: 100% !important;
}
h5#orderNowLabel {
    color: #67aa1d !important;
    font-size: 32px !important;
    font-family: "Helvetica";
    font-weight: 800;
}
.servies-se-inner .servies-box:hover .servies-icon img {
    transform: scale(1.3);
}
.modal-content {
    border: 3px solid #67aa1d;
}
.btn-close {
    background: #7a7a7a78 var(--bs-btn-close-bg) center / 1em auto no-repeat !important;
 
}
section.servies-table-inner td a {
    color: #67aa1d;
}
ul.dropdown-menu {
    display: none;
}
ul.dropdown-menu.show {
    padding: 0px;
    margin: 0px;
    border-radius: 0px !important;
}

ul.dropdown-menu.show li {
    padding: 2px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #f5d13f;
}
ul.dropdown-menu.show li a:hover {
    background: #67ac1e;
}

.navbar-mean ul li:hover ul.dropdown-menu {
    display: block;
}
 
ul.dropdown-menu li {
    padding: 8px 10px;
    border-bottom: 1px solid #cdcdcd;
}
 
ul.dropdown-menu li a {
    padding: 0;
    background: transparent !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300 !important;
}
 
ul.dropdown-menu {
    display: none;
    min-width: 280px;
    border: 0;
}
 
ul.dropdown-menu li:hover {
    background: #f5d13f;
}
section.products-grid.inner-ad.py-5 .card-body {
    margin: 0px;
}
a.btn.btn-primary.btn-sm {
    background: #68ab1e !important;
    border: 0px;
}
.cert-box:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cert-box {
    width: 100%;
    height: 200px;
    background: #ffffff;
    padding: 36px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cert-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
li.nav-item.dropdown::before {
  content: "\f107"; /* Font Awesome icon (example: fa-bars) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* use 400 for regular, 900 for solid */
  margin-right: 8px;
  display: inline-block;
  position: absolute;
  right: -14px;
  font-size: 13px;
  top: 17px;
}
li.nav-item.dropdown {
    position: relative;
    margin-right: 10px;
}
button.btn.btn-warning-emphasis {
    display: none;
    background: #f5d13f !important;
}
.contant-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 0;
    margin: 0;
    width: 200px;
    background: #f5d13f;
    padding: 10px;
}

.contant-btn {
    padding: 0;
    margin: 0;
    width: 200px;
    height: 40px;
}


/* RESPONSIVE QUERY______ */

@media only screen and (max-width: 1480px) {

section.hero-sec .swiper-slide { 
    height: 100vh;   
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
button.btn.btn-warning-emphasis {
    display: block;
}
	ul#menu-primary-menu {
    display: none;
}
	.about-img img {
    width: 100%;
    height: auto;
}
	.contact-sec {   
    background-position: right;   
}
	.counter {   
    border: 1px solid #bfbfbf;
    margin-bottom: 23px;
    padding: 10px;
    border-radius: 10px;
}
	.about-ing-box.position-relative {
    margin-bottom: 20px;
}
	.footer_box.footer-second {
    margin-left: 0px;
    margin-bottom: 20px;
}
	.contact-info {   
    margin-bottom: 24px;
}
	.contact-form-main-two .row.revers {
	flex-direction: column-reverse;
}
	.contact-form {
    padding: 40px;
    background: #f1f1f1;
    margin-bottom: 20px;
}
	.navbar-mean-moblie.d-block ul li {
    padding: 10px 0px !important;
}
.product-name {
    margin-top: 30px;
}
}

@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {
.servies-se-inner .servies-icon img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
}
	.why-main {    
    margin: auto;
}
}

@media only screen and (max-width: 767px) {
  h1 {font-size: 36px !important;}
    h2 {font-size: 32px !important;}
    h3 { font-size: 26px; }
    h4 { font-size: 16px; }
    h5 { font-size: 16px; }
    h6 { font-size: 15px; }
    p { font-size: 15px; }
    a, li, label { font-size: 15px; }
	
	.content {
    width: 99%;
    /* padding: 30px; */
    text-align: left;
    /* background: #ffffff; */
    margin: 180px 0px 130px;
    border-radius: 10px;
}
	.content h1 span {
    color: var(--secondary-color);
    font-size: 32px !important;
}
	a.navbar-brand img {
    width: 200px;   
    height: auto;
}

.overlay { 
    padding: 0 4%;
	    background-color: rgb(255 255 255 / 44%);
}
	.footer_icon {
    text-align: start;
}
.footer_icon ul {
    justify-content: start;
}
	.border-top .d-flex {
    display: block !important;
}
	.pb-6 {
    padding-bottom: 30px !important;
}
.pt-6 {
    padding-top:  30px !important;
}
	.header-area-text {
    margin-bottom: 20px !important;
}
	section.contact-sec .contact-form {
    background: transparent;
    padding: 0px 0px !important;
    margin: 0px 10px !important;
}
	section.why-choose-sec {    
    padding: 30px 0px !important;
}
}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {
.blog-card {
    background: #f5d13f;  
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
	
	.blog-card img {   
    width: 100%;
    height: 200px;
    object-fit: cover; 
		margin-right: 0px;
}
		.blog-card .card-body {
    margin-bottom: 20px;
    padding: 10px;
}
	.why-main {  
    height: auto;
    width: auto;
   
}
	.info-choose {   
    text-align: center;
}
	.servies-box .row {
    display: block;
    width: 100%;
}
	.servies-se-inner .servies-icon img {
    width: 100%;
    height: 170px;
    border-radius: 8px;
}
	div#productTabContent .row {
    padding: 0;
    margin: 0 !important;
}
	section.servies-se-inner.row {
    margin: 0px !important;
}
}

@media only screen and (max-width: 500px) {
div#productTabContent {
    padding: 10px;
}

}

@media only screen and (max-width: 480px) {
.servies-icon img {  
    height: 300px;   
}
	.navbar-btn a {  
    padding: 10px 16px;  
    font-size: 15px;
}
.footer_box img {
    width: 300px !important;
}	
	a.navbar-brand img {
        width: 120px !important;
        height: auto;
    }
	.navbar-btn a {
        padding: 10px 16px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}


.footer_icon a {
    color: wheat;
}

.about-btn a:hover {
    background: #68ad18;
    color: white;
}
.contant-btn input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #559911;
    color: white;
}
.servies-text h4 {
    font-size: 20px;  
}
.card-body h3 {
    font-size: 20px !important;  
}
.detail-text ul li {
    list-style: unset;
}
.detail-text ul{
	padding-left: 20px;
}
a.btn.btn-primary.me-3 {
    border: 0px !important;
}
a.btn.btn-success {
    border: 0px !important;
}
.about-img img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
div#productTabContent {
    padding: 0px !important;
}
	a.btn.btn-success {
    display: none !important;
}
	.evrnt-text a {
    color: #000000;
    display: block;
}

	a.nav-link:hover{
		color: #67ac1d;
	}
	a.btn.btn-primary.btn-sm:hover {
    background: #f5d13f !important;
    color: black !important;
}