﻿@font-face {
  font-family: 'Meshed Display';
  /* Name you choose for the font in your CSS */
  src: url('fonts/MeshedDisplay-Regular.woff2') format('woff2'),
    /* Path to your font files */
    url('fonts/MeshedDisplay-Regular.woff') format('woff'),
    url('fonts/MeshedDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* Defines how the browser loads and displays the font */
}

body {

  color: #333;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
}

.container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.top-container {
  background-color: #000;
  padding: 10px 20px 15px 20px;
  text-align: left;
  color: #fff;
}

.top-container .fa {
  font-size: 15px;
}

.top-container .fab {
  font-size: 15px;
  color: #f1f1f1;
}

.top-container .rightcontent {
  float: right;
  margin-top: -5px;
}

.rightcontent a {
  margin: 0 3px;
}

.rightcontent a i {
  text-align: center;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: auto;
  line-height: 30px;
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
  overflow-y: visible;
}

.rightcontent a {
  margin: 0 3px;
}

.rightcontent a i {
  text-align: center;
  color: #57b039;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: auto;
  line-height: 35px;
}

.top-container .fa {
  font-size: 15px;
}

.facebook-icon i {
  font-size: 20px;
  color: #fff;
  background-color: #3b5a9a !important;
  border: solid 1px #fff;
}

.insta-icon i {
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to bottom,
      #6228d7 0,
      #ee2a7b 30%,
      #f9ce34 100%) !important;
  border: solid 1px #fff;
}

.Youttube-icon i {
  font-size: 20px;
  color: #fff;
  background: #ff0000;
  border: solid 1px #fff;
}

.top-container .fab:hover {
  color: #fff;
}

.content {
  padding-left: 100px;
  padding-right: 100px;
}

.ImgFrame {
  padding: 10px;
  border: 1px solid #ddd;
  background-size: cover;
  background-clip: content-box;
  background-color: #d6d6d6;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  color: #fbfbfb;
}

.ImgFrame:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #fefefe;
  bottom: -60px;
  right: -65px;
  box-shadow: 0px 7px 6px -9px black;
  transform: rotate(135deg);
}

.ImgFrame:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #fefefe;
  top: -60px;
  left: -65px;
  box-shadow: 0px -7px 6px -9px black;
  transform: rotate(135deg);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky-opacity {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky-opacity #navbar {
  position: fixed !important;
  top: 0;
  /* width: 100%; */
  background-color: #fff;
  height: 93px;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

.sticky-opacity .navbar-nav>li>a {
  /* color: black;
  text-align: center;
  padding: 22px 12px 15px 12px;
  text-decoration: none;
  font-size: 13px;
  line-height: 25px;
  margin-top: 11px;
  margin-bottom: -5px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase; */

  text-align: center;
  padding: 22px 12px 15px 12px;
  text-decoration: none;
  font-size: 13px;
  line-height: 25px;
  margin-top: 11px;
  margin-bottom: -5px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}

.sticky-opacity .navbar-brand img {
  max-width: 100%;
  max-height: 59px;
  transition: 0.5s all ease-in-out;
  margin: 10px 0px 0px 0px;
  max-width: 100%;
  max-height: 59px;
  transition: 0.5s all ease-in-out;
  margin: 10px 0px 0px 0px;
  background: #fff;
  transition: 0.4s;
  max-width: 100%;
  max-height: 100%;
  padding: 17px 10px 0px;
  /* margin-bottom: 0px; */
  margin-top: -9px;
  /* border-radius: 5px; */
  height: 65px;
  /* transition: 0.5s all ease-in-out;*/
}

@media (max-width: 767px) {
  .sticky-opacity .navbar-brand img {
    max-width: 100%;
    max-height: 55px;
    transition: 0.5s all ease-in-out;
  }
}

.sticky-opacity .navbar-nav>li>a:hover {
  color: #fff;
}

.sticky-opacity .navbar-nav {
  margin-top: 0;
}

.sticky-opacity #menu:before {
  border-bottom: 0px solid #fff;
}

.sticky+.content {
  padding-top: 102px;
}

#navbar {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 80px;
  width: 100vw;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.nav-padding {
  max-width: 100%;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 4px;
  margin-left: 0px;
  margin-right: 0px;
}

.header-logo {
  padding: 4px 10px;
  font-size: 18px;
}

.header-logo img {
  max-width: 200px;
  transition: 0.4s;
  margin-bottom: 0px;
}

.navbar-nav>li>a {
  /* color: black;
  text-align: center;
  padding: 12px 12px 15px 12px;
  text-decoration: none;
  font-size: 13px;
  line-height: 25px;
  margin-top: 11px;
  margin-bottom: -5px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out; */
  color: #656565;
  text-align: center;
  padding: px 12px 15px 12px;
  text-decoration: none;
  font-size: 13px;
  line-height: 25px;
  margin-top: 11px;
  margin-bottom: -5px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}

.nav .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}

.navbar-nav>li>a:hover {
  background-color: #57b039;
  color: #fff;
}

.navbar-nav>li>a:active {
  color: #fff;
  background-color: #797c7f;
}

.navbar-nav {
  /* margin-left: 20%; */
  margin-top: 3px;
  /* margin-right: 5%; */
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .ImgFrame {
    width: 75%;
  }

  .ImgFrame:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #fefefe;
    top: -50px;
    left: -50px;
    box-shadow: 0px -7px 6px -9px black;
    transform: rotate(135deg);
  }

  .ImgFrame:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 50px solid #fefefe;
    bottom: -50px;
    right: -50px;
    box-shadow: 0px 7px 6px -9px black;
    transform: rotate(135deg);
  }
}

.navbar-brand {
  float: left;
  padding: 10px 20px 10px 50px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  margin-left: 10px;
}

.navbar-brand img {
  /* background: #fff;
  transition: 0.4s;
  max-width: 100%;
  max-height: 100%;
  padding: 17px 10px 0px;
  margin-bottom: 0px;
  margin-top: 1px;
  border-radius: 5px;
  height: 44px;
  transition: 0.5s all ease-in-out; */
  background: #fff;
  transition: 0.4s;
  max-width: 100%;
  max-height: 100%;
  padding: 17px 10px 0px;
  margin-bottom: 0px;
  margin-top: -9px;
  border-radius: 5px;
  height: 65px;
  transition: 0.5s all ease-in-out;
}

#navbar-right {
  float: right;
}

#myHeader {
  height: 50px;
  z-index: 10000;
  margin-bottom: 10px;
}

.dropdown-menu {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px;
  margin: 0px 0 0;
  font-size: 13px;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  background-color: #57b039;
}

/* Dropdown hover functionality - Desktop only */
@media (min-width: 769px) {
  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Keep dropdown visible when hovering on menu items */
  .dropdown-menu:hover {
    display: block;
  }
}

.dropdown-menu>li>a {
  display: block;
  padding: 8px 25px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: nowrap;
  left: 0;
  right: auto;
  transform-origin: 0 0 0;
  transition: 0.1s;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #000;
  text-decoration: none;
  transform-origin: 0 0 0;
  transition: 0.1s;
  background-color: #fff;
  font-weight: 400;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  transform-origin: 0 0 0;
  transition: 0.5s;
  outline: 0;
  font-weight: 400;
}

.dropdown-menu>li>ul.dropdown-submenu {
  position: absolute;
  list-style: none;
  left: 100%;
  top: 0;
}

