* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Extrabold.eot");
  src: url("./Font/Area-Extrabold.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Extrabold.woff2") format("woff2"),
    url("./Font/Area-Extrabold.woff") format("woff"),
    url("./Font/Area-Extrabold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area Extrablack";
  src: url("./Font/Area-Extrablack.eot");
  src: url("./Font/Area-Extrablack.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Extrablack.woff2") format("woff2"),
    url("./Font/Area-Extrablack.woff") format("woff"),
    url("./Font/Area-Extrablack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Bold.eot");
  src: url("./Font/Area-Bold.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Bold.woff2") format("woff2"),
    url("./Font/Area-Bold.woff") format("woff"),
    url("./Font/Area-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Medium.eot");
  src: url("./Font/Area-Medium.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Medium.woff2") format("woff2"),
    url("./Font/Area-Medium.woff") format("woff"),
    url("./Font/Area-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Extralight.eot");
  src: url("./Font/Area-Extralight.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Extralight.woff2") format("woff2"),
    url("./Font/Area-Extralight.woff") format("woff"),
    url("./Font/Area-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Light.eot");
  src: url("./Font/Area-Light.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Light.woff2") format("woff2"),
    url("./Font/Area-Light.woff") format("woff"),
    url("./Font/Area-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Semibold.eot");
  src: url("./Font/Area-Semibold.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Semibold.woff2") format("woff2"),
    url("./Font/Area-Semibold.woff") format("woff"),
    url("./Font/Area-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Regular.eot");
  src: url("./Font/Area-Regular.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Regular.woff2") format("woff2"),
    url("./Font/Area-Regular.woff") format("woff"),
    url("./Font/Area-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Thin.eot");
  src: url("./Font/Area-Thin.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Thin.woff2") format("woff2"),
    url("./Font/Area-Thin.woff") format("woff"),
    url("./Font/Area-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("./Font/Area-Black.eot");
  src: url("./Font/Area-Black.eot?#iefix") format("embedded-opentype"),
    url("./Font/Area-Black.woff2") format("woff2"),
    url("./Font/Area-Black.woff") format("woff"),
    url("./Font/Area-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Area Extrablack Inktrap';
    src: url('./Font/Area-ExtrablackInktrap.woff2') format('woff2'),
        url('./Font/Area-ExtrablackInktrap.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: "Area" !important;
  overflow-x: hidden;
}

section {
  position: relative;
}

select,
textarea,
input{
    width: 100%;
    border: 1px solid #D1D1D1;
}

.ct-section-inner-wrap,
.oxy-header-container,
.container {
  max-width: 1720px;
  /*margin: 0 auto;*/
  padding: 0 15px !important;
}

select:focus,
input:focus {
  outline: 0;
  /*border: 0 !important;*/
  box-shadow: none !important;
}

/*.row{*/
/*    display: flex;*/
/*}*/

/*.col-lg-6{*/
/*    width: 50% !important;*/
/*    padding: 0 15px !important;*/
/*}*/

.row {
    flex-direction: row;
}

:root {
  --white: #fff;
  --black: #000;
  --green: #005135;
  --light-green: #79b940;
  --extralight-green: #bff3c8;
  --dark-green: #5b7b6f;
  --mate-green: #f3f0e4;
  --green-dark: #124734;
  --green-light: #238236;
}

.ct-new-columns > .ct-div-block {
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Area Extrablack Inktrap' !important;
}

h1 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 900;
}
h2 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 900;
}
h3 {
  font-size: 72px;
  line-height: 84px;
  font-weight: 900;
}
h4 {
  font-size: 30px;
  line-height: 40px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}
h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.btn-green {
  background-color: var(--green);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--green);
  transition: all 0.5s;
  display: inline-block;
  height: 45px;
  /*min-width: 164px;*/
  padding: 0 20px;
  white-space: nowrap;
}

.btn-green.btn-white {
  background-color: var(--white);
  color: var(--green);
}

.btn-green.btn-white:hover {
  border-color: var(--white);
}

.btn-green.btn-white:hover .floting-text {
  color: var(--white);
}

.btn-green .floting-text {
  position: absolute;
  bottom: -40px;
  left: 0;
  color: var(--green);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-green:hover .floting-text {
  bottom: 0;
  transition: all 0.5s;
}

.btn-green .fix-text {
  /*position: absolute;*/
  /*top: 0;*/
  transform: translateY(0);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-green:hover .fix-text {
  /*top: -40px;*/
    transform: translateY(-50px);
  transition: all 0.5s;
}

.btn-green:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.5s;
}

/********************* header css start *********************/

.header-top {
  background-color: var(--green);
}

.header_left_main_menu .mega-menu-wrap .mega-menu .mega-current_page_parent.mega-current_page_ancestor.mega-menu-item-has-children > a{
    background: transparent !important;
}

.search_hader_code .search-results .more-info .title{
    color: var(--light-green) !important;
}

.search_hader_code .search-results .more-info .title,
.search_hader_code .search-results .category-info .title{
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: var(--green);
}

.search_hader_code .search-results .product-info .title{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: var(--green);
}

.search_hader_code .search-results .product-info .price,
.search_hader_code .search-results .product-info .description,
.search_hader_code .search-results .btn-div{
    display: none;
}

.header-top .ct-new-columns .ct-div-block:first-child{
    align-items: flex-start;
}

.header-top .ct-new-columns .ct-div-block:last-child{
    align-items: flex-end;
}

.header-top .ct-new-columns .ct-div-block{
    align-items: center;
    justify-content: center;
}

.header-top-wrapper-txt .header-top-inner-txt {
  display: flex;
  align-items: center;
  color: var(--white);
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition: 0.5s;
}

.header-top-wrapper-txt .header-top-inner-txt:hover {
  color: var(--light-green);
  transition: 0.5s;
}

.header-top-wrapper-txt .header-top-inner-txt:hover img {
  filter: inherit;
  /* transition: 0.5s; */
}

.header-top-wrapper-txt .header-top-inner-txt img {
  filter: brightness(6);
  /* transition: 0.5s; */
}

.header_sec {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  z-index: 9999;
  transition: 0.5s;
}

.navbar_div {
  background-color: #ffffffd9;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}

.button_div .button_inner {
  display: flex;
  align-items: center;
}

.contact_txt a,
.navbar_div .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: var(--green);
  text-transform: uppercase;
  padding: 0;
  margin-right: 20px;
  position: relative;
}

.navbar_div .navbar-nav .nav-item .nav-link {
  padding: 30px 0;
}

.navbar_div .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--green);
  transition: 0.5s;
}

.navbar_div .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  transition: 0.5s;
}

.navbar_div .navbar-nav .nav-item .nav-link:hover {
  color: var(--light-green);
  transition: 0.5s;
}

.navbar_div .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.logo_div {
  margin-left: 140px;
}

.button_inner .nav-item.dropdown .nav-link {
  color: var(--green);
}

.contact_txt a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--green);
  transition: 0.5s;
}

.contact_txt a:hover::after {
  width: 100%;
  transition: 0.5s;
}

.contact_txt a:hover {
  color: var(--light-green);
  transition: 0.5s;
}

.button_inner .nav-item .dropdown-menu li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-align: center;
  color: var(--green);
}

.button_inner .nav-item .dropdown-menu li a:hover {
  background-color: var(--green);
  color: var(--light-green);
}

.button_inner .nav-item .dropdown-menu {
  min-width: 100px;
  background-color: var(--mate-green);
}

.search-wrapper {
  position: relative;
}

.search-wrapper .input-holder{
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
  width: 310px;
  height: 55px;
  border-radius: 50px;
  background: var(--white);
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}

.header_sec.stikyheader .search-wrapper.active > .input-holder{
    border:1px solid #000;
}

.search-wrapper .input-holder .search-input {
  width: 100%;
  height: 37px;
  padding: 0px 20px 0 50px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  color: var(--green);
}

.search-wrapper .input-holder .search-input:focus{
    border:0 !important;
}

