@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600&display=swap");
.container-fluid {
  max-width: 1600px;
  padding: 0 4%;
}

body {
  background-color: #fafafa;
  color: #666D81;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

a {
  color: unset;
  font-size: 15px;
  text-transform: uppercase;
}

a:focus, a:hover {
  color: unset;
  text-decoration: none;
  transition: all 0.2s linear;
}

a:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.textwrap {
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wordwrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}

.dynamic-content {
  font-size: 18px;
  font-weight: 400;
}

.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4,
.dynamic-content h4,
.dynamic-content h6 {
  color: #02060E;
  font-family: "Raleway", sans-serif;
}

.dynamic-content img {
  width: 100% !important;
  height: auto !important;
}

.dynamic-content blockquote {
  font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  background-color: #EEF2FB;
  padding: 15px;
  margin-top: 10px;
  font-family: "Raleway", sans-serif;
  color: #4e1d07;
}

.dynamic-content a {
  text-decoration: underline;
  color: #6cbe03;
  font-weight: 500;
}

.dynamic-content a:hover {
  color: #5ea503;
  text-decoration: underline;
}

.owl-prev,
.owl-next {
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev:active, .owl-prev:focus,
.owl-next:active,
.owl-next:focus,
.owl-dot:active,
.owl-dot:focus {
  outline: none !important;
}

@media (max-width: 768px) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    opacity: 0 !important;
  }
  .owl-dots {
    opacity: 1 !important;
  }
}

.break {
  flex-basis: 100%;
  height: 0;
}

.btn-main, .contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn, .gallery-page .gallery-album .content i {
  padding: 10px 50px;
  border-radius: 50rem;
  border: none;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  word-spacing: 2px;
  letter-spacing: 1px;
  background-color: #6cbe03;
  box-shadow: 0 2px 10px rgba(108, 190, 3, 0.5);
  background-image: linear-gradient(49deg, #6cbe03 0%, #b0b302 90%, #f4a700 100%);
  transition: all 0.4s ease-out 0s;
}

.btn-main:hover, .contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn:hover, .gallery-page .gallery-album .content i:hover {
  color: #fff;
  box-shadow: 0 5px 10px rgba(108, 190, 3, 0.4);
  transform: translateY(0.3px);
  background-image: linear-gradient(49deg, #6cbe03 0%, #6cbe03 90%, #6cbe03 100%);
  transition: all 0.4s ease-out 0s;
}

.btn-main:active, .contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn:active, .gallery-page .gallery-album .content i:active {
  background-color: #5ea503;
  box-shadow: 0 5px 10px rgba(2, 6, 14, 0.1);
  transform: translateY(1px);
}

.section-title .sub-title {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #6cbe03;
  padding-left: 70px;
  font-weight: 600;
  position: relative;
}

.section-title .sub-title:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 45px;
  background: #6cbe03;
}

.section-title .title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 5px;
  color: #333;
}

.section-title-2 {
  text-align: center;
}

.section-title-2 .sub-title {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #6cbe03;
  position: relative;
  font-weight: 600;
}

.section-title-2 .sub-title::before {
  position: absolute;
  content: '';
  left: -66px;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 45px;
  background: #6cbe03;
}

.section-title-2 .sub-title::after {
  position: absolute;
  content: '';
  right: -66px;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 45px;
  background: #6cbe03;
}

.section-title-2 .title {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  font-size: 50px;
  line-height: 55px;
  padding-top: 25px;
}

.section-text, .section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote .quote-text {
  font-size: 15px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #686868;
}

.section-link {
  color: #6cbe03;
  position: relative;
}

.section-link::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #6cbe03;
}

.section-link:hover {
  color: #f4a700;
}

.section-link:hover::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #f4a700;
}

.section-link-2, .products .single-product a {
  color: #686868;
  position: relative;
}

.section-link-2::before, .products .single-product a::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #686868;
}

.section-link-2:hover, .products .single-product a:hover {
  color: #f4a700;
}

.section-link-2:hover::before, .products .single-product a:hover::before {
  background: #f4a700;
}

