/********** Template CSS **********/
:root {
  --primary: #126334;
  --secondary: #F65005;
  --light: #F7F8FC;
  --dark: #111111;
  --nq-base: #126334;
  --nq-primary: #126334;
  --nq-black: #283734;
  --nq-gray: #6f7775;
  --nq-extra: #126334;
  --nq-white: #fff;
  --nq-base: #e8f5e9;
  --nq-bdr-radius: 15px;
  --ltn__box-shadow-3: 0 1px 6px 0 rgba(54, 56, 61, 0.15);
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {

  font-family: 'Poppins', sans-serif;
}


.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  background-color: #126334;
  border: solid 1px#126334;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.bg-icon {
  background: #e8f5e9;
  background-size: contain;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
  color: var(--nq-white);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


header.sticky {

  background: var(--nq-white);
  text-align: left;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 9;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
}

header.sticky .top-bar {
  display: none !important;
}


/*** Navbar ***/
.fixed-top {
  transition: .5s;
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid #e5eaee;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  padding: 25px 15px;
  color: #555555;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--dark);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    background: var(--nq-white);
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}




.breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}

.navbar-brand img {
  max-width: 150px;
  padding: 10px 0px;
}

.header-search-wrap {
  position: relative;
}

.header-search-1,
.ltn__drop-menu>ul>li>a,
.mini-cart-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--nq-white);
  color: #071c1f;
  text-align: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease 0s;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  margin: 5px;
  display: inherit;
}

.search-open.header-search-1-form {
  height: 90px;
}

.header-search-1-form {
  background-color: var(--nq-white);
  box-shadow: 0 1px 6px 0 rgba(54, 56, 61, 0.15);
  height: 0;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 120%;
  transition-duration: 0.4s;
  transition-property: height;
  width: 320px;
  z-index: 9999;
}

.search-icon .for-search-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.header-search-1 .search-icon {
  min-width: 25px;
  text-align: center;
  font-size: 16px;
}

.search-icon {
  position: relative;
}

.header-search-1:hover,
.ltn__drop-menu>ul>li>a:hover,
.mini-cart-icon a:hover {
  background: #126334;
  color: var(--nq-white);
}

.header-search-1-form form {
  position: relative;
  margin: 15px 15px 0;
}

.header-search-1-form input[type="text"] {
  height: 60px;
  padding-right: 50px;
  background-color: var(--nq-white);
  border: 2px solid #e4ecf2;
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: #071c1f;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}

.header-search-1-form input[type="text"]:focus {
  border: solid 1px #126334;
}

.header-search-1-form input[type="text"]:focus-visible {
  border: solid 1px #126334;
}

.header-search-1-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #071c1f;
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 48px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 5px;
  padding: 1px 6px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/* ltn__drop-menu */
.ltn__drop-menu {
  display: inline-block;
  text-align: left;
}

.ltn__drop-menu li {
  margin-top: 0;
}

.ltn__drop-menu+.ltn__drop-menu {
  margin-left: 10px;
}

.ltn__drop-menu ul {
  margin-bottom: 0;
  padding: 0px;
}

.ltn__drop-menu>ul>li {
  display: inline-block;
  position: relative;
}

.ltn__drop-menu>ul>li>a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}

.ltn__drop-menu ul li ul {
  position: absolute;
  min-width: 150px;
  right: 0;
  background-color: var(--nq-white);
  z-index: 999;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  border-top: 1px solid #ececec;
  top: 130%;
  padding: 10px 0;
  margin: 0;
  -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  opacity: 0;
  visibility: hidden;
}

.ltn__drop-menu ul li ul li {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  font-weight: 500;
}

.ltn__drop-menu ul li ul li a {
  color: inherit;
}

.ltn__drop-menu ul li:hover>ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.ltn__drop-menu ul li:hover>a {
  color: var(--ltn__secondary-color);
}

.ltn__drop-menu>ul>li,
.header-wishlist a {
  font-size: 20px;
}

.midIconBox {
  position: relative;
  padding-left: 55px;
  padding-right: 10px;
  float: right;
  margin: 9px 0 0;
}

.midIconBox i {
  font-size: 41px;
  color: #96b416;
  line-height: 41px;
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-90deg, #92c64e 0%, #4baf50 100%);
}

.midIconBox span {
  font-size: 13px;
  line-height: .8;
  color: #3e4b5f;
  text-transform: uppercase;
  margin: 0 0 0;
}

.midIconBox p {
  font-size: 20px;
  color: #96b416;
  font-weight: 800;
  margin: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-90deg, #92c64e 0%, #4baf50 100%);
}


/*** Section Header ***/
.section-header {
  position: relative;
}

.serviceSection01 {
  position: relative;
  padding: 3rem 0;
  background: #126334;
}

.service-background-overlay {
  background: url(../img/pattern_1.png) repeat left top;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.02;
}

.sec-title__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.icon_box_01 {
  position: relative;
  background: #f1f3e8;
  font-family: spartan, sans-serif;
  border-radius: 10px;
  padding: 21px 20px 21px 115px;
  min-height:110px;
}

.icon_box_01 img {
  font-size: 36px;
  line-height: 90px;
  color: #000;
  position: absolute;
  left: 15px;
  top: 12px;
  width: 86px;
  height: 86px;
  background: var(--nq-white);
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 2px 38px 0 rgb(0 0 0 / 8%);
  -moz-box-shadow: 0 2px 38px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 38px 0 rgb(0 0 0 / 8%);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  padding:17px;
}

.icon_box_01 img:after {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: '';
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 50%;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}


.icon_box_01 h3 {
  font-size: 20px;
  margin: 0 0 3px;
  line-height:24px;
}

.icon_box_01 p {
  font-size: 14px;
  color: #8f96a1;
  font-weight: 400;
  margin: 0;
}



/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/


