/*https://redsppice.myshopify.com/ - ABOUT US*/
/*http://vecurosoft.com/products/html/foodelio/demo/index.html*/
/*https://maelectrics.com/tf/html/broccoli-preview/broccoli/about.html*/

p{
  font-size: 17px;
}
.product-about {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-about .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-about {
  /* height: 590px; */
  padding: 80px 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-about .abt-image a img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-about .abt-image .img-2 {
  position: absolute;
  margin-right: 0;
  top: 115px;
  right: 0%;
}
.product-about:hover .abt-image .img-2 a img {
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product-about:hover .abt-image .img-1 a img {
  transform: translateX(10px);
  -ms-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.product-about .text-content {
  display: flex;
  align-items: flex-start;
  padding-left: 60px;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.product-about .text-content h3 {
  font-size: 30px;
}
.product-about .text-content p {
  font-size: 17px;
}

.our-service-area {
  padding-top: 60px;
  padding-bottom: 0px;
}
.single-service {
  /* display: flex; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  /* margin-left: -30px; */
}
.single-service {
  border-right: 1px solid #e2e2e2;
}
.service-content {
  /* width: calc(33.33% - 30px); */
  /* margin-right: 30px; */
  /* padding: 20px 0px 20px 0px; */
  text-align: center;
  /* display: flex; */
  background-color: #fff;
}
.single-service:last-child {
  border-right: 0px;
}
.single-service .ser-block {
  width: 100%;
  display: flex;
  align-items: center;
}
.single-servic .ser-box .ser-block a {
  color: #2f2f2f;
  display: block;
  font-size: 45px;
  line-height: 0;
  margin-right: 15px;
}
.single-service .ser-box .ser-block a img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 25px;
}
.single-service .ser-box:hover .ser-block a img {
  transform: rotateY(360deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.single-service .ser-box .ser-block .service-text {
  margin-top: 0px;
  text-align: left;
}
.single-service .ser-box .ser-block h6 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.single-service li.ser-box .ser-block p {
  color: #666;
  margin-top: 5px;
  text-transform: capitalize;
  font-size: 15px;
}

.news-letter {
  padding-top: 60px;
  padding-bottom: 0px;
}
.newsletter {
  padding: 40px 30px;
  background-color: #83a04c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 1px solid #e2e2e2;
}
.newsletter .news-title {
  width: 50%;
  display: flex;
  align-items: center;
}
.newsletter .news-title span {
  display: block;
  font-size: 45px;
  margin-right: 15px;
  line-height: 0;
  color: white;
}
.newsletter .news-title .news-con h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.newsletter .news-title .news-con p {
  color: #fff;
}
.newsletter .subscribe-content {
  width: 50%;
}
.newsletter .subscribe-content .news-content p.text-success {
  color: #222 !important;
  margin-bottom: 5px;
  padding-left: 30px;
}
.newsletter .subscribe-content .news-content .subscribe-block {
  display: flex;
  position: relative;
}
.newsletter .subscribe-content .news-content .subscribe-block input {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  font-weight: 600;
  border: none;
  padding: 10px 15px;
}
.newsletter .subscribe-content .news-content .subscribe-block .email-submit {
  position: absolute;
  right: 0;
}
.newsletter
  .subscribe-content
  .news-content
  .subscribe-block
  .email-submit
  button.btn {
  display: none;
}
.newsletter
  .subscribe-content
  .news-content
  .subscribe-block
  .email-submit
  button.news-sub {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 48px;
  background-color: #000000;
  width: 60px;
  font-weight: 500;
}

.mega-hover {
  position: relative;
  overflow: hidden;
}
.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.mega-hover:after,
.mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}
.mega-hover img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mega-hover:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.vs-ad-box1 .ad-content {
  position: absolute;
  left: 11%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 12px;
  text-align: center;
}
.vs-ad-box1 .ad-btn {
  color: #83a04c;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  text-decoration: none;
}
.vs-ad-box1 .ad-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #83a04c;
  -webkit-transition: inherit;
  transition: inherit;
}
.vs-advertise-wrapper .col-md-6 {
  padding: 0px;
}

.footer-top-area {
  padding-top: 30px;
  padding-bottom: 10px;
}
.footer-top-area {
  background-image: url("../images/footer-bg-1.png");
  background-size: auto;
}

.footer-widget__explore {
  /* margin-right: -20px; */
}
.footer-widget__title {
  font-size: 20px;
  color: #000;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 22px;
}
.footer-widget__explore-list {
  position: relative;
  display: block;
  float: left;
  margin-right: 0px;
}
.footer-widget__explore-list li a {
  position: relative;
  color: #000000;
  font-weight: 500;
  transition: all 500ms ease;
  line-height: 30px;
  font-size: 17px;
}
.footer-widget__explore-list li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 4px;
  content: "";
  background-color: #83a04c;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
}
.footer-widget__explore-list li a:hover {
  padding-left: 20px;
  color: #9b3019;
  text-decoration: none;
}
.footer-widget__explore-list li a:hover:before {
  opacity: 1;
}
.cont-list > li {
  /* padding-left: 2.5rem; */
  color: #000;
    line-height: 22px;
    font-size: 17px;
    margin-bottom: 15px;
}
.cont-list > li > i {
  /* position: absolute; */
  left: 0;
  top: 0;
  line-height: inherit;
  font-size: 17px;
  margin-right: 8px;
}
.cont-list a {
  color: #000;
  text-decoration: none;
}
.footer-widget__about-text {
  font-weight: 500;
  color: #000000;
  /* margin: 0; */
  padding-top: 5px;
  padding-bottom: 23px;
  line-height: 28px;
}
.copyrights {
  margin-top: 30px;
  padding-top: 15px;
    border-top: 1px solid #e0e5e3;
}
.copyrights a{
  color: #83a04c;
}
.banner-section {
  position: relative;
}

.banner-section .background-text {
  position: absolute;
  right: -280px;
  bottom: 190px;
  z-index: 99;
  text-transform: uppercase;
  font-size: 240px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 200px;
  color: rgb(255 255 255 / 0.1);
  transform: rotate(-30deg);
}

.banner-section .background-text .text-2 {
  position: absolute;
  top: -5px;
  left: 15px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
  color: transparent;
}

.three-item-carousel,
.banner-slider {
  position: relative;
  height: 100% !important;
  z-index: 9;
}

.banner-section .swiper-slide {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-section .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  content: "";
}

.banner-section .content-outer {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}

.banner-section .content-box {
  position: relative;
  padding: 0 15px 10px;
  min-height: 600px;
  max-width: 700px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.banner-section .content-box .inner {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  padding: 0 50px;
  background-color: #000000b0;
}

.banner-section .swiper-slide-active .content-box .inner {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.banner-section .content-box h1 {
  position: relative;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: 30px;
  padding-bottom: 30px;
  letter-spacing: 0;
  font-family: Gabriola;
}

.banner-section .content-box h1:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 76px;
  margin: auto;
  bottom: 0;
  left: 42%;
  background-image: url("http://html.tonatheme.com/2021/drivega/assets/images/shape/shape-1.png");
  display: block;
}

.banner-section .content-box.justify-content-center h1:before {
  left: 50%;
  transform: translateX(-50%);
}

.banner-section .swiper-slide-active .content-box h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.banner-section .content-box h4 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.banner-section .swiper-slide-active h4 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.banner-section .content-box .text {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  margin-bottom: 40px;
}

.banner-section .swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.banner-section .link-box {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner-section .link-box a {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0 10px 10px;
}

.banner-section .banner-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.banner-section .banner-slider-button-next {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 5px;
  line-height: 40px;
  text-align: center;
  color: #181614;
  cursor: pointer;
  z-index: 9;
  margin-right: 50px;
  font-size: 25px;
  background-color: rgb(255 255 255 / 0.8);
  transition: 0.5s;
  transform: rotate(180deg);
}

.banner-section .banner-slider-button-next:hover {
  color: #fff;
}

.banner-section .banner-slider-button-prev {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 40px;
  padding: 5px;
  text-align: center;
  color: #181614;
  cursor: pointer;
  z-index: 9;
  margin-left: 50px;
  font-size: 25px;
  background-color: rgb(255 255 255 / 0.8);
  transition: 0.5s;
}

.banner-section .banner-slider-button-prev:hover {
  color: #fff;
}
.topbar-left ul li {
  display: inline-block;
}
.topbar-area {
  background: #2f4344;
  border: none;
}
.topbar-left ul li a {
  color: #d5d5d5;
  display: block;
  margin-right: 20px;
  padding: 12px 0;
  text-decoration: none;
  font-size: 15px;
}
.topbar-left ul li a i {
  color: #7c943e;
  font-size: 16px;
  padding-right: 7px;
}
.navbar.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  height: 80px;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 6%);
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000;
  padding: 10px 5px;
  font-weight: 600;
}
.navbar {
  border-radius: 0px;
}

.search-box {
  position: relative;
  /* float: left; */
}

.search-box .form-group {
  position: relative;
  margin: 0px;
}

.search-box .form-group input[type="text"],
.search-box .form-group input[type="search"] {
  position: relative;
  line-height: 25px;
  padding: 10px 50px 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  font-size: 14px;
  border: none;
  outline: none;
  height: 40px;
  width: 270px;
  margin: 3px;
  float: right;
  color: #ffffff;
  border-radius: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.search-box .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

.search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 45px;
  display: block;
  font-size: 17px;
  color: #ffffff;
  border: none;
  line-height: 100%;
  font-weight: normal;
  background: none;
}
.topbar-left ul {
  margin-bottom: 0px;
}
.social-box {
  position: absolute;
  right: 67px;
  top: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.social-box li {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
.social-box li a {
  position: relative;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-size: 14px;
  background-color: #779648;
  line-height: 30px;
  text-align: center;
  /* border-radius: 50px; */
  display: inline-block;
  border: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-box li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #020e29;
}
.navbar-inverse {
  background-color: transparent;
  border-color: #ffffff;
  margin-bottom: 0px;
  border: none;
}
.navbar-inverse .navbar-nav > li {
  color: #25272c;
  padding: 25px 20px;
  text-transform: uppercase;
}
.navbar-brand {
  float: left;
  height: 90px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-nav > li.active > a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #809f42;
  opacity: 1;
  transition: all 200ms linear;
}
.navbar-nav > li > a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #779648;
  opacity: 0;
  transition: all 200ms linear;
}
.navbar-nav > li:hover > a:after {
  opacity: 1;
}
.navbar-nav {
  margin-left: 70px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #779648;
  background-color: transparent;
  font-weight: bold;
  padding: 10px 5px;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #4c4c4c;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #779648;
  background-color: #ffffff;
  font-weight: 700;
}
.dropdown-menu {
  padding: 0px;
}
.dropdown-menu > li > a {
  border-bottom: 1px solid #4954382e;
  padding: 10px 15px;
  color: #fff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #779648;
}
.dropdown-menu{
  max-width: 200px;
}
.news-one {
  position: relative;
  display: block;
  padding: 50px 0 50px;
}

.news-one .section-title {
  margin-bottom: 46px;
}

.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
}

.news-one__img img {
  width: 100%;
  border-radius: var(--thm-border-radius);
  transform: scale(1);
  transition: all 500ms ease;
  height: 250px;
  object-fit: cover;
}

.news-one__single:hover .news-one__img > img {
  transform: scale(1.05);
}

.news-one__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000052;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: white;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
  border-radius: var(--thm-border-radius);
}

.news-one__img > a > span {
  position: relative;
}

.news-one__img > a > span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.news-one__img > a > span::after {
  content: "";
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-one__img > a:hover > span::before,
.news-one__img > a:hover > span::after {
  background-color: var(--thm-primary);
}

.news-one__single:hover .news-one__img > a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.news-one__date-box {
  height: 60px;
  width: 60px;
  background-color: #29443f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 500ms ease;
  z-index: 2;
}

.news-one__date-box:hover {
  background-color: #83a04c;
  color: white;
}

.news-one__date-box p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 15px;
  text-align: center;
  transition: all 500ms ease;
}

.news-one__date-box:hover p {
  color: var(--thm-primary);
}

.news-one__content {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  margin-top: -30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 30px 30px;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
}

.news-one__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
}

.news-one__meta li {
  position: relative;
  display: block;
  line-height: 29px;
}

.news-one__meta li + li {
  margin-left: 7px;
}

.news-one__meta li a {
  font-size: 14px;
  transition: all 500ms ease;
  color: #809f42;
  text-decoration: none;
}

.news-one__meta li a:hover {
  color: var(--thm-primary);
}

.news-one__meta li a i {
  font-size: 12px;
  color: var(--thm-primary);
  padding-right: 2px;
}

.news-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 18px;
}