div.page-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s linear;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.3s linear;
  padding: 180px 0 120px 0;
}

@media (max-width: 768px) {
  div.page-header {
    padding: 100px 0 80px 0;
    text-align: center;
  }
}

div.page-header div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 6, 14, 0.4);
  background-size: cover;
  background-position: top;
}

div.page-header h1 {
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: .9;
}

@media (max-width: 768px) {
  div.page-header h1 {
    font-size: 40px;
  }
}

div.page-header h2 {
  display: block;
  z-index: 2;
  word-break: break-all;
  position: relative;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.breadcrumb-nav {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  font-family: "Raleway", sans-serif;
}

.breadcrumb-nav .breadcrumb {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  background: none;
}

@media (max-width: 768px) {
  .breadcrumb-nav .breadcrumb {
    justify-content: center;
    width: 100%;
  }
}

.breadcrumb-nav .breadcrumb .breadcrumb-item {
  font-size: 20px;
  color: #fff;
  max-width: 200px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-nav .breadcrumb .breadcrumb-item a {
  text-transform: unset;
  font-size: 20px;
}

.breadcrumb-nav .breadcrumb .breadcrumb-item:hover:not(.active) {
  border-bottom: 1px solid #6cbe03;
}

.breadcrumb-nav .breadcrumb .breadcrumb-item.active {
  color: #6cbe03;
}

.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .55rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  content: "\f054";
}

.top-nav {
  background: #02060E;
}

.top-nav .container-fluid {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-nav .container-fluid .logo {
  width: 200px;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .top-nav .container-fluid .logo {
    width: 150px;
  }
}

.top-nav .container-fluid .top-nav-info .item {
  padding-left: 55px;
  position: relative;
  margin: 0 40px;
}

.top-nav .container-fluid .top-nav-info .item a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  color: #6cbe03;
}

.top-nav .container-fluid .top-nav-info .item a span {
  font-size: 14px;
  display: block;
  color: #B6BBCC;
}

.top-nav .container-fluid .top-nav-info .item a .title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.top-nav .navbar-toggler {
  padding: 0;
  border: none;
  /* Minus */
  /* × and + */
}

.top-nav .navbar-toggler:focus {
  outline: none;
}

.top-nav .navbar-toggler .navicon-button {
  display: inline-block;
  position: relative;
  padding: 20px 10px;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: .8;
}

.top-nav .navbar-toggler .navicon-button *,
.top-nav .navbar-toggler .navicon-button *:before,
.top-nav .navbar-toggler .navicon-button *:after {
  transform: translate3d(0, 0, 0);
}

.top-nav .navbar-toggler .navicon-button .navicon:before,
.top-nav .navbar-toggler .navicon-button .navicon:after {
  transition: 0.25s;
}

.top-nav .navbar-toggler .navicon-button:hover {
  transition: 0.5s;
  opacity: 1;
}

.top-nav .navbar-toggler .navicon-button:hover .navicon:before,
.top-nav .navbar-toggler .navicon-button:hover .navicon:after {
  transition: 0.25s;
}

.top-nav .navbar-toggler .navicon-button:hover .navicon:before {
  top: .825rem;
}

.top-nav .navbar-toggler .navicon-button:hover .navicon:after {
  top: -.825rem;
}

@media (max-width: 576px) {
  .top-nav .navbar-toggler .navicon-button:hover .navicon:before {
    top: .525rem;
  }
  .top-nav .navbar-toggler .navicon-button:hover .navicon:after {
    top: -.525rem;
  }
}

.top-nav .navbar-toggler .navicon {
  position: relative;
  width: 1.5em;
  height: .3125rem;
  background: #6cbe03;
  transition: 0.5s;
  border-radius: 2.5rem;
}

.top-nav .navbar-toggler .navicon:before, .top-nav .navbar-toggler .navicon:after {
  display: block;
  content: "";
  height: .3125rem;
  width: 1.9rem;
  background: #6cbe03;
  position: absolute;
  z-index: -1;
  transition: 0.5s 0.25s;
  border-radius: 1rem;
}

.top-nav .navbar-toggler .navicon:before {
  top: .625rem;
}

.top-nav .navbar-toggler .navicon:after {
  top: -.625rem;
}

.top-nav .navbar-toggler .open:not(.steps) .navicon:before,
.top-nav .navbar-toggler .open:not(.steps) .navicon:after {
  top: 0 !important;
}

.top-nav .navbar-toggler .open .navicon:before,
.top-nav .navbar-toggler .open .navicon:after {
  transition: 0.5s;
}

.top-nav .navbar-toggler .open {
  transform: scale(1.4);
}

.top-nav .navbar-toggler .open.x .navicon {
  background: transparent;
}

.top-nav .navbar-toggler .open.x .navicon:before {
  transform: rotate(-45deg);
  height: .2125rem;
}

.top-nav .navbar-toggler .open.x .navicon:after {
  transform: rotate(45deg);
  height: .2125rem;
}

.main-nav {
  background: linear-gradient(120deg, #6cbe03 40%, #f4a700 80%);
  background: #6cbe03;
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.main-nav .navbar {
  z-index: 1030;
}

.main-nav .navbar .navbar-nav {
  padding: 1%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
  padding: 10px 10px 10px 30px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 22px;
    padding: 10px 10px 10px 20px;
  }
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
  color: rgba(2, 6, 14, 0.8);
}

.main-nav .navbar .navbar-nav .nav-item.active .nav-link {
  color: #02060E;
}

.section-homeslider .home-slider .owl-slide.cover {
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 80vh;
}

.section-homeslider .home-slider .owl-slide.cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.section-homeslider .home-slider .owl-slide.cover div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(108, 190, 3, 0.1);
  background-size: cover;
  background-position: top;
}

.section-homeslider .home-slider .owl-nav .owl-prev,
.section-homeslider .home-slider .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  text-align: center;
  background: rgba(108, 190, 3, 0.18);
  top: 55%;
  transition: all 0.5s ease-in-out;
}