.dropdown-menu>li:hover ul.dropdown-submenu {
  display: block;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #797c7f;
  border-color: #797c7f;
  color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 580px) {
  #navbar {
    margin-bottom: 10px;
  }

  #navbar a {
    float: none;
    display: block;
    text-align: left;
    width: 74%;
    margin-left: 0px;
  }

  #navbar-right {
    float: none;
  }

  /* .sticky-opacity .navbar-toggle {
    top: 15px;
  } */

  .sticky-opacity .navbar-brand {
    padding: 0px 10px;
    color: white;
    margin-left: 20px;
    top: 8px;
  }

  .sticky-opacity .navbar-toggle .fa {
    color: #000;
  }

  .navbar-toggle {
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 28px;
    padding-top: 4%;
    position: relative;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
  }

  .navbar-toggle .fa {
    color: #000;
    transform: rotate(360deg);
    transition: transform 0.5s ease 0s;
    transform-style: preserve-3d;
    font-size: 25px;
  }

  .top-container {
    background-color: #000;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
  }

  .top-container .rightcontent {
    display: none;
  }

  .navbar-collapse ul {
    background-color: #000;
    color: #fff;
    margin-right: 38px;
    margin-top: 10px;
    text-align: center;
    width: 75%;
  }

  .navbar-nav>li {
    border-bottom: 1px solid #eee;
  }

  .nav>li {
    display: block;
    position: relative;
  }

  .navbar-collapse.in {
    overflow-y: visible;
    position: absolute;
    width: 100%;
    margin-right: 0px;
  }

  .navbar-nav>li>a {
    padding: 15px 12px 15px 12px;
    line-height: 20px;
    margin-top: 0px;
  }

  .dropdown-menu>li>a {
    color: #fff;
  }

  .dropdown-menu {
    padding-left: 15px;
    list-style: none;
  }

  .dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: nowrap;
    left: 0;
    right: auto;
    transform-origin: 0 0 0;
    transition: 0.1s;
    font-size: 12px;
  }

  .sticky-opacity .dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
    left: 0;
    right: auto;
    transform-origin: 0 0 0;
    transition: 0.1s;
    font-size: 12px;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 12px 15px 5px 25px;
  }

  .dropdown-menu>li>a:hover,
  .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    transform-origin: 0 0 0;
    transition: 0.1s;
    background-color: #336699;
    font-weight: 400;
  }

  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:hover,
  .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #336699;
    transform-origin: 0 0 0;
    transition: 0.5s;
    outline: 0;
    font-weight: 400;
  }

  .navbar-nav>li:hover ul.dropdown-menu {
    width: 100%;
  }

  .sticky-opacity .navbar-nav {
    margin-top: 18px;
    background-color: #000;
    color: #fff;
  }

  .sticky-opacity .navbar-nav>li>a {
    color: #fff;
    padding: 6px 12px 10px 12px;
  }
}

@media (max-width: 767px) {
  #myHeader {
    z-index: 999;
  }

  .navbar-nav>li>a {
    color: #fff;
  }

  .navbar-collapse {
    padding-right: 0px;
  }

  .navbar-brand {
    top: 0px;
  }

  .navbar-brand img {
    max-width: 100%;
    max-height: 57px;
    margin-left: -31px;
  }

  #scrollUp {
    bottom: 20px;
  }
}

.contact-container {
  position: relative;
  text-align: center;
  color: white;
  height: 100px;
}

.contact-container-img {
  background-color: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #717a8f;
  margin-top: 30px;
}

.contact-text {
  padding: 40px 0px 80px 0px;
  margin-top: 30px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  margin-left: 300px;
}

.contact-text span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.contact-text-right {
  border-width: 1px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 90%;
}

.btnquote {
  padding: 20px 40px 20px 40px;
  background-color: #668d66;
  border: none;
  font-size: 15px;
}

.btnquote:hover {
  background-color: #fed061;
}

.carousel-inner {
  max-height: 500px;
  margin-top: 20px;
}

.carousel-inner>.item>img {
  width: 100%;
  height: 500px;
  opacity: 0.5;
}

.carousel-caption {
  bottom: 42%;
  background: black;
  opacity: 0.6;
  color: white;
  padding: 15px;
  height: 150px;
  top: 36%;
}

.carousel-caption p {
  text-align: center;
}

@media (max-width: 767px) {
  .carousel-inner {
    max-height: 730px;
    margin-top: 0px;
  }

  .contact-container {
    height: 250px;
  }

  .contact-container-img {
    width: 100%;
    height: 100%;
  }

  .contact-text {
    height: 250px;
    top: 29%;
    margin-left: 0px;
    left: 50%;
  }

  .contact-text span {
    font-size: 13px;
  }

  .contact-text h3 {
    font-size: 16px;
  }

  .contact-text-right {
    left: 50%;
    top: 80%;
  }

  .contactform-contactinfo {
    display: block;
  }

  .iconcontent {
    color: #3c3e62;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    margin-right: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }

  .iconcontent1 {
    color: #3c3e62;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0px 0px 5px 0px #5c4f3b;
    width: 100%;
    margin-right: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .carousel-inner>.item>img,
  .carousel-inner>.item>a>img {
    display: block;
    height: 200px;
    max-width: 100%;
    line-height: 1;
  }

  .gallery img {
    width: 100%;
    height: 250px;
  }

  .carousel-caption {
    top: 45%;
  }

  .nav a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
}

/**Button Start**/
.topbutton {
  padding-inline: 2rem;
  padding-block: 0.7rem;
  border: 2px solid #797c7f;
  text-decoration: none;
  transition: all 0.5s;
  color: #fff !important;
  margin-top: 20px;
  margin-left: 10px;
  background-color: #2d4a2b;
}

.topbutton:hover {
  color: #fff;
  background-color: #797c7f;
  text-decoration: none;
}

.topbutton i {
  color: #fff;
}

.topbutton:hover i {
  color: #fff;
}

.theme-btn {
  background-color: #ffffff;
  border-radius: 0px;
  color: #57b039;
  font-size: 17px;
  padding: 12px 30px;
  transition: all 0.3s ease-in-out;
  margin: 10px 0px;
  font-weight: 700;
  border: solid 1px #fff;
}

.theme-btn:hover {
  background-color: #797c7f;
  color: #fff;
  border: solid 1px #fff;
}

@media (max-width: 787px) {
  .topbutton {
    display: none !important;
  }

  .theme-btn {
    font-size: 8px;
    padding: 5px 10px;
  }
}

/**Button End**/
/****************************************Slider Start*****************************************/
.img-fluid {
  max-width: 100%;
  height: auto;
}

#myCarousel {
  border: none;
}

.owl-carousel1 .owl-dots {
  display: none;
}

.owl-carousel1 .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translatex(-50%);
}

.owl-carousel1 .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  display: inline-block;
  margin: 0 3px;
  transition: 0.3s;
}

.owl-carousel1 .owl-dots .owl-dot.active {
  background: #fc6d27;
  border-color: #fc6d27;
}

@media (min-width: 992px) {
  .navbar {
    margin-bottom: 0px;
  }
}

@media (max-width: 787px) {
  .owl-carousel1 .owl-stage-outer {
    height: 274px;
  }

  .owl-carousel1 .owl-stage-outer .owl-item img {
    height: 250px;
  }

  .owl-carousel1 .owl-dots .owl-dot {
    width: 22px;
    height: 5px;
  }
}

.bggray {
  background-color: #e2e2e252;
}

.bgwhite {
  background-color: #fff;
}

.single_slider {
  background-size: cover;
}

.fade-carousel {
  position: relative;
  min-height: 600px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d1573;
  opacity: 1;
}

.carousel-indicators>li {
  background: #fff;
  border-color: #fff;
  width: 20px;
  height: 20px;
}

.carousel-indicators>li.active {
  width: 20px;
  height: 20px;
  background: #dfb858;
  border-color: #dfb858;
}

.carousel-indicators>li {
  margin: 0 4px;
  opacity: 0.8;
}

.slides .slide-1 {
  background-image: url("../Images/slider/slider-11.png");
  background-position: center;
  height: 500px;
}

.slides .slide-2 {
  background-image: url("../Images/slider/slider-22.png");
  background-position: center;
  height: 500px;
}

.slides .slide-3 {
  background-image: url("../Images/slider/slider-33.png");
  background-position: center;
  height: 500px;
}

.slides .slide-1 {
  min-height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slides .slide-2 {
  min-height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slides .slide-3 {
  min-height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slides .slide-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
  background: linear-gradient(90deg,
      rgba(4, 19, 32, 0.884) 13%,
      rgba(4, 19, 32, 0.808) 86%);
}

.slides .slide-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
  background: linear-gradient(90deg,
      rgba(4, 19, 32, 0.884) 13%,
      rgba(4, 19, 32, 0.808) 86%);
}

.slides .slide-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
  background: linear-gradient(90deg,
      rgba(4, 19, 32, 0.884) 13%,
      rgba(4, 19, 32, 0.808) 86%);
}