.search-wrapper.active .input-holder .search-input {
  opacity: 1;
  transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
  width: 20px;
  height: 30px;
  border: none;
  border-radius: 6px;
  background: transparent;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.header_search_wrap {
    align-items: center;
    justify-content: center;
    position: relative;
}

/*.header_search_wrap .search_hader_code .search-wrapper.active .input-holder{*/
/*    position: absolute;*/
/*    bottom: -105px;*/
/*    right: 0;*/
/*}*/

.search-wrapper.active .input-holder .search-icon {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 30px;
  float: left;
}

.search-wrapper .input-holder .search-icon span {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}

.search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  border-radius: 16px;
  background-image: url(./images/search-icon.svg);
}

.search-wrapper.active .input-holder .search-icon span::after {
  left: 18px;
  top: 13px;
}

.search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.search-wrapper.active .close {
  right: 15px;
    font-size: 0;
    top: -14px;
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.5s;
  opacity: 1;
  visibility: visible;
}

:focus-visible {
    outline: 0;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
  position: absolute;
  content: "";
  background: var(--green);
  border-radius: 2px;
}

.search-wrapper .close::before {
  width: 3px;
  height: 23px;
  left: 10px;
  top: 0px;
}

.search-wrapper .close::after {
  width: 23px;
  height: 3px;
  left: 0px;
  top: 10px;
}

.submenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 81px;
  background-color: var(--white);
  padding: 40px 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 0 0 10px 10px;
}

.navbar_div .navbar .collapse,
.navbar_div .navbar {
  position: inherit;
}

.navbar_div .navbar {
  padding: 0 60px;
}

.navbar_div .navbar-nav .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.header_main_wrapper.post-hover {
  border-radius: 10px 10px 0 0;
  background-color: var(--white);
  border-bottom: 1px solid var(--green);
  transition: 0.5s;
  display:flex;
  flex-wrap:wrap;
}
.header_right_col_lang,
.footer_top_col_wrapper{
  display: flex;
}

.sub-menu-inner ul li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: var(--light-green);
  position: relative;
  transition: 0.5s;
}

.sub-menu-inner ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--green);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.sub-menu-inner ul li a:hover {
  color: var(--green);
  padding-left: 15px;
  transition: 0.5s;
}

