@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  font-family: "Afacad", sans-serif;
}

body {
  background: #f1f8f8;
  color: #716c80;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* line-height: 1.5; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-weight: 700;
}

a>h1,
a>h2,
a>h3,
a>h4,
a>h5,
a>h6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
  margin-top: -5px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #716c80;
  line-height: 24px;
}

a {
  color: #0b1b32ff;
  ;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  color: #181818;
  text-decoration: none;
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  h1 {
    font-size: 72px;
    line-height: 80px;
  }

  h2 {
    font-size: 48px;
    line-height: 60px;
  }

  h3 {
    font-size: 36px;
    line-height: 30px;
  }

  h4 {
    font-size: 30px;
    line-height: 40px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 34px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul.agri-ul li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.padding-tb {
  padding-top: 80px;
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .padding-tb {
    padding-top: 110px;
    padding-bottom: 95px;
  }
}

.lab-btn {
  display: inline-block;
  padding: 10px 30px;
  background: #d6e0eaff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
}

.lab-btn::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  background: #b1cae3;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}

.lab-btn span {
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  color: #0b1b32ff;
}

.lab-btn:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.bg_img {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bg_img_1 {
  background: url(../images/bg-images/bg-1.jpg);
}

.bg_counter {
  background: url(../images/bg-images/bg-counter.png);
}

.bg-sopnsor1 {
  background: #d6e0ea;
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.lab-tooltip {
  bottom: 0;
  left: 40%;
  width: 150px;
  height: auto;
  border-radius: 3px;
  background: #b1cae3;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 10px;
  z-index: 4;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  -webkit-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lab-tooltip::after {
  width: 19px;
  height: 19px;
  background: #b1cae3;
  bottom: -12px;
  left: 50%;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  z-index: -1;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

.lab-tooltip::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b1cae3;
  border-radius: 10px;
}

.lab-tooltip p {
  margin-bottom: 0;
  color: #fff;
  z-index: 1;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.section-header {
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}

.section-header p {
  margin-bottom: 0;
  line-height: 20px;
}

.section-header h3 {
  margin-top: 8px;
  line-height: 30px;
}

.feature-item:hover .feature-inner {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.feature-item:hover .feature-inner .feature-content a h5 {
  color: #b1cae3;
}

.feature-item .feature-inner {
  padding: 40px 20px;
  background: #f8fafe;
  margin-bottom: 24px;
  flex-direction: row-reverse;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .feature-item .feature-inner {
    text-align: left;
  }
}

.feature-item .feature-inner .feature-thumb {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .feature-item .feature-inner .feature-thumb {
    width: 50%;
    margin-bottom: 0;
  }
}

.feature-item .feature-inner .feature-thumb img {
  max-width: none;
}

.feature-item .feature-inner .feature-content {
  width: 100%;
}

@media (min-width: 768px) {
  .feature-item .feature-inner .feature-content {
    width: 50%;
  }
}

.feature-item .feature-inner .feature-content a h5 {
  margin-bottom: 5px;
}

.feature-item .feature-inner .feature-content p {
  margin-bottom: 0;
}

.feature-item-2:hover .feature-inner {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
  background: #dfecfb !important;
}

.feature-item-2 .feature-inner {
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-item-2 .feature-inner .feature-thumb {
  margin-bottom: 20px;
  height: 100px;
  width: 110px;

}

@media(min-width: 576px) and (max-width: 767px) {
  .feature-item-2 .feature-inner .feature-thumb {
    margin-bottom: 20px;
    height: 100px;
    width: 110px;
    margin-left: 180px;
  }
}

.col-12:nth-child(2n+1) .feature-item-2 .feature-inner {
  background: #fff;
}

.col-12:nth-child(2n+1) .feature-item-2 .feature-inner:hover {
  background: #dfecfb;
}

.about-item .about-inner {
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .about-item .about-inner {
    margin-bottom: 45px;
  }
}

.about-item .about-inner .about-thumb {
  width: 60px;
}

.about-item .about-inner .about-thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.1);
}

.about-item .about-inner .about-content {
  width: calc(100% - 75px);
}

/* .about-item .about-inner .about-content a h5:hover {
  color: #b1cae3;
} */

.about-item .about-inner .about-content p {
  max-width: 300px;
  margin-bottom: 0;
}

.about-content h5 {
  padding-top: 20px;
}

.product-item .product-inner {
  margin: 15px;
}

.product-item .product-inner::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #b1cae3;
  opacity: 0.8;
  transform: scale(0);
}

.product-item .product-inner:hover::after {
  transform: scale(1);
}

.product-item .product-inner:hover .product-content {
  opacity: 1;
}

.product-item .product-inner .product-content {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.product-item .product-inner .product-content .product-name {
  display: inline-block;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 1440px) {
  .product-item .product-inner .product-content .product-name {
    font-size: 72px;
    line-height: 72px;
  }
}

.product-item-2 {
  margin-bottom: 45px;
}

.product-item-2 .product-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px;
  z-index: 1;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
}

.product-item-2 .product-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.product-item-2 .product-inner:hover .product-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.product-item-2 .product-inner:hover .product-content .cart-option {
  opacity: 1;
}

.product-item-2 .product-inner .product-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-item-2 .product-inner .product-thumb .offer {
  top: 5px;
  right: 5px;
  padding: 5px 20px;
  color: #fff;
  font-size: 13px;
  background: #83ba43;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.product-item-2 .product-inner .product-content {
  padding: 20px;
  text-align: center;
  background: #fff;
}

.product-item-2 .product-inner .product-content h5 {
  line-height: 1;
}

.product-item-2 .product-inner .product-content h5:hover {
  color: #b1cae3;
}

.product-item-2 .product-inner .product-content .price {
  margin-bottom: 0;
}

.product-item-2 .product-inner .product-content .cart-option {
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item-2 .product-inner .product-content .cart-option .lab-btn {
  padding: 10px 20px;
  font-size: 15px;
}

.product-item-3 .product-inner {
  padding: 30px 15px;
  background: #f8fafe;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-item-3 .product-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.product-item-3 .product-inner:hover .product-content h5 {
  color: #b1cae3;
}

.product-item-3 .product-inner .product-thumb {
  margin-bottom: 10px;
}

.product-item-3 .product-inner .product-content h5 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-item-3 .product-inner .product-content p {
  margin-bottom: 0;
}

.counter-item .counter-inner {
  text-align: center;
  margin-bottom: 25px;
}

.counter-item .counter-inner .counter-thumb {
  margin-bottom: 20px;
}

.counter-item .counter-inner .counter-content .count-title {
  margin-bottom: 0;
}

.counter-item .counter-inner .counter-content .count-number,
.counter-item .counter-inner .counter-content .count-title {
  color: #fff;
}

.contact-item {
  width: 100%;
  padding: 30px 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 5px rgba(136, 136, 136, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-item:hover {
  box-shadow: 0 5px 5px rgba(136, 136, 136, 0.12);
}

.contact-item .contact-icon {
  width: 72px;
}

.contact-item .contact-icon i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  background: #1685ef;
}

.contact-item .contact-details {
  width: calc(100% - 72px);
}

.contact-item .contact-details p {
  margin: 0;
}

.col-12:nth-child(2) .contact-item .contact-icon i {
  background: #b1cae3;
}

.col-12:nth-child(3) .contact-item .contact-icon i {
  background: #5ce1b9;
}

.scocial-media {
  margin-bottom: 20px;
}

.scocial-media a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 4px;
  text-align: center;
}

.scocial-media a:hover {
  border-radius: 100%;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #b1cae3;
}

.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}

.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

.social-media {
  padding-left: 15rem;
  display: flex;
}

.facebook {
  padding: 10px;
}

.twitter {
  padding: 10px;
}

.linkedin {
  padding: 10px;
}

.YouTube {
  padding: 10px;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul,
.footer-section .footer-top .footer-item .footer-inner .footer-body ul li,
.shop-product-wrap .product-list-item,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.contact-form form.comment-form,
.product-section.home-4 .section-wrapper .product-item-2 .product-inner,
.product-section .section-wrapper .grid,
.product-section .section-wrapper .product-filter-name,
.page-header .page-header-content-area ul,
.header-section .primary-menu .main-area .main-menu ul,
.header-section .primary-menu .main-area,
.header-section .primary-menu,
.feature-item .feature-inner,
.about-item .about-inner,
.contact-item {
  display: flex;
  flex-wrap: wrap;
}

.footer-section *,
.footer-section,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
.counterup-section .section-wrapper .counter-item .counter-inner,
.counterup-section,
.agricul-farm-section .section-wrapper .farm-left,
.product-section.product-style2,
.about-us.home-2 .about-wrapper,
.about-us.home-2 .section-header,
.about-us.home-2 .section-wrapper,
.about-us,
.feature-section,
.page-header .page-header-content-area ul li a,
.page-header .page-header-content-area,
.page-header,
.banner.banner-3 .banner-item .banner-inner .banner-content,
.banner.banner-3,
.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content,
.banner.banner-2 .banner-slider,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a,
.lab-btn,
.lab-btn span,
.lab-tooltip p,
.product-item .product-inner,
.product-item-2 .product-inner,
.product-item-2 .product-inner .product-thumb {
  position: relative;
}

.footer-section::after,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after,
.counterup-section .section-wrapper .counter-item .counter-inner::after,
.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line,
.product-section.home4s2 .section-wrapper .product-item-2 .product-inner .cart-option,
.product-section.home4s2 .section-wrapper .product-item-2 .product-inner::after,
.product-section.product-style2 .shape-image .shape-1,
.product-section.product-style2 .shape-image .shape-2,
.about-us.home-2 .about-thumb-2,
.about-us.home-2 .shape-image .shape-1,
.about-us.home-2 .shape-image .shape-2,
.about-us .shape-about,
.feature-section .shape-feature img,
.page-header .page-header-content-area ul li a::after,
.banner.banner-2 .banner-slider .banner-pagination,
.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb::after,
.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb,
.transparent-header,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after,
.header-section .primary-menu .main-area .main-menu ul li ul,
.lab-btn::after,
.lab-tooltip,
.lab-tooltip::after,
.lab-tooltip::before,
.overlay,
.product-item .product-inner::after,
.product-item .product-inner .product-content,
.product-item-2 .product-inner .product-thumb .offer,
.product-item-2 .product-inner .product-content .cart-option {
  position: absolute;
  content: "";
}

.footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul li a,
.footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .thumb,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
.sponsor-section .section-wrapper .sponsor-slider,
.agricul-farm-section,
.product-section.masonary,
.product-section.product-style5 .section-wrapper .product-right .slider-product,
.about-us,
.banner.banner-2 .banner-slider,
.lab-btn,
.about-item .about-inner .about-thumb,
.product-item-2 .product-inner .product-thumb,
.preloader {
  overflow: hidden;
}

.contact-form form.comment-form button.lab-btn,
.newsletter-section .newsletter-form input.subscribe-btn,
.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line,
.product-section .section-wrapper .product-filter-name li {
  cursor: pointer;
}

eader-section .header-area.menu-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 3px rgba(81, 136, 136, 0.1);
}

.header-section .primary-menu {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-section .primary-menu .logo a {
  display: block;

}

@media (max-width: 688px) {
  .header-section .primary-menu .logo a {
    width: 90px;
    height: 63px;
  }
}

.header-section .primary-menu .logo a img {
  display: block;
}

@media (min-width:530px) and (max-width: 550px) {
  .header-section .primary-menu .logo a {
    width: 90px;
    height: 63px;
  }
}

@media (min-width: 300px) and (max-width: 491px) {
  .header-section .primary-menu .logo a {
    width: 70px;
    height: 53px;
  }
}

.header-section .primary-menu .navbar-toggler {
  outline: none;
  box-shadow: none;
}

.header-section .primary-menu .main-area {
  align-items: center;
  width: 100%;
}

@media (min-width: 576px) {
  .header-section .primary-menu .main-area {
    justify-content: flex-end;
  }
}

@media (max-width: 575px) {
  .header-section .primary-menu .main-area .main-menu {
    width: 100%;
  }
}

.header-section .primary-menu .main-area .main-menu ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .header-section .primary-menu .main-area .main-menu ul {
    width: 100%;
  }
}

.header-section .primary-menu .main-area .main-menu ul li {
  padding: 0;
}

@media (max-width: 575px) {
  .header-section .primary-menu .main-area .main-menu ul li {
    margin-right: 0;
    width: 100%;
  }

  .header-section .primary-menu .main-area .main-menu ul li a {
    display: block;
    padding: 10px 0px !important;
    border-bottom: 1px solid #f0f0f0;
  }
}

.header-section .primary-menu .main-area .main-menu ul li.active>a,
.header-section .primary-menu .main-area .main-menu ul li:hover>a {
  color: #b1cae3;
}

.header-section .primary-menu .main-area .main-menu ul li a {
  padding: 25px 20px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-section .primary-menu .main-area .main-menu ul li ul {
  min-width: 200px;
  background: #b1cae3;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  display: block;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .header-section .primary-menu .main-area .main-menu ul li ul {
    position: static;
    display: none;
    background: #fff;
    box-shadow: none;
    padding-left: 15px;
  }

  .header-section .primary-menu .main-area .main-menu ul li ul li a {
    color: #181818 !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
}

.header-section .primary-menu .main-area .main-menu ul li ul li a {
  font-size: 98%;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #ffffff40;
}

.header-section .primary-menu .main-area .main-menu ul li ul li a:hover {
  padding-left: 20px;
  color: #b1cae3;
  background: #fff;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.active>a,
.header-section .primary-menu .main-area .main-menu ul li ul li:hover>a {
  background: #fff;
  color: #b1cae3;
}

.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children {
  margin-right: 0px;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
  right: 0px;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
  }
}

.header-section .primary-menu .main-area .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
  margin-right: 5px;
  position: relative;
}

@media (min-width: 992px) {
  .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
    margin-right: 10px;
  }
}

@media (min-width: 1440px) {
  .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
    margin-right: 16px;
  }
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "" !important;
  font-family: IcoFont !important;
}

.header-section .primary-menu .main-area .main-menu ul li:hover>ul {
  transform: scaleY(1);
}

.header-section .primary-menu .main-area .header-btn {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .header-section .primary-menu .main-area .header-btn {
    margin-left: 15px;
    margin-top: 0;
  }
}

.header-section .primary-menu .main-area .header-btn .lab-btn {
  display: block;
  padding: 13px 30px;
}

.header-section .header-top {
  background: #b1cae3;
  padding: 10px 0;
}

.header-section .header-top .ht-left ul li {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding-right: 15px;
}

.header-section .header-top .ht-left ul li:last-child {
  padding-right: 0;
}

.header-section .header-top .ht-left ul li i {
  margin-right: 5px;
}

.header-section .header-top .ht-right .scocial-media {
  margin-bottom: 0;
  text-align: right;
}

.header-section .header-top .ht-right .scocial-media a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-section .header-top .ht-right .scocial-media a:hover {
  color: #b1cae3;
  background: #fff;
}

.header-section .header-top.bg-black {
  background: #d6e0eaff;
}

.transparent-header {
  width: 100%;
  top: 20px;
  z-index: 999;
}

.transparent-header .primary-menu .main-area .main-menu ul li a {
  color: #fff;
}

.transparent-header .primary-menu .main-area .main-menu ul li ul {
  background: #b1cae3;
}

@media (max-width: 575px) {
  .transparent-header .primary-menu .main-area {
    padding: 15px;
    background: #b1cae3;
  }

  .transparent-header .primary-menu .main-area .header-btn .lab-btn {
    background: #181818;
  }

  .transparent-header .primary-menu .main-area .main-menu ul li.active>a {
    color: #fff;
  }

  .transparent-header .primary-menu .main-area .main-menu ul li ul li.active>a,
  .transparent-header .primary-menu .main-area .main-menu ul li ul li a,
  .transparent-header .primary-menu .main-area .main-menu ul li ul li.open>a,
  .transparent-header .primary-menu .main-area .main-menu ul li:hover>a {
    background: #b1cae3;
    color: #fff !important;
  }
}

.transparent-header .primary-menu .navbar-toggler i {
  color: #fff;
}

.transparent-header .header-area.menu-fixed {
  background: #0b1b32ff;

}

/* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */
.banner {
  background: url(../images/banner/03.jpg);
}

.banner.banner-pad-1 {
  padding: 200px 0 150px;
}

@media (min-width: 992px) {
  .banner.banner-pad-1 {
    padding: 300px 0 250px;
  }
}

.banner .banner-content {
  text-align: center;
}

.banner .banner-content .banner-title {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  color: #fff;
  line-height: 50px;
  font-size: 40px;
}

@media (min-width: 576px) {
  .banner .banner-content .banner-title {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .banner .banner-content .banner-title {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 80px;
    font-size: 70px;
    margin-bottom: 10px;
  }
}

.banner .banner-content .banner-desc {
  max-width: 500px;
  margin: 0 auto 40px;
  color: #fff;
  line-height: 30px;
}

@media (min-width: 576px) {
  .banner .banner-content .banner-desc {
    font-size: 20px;
    line-height: 30px;
  }
}

.banner.banner-2 .banner-slider .banner-item .banner-inner {
  padding: 200px 0;
  width: 100%;
}

.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb img {
  width: 100%;
}

@media (max-width: 767px) {
  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb img {
    height: 100%;
  }
}

.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content {
  z-index: 1;
}

.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content h3 {
  color: #fff;
}

.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content .banner-title {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 29px;
}

@media (min-width: 992px) {
  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content .banner-title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content .banner-title {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content .banner-title {
    font-size: 72px;
    max-width: 700px;
    margin: 0 auto 15px;
  }
}

.banner.banner-2 .banner-slider .banner-pagination {
  bottom: 50px;
  left: 50%;
  width: 100%;
  z-index: 1;
  text-align: center;
  transform: translateX(-50%);
}

.banner.banner-2 .banner-slider .banner-pagination span {
  width: 20px;
  height: 3px;
  opacity: 1;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.banner.banner-2 .banner-slider .banner-pagination span.swiper-pagination-bullet-active {
  background: #b1cae3;
}

.banner.banner-3 {
  background: url(../images/banner/02.jpg);
}

.banner.banner-3 .banner-item .banner-inner {
  padding: 200px 0;
  width: 100%;
}

.banner.banner-3 .banner-item .banner-inner .banner-content {
  z-index: 1;
}

.banner.banner-3 .banner-item .banner-inner .banner-content h3 {
  color: #fff;
}

.banner.banner-3 .banner-item .banner-inner .banner-content .banner-title {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 29px;
}

@media (min-width: 992px) {
  .banner.banner-3 .banner-item .banner-inner .banner-content .banner-title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .banner.banner-3 .banner-item .banner-inner .banner-content .banner-title {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .banner.banner-3 .banner-item .banner-inner .banner-content .banner-title {
    font-size: 72px;
    max-width: 700px;
    margin: 0 auto 15px;
  }
}

.banner.banner-4 {
  background: url(../images/banner/home-4/01.jpg);
}

.banner.banner-4 .banner-item .banner-inner {
  padding: 200px 0;
  width: 100%;
}

.banner.banner-4 .banner-item .banner-inner .banner-content {
  text-align: left;
}

.banner.banner-4 .banner-item .banner-inner .banner-content h3,
.banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
  color: #181818;
}

.banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 29px;
}

@media (min-width: 992px) {
  .banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
    font-size: 72px;
    max-width: 700px;
    margin: 0 auto 15px;
  }
}

.banner.banner-4 .banner-item .banner-inner .banner-content .banner-desc {
  color: #716c80;
}

/* @@@@@@@@@@@@@  Page Header Section Start Here  @@@@@@@@@@@@@@ */
.page-header {
  background: url(../images/bg-images/page-header.png);
}

.page-header .page-header-content-area {
  z-index: 1;
  margin-bottom: 15px;
}

.page-header .page-header-content-area .ph-title {
  text-align: center;
  color: #fff;
}

@media (max-width: 689px) {
  .page-header .page-header-content-area .ph-title {
    font-size: 20px;
    text-align: center;
  }
}

@media (min-width: 300px) and (max-width: 491px) {
  .page-header .page-header-content-area .ph-title {
    font-size: 15px;
    text-align: center;
  }
}

.page-header .page-header-content-area ul {
  justify-content: center;
}

.page-header .page-header-content-area ul li {
  padding-right: 15px;
}

.page-header .page-header-content-area ul li:last-child {
  padding-right: 0;
}

.page-header .page-header-content-area ul li a {
  color: #fff;
}

.page-header .page-header-content-area ul li a::after {
  width: 1px;
  height: 15px;
  top: 4px;
  right: -9px;
  background: #fff;
  transform: rotate(20deg);
}

.page-header .page-header-content-area ul li a.active {
  color: #b1cae3;
}

.page-header .page-header-content-area ul li a.active::after {
  display: none;
}

/* @@@@@@@@@@@@@  feature Section Start Here  @@@@@@@@@@@@@@ */

.feature-section {
  background-color: #f1f8f8
}

.feature-section .shape-feature img.shape-1 {
  top: 0;
  right: 0;
}

.feature-section .shape-feature img.shape-2 {
  bottom: 0;
  left: 0;
}

.feature-section .shape-feature img.shape-3 {
  bottom: 0;
  right: 0;
}

.feature-section .section-header p {
  max-width: 400px;
  margin: auto;
}

.feature-section .section-wrapper {
  margin-bottom: -15px;
}

/* @@@@@@@@@@@@@  About Section Start Here  @@@@@@@@@@@@@@ */
.about-us .shape-about {
  right: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  .about-us .shape-about {
    right: -300px;
  }
}

@media (min-width: 1600px) {
  .about-us .shape-about {
    right: -170px;
  }
}

.about-us .about-thumb {
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .about-us .about-thumb {
    text-align: left;
    margin-bottom: 0;
  }
}

.about-us.home-2 {
  background: #d6e0ea;
}

@media (min-width: 1440px) {
  .about-us.home-2 {
    overflow: visible;
  }
}

.about-us.home-2 .shape-image {
  display: none;
}

@media (min-width: 1440px) {
  .about-us.home-2 .shape-image {
    display: block;
  }
}

.about-us.home-2 .shape-image .shape-1,
.about-us.home-2 .shape-image .shape-2 {
  z-index: 1;
}

.about-us.home-2 .shape-image .shape-1 {
  left: 71px;
  top: -120px;
}

.about-us.home-2 .shape-image .shape-2 {
  left: 55%;
  top: 50px;
}

.about-us.home-2 .section-header {
  max-width: 550px;
  margin: 0 auto 60px;
}

@media (min-width: 1200px) {
  .about-us.home-2 .section-header {
    margin-left: 0;
  }
}

.about-us.home-2 .section-header,
.about-us.home-2 .section-wrapper {
  z-index: 1;
}

.about-us.home-2 .about-thumb-2 {
  bottom: -94px;
  right: -145px;
  display: none;
}

@media (min-width: 1200px) {
  .about-us.home-2 .about-thumb-2 {
    display: block;
    right: -170px;
    ;
  }
}

@media (min-width: 1599px) and (min-width: 1440px) {
  .about-us.home-2 .about-thumb-2 {
    right: -400px;
  }
}

.about-us.home-2 .about-thumb-2 img {
  max-width: none;
  width: 100%;
}

.about-us.about-page .section-wrapper h5 {
  max-width: 450px;
  margin: 10px 0 20px;
  font-weight: 400;
}

.about-us.about-page .section-wrapper p {
  max-width: 450px;
}

.about-us.about-page .lab-btn {
  margin-top: 20px;
}

.cert {
  margin: 0px 0px 50px 0px;
}

.cert h3 {
  text-align: center;
  margin-bottom: 10px;
}

.cert p {
  text-align: center;
  margin-bottom: 10px;
}

/* @@@@@@@@@@@@@  Product Section Start Here  @@@@@@@@@@@@@@ */
@media (min-width: 992px) {
  .product-section .section-header {
    margin-bottom: 45px;
  }
}

.product-section .section-header p {
  max-width: 450px;
  margin: auto;
}

.product-section .section-wrapper {
  margin-bottom: 15px;
}

.product-section .section-wrapper .product-filter-name {
  justify-content: center;
  margin-bottom: 60px;
}

.product-section .section-wrapper .product-filter-name li {
  margin: 0 10px;
}

.product-section .section-wrapper .product-filter-name li.active {
  color: #b1cae3;
  border-bottom: 1px solid #b1cae3;
}

.product-section .section-wrapper .grid {
  margin: -15px;
}

.product-section .section-wrapper .grid .product-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .product-section .section-wrapper .grid .product-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .product-section .section-wrapper .grid .product-item {
    width: calc(100% / 3);
  }
}

.product-section .section-wrapper .grid .product-item .product-inner .product-thumb img {
  width: 100%;
}

.product-section.product-style2 .shape-image {
  display: none;
}

@media (min-width: 1440px) {
  .product-section.product-style2 .shape-image {
    display: block;
  }
}

.product-section.product-style2 .shape-image .shape-1,
.product-section.product-style2 .shape-image .shape-2 {
  z-index: 1;
}

.product-section.product-style2 .shape-image .shape-1 {
  right: 71px;
  top: 120px;
}

.product-section.product-style2 .shape-image .shape-2 {
  left: 0;
  bottom: 50px;
}

.product-section.product-style2 .section-wrapper {
  margin-bottom: 5px;
}

.product-section.product-style2.home-4 .product-item-2,
.product-section.product-style2.home4s2 .product-item-2 {
  margin-bottom: 25px;
}

.product-section.product-style3 .section-wrapper {
  margin-bottom: -5px;
}

@media (min-width: 1200px) {
  .product-section.product-style3 .product-item {
    margin-bottom: 20px;
  }
}

.product-section.product-style3 .product-item .product-inner {
  margin: 5px;
}

.product-section.product-style3 .product-item .product-inner .product-thumb img {
  width: 100%;
}

.product-section.product-style4 .section-wrapper {
  margin-bottom: -15px;
}

.product-section.product-style4 .product-item {
  margin-bottom: 24px;
}

.product-section.product-style4 .product-item .product-inner {
  margin: 0px;
}

.product-section.product-style4 .product-item .product-inner .product-thumb img {
  width: 100%;
}

.product-section.product-style5 .section-wrapper {
  margin-bottom: -15px;
}

.product-section.product-style5 .section-wrapper .product-right {
  margin-bottom: 15px;
}

.product-section.product-style5 .section-wrapper .product-right .product-slider-item .product-slider-thumb img {
  width: 100%;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination {
  margin-top: 30px;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination span {
  width: 12px;
  height: 12px;
  border: 2px solid #b1cae3;
  background: #fff;
  opacity: 1;
  margin: 2px;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination span.swiper-pagination-bullet-active {
  background: #b1cae3;
}

.product-section.grid-2 .section-wrapper {
  margin-bottom: -10px;
}

.product-section.grid-2 .product-item .product-inner {
  margin: 0 0 25px;
}

.product-section.grid-2 .product-item .product-inner .product-thumb img {
  width: 100%;
}

.product-section.masonary .section-wrapper {
  margin-bottom: 15px;
}

.product-section.masonary .section-wrapper .grid .product-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .product-section.masonary .section-wrapper .grid .product-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .product-section.masonary .section-wrapper .grid .product-item {
    width: calc(100% / 4);
  }
}

.product-section.masonary .section-wrapper .grid .product-item .product-inner {
  margin: 5px;
}

.product-section.masonary .section-wrapper .grid .product-item .product-inner .product-thumb img {
  width: 100%;
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner {
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.1);
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner:hover {
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner:hover .product-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-thumb {
  width: 100%;
}

@media (min-width: 1200px) {
  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-thumb {
    width: 50%;
  }
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content {
  width: 100%;
}

@media (min-width: 1200px) {
  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content {
    width: 50%;
    text-align: left;
  }
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .price span {
  margin-right: 10px;
  color: #b1cae3;
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .price span del {
  color: #181818;
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .price span:last-child {
  margin-right: 0;
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option {
  left: auto;
  margin-top: 15px;
  opacity: 1;
  position: static;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option .lab-btn {
  background: transparent;
  border: 2px solid #b1cae3;
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option .lab-btn span {
  color: #b1cae3;
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option .lab-btn:hover::after {
  background: #b1cae3;
}

.product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option .lab-btn:hover span {
  color: #fff;
}

.product-section.home4s2 .section-wrapper .product-item-2 .product-inner {
  border: 10px solid #fff;
  background: #eff4f8;
}

.product-section.home4s2 .section-wrapper .product-item-2 .product-inner::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-section.home4s2 .section-wrapper .product-item-2 .product-inner:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-section.home4s2 .section-wrapper .product-item-2 .product-inner .product-thumb {
  padding: 20px 0 0;
}

.product-section.home4s2 .section-wrapper .product-item-2 .product-inner .product-content {
  background: transparent;
}

.product-section.home4s2 .section-wrapper .product-item-2 .product-inner .product-content p {
  margin-bottom: 0px;
}

.product-section.home4s2 .section-wrapper .product-item-2 .product-inner .cart-option {
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-section.home4s2 .section-wrapper .product-item-2 .product-inner .cart-option .lab-btn {
  display: block;
  padding: 7px 15px;
}

/* @@@@@@@@@@@@@  agricul farm  Section Start Here  @@@@@@@@@@@@@@ */
.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line {
  width: 15px;
  height: 15px;
  background: #5385b7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:hover .lab-tooltip {
  visibility: visible;
  opacity: 1;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(1) {
  top: 55%;
  right: 16%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(2) {
  bottom: 60%;
  right: 40%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(3) {
  top: 17%;
  right: 45%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(4) {
  bottom: 30%;
  right: 45%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(5) {
  top: 70%;
  left: 25%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(6) {
  bottom: 75%;
  left: 70%;
}

@media (max-width: 991px) {
  .agricul-farm-section .section-wrapper .farm-right {
    margin-top: 40px;
  }
}

.agricul-farm-section .section-wrapper .farm-right .section-header .lab-btn {
  margin-top: 30px;
  display: inline-block;
}

/* @@@@@@@@@@@@@  agricul fruits  Section Start Here  @@@@@@@@@@@@@@ */
.agricul-fruits-section {
  padding: 40px 0;
}

@media (max-width: 991px) {
  .agricul-fruits-section .section-wrapper .fruits-right {
    margin-top: 40px;
  }
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header {
  margin-bottom: 0;
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header h2 {
  color: #b1cae3;
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header h2 span {
  color: #181818;
  display: block;
  font-weight: 300;
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header p {
  max-width: 500px;
}

@media (max-width: 991px) {
  .agricul-fruits-section .section-wrapper .fruits-right .section-header p {
    margin: auto;
  }
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header .lab-btn {
  margin-top: 30px;
  display: inline-block;
}

/* @@@@@@@@@@@@@  Team Member Section Start Here  @@@@@@@@@@@@@@ */
.team-member-section .section-wrapper {
  margin-bottom: -15px;
}

/* @@@@@@@@@@@@@  sponsor  Section Start Here  @@@@@@@@@@@@@@ */
.sponsor-section .section-wrapper {
  margin-bottom: 15px;
}

.sponsor-section .section-wrapper .sponsor-slider {
  text-align: center;
}

/* @@@@@@@@@@@@@  Newsletter  Section Start Here  @@@@@@@@@@@@@@ */
.newsletter-section {
  padding: 60px 0;
  background: #b1cae3;
}

@media (max-width: 991px) {
  .newsletter-section .newsletter-title {
    margin-bottom: 20px;
    text-align: center;
  }
}

.newsletter-section .newsletter-title h4 {
  color: #fff;
  margin-bottom: 0;
}

.newsletter-section .newsletter-form {
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media (min-width: 576px) {
  .newsletter-section .newsletter-form {
    padding: 10px;
  }
}

.newsletter-section .newsletter-form input {
  height: 40px;
  border: none;
}

.newsletter-section .newsletter-form input.input-email {
  width: calc(100% - 130px);
  padding: 15px;
  padding-left: 5px;
  margin-right: 10px;
}

.newsletter-section .newsletter-form input.subscribe-btn {
  width: 120px;
  padding: 0 15px;
  color: #fff;
  background: #b1cae3;
}

/* @@@@@@@@@@@@@  Newsletter Section Start Here  @@@@@@@@@@@@@@ */
.counterup-section .section-wrapper .col-12:last-child .counter-item .counter-inner::after {
  display: none;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .counterup-section .section-wrapper .col-12:nth-child(2) .counter-item .counter-inner::after {
    display: none;
  }
}

.counterup-section .section-wrapper .counter-item .counter-inner::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  display: none;
}

@media (min-width: 576px) {
  .counterup-section .section-wrapper .counter-item .counter-inner::after {
    display: block;
  }
}

/* @@@@@@@@@@@@@  Contact Us Section Start Here  @@@@@@@@@@@@@@ */
.contact-section .contac-top {
  margin-bottom: 60px;
}

.contact-section .contac-bottom {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .location-map {
    margin-bottom: 15px;
  }
}

.location-map #map {
  height: 435px;
  width: 100%;
}

.location-map #map iframe {
  height: 100%;
  width: 100%;
  border: none;
}

.contact-form form.comment-form {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
}

.contact-form form.comment-form input[type=text],
.contact-form form.comment-form [type=email] {
  padding: 10px 15px;
  border: 1px solid #f0f0f0;
  background: #fff;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 576px) {

  .contact-form form.comment-form input[type=text],
  .contact-form form.comment-form [type=email] {
    width: calc(100% / 2 - 10px);
  }
}

@media (min-width: 768px) {

  .contact-form form.comment-form input[type=text]:nth-child(3),
  .contact-form form.comment-form [type=email]:nth-child(3) {
    width: 100% !important;
    margin-right: 0;
  }
}

.contact-form form.comment-form textarea {
  background: #fff;
  border: 1px solid #f0f0f0;
  width: 100%;
  padding: 10px 15px;
}

.contact-form form.comment-form button.lab-btn {
  width: 100%;
  margin-top: 15px;
  padding: 10px 15px;
  color: #fff;
  background: #b1cae3;
  outline: none;
  border: none;
  box-shadow: 0 5px 5px rgba(36, 44, 48, 0.25);
}

.contact-form form.comment-form button.lab-btn:hover {
  box-shadow: none;
}


.shop-product-wrap.grids .product-list-item {
  display: none;
}

.shop-product-wrap.lists .col-lg-4.col-md-6.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-product-wrap.lists .product-item {
  display: none;
}

.shop-product-wrap .product-item,
.shop-product-wrap .product-list-item {
  padding: 10px;
  margin-bottom: 24px;
  align-items: center;
  background: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  box-shadow: 0 0 3px rgba(8, 136, 136, 0.1);
}

.shop-product-wrap .product-item:hover .product-thumb::after,
.shop-product-wrap .product-list-item:hover .product-thumb::after {
  transform: scale(1);
}

.shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
  opacity: 1;
  z-index: 9;
}

.shop-product-wrap .product-item:hover .product-content h6 a,
.shop-product-wrap .product-list-item:hover .product-content h6 a {
  color: #b1cae3;
}

.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb {
  height: auto;
  width: auto;
  margin: 0;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffffe0;
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb img,
.shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link {
  justify-content: center;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: #b1cae3;
  color: #fff;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}

.shop-product-wrap .product-item .product-content,
.shop-product-wrap .product-list-item .product-content {
  padding: 20px 0 10px;
  text-align: center;
}

.shop-product-wrap .product-item .product-content h6,
.shop-product-wrap .product-list-item .product-content h6 {
  margin: 0;
}

.shop-product-wrap .product-item .product-content h6 a,
.shop-product-wrap .product-list-item .product-content h6 a {
  color: #181818;
}

.shop-product-wrap .product-item .product-content p,
.shop-product-wrap .product-list-item .product-content p {
  color: #716c80;
  margin-bottom: 5px;
}

.shop-product-wrap .product-item .product-content p i,
.shop-product-wrap .product-list-item .product-content p i {
  color: #ecb341;
}

.shop-product-wrap .product-list-item .product-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-product-wrap .product-list-item .product-thumb {
    width: 35%;
  }
}

.shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-product-wrap .product-list-item .product-content {
  width: 100%;
  text-align: left;
  padding: 0;
  padding: 15px;
}

@media (min-width: 768px) {
  .shop-product-wrap .product-list-item .product-content {
    width: 65%;
    padding-left: 20px;
  }
}

.shop-product-wrap .product-list-item .product-content h6 {
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */

.footer-area {
  background-color: #0b1b32ff;
  color: #fff;
  padding-top: 50px;
}

h2.widget-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}

h2.widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #b1cae3;
  content: "";
}

.footer-box {
  margin-left: 10px;
  margin-bottom: 80px;
}

.footer-box p {
  color: #fff;
  opacity: 0.7;
  line-height: 1.8;
}

.footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-box ul li {
  opacity: 0.7;
  margin-bottom: 10px;
  line-height: 1.8;
}

.footer-box ul li:last-child {
  margin-bottom: 0;
}

.footer-box.subscribe form input[type=email] {
  border: none;
  background-color: #012738;
  width: 78%;
  padding: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.footer-box.subscribe form button {
  width: 20%;
  border: none;
  background-color: #012738;
  color: #b1cae3;
  padding: 14px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}

.footer-box.subscribe form button:focus {
  outline: none;
}

.footer-box ul li a {
  color: #fff;
}

.footer-box.pages ul li {
  position: relative;
  padding-left: 20px;
}

.footer-box.pages ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b1cae3;
}

.copyright {
  /*background-color: #051922;*/
  /*border-top: 1px solid #000000;*/
  margin-bottom : 0px;
}

.copyright p {
  margin: 0;
  color: #fff;
  opacity: 0.7;
  padding: 16px 0;
  font-size: 15px;
}

.copyright a {
  color: #b1cae3;
  font-weight: 700;
}

.copyright a:hover {
  color: #b1cae3;
}

.float-button {
  position: fixed;
  transform: translate(108px, 0px);
  bottom: 4%;
  right: 0;
  width: 150px;
  padding-left: 4px;
  overflow: hidden;
  background-color: #25d366;
  color: #fff;
  border-radius: 40px 0 0 40px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}

.float-button:hover {
  transform: translate(0px, 0px);
}

.float-button span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.float-button i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}