.mgt {
  margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.fade-carousel .carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.fade-carousel .slides .slide-1 {
  background-position: center;
}

.fade-carousel .slides .slide-2 {
  background-position: center;
}

.fade-carousel .slides .slide-3 {
  background-position: center;
}

.content-box {
  position: relative;
  width: 100%;
  top: 150px;
  text-align: center;
}

.content-box .title {
  display: block;
  font-size: 22px;
  color: #d93337;
  font-weight: 500;
  margin-top: 25px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.content-box h2 {
  display: block;
  font-size: 69px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Young Serif", serif;
  width: 150%;
  font-weight: 100;
}

.content-box h2 span {
  color: #0bd50b;
}

.content-box .info-list li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 10px;
  text-transform: uppercase;
}

.content-box .info-list li .icon {
  color: #faac1d;
  margin-right: 10px;
  float: left;
  font-size: 18px;
  line-height: 26px;
}

.sliderbtn {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .slides .slide-1 {
    min-height: 200px;
  }

  .slides .slide-2 {
    min-height: 200px;
  }

  .slides .slide-3 {
    min-height: 200px;
  }

  .content-box {
    margin: 0px 0px;
    padding: 0px 50px;
    top: -17%;
    left: -14%;
  }

  .content-box .title {
    font-size: 5px;
    margin-top: 0px;
  }

  .content-box h2 {
    font-size: 16px;
    margin: 0px;
    margin-left: -6%;
  }

  .content-box {
    width: 100%;
  }
}

.owl-carousel1 .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  bottom: 50%;
  color: #fff;
  background: none;
  z-index: 10;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  line-height: 41px;
  margin: 0px 8px;
  font-weight: 700;
  display: inline-block;
  background-color: #ffffff0d;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel1 .owl-nav .owl-next {
  right: 0px;
  float: right;
}

.owl-carousel1 .owl-nav .owl-prev:hover,
.owl-carousel1 .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #000;
}

#scrollUp {
  background: #57b039 none repeat scroll 0 0;
  bottom: 90px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 16px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border: 2px solid #b3b3b3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

#scrollUp:hover {
  background: #fff none repeat scroll 0 0;
  color: #0c6db6;
}

@media (max-width: 767px) {
  .owl-carousel1 .owl-nav {
    top: 50%;
  }
}

/* NEW SLIDER STYLE */

.slider-para {
  color: #fff;
  margin: 150px 0px 0px 0px;
  font-family: system-ui, DIN-Black, sans-serif;
  text-align: right;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
}

.slider-btn-group {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 5%;
  margin-left: 58%;
}

.slider-btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.slider-btn-primary {
  background-color: #16a500;
  border-color: transparent;
  color: #ffffff;
  border-radius: 3px !important;
}

.slider-btn-primary:hover {
  background-color: #ffffff;
  border-color: transparent;
  color: #000000;
  border-radius: 3px !important;
}

.slider-btn-secondary {
  background-color: #fff;
  color: #000000;
  border: 2px solid #565f5500;
  border-radius: 3px !important;
}

.slider-btn-secondary:hover {
  background-color: #16a500;
  color: #ffffff;
  border: 2px solid #565f5500;
  border-radius: 3px !important;
}

.slider-btn:hover {
  opacity: 0.9;
}

/* Responsive: center buttons on mobile */
@media (max-width: 600px) {
  .slider-btn-group {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .slider-para {
    color: #fff;
    margin: 120px 0px 0px 0px;
    font-family: system-ui, DIN-Black, sans-serif;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    margin-left: 19%;
    text-align: center;
  }

  .slider-btn {
    padding: 5px 0px;
    font-size: 8px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    width: 48%;
  }

  .slider-btn-group {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 5%;
    margin-left: 35%;
  }
}

/****************************************Slider End*****************************************/
.slider-container {
  width: 100%;
}

@media (min-width: 1200px) {
  .slider-container {
    max-width: 1200px;
  }

  /* .wcu-mp{
        padding: 200px 10px 70px 10px!important;
  } */
  .cta-container {
    position: static;
    padding: 0px 3px !important;
    margin: 0 auto;
  }

  .menu-card7 .menu-card7-img2 {
    width: 175px !important;
    height: auto !important;
    border-radius: 16px;
    left: 13%;
  }

  /* .fix-width {
    padding: 196px 70px !important;
} */
  .footer-box {
    background-color: #000;
    padding: 70px 10px 0px 10px !important;
  }

  .why-us-img {
    height: 460px !important;
    border: 5px solid #f7f7f7;
    border-radius: 5px;
    padding: 6px;
    margin-top: 37% !important;
  }
}

/**Main TItle and Sub-title Start**/
.Contactus img {
  width: 100%;
}

.divider {
  display: flex;
  align-items: center;
}

.divider:before {
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 8px solid #2d4a2b;
  max-width: 50px;
}

.sub-title {
  flex-grow: 1;
  margin: 0;
  margin-left: 1rem;
  font-weight: 400;
  font-size: 18px;
  color: #746f6f;
  font-family: "Cormorant Garamond", serif;
}

.title {
  font-weight: 600 !important;
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 0.5rem;
  line-height: 1 !important;
  padding-bottom: 5px !important;
  font-family: "Cormorant Garamond", serif;
}

.topbottom {
  padding: 40px;
}

.cta-one {
  position: relative;
  display: block;
  padding: 0 0 40px;
  z-index: 1;
}

.cta-one__content {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  border: 4px solid #fff;
  padding: 51px 55px 51px;
  overflow: hidden;
  z-index: 1;
}

.cta-one__left {
  position: relative;
  display: block;
}

.cta-one__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  letter-spacing: var(--insur-letter-spacing);
}