.sub-menu-inner ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.sub-menu-inner ul li {
  margin-bottom: 10px;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item h4,
.sub-menu-inner ul h6 {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0.32px !important;
  color: var(--green) !important;
    margin-bottom: 8px !important;
}

.sub-menu-inner ul li:last-child {
  margin-bottom: 0;
}

.megamenu-img img {
  border-radius: 10px;
}

.megamenu-text-wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.megamenu-text-wrapper .megamenu-text-left h6 {
  color: var(--light-green);
  font-weight: 700;
}

.megamenu-text-wrapper .megamenu-text-left a {
  color: var(--green);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.header_sec.stikyheader {
  background-color: var(--white);
  top: 0;
  transition: 0.5s;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

/*oxigrn css start //////////////////// */

.show_on_mobile{
    display: none !important;
}

.header_logo_col {
    /* margin-left: 110px; */
    width: 20% !important;
    justify-content: center;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item.mega-current-menu-parent > .mega-menu-link,
.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item.mega-current-menu-item .mega-menu-link{
    color: var(--light-green) !important;
}
.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item.mega-current-menu-parent > .mega-menu-link::before,
.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item.mega-current-menu-item .mega-menu-link::before{
    width: 100% !important;
}

/*.header_left_main_menu .widget_maxmegamenu .mega-menu.mega-current-menu-item .mega-menu-item .mega-menu-link::before*/

.header_left_main_menu {
    margin-right: auto;
    width: 60% !important;
}

.header_right_col_lang{
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    width: 20% !important;
}

.header_left_main_menu .widget .mega-menu-wrap > .mega-menu{
    text-align: center !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.header_left_main_menu .widget_maxmegamenu .mega-menu-wrap,
.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-menu-link:hover{
    background: transparent !important;
}

.contact_txt,
.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-menu-link{
    padding: 30px 0 !important;
    color: var(--green) !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.28px !important;
    text-transform: uppercase !important;
    position: relative !important;
    height: auto !important;
    transition: 0.5s !important;
}

.contact_txt:hover,
.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-menu-link:hover{
    color: var(--light-green) !important;
    transition: 0.5s !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-menu-link::before {
    content: "" !important;
    position: absolute !important;
    bottom: 20px;
    left: 0;
    width: 0 !important;
    height: 2px !important;
    background-color: var(--green) !important;
    transition: 0.5s !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-menu-link:hover::before{
    width: 100% !important;
    transition: 0.5s !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item{
    margin-right: 20px !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item:last-child{
    margin-right: 0 !important;
}

.header_main_wrapper {
    background-color: #ffffffd9;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
    padding: 0 50px;
}

.megamenu-img img{
    width: 100%;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item > .mega-sub-menu{
    padding: 0px 60px 40px !important;
    border-radius: 0 0 10px 10px !important;
    background-color: var(--white) !important;
    border-top: 1px solid var(--green) !important;
}

.megamenu_hading_space_col_1{
    margin-top: 40px !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link{
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.28px !important;
    color: var(--green-light) !important;
    position: relative !important;
    transition: 0.5s !important;
    display: inline-block !important;
    text-transform: inherit !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item{
    margin-bottom: 10px !important;
    padding: 0 12px !important;    
    margin-right: 0 !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link::before {
    content: "";
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 7px !important;
    height: 7px !important;
    background-color: var(--green) !important;
    border-radius: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: 0.5s !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link:hover{
    padding-left: 15px !important;
    color: var(--green) !important;
    transition: 0.5s !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link:hover::before{
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0.5s !important;
}

.header_sec .btn-div {
    margin-left: 20px;
}

.lang_wrapper {
    width: 46px;
    margin: 0 15px;
}

.lang_wrapper select{
    width: 100%;
    background: transparent;
    border: 0;
    color: var(--green);
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
}

.lang_wrapper select option{
    background: var(--mate-green);
    color: var(--green);
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-align: center;
    /*padding: 5px 0;*/
}

.megamenu_hading_space .mega-sub-menu .widget_custom_html:last-child{
    margin-top: 0 !important;
}
.megamenu_hading_space .mega-sub-menu .widget_custom_html{
    margin-top: 40px !important;
}

.header_left_main_menu .widget_maxmegamenu .mega-menu .mega-menu-item .mega-menu-link .mega-indicator::after{
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 11px;
}

/********************* header css end *********************/
/********************* banner css start *********************/

.banner_sec {
  height: calc(100vh - 50px);
  position: relative;
    min-height: 600px;
}

.banner_sec::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50%;
  height: 70px;
  background-color: var(--white);
  z-index: 1;
  border-radius: 0 80px 0 0;
}

.banner_sec .ct-section-inner-wrap{
    padding: 0 !important;
}

.banner_sec .ct-section-inner-wrap .home_main_slider{
    width: 100%;
    height: 100%;
}

.banner_sec::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 50%;
  height: 70px;
  background-color: var(--white);
  z-index: 2;
  border-radius: 80px 0 0 0;
}

.text-green {
  color: var(--light-green);
  font-weight: 900;
}

.banner-text-wrapper {
  position: absolute;
    left: 127px;
    bottom: 230px;
  z-index: 1;
    /*width: 100%;
    max-width: 800px;*/
}

.swiper-slide .banner-text-inner h2 {
    opacity: 0;
    transform: translateY(-30px) rotateX(54deg);
    transition: 0.8s ease;
    font-size: 64px;
    line-height: 74px;
}

.swiper-slide.swiper-slide-active .banner-text-inner h2 {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
}

.banner-text-inner h2,
.banner-text-inner h6,
.banner-text-inner h5,
.banner-text-inner h1 {
    color: var(--white);
    font-family: "Area" !important;
}

.banner-text-inner h6{
    margin-top: 20px !important;
}

.banner-text-inner h2 b{
  color: var(--light-green);
}

.banner-text-inner h5 {
    text-transform: uppercase;
}

.banner-right-scroll {
  position: absolute;
  top: 240px;
  right: 100px;
  z-index: 1;
}

.banner-right-scroll .scroll-txt h5 {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
}

.banner-right-scroll .scroll-txt {
  position: relative;
  transform: rotate(90deg);
  cursor: pointer;
}

.banner-right-scroll .scroll-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90px;
  height: 1px;
  width: calc(100vh - 560px);
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}

.banner-right-scroll .scroll-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 90px;
  height: 1px;
  width: 84px;
  background-color: var(--white);
  transform: translateY(-50%);
}

.mouse-effect span {
  position: relative;
  cursor: pointer;
}

.mouse-effect span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 39px;
  border: 1px solid var(--white);
  border-radius: 50px;
}

.mouse-effect span::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 9px;
  width: 2px;
  height: 10px;
  animation: mover 1s infinite alternate;
  background-color: var(--light-green);
}

.mouse-effect {
  position: absolute;
  bottom: 190px;
  right: 145px;
  z-index: 1;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(18px);
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
  }
}


/********************* banner css end *********************/
/********************* know-us-section css start *********************/

.know-us-section {
  position: relative;
    padding: 50px 0 160px;
}

.know-us-wrapper {
    align-items: center;
}

.know-us-text{
    /*text-align: center;*/
    width: 100%;
}

.know-us-text h2 {
  font-weight: 900;
  color: var(--green);
  margin-bottom: 30px;
    /*text-transform: capitalize;*/
}

.know-us-text h2 span {
  background: linear-gradient(349deg, #79b940 30.24%, #238236 72.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  line-height: 70px;
}

/* .know-us-section */

.left-shap,
.bottom-shap,
.right-shap,
.top-shap {
  position: absolute;
}

.top-shap {
  left: 0;
  top: -30px;
  z-index: 1;
}

.right-shap {
  top: -20px;
  right: 0;
  z-index: 2;
}

.bottom-shap {
  bottom: 160px;
  left: 0;
}

img.left-shap {
  right: 0;
  bottom: 20px;
}

/********************* know-us-section css end *********************/
/********************* marque-section css start *********************/

.marque-section {
  background-color: var(--green);
  padding: 20px 0;
}

.marque-section ul {
  display: flex;
  align-items: center;
}

.marque-section ul li {
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  font-weight: 900;
  padding: 0 50px;
  border-right: 2px solid var(--white);
}

/********************* marque-section css end *********************/
/********************* product-section css start *********************/

.product-img {
  position: relative;
  display: inline-block;
  transition: 0.5s;
}

.product-text{
    margin: 25px 0;
}

.product-section {
    padding: 100px 0 0;
}

.product-section .know-us-text h2 {
    margin-bottom: 60px;
}

.product-img::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 130px;
  top: 50px;
  left: -80px;
  background-image: url(./images/leav-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  transform: translate(110px, 20px) scale(0);
  transition: 0.5s;
}

.product-img::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 130px;
  bottom: 70px;
  right: -70px;
  background-image: url(./images/leav-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  transform: translate(-100px, 20px) scale(0);
  transition: 0.5s;
}

.product-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.product-img img {
  transition: 0.5s;
    max-width: 245px;
    width: 100%;
    height: 360px;
    object-fit: contain;
}

.product-slider-inner {
  padding: 20px 0;
}

.product-img:hover::before,
.product-img:hover::after {
  transform: inherit;
  transition: 0.5s;
}

.swiper-button-prev,
.swiper-button-next {
  bottom: 0px;
  top: inherit;
  width: 50px;
  height: 50px;
  border: 1px solid var(--green);
  border-radius: 50px;
  transition: 0.5s;
}

.swiper-button-next {
  left: calc(50% + 35px);
  transform: translateX(-50%);
}

.swiper-button-prev {
  left: calc(50% - 35px);
  transform: translateX(-50%);
}

.product-slider-wrapper .swiper {
  padding-bottom: 100px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background-image: url(./images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  font-size: 0;
  width: 13px;
  height: 28px;
  transition: 0.5s;
}

.swiper-button-prev:after {
  background-image: url(./images/arrow-left.svg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--green);
  transition: 0.5s;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  filter: brightness(30);
  transition: 0.5s;
  -webkit-filter: brightness(30);
}

.our_latest_pro_slider {
    width: 100%;
}

.product-slider-wrapper {
    width: 100%;
}

/********************* product-section css end *********************/
/********************* letest-product-section css start *********************/

.letest-product-text h2 {
  color: var(--green);
  font-size: 40px;
  line-height: 50px;
    margin-bottom: 20px;
}

.product-text h5{
    color: var(--green-dark);
    display: inline-block;
    text-transform: capitalize;
}

.product-text a:hover h5{
    color: var(--light-green);
}

.letest_product .know-us-text h2 {
    margin-bottom: 50px;
}

.letest_product{
    padding: 150px 0;
}

.letest-product-slider .swiper-button-prev {
  left: 0;
  transform: inherit;
}

.letest-product-slider .swiper-button-next {
  left: 70px;
  transform: inherit;
}

.letest-product-slider .swiper {
  padding-bottom: 20px;
}

.letest-left {
  position: absolute;
  top: 0;
  left: 0;
}

.letest-right {
  position: absolute;
  top: 0;
  right: 0;
}

.letest_product {
  position: relative;
}

.our-quality-sec .know-us-text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
    color: #646464;
}

/********************* letest-product-section css end *********************/
/********************* our-quality-sec css start *********************/

.qulity_tabs .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  gap: 80px;
}

.our-quality-sec .letest_product .know-us-text h2 {
    margin-bottom: 50px;
}


.our-quality-sec {
    padding: 0 0 50px;
}

.qulity_tabs .nav-tabs .nav-item.show .nav-link,
.qulity_tabs .nav-tabs .nav-link.active {
  color: var(--green);
  background-color: transparent;
  border: 0;
  font-weight: 800;
}

.qulity_tabs .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
}

.qulity_tabs .nav-tabs .nav-item {
  text-align: center;
  /* max-width: 300px; */
}

.tab-text-heading,
.qulity_tabs .nav-tabs .nav-link {
  color: var(--dark-green);
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 30px;
  border: 0;
  position: relative;
  /*padding-bottom: 30px;*/
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qulity_tabs .nav-tabs .nav-item img {
  filter: opacity(0.5);
  margin-bottom: 30px;
}

.qulity_tabs .nav-tabs .nav-link.active img {
  filter: inherit;
}

.qulity_tabs .nav-tabs .nav-link:hover {
  border: 0;
}

.tab-head-main.tabs-4231-tab-active .tab-text-heading::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 200px;
  height: 20px;
  background-image: url(./images/tab-shap.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

/* .tab-content-text {
  max-width: 780px;
  margin: 0 auto;
} */

.tab-content-text h3 {
  color: var(--light-green);
}

.tab-content-text p {
  max-width: 580px;
  margin: 0 auto;
  color: var(--dark-green);
}

.quality-left {
  position: absolute;
  top: 30px;
  left: 0;
    z-index: -1;
}

.quality-right {
  position: absolute;
  top: 30px;
  right: 0;
    z-index: -1;
}

.our-quality-sec::before {
  content: "";
  position: absolute;
  top: -1090px;
  bottom: -830px;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  background-image: url(./images/quality-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.quality-inner {
    margin: 0 auto;
}

.quality_tab_wrapper {
    width: 100%;
    justify-content: center;
    gap: 80px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.tab-content-inner-wrap {
    align-items: center;
    padding: 0;
}

.tab-head-main {
    align-items: center;
    padding: 0;
}

.tab-head-main img{
    filter: opacity(0.5);
    transition: 0.5s;
}

.tab-head-main.tabs-4231-tab-active img{
    filter: inherit;
    transition: 0.5s;
}

.tab-head-main.tabs-4231-tab-active .tab-text-heading{
    font-weight: 800;
    color: var(--green);
}

.quality_tab_content {
    margin-top: 60px;
}


/********************* our-quality-sec css end *********************/
/********************* product-rang css start *********************/

.product_menu ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 900;
  margin: 0 0 5px;
}

.product_menu {
    margin-top: 20px;
}

/*.product-rang .know-us-text h2 {*/
/*    margin-bottom: 30px;*/
/*}*/

.product_menu ul .product_menu_inner li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.product_menu ul {
  list-style: disc;
  margin-bottom: 30px;
}

.rang-left {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}

/********************* product-rang css end *********************/
/********************* our-records-sec css start *********************/

.recods_wrapper {
  box-shadow: 5px 10px 10px -3px rgba(0, 0, 0, 0.15);
  background-color: #faf7f0;
  padding: 75px;
  max-width: 800px;
  margin-bottom: 80px;
  transition: 0.5s;
}

.our-records-sec .know-us-text h2 {
    margin-bottom: 65px;
}

.our-records-sec {
    padding: 140px 0 40px;
}

.recods_wrapper:hover {
  background-image: url(./images/record-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.recods_wrapper:hover .records_txt p,
.recods_wrapper:hover .records_txt h2 {
  color: var(--white);
  transition: 0.5s;
}

.records_txt h2 {
  color: var(--green);
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  transition: 0.5s;
}

.records_txt p {
  color: var(--green-dark);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  transition: 0.5s;
}

.recods_wrapper:hover .gif-box img {
  filter: brightness(32);
}

.records_txt {
  margin-left: 30px;
}

.translet-right {
  transform: rotate(3deg);
  transition: 0.5s;
}

.recods_wrapper.translet-right:hover {
  transform: rotate(-3deg);
  transition: 0.5s;
}

.recods_wrapper.translet-left:hover {
  transform: rotate(4deg);
  transition: 0.5s;
}

.translet-left {
  transform: rotate(-3deg);
  transition: 0.5s;
}

.record-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.record-right {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: -1;
}

/********************* our-records-sec css end *********************/
/********************* our-client-sec css start *********************/

.our-client-sec {
    padding: 100px 0;
}

.hide{
    display:none !important;
}

.our-client-sec .know-us-text h2 {
    margin-bottom: 65px;
}

.client-review {
  border-radius: 24px;
  background: #faf7f0;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  transition: 0.5s;
  -o-border-radius: 24px;
}

.client-review::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 190px;
  height: 150px;
  background-image: url(./images/client-shap.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.client-slider .swiper {
  padding-bottom: 140px;
}

.client-slider {
  max-width: 1600px;
  margin-left: auto;
}

.client-profile {
  display: flex;
  align-items: center;
    gap: 20px;
}

.client-profile .client-img img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.client-txt h5 {
  font-weight: 700;
    font-family: "Area" !important;
}

.client-txt h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  transition: 0.5s;
  color: var(--light-green);
    font-family: "Area" !important;
}

.client-review p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  transition: 0.5s;
}

.client-slider .swiper-slide.swiper-slide-active .client-review {
  background-color: var(--green-dark);
  transition: 0.5s;
}

.client-slider .swiper-slide.swiper-slide-active .client-review p {
  font-size: 20px;
  line-height: 30px;
  transition: 0.5s;
}

.client-slider .swiper-slide.swiper-slide-active .client-review::after {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.client-slider .swiper-slide.swiper-slide-active .client-review p,
.client-slider .swiper-slide.swiper-slide-active .client-review .client-txt h5 {
  color: var(--white);
  transition: 0.5s;
}

.client-left {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}

/********************* our-client-sec css end *********************/
/********************* newsletter-sec css start *********************/

.newsletter-sec .know-us-text p {
  font-size: 24px;
  line-height: 32px;
  max-width: 490px;
    color: #646464;
}

.newsletter-sec {
    padding: 0 0 100px;
}

.newsletter-content form {
  max-width: 480px;
}

.newsletter-content form input {
  border: 0;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid var(--black);
}

.newsletter-content p {
  font-size: 18px;
  line-height: 30px;
}

/********************* newsletter-sec css end *********************/
/********************* footer css start *********************/

.footer-section {
  background-color: var(--green-dark);
  position: relative;
    padding: 150px 0 70px;
}

.footer-section::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 50%;
  height: 70px;
  border-radius: 0 0 60px 0;
  -webkit-border-radius: 0 0 60px 0;
  -moz-border-radius: 0 0 60px 0;
  -ms-border-radius: 0 0 60px 0;
  -o-border-radius: 0 0 60px 0;
  background-color: var(--white);
}

.footer-section::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 50%;
  height: 70px;
  border-radius: 0 0 0 60px;
  -webkit-border-radius: 0 0 0 60px;
  -moz-border-radius: 0 0 0 60px;
  -ms-border-radius: 0 0 0 60px;
  -o-border-radius: 0 0 0 60px;
  background-color: var(--white);
}

.footer-logo p {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    max-width: 330px;
    margin-top: 20px;
}

.footer_menu h5 {
  color: var(--light-green);
  text-transform: uppercase;
    margin-bottom: 30px;
}

.footer_menu ul li {
  margin-bottom: 15px;
}

.footer_menu ul li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.36px;
  color: var(--white);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 300px;
  transition: 0.5s;
}

.footer_menu ul li a:hover {
  color: var(--light-green);
  transform: translateY(-5px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.footer_menu ul li a img {
  margin-top: 5px;
  width: 20px;
  height: 20px;
}

.footer-top-center {
  position: absolute;
  top: 50px;
  left: 300px;
  z-index: 0;
}

.footer-bottom-center {
  position: absolute;
  bottom: 0;
  right: 430px;
  z-index: 0;
}

.footer-left {
  position: absolute;
  top: -90px;
  left: 60px;
  z-index: 1;
}

.footer-right {
  position: absolute;
  top: -170px;
  right: 0;
}

.footer_newsletter form{
    margin-top: 50px;
}

.footer_newsletter form .btn-div p .btn-green:hover{
    color: var(--green);
}

.footer_newsletter form .wpcf7-form-control-wrap input{
        border: 0;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid var(--black);
}

.footer_newsletter {
    max-width: 480px;
    width: 100%;
}

.footer_social_icons {
    width: 100%;
    justify-content: flex-end;
    gap: 17px;
}

.footer_social_icons a svg{
    display: none;
}

.footer_social_icons a {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 !important;
}

.footer_menu_1{
    width: 12% !important;
}
.footer_menu_2{
    width: 20% !important;
}
.footer_menu_3{
    width: 24% !important;
}

.footer-logo {
    width: 28% !important;
}

.footer_social_icons a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1) brightness(22);
    transform: scale(0.7);
    transition: 0.5s;
}
.footer_social_icons .oxy-social-icons-facebook::after{
    background-image: url(./images/facebook-icon.svg);
}
.footer_social_icons .oxy-social-icons-instagram::after{
    background-image: url(./images/instagram-icon.svg);
}
.footer_social_icons .oxy-social-icons-linkedin::after{
    background-image: url(./images/linkdin-icon.svg);
}

.footer_social_icons a:hover::after{
    transform: scale(1);
    filter: brightness(1);
    transition: 0.5s;
}

.footer_top_col_wrapper {
    justify-content: space-between;
}

/********************* footer css end *********************/
/********************* footer_bottom_sec css start *********************/

.footer_bottom_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000009c;
  z-index: -1;
}

.footer_bottom_sec {
  background-image: url(./images/footer-bottom-bg.png);
  padding: 40px 0;
  z-index: 1;
}

.footer-bottom-text p {
  margin: 0;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.footer-bottom-text p a {
  color: var(--white);
  text-decoration-line: underline;
}

.footer-bottom-text p a:hover {
  color: var(--light-green);
}

.footer-bottom-text {
    align-items: center;
}

/********************* footer_bottom_sec css end *********************/
/********************* common-banner-sec css start *********************/

.common-banner-sec {
  padding: 193px 0 160px;
  background-image: url(./images/about-us-banner.png);
}

.page-id-167 .common-banner-sec{
    background-image: url(./images/get-in-touch-banner.png);
}

.page-id-170 .common-banner-sec{
    background-image: url(./images/gallery-banner.png);
}

.page-id-202 .common-banner-sec{
    background-image: url(./images/our-team-banner.png);
}

.page-id-209 .common-banner-sec{
    background-image: url(./images/promise-banner.png);
}

.page-id-242 .common-banner-sec{
    background-image: url(./images/investor-banner.png);
}

.page-id-257 .common-banner-sec{
    background-image: url(./images/terms-of-use-banner.png);
}

.page-id-259 .common-banner-sec{
    background-image: url(./images/send-inquiry-banner.png);
}

.single-product .common-banner-sec,
.page-id-162 .common-banner-sec{
    background-image: url(./images/our-product-banner.png);
}

.common-banner-sec::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50%;
  height: 70px;
  background-color: var(--white);
  z-index: 1;
  border-radius: 0 80px 0 0;
}

.common-banner-sec::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 50%;
  height: 70px;
  background-color: var(--white);
  z-index: 2;
  border-radius: 80px 0 0 0;
}

.common-banner-text h2,
.common-banner-text h1 {
  color: var(--white);
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
}

.single_breadcrumb nav a,
.common-banner-text .breadcrumb li a {
  color: var(--light-green);
  font-size: 16px;
  line-height: 22px;
}

.single_breadcrumb nav a{
  color: var(--light-green) !important;
}

.single_breadcrumb nav{
  color: var(--white) !important;
}

.common-banner-text .breadcrumb li.active a {
  color: var(--white);
}

.common-banner-text .breadcrumb li::before {
  color: var(--white);
}

.common-banner-text {
    align-items: center;
}

.leading_products_list{
  width:100%;
}

/********************* common-banner-sec css end *********************/
/********************* our-ceo-sec css start *********************/

.our-ceo-sec .know-img {
  position: relative;
    width: 100%;
}

.our-ceo-sec .know-img .ceo-img-1 {
  position: absolute;
  top: -20px;
  left: 40px;
  z-index: -1;
  width: 346px;
  height: 346px;
}

.our-ceo-sec {
    padding: 100px 0 170px;
}

.our-ceo-sec .know-img .ceo-img-2 {
  position: absolute;
  bottom: -80px;
  left: 240px;
  width: 257px;
  height: 257px;
}

.hover-img {
  overflow: hidden;
  width: 621px;
  height: 621px;
  margin-left: auto;
  transition: 0.5s;
}

.hover-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.hover-img img {
  transition: 0.5s;
}

.our-ceo-sec .know-us-text h2 {
  font-size: 50px;
  line-height: 60px;
  /*margin-bottom: 30px;*/
}

.our-ceo-sec .know-us-text h2 span {
  font-size: 71px;
  line-height: 80px;
}

img.our-ceo-shap {
  position: absolute;
  top: -90px;
  right: 0;
  z-index: -1;
}

img.our-ceo-shap-1 {
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 2;
}

.ceo-name h5 {
  color: var(--green);
}

.our-ceo-sec {
  z-index: 2;
}

/********************* our-ceo-sec css end *********************/
/********************* overview-sec css start *********************/

.overview-sec {
    padding: 80px 0;
  background-color: var(--extralight-green);
}

.overview-sec .know-us-text h2 {
    margin-bottom: 50px;
}

.overview-wrapper .col-lg-5{
    width: 41.66666667% !important;
}

.overview-wrapper .col-lg-7{
    width: 58.33333333% !important;
}

.overview-right-text {
    width: 100%;
}

.overview-text p {
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
}

.overview-right-text ul li span {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--black);
  width: 50%;
  display: inline-block;
  margin-left: 50px;
}

.overview-right-text ul li .overview-head {
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  color: var(--green-light);
  text-align: end;
  margin-left: 0;
}

.overview-right-text ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.overview-right-text ul {
  position: relative;
}

.overview-right-text ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: var(--black);
  transform: translate(-50%, 0);
}

.overview-shap {
  position: absolute;
  top: -320px;
  right: 0;
}

/********************* overview-sec css end *********************/
/********************* our-vision-sec css start *********************/

.our-vision-top-shap {
  position: absolute;
  top: 30px;
  left: 0;
  width: 331px;
}

.our-vision-section{
    padding: 150px 0 100px;
}

.our-vision-right-shap {
  position: absolute;
  width: 80px;
    top: -100px;
    right: 320px;
}

img.our-vision-bottom-shap {
    position: absolute;
    bottom: -200px;
    right: 50px;
}

/*.our-vision-section .know-us-text h2 {*/
/*    margin-bottom: 30px;*/
/*}*/

.our-vision-section .know-us-wrapper .col-lg-7{
    position: relative;
}

/********************* our-vision-sec css end *********************/
/********************* our-mission-sec css end *********************/

.our-mission-right-shap {
  position: absolute;
    bottom: -160px;
    left: -170px;
  width: 80px;
  transform: rotate(183deg);
}

.our-mission-section .know-us-wrapper .col-lg-7{
    position: relative;
}

.our-vision-section.our_mission_section{
    padding: 0 0 100px;
}


/********************* our-mission-sec css end *********************/
/********************* product-standard-sec css end *********************/

.product-right {
  position: absolute;
  top: -90px;
  right: 0;
  /*transform: scaleX(-1);*/
}

.product-standard-sec {
    padding: 150px 0 160px;
}

.product-slider-wrap_main {
    margin-top: 100px;
}

.product-standard-sec::before {
  content: "";
  position: absolute;
  top: -810px;
  bottom: -830px;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  background-image: url(./images/quality-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.stander-img img {
  /*width: 125px;*/
  /*height: 125px;*/
    transform: scale(0.7);
  filter: grayscale(1);
  transition: 0.5s;
}

.product-slider-wrap .swiper-slide.swiper-slide-active .stander-img img {
  /*width: 200px;*/
  /*height: 200px;*/
    transform: scale(1);
  filter: inherit;
  transition: 0.5s;
}

.stander-text p {
  max-width: 704px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}

.stander-text h4 {
  color: var(--light-green);
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.stander-text {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
    margin-top: 60px;
}

.product-slider-wrap .swiper-slide.swiper-slide-active .stander-text {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.product-standard-sec .swiper-button-next {
    right: 0;
    top: 100px;
    left: inherit;
    transform: inherit;
}

.product-standard-sec .swiper-button-prev {
    left: 0;
    top: 100px;
    transform: inherit;
}

.industsry_right_1 {
    position: absolute;
    bottom: 20px;
    left: 80px;
}

/********************* product-standard-sec css end *********************/
/********************* infrastructure_sec css start *********************/

.infrastructure-img img {
  border-radius: 15px;
}

.infrastructure_sec .know-us-text h2{
    margin-bottom: 50px;
}

.infrastructure-text h2 {
  font-size: 50px;
  line-height: 60px;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.infrastructure-text ul{
    padding-right: 30px;
}

.infrastructure_sec {
    padding: 0 0 110px;
}

.infrastructure-text.infrastructure-right-text ul{
    padding-right: 0;
    padding-left: 30px;
}

.infrastructure-text ul li {
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.infrastructure-text ul li::after {
  content: "\f058";
  position: absolute;
  top: 0;
  right: -24px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--green-light);
}

.infrastructure-right-text.infrastructure-text ul li::after {
  left: -24px;
}

.infrastructure-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.infrastructure-wrapper .col-lg-3{
    width: 24% !important;
}

.infrastructure-wrapper .col-lg-4{
    width: 38% !important;
}

/********************* infrastructure_sec css end *********************/
/********************* our_journey_section css start *********************/

.our_journey_section .know-us-text h2 {
    margin-bottom: 100px;
}

.journey_list_col {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}

.journey_list_col:nth-child(odd){
    padding-right: 100px;
}

.journey_list_col::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 180px;
    width: 2px;
    height: 110px;
    background-image: linear-gradient(#005135 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 2px 11px;
    background-repeat: repeat-y;
    z-index: -1;
}

.journey_list_col:last-child::after{
    display: none;
}

.journey_list_col:last-child {
    padding-bottom: 0;
}

.journey_list_col:nth-child(even){
    padding-left: 100px;
}

.journey_left_img {
    width: 330px !important;
    height: 300px;
}

.journey_left_img img{
    border-radius: 20px;
}

.journey_right_content {
    width: calc(100% - 330px) !important;
}

.journey_content h5{
    color: var(--green-light);
    font-family: 'Area' !important;    
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.journey_content h3{
    color: var(--green);
    font-family: 'Area' !important;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
}

.journey_content p{
    font-size: 18px;
    line-height: 30px;
}

.journey_content {
    padding-left: 25px;
}

.journey_right_1 {
    position: absolute;
    top: 190px;
    right: 0;
    width: 425px;
    z-index: -1;
}

.journey_right_2 {
    position: absolute;
    bottom: 610px;
    right: 0;
    z-index: -1;
}

.journey_left_1 {
    position: absolute;
    top: 660px;
    left: 0;
    z-index: -1;
}

.journey_left_2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: -1;
}

.our_journey_section {
    padding: 0 0 80px;
}

.journey_whole_block_wrapper {
    width: 100%;
}

/********************* our_journey_section css end *********************/
/********************* certificate_sectoin css start *********************/

.certificate_sectoin{
    padding: 70px 0 150px;
}

.certification_left_div{
    width: 45% !important;
}

.certification_right_div{
    width: 55% !important;
}

.award-img img{
    transform: scale(0.8);
    width: 100%;
    transition: 0.5s;
}

.certificate_sectoin .swiper-slide.swiper-slide-active .award-img img{
    transform: scale(1);
    transition: 0.5s;
}

.award-standard{
    padding-bottom: 80px;
}

.my_awards_slider {
    width: 100%;
}

.certificate_sectoin .swiper-button-prev {
    left: 90px;
    transform: inherit;
}

.certificate_sectoin .swiper-button-next {
    left: 170px;
    transform: inherit;
}

.certification-right-img {
    position: absolute;
    top: -80px;
    right: 0;
}

/********************* certificate_sectoin css end *********************/
/********************* get_touch_section css start *********************/

.get_touch_section{
    padding: 50px 0 120px;
}

.get_touch_section .know-us-text h2 {
    margin-bottom: 20px;
}

.get_touch_section .know-us-text p {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    color: #646464;
}

.get_touch_section .know-us-text {
    margin-bottom: 100px;
}

.form_wrapper form p label{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--black);
    position: relative;
}

.form_wrapper form p label .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -33px;
    left: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.form_wrapper form p label input{
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.form_wrapper form p label textarea{
    margin-top: 10px;
    resize: none;
    padding: 10px;
    border-radius: 5px;
}

.form_wrapper form p{
    margin-bottom: 30px;
}

.form_wrapper form p:last-child{
    margin-bottom: 0;
}

.form_wrapper form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label{
    display: flex;
    gap: 10px;
    align-items: center;
}

.form_wrapper form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item{
    margin: 0;
}

.form_wrapper form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input{
    width: 20px;
    height: 20px;
    margin: 0;
}

.form_wrapper form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input .wpcf7-list-item-label{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.form_wrapper form p .wpcf7-submit {
    width: auto;
    padding: 13px 40px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--green);
    border: 1px solid var(--green);
    transition: 0.5s;
}

.form_wrapper form p .wpcf7-submit:hover {
    color: var(--green);
    background-color: transparent;
    transition: 0.5s;
}

.form_wrapper form p .wpcf7-submit:disabled{
    filter: opacity(0.5);
}
.form_wrapper form p .wpcf7-submit:disabled:hover{
    color: var(--white);
    background-color: var(--green);
    border: 1px solid var(--green);
}

.form_wrapper form{
    position: relative;
}

.form_wrapper form .wpcf7-response-output{
    position: absolute;
    bottom: -40px;
    left: 0;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    border-color: red !important;
    color: red;
}

.form_wrapper form.sent .wpcf7-response-output{
    border-color: #46b450 !important;
    color: #46b450 !important;
}

.touch_left_1 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.touch_left_2 {
    position: absolute;
    bottom: 210px;
    left: 0;
}

.touch_right_1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 525px;
}

/********************* get_touch_section css end *********************/
/********************* map_section css start *********************/

.map_section{
    padding: 0 0 150px;
}

.reach_content {
    background-color: var(--green);
    padding: 50px !important;
}

.map_section .ct-new-columns{
    border-radius: 18px;
    overflow: hidden;
}

.form_wrapper {
    width: 100%;
}

.form_wrapper {
    width: 100%;
}

.map_content {
    padding: 0 !important;
}

.reach_content .know-us-text h2 {
    color: var(--white);
}

.rich_content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.rich_content_wrapper ul li a{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--white);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: 0.5s;
}

.rich_content_wrapper ul li a:hover{
    color: var(--light-green);
    transition: 0.5s;
}

.rich_content_wrapper ul li a:hover img{
    filter: brightness(1);
    /*transition: 0.5s;*/
}

.rich_content_wrapper ul li a img{
    width: 24px;
    height: 24px;
    filter: brightness(11);
}

.rich_content_wrapper ul li{
    margin-bottom: 40px;
}

.map_wrapper {
    width: 100%;
}

.get_form_code {
    width: 100%;
}

/********************* map_section css end *********************/
/********************* product_npk_section css start *********************/

.product_npk_section {
    padding: 70px 0 0;
}

/*.product_npk_section .know-us-text h2 {*/
/*    margin-bottom: 30px;*/
/*}*/

.product_npk_section .know-us-text p{
    max-width: 900px;
    color: #646464;
}

.product_npk_section .know-us-text {
    margin-bottom: 40px;
}

.our_prouducts_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product_npk_section .product-slider-inner {
    width: 25%;
}

.our_pro_code{
    width: 100%;
}

.npk_right_1 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 525px;
}

/********************* product_npk_section css end *********************/
/********************* pro_water_soluble css start *********************/

.product_npk_section.pro_water_soluble {
    padding: 100px 0 0;
}

.pro_water_soluble.product_npk_section .know-us-text p {
    max-width: 100%;
}

/********************* pro_water_soluble css end *********************/
/********************* pro_organic_fertilizers css start *********************/

.product_npk_section.pro_organic_fertilizers {
    padding: 100px 0 0;
}

.organic_left_1 {
    position: absolute;
    top: 410px;
    right: 0;
    z-index: -1;
    height: 200px;
}

/********************* pro_organic_fertilizers css end *********************/
/********************* pro_bentonite_granules css start *********************/

.pro_bentonite_granules.product_npk_section .know-us-text p {
    max-width: 1200px;
}

/********************* pro_bentonite_granules css end *********************/
/********************* pro_others css start *********************/

.pro_others{
    padding-bottom: 100px;
}

.bentonite_left_1 {
    position: absolute;
    top: 210px;
    right: 0;
    height: 500px;
}

/********************* pro_others css end *********************/
/********************* meet_section css start *********************/

.meet_section{
    padding: 50px 0 150px;
    /*overflow-x: hidden;*/
}

.meet_section .know-us-text {
    text-align: center;
    margin-bottom: 50px;
}

/*.meet_section .know-us-text h2 {*/
/*    margin-bottom: 30px;*/
/*}*/

.meet_section .know-us-text p{
    max-width: 1140px;
    margin: 0 auto;
}

.team_left_1 {
    position: absolute;
    top: -50px;
    left: 0;
    height: 310px;
    z-index: 1;
}

.team_right_1 {
    position: absolute;
    right: 0;
    top: -40px;
    height: 237px;
    z-index: 2;
}

.team_img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.5s;
    position: relative;
}

.team_img img{
    width: 100%;
    height: 550px;
}

.my_team_col {
    width: 25%;
}

.team_img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/team-shap.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.team_img:hover::after{
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.team_img:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}

.team_img img{
    transition: 0.5s;
}

.team_content h4{
    font-family: Area !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: var(--black);
}

.team_content p{
    text-align: center;
    color: var(--black);
}

/********************* meet_section css end *********************/
/********************* gallery_section css start *********************/

.gallery_section{
    padding: 50px 0 130px;
}

.gallery_code {
    width: 100%;
    z-index: 3;
}

.gallery_code .col-lg-12{
    margin-bottom: 50px;
}

.gallery_code .col-lg-12 ul li{
    background-color: transparent !important;
    color: var(--green);
    font-family: Area;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 13px 30px !important;
    border: 1px solid var(--green);
    border-radius: 50px;
    margin: 0 5px !important;
    transition: 0.5s;
}

.gallery_code .col-lg-12 ul li.active{
    background-color: var(--green) !important;
    color: var(--white);
}

.gallery_code .col-lg-12 ul li:hover{
    background-color: var(--green) !important;
    color: var(--white);
    transition: 0.5s;
}

.gallery_code .filters-div .filtr-item{
    padding: 15px !important;
}

.gallery_code .filters-div .filtr-item .gallery_img_wraps{
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 380px;
}

.gallery_code .filters-div .filtr-item .gallery_img_wraps img{
    border: 0 !important;
    padding: 0 !important;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_code .filters-div .filtr-item .gallery_img_wraps::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #79b94057;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.gallery_code .filters-div .filtr-item .gallery_img_wraps:hover::after{
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.gallery_code .filters-div .filtr-item .gallery_img_wraps:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}

.gallery_img_1 {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1;
    height: 200px;
}

.gallery_leaf_1 {
    position: absolute;
    bottom: 400px;
    left: -20px;
    height: 106px;
}

.gallery_leaf_2 {
    position: absolute;
    bottom: 140px;
    right: 0;
    height: 106px;
}

/********************* gallery_section css end *********************/
/********************* environment_section css start *********************/

.environment_section {
    padding: 60px 0 140px;
}

.environment_section .know-us-text {
    margin-bottom: 100px;
    text-align: center;
}

.environment_section .right_content_col .know-us-text{
    margin-bottom: 0;
}

.environment_section .know-us-text h2{
    margin-bottom: 30px;
}

.right_content_col .know-us-text p,
.right_content_col .know-us-text h2{
    text-align: left;
}

.environment_section .right_content_col .know-us-text p{
    margin-bottom: 20px;
    max-width: 100%;
}

.environment_section .know-us-text p{
    max-width: 1380px;
    margin: 0 auto;
}

.right_content_col{
    width: 43% !important;
}

.img_2_set_col{
    position: relative;
    width: 57% !important;
}

.environmetn_left_1 {
    position: absolute;
    height: 200px;
    top: -30px;
    left: 0;
    z-index: 1;
}

.gallery_img_2 {
    position: absolute;
    top: -120px;
    right: 0;
    height: 630.73px;
    z-index: 2;
}

.imgs_both_wrap {
    flex-direction: row;
    width: 100%;
}

.img_1_wrap,
.img_2_wrap {
    width: 50%;
    padding: 0 15px;
}

.img_1_wrap img,
.img_2_wrap img{
    width: 100%;
}

.img_2_wrap {
    margin-top: 50px;
}

.understand_col_wrapper {
    align-items: center;
}

.environmetn_right_1 {
    height: 267px;
    position: absolute;
    z-index: -1;
    top: 220px;
    right: 0;
}

.img_leaf_1 {
    position: absolute;
    bottom: -36px;
    right: 330px;
}

/********************* environment_section css end *********************/
/********************* environmental_section css start *********************/

.img_bottom_set {
    /*width: 100%;*/
    border-radius: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-top: 65px;
}

.environment_img_set{
    position: relative;
}

.environmental_section .know-us-text h2 {
    margin-bottom: 20px;
}

.environmental_section .know-us-text p {
    max-width: 760px;
}

.environment_left_1 {
    height: 490px;
    position: absolute;
    bottom: -190px;
    left: 0;
    z-index: -1;
}

.environment_right_1 {
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: -1;
}

.img_top_set {
    border-radius: 20px;
    width: 436px;
    height: 354px;
    position: absolute;
    top:0;
    left: 0;
    box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.15);
}

.environment_col_wrapper {
    align-items: center;
}

.environmental_section {
    padding: 0 0 100px;
}

/********************* environmental_section css end *********************/
/********************* emergency_section css start *********************/

/*.emergency_section .know-us-text h2 {*/
/*    margin-bottom: 30px;*/
/*}*/

.emergency_4,
.emergency_3,
.emergency_1 {
    width: 36%;
    height: 215px;
}

.emergency_1 {
    border-radius: 20px 0 0 0;
}
.emergency_2 {
    border-radius: 0 20px 0 0;
}
.emergency_3 {
    border-radius: 0 0 0 20px;
}
.emergency_4 {
    border-radius: 0 0 20px 0;
}

.emergency_2 {
    width: 60%;
    height: 363px;
}

.emergency_col_wrapper {
    align-items: center;
}

.emergency_img_set{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
}

.emergency_img_set{
    width: 51% !important;
}

.environment_content{
    width: 49% !important;
}

.emergency_left_1 {
    position: absolute;
    top: -110px;
    left: 70px;
    z-index: -1;
}

/********************* emergency_section css end *********************/
/********************* sustainability_section css start *********************/

.sustainability_section {
    padding: 100px 0 100px;
}

.sustainability_section .know-us-text {
    text-align: center;
}

.sustainability_section .know-us-text p{
    max-width: 900px;
    margin: 0 auto;
    color: #646464;
}

.sustainability_section .know-us-text{
    margin-bottom: 50px;
}

/*.sustainability_section .know-us-text h2 {*/
/*    margin-bottom: 30px;*/
/*}*/

.mybox_1{
    width: calc(25.40000% - 30px) !important;
    padding: 40px 30px 30px !important;
    border: 1px solid var(--black);
    border-radius: 15px;
    transition: 0.5s;
}

.mybox_1:hover{
    border: 1px solid transparent;
    background: linear-gradient(135deg, #005135 0%, #79B940 100%);
    transition: 0.5s;
}

.sustainability_content_all_boxes {
    gap: 30px;
}

.my_box_content h4{
    font-family: Area !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    margin: 30px 0;
    transition: 0.5s;
}

.mybox_1:hover .single_box_wrap .my_box_img{
    filter: invert(1);
    transition: 0.5s;
}

.mybox_1:hover .my_box_content p,
.mybox_1:hover .my_box_content h4{
    color: var(--white);
    transition: 0.5s;
}

.mybox_1:hover .single_box_wrap {
    transform: translateY(-10px);
    transition: 0.5s;
}

.mybox_1 .single_box_wrap {
    transition: 0.5s;
}

.my_box_content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: 0.5s;
}

.my_box_img {
    width: 70px;
    height: 70px;
}

.sustain_right_1 {
    height: 437px;
    position: absolute;
    right: 0;
    top: -90px;
    z-index: -1;
}

/********************* sustainability_section css end *********************/
/********************* sustainability_section css end *********************/

.corporate_section .infrastructure-text {
    justify-content: center;
    padding: 0 20px 20px;
}

.corporate_section .infrastructure-text:last-child{
    padding-bottom: 0;
}

.corporate_section .infrastructure-text h4{
    font-family: "Area" !important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    color: var(--green-light);
}

.coporate_left_1 {
    position: absolute;
    top: -60px;
    left: 0;
    height: 490px;
    z-index: -1;
}

.corporate_right_1 {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: -1;
}

.corporate_left_2 {
    position: absolute;
    bottom: 60px;
    left: 0px;
    height: 90px;
    z-index: -1;
}

.corporate_leaf {
    position: absolute;
    height: 204.24px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/********************* sustainability_section css end *********************/
/********************* coporate_section_new css start *********************/

.sustainability_section.coporate_section_new {
    padding: 60px 0 100px;
}

.coporate_section_new .know-us-text p {
    max-width: 1500px;
    margin: 0 auto;
    color: #646464;
}

.coporta_left_1 {
    height: 491.817px;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 1;
}

.commitee_section.environmental_section .know-us-text h2 {
    margin-bottom: 50px;
    text-align: center;
}

.commitee_section.environmental_section .audit_col .know-us-text h2 {
    margin-bottom: 30px;
    text-align: left;
}

.audit_col{
    align-items: center;
}

.comiti_right_1 {
    position: absolute;
    top: -60px;
    right: 0;
    height: 213px;
}

.comite_left_1 {
    position: absolute;
    top: -50px;
    left: 0;
    height: 150px;
}

/********************* coporate_section_new css end *********************/
/********************* nomination_section css start *********************/

.nominee_col {
    align-items: center;
}

.nomini_right_content {
    padding-left: 50px !important;
}

.nomination_section{
    padding: 0 0 40px;
}

.nomini_right_1 {
    position: absolute;
    top: -20px;
    right: 0;
}

.nomination_section .know-us-text h2 {
    padding-right: 80px;
}


/********************* nomination_section css end *********************/
/********************* nomination_section css end *********************/

.csr_bottom_1 {
    position: absolute;
    bottom: 80px;
    left: 0;
    height: 225px;
}

.environment_section.csr_section{
    padding: 60px 0 100px;
}

/********************* nomination_section css end *********************/
/********************* send_inquiry_section css start *********************/

.send_inquiry_section {
    padding: 60px 0 150px;
}

.send_inquiry_section .know-us-text h2 {
    text-align: center;
    margin-bottom: 50px;
}

.form_div_code {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid var(--green);
    box-shadow: 0px 0px 30px 0px #0051354f;
    border-radius: 15px;
    position: relative; 
}

.contact_right_1{
    position: absolute;
    height: 195px;
    top: -40px;
    right: 0;
    z-index: 2;
}

.form_div_code form .row .col-md-12 p label,
.form_div_code form .row .col-md-4 p label{
    font-family: Area !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.form_div_code form .row .col-md-12 p,
.form_div_code form .row .col-md-4 p{
    margin-bottom: 30px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.form_div_code form .row .col-md-12 p label,
.form_div_code form .row .col-md-4 p label,
.form_div_code form .row .col-md-4 p label input{
    width: 100%;
}

.form_div_code form .row .col-md-4 p select,
.form_div_code form .row .col-md-12 p label textarea,
.form_div_code form .row .col-md-4 p label input{
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.form_div_code form .row .col-md-4 p .wpcf7-not-valid-tip{
    position: absolute;
    bottom: -33px;
    left: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.form_div_code form .row .col-md-12 p label textarea{
    resize: none;
}

.submit_btn p{
    margin: 0 !important;
    display: flex;
}

.submit_btn input{
    width: auto;
}

.contact_left_1{
    position: absolute;
    bottom: 160px;
    left: 0;
    height: 227px;
}

.form_div_code form .wpcf7-response-output{
    position: absolute;
    bottom: 16px;
    left: 50px;
    margin: 0;
    padding: 0 8px;
    border-color: red !important;
    color: red;
    font-size: 13px;
}

.submit_btn .btn-green:hover {
    background-color: transparent;
    color: var(--green);
    transition: all 0.5s;
}

.form_div_code form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 ;
}

/********************* send_inquiry_section css end *********************/
/********************* single_pro_section css start *********************/

.single_pro_section {
    padding: 50px 0 100px;
}

.single_pro_col {
    padding: 40px;
    background: rgba(247, 251, 242, 1);
    border-radius: 10px;
}

.single_pro_details .product_title{
    font-family: "Area" !important;
    font-size: 32px;
    line-height: 42px !important;
    font-weight: 900 !important;
    margin-bottom: 30px !important;
    color: var(--green) !important;
}

.single_pro_btns {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.single_pro_details .oxy-product-description p{
    font-weight: 600 !important;
    color: #646464;
}

.wrap_share_data h4,
.single_pro_details .oxy-product-description h4{
    margin: 30px 0 10px;
    font-family: Area !important;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    color: var(--green);
}

.single_pro_details .oxy-product-description ul{
    padding-left: 25px;
}

.single_pro_details .oxy-product-description ul li{
    color: #646464;
    font-family: Area;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}

.single_pro_details .oxy-product-description ul li::after{
    content: "\f058";
    position: absolute;
    top: 0;
    left: -24px;
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--green-light);
}

.wrap_share_data .share_shortcode .addtoany_shortcode a span{
    height: 40px;
    line-height: 28px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap_share_data .share_shortcode .addtoany_shortcode a span svg{
    width: 30px;
}

.single_pro_img .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    border: 0 !important;
    text-align: center;
}

.single_pro_img .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    display: none;
}

.product_send_inquiry_section .know-us-text h2 {
    margin-bottom: 60px;
    text-align: center;
}

.single_pro_details {
    padding-left: 50px !important;
    position: relative;
    padding-top: 40px !important;
}

.single_pro_details:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: var(--green);
}

.single_pro_form_left {
    position: absolute;
    top: -30px;
    right: 0;
    height: 231px !important;
}

/********************* single_pro_section css end *********************/
/********************* single_pro_related_list css start *********************/

.product-section.single_pro_related_list {
    padding: 100px 0;
}

.single_pro_form_right {
    position: absolute;
    top: 70px;
    left: 0;
    height: 146px !important;
}
    
/********************* single_pro_related_list css end *********************/
/********************* terms_section css start *********************/

.terms_section {
    padding: 50px 0 100px;
}

.terms_section .know-us-text {
    text-align: center;
    margin-bottom: 50px;
}

.terms_left_img {
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.terms_content_wrap h5{
    color: red;
    font-size: 30px;
    line-height: 40px;
}

.terms_right_img {
    position: absolute;
    top: -50px;
    right: 0;
    height: 520px;
}

.terms_section .know-us-text p{
    color: #646464;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.tabs_hading {
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
      -webkit-column-gap:10px;
    
}

.tabs_hading .oxy-tab{
    padding: 13px 30px;
    border: 1px solid var(--green);
    border-radius: 50px;
    transition: 0.5s;
}

.tabs_hading .oxy-tab .ct-text-block{
    font-family: "Area";
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: var(--green);
}

.tabs_hading .oxy-tab:hover{
    background-color: var(--green);
    color: var(--white);
    transition: 0.5s;
}

.tabs_hading .oxy-tab:hover .ct-text-block{
    color: var(--white);
    transition: 0.5s;
}

.tabs_hading .oxy-tab.tabs-6432-tab-active{
    background-color: var(--green);
}

.tabs_hading .oxy-tab.tabs-6432-tab-active .ct-text-block{
    color: var(--white);
}

.terms_content_wrap ul li strong{
    color: var(--black);
    text-align: center;
    font-family: "Area";
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 40px 0 20px;
    display: inline-block;
}

.terms_content_wrap ul li{
    font-family: "Area";
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.lower-alpha li{
    list-style: disc;
    margin-bottom: 30px;
}

.lower-alpha{
    padding-left: 50px;
    margin-top: 15px;
}

.lower-alpha li strong{
    font-size: 16px !important;
    line-height: 26px !important;
    margin: 0 !important;
}

.lower-roman li{
    margin-bottom: 10px;
    list-style: auto;
}

.lower-roman{
    margin: 10px 0;
    padding-left: 30px;
}

.terms_content_wrap ul li a{
    color: var(--black);
    font-weight: 900;
    text-decoration: underline;
}

.terms_content_wrap ul li a:hover{
    color:var(--light-green);
}

/********************* terms_section css end *********************/
/********************* popup css start *********************/

#popmake-285.pum-container {
    border: 0 !important;
    box-shadow: none !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(830px - 40px) !important;
    margin: 0 auto;
    padding: 20px;
}

#popmake-285 .pum-content .know-us-text h2{
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}

#popmake-285 .pum-content .know-us-text p{
    text-align: center;
}

#popmake-285 .pum-content .know-us-text h2 span{
    font-size: 52px;
    line-height: 60px;
}

#popmake-285 .submit_btn p{
    justify-content: center;
}

#popmake-285 .submit_btn p input{
    width: auto !important;
}

#popmake-285 .row .col-md-12 p label{
    width: 100%;
    font-family: "Area" !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: var(--black) !important;
}

#popmake-285 .row .col-md-12 p label input{
    margin-top: 10px !important;
}

#popmake-285 .pum-close{
    right: -10px;
    top: -10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
     border: 0;
    border-radius: 26px;
    box-shadow: none; 
    text-shadow: none;
    background-color: var(--light-green);
}

/********************* popup css end *********************/
/********************* my_cat_products css start *********************/

.my_cat_products{
    padding: 50px 0 100px;
}

.my_cat_products .ct-inner-content h1{
    font-size: 46px;
    line-height: 54px;
    color: var(--green);
    text-align: center;
    margin-bottom: 40px;
}

.my_cat_products form.woocommerce-ordering{
    display: none;
}

.my_cat_products .products .product a img{
    border: 0 !important;
    margin: 0 !important;
    width: 244px !important;
    height: 360px !important;
    transition: 0.5s;
}

.my_cat_products .products .product a img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.my_cat_products .products .product a{
    align-items: center;
}

.my_cat_products .products .product a h2 {
    font-family: Area !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 40px !important;
    padding: 0 !important;
    color: var(--green) !important;
    margin: 24px 0 !important;
    transition: 0.5s;
    text-align: center;
    width: 100%;
}

.my_cat_products .products .product a h2:hover{
    color: var(--light-green) !important;
    transition: 0.5s;
}

.my_cat_products .products .product a .price{
    display: none !important;
}

/********************* my_cat_products css end *********************/
/********************* 404 page css start *********************/

.not_fount_section {
    padding: 150px 0;
}

.not_fount_text {
    text-align: center;
    width: 100%;
}

.not_fount_text  h2{
    font-size: 126px;
    line-height: 134px;
    color: var(--green);
}

.not_fount_text  p{
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
    font-weight: 700;
}

/********************* 404 page css end *********************/

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus{
    background: transparent !important;
}

.mobile_device{
    display: none;
}

.single_pro_img .woocommerce-product-gallery__wrapper a img{
    height: 700px !important;
    object-fit: contain !important;
}


/*#f-simplefilter-172 {*/
/*    display: none !important;*/
/*}*/