/***
=============================================
    About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: var(--nq-white);
  padding: 120px 0px 120px;
  z-index: 1;
  overflow: hidden;
}

.about-one__bg {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: -1;
}

.about-one__left {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
}

.about-one__left::before {
  content: '';
  width: 10000px;
  height: 100%;
  position: absolute;
  right: 50%;
  top: -140px;
  background-color: #f6f4ec;
}

.about-one__left-img {
  position: relative;
  display: block;
}

.about-one__left-img::after {
  content: '';
  width: 28px;
  height: 110px;
  background-color: #126334;
  position: absolute;
  left: -88px;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-one__left-img::before {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 30px;
  height: 330px;
  background: #126334;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
}

.about-one__left-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-one__left-img-inner::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 2;
}

.about-one__left:hover .about-one__left-img-inner::before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

.about-one__left-img-inner img {
  width: 100%;
}



.about-one__content {
  position: relative;
  display: block;
  width: 100%;
}

.about-one__content-title {
  color: #126334;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  padding-top: 10px;
  display: inherit;
}

.about-one__content-text {
  position: relative;
  display: block;
  margin-top: 19px;
  line-height: 26px;
  color: #283734;
}

.about-one__content-list {
  position: relative;
  display: block;
  margin-top: 38px;
  padding-left: 0px;
}

.about-one__content-list li {
  position: relative;
  display: flex;
  align-items: top;
}

.about-one__content-list li:last-child {
  margin-bottom: 0;
}

.about-one__content-list li .icon {
  position: relative;
  display: block;
  top: 0px;
}

.about-one__content-list li .icon i::before {
  color: #126334;
  font-size: 15px;
}

.about-one__content-list li .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-one__content-list li .text p {
  color: #334b35;
  font-weight: 500;
}

.about-one__content-video-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.about-one__content-video-box-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 160px;
  width: 100%;
  z-index: 1;
}

.about-one__content-video-box-img-wrapper {
  position: relative;
  margin-right: 28px;
}

.about-one__content-video-box-img-wrapper::after {
  content: '';
  width: 28px;
  height: 81px;
  background-color: #126334;
  position: absolute;
  right: -38px;
  top: 0;
  border-radius: 10px;
}

.about-one__content-video-box-img::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.5);
  content: "";
}

/*.about-one__content-video-box-img img {
  width: 100%;
}*/

.about-one__content-video-box-img .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-one__content-video-box-img .icon a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #126334;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--nq-white);
}

.about-one__content-video-box-img .icon a:hover {
  background: #334b35;
}

.about-one__content-video-box-img .icon a::before,
.about-one__content-video-box-img .icon a::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  transition: all .4s ease;
}

.about-one__content-video-box-img .icon a::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.about-one__content-video-box-img .icon a span::before {
  color: var(--nq-white);
  font-size: 16px;
  line-height: 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-one__content-video-box-img .icon a:hover span::before {
  color: var(--nq-white);
}

.about-one__content-video-box-title {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-one__content-video-box-title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px;
}

.about-one__content-video-box-title h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}



.swiper-slide {
  min-height: 792px;
  display: flex;
  align-items: center;
}

.main-slider {
  position: relative;
  display: block;
  text-align: left;
}