.section-homeslider .home-slider .owl-nav .owl-prev i,
.section-homeslider .home-slider .owl-nav .owl-next i {
  color: #fff;
}

.section-homeslider .home-slider .owl-nav .owl-prev:hover,
.section-homeslider .home-slider .owl-nav .owl-next:hover {
  background: rgba(108, 190, 3, 0.6);
}

.section-homeslider .home-slider .owl-nav .owl-prev {
  left: 10px;
  opacity: 0;
}

.section-homeslider .home-slider .owl-nav .owl-next {
  right: 10px;
  opacity: 0;
}

.section-homeslider .home-slider .owl-dots {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -0px auto 0 auto;
  opacity: 0;
  transition: all 0.4s ease-out;
}

@media (max-width: 768px) {
  .section-homeslider .home-slider .owl-dots {
    margin: -40px auto 0 auto;
  }
}

.section-homeslider .home-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 5px;
  margin: 5px;
  border-radius: 3px;
  transition: all .3s linear;
  background: #fff;
}

.section-homeslider .home-slider .owl-dots .owl-dot span:hover {
  background: #a0fc2b;
}

.section-homeslider .home-slider .owl-dots .owl-dot.active span {
  width: 30px;
  background: #6cbe03;
}

.section-homeslider .home-slider:hover .owl-prev {
  top: 50%;
  opacity: 1;
}

.section-homeslider .home-slider:hover .owl-next {
  top: 50%;
  opacity: 1;
}

.section-homeslider .home-slider:hover .owl-dots {
  margin: -30px auto 0 auto;
  opacity: 1;
}

.services {
  padding: 100px 0;
}

.services .services-items .item {
  padding-left: 105px;
  position: relative;
  cursor: pointer;
}

.services .services-items .item:not(:last-child) {
  margin-bottom: 40px;
}

.services .services-items .item i {
  position: absolute;
  left: 0;
  top: 5px;
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 75px;
  color: #fff;
  font-size: 35px;
  border-radius: 50%;
  background: #6cbe03;
  z-index: 10;
}

.services .services-items .item i::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  background-image: linear-gradient(-49deg, #6cbe03 0%, #b0b302 60%, #f4a700 100%);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.services .services-items .item h4.title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0px;
}