.news-one__title a {
  color: black;
  transition: all 500ms ease;
  text-decoration: none;
}

.news-one__title a:hover {
  color: var(--thm-primary);
}

.news-one__person {
  position: relative;
  display: flex;
  align-items: center;
}

.news-one__person-img img {
  border-radius: 50%;
}

.news-one__person-text {
  margin-left: 10px;
}

.news-one__person-text span {
  font-size: 14px;
  font-weight: 500;
}

.tab {
  text-align: center;
}
.tab .nav-tabs {
  display: inline-block;
  border-bottom: none;
  position: relative;
}
.tab .nav-tabs li {
  margin-bottom: 0;
}
.tab .nav-tabs li a {
  display: block;
  padding: 20px;
  border: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: 700;
  color: #444;
  margin-right: 0;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a i {
  display: block;
  font-size: 40px;
  color: #00a6ff;
  margin-bottom: 15px;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
  border: none;
  background: transparent;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
  content: "";
  width: 0;
  border-top: 3px solid #779648;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:after {
  left: auto;
  right: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after {
  width: 50%;
}
.tab .tab-content {
  padding: 20px;
  margin-top: -5px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #d7d6d6;
  font-size: 15px;
  color: #757575;
  line-height: 30px;
}
.tab .tab-content h3 {
  font-size: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 479px) {
  .tab .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .tab .nav-tabs li a,
  .tab .nav-tabs li a:hover {
    border-bottom: 1px solid #dfdfdf;
  }
  .tab .tab-content {
    border-top: none;
  }
}

.service-area-v1 .service-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #ececec;
}
.service-area-v1 .service-item:hover:before {
  background-color: #25272c;
}
.service-area-v1 .service-item:hover:after {
  border-right: 25px solid #25272c;
  border-bottom: 25px solid #25272c;
}
.service-area-v1 .service-item:before {
  position: absolute;
  content: "";
  top: -40px;
  left: -30px;
  width: 140px;
  height: 140px;
  background-color: #779648;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.2s ease-out 0s;
}
.service-area-v1 .service-item:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-right: 25px solid #fff;
  border-left: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid #fff;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  transition: all 0.2s ease-out 0s;
}
.service-area-v1 .service-item .service-img {
  margin-bottom: 35px;
}
.service-area-v1 .service-item .service-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 6px solid #25272c75;
  box-shadow: 0px 0px 43px 0px rgb(0 0 0 / 10%);
  object-fit: cover;
  margin: auto;
}
.service-area-v1 .service-item .service-content span.position {
  color: #f9580e;
  margin-bottom: 10px;
}
.service-area-v1 .service-item .service-content h3.title {
  font-size: 19px;
  margin-bottom: 40px;
}
.service-area-v1 .service-item .service-content .btn-link {
  color: #6e6d6d;
}
.service-area-v1 .service-item .service-content .btn-link:after {
  display: none;
}
.service-area-v1 .service-slider-one .slick-dots {
  text-align: center;
}
.service-area-v1 .service-slider-one .slick-dots li.slick-active button {
  background-color: #f9580e;
}
.service-area-v1 .service-slider-one .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}
.service-area-v1 {
  position: relative;
  z-index: 1;
}
.service-area-v1:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255);
  z-index: -1;
}
.service-area-v1 .service-item .service-content .btn-link {
  color: #bdbdbd;
  text-decoration: none;
}
.service-area-v1 .service-item .service-content h3.title a {
  color: black;
  text-decoration: none;
  font-weight: 800;
}