.main-slider-subtitle {
  font-size: 24px;
  color: #071c1f;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  padding-top: 150px;
  display: inherit;
  opacity: 0;
  margin: 0px;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-title {
  position: relative;
  font-size: 60px;
  color: #126334;
  font-weight: 800;
  line-height: 75px;
  margin-top: 14px;
  margin-bottom: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-disc {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
  color: #071c1f;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-product {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-product img {
  max-width: 100%;
}


.main-slider-btn-box:hover {
  color: #126334;
}

.main-slider-btn-box:before {
  background-color: var(--nq-white);
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background: linear-gradient(-90deg, #30a360 0%, #126334 100%);
  color: var(--nq-white);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 30px;
  padding: 20px 30px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 5px 15px 0px #12633485;
  transition: all 400ms ease 0s;
  border: none;
}

.swiper-slide-active .main-slider-title,
.swiper-slide-active .main-slider-subtitle,
.swiper-slide-active .main-slider-btn-box,
.swiper-slide-active .main-slider-disc,
.swiper-slide-active .main-slider-product {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}



/*** Product ***/
.products-sec {
  position: relative;
  display: block;
  padding: 6rem 0rem;
  background-color: #e8f5e9;
}


.productItem {
  position: relative;
  background: var(--nq-white);
  border-radius: 10px;
  margin: 95px 0 30px;
  transition: all .3s ease;
  box-shadow: -2px 4px 43px 0 rgb(0 0 0 / 6%);
  z-index: 2;
  text-align: center;
  padding: 0 0 36px;
}

.productItem .proThumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  margin-top: -95px;
  text-align: center;

}

.productItem .proThumb img {
  width: auto;
  max-width: 250px;
  height: auto;
  display: inline-block;
}

.product_content {
  padding: 158px 20px 26px;
}


.product_content span a {
  font-size: 18px;
  color: #212121;
  margin: 0 0 14px;
  font-weight: 700;
  margin-bottom: 3px;
}

.product_content span a:hover {
  color: #126334;
}

.pi01Price {

  display: block;
  font-size: 18px;
  line-height: 1.2;
  line-height: .8;
  padding-top: 20px;
  color: #126334;
}

.piActionBtns a {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  font-size: 21px;
  line-height: 50px;
  background: #e8f5e9;
  display: inline-block;
  border-radius: 100px;
  margin: 0px 5px;
}

.piActionBtns a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: linear-gradient(-90deg, #92c64e 0%, #4baf50 100%);
  border-radius: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.piActionBtns a:hover {
  background-image: linear-gradient(-90deg, #92c64e 0%, #4baf50 100%);
  color: var(--nq-white);
}

.qty_weight {
  margin: 0 14px 20px 0;
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.qty_weight .quantityd {
  height: 50px;
  background: #f2f2f2;
  border: none;
  box-shadow: none;
}

.quantityd {
  height: 55px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  width: 142px;
  float: left;
  margin: 0 !important;
  border: 1px solid #ddd;
  border-bottom: none;
  -webkit-box-shadow: 0 5px 5px 0 rgb(1 1 1 / 12%);
  -moz-box-shadow: 0 5px 5px 0 rgba(1, 1, 1, .12);
  box-shadow: 0 5px 5px 0 rgb(1 1 1 / 12%);
}

.qty_weight .quantityd input[type="number"] {
  right: 0;
  margin: auto;
  width: 40px !important;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  display: block;
  top: 3px;
}


.quantityd button.qtyBtn:hover {
  background: #126334;
  color: var(--nq-white);
}

.quantityd button.qtyBtn:hover {
  color: var(--nq-white);
  background: #126334;
}

.quantityd button.qtyBtn {
  width: 42px;
  height: 42px;
  background: var(--nq-white);
  border-radius: 50%;
  padding: 0;
  position: absolute;
  font-size: 25px;
  border: none;
  outline: none;
  color: #333e48;
  font-weight: 500;
  letter-spacing: -.15px;
  padding: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.quantityd button.qtyBtn.btnMinus {
  right: auto;
  left: 4px;
  line-height: 42px;
}

.quantityd input[type=number] {
  border: medium;
  color: #818181;
  height: 100%;
  font-size: 14px;
  line-height: 55px;
  filter: none;
  margin: 0;
  width: 70px !important;
  background: 0 0;
  left: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center !important;
  z-index: -1;
  appearance: inherit;
}





.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: var(--nq-white);
}

.product-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item img {
  transition: .5s;
}

.product-item:hover img {
  transform: scale(1.1);
}

.product-item small a:hover {
  color: var(--primary) !important;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
  width: 60px;
  height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item {
  background: var(--nq-white);
  min-height:260px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
  transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #126334;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: var(--nq-white) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
  color: #e8f6e9;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid #126334;
  border-radius: 50px;
  font-size: 18px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--nq-white);
  background: #126334;
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 6rem 0rem;
  background-color: #e8f5e9;
}

.faq-page__single {
  position: relative;
  display: block;
  margin-top: 40px;
}

.faq-one {
  position: relative;
  display: block;
  background-color: #e8f5e9;
  padding: 120px 0 160px;
  z-index: 1;
}

.faq-one-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.faq-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 807px;
  height: 626px;
  opacity: 0.08;
  z-index: -1;
}

.faq-one__left {
  position: relative;
  display: block;
}

.faq-one__left .section-title {
  margin-bottom: 28px;
}

.faq-one__text-1 {
  font-size: 16px;
  padding-bottom: 41px;
  margin-right: 70px;
}

.faq-one__btn {
  font-weight: 600;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 2px solid #12633429;
  border-radius: 10px;
  background-color: var(--nq-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--nq-white);
}

.faq-one-accrodion .accrodion.active {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 21px 40px 21px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 35px;
}

.faq-one-accrodion .accrodion-title span {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  color: #283734;
  letter-spacing: -0.02em;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
 display:inherit;
}

.faq-one-accrodion .accrodion+.accrodion {
  margin-top: 15px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  color: #126334;
}

.faq-one-accrodion .accrodion.active .accrodion-title span {
  color: #126334;
}

.faq-one-accrodion .accrodion-title span::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #f9f4e8;
  background-color: #283734;
  position: absolute;
  top: 50%;
  right: -13px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title span::before {
  content: "\f068";
  color: #fff;
  background-color: #283734;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion .accrodion-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: rgb(20 100 54 / 20%);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.faq-one-accrodion .accrodion.active .accrodion-title span::after {
  background-color: #146436;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 21px;
  margin-top: -9px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
}

.faq-banner-area {
  padding: 0px 20px 20px;
  position: relative;
  margin-top: 40px;
}

.faq-banner-area::before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: #126334;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 10px;
}

.faq-banner-area img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  max-width: 100%;
}

/*--------------------------------------------------------------
# FEATURE Section
--------------------------------------------------------------*/

.features {
  padding: 6rem 0rem;
}

.features_header-title {
  margin-bottom: 15px;
  color: #126334;
}

.features_header {
  margin-bottom: 40px;
  text-align: center;
}

.features_header-title .linebreak {
  display: block;
}

.features_header-text {
  max-width: 500px;
  margin: 0 auto;
}

.features-list_item {
  text-align: center;
  margin-bottom: 0px;
  cursor: pointer;
}

.features-list_item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e8f5e9;
  color: #126334;
  -webkit-box-shadow: 0 0 15px rgb(37 143 103 / 10%);
  box-shadow: 0 0 15px rgb(37 143 103 / 10%);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.features-list_item:hover .icon {
  background: #126334;
  color: var(--nq-white);
}

.features-list_item .title {
  margin: 30px 0 15px;
  font-size: 22px;
  line-height: 1.1;
  color: #126334;
}

.features-list_item .text {
  max-width: 370px;
}
.chosseus_heading {
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    color: #126334;
}

/*--------------------------------------------------------------
# NEWS Section
--------------------------------------------------------------*/

.news-two {
  position: relative;
  display: block;
  padding: 6rem 0rem;
}

.news-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-two__img-one {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.news-two__img-one:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(40, 55, 52, .30);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.news-two__single:hover .news-two__img-one:before {
  visibility: visible;
  opacity: 1;
  transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
  height: 100%;
}

.news-two__img-one img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.news-two__single:hover .news-two__img-one img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.news-two__date-one {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 6px 10px 6px;
  border-radius: 4px;
  z-index: 2;
}

.news-two__date-one p {
  font-size: 14px;
  color: #126334;
  font-weight: 700;
  line-height: 18px;
  margin: 0px;
}

.news-two__content-one {
  position: relative;
  display: block;
  background-color: #126334;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 22px 50px 22px;
}

.news-two__meta-one {
  position: relative;
  display: flex;
  align-items: center;
}

.news-two__meta-one li+li {
  margin-left: 15px;
}

.news-two__meta-one li a {
  font-size: 14px;
  color: var(--nq-white);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-two__meta-one li a:hover {
  color: var(--nq-primary);
}

.news-two__meta-one li a i {
  color: var(--nq-white);
  padding-right: 3px;
}

.news-two__title-one {
  font-size: 34px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -0.04em;
}

.news-two__title-one a {
  color: var(--nq-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-two__title-one a:hover {
  color: var(--nq-primary);
}

.news-two__list {
  position: relative;
  display: block;
}

.news-two__list-single {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.news-two__list-single:last-child {
  margin-bottom: 0;
}

.news-two__img-two {
  position: relative;
  display: inline-block;
  max-width: 270px;
  width: 100%;
  min-height: 171px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.news-two__img-two:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(40, 55, 52, .30);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.news-two__list-single:hover .news-two__img-two:before {
  visibility: visible;
  opacity: 1;
  transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
  height: 100%;
}

.news-two__img-two img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.news-two__list-single:hover .news-two__img-two img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.news-two__date-two {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 6px 10px 6px;
  border-radius: 4px;
  z-index: 2;
}

.news-two__date-two p {
  font-size: 14px;
  color: #126334;
  font-weight: 700;
  line-height: 18px;
  margin: 0px;
}

.news-two__content-two {
  position: relative;
  display: block;
  border: 1px solid #12633429;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 0;
  padding: 20px 30px 20px;
  min-height: 171px;
  overflow: hidden;
}

.news-two__meta-two {
  position: relative;
  display: flex;
  align-items: center;
}

.news-two__meta-two li+li {
  margin-left: 15px;
}

.news-two__meta-two li a {
  font-size: 14px;
  color: var(--nq-gray);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-two__meta-two li a:hover {
  color: #126334;
}

.news-two__meta-two li a i {
  color: #126334;
  padding-right: 3px;
}

.news-two__title-two {
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.04em;
}

.news-two__title-two a {
  color: var(--nq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-two__title-two a:hover {
  color: #126334;
}

.news-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px 1px;
  border-top: 1px solid #12633429;
}

.news-one__read-more {
  position: relative;
  display: block;
}

.news-one__read-more a {
  font-size: 14px;
  font-weight: 700;
  color: #283734;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__read-more a:hover {
  color: var(--nq-black);
}
.piActionBtns {
    padding-top:0px;
}

.news-one__read-more a span {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 6px;
}

.news-one__share {
  position: relative;
  display: block;
}

.news-one__share a {
  font-size: 15px;
  color: var(--nq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__share a:hover {
  color: #126334;
}

.news-one__social-box {
  position: absolute;
  bottom: 50px;
  right: 20px;
  background-color: #fbd45a;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 7px;
  border-radius: 15px;
  transform: translateX(175%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.news-one__social-box.active {
  transform: translateX(0%);
}

.news-one__social {
  position: relative;
  display: block;
}

.news-one__social li {
  position: relative;
  display: block;
}

.news-one__social li+li {
  margin-top: 15px;
}

.news-one__social li a {
  position: relative;
  display: flex;
  font-size: 16px;
  color: #000;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__social li a:hover {
  color: #126334;
}


/*--------------------------------------------------------------
# FOOTER Section
--------------------------------------------------------------*/



.footer_01 {
  position: relative;
  background: #181818;
  padding: 0
}

.ctaMail {
  position: relative;
  margin-top: -253px;
  margin-bottom: 59px;
  border-radius: 18px;
  background: url(../images/bg/mailbg.jpg) no-repeat center center/cover;
  padding: 94px 140px 66px 83px
}

.ctaMail:after {
  position: absolute;
  left: 0;
  bottom: -59px;
  height: 1px;
  width: 100%;
  content: '';
  background: rgba(255, 255, 255, .05)
}

.ctaMail .col-lg-5 {
  padding-right: 100px
}

.ctaMail .subTitle {
  font-size: 15px;
  letter-spacing: -.75px;
  margin: 0 0 10px
}

.ctaMail h2 {
  font-size: 40px;
  color: #f4f4f4;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: -1.6px;
  margin-bottom: 11px
}

.ctaMail p {
  letter-spacing: -.8px;
  color: var(--theme-color);
  margin: 0
}

.ctaMail form {
  padding-left: 65px
}

footer .ctaMail input[type=email] {
  font-size: 14px;
  font-weight: 400;
  height: 64px;
  width: 100%;
  font-family: roboto, sans-serif;
  color: #8f96a1;
  outline: none;
  border: 4px solid var(--nq-white);
  background: #fbfbfb;
  border-radius: 50px;
  padding: 0 40px;
  margin: 0 0 8px !important
}

footer .ctaMail input[type=email]::-moz-placeholder {
  color: #8f96a1;
  opacity: 1
}

footer .ctaMail input[type=email]::-ms-input-placeholder {
  color: #8f96a1;
  opacity: 1
}

footer .ctaMail input[type=email]::-webkit-input-placeholder {
  color: #8f96a1;
  opacity: 1
}

footer .ctaMail button {
  width: 100%;
  height: 67px;
  border: none;
  background: var(--theme-color);
  border-radius: 50px;
  font-family: spartan, sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--nq-white);
  text-align: center;
  margin: 0 !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

footer .ctaMail button:hover {
  background: #26263e
}

.bodybg footer {
  border-radius: 0 0 15px 15px
}

.fborder {
  border-right: 1px solid #313131
}

footer .widget {
  position: relative;
  margin: 0;
  padding: 109px 0 50px
}

footer .widget .widget_title {
  font-size: 20px;
  color: var(--nq-white);
  line-height: 30px;
  text-transform: uppercase;
  margin: 9px 0 27px
}

.contactbox {
  position: relative;
  font-family: spartan, sans-serif;
  padding-left: 78px;
  padding-top: 10px;
  margin: 0 0 29px
}

.contactbox i {
  width: 64px;
  height: 64px;
  background: #262626;
  border-radius: 50px;
  color: var(--nq-white);
  line-height: 64px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0
}

.contactbox i.twi-phone-volume2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg)
}

.contactbox span {
  font-size: 16px;
  color: var(--nq-white);
  margin: 0 0 0
}

.contactbox p {
  color: #a4a4a4;
  font-size: 16px;
  word-break: break-all;
  margin: 0
}

.contactbox p a {
  color: #126334;
}

footer .service_widget {
  position: relative;
  padding-left: 70px
}

footer .service_widget ul {
  float: left;
  width: 50%
}

footer .widget ul {
  margin: 0;
  padding: 0
}

footer .widget ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  color: #a4a4a4;
  line-height: 40px;
  margin: 0 0 1px
}

footer .widget ul li a {
  color: inherit
}

footer .widget ul li a:hover {
  color: var(--theme-color);
  padding-left: 6px
}

.aboutWidget {
  position: relative;
  text-align: center;
  margin: -32px 70px 0
}

.aboutWidget img {
  max-width: 200px;
  height: auto
}

.aboutWidget p {
  font-size: 16px;
  color: #a4a4a4;
  line-height: 25px;
  font-weight: 500;
  margin: 27px 0 39px
}

.abSocial {
  position: relative;
  margin: 0
}

.abSocial a {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: #4b4b4b;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  color: #fbfbfb;
  font-size: 14px;
  margin: 0 4px
}

.abSocial a:hover {
  background: #126334;
}

.withmailchimp .fdivider,
.withmailchimp .fborder {
  border-color: rgba(255, 255, 255, .05)
}

footer.withmailchimp .widget {
  padding-top: 60px
}

.fdivider {
  border-top: 1px solid #313131;
  margin: 0
}

.copyright {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 30px;
  padding: 30px 0
}

.copyright p {
  margin: 0
}

.copyright p a {
  color: inherit
}

.copyright p a:hover {
  color: #126334
}

.copyright img {
  height: 32px;
  width: auto;
  max-width: 100%
}






/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 141px 0 132px;
  background-color: #283734;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #283734;
  background-blend-mode: soft-light;
  opacity: 0.7;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h1 {
  font-size: 46px;
  color: var(--nq-white);
  line-height: 50px;
  margin-bottom: 6px;
  font-weight: 600;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--nq-white);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 10px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--nq-white);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: #e8f6e9;
}

.thm-breadcrumb li.active {
  color: #e8f6e9;
}


/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.news-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 1;
}

.news-one__img:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(var(--nq-black-rgb), .30);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.news-one__single:hover .news-one__img:before {
  visibility: visible;
  opacity: 1;
  transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
  height: 100%;
}

.news-one__img img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.news-one__single:hover .news-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.news-one__date {
  position: absolute;
  left: 25px;
  top: -15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 6px 25px 6px;
  border-radius: 15px;
  z-index: 2;
}

.news-one__date p {
  font-size: 14px;
  color: var(--nq-extra);
  font-weight: 600;
  line-height: 18px;
  margin: 0px;
}

.news-one__content-box {
  position: relative;
  display: block;
  border: 1px solid #12633429;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 0;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__content-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.news-one__content-inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-one__content {
  position: relative;
  display: block;
  padding: 37px 25px 23px;
}

.news-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.news-one__meta li+li {
  margin-left: 15px;
}

.news-one__meta li a {
  font-size: 14px;
  color: var(--nq-gray);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__meta li a:hover {
  color: var(--nq-base);
}

.news-one__meta li a i {
  color: var(--nq-primary);
  padding-right: 3px;
}

.news-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.04em;
  margin-top: 3px;
}

.news-one__title a {
  color: var(--nq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__title a:hover {
  color: var(--nq-base);
}

.news-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 27px 19px;
  border-top: 1px solid #12633429;
}

.news-one__read-more {
  position: relative;
  display: block;
}

.news-one__read-more a {
  font-size: 14px;
  font-weight: 700;
  color: var(--nq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__read-more a:hover {
  color: var(--nq-base);
}

.news-one__read-more a span {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 6px;
}

.news-one__share {
  position: relative;
  display: block;
}

.news-one__share a {
  font-size: 15px;
  color: var(--nq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__share a:hover {
  color: var(--nq-base);
}

.news-one__social-box {
  position: absolute;
  bottom: 50px;
  right: 20px;
  background-color: var(--nq-primary);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 7px;
  border-radius: 15px;
  transform: translateX(175%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.news-one__social-box.active {
  transform: translateX(0%);
}

.news-one__social {
  position: relative;
  display: block;
}

.news-one__social li {
  position: relative;
  display: block;
}

.news-one__social li+li {
  margin-top: 15px;
}

.news-one__social li a {
  position: relative;
  display: flex;
  font-size: 16px;
  color: var(--nq-black);
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__social li a:hover {
  color: var(--nq-base);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.ltn__contact-address-item-3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ededed;
  padding: 50px 30px 25px;
  text-align: center;
}

.ltn__contact-address-item-3 i {
  font-size: 50px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ltn__contact-address-item-3 .ltn__contact-address-icon {
  margin-bottom: 35px;
}

.ltn__contact-address-item-3 .ltn__contact-address-icon img {
  max-width: 80px;
}

.ltn__contact-address-item-3:hover i {
  background-color: transparent;
  color: var(--ltn__secondary-color);
}
.ltn__contact-address-item-3 span {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inherit;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.news-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.news-details__left {
  position: relative;
  display: block;
}

.news-details__img {
  position: relative;
  display: block;
  border-radius: 15px;
}

.news-details__img img {
  width: 100%;
  border-radius: 15px;
}

.news-details__date {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: var(--nq-primary);
  padding: 6px 25px 6px;
  border-radius: 15px;
  z-index: 2;
}

.news-details__date p {
  font-size: 14px;
  color: var(--nq-white);
  font-weight: 700;
  line-height: 18px;
  margin: 0px;
}

.news-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.news-details__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__meta li+li {
  margin-left: 15px;
}

.news-details__meta li a {
  font-size: 14px;
  color: var(--nq-gray);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details__meta li a:hover {
  color: var(--nq-base);
}

.news-details__meta li a i {
  color: var(--nq-primary);
  padding-right: 3px;
}

.news-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}

.news-details__text-1 {
  font-size: 15px;
  line-height: 26px;
}

.news-details__text-2 {
  font-size: 16px;
  padding-top: 31px;
}
.news-details__content span {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0px;
    display: inherit;
    color: #126334;
}
.news-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 41px;
  border-top: 1px solid var(--nq-extra);
}

.news-details__bottom p {
  margin: 0;
}

.news-details__tags span {
  color: var(--nq-black);
  font-size: 20px;
  margin-right: 8px;
  font-weight: 900;
  font-family: var(--nq-font-two);
  letter-spacing: -0.04em;
}

.news-details__tags a {
  position: relative;
  color: var(--nq-white);
  font-size: 10px;
  background-color: var(--nq-extra);
  display: inline-block;
  padding: 10px 20px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details__tags a:hover {
  background-color: var(--nq-primary);
  color: var(--nq-white);
}

.news-details__tags a+a {
  margin-left: 6px;
}

.news-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-details__social-list a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--nq-white);
  background-color: var(--nq-extra);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.news-details__social-list a:hover {
  color: var(--nq-base);
}

.news-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--nq-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.news-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.news-details__social-list a+a {
  margin-left: 10px;
}

.news-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 54px;
}

.news-details__pagenation {
  position: relative;
  display: block;
}

.news-details__pagenation li {
  position: relative;
  float: left;
  font-size: 24px;
  color: var(--nq-black);
  font-weight: 900;
  background-color: var(--nq-extra);
  line-height: 36px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 51px;
  padding-bottom: 50px;
  border-radius: var(--nq-bdr-radius);
  font-family: var(--nq-font-two);
  letter-spacing: -0.04em;
}

.news-details__pagenation li+li {
  margin-left: 30px;
}

.news-details__pagenation li:hover {
  background-color: var(--nq-base);
  color: var(--nq-white);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--nq-extra);
  color: var(--nq-white);
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
  height: 70px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--nq-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--nq-white);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--nq-white);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--nq-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--nq-white);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--nq-white);
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--nq-white);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 20px 30px;
  background-color: var(--nq-base);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px 15px;
  padding-right: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 15px;
}

.sidebar__post-list li:hover {
  background-color: var(--nq-white);
}

.sidebar__post-list li+li {
  margin-top: 10px;
}

.sidebar__post-image {
  margin-right: 20px;
}

.sidebar__post-image>img {
  width: 70px;
  border-radius: 7px;
}

.sidebar__post-content {
  position: relative;
  top: -1px;
}

.sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 600;
  color: var(--nq-gray) !important;
  font-family: var(--nq-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--nq-primary);
  font-size: 14px;
  padding-right: 1px;
}

.sidebar__post-content h3 a {
  color: var(--nq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--nq-base);
  padding: 46px 20px 36px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__category .sidebar__title {
  padding-left: 30px;
  margin-bottom: 10px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li+li {
  margin-top: 6px;
}

.sidebar__category-list li a {
  color: #7b8381;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 5px 30px 5px;
  border-radius: 10px;
  font-weight: 500;
}

.sidebar__category-list li a:hover {
  background-color: white;
  color: var(--nq-black);
}

.sidebar__category-list li.active a {
  background-color: white;
  color: var(--nq-black);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--nq-base);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.sidebar__category-list li a:hover span {
  color: var(--nq-base);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--nq-base);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: var(--nq-base);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 24px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 10px;
  color: var(--nq-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--nq-white);
  display: inline-block;
  padding: 10px 20px;
  margin-left: 5px;
  font-weight: 800;
  border-radius: 17px;
  text-transform: uppercase;
}

.sidebar__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--nq-white);
  background: var(--nq-primary);
}




/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/

.about-four {
  position: relative;
  display: block;
  padding: 6rem 0rem;

}

.section-title__title {
  font-size: 2.5rem;
  font-weight: 800;
}

.about-four__left {
  position: relative;
  display: block;
  margin-right: 140px;
}

.about-four__img-box {
  position: relative;
  display: block;
}

.about-four__img {
  position: relative;
  display: block;
  z-index: 2;
}

.about-four__img img {
  width: 100%;
  border-radius: 15px;
}

.about-four__img-two {
  position: absolute;
  bottom: -250px;
  right: -180px;
  z-index: 2;
}

.about-four__img-two img {
  width: auto;
  border-radius: 15px;
}

.about-four__border {
  position: absolute;
  top: 60px;
  left: 70px;
  border-width: 5px;
  border-color: rgb(251, 212, 90);
  border-style: solid;
  border-radius: 20px;
  background-color: rgba(40, 55, 52, 0);
  width: 420px;
  height: 415px;
  z-index: -1;
}


.about-four__right {
  position: relative;
  display: block;
  margin-left: 60px;
}

.about-four__right .section-title {
  margin-bottom: 28px;
}

.about-four__text {
  font-size: 16px;
}

.about-four__points {
  position: relative;
  display: block;
  margin-top: 31px;
  margin-bottom: 38px;
}

.about-four__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__points li+li {
  margin-top: 8px;
}

.about-four__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  background-color: var(--nq-primary);
  border-radius: 50%;
  font-size: 10px;
  color: var(--nq-white);
  top: -8px;
}

.about-four__points li .text {
  margin-left: 10px;
}

.about-four__points li .text p {
  font-size: 18px;
  color: var(--nq-black);
  font-weight: 600;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 6rem 0rem;
  background-color: #e8f5e9;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img {
  position: relative;
  display: block;
  border-radius: var(--nq-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--nq-black-rgb), .30);
  width: 0%;
  transform: translateY(100%);
  border-radius: var(--nq-bdr-radius);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-one__img img {
  width: 100%;
  border-radius: var(--nq-bdr-radius);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.1) rotate(2deg);
}

.team-one__content {
  position: relative;
  display: block;
  background-color: var(--nq-black);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom-left-radius: var(--nq-bdr-radius);
  border-bottom-right-radius: var(--nq-bdr-radius);
  padding: 27px 0 28px;
}

.team-one__name {
  font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
    display: inherit;
}

.team-one__name a {
  color: var(--nq-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--nq-primary);
}

.team-one__sub-title {
  font-size: 16px;
  color: var(--nq-white);
  font-weight: 700;
  line-height: 16px;
}

.team-one__social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--nq-primary);
  padding: 10px 22px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scaleY(0.0) translateX(-50%);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  transform: scaleY(1.0) translateX(-50%);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--nq-white);
}

.team-one__social a+a {
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Become Volunteer One
--------------------------------------------------------------*/
.become-volunteer-one {
  position: relative;
  display: block;
  z-index: 1;
  padding: 113px 0 120px;
}

.become-volunteer-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--nq-extra);
  z-index: -1;
}

.become-volunteer-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: .60;
}

.become-volunteer-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 106px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}