.services .services-items .item p {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 12px;
  color: #686868;
  margin: 0px;
  line-height: 25px;
}

.services .services-items .item a {
  font-size: 15px;
}

.services .services-items .item:hover i::after {
  opacity: 1;
}

.aboutus {
  padding: 80px 0;
  background-color: #EEF2FB;
}

.products {
  padding: 80px 0;
  background: #f4f7fe;
}

.products .single-product {
  background: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 15px;
  border: 3px solid #fff;
  margin-top: 30px;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

.products .single-product:hover {
  border: 3px solid #6cbe03;
}

.products .single-product img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 100rem;
  box-shadow: none;
}

.products .single-product h4.title {
  font-size: 24px;
  padding-top: 32px;
  padding-bottom: 12px;
  color: #333333;
}

.products .single-product p {
  font-size: 15px;
  line-height: 20px;
  padding: 0 25px 13px;
  height: 43px;
  overflow: hidden;
}

.section-testmonials {
  margin: 60px 0;
}

.section-testmonials div.image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s linear;
  text-align: center;
  height: 230px;
}

@media (max-width: 992px) {
  .section-testmonials div.image-wrapper {
    height: 100px;
  }
}

.section-testmonials div.image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #6cbe03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='50%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffec59'/%3E%3Cstop offset='1' stop-color='%23ff3800'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='70%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffec59'/%3E%3Cstop offset='1' stop-color='%23ff3800'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='0.3'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.section-testmonials div.image-wrapper h1 {
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: .9;
  word-break: break-all;
  padding: 20px 30px 20px 20px;
}

.section-testmonials .marg {
  display: flex;
  padding: 15px;
  width: 100%;
  height: 230px;
}

@media (max-width: 992px) {
  .section-testmonials .marg {
    height: 100%;
    padding-bottom: 30px;
  }
}

.section-testmonials .marg .owl-carousel {
  width: calc(100% - 35px);
}

.section-testmonials .marg .testimonial-slider .owl-dots {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 0 auto;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.section-testmonials .marg .testimonial-slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px;
}

.section-testmonials .marg .testimonial-slider .owl-dots .owl-dot span:hover {
  background: #a0fc2b;
}