.owl-prev {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  opacity: 1;
  margin-right: 5px;
  font-weight: 700;
}

.owl-prev:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff;
  opacity: 0.9;
}

.owl-prev:active {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

.owl-prev:focus {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

.owl-next {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  opacity: 1;
  margin-right: 5px;
  font-weight: 700;
}

.owl-next:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff;
  opacity: 0.9;
}

.owl-next:active {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

.owl-next:focus {
  background-color: #cecece;
  border-color: #f5f5f5;
  color: #fff;
  opacity: 0.9;
}
.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}
.product-banner {
  padding: 50px 0px;
}

.single-banner {
  background: url(../images/breadcumbs.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.single-banner::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
/*  background: linear-gradient(to left, rgb(0 0 0 / 40%), rgb(0 0 0 / 34%));*/
  z-index: -1;
}
.single-banner h2 {
  font-size: 38px;
  margin-bottom: 15px;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single-banner {
    padding: 60px 0px;
  }
  .single-banner h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.breadcrumb {
  align-items: center;
  justify-content: center;
  background: none;
  margin: 0px;
}
.breadcrumb-item {
  font-size: 18px;
  padding: 0px !important;
  text-transform: capitalize;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb .active {
  color: #cccccc;
}
.ltn__feature-item-7 {
  background-color: #fff;
  padding: 25px 20px 25px;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  min-height: 200px;
}
.ltn__feature-item-7 .ltn__feature-icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.ltn__feature-item-7 .ltn__feature-icon {
  margin-bottom: 0;
  margin-right: 20px;
  color: var(--ltn__secondary-color);
}
.ltn__feature-item-7 h3 {
  margin-bottom: 0;
}

.ltn__feature-item-7-color-white {
  background-color: transparent;
  border: 1px solid #203336;
}
.ltn__feature-item-7-color-white h3,
.ltn__feature-item-7-color-white p {
  color: var(--white);
}
.ltn__feature-area {
  background-color: #f7f5eb;
  padding: 50px 0px;
}
.ltn__feature-item a {
  color: black;
  text-transform: capitalize;
  font-weight: 800;
  text-decoration: none;
  font-size: 20px;
}
.ltn__section-title-2 .section-title {
  margin-bottom: 40px;
  font-weight: 600;
    color: #809f42;
}

.contact-us-area {
  margin-top: 50px;
  margin-bottom: 45px;
}

@media (max-width: 479px) {
  .contact-us-area {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.contact-us-area .form-message {
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us-area .form-message button {
  padding-right: 10px;
}

.contact-info-item {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 20px 20px;
  margin-top: 30px;
  min-height: 205px;
}

.contact-info-item .con-info-icon {
  border: 1px solid #839194;
  border-radius: 100px;
  color: #264a46;
  font-size: 35px;
  margin: 0 auto 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 60px;
  height: 60px;
  width: 60px;
}

.contact-info-item .con-info-txt h4 {
  font-size: 18px;
  margin-top: -2px;
  margin-bottom: 15px;
  font-weight: 700;
}

.contact-info-item:hover .con-info-icon {
  background-color: #83a04c;
  color: #ffffff;
}

.contact-form-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: -3px;
}

#contact-form input {
  height: 60px;
  width: 100%;
  border: none;
  /* font-size: 14px; */
  margin-bottom: 30px;
  padding: 0 25px;
  transition: 0.3s;
  background: #f1f6fa;
  text-transform: capitalize;
}
#contact-form textarea {
  width: 100%;
  border: none;
  padding: 25px;
  height: 120px;
  margin-bottom: 30px;
  transition: 0.3s;
  background: #f1f6fa;
  text-transform: capitalize;
}
.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
  color: #8a8a8a;
}
.contact-form {
  padding: 50px 0px;
}
.contact-form textarea::-moz-placeholder,
.contact-form textarea::placeholder {
  color: #8a8a8a;
}
#contact-form .btn {
  cursor: pointer;
  border-radius: 0;
  padding: 18px 60px;
  background: #2b4a45;
  transition: 0.3s;
  text-transform: capitalize;
  font-size: 18px;
  color: white;
}
#contact-form .btn:hover {
  background: #86ba09;
}
.contact-form h2 {
  margin: 0px;
  margin-bottom: 20px;
  font-weight: 700;
}
.product-section {
  padding: 70px 0px;
}
.top-products-item {
  text-align: center;
  margin-bottom: 30px;
}
.top-products-item .products-image {
  overflow: hidden;
  position: relative;
}
.top-products-item .products-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.top-products-item .products-image .products-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  margin-bottom: 0;
}
.top-products-item .products-image .products-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 5px;
}
.top-products-item .products-image .products-action li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #1f3c37;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-products-item .products-image .products-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.top-products-item .products-image .products-action li a:hover {
  color: #fff;
  background-color: #859d53;
}
.top-products-item .products-image .products-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.top-products-item .products-image .products-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.top-products-item .products-image .products-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.top-products-item .products-image .products-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.top-products-item .products-image .sale {
  position: absolute;
  left: 10px;
  top: 10px;
}
.top-products-item .products-image .sale span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #7f9c3f;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-products-item .products-content {
  margin-top: 25px;
}
.top-products-item .products-content h3 {
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
}
.top-products-item .products-content h3 a {
  color: #111;
  text-decoration: none;
}
.top-products-item .products-content h3 a:hover {
  color: #7c943e;
}
.top-products-item .products-content .price {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #f35320;
}
.top-products-item .products-content .price .old-price {
  text-decoration: line-through;
  color: #6b6b84;
  font-weight: 500;
}
.top-products-item .products-content .rating {
  padding-left: 0;
  margin-bottom: 0;
}
.top-products-item .products-content .rating li {
  list-style-type: none;
}
.top-products-item .products-content .rating li i {
  font-size: 16px;
  color: #f35320;
}
.top-products-item:hover .products-image .products-action li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.top-products-item:hover .products-image img {
  -webkit-transform: rotate(1deg) scale(1.1);
  transform: rotate(1deg) scale(1.1);
}
.top-products-item:hover .products-image .sale span {
  background-color: #254540;
  color: #fff;
}
.pagination {
  margin: 80px auto 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 50px;
}
.pagination > li {
  margin-right: 5px;
  display: inline-block;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 2px;
  background-color: #f6f6f6;
  color: #666;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 41px;
  border-color: transparent;
  text-transform: capitalize;
  width: 41px;
  height: 41px;
  padding: 0;
  border: none;
}
.pagination > .active > a,
.pagination > li:hover > a,
.pagination > .active > a:hover {
  background-color: #839f4a !important;
  color: #fff;
  border-color: transparent;
}
.bg-gray .pagination > li > a,
.bg-gray .pagination > li > span {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .pagination {
    margin-bottom: 30px !important;
  }
}

