@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
.main-content {
  overflow-x: hidden;
}
p {
  font-size: 16px;
  text-align: justify;
}
a {
  transition: ease-in-out all 0.2s;
}
.btn-custom {
  position: relative;
  display: inline-block;
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: ease-in-out all 0.2s;
}
.btn-custom::before {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  top: 0;
  margin: 0 7.5px 0 0;
  color: #000000;
  background-color: transparent;
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: ease-in-out all 0.2s;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
.btn-custom:hover::before {
  background-color: #6ab43e;
  color: #ffffff;
  border-color: #6ab43e;
}
.btn-custom:hover {
  background-color: transparent;
  color: #6ab43e;
  letter-spacing: 1px;
}
.filter-btn {
  color: #202020;
  transition: ease-in-out all 0.2s;
  border-radius: 30px;
  padding: 12px 30px;
  border: #bbb 1px solid;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: ease-in-out all 0.2s;
}
.filter-btn:hover {
  border-color: #000000;
  color: #000000;
}
.filter-btn img {
  height: 24px;
}
header {
  background-color: rgba(255, 255, 255, 1); 
  padding: 0;
}
header .navbar-brand {
  padding: 15px 30px 15px 0;
  position: relative;
  background-color: #ffffff;
}
/* header .navbar-brand::before {
  content: "";
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: -30px;
  right: 0;
  position: absolute;
  width: 70px;
} */

header .navbar-brand img {
  width: 450px; 
}
header .navbar {
  padding: 0;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 20px;
  color: #000000;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase; 
  font-weight: 450;
}
header .dropdown-menu {
  border: none;
  border-top: 2px solid #6ab43e;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
header .dropdown-menu-end {
  padding: 20px 15px;
  min-width: 220px;
}
header .dropdown-menu-end .sc {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .dropdown-menu-end .sc i {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #838383;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .dropdown-menu-end .sc .menu-cart {
  position: absolute;
  top: -8px;
  right: -8px;
  height: 20px;
  width: 20px;
  background-color: #000;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
header .dropdown-menu .dropdown-item {
  font-size: 15px;
}
.btn-group > .btn {
  border-radius: 30px;
  border: 2px solid #6ab43e;
  padding: 13px 6px 13px 20px;
  background-color: #ffffff;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.btn-group > .btn i {
  font-size: 18px;
  color: #6ab43e;
}
.whats-btn {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 2px solid #6ab43e;
  color: #ffffff;
  background-color: #6ab43e;
  font-size: 21px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whats-btn:hover {
  background-color: #ffffff;
  color: #6ab43e;
  border-color: #6ab43e;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: fit-content;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu > li:hover > .submenu,
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.btn-custom-2 {
  background-color: #6ab43e;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0 0 0;
  border-radius: 10px;
  border: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 99;
}
.sticky .navbar .nav-item .nav-link {
  color: #202020;
  text-shadow: none;
}
.carousel-caption {
  top: 40%;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: start;
}
.carousel-caption h1 {
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.carousel-caption p {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 0 0;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.fact-section {
  background-color: #ffffff;
  padding: 80px 0 80px 0;
  position: relative;
}
.fact-section::before {
  content: "";
  background-image: url("../images/arrow-9.png");
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.fact-section h2 {
  margin: 0 0 15px 0;
}
.fact-section h6 {
  font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 80px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.fact-section h6::before {
  content: "";
  position: absolute;
  top: 10px;
  left: auto;
  height: 1px;
  width: 70px;
  background-color: #6ab43e;
  right: 180px;
}
.fact-section .fact-detail {
  background-color: #f7f8fa;
  padding: 24px;
  gap: 30px;
  border: 1px solid #0000001a;
  width: 100%;
  margin: 0 0 -1px 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
.fact-section .fact-detail .fact-content h4 {
  font-size: 16px;
  color: #202020;
  margin: 0 0 5px 0;
}
.fact-section .fact-detail .fact-content h4 a {
  position: relative;
  font-size: 14px;
}
.fact-section .fact-detail .fact-content h4 a::before {
  margin: 0 10px 0 0;
  color: #ffffff;
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  top: 0;
  position: relative;
  background-color: #6ab43e;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
}
.fact-section .fact-detail .fact-content p {
  font-size: 16px;
  margin: 0;
}
.fact-section .fact-detail .icon-box {
  position: relative;
  z-index: 1;
  background-color: #6ab43e;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.fact-section .fact-detail .icon-box::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  margin: 0 auto;
  min-width: 90px;
  min-height: 90px;
  background-color: #6ab43e80;
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: -1;
}
.fact-section .fact-detail .icon-box i {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
}
.rounded-top-left {
  border-top-left-radius: 10px;
}
.rounded-top-right {
  border-top-right-radius: 10px;
}
.rounded-bottom-left {
  border-bottom-left-radius: 10px;
}
.rounded-bottom-right {
  border-bottom-right-radius: 10px;
}
.video-section a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section a img {
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px 0;
  box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
  width: 100%;
}
.video-section a .play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fec001;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.video-section a .play-button:hover {
  background-color: #fec001d1;
}
.video-section a .play-button::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #febf0180;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.video-section a .triangle {
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: relative;
}
.about-section {
  background-color: #f7f8fa;
  padding: 0 0 80px 0;
  position: relative;
}
.about-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%;
}
.about-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.about-content {
  padding-right: 150px;
}
.abt-certificate {
  background-color: #ffffff38;
  padding: 45px 35px;
  position: relative;
  z-index: 1;
  margin-top: auto;
  backdrop-filter: blur(6px);
  border-radius: 10px;
}
.abt-certificate h4 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.abt-certificate p {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: normal;
  transition: ease-in-out all 0.2s;
}
.abt-certificate .btn-custom {
  color: #ffffff;
}
.abt-certificate .btn-custom:hover {
  color: #6ab43e;
}
.abt-certificate .btn-custom::before {
  color: #ffffff;
  border-color: #ffffff;
}
.abt-certificate .btn-custom:hover::before {
  border-color: #6ab43e;
  color: #ffffff;
}
.about-video {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: -60px 0 60px 0;
}
.about-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.about-video-bg::after {
  border-radius: 10px 0 0 0;
  position: absolute;
  content: "";
  right: 85px;
  top: 0;
  left: 0;
  bottom: 30px;
  background: var(--voldor-secondary, #241f21);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
}

.about-video-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.about-video-detail img { width: 85%; margin: 0 0 15px 0;}
.about-video-content {
  position: relative;
  z-index: 1;
}
.about-video-content .btn-custom {
  color: #ffffff;
  margin: 15px 0;
}
.about-video-content .btn-custom::before {
  border-color: #ffffff;
  color: #ffffff;
}
.about-video-content .btn-custom:hover {
  color: #6ab43e;
}
.about-video-content .btn-custom:hover::before {
  border-color: #6ab43e;
  color: #ffffff;
}
.about-video-content h4 {
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-video-content h6 {
  color: #ffffff;
  margin: 0 0 30px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-video-icon {
  position: relative;
  z-index: 1;
}
.about-video-icon a .play-button {
  width: 80px;
  height: 80px;
  background-color: #fec001;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.about-video-icon a .play-button::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #febf0180;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.about-video-icon a .triangle {
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: relative;
}
.product-section {
  padding: 70px 0;
}
.product-section h2 {
  margin: 0 0 30px 0;
  text-align: center;
}
.product-section .product-block .product-block-content {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  width: 90%;
  margin: -40px auto 0 auto;
  display: flex;
  position: relative;
  text-align: start;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.product-section .product-block .product-block-content a {
  min-height: 40px;
  min-width: 40px;
  border: 2px solid #6ab43e;
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6ab43e;
}
.product-section .product-block:hover .product-block-content a {
  border-color: #6ab43e;
  background-color: #6ab43e;
  color: #ffffff;
}
.product-section .product-block h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
.product-section .product-block img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  position: relative;
  border-radius: 10px;
  border: 1px solid #00000030;
}
.product-section .product-block img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  border: 1px solid #000000;
}
.why-choose-section {
  background-color: #f7f8fa;
  padding: 80px 0;
  position: relative;
}
.why-choose-section h2 {
  margin: 0 0 20px 0;
}
.why-choose-section .why-choose-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.why-choose-section .why-choose-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.why-choose-section .why-choose-content {
  position: relative;
  background-color: #ffffffe0;
  backdrop-filter: blur(6px);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
.why-choose-section .why-choose-content .btn-custom {
  margin: 20px 0 30px 0;
}
.alfa-image {
  z-index: 1;
  background-color: #1a5319;
  padding: 20px 30px;
  backdrop-filter: blur(6px);
  bottom: 30px;
  border-radius: 10px;
}
.features-section {
  padding: 80px 0 150px 0;
}
.features-section h2 {
  margin: 0 0 30px 0;
}
.features-section .features-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 24px;
  width: 100%;
  text-align: center;
}
.features-section .features-card .features-card-icon {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  background-color: #6ab43e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.features-section .features-card .features-card-icon::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #6ab43e80;
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: -1;
}
.features-section .features-card i {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 80px;
}
.features-section .features-card .features-card-body h4 {
  font-size: 24px;
  margin: 20px 0 10px 0;
}
.features-section .features-card .features-card-body p {
  font-size: 15px;
  margin: 0;
  text-align: center;
}
.form-control {
  padding: 15px;
  font-size: 15px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  border: 2px solid #e1e3ec;
}
.inner-header {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-image: url("../images/bg/bg2.jpg");
}
.inner-header::after {
  content: "";
  position: absolute;
  height: 45px;
  width: 45%;
  right: -20px;
  bottom: 0;
}
.inner-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
}
.established-year {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.established-year h1 {
  font-size: 72px;
  text-transform: uppercase;
  line-height: 48px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
  color: transparent;
}
.contact-section {
  background: rgb(253, 253, 255);
  background: linear-gradient(90deg, rgba(253, 253, 255, 1) 0%, rgba(239, 242, 252, 1) 50%, rgba(255, 255, 255, 1) 75%);
  padding: 80px 0 120px 0;
}

.contact-section .col-xl-4 { display: flex; flex-wrap: wrap; }
.contact-section .col-lg-4 { display: flex; flex-wrap: wrap; }
.contact-section .col-md-4 { display: flex; flex-wrap: wrap; }
.contact-section .col-sm-6 { display: flex; flex-wrap: wrap; }
.contact-section h3 { margin: 0 0 30px 0; }
.contact-section .contact-info { 
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 0 30px 0;
  padding: 24px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}

.contact-section .form-group { width: 100%;}
.contact-section .contact-info .contact-info-icon .contact-info-bg {
    background-color: #6ab43e;
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    width: 70px;
    height: 70px;
    text-align: center;
    outline: 5px solid #6ab43e80;
    margin: 0 auto 15px auto;
}
.contact-section .contact-info .contact-info-icon .contact-info-bg i {
  color: #ffffff;
  font-size: 21px;
  line-height: 70px;
}
/* .contact-section .contact-info .contact-info-icon .contact-info-bg::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  margin: 0 auto;
  min-width: 80px;
  min-height: 80px;
  background-color: #6ab43e80;
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: -1;
} */
.contact-section .contact-info .contact-info-detail {
  text-align: center;
}
.contact-section .contact-info .contact-info-detail h4 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.contact-section .contact-info .contact-info-detail p {
  font-size: 16px;
  margin: 0;
  text-align: center;
}
.contact-section .contact-info .contact-info-detail p:last-child {
  margin: 0;

}
.contact-section .contact-info .contact-info-detail p a {
  font-size: 16px;
  font-weight: normal;
  display: block;
 
}
.contact-section .form-content h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
}
.contact-section .form-content p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.contact-section .form-content h5 {
  font-size: 21px;
  margin: 0 0 30px 0;
}
.company-section {
  padding: 80px 0 0 0;
}
.company-section-detail {
  background-image: url(../images/about-video-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 160px;
  align-items: center;
  padding: 80px;
}
.company-video-icon {
  position: relative;
  z-index: 1;
}
.company-video-icon a .play-button {
  width: 80px;
  height: 80px;
  background-color: #fec001;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.company-video-icon a .play-button::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #febf0180;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.company-video-icon a .triangle {
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: relative;
}
.company-section-content {
  text-align: end;
  width: 60%;
  padding: 45px 45px 45px 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7651435574229692) 45%);
  border-radius: 0 10px 10px 0;
}
.company-section-content h2 {
  color: #ffffff;
  margin: 0 0 30px 0;
}
.company-section-content p {
  color: #ffffff;
}
.breadcrumb {
  margin: 0;
  padding: 15px 50px 10px 45px;
  position: absolute;
  right: -20px;
  bottom: -1px;
  z-index: 9;
  background-color: #ffffff;
  -webkit-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}
.breadcrumb li.breadcrumb-item {
  color: #6ab43e;
  font-size: 16px;
  -webkit-transform: skewX(35deg);
  -ms-transform: skewX(35deg);
  transform: skewX(35deg);
}
.breadcrumb .breadcrumb-item a {
  color: #000000;
  font-weight: 600;
  transition: ease-in-out all 0.2s;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item:hover a {
  color: #6ab43e;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000000;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  top: 4px;
  position: relative;
}
.faq-section {
  padding: 80px 0 140px 0;
}
.faq-section h2 {
  margin: 0 0 20px 0;
}
.faq-section h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 30px 0 0 0;
}
.faq-section h4 img {
  height: 80px;
  border: 2px solid #6ab43e;
  padding: 15px;
  border-radius: 100%;
  min-width: 80px;
}
.faq-section h4 a {
  font-size: 21px;
  margin: 0;
  font-weight: 600;
  display: inline-block;
}
.faq-section h4 a:hover {
  color: #6ab43e;
}
.certificate-section {
  padding: 80px 0 140px 0;
}
.certificate-wrape a {
  position: relative;
  display: block;
  border: 2px solid #000000;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.certificate-wrape a .overlay {
  position: absolute;
  border-radius: 15px;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff52;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.certificate-wrape a .overlay i {
  font-size: 30px;
  color: #000000;
}
.certificate-wrape a:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.5s ease-in-out;
}
.certificate-wrape img {
  border-radius: 10px;
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.Infrastructure-section {
  padding: 80px 0 0 0;
}
.Infrastructure-section .Infrastructure-content {
  padding-right: 45px;
}
.Infrastructure-section .Infrastructure-content h2 {
  margin: 0 0 20px 0;
}
.Infrastructure-section .Infrastructure-content p {
  margin: 0;
}
.Infrastructure-section .Infrastructure-image img {
  height: 400px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
.quality-system-section {
  padding: 80px 0 140px 0;
}
.quality-system-section .quality-system-image img {
  height: 480px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
.quality-system-section .quality-system-content {
  padding-left: 45px;
}
.quality-system-section .quality-system-content h2 {
  margin: 0 0 20px 0;
}
.quality-system-section .quality-system-content p {
  margin: 0;
}
.product-inner-section {
  padding: 80px 0 140px 0;
}
.product-inner-section .single-service {
  padding-left: 15px;
}
.product-inner-section .single-service .product-inner-content img {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  margin: 0 0 30px 0;
  border-radius: 10px;
  height: 380px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border: 1px solid #dbdbdb;
}
.product-inner-section .single-service .product-inner-content h2 {
  margin: 0 0 20px 0;
  font-size: 36px;
}
.product-inner-section .single-service .product-inner-content h5 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #353535;
}
.product-inner-section .single-service .product-inner-content h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.product-inner-section .single-service .product-inner-content ul {
  padding: 0 0 20px 20px;
}
.product-inner-section .single-service .product-inner-content ul li {
  list-style: disc;
  text-align: justify;
  font-size: 15px;
}
.product-inner-section .single-service .product-inner-content ul li::marker {
  color: #6ab43e;
}
.product-inner-detail {
  background-color: #fdfdff;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin: 0 0 24px 0;
}
.product-inner-section .single-service .product-inner-detail h3 {
  font-size: 30px;
  margin: 0 0 15px 0;
}
.product-inner-section .single-service .product-inner-detail h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #4f4f4f;
}
.product-inner-section .single-service .product-inner-detail h5 {
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #6ab43e;
}
.product-inner-section .single-service .product-inner-detail ol {
  padding: 0 0 0 15px;
  display: flex;
  margin: 0 0 20px 0;
}
.product-inner-section .single-service .product-inner-detail ol li {
  list-style: upper-roman;
  font-size: 15px;
  padding: 0 45px 0 0;
  font-weight: 600;
}
.product-inner-section .single-service .product-inner-detail ol li::marker {
  color: #000000;
}
.product-inner-section .single-service .product-inner-detail ul {
  padding: 0 0 20px 20px;
}
.product-inner-section .single-service .product-inner-detail ul li {
  list-style: disc;
  text-align: justify;
  font-size: 15px;
}
.product-inner-section .single-service .product-inner-detail ul li::marker {
  color: #6ab43e;
}
.table {
  font-size: 15px;
}
.table > tbody > tr > th {
  font-weight: 600;
}
thead.table-dark {
  --bs-table-bg: #6ab43e;
  border-color: #6ab43e;
}
.table > thead > tr > th {
  font-weight: 600;
}
aside {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.sidebar h4 {
  margin: 5px 0 10px 0;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
}
.widget .product-list {
  margin: 20px 0 0 0;
  background-color: #fdfdff;
  padding: 19px 24px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin: 0 0 24px 0;
}
.widget .product-list ul {
  padding: 0 0 0 15px;
}
.widget .product-list ul li {
  margin: 0;
  padding: 0;
  list-style: disc;
}
.widget .product-list ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.widget .product-list ul li a small {
  font-size: 13px;
  color: #303030;
}
.widget .product-list ul li a small:hover {
  color: #6ab43e;
}
.widget .product-list ul li a:hover {
  color: #6ab43e;
  letter-spacing: 0.5px;
}
.widget .product-list .form-control {
  padding: 10px 15px;
}
.widget .product-list h6 {
  margin: 0;
}
.widget .product-list h6 a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.widget .product-list:hover h6 a {
  color: #6ab43e;
  letter-spacing: 0.5px;
}
.widget .product-list h6 a::before {
  margin: 0 10px 0 0;
  color: #6ab43e;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  background-color: transparent;
  border: 2px solid #6ab43e;
  height: 45px;
  width: 45px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.product-slide-image {
  display: block;
  margin: 50px 0 0 0;
}
.product-slide-image h2 {
  margin: 0 0 15px 0;
}
.product-slide-image p.lead {
  font-weight: 600;
  font-size: 21px;
  color: #6ab43e;
  text-align: justify;
}
.product-slide-image p {
  text-align: justify;
}
.product-slide-image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  margin: 0;
}
.product-slide-image .form-control {
  height: 35px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.filter-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e3ec;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}
.filter-section h3 {
  margin: 0;
}
.product-desc-section {
  margin: 30px 0 140px 0;
}
.product-desc-section .product-grid {
  background-color: #ffffff;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 10px;
  margin: 0 0 24px 0;
}
.product-desc-section .product-grid .product-image {
  padding: 7.5px 7.5px 0 7.5px;
  position: relative;
}
.product-desc-section .product-grid .product-image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.product-desc-section .product-grid .product-content {
  display: block;
  padding: 20px 15px 15px 15px;
}
.product-desc-section .product-grid .product-content h3 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #202020;
  font-weight: 600;
  margin: 0;
}
.product-desc-section .product-grid .product-content small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #6ab43e;
  margin-top: 5px;
  text-transform: uppercase;
}
.product-desc-section .product-grid .product-content h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 20px 0 15px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #666666;
  text-transform: uppercase;
}
.product-desc-section .product-grid .product-content h4 span {
  color: #202020;
  font-family: "Poppins", sans-serif;
}
.product-desc-section .product-grid .product-buy-now {
  display: block;
  width: 100%;
}
.product-desc-section .product-grid .buy-btn {
  padding: 10px 0 0px 0;
  background-color: transparent;
  border-top: 1px solid #f1f1f1;
  width: 100%;
  color: #000000;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-desc-section .product-grid .buy-btn i {
  border: 1px solid #000000;
  border-radius: 30px;
  background-color: #ffffff;
  color: #000000;
  height: 35px;
  width: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-desc-section .product-grid .buy-btn:hover {
  color: #6ab43e;
}
.product-desc-section .product-grid .buy-btn:hover i {
  border-color: #6ab43e;
  color: #ffffff;
  background-color: #6ab43e;
}
.filter-list table.comp_text tbody {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.widget .filter-list .form-control {
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 30px;
  margin: 0 0 20px 0;
  border: 1px solid #e1e3ec;
}
.widget .filter-list h4 {
  font-size: 21px;
  margin: 0 0 15px 0;
}
.widget .filter-list .search-btn {
  background-color: #6ab43e;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0 0 0;
  border-radius: 30px;
  border: none;
}
.modal-dialog-centered .modal-content {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
  border-radius: 15px;
  border: none !important;
}
.modal-dialog-centered .modal-content .modal-header {
  padding: 30px 30px 0 30px;
  border: none;
}
.modal-dialog-centered .modal-content .modal-body {
  margin-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 30px 30px 30px;
}
.modal-dialog-centered .modal-content .modal-body hr {
  margin: 20px 0 30px 0;
}
.modal-backdrop {
  background-color: #000000;
  opacity: 0.7 !important;
}
.moretext {
  display: none;
}
input[type="checkbox"] {
  position: relative;
  border: 1px solid #6ab43e;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  min-height: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  border-radius: 100%;
}
input[type="checkbox"]:hover {
  opacity: 1;
}
input[type="checkbox"]:checked {
  background-color: #6ab43e;
  opacity: 1;
}
input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #6ab43e;
  border-width: 0 2px 2px 0;
  margin: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  margin: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.product-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin: 30px 0 0 0;
}
.product-pagination table {
  margin: 0;
}
.product-pagination .paging_text {
  font-size: 18px;
  border-radius: 100% !important;
  transition: ease-in-out all 0.2s;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6ab43e;
  color: #ffffff;
}
.product-pagination .paging_text:hover {
  background-color: #000000;
}
.product-pagination .page-numbring {
  font-size: 16px;
  border-radius: 100% !important;
  transition: ease-in-out all 0.2s;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin: 0 2px;
  background-color: #ededed;
}
.product-pagination .page-numbring:hover {
  background-color: #000000;
  color: #ffffff;
}
.product-slide-image .btn-theme-colored {
  border-radius: 30px;
  background-color: #757575;
  border-color: #757575;
  color: #ffffff;
}
.product-slide-image .btn-theme-colored:hover {
  background-color: #6ab43e;
  border-color: #6ab43e;
}
.product-page-img {
  position: relative;
}
.product-desc-section table td h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.product-desc-section table td .btn-custom-2 {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 7px 15px;
  font-size: 15px;
}
/* Login page css start */
.login-section {
  padding: 70px 0 70px 0;
  background-image: url(../images/login-bg.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
  min-height: 91vh;
  align-items: center;
  display: flex;
}
.login-section::after {
  content: "";
  margin-top: 78px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(0, 212, 255);
  background: linear-gradient(90deg, rgba(0, 212, 255, 0) 42%, rgba(233, 233, 233, 1) 42%);
}
.login-section .login-form-detail {
  z-index: 11;
  position: relative;
  padding: 30px 0px 30px 15px;
}
.login-section .login-form-detail h1 {
  margin: 0 0 15px 0;
}
.login-section .login-form-detail h3 {
  margin: 0 0 30px 0;
}
.login-section .login-form-detail p {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #6ab43e;
}
.login-section .login-form-detail .form-control {
  padding: 12px 15px;
  font-size: 15px;
  margin: 0 0 20px 0;
  border: 2px solid #e1e3ec;
  border-radius: 30px;
}
.login-section .login-form-detail label {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 7px 0;
}
.login-section .login-form-detail .login-btn {
  border: 1px solid #6ab43e;
  background-color: #6ab43e;
  color: #ffffff;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  transition: ease-in-out all 0.2s;
}
.login-section .login-form-detail .login-btn:hover {
  border: 1px solid #757575;
  background-color: #757575;
  color: #ffffff;
}
.login-section .login-form-detail .form-group .checkbox span {
  display: flex;
  align-items: start;
  line-height: 1.3;
}
.login-section .login-form-detail .cancel-btn {
  border: 1px solid #757575;
  background-color: #757575;
  color: #ffffff;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  transition: ease-in-out all 0.2s;
}
.login-section .login-form-detail .cancel-btn:hover {
  border: 1px solid #6ab43e;
  background-color: #6ab43e;
  color: #ffffff;
}
.fancybox__container {
  z-index: 999999;
}

.mobileBottomFooter {
  display: none;
}
.alfa-branding {
  padding: 30px 0;
  background-color: #1a5319;
  border-radius: 10px;
  margin: -50px 0 0 0;
  position: relative;
  z-index: 1;
  text-align: center;
}


.header-bottom {
  background-color: #1a5319;
  padding: 15px;
  gap: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  margin: 0;
  position: relative;
  z-index: 9;
}
.header-bottom .top-footer-logo {
  max-width: 440px;
}
.header-bottom .header-bottom-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bottom .header-bottom-links h4 {
  font-size: 21px;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
}
.header-bottom-links a {
  font-size: 18px;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  transition: ease-in-out all 0.2s;
}
.header-bottom-links a i {
  color: #ffffff;
  font-size: 21px;
  margin: 0 10px 0 0;
}
.header-bottom-links a:hover {
  background-color: #ffffff;
  color: #1a5319 !important;
  border-color: #1a5319;
}
.header-bottom-links a:hover i {
  color: #1a5319;
}