.cta-one__right {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-one__call {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.cta-one__call-number {
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.cta-one__call-number a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-one__call-number p {
  font-size: 14px;
  color: #97a2b7;
  line-height: 18px;
  letter-spacing: var(--insur-letter-spacing);
}

.google-map-two {
  position: relative;
  display: block;
  background-color: #fff;
  margin-top: -160px;
}

.contact-info {
  background: #d6d6d6;
  padding: 60px 30px 50px;
  text-align: center;
  min-height: 310px;
}

.contact-info .contact-icon {
  background: #fff7f4;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.contact-icon img {
  width: 50px;
  filter: grayscale(1);
}

.contact-info .contact-icon:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-info:hover .contact-icon:after {
  left: 0;
  top: 0;
}

.contact-info .contact-details .title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: -2px;
}

.contact-info .contact-details span {
  font-size: 14px;
  font-weight: 300;
  color: #2d2d2c;
  display: block;
  margin-bottom: 24px;
}

.contact-info .contact-details p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  color: #2d2d2c;
}

@media (max-width: 767px) {
  .contact-info {
    min-height: auto;
    padding: 30px;
    border-bottom: solid 1px #000;
  }

  .cta-one__inner {
    display: inherit;
  }

  .cta-one__right {
    display: initial;
  }

  .sub-title {
    flex-shrink: initial;
  }

  .topbottom {
    padding: 20px;
  }

  .divider {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .title {
    font-size: 18px;
  }
}

/**Main TItle and Sub-title End**/

/**Quote Strat**/
.p-relative {
  position: relative;
}

.ptb120 {
  padding: 40px 0px;
}

.bg-Quote-img {
  background-image: url("../Images/Other/arrangement-with-microscope-plant.jpg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-Banner-img {
  background-image: url("../images/bg/bg3.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.background-overlay {
  background-color: #03121e;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.elementor-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.sub-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
}

.sub-container h2 {
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  font-family: monospace;
}

.sub-container h2 span {
  color: #fe2753;
}

.sub-container p {
  color: #fff;
}

@media (max-width: 767px) {
  .sub-container h2 {
    font-size: 22px;
  }

  .sub-container {
    max-width: 767px;
    display: block;
  }
}

@media (max-width: 1024px) {
  .sub-container {
    max-width: 1027px;
    display: block;
  }
}

/**Quote End**/
/**Counter Start**/

.facts-wrapper {
  color: #fff;
  margin-right: 0px;
  margin-left: 0px;
}

.facts h3 {
  font-family: "Cormorant Garamond", serif;
  font-family: system-ui;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  color: #ffffff;
}

.facts {
  position: relative;
  padding: 30px 0px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.facts i {
  font-size: 36px;
  text-shadow: 1px 3px 3px rgb(0 0 0 / 30%);
}

.countertestshowhower {
  position: relative;
  position: relative;
  font-family: system-ui;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.facts1bg:hover {
  background-image: url("../Images/Counter/Super Speciality Courses.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.facts2bg:hover {
  background-image: url("../Images/Counter/Mentor Expertise.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.facts3bg:hover {
  background-image: url("../Images/Counter/Faculty Experience.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.facts4bg:hover {
  background-image: url("../Images/Counter/Healthcare Centres.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.facts1bg:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a8;
  opacity: 0.8;
  z-index: 0;
}

.facts .facts-num {
  font-size: 50px;
  color: #ffffff;
  font-weight: 900;
  margin-left: 6%;
  text-align: left;
}

.tab-content ul li span {
  font-weight: bold;
}

.tab-content img {
  padding: 10px 0px;
  width: 100px;
}

/**Counter End**/
/**All page Inner Header Start**/
.bg-gray-7 {
  background-color: #f3f3f3;
}

.box-transform-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.breadcrumbs-custom {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.breadcrumbs-custom-title {
  letter-spacing: -0.02em;
  font-size: 50px;
  line-height: 1.05455;
  font-weight: 900;
  text-transform: uppercase;
}

.box-transform {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 150px);
  height: calc(100% + 150px);
  will-change: transform;
  transform: translate3d(75px, -75px, 0) rotate(0.001deg);
  background-position: initial;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.box-transform:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
  z-index: -1;
}

.breadcrumbs-custom-path {
  padding: 10px 0;
  margin-left: -17px;
  margin-right: -17px;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.breadcrumbs-custom-path>* {
  padding-left: 17px;
  padding-right: 17px;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
  color: #777777;
}

.breadcrumbs-custom-path a {
  display: inline;
  vertical-align: middle;
}

.breadcrumbs-custom-path li i {
  margin-left: 10px;
}

.breadcrumbs-custom-path li.active {
  font-weight: 900;
  color: #151515;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 5px;
}

.context-dark {
  color: #ffffff;
}

@keyframes bgPos {
  25% {
    transform: translate3d(150px, -150px, 0) rotate(0.001deg);
  }

  75% {
    transform: translate3d(0, 0, 0) rotate(0.001deg);
  }
}

@media (min-width: 576px) {
  .breadcrumbs-custom {
    padding: 70px 0;
  }
}

@media (min-width: 768px) {
  .breadcrumbs-custom {
    padding: 80px 0;
  }

  .breadcrumbs-custom-path {
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .breadcrumbs-custom {
    padding: 90px 0;
  }
}

/**Inner Page Header End**/

/**Contact Us Page Start**/

/**Contact US Page End**/

/**New Button Design Start**/

#button-6 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #bfc0c0;
  margin: 20px 20px 20px 20px;
  color: #bfc0c0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #2d4a2b;
}

#button-6:hover a {
  color: #fff;
}

#button-6 a {
  color: #fff;
  position: relative;
  transition: all 0.45s ease-Out;
}

#spin {
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  transform: rotate(0deg);
  background: none;
  position: absolute;
  transition: all 0.5s ease-Out;
}

#button-6:hover #spin {
  width: 200%;
  height: 500%;
  opacity: 1;
  left: -70px;
  top: -70px;
  background: #898989;
  transform: rotate(336deg);
}

/**New Button Design End**/

/* ===========================  ======================= */
/* =========================== ALL PAGE HEADER ======================= */

.ayur-bread-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px 130px 150px;
}

.ayur-bread-content {
  text-align: center;
  margin-left: -10%;
}

.ayur-bread-content h2 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  padding: 0 0 8px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .ayur-bread-content h2 {
    font-size: 30px;
  }
}

.ayur-bread-list {
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 10px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .ayur-bread-list {
    font-size: 14px;
    justify-content: center;
    line-height: 15px;
  }
}

.ayur-bread-list span a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .ayur-bread-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px 70px 30px;
  }

}

/* ----------- NEW FOOTER ---------- */

.footer-box {
  background-color: #000;
  padding: 70px 50px 0px 80px;
}

.f-title {
  color: #57b039;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 24px;
}

.f-about {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 25px;
  font-family: system-ui;
  color: #fff;
}

.ql-1 {
  text-align: -webkit-center;
}

.foter-ul li {
  text-align: left;
  padding-left: 28%;
  font-size: 15px;
  line-height: 28px;
  padding-top: 4px;
  padding-bottom: 10px;
}

.f-ul-2 li {
  padding-left: 0px;
}

.f-ul-3 {
  padding-left: 18%;
}

.f-ul-3 li {
  padding-left: 0%;
}

.footer-contact li a {
  font-size: 15px;
  line-height: 28px;
}

.footer-rights {
  border-top: 1px solid #a0a0a0;
  margin-left: -15%;
  padding: 10px;
}

.footer-container {
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .footer-box {
    background-color: #000;
    padding: 20px 0px 20px 50px;
  }

  .ql-1 {
    text-align: left;
  }

  .foter-ul li {
    text-align: left;
    padding-left: 0px;
    font-size: 15px;
    line-height: 28px;
  }

  .f-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
    padding-top: 14px;
  }

  .footer-rights {
    border-top: 1px solid #a0a0a0;
    margin-left: -15%;
    padding: 10px 20px 0px 30px;
  }

  .ql-title h5 {
    margin-left: -19%;
  }

  .ql-title {
    padding-left: 0% !important;
    text-align: left !important;
  }

  .ql-title h5 {
    margin-left: 0% !important;
  }

  .footer-products-link {
    padding-left: 0% !important;
  }

  .ql-title {
    margin-left: -3% !important;
    text-align: left !important;
  }

  .ql-footer-ul {
    margin-left: -18px;
  }

  .footer-container .col-md-3 {
    padding-left: 0px;
  }

  .ql-title {
    padding-left: 3% !important;
  }
}

.copyrights {
  text-align: center;
  color: #fff;
}

/* -- MOBILE VIEW NAVBAR -- */

/* ================================== HOMEPAGE STYLING ============================ */

/* ----- HOMEPAGE ABOUTUS SECTION START ------- */

.about-two_pattern-two {
  position: absolute;
  right: 100px;
  /* top: -10px; */
  width: 123px;
  height: 242px;
  filter: grayscale(1);
  background-repeat: no-repeat;
  opacity: 0.2;
}

.about-two_image-column {
  position: relative;
}

.about-two_pattern-one {
  position: absolute;
  left: 160px;
  top: 80px;
  width: 224px;
  height: 242px;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.about-two_pattern-one,
.counter-two_pattern-two {
  animation-name: float_left_right_two;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_left_right_two;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_left_right_two;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_left_right_two;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right_two;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    transform: translateX(0px);
    opacity: 0.8;
  }

  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}

.about-two_image {
  position: relative;
  display: inline-block;
  margin-top: 19%;
  height: 500px;
}

.about-two .sec-title_two {
  margin-bottom: 30px;
}

.sec-title_two-title {
  position: relative;
  font-weight: 700;
  padding: 12px 34px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  box-shadow: 0px 0px 15px #00000030;
  color: #57b039;
  background: linear-gradient(90deg,
      var(--color-thirtythree) 0%,
      var(--color-thirtytwo) 100%);
}

.sec-title_two-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 50px;
  background-color: #fff;
}

.sec-title_two-heading {
  position: relative;
  font-weight: 700;
  line-height: 54px;
  font-size: 40px;
  text-transform: capitalize;
  margin-top: 30px;
}

.sec-title_two-heading span {
  color: #57b039;
}

.about-two_text {
  position: relative;
  line-height: 29px;
  font-size: 17px;
  color: #67687a;
  text-align: justify;
}

.about-two_feature {
  position: relative;
  padding: 20px 0px;
  margin-top: 32px;
  margin-bottom: 40px;
  border-top: 2px solid #ebeff4;
  border-bottom: 2px solid #ebeff4;
}

.fix-width {
  padding: 70px 150px;
}

.about-img-1 {
  height: 550px;
  border-radius: 10px;
  border: 5px solid #f4f4f4;
  padding: 5px;
}

.about-two_block-heading {
  font-size: 20px;
  margin-top: 26px;
  font-weight: 700;
  color: #5f5f5f;
}

.about-two_content {
  margin-top: 4%;
}

.about-two_block-inner,
.about-two_block {
  text-align: center;
}

/* ----- HOMEPAGE ABOUTUS SECTION END ------- */

/* ------ HOMEPAGE COUNTER SECTION START --------- */

.counter-new-box {
  margin: 50px 0px;
}

.counter-section {
  position: relative;
}


.counter-padding {
  color: #fff;
  margin-right: 10%;
  margin-left: 10%;
  padding: 50px 50px 0px 50px;
  margin-bottom: 30px;
}

.counter-img {
  background-color: #f5f5f5;
  padding: 9px;
  margin-bottom: 40px;
  height: 95px;
  margin-top: -13px;
}

@media(max-width:767px) {
  .counter-img {
    height: 66px;
    margin-top: 4px;
  }

}

/* --------- COUNTER END ----------- */

/* ---------- WHY CHOOSE US SECTION START --------------- */

.wcu-mp {
  background: #f5f5f5;
  z-index: 10;
  margin-top: -8%;
  padding-top: 230px;
}

.ingredients-item-wrap.reverse-item {
  margin-right: 30px;
  margin-left: 0;
}

.ingredients-item-wrap.reverse-item .ingredients-item-two {
  flex-direction: row-reverse;
  text-align: right;
}

.ingredients-item-two {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 65px;
}

.ingredients-icon {
  width: 90px;
  height: 90px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 35px;
  line-height: 0;
  color: green;
  border-radius: 50%;
  position: relative;
}

.ingredients-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed green;
  border-radius: 50%;
  -webkit-animation: rotateme2 10s linear infinite;
  animation: rotateme2 10s linear infinite;
  animation-play-state: paused;
}