.become-volunteer-one__inner {
  position: relative;
  display: block;
  text-align: center;
}

.become-volunteer-one__sub-title {
  font-size: 24px;
  color: var(--nq-white);
  font-weight: 700;
}

.become-volunteer-one__title {
  font-size:40px;
  color: var(--nq-white);
  font-weight: 600;
  letter-spacing: -0.04em;  
  line-height: 62px;
  margin-top: 9px;
  margin-bottom: 36px;
}

.become-volunteer-one__btn {
  font-weight: 800;
}

.products-details-sec {
  padding: 6rem 0rem;
}

.product-details {
  margin: 20px 0px;
}

.product-details .basic-details {
  position: relative;
  border: solid 2px #1264341c;
  background-color: var(--nq-white);
  border-radius: 10px;

}

.product-details .basic-details:hover {
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}

.info-column {
  padding: 0px 20px;
}

.product_heading {
  font-size: 26px;
  font-weight: 600;
  padding: 30px 0px 10px 0px;
}

.item-price {
  font-size: 20px;
  font-weight: 700;
  color: #126334;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.text {
  font-size: 14px;
  color: #707070;
}

.basic-details .qty_weight {
  width: auto;
  float: left;
  margin: 0px 5px 0px 0px;
  ;
}

.basic-details .piActionBtns a {
  text-align: center;
}