.faq {
  padding: 70px 0px;
}
#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 15px 10px;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 30px;
}
#accordion .panel-title a {
  display: block;
  padding: 12px 20px 12px 50px;
  background: #7c943e;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#accordion .panel-title a.collapsed {
  background: #2f4344;
  color: #ffffff;
  border: 1px solid #ddd;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #7c943e;
  font-size: 25px;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  position: absolute;
  top: -5px;
  left: -20px;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after {
  content: "\f105";
  background: #2f4344;
  color: #ffffff;
  border: 1px solid #253333;
  box-shadow: none;
}
#accordion .panel-body {
  padding: 20px 25px 10px 9px;
  background: transparent;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
  border-top: none;
  position: relative;
}
#accordion .panel-body p {
  padding-left: 25px;
  border-left: 1px dashed #8c8c8c;
  font-size: 17px;
}
.blog-section {
  padding: 70px 0px;
}

.about-us-img-wrap {
  position: relative;
}
.about-us-img-wrap img {
  margin: 0;
  box-shadow: 10px 10px #809f42;
}

.about-us-img-info {
  width: 310px;
  height: 310px;
  background-color: var(--white);
  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;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.about-us-img-info h1 {
  margin: 0;
  font-size: 120px;
  line-height: 0.8;
  color: var(--ltn__secondary-color);
}
.about-us-img-info h1 .counter {
  font-size: 120px;
  line-height: 0.8;
  color: var(--ltn__secondary-color);
}
.about-us-img-info h1 span {
  font-size: 20px;
  color: var(--ltn__heading-color);
}
.about-us-img-info h6 {
  margin: 0;
}
.about-us-img-info h6 span {
  font-size: 20px;
  color: var(--ltn__secondary-color);
}
.about-us-img-info .btn-wrapper {
  margin-top: 50px;
}
.about-us-img-info .dots-bottom {
  height: 25px;
  width: 25px;
  background-color: var(--ltn__secondary-color);
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 12px;
}

.about-us-img-info-2 {
  width: 190px;
  height: 190px;
  background-color: var(--ltn__secondary-color);
  border: 15px solid;
  border-color: var(--white);
  bottom: 0;
  top: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  margin-right: 0;
}
.about-us-img-info-2 h1 {
  font-size: 50px;
  color: var(--white);
}
.about-us-img-info-2 h1 .counter {
  font-size: 50px;
  color: var(--white);
}
.about-us-img-info-2 h1 span {
  font-size: 20px;
  color: var(--white);
}
.about-us-img-info-2 h6 {
  color: var(--white);
}

.about-us-info-wrap .btn-wrapper {
  margin-top: 40px;
}

.about-us-info-wrap hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-us-info-devide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us-info-devide .list-item-with-icon {
  margin-left: 30px;
  margin-bottom: 30px;
}

.list-item-with-icon {
  min-width: 300px;
}

.about-us-img-info-inner {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.list-item-with-icon-2 ul,
.list-item-with-icon ul {
  padding: 0;
  margin: 0;
}
.list-item-with-icon-2 ul li,
.list-item-with-icon ul li {
  position: relative;
  list-style: none;
  padding-left: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
.list-item-with-icon-2 ul li:last-child,
.list-item-with-icon ul li:last-child {
  margin-bottom: 0;
}
.list-item-with-icon-2 ul li::before,
.list-item-with-icon ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  left: 0;
  top: -5px;
  background-color: var(--section-bg-1);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: var(--ltn__secondary-color);
}

.list-item-with-icon-2 ul li {
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
.list-item-with-icon-2 ul li::before {
  height: inherit;
  line-height: inherit;
  width: inherit;
  background-color: transparent;
  color: var(--ltn__heading-color);
  top: 5px;
}

.about-img-left {
  margin-right: 30px;
}

.about-img-right {
  margin-left: 30px;
}

.ltn__img-shape-left,
.ltn__img-shape-right {
  position: relative;
}
.ltn__img-shape-left::before,
.ltn__img-shape-right::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 85%;
  width: 30px;
  background-color: var(--ltn__secondary-color);
}

.ltn__img-shape-left {
  padding-left: 30px;
}
.ltn__img-shape-left::before {
  left: 0;
}

.ltn__img-shape-right {
  padding-right: 30px;
}
.ltn__img-shape-right::before {
  left: auto;
  right: 0;
}

.about-call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-call-us .call-us-icon {
  font-size: 50px;
  margin-right: 20px;
  color: var(--ltn__secondary-color);
  line-height: 1;
}
.about-call-us .call-us-info p {
  margin-bottom: 10px;
}
.about-call-us .call-us-info h2 {
  margin-bottom: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-info-devide {
    display: block;
  }
  .about-us-info-devide .list-item-with-icon {
    margin-left: 0;
  }
  .list-item-with-icon {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .about-img-left {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about-img-right {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .custom-content-brief {
    margin-bottom: 30px;
  }
  .about-us-img-info {
    height: 200px;
    width: 220px;
  }
  .about-us-img-info h1 .counter {
    font-size: 80px;
  }
  .about-us-img-info-2 {
    width: 150px;
    height: 150px;
  }
  .about-us-img-info-2 h1 .counter {
    font-size: 30px;
  }
  .about-us-info-devide {
    display: block;
  }
  .about-us-info-devide .list-item-with-icon {
    margin-left: 0;
  }
  .list-item-with-icon {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .list-item-with-icon {
    min-width: 275px;
  }
}


/*edited by sayali*/
.about-us-info-wrap-inner p{
  font-size: 17px;
}
.lists{
  list-style-type: none;
  padding-left: 0px;
}
.lists li{
  font-size: 17px;
  padding-bottom: 7px;
}
.lists span{
  color: #809f42;
}
.ltn__about-us-area{
  padding-top: 50px;
  padding-bottom: 100px;
}
.con-info-txt a{
  color: #333;
}
.con-info-txt a:hover{
  text-decoration: none;
}
.faq p{
  font-size: 16px;
}
.faq a{
  color: #333;
}
.faq a:hover{
  text-decoration: none;
}
.ftr-about-link{
  color: #83a04c;
    font-weight: 600;
}
.ftr-about-link:hover{
  text-decoration: none;
}
.dropdown_menu-10 {
    animation: rotateY 300ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes rotateY {
     0% {
        transform: rotateY(90deg)
    }
    80% {
        transform: rotateY(-10deg)
    }
    100% {
        transform: rotateY(0)
    }
}
.navbar-nav>li>.dropdown-menu{
  background: #779648;
}
.vs-advertise-wrapper{
  padding: 50px 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2f4344;
}

.storage-box{
    padding-left: 0;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.storage-box li {
    background-color: #7c943e;
    color: #fff;
    padding: 23px 15px;
    font-size: 19px;
    border-left: 7px solid #2f4344;
    margin:5px 0;
    width: 100%;
}
.storage-box li:hover{
    background-color: #2f4344;
    border-left: 7px solid #7c943e;
}
.storage-box span {
    font-weight: 900;
}
.mT50{
  margin-top: 50px;
}

.vertically-center {
    display: flex;
    align-items: center;
}
.poster-wrap{
  padding: 80px 0;
}
.poster-wrap img{
  height: auto !important;
}

.empty-content-box{
  height: 600px;
}