.ingredients-content-two .title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: system-ui;
  font-weight: 600 !important;
}

.ingredients-content-two p {
  margin-bottom: 0;
}

.why-us-img {
  height: 551px;
  border: 5px solid #f7f7f7;
  border-radius: 5px;
  padding: 6px;
  margin-top: 10%;
}

.why-us-icon {
  height: 50px;
}

.why-us-left {
  margin-top: 5%;
}

.wuc {
  margin-top: 5%;
}

@media (max-width: 767px) {
  .ingredients-item-wrap.reverse-item {
    margin-right: 0px;
    margin-left: 0;
  }
}

/* ------------ WHY CHOOSE US END -------------- */

@media (max-width: 767px) {
  .fix-width {
    padding: 0px 25px;
  }
}

@media (max-width: 767px) {

  .about-two_image-column,
  .about-two_content {
    margin-bottom: 30px;
    text-align: center;
  }

  .about-two_image .row {
    justify-content: center;
    display: flex;
  }

  .about-two_image img {
    width: auto;
    margin-bottom: 15px;
    height: 280px;
  }

  .sec-title_two-heading {
    font-size: 19px;
    line-height: 1.3;
  }

  .about-two_text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .about-two_block {
    text-align: center;
    margin-bottom: 20px;
  }

  .about-two_block-icon {
    display: inline-block;
    margin-bottom: 10px;
  }

  .about-two_image {
    position: relative;
    display: inline-block;
    margin-top: 70px;
    height: 200px;
    margin-left: 0px;
  }

  .about-two_pattern-one,
  .counter-two_pattern-two {
    display: none;
  }

  .about-two_pattern-one {
    display: none;
  }

  .sec-title_two-title {
    position: relative;
    font-weight: 700;
    padding: 11px 30px;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    box-shadow: 0px 0px 15px #00000030;
    color: #228b22;
    background: linear-gradient(90deg,
        var(--color-thirtythree) 0%,
        var(--color-thirtytwo) 100%);
  }

  .facts .facts-num {
    font-size: 35px;
  }

  .facts h3 {
    font-family: "Cormorant Garamond", serif;
    font-family: system-ui;
    font-size: 21px;
    margin-top: 15px;
  }

  .fix-width-media {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .why-us-img {
    height: 300px;
    border: 5px solid #f7f7f7;
    border-radius: 5px;
    padding: 6px;
  }

  .ingredients-icon {
    width: 60px;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 35px;
    line-height: 0;
    color: green;
    border-radius: 50%;
    position: relative;
  }

  .why-us-icon {
    height: 30px;
  }

  .ingredients-content-two .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: system-ui;
    font-weight: 600 !important;
  }

  .ingredients-content-two p {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: -9px;
  }

  .wcu-mp {
    margin-top: 0px;
    padding: 35px 5px;
  }


}

/* -------------- PRODUCTS SECTION START ------------------ */

.menu-card7 {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 24px;
  border: 1px dashed green;
  padding: 20px;
  border-radius: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; */
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: block;
  gap: 24px 24px;
  border: 1px dashed green;
  padding: 20px;
  border-radius: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  text-align: center;
  height: 440px;
}

.menu-card7 .menu-card7-img2 {
  width: 250px;
  height: 250px;
  border-radius: 16px;
  left: 13%;
}

.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-card7 .menu-card7-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.global-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.global-img:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: hsla(0, 0%, 100%, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.menu-card7 .menu-card7-content {
  margin-top: -0.1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-card7 .menu-card7-content .box-title3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}

.menu-card7 .menu-card7-content .box-title3 a {
  color: #606060;
  font-size: 20px;
  font-weight: bold;
}

.product-box {
  margin-top: 5%;
}

@media (max-width: 767px) {
  .menu-card7 .menu-card7-img2 {
    width: 200px;
    height: auto;
    border-radius: 16px;
    margin: 0px auto;
    left: 0%;
  }

  .menu-card7 .menu-card7-content .box-title3 a {
    font-size: 15px;
  }

  .box-text {
    font-size: 12px;
  }

  .menu-card7 {
    display: block;
    gap: 10px;
    border: 1px dashed green;
    padding: 20px 10px;
    border-radius: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    height: fit-content;
  }
}

/* -------------- PRODUCTS SECTION END ------------------ */

/* -------------- CTA SECTION START ---------------- */

.cta-one {
  position: relative;
  padding: 90px 0px 90px;
  background-color: #0f0f35;
}

.cta-one_heading {
  color: #fff;
  font-family: math;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 72px;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
  word-spacing: 22px;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
}

.cta-one_text {
  position: relative;
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
  font-family: fangsong;
  line-height: 27px;
}

.cta-container {
  position: static;
  padding: 0px 300px;
  margin: 0 auto;
}

.cta-content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .cta-container {
    position: static;
    padding: 0px 30px;
    margin: 0 auto;
  }

  .cta-one_heading {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: -10px;
    line-height: 25px;
    word-spacing: 4px;
  }

  .cta-one_text {
    position: relative;
    font-size: 10px;
    color: #fff;
    margin-top: 10px;
  }

  .cta-one {
    position: relative;
    padding: 30px 0px 30px;
    background-color: #0f0f35;
  }

  .cta-content-box {
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .countertestshowhower {
    justify-content: left;
  }
}

/* -------------- CTA SECTION END ---------------- */

/* ---------- INDUCTRIES WE SERVE ------------ */

.cwtai-container-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin-top: 5%;
  width: 100%;
}

.cwtai-card {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 32px;
}

.cwtaic-sub {
  color: #16a500;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20.8px;
  margin-bottom: 12px;
  margin-top: 40px;
  text-align: left;
  text-transform: uppercase;
}

.cwtaic-heading,
.cwtaic-text {
  color: #444;
  text-align: left;
  transition: all 0.2s linear;
}

.cwtaic-heading {
  font-size: 17px;
  letter-spacing: -0.03em;
  line-height: 18px;
  margin-bottom: 16px;
  color: #716f6f;
  line-height: 30px;
}