.btn-style-one {
  position: relative;
  padding: 14px 40px;
  line-height: 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  background: linear-gradient(-90deg, #30a360 0%, #126334 100%);
  text-transform: uppercase;
  box-shadow: 0px 0px 25px 1px rgb(241 207 105 / 30%);
  border: none;
  margin-left: 5px;
  
}


.image-box {
  border-right: solid 1px #12633452;
  margin: 0px;
  padding-bottom: 36px;
}

.image-box a img {
  max-width: 100%;
}

.ltn__right-sidebar .widget {
  margin: 20px 0px;
  padding: 35px 30px 40px 35px;
  border: solid 2px #1264341c;
  border-radius: 10px;
}

.ltn__widget-title-border {
  position: relative;
}

.ltn__widget-title {
  font-size: 20px;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.ltn__top-rated-product-widget ul {
  padding: 0;
  margin: 0;
}

.ltn__top-rated-product-widget>ul>li {
  margin-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
}

.top-rated-product-img {
  max-width: 90px;
  float: left;
  margin-right: 20px;
  position: relative;
}

.top-rated-product-img img {
  max-width: 100%;
}


.ltn__banner-widget img {
  max-width: 100%;
}

.quantity-box {
  width: 70px;
  height: 40px;
  border: 2px solid #f4f4f4;
  position: relative;
  margin: 20px;
}

.quantity-box input[type=number] {
  width: 100%;
  border: none;
  outline: none;
  height: 40px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
  color: var(--thm-color)
}

@media(min-width:1200px) {
  .quantity-box input[type=number] {
    font-size: 18px
  }
}

.quantity-box input[type=number]::-webkit-inner-spin-button,
.quantity-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.quantity-box input[type=number] {
  -moz-appearance: textfield
}

.quantity-box button {
  width: 25px;
  height: 19px;
  border: none;
  border: 2px solid #f4f4f4;
  border-right: 0;
  border-top: 0;
  outline: none !important;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: #383a39
}

.quantity-box button.add {
  top: auto;
  bottom: 0;
  border-top: 2px solid #f4f4f4;
  border-bottom: 0
}

.top-rated-product-item .qty_weight {
  display: block;
}

.top-rated-product-item .quantityd button.qtyBtn {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
}

.top-rated-product-item .qty_weight .quantityd {
  height: 34px;
}

.top-rated-product-item .quantityd {
  width: 100px;
}

.top-rated-product-item .qty_weight .quantityd input[type="number"] {
  font-weight: 600;
  font-size: 14px;
  top: 0px;
}

.mini-cart-item-delete {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: block;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 1px 6px 0 rgba(54, 56, 61, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #071c1f;
}

.theme-btn-1 {
  background-color: var(--nq-extra);
  color: var(--nq-white);
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  width:100%;
}

.theme-btn-2 {
  background-color: #071c1f;
  color: var(--nq-white);
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-right: 0;
}

.theme-btn-1:hover::after,
.theme-btn-2:hover::after {
  width: 100%;
}

.theme-btn-1:after,
.theme-btn-2:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--nq-white);
  border-radius: 6px;
}

.theme-btn-1:after,
.theme-btn-2:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.weight_quantity {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}

.weight_quantity select {
  border: none;
  border-radius: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 15px;
  color: #333e48;
  padding: 0 33px;
  background: 0 0;
  margin: 0;
  width: 155px;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  -webkit-box-shadow: 0 5px 5px 0 rgb(1 1 1 / 12%);
  -moz-box-shadow: 0 5px 5px 0 rgba(1, 1, 1, .12);
  box-shadow: 0 5px 5px 0 rgb(1 1 1 / 12%);
}

.contact-one__form {
  margin: 30px 0;
}

.contact-one__form [class*=col-]:not(:last-of-type) {
  margin-bottom: 20px
}

.contact-one__form select,
.contact-one__form textarea,
.contact-one__form input[type=text],
.contact-one__form input[type=email],
.contact-one__form input[type=number] {
  width: 100%;
  height: 61px;
  background-color: #f4f4f4;
  border: none;
  outline: none !important;
  display: block;
  font-size: 16px;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--thm-color);
  margin-bottom: 10px;
  border-radius: 6px;
}