.section-testmonials .marg .testimonial-slider .owl-dots .owl-dot.active span {
  background: #6cbe03;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev,
.section-testmonials .marg .testimonial-slider .owl-nav .owl-next {
  transition: all 0.4s ease-out;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  text-align: center;
  background: rgba(108, 190, 3, 0.18);
  top: 45%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev i,
.section-testmonials .marg .testimonial-slider .owl-nav .owl-next i {
  color: #6cbe03;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev:hover,
.section-testmonials .marg .testimonial-slider .owl-nav .owl-next:hover {
  background-color: #6cbe03;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev:hover i,
.section-testmonials .marg .testimonial-slider .owl-nav .owl-next:hover i {
  color: #fff;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev {
  left: -40px;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-next {
  right: -40px;
}

.section-testmonials .marg .testimonial-slider .testimonial-card {
  border: 0;
  background: none;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body {
  padding: 3%;
  background: none;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote {
  cursor: pointer;
  padding: 10px;
  min-height: 100px;
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
  background-color: #f4f7fe;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote .fa-quote-left:before {
  font-size: 7px;
  color: #6cbe03;
  position: relative;
  bottom: 5px;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote .quote-text {
  display: inline;
  margin: 0 5px;
  line-height: 25px;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote-writer {
  display: flex;
  align-items: flex-end;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote-writer .photo img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 0 25px 15px 25px;
  object-fit: cover;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote-writer .quote-writer-name {
  position: relative;
  top: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote-writer .quote-writer-pos {
  position: relative;
  top: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #6cbe03;
}

.section-testmonials:hover .marg .owl-prev {
  opacity: 1;
}

.section-testmonials:hover .marg .owl-next {
  opacity: 1;
}

.section-testmonials:hover .marg .owl-dots {
  margin: -5px auto 0 auto;
  opacity: 1;
}

.page-footer {
  margin-top: 100px;
}

.page-footer .footer-main {
  background: #161616;
  color: #adadad;
  padding: 85px 0 20px 0;
}

@media (max-width: 600px) {
  .page-footer .footer-main {
    padding: 35px 20px 25px 20px;
  }
}

.page-footer .footer-main .footer-widget {
  margin-bottom: 20px;
}

.page-footer .footer-main .footer-widget .widget-about img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-bottom: 30px;
}

.page-footer .footer-main .footer-widget .widget-about p {
  font-weight: 400;
  line-height: 28px;
}

.page-footer .footer-main .footer-widget .footer-widget-title {
  line-height: 42px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6cbe03;
  position: relative;
  font-size: 22px;
  color: #fff;
}

.page-footer .footer-main .footer-widget .footer-menu {
  padding-left: 48px;
}

@media (max-width: 991px) {
  .page-footer .footer-main .footer-widget .footer-menu {
    padding-left: 0;
  }
}

.page-footer .footer-main .footer-widget .footer-menu ul li a {
  font-size: 15px;
  line-height: 32px;
  transition: 0.3s;
  text-transform: capitalize;
}

.page-footer .footer-main .footer-widget .footer-menu ul li a:hover {
  color: #6cbe03;
}

.page-footer .footer-main .icons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-footer .footer-main .icons-container .icon-container {
  margin: 0 10px 10px 0;
  height: 40px;
  width: 40px;
  border-radius: 0.5em;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.page-footer .footer-main .icons-container .icon-container:hover {
  color: #6cbe03;
}

.page-footer .footer-main .contact-details {
  margin: 0px 0 0 0;
}

.page-footer .footer-main .contact-details li:last-child {
  margin-bottom: 0;
}

.page-footer .footer-main .contact-details li span {
  color: #6cbe03;
  border-radius: 100rem;
  padding: 3px;
  font-size: 18px;
  margin-right: 5px;
}

.page-footer .footer-main .contact-details li a {
  color: #6cbe03;
  text-transform: unset;
}

.page-footer .footer-copyright {
  background: #111;
}

.page-footer .footer-copyright .footer-copyright-content {
  height: 60px;
}

.page-footer .footer-copyright .footer-copyright-content p {
  line-height: 60px;
  background: #1e1e1e;
  padding: 0 45px;
  font-size: 14px;
  color: #727272;
  margin-right: 50px;
  margin: 0;
}

.page-footer .footer-copyright .footer-copyright-content p span {
  color: #6cbe03;
}

.page-footer .footer-copyright .footer-copyright-content ul li {
  display: inline-block;
  margin-left: 26px;
}

.page-footer .footer-copyright .footer-copyright-content ul li a {
  font-size: 14px;
  color: #717171;
  transition: all 0.3s ease-out 0s;
}

.page-footer .footer-copyright .footer-copyright-content ul li a:hover {
  color: #6cbe03;
}

.aboutus-page .aboutus {
  padding: 80px 0;
  background-color: #ffffff;
}

.aboutus-page .aboutus h5 {
  color: #333;
}

.aboutus-page .founder-img {
  margin: auto;
  display: block;
  object-fit: cover;
  max-height: 400px;
  max-width: 300px;
}

.contact-page {
  margin: 60px 0;
}

.contact-page li,
.contact-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-page .sec-title {
  position: relative;
  padding-bottom: 40px;
}

.contact-page .sec-title .title {
  position: relative;
  color: #6cbe03;
  font-size: 28px;
  font-weight: 500;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}

.contact-page .sec-title h2 {
  position: relative;
  color: #252525;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
  width: fit-content;
}

.contact-page .sec-title h2:before {
  position: absolute;
  content: '';
  left: -5px;
  bottom: 0%;
  transform: translateY(-50%);
  height: 3px;
  width: 45px;
  background: #6cbe03;
}

.contact-page .contact-page-section {
  position: relative;
  padding: 20px;
}

.contact-page .contact-page-section .inner-container {
  position: relative;
  z-index: 1;
}

.contact-page .contact-page-section .form-column {
  position: relative;
}

.contact-page .contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  height: 100%;
  background-color: #eef2fb;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form {
  position: relative;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form textarea,
.contact-page .contact-page-section .form-column .inner-column .contact-form input {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid transparent;
  background-color: #fff;
  transition: all .3s ease;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form textarea:focus, .contact-page .contact-page-section .form-column .inner-column .contact-form textarea:hover, .contact-page .contact-page-section .form-column .inner-column .contact-form textarea:active,
.contact-page .contact-page-section .form-column .inner-column .contact-form input:focus,
.contact-page .contact-page-section .form-column .inner-column .contact-form input:hover,
.contact-page .contact-page-section .form-column .inner-column .contact-form input:active {
  outline: none;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form textarea:focus,
.contact-page .contact-page-section .form-column .inner-column .contact-form input:focus {
  border-color: rgba(108, 190, 3, 0.3);
}

.contact-page .contact-page-section .form-column .inner-column .contact-form textarea {
  min-height: 200px;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
  transition: all .3s linear;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn:focus {
  outline: none;
}

.contact-page .contact-page-section .info-column {
  background: #161616;
  margin-top: 50px;
}

.contact-page .contact-page-section .info-column .inner-column {
  padding: 60px 35px;
}

.contact-page .contact-page-section .info-column .inner-column .sec-title {
  position: relative;
  padding-bottom: 10px;
}

.contact-page .contact-page-section .info-column .inner-column .sec-title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  display: block;
  font-family: "Raleway", sans-serif;
  padding: 0 15px 10px 5px;
  width: max-content;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 10px 13px 0;
  margin-left: 20px;
  border-radius: 3px;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .icon-image {
  margin-right: 25px;
  position: relative;
  margin-left: -20px;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .icon-image:before {
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  content: "";
  background-color: #fff;
  opacity: .3;
  border-radius: 50%;
  z-index: -1;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .icon-image i {
  line-height: 55px;
  width: 55px;
  text-align: center;
  color: #fff;
  background-color: #6cbe03;
  border-radius: 50%;
  font-size: 20px;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .content {
  font-size: 18px;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .content .title {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #fff;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .content .description a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  word-break: break-all;
}

.contact-page .contact-page-section .info-column .inner-column .social-icon-four {
  position: relative;
}

.contact-page .contact-page-section .info-column .inner-column .social-icon-four li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.contact-page .contact-page-section .info-column .inner-column .social-icon-four li a {
  position: relative;
  font-size: 30px;
  color: #fff;
  transition: all .3s ease;
}

.contact-page .contact-page-section .info-column .inner-column .social-icon-four li a:hover {
  color: #6cbe03;
}

.contact-page .contact-page-section .info-column .inner-column iframe {
  width: 100%;
}

.gallery-page {
  margin: 60px 0;
}

.gallery-page .gallery-album {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.gallery-page .gallery-album:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.gallery-page .gallery-album .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}

.gallery-page .gallery-album .content img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  transition: all .3s linear;
  object-fit: cover;
}

.gallery-page .gallery-album .content h5 {
  position: absolute;
  margin: 0;
  padding: 20px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #fff;
  text-align: left;
  background: rgba(108, 190, 3, 0.9);
}

.gallery-page .gallery-album .content i {
  opacity: 0;
  position: absolute;
  color: #fff;
  background: rgba(2, 6, 14, 0.9);
  font-size: 20px;
  padding: 25px 0 0 0;
  height: 70px !important;
  width: 70px !important;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  transition: all .3s linear;
}

@media (max-width: 600px) {
  .gallery-page .gallery-album .content .content {
    position: absolute;
    padding: 10px;
  }
  .gallery-page .gallery-album .content .content svg {
    font-size: 40px;
  }
  .gallery-page .gallery-album .content .content h5 {
    font-size: 14px;
  }
}

.gallery-page .gallery-album .content:hover {
  border: none;
  box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.287);
  z-index: 11;
}

.gallery-page .gallery-album .content:hover img {
  transform: scale(1.02);
}

.gallery-page .gallery-album .content:hover i {
  opacity: 1;
}

.product-index-page {
  margin: 60px 0;
}

.product-index-page .store-item {
  border-radius: 9px;
  border: 2px solid #eaedf4;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.product-index-page .store-item .store-img a {
  color: #6cbe03;
}

.product-index-page .store-item .store-img a img {
  display: inline-block;
  border-radius: 9px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.product-index-page .store-title {
  padding-top: 0;
  padding: 30px 35px 8px;
  text-align: left;
  margin-bottom: 10px;
}

.product-index-page .store-title a {
  color: #6cbe03;
}

.product-index-page .store-title a h5.title {
  font-weight: 700;
  color: #333333;
  margin: 0px;
  font-size: 24px;
}

.product-show-page {
  margin: 60px 0;
  margin-top: 50px;
}

.product-show-page .aa {
  padding: 1.5%;
}

.product-show-page .aa .product-img-row .product-img {
  background: #fff;
}

.product-show-page .aa .product-img-row .product-img img#main_image {
  border: 2px solid #eaedf4;
  box-shadow: none;
  display: block;
  width: 100% !important;
  object-fit: cover;
  margin: auto;
}

@media (max-width: 767px) {
  .product-show-page .aa .product-img-row .product-img img#main_image {
    width: auto !important;
    height: 100%;
    max-height: 400px;
  }
}

.product-show-page .aa .product-img-row .product-img div.xzoom-thumbs {
  padding: 0 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 0;
}

.product-show-page .aa .product-img-row .product-img div.xzoom-thumbs a img.xzoom-gallery {
  height: 100px;
  min-width: 100px;
  object-fit: contain;
  margin-bottom: 0;
  border: 0;
  background: #fff;
  padding: 10px;
  border: 2px solid #eaedf4;
}

.product-show-page .aa .product-img-row .product-img div.xzoom-thumbs a img.xzoom-gallery.xactive {
  box-shadow: 0 0 3px 0 rgba(108, 190, 3, 0.471);
  border: 1px solid #6cbe03;
}

.product-show-page .aa .product-img-row .product-img div.xzoom-thumbs .owl-stage {
  display: flex;
  align-items: center;
}

.product-show-page .aa .product-desc {
  border: 2px solid #eaedf4;
  height: 100%;
}

.product-show-page .aa .product-desc .product_meta {
  display: flex;
  flex-wrap: wrap;
}

.product-show-page .aa .product-desc .product_meta p {
  color: #6cbe03;
  margin-right: 10px;
}

.product-show-page .aa .product-desc .product_meta p span {
  color: #333;
}

.product-show-page .aa .product-desc .product-title {
  color: #454545;
  padding: 20px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.product-show-page .aa .product-desc .product-text {
  color: #454545;
  padding: 20px;
}

.product-show-page ul.product-details-text {
  border-top: 1px solid #dddddd;
  margin-top: 50px;
  padding-top: 20px;
  width: max-content;
}

.product-show-page ul.product-details-text b {
  padding: 5px;
  font-weight: 600;
  width: 170px;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}

.product-show-page ul.product-details-text span {
  color: #6cbe03;
}

.questions-area {
  position: relative;
  margin-bottom: -55px;
}

.questions-area .questions-box {
  height: 160px;
  position: relative;
}

.questions-area .questions-box .questions-box-item {
  background: linear-gradient(120deg, #6cbe03 40%, #f4a700 80%);
  height: 160px;
  margin-left: -30px;
  display: flex;
  align-items: center;
}

.questions-area .questions-box .questions-box-item .item {
  padding-left: 125px;
  position: relative;
}

.questions-area .questions-box .questions-box-item .item i {
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #6cbe03;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #f4a700;
  z-index: 5;
}

.questions-area .questions-box .questions-box-item .item i::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

.questions-area .questions-box .questions-box-item .item .title {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

.questions-area .questions-box .questions-box-item .item .title span {
  font-size: 22px;
}

.questions-area .questions-box .questions-box-item .item p {
  color: #fff;
  padding-top: 6px;
}

.questions-area.questions-bg {
  background: #eef2fb;
}