@media (max-width: 1024px) {
  .cwtai-container-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }

  .cwtai-card {
    padding: 24px;
  }

  .cwtaic-sub {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .cwtaic-heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .cwtai-container-cards {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .cwtai-card {
    padding: 20px;
  }

  .cwtaic-sub {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .cwtaic-heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .cwtaic-icon img {
    height: 40px;
    width: auto;
  }
}

/* ---------- INDUCTRIES WE SERVE END ------------ */

/* -------------- DOWNLOAD START ---------------- */

.free-trial-big-cta {
  background: #57b039 url(../Images/counter/bg.png) no-repeat;
  background-position: bottom -60px right 10%;
  background-size: contain;
  padding: 98px 0 100px;
}

.m2-fixed-container {
  box-sizing: border-box;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px;
  padding: 0 65px;
  width: 100% !important;
}

.ftbc-container {
  margin: 0 auto;
  width: 100%;
}

.ftbc-container h2 {
  color: #fff;
  font-family: math;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 72px;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
  word-spacing: 22px;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
}

.ftbc-container .ftbc-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
}

.ftbc-container .ftbc-ctas {
  display: flex;
  flex-direction: row;
  gap: 18px;
  margin-top: 32px;
}

.download-btn {
  background-color: #ffffff;
  color: #57b039;
  padding: 11px 20px;
  text-decoration: none;
  border-radius: 1px;
  font-size: 18px;
  font-weight: 600;
}

.download-btn:hover {
  background-color: #57b039;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1024px) {
  .free-trial-big-cta {
    padding: 70px 0 80px;
    background-position: bottom -40px right 10%;
  }

  .m2-fixed-container {
    padding: 0 40px;
  }

  .ftbc-container h2 {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 40px;
  }

  .ftbc-container .ftbc-text {
    font-size: 20px;
    line-height: 24px;
  }

  .ftbc-container .ftbc-ctas {
    flex-direction: column;
    gap: 15px;
  }

  .download-btn {
    padding: 10px 18px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .free-trial-big-cta {
    background: none;
    background-color: #57b039;
    background-position: bottom -60px right 10%;
    background-size: contain;
    padding: 30px 0 30px;
  }

  .end-card {
    margin-bottom: 10%;
  }

  .m2-fixed-container {
    padding: 0 20px;
  }

  .ftbc-container h2 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
    word-spacing: 5px;
  }

  .ftbc-container .ftbc-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .ftbc-container .ftbc-ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
  }

  .download-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
  }
}

/* -------------- DOWNLOAD END ---------------- */

/* ========================================================== ABOUT US PAGE STYLING START ======================================================== */

/* ------ VISION _ MISSION --------- */

.vm-width {
  padding: 70px 150px 10px 150px;
}

.vm-content-box {
  align-items: center;
  gap: 30px;
  margin-bottom: 65px;
  margin-right: 69px;
  padding: 20px 10px;
}

/* .vm-content-box:hover {
  align-items: center;
  gap: 30px;
  margin-bottom: 65px;
  margin-right: 69px;
  background: #fff;
} */

.vm-icon {
  width: 90px;
  height: 90px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 35px;
  line-height: 0;
  color: green;
  border-radius: 50%;
  position: relative;
  margin-left: 40%;
}

.vm-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  -webkit-animation: rotateme2 10s linear infinite;
  animation: rotateme2 10s linear infinite;
  animation-play-state: paused;
}

/* .vm-content-box:hover .vm-icon::before {
  border: 2px dashed #57b039;
} */

.vm-image {
  height: 50px;
}

.vm-title {
  font-size: 31px;
  font-weight: 900 !important;
  margin-bottom: 15px;
  font-family: system-ui;
  font-weight: bolder;
  color: #fff;
  letter-spacing: 3px;
}

/* 
.vm-content-box:hover .vm-title {
  color: #57b039;
} */

.vm-p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

/* 
.vm-content-box:hover .vm-p {
  color: #57b039;
} */

.vm-text-box {
  text-align: center;
}

@media (max-width: 767px) {
  .vm-width {
    padding: 50px 0px 50px 0px;
  }

  .vm-icon {
    width: 90px;
    height: 90px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 35px;
    line-height: 0;
    color: green;
    border-radius: 50%;
    position: relative;
    margin-left: 35%;
  }

  .vm-content-box {
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
    margin-right: 69px;
    /* padding: 20px 10px; */
    width: 100%;
  }
}

/* ---------- ABOUT US  START ---------- */

.about-page-img-1 {
  height: 585px;
  border: 10px solid #f1f1f1;
  position: relative;
  right: 30%;
  border-radius: 20px;
}

.about-page-img-2 {
  height: 251px;
  right: -22%;
  top: 10%;
  position: relative;
  border: 10px solid #fff;
  z-index: 2;
  border-radius: 20px;
}

.fancy-box-right {
  margin-left: 25%;
}

.right-part-about {
  margin-top: 7%;
}

.left-margin {
  margin-left: -6%;
}

.about-us-page-padding {
  padding: 70px 0px 70px 350px;
}

.fancy-box {
  display: flex;
  text-align: left;
  justify-content: center;
  gap: 47px;
  margin-top: 4%;
}

.about-pointer-heading {
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 700;
  color: #57b039;
}

.about-pointer-para {
  font-size: 16px;
  text-align: justify;
}

.about-image-box img {
  margin-top: 16%;
}