.contact-one__form textarea {
  height: 241px;
  padding-top: 15px
}

.contact-one__form .form-group input[type=checkbox] {
  position: absolute;
  left: -9999px
}

.contact-one__form .form-group label {
  font-size: 16px;
  color: var(--thm-color);
  font-weight: 400;
  display: flex;
  align-items: center
}

.contact-one__form .form-group label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #f4f4f4;
  font-family: 'font awesome 5 free';
  font-weight: 900;
  font-size: 10px;
  color: var(--thm-base);
  display: flex;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px
}

.contact-one__form .form-group input[type=checkbox]:checked+label::before {
  content: '\f00c'
}

.contact-one__form .thm-btn {
  min-width: 226px;
  min-height: 61px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0
}

.contact-one__form .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff
}

[class*=contact-one__shape-] {
  position: absolute;
  display: none
}

.ltn__right-sidebar .widget span {
    font-size: 18px;
    font-weight: 500;
}
.ltn__right-sidebar .widget p {
    font-size: 18px;
    font-weight: 500;
}
.whychooseus_img img {
    max-width: 100%;
}
/* ----------------------------------------------------
    Checkout Page
---------------------------------------------------- */

.total_p_amount p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}
.total_p_amount span {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0px;
    display: inherit;
}


.ltn__checkout-single-content {
  margin-bottom: 30px;
}

.ltn__checkout-single-content h5 {
  background-color: var(--section-bg-1);
  padding: 20px 30px;
}

.ltn__checkout-single-content-info {
  padding: 30px;
  border: 1px solid var(--border-color-1);
}

.ltn__checkout-payment-method .card {
  padding: 20px;
  border-radius: 0;
}

.ltn__checkout-payment-method .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ltn__checkout-payment-method .card-body {
  padding: 15px 30px;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  margin-top: 15px;
  position: relative;
}

.ltn__checkout-payment-method .card-body::before {
  position: absolute;
  top: -3px;
  left: 25px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.ltn__checkout-payment-method .ltn__card-title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}

.ltn__checkout-payment-method .ltn__card-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #333;
  border-radius: 50%;
}

.ltn__checkout-payment-method .ltn__card-title::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  content: "";
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #333;
}

.ltn__checkout-payment-method .ltn__card-title img {
  height: 45px;
  margin-left: 10px;
}

.ltn__checkout-payment-method .ltn__card-title[aria-expanded="true"]::after {
  opacity: 1;
}

.ltn__checkout-payment-method p {
  font-size: 14px;
}

.ltn__checkout-payment-method p:last-child {
  margin-bottom: 0;
}
.ltn__payment-note {
  margin: 30px 0px;
} 
.shoping-cart-total {
  float: right;
  max-width: 450px;
  width: 100%;
}