.fancy-box .item,
.item-about {
  background: #f1f1f1;
  padding: 15px 15px 0px 15px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .about-us-page-padding {
    padding: 40px 20px;
  }

  .about-page-img-1,
  .about-page-img-2 {
    height: auto;
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }

  .fancy-box {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .fancy-box .item,
  .item-about {
    padding: 15px;
    width: fit-content;
    height: fit-content;
  }

  .about-pointer-heading {
    font-size: 20px;
  }

  .about-pointer-para {
    font-size: 16px;
  }

  .fancy-box-right,
  .left-margin {
    margin-left: 0;
  }

  .right-part-about {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .about-pointer-heading {
    font-size: 18px;
  }

     .about-pointer-para {
        font-size: 15px;
        color: #000;
    }

  .fancy-box {
    gap: 15px;
  }
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

/* ---------- ABOUT US END ---------- */

/* ----------- WHY CHOOSE US START ------------ */

.why-us-img-box {
  height: 500px;
  float: right;
  border: 5px solid #cdcdcd;
  padding: 4px;
  border-radius: 5px;
  margin-top: 12%;
}

.why-us-photo {
  height: 100%;
  border-radius: 5px;
}

.fancy-box .item-why-us {
  width: fit-content;
}

.fancy-box img {
  margin-top: 16%;
}

@media (max-width: 767px) {
  .why-us-img-box {
    height: 200px;
    float: none;
    border: 5px solid #cdcdcd;
    padding: 4px;
    border-radius: 5px;
    margin-top: 12%;
    width: fit-content;
    margin-bottom: 10%;
  }
}

/* ----------- WHY CHOOSE US END ------------ */

/* ====================== ABOUT US PAGE STYLING END ===================== */

/* =================== CONTACT US PAGE STYLING START ======================== */

.cinfo-box {
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 30px 10px;
    margin: 0px 40px;
    border-radius: 20px;
    transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
    min-height: 232px;
    border: 1px solid #57b039;
}


.contact-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 0px 5px 0px;
}

.contact-info-text {
  font-size: 15px;
  font-weight: 500;
}

.contact-info-text a {
  color: #ffffff;
}


.form-box {
  padding: 70px 0px 0px 50px;
  background: #f4f4f4;
  margin: 50px;
  border-radius: 20px;
}

.contact-img {
  height: 100%;
}

.contact-img {
  height: 490px;
  border-right: 1px solid #e7e7e7;
}

.contact-three_form-column {
  display: flex;
}

.contact-three_form-form_outer {
  padding: 50px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea,
select {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 55px;
  border: 1px solid #ecf2f6;
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 32px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.form-group {
  margin-bottom: 20px;
}

.map-box {
  padding: 0px 100px 50px 40px;
}

.contact-theme-btn {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 9px;
  margin-left: 2%;
  background: #57b039;
  color: #fff;
}

.contact-us-width {
  padding: 70px 150px 30px 150px;
}

.top-title h3 {
  font-family: "Cormorant Garamond", serif;
}

.contact-style1_form {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  padding: 30px 30px 30px;
}

.contact-style1_form .top-title {
  position: relative;
  display: block;
  margin-top: -3px;
  padding-bottom: 21px;
}

.contact-form {
  position: relative;
  display: block;
}

.contact-form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.contact-form form .input-box .icon {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  color: #797c7f;
  font-size: 18px;
  line-height: 53px;
  width: 30px;
  z-index: 2;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  background-color: #04aa6d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.contact-media-title {
  text-align: center;
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  .contact-us-width {
    padding: 20px;
  }

  .form-box {
    padding: 10px;
    background: #f4f4f4;
    margin: 50px;
    border-radius: 20px;
  }

  .contact-three_form-column {
    display: block;
  }

  .form-box {
    padding: 10px;
    background: #f4f4f4;
    margin: 10px;
    border-radius: 20px;
  }

  .contact-img {
    height: 300px;
    border-right: 1px solid #e7e7e700;
    margin-left: 3%;
  }

  .contact-three_form-form_outer {
    padding: 15px;
  }

  .form-group {
    margin-bottom: 20px;
    margin-left: -8px;
  }

  .map-box {
    padding: 0px 20px 20px 20px;
  }

  .form-box {
    background: #f4f4f4;
    margin: 10px;
    border-radius: 20px;
  }

  .cinfo-box {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 10px;
    margin: 0px 0px 20px 0px;
    border-radius: 20px;
  }

  .contact-theme-btn {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 9px;
    margin-left: 7%;
  }
}


@media(max-width:767px) {
  .ingredients-item-two {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
  }
}

/* =================== CONTACT US PAGE STYLING END ======================== */


@media(max-width:767px) {
  .heading-icon {
    height: auto !important;
    width: 42px !important;
    margin-right: 2% !important;
    margin-top: -1% !important;
    display: none;
  }

  .product-title-box h1 {
    font-size: 15px;
    line-height: 24px;
  }

  .product-title-box p {
    font-size: 15px;
    text-align: justify;
    padding: 10px 0px;
  }

  #productTabs {
    padding: 20px;
  }

  .item {
    height: 300px;
    margin-top: 13%;
  }

  .applications-box li {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: auto;
    color: #555;
    margin-bottom: 15px;
    padding: 15px;
    border-left: 4px solid #57b039;
  }

  .product-title-box h1 {
    font-size: 18px;
    line-height: 24px;
    width: 90%;
  }

  .slides {
    min-height: 200px;
    margin-top: -5%;
  }

}


/* ----------------- IND WE SERVE ------------ */

.iws-page-container {
  padding: 100px 200px;
}

.iws-heading-box {
  padding: 50px 0px 90px;
}

.iws-img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.iws-content {
  margin-top: -13%;
  background-color: #57b039;
  z-index: 20;
  position: relative;
  color: #fff;
  font-size: 20px;
  padding: 5px 0px 5px 15px;
}

.iws-img-box {
  height: 315px;
  width: 360px;
  margin-bottom: 10%;
}

.qk-box {
  padding: 100px 200px 10px 200px;
}

.qk-content-box {
  padding: 40px 20px;
  text-align: center;
  background: #57b039;
  color: #fff;
  border-radius: 10px;
}

.qk-content-box h1 {
  font-size: 25px;
  font-weight: bold;

}

.qk-details {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

/* --------- CLIENTS ------------ */

.client-img-box {
  height: 70px;
}

.clients-slider-container {
  padding: 100px 0px 70px 0px;
  display: flex;
  gap: 120px;
}

.client-img-box img {
  height: 100%;
}


/* ------- GALL IMAGES ------- */

.gall-img-container {
     flex-wrap: wrap;
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.gall-video-container {
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}

.gall-img-box {
  height: 350px;
  width: 350px;
  border: 1px solid green;
  border-radius: 10px;
  padding: 20px;
}

.gall-img-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;

}

.gall-img-box iframe {
  height: 100%;
  width: 100%;
  object-fit: contain;

}

.app-ul-details {
  padding: 10px 0px;
}

.app-ul-details span {
  font-size: 20px;
  padding: 0px 0px 0px 10px;
}

.app-ul {
  padding-top: 20px;
}

.app-tik {

  color: #57b039;
}

.app-img-box {
  width: 600px;
  margin-left: 10%;
}

.app-img-box img {
  width: 100%;
}

.about-two_content-inner {
  margin-top: 15%;
}

@media(max-width:767px) {
  .iws-page-container {
    padding: 20px;
  }
}


.app-list-content {
  display: flex;
  align-items: center;
  padding-bottom: 33px;
}

.app-list-icon {
  background: #fff;
  box-shadow: 0px 0px 15px #00000030;
  padding: 11px;
  border-radius: 50%;
}

.app-list-details {
  padding-left: 26px;
  font-size: 23px;
  color: #000;
}

.app-list-box {
  padding: 50px 0px 0px 0px;
}

@media(max-width:767px) {
  .f-ul-3 {
    padding-left: 0%;
  }

  .app-img-box {
    width: 300px;
    margin-left: 20%;
  }

  .app-list-content {
    padding-bottom: 21px;
  }

  .app-list-icon {
    padding: 5px;
  }

  .app-list-details {
    padding-left: 15px;
    font-size: 18px;
  }

  .app-list-box {
    padding: 20px 0px 0px 0px;
  }
}

/* ----------- VIDEO ---------------- */

.video-box {
  padding: 100px 200px;
}

.footer-contact li {
  padding: 10px 0px 10px 0px;
}

.new-section-box {
  display: flex;
  gap: 100px;
  text-align: center;
}

.new-section-details {
  background: #f5f5f5;
  padding: 50px 50px 50px 50px;
  border-radius: 20px;
  display: flex;
  gap: 27px;
  justify-content: center;
  align-items: center;
}

.new-section-detail-text h1 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  color: #57b039;
}

/* ---- MEDIA ---- */

@media(max-width:767px) {
  .qk-box {
    padding: 20px;
  }

  .qk-content-box {
    padding: 10px 20px;
    text-align: center;
    background: #57b039;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .qk-content-box h1 {
    font-size: 16px;
  }

  .qk-details {
    justify-content: left;
  }

  .client-img-box {
    height: 70px;
    min-width: 400px !important;
  }

  .client-img-box {
    height: 70px;
    min-width: 400px !important;
  }
}

.qp-box {
  padding: 100px 200px;
}

.quality-process-section {
  padding: 100px 20px 20px 20px;
  background: #f5f5f5;
  margin: 50px 0px;
  border-radius: 20px;
}

.quality-process-container {
  max-width: 95%;
  margin: auto;
  position: relative;
}

.quality-process-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 2px;
  z-index: 0;
}

.quality-process-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.quality-process-row>div {
  width: 31%;
  background: #fff;
  padding: 30px 20px 10px 50px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.quality-process-row>div:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.process-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #57b039;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  font-weight: bold;
  font-size: 14px;
}

.process-icon {
  font-size: 40px;
  color: green;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: left;
  background: #f5f5f5;
  width: fit-content;
  padding: 20px;

}

.quality-process-row h4 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
  padding: 20px 0px 15px 0px;
  text-align: left;
}

.quality-process-row p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 992px) {
  .quality-process-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .quality-process-row>div {
    width: 80%;
    margin-bottom: 40px;
  }

  .quality-process-container::before {
    display: none;
  }
}


.qcp-details {
  padding: 0px 200px 100px 0px;
}

.qp-about {
  padding: 10px 0px 0px 0px;
}

.qcp-details-box h2 {
  padding: 20px 0px 20px 0px;
}

.qcp-details-box h6 {
  padding: 20px 0px 20px 0px;
  font-size: 21px;
}

.qcp-details-box ul {
  line-height: 36px;
}

.new-section-img-box {
  height: 250px;
}

.new-section-img-box img {
  height: 100%;
  border-radius: 20px;
}

.new-section-detail-text {
  text-align: left;
}


/* --------- NEW FOOTER ---------- */