.shoping-cart-total .table {
  margin-bottom: 0;
}

.shoping-cart-total .btn-wrapper {
  margin-top: 0;
}

.shoping-cart-total .btn-wrapper .theme-btn-1 {
  display: block;
}
.table tr td {
  padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table tr:nth-child(odd) {
  background-color: #f7f8fa;
 }

.table tr:nth-child(even) {
  background-color: #fafafa; }
  
  
  
.about-three__content-box {
    position: relative;
    display: block;
    max-width: 495px;
    width: 100%;
    padding:180px 0px;
}  
 .about-three {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
} 
 .about-three__img-box {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
}

.about-three__img-box .about-three__img-icon {
    position: absolute;
    top: 43px;
    left: -70px;
    z-index: 2;
    -webkit-animation: sunMove 10s linear infinite;
    animation: sunMove 10s linear infinite;
}
.about-three__shape::before {
	content: '';
	width: 150px;
	height: 171px;
	position: absolute;
	top: 160px;
	border-radius: 10px;
	left: -55px;
	background-color: #f6f4ec;
}

.about-three__shape::after {
	content: '';
	width: 41px;
	height: 41px;
	background-color: #126334;
	border-radius: 10px;
	top: 313px;
	left: 75px;
	position: absolute;
}
.about-three__img-box-img {
	position: relative;
	display: block;
	z-index: 1;
}

.about-three__img-box-img::before {
	position: absolute;
	top: 350px;
	right: -30px;
	bottom: 0;
	width: 30px;
	background: #126334;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	content: "";
	z-index: 5;
}

.about-three__img-box-img-inner {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.about-three__img-box-img-inner::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 20%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(25deg);
	z-index: 2;
}

.about-three__img-box-img:hover .about-three__img-box-img-inner::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
.features_list {
    margin: 0px;
    padding: 0px;
}
@-webkit-keyframes sunMove {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  25% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  75% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}

@keyframes sunMove {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  25% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  75% {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}  


@media screen and (max-width:767px){
    .navbar-brand img {max-width: 100px; padding: 0px 0px;}
    .icon_box_01 h3 {font-size: 18px;}
    .page-header__inner h1 { font-size: 36px;line-height: 30px;}
    .ltn__contact-address-item-3 { padding: 10px 10px 25px;  margin-bottom: 20px;}
    .main-slider-subtitle { padding-top:50px;}
    .main-slider-title {font-size: 36px; line-height: 45px; margin-top: 0px; margin-bottom: 0px;}
    .icon_box_01 { margin-bottom: 10px;}
    .serviceSection01 { padding: 1rem 0;}
    .sec-title__title { font-size: 1.5rem; padding: 0px; margin: 0px;}
    .about-one {padding: 20px 0px 20px;}
    .products-sec {padding: 1rem 0rem;}
    .bg-icon { padding-top: 1rem !important; padding-bottom: 1rem !important;}
    .aboutWidget { text-align: left; margin: 0px;}
    footer.withmailchimp .widget { padding-top: 20px;}
    footer .service_widget {padding-left: 0px;}
    footer .widget { padding: 109px 0 0px;}
    .page-header { padding: 30px 0 30px;}
    .ltn__contact-address-area { padding-top: 1rem !important; padding-bottom: 1rem !important;}
    .news-page { padding: 20px 0 20px;}
    .products-details-sec { padding: 1rem 0rem;}
    .image-box { border-right: none; margin: 0px; padding-bottom: 0px; text-align: center;}
    .info-column { padding: 0px 20px; text-align: center;}
    .product_heading { font-size: 20px; padding: 0px 0px 10px 0px;}
    .btn-style-one { margin:20px 0px;}
    .text { padding-bottom: 10px;}
    
    .faq-page { padding: 1rem 0rem;}
    .faq-banner-area { margin-top:0px;}
    .faq-one-accrodion .accrodion-title { padding: 15px 41px 15px 21px;}
    .faq-one-accrodion .accrodion-content { padding: 0px 21px 21px;}
    .features { padding: 1rem 0rem;}
    .news-two  { padding: 1rem 0rem;}
    .chosseus_heading { display:block;}
    .about-four {  padding: 1rem 0rem;}
    .about-four__right { margin-left:0px;}
    .about-four__points li .text p { font-size: 15px; margin: 0px;}
    .become-volunteer-one { padding: 33px 0 120px;}
    .become-volunteer-one__title { font-size: 24px;line-height: 36px;}
    .team-one { padding: 1rem 0rem;}
    .about-three__content-box {padding:15px 0px;}
    .about-three__img-box .about-three__img-icon { display:none;}
    .about-three__img-box-img::before { display:none;}
    .about-four__border { display:none;}
    .about-four__img-two { display: none;}
    .about-four__left {margin-right:0px; margin-bottom:10px; }
    .section-title__title { font-size: 1.5rem;}
    .about-three__img-box-img-inner img { width: 100%; }
    .about-three { padding: 0px 0px 20px;}
    .about-four__right .section-title { margin-bottom:0px;}
    .copyright { display:inherit;}
    .about-three__shape::before { display:none;}
    .about-three__shape::after { display:none;}
    .team-one__name { font-size:18px;}
    .team-one__sub-title { font-size: 14px; font-weight:500; margin: 0;}
    


    
}
  
  