.footer-logo-box {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.footer-logo-box img {
  width: 100%;
}


.ql-footer-ul li {
  padding-left: 0px;
}

.ql-title {
  text-align: center;
}

.ql-title h5 {
  margin-left: -19%;
}

.footer-products-link {
  padding-left: 7%;
}

.footer-arrow {
  color: #57b039;
}


@media(max-width:767px) {

  .new-section-box {
    display: block;
  }

  .new-section-details {
    margin-bottom: 20px;
    display: block;
    padding: 20px;
  }

  .new-section-img-box {
    height: 200px;
    text-align: left;
  }

  .new-section-detail-text h1 {
    font-size: 25px;
  }

    .new-section-detail-text p {
        font-size: 15px;
        text-align: justify;
        color: #000;
    }
  .ql-title {
    padding-left: 0%;
  }

  .footer-logo-box {
    width: 170px;
  }


  .qp-box {
    padding: 20px;
  }

  .sec-title_two-heading {
    font-size: 26px;
    line-height: 1.3;
  }

  .quality-process-section {
    padding: 70px 0px 0px 0px;
  }

  .quality-process-row>div {
    width: 97%;
    padding: 10px 10px 10px 15px;
  }
}


.arrow-right::after {
  color: #57b039;
  content: '\2192';
  font-size: 49px;
  position: absolute;
  left: 100%;
  top: 50%;
  font-weight: bold;
  transform: translateY(-50%);
}

.arrow-down::after {
  color: #57b039;
  content: '↓';
  font-size: 49px;
  position: absolute;
  left: 50%;
  top: 102%;
  transform: translateX(-50%);
}

.arrow-left::after {
  color: #57b039;
  content: '←';
  font-size: 49px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-tabs {
  align-items: center;
  text-align: center;
  padding: 0px 0px 70px 0px;
}

.gallery-tabs button {
  border: 1px solid #fff;
  /* padding: 17px; */
  padding: 12px 34px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  box-shadow: 0px 0px 15px #00000030;
  color: #57b039;
  background: linear-gradient(90deg, var(--color-thirtythree) 0%, var(--color-thirtytwo) 100%);
  margin-right: 10px;
}

@media(max-width:767px) {
  .gallery-tabs {
    padding: 0px 0px 20px 0px;
  }

  .gallery-tabs button {
    margin-bottom: 10px;
  }

  .qcp-details {
    padding: 20px 10px 20px 0px;
  }

  .arrow-left::after {
    color: #57b039;
    content: '←';
    font-size: 49px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  .arrow-right::after {
    color: #57b039;
    content: '←';
    font-size: 49px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  .arrow-down::after {
    color: #57b039;
    content: '←';
    font-size: 49px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  .new-slider-vs-content h1 {
    font-size: 45px !important;
  }

  .new-slider-vs-content p {
    font-size: 20px !important;
    line-height: 29px !important;
  }

}

.clients-overflow {
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .content-box {
    position: relative;
    width: 85%;
    top: 150px;
    text-align: center;
  }

  .content-box h2 {
    display: block;
    font-size: 49px;
  }

  .fix-width {
    padding: 90px 20px !important;
  }

  .wcu-mp {
    padding: 150px 10px !important;
  }

  .why-us-img {
    height: 457px;
    margin-top: 42%;
  }

  .cta-container {
    position: static;
    padding: 0px 0px;
    margin: 0 auto;
  }

  .qk-box {
    padding: 70px 20px 0px 20px;
  }

  .menu-card7 .menu-card7-img2 {
    width: 213px;
  }

  .menu-card7 {
    height: 430px;
  }

  .free-trial-big-cta {
    background-position: bottom -45px right 0%;
  }

  .cinfo-box {
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 30px 10px;
    margin: 0px 40px;
    border-radius: 20px;
    transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
    height: 288px;
    border: 1px solid #57b039;
  }

  .contact-info-text a {
    color: #000000;
    font-size: 20px;
  }

  .about-page-img-1 {
    right: 94%;
    height: 450px;
  }

  .vm-width {
    padding: 0px;
  }

  .why-us-img-box {
    height: 358px;
    float: right;
    border: 5px solid #cdcdcd;
    padding: 4px;
    border-radius: 5px;
    margin-top: 41%;
  }

  .new-section-box {
    gap: 5px;
  }

  .new-section-details {
    width: 50%;
  }

  .products-container {
    padding: 50px;
    background-color: #f8f9fa;
  }

  .iws-page-container {
    padding: 20px;
  }

  .gall-img-container {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .qp-box {
    padding: 50px;
  }

  .iws-img-box {
    height: 315px;
    width: 300px;
    margin-bottom: 10%;
  }

  .contact-us-width {
    padding: 20px;
  }
}

.contact-info-text a {
  color: #000000;
  font-size: 20px;
}

@media only screen and (min-width: 573px) and (max-width: 1024px) {
  .top-container {
    background-color: #000;
    padding: 10px 1px 15px 1px;
    text-align: left;
    color: #fff;
  }

  .rightcontent {
    display: none;
  }

  .navbar-nav {
    /* margin-left: 20%; */
    margin-top: 3px;
    /* margin-right: 5%; */
    background: #000;
    width: 50%;
  }

  /* .menu-card7 .menu-card7-img2 {
    left: 35%;
  } */

  .iws-img-box {
    height: 315px;
    width: 100%;
    margin-bottom: 10%;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 22px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 22px;
  }
}



.new-slider-vs-wrapper {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.new-slider-vs-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .8s ease;
}

.new-slider-vs-slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.new-slider-vs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(4 19 32 / 57%) 13%, rgb(0 0 0 / 76%) 86%);
}

.new-slider-vs-content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 90%;
  padding: 20px;
}

.new-slider-vs-content h1 {
  font-size: 80px;
  font-family: "Young Serif", serif;
}

.new-slider-vs-content span {
  color: #0bd50b;
  font-family: "Young Serif", serif;
}

.new-slider-vs-content p {
  font-size: 31px;
  margin-bottom: 30px;
  font-family: fangsong;
  padding-top: 15px;
  margin-top: 3%;
}

.new-slider-vs-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 3%;
}

.new-slider-vs-btn {
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.new-slider-vs-btn.primary {
  background: #16a500;
  color: #fff;
}

.new-slider-vs-btn.secondary {
  background: #fff;
  color: #333;
}

/* ARROWS */

.new-slider-vs-prev,
.new-slider-vs-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  background: #ffffff0d;
}

.new-slider-vs-prev {
  left: 15px;
}

.new-slider-vs-next {
  right: 15px;
}

@media only screen and (min-width: 220px) and (max-width: 480px) {
  .about-two_image img {
    width: auto;
    margin-bottom: 15px;
    height: 170px;
  }

  .countertestshowhower {
    justify-content: left;
    flex-direction: column;
  }

  .counter-img {
    height: auto;
    margin-top: 4px;
    width: 78px;
  }

  .counter-padding {
    color: #fff;
    margin-right: 10%;
    margin-left: 10%;
    padding: 0px 5px 0px 5px;
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .new-slider-vs-btn {
    padding: 4px 17px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
  }

  .new-slider-vs-content h1 {
    font-size: 35px !important;
  }

  .new-slider-vs-content p {
    font-size: 15px !important;
  }
  .gall-img-box {
    height: 150px;
    width: 150px;
    border: 1px solid green;
    border-radius: 10px;
    padding: 20px;
}
    .app-img-box {
        width: 290px;
        margin-left: 0%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
  .cta-one_heading {
    font-size: 37px;
    line-height: 56px;
  }

  .cta-content-box {
    display: block;
  }

  .cta-content-box .right-box {
    margin-top: 5%;
  }

  .why-us-img {
    height: 457px;
    margin-top: 0%;
  }

  .about-two_image {
    height: auto;
  }

      .about-page-img-1 {
        right: -3%;
        height: 400px;
    }

    .about-us-page-padding {
    padding: 70px;
}
    .why-us-img-box {
        height: 358px;
        float: left;
        border: 5px solid #cdcdcd;
        padding: 4px;
        border-radius: 5px;
        margin-top: 13%;
    }
        .new-section-box {
        gap: 5px;
        flex-direction: column;
        }
            .new-section-details {
        width: 100%;
    }
    .gall-img-box {
    height: 250px;
    width: 250px;
    border: 1px solid green;
    border-radius: 10px;
    padding: 20px;
}
}