/* 01.Base                               
/* ---------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins: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,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
body, html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6e6c7a;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", serif;
  font-weight: 800;
  color: #1b192a;
  margin: 0;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 3.2rem;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 2.9rem;
}

h4, .h4 {
  font-size: 2.25rem;
}

h5, .h5 {
  font-size: 1.467rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

p {
  line-height: 1.8;
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  h3, .h3 {
    font-size: 2.1rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  overflow: hidden;
  position: relative;
}

.section {
  padding: 100px 0;
}

.section .section-center-heading,
.section .section-left-heading {
  margin-bottom: 60px;
}

.section .section-center-heading {
  text-align: center;
}

.section .section-center-heading h6 {
  color: #25a515;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Fugaz One", cursive;
}

.section .section-center-heading h6:before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #25a515;
  vertical-align: middle;
  display: inline-block;
}

.section .section-center-heading h6:after {
  content: "";
  width: 20px;
  height: 2px;
  margin-left: 10px;
  background: #25a515;
  vertical-align: middle;
  display: inline-block;
}

.section .section-left-heading {
  text-align: left;
}

.section .section-left-heading h6 {
  color: #25a515;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Fugaz One", cursive;
  font-style: italic;
}

.section .section-left-heading h6:before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #25a515;
  vertical-align: middle;
  display: inline-block;
}

.section .section-left-heading h2 {
  font-style: italic;
}

.section .section-btn-right {
  text-align: right;
}

.shadow-in {
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.bb-line-border {
  border-bottom: 1px solid rgba(27, 25, 42, 0.05);
}

.bg-grey {
  background: #f5f5f5;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.widgets-pb-20 {
  padding-bottom: 20px !important;
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.bg-dark {
  background: #000;
}

.bg-primary-light {
  background: rgba(255, 91, 41, 0.05);
}

.team-carousel .owl-dots, .blog-carousel .owl-dots, .testimonial-carousel .owl-dots {
  line-height: 0 !important;
  margin-top: 30px !important;
}

.team-carousel .owl-dots .owl-dot, .blog-carousel .owl-dots .owl-dot, .testimonial-carousel .owl-dots .owl-dot {
  margin-right: 8px;
  vertical-align: middle;
}

.team-carousel .owl-dots .owl-dot:last-child, .blog-carousel .owl-dots .owl-dot:last-child, .testimonial-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.team-carousel .owl-dots .owl-dot span, .blog-carousel .owl-dots .owl-dot span, .testimonial-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 30px;
  height: 6px;
  display: block;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.team-carousel .owl-dots .owl-dot.active span, .blog-carousel .owl-dots .owl-dot.active span, .testimonial-carousel .owl-dots .owl-dot.active span {
  background: #25a515;
}

.team-carousel .item:hover, .blog-carousel .item:hover, .testimonial-carousel .item:hover {
  cursor: w-resize;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section .section-btn-right {
    margin-top: 30px;
    text-align: left;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading .section-title {
    font-size: 2.7rem;
  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.primary-btn {
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  padding: 22px 36px;
  text-align: center;
  position: relative;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #25a515;
}

.primary-btn:hover {
  color: #25a515 !important;
}

.primary-btn:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.primary-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.secondary-btn {
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  padding: 22px 36px;
  text-align: center;
  position: relative;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #25a515;
}

.secondary-btn:hover {
  color: #fff !important;
}

.secondary-btn:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.secondary-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #1b192a;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.primary-outline-btn {
  z-index: 1;
  overflow: hidden;
  padding: 22px 50px;
  text-align: center;
  position: relative;
  border-radius: 0;
  font-size: 14px;
  display: inline-block;
  color: #fff !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #25a515;
}

.primary-outline-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #1b192a;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.primary-outline-btn:hover {
  color: #25a515 !important;
}

/* Gallery WhatsApp overlay button */
.gallery-item-img { position: relative; }
.gallery-buttons { position: absolute; top: 12px; left: 12px; display: flex; gap: 8px; z-index: 5; }
/* smaller top-right WhatsApp button */
.gallery-buttons a.whatsapp-btn { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; background: #25D366; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 6px 12px rgba(0,0,0,0.12); color: #fff; opacity: 0; transform: translateY(-6px); transition: opacity .18s ease, transform .18s ease; text-decoration: none; }
.gallery-buttons a.whatsapp-btn svg { width: 18px; height: 18px; display: block; }
.gallery-item-img:hover .gallery-buttons a.whatsapp-btn { opacity: 1; transform: translateY(0); }

@media only screen and (max-width: 575.98px) {
  .gallery-buttons a.whatsapp-btn { width: 30px; height: 30px; top: 8px; right: 8px; }
  .gallery-buttons a.whatsapp-btn svg { width: 14px; height: 14px; }
}

.primary-outline-btn:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.video-btn {
  z-index: 1;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #25a515 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fff;
}

.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #25a515;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.video-btn:hover {
  color: #fff !important;
}

.video-btn:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll-top-btn {
  bottom: 0;
  opacity: 0;
  right: 15px;
  width: 65px;
  height: 65px;
  z-index: 444;
  line-height: 65px;
  font-size: 16px;
  text-align: center;
  position: fixed;
  visibility: hidden;
  color: #fff !important;
  background: #25a515;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 15px;
  visibility: visible;
}

.scroll-top-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #1b192a;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.scroll-top-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.scroll-top-btn:hover:after {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes preloaderRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}
@keyframes preloaderRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@-webkit-keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 91, 41, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 91, 41, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 91, 41, 0);
            box-shadow: 0 0 0 20px rgba(255, 91, 41, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 91, 41, 0);
            box-shadow: 0 0 0 0 rgba(255, 91, 41, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 91, 41, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 91, 41, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 91, 41, 0);
            box-shadow: 0 0 0 20px rgba(255, 91, 41, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 91, 41, 0);
            box-shadow: 0 0 0 0 rgba(255, 91, 41, 0);
  }
}

@-webkit-keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.custom-modal {
  z-index: 99999;
  background: rgba(27, 25, 42, 0.9);
}

.custom-modal .modal-content {
  background: transparent;
  border: none;
  margin-top: 200px;
}

.custom-modal .modal-content .modal-header {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-modal .modal-content .modal-header button {
  opacity: 1;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.custom-modal .modal-content .modal-header button span {
  font-weight: 400;
  font-size: 50px;
  color: #fff;
}

.custom-modal .modal-content .modal-header h6 {
  color: #fff;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}

.custom-modal .modal-content .modal-body {
  padding: 0;
}

.custom-modal .modal-content .modal-body .popup-form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
  outline: none;
  width: 100%;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #fff;
  background: transparent;
  padding: 17px 77px 17px 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control:focus {
  outline: none;
  border-color: #25a515;
}

.custom-modal .modal-content .modal-body .popup-form-group > span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #25a515;
  font-size: 16px;
}

.custom-modal .modal-content .modal-body .popup-form-group textarea {
  height: auto !important;
  padding: 17px 20px 17px 60px !important;
}

.custom-modal .modal-content .modal-search-btn {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #25a515;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.custom-modal .modal-content .modal-search-btn:hover {
  background: #fff;
  color: #25a515;
}

#contactFormSuccessModal, #contactFormDangerModal {
  background: initial;
}

#contactFormSuccessModal .modal-content, #contactFormDangerModal .modal-content {
  background: #fff;
}

#contactFormSuccessModal .modal-header, #contactFormDangerModal .modal-header {
  text-align: center;
  padding: 20px;
  border: 0;
  border-radius: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contactFormSuccessModal .modal-header h5, #contactFormDangerModal .modal-header h5 {
  font-weight: 500;
  font-size: 18px;
}

#contactFormSuccessModal .modal-header button, #contactFormDangerModal .modal-header button {
  margin-top: -5px;
  font-size: 18px;
}

#contactFormSuccessModal .modal-header button span, #contactFormDangerModal .modal-header button span {
  font-size: 30px !important;
}

#contactFormSuccessModal .modal-header h5, #contactFormSuccessModal .modal-header button, #contactFormDangerModal .modal-header h5, #contactFormDangerModal .modal-header button {
  color: #fff;
}

#contactFormSuccessModal .modal-header.danger, #contactFormDangerModal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

#contactFormSuccessModal .modal-header.success, #contactFormDangerModal .modal-header.success {
  background: #4caf50;
  color: #fff;
}

#contactFormSuccessModal .modal-body, #contactFormDangerModal .modal-body {
  padding: 30px !important;
  border-radius: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner, #contactFormDangerModal .modal-body .form-popup-inner {
  text-align: center;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon, #contactFormDangerModal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 30px;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.circle, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
          animation: dash 0.9s ease-in-out;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.line, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
          animation: dash 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.check, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
          animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.danger svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.success svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon.success svg {
  fill: #4caf50;
  stroke: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}

#contactFormSuccessModal .modal-footer, #contactFormDangerModal .modal-footer {
  background: #fff;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contactFormSuccessModal .modal-footer .popup-link, #contactFormDangerModal .modal-footer .popup-link {
  font-weight: 700;
  color: #000;
}

#contactFormSuccessModal .modal-footer .popup-link.success:hover, #contactFormDangerModal .modal-footer .popup-link.success:hover {
  color: #4caf50;
  text-decoration: underline;
}

#contactFormSuccessModal .modal-footer .popup-link.danger:hover, #contactFormDangerModal .modal-footer .popup-link.danger:hover {
  color: #f27474;
  text-decoration: underline;
}

.custom-form-group .captcha-input {
  padding-left: 90px !important;
}

.custom-form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  height: 60px;
  display: block;
  width: 70px;
  line-height: 60px;
  background: #25a515;
  color: #fff;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}

body[style], header[style] {
  padding-right: 0 !important;
}

.modal-open .modal {
  padding-right: 0 !important;
}

.comments-wrap {
  position: relative;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.comments-wrap .comments-item-wrap:last-child .comments-item {
  border-bottom: none;
}

.comments-wrap .comments-item-wrap .comments-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comments-wrap .comments-item-wrap .comments-item .comment-header {
  margin-bottom: 15px;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header h6 {
  margin-bottom: 5px;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header span {
  font-size: 15px;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header span i {
  margin-right: 10px;
  color: #25a515;
}

.comments-wrap .comments-item-wrap .comments-item p {
  margin-bottom: 20px;
}

.comments-wrap .comments-item-wrap .comments-item .comment-buttons a {
  margin-right: 15px;
  color: #25a515;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.comments-wrap .comments-item-wrap .comments-item .comment-buttons a:hover {
  color: #1b192a;
}

.comments-wrap .comments-item-wrap .comments-item .comment-buttons a:last-child {
  margin-right: 0;
}

.comments-wrap .comments-item-wrap .comments-item .comment-buttons a.comments-like-btn i {
  margin-right: 10px;
}

.comments-wrap .comments-item-wrap .comments-item img {
  margin-right: 30px;
}

.comments-wrap .comments-item-wrap .comments-item.sub-comment {
  padding-left: 120px;
}

.comments-wrap .comments-item-wrap:last-child {
  margin-bottom: 0;
}

.leave-comment-wrapper {
  padding: 30px;
  position: relative;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.leave-comment-wrapper .comment-form-group {
  position: relative;
}

.leave-comment-wrapper .comment-form-group .comment-form-control {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 17px 20px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.leave-comment-wrapper .comment-form-group .comment-form-control:focus {
  border-color: #25a515;
}

.leave-comment-wrapper .comment-form-group > span {
  top: 0;
  left: 15px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #25a515;
  font-size: 16px;
}

.leave-comment-wrapper .comment-form-group button {
  border: none;
}

.custom-form-group {
  position: relative;
}

.custom-form-group .custom-select {
  height: auto;
}

.custom-form-group .custom-form-control {
  width: 100%;
  display: block;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 17px 20px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-form-group .custom-form-control:focus {
  border-color: #25a515;
}

.custom-form-group > span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #25a515;
  font-size: 16px;
}

.comment-block-mt {
  margin-top: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .custom-modal .modal-content .modal-header button span {
    font-size: 36px;
  }
  .custom-modal .modal-content .modal-header h6 {
    font-size: 26px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .comments-wrap .comments-item-wrap .comments-item {
    display: block;
  }
  .comments-wrap .comments-item-wrap .comments-item img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .comments-wrap .comments-item-wrap .comments-item.sub-comment {
    padding-left: 100px;
  }
  .custom-modal .modal-content .modal-header {
    margin-bottom: 20px;
  }
  .custom-modal .modal-content .modal-header button span {
    font-size: 30px;
  }
  .custom-modal .modal-content .modal-header h6 {
    font-size: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
  margin-top: 20px;
}

.pagination-wrap .pagination-link {
  width: 54px;
  height: 54px;
  color: #000;
  line-height: 52px;
  margin: 0 5px 0 0;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination-wrap .pagination-link:hover, .pagination-wrap .pagination-link.active {
  background: #25a515;
  border-color: #25a515;
  color: #fff !important;
}

.pagination-wrap .pagination-link:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#preloader-wrap .preloader-inner {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  background:#fff;
}

#preloader-wrap .preloader-inner img{
    width:100%;
   animation: shake 0.5s; 
   animation-iteration-count: infinite; 
    
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header .navbar-brand {
  padding: 0;
  color: #fff;
  text-transform: capitalize;
}

.header .navbar-btn-resp {
  margin-left: 30px;
}

.header .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 36px 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  line-height: 28px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .nav-item.dropdown:hover .nav-link:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: rgba(27, 25, 42, 0.85);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #25a515;
  border-bottom-color: #25a515;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 30px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
  content: "\f078";
  top: 50%;
  right: 15px;
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
  top: 36px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

.header .search-btn-toggle:hover {
  color: #25a515 !important;
  background: transparent !important;
}

.header .search-btn-mobile {
  display: none;
}

/* Header Shrink */
.header-shrink {
  padding: 0;
  background: rgba(27, 25, 42, 0.85);
  border-bottom: none;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
          box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
  -webkit-animation: stickyMenu 0.7s ease-in-out;
          animation: stickyMenu 0.7s ease-in-out;
}

.header-shrink .nav-item:hover .nav-link {
  color: #fff;
}

.header-shrink .nav-item .nav-link {
  opacity: 1;
}


/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }
  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }
  .header .main-menu {
    background: #1b192a;
  }
  .header .main-menu .navbar-nav {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
  }
  .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .header .main-menu .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .main-menu .navbar-nav .nav-link.active {
    background: #25a515;
    color: #fff !important;
    border-color: #25a515;
  }
  .header .main-menu .navbar-nav .nav-link:hover {
    background: #25a515;
    color: #fff !important;
    border-color: #25a515;
  }
  .header .main-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(255, 255, 255, 0.05);
  }
  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #25a515;
  }
  .header .dropdown-toggle:before {
    top: 27px !important;
    right: 20px !important;
  }
  .header .dropdown-toggle[aria-expanded="true"]:before {
    top: 11px !important;
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .header .search-btn-mobile {
    display: block;
    position: absolute;
    top: 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    right: 60px;
  }
  .header .search-btn-resp {
    display: none;
  }
  .navbar-btn-resp {
    display: none !important;
  }
  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #25a515;
  }
  .header-shrink .nav-item .nav-link {
    color: #000;
  }
  .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
    color: #25a515;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktop, less than min-width: 992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    color: #000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
  }
  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                              
/* ---------------------------------------------------------------- */
.hero-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 850px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-banner:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  background: #1b192a;
}

.hero-banner .hero-inner h1 {
  color: #fff;
  margin-bottom: 20px;
}

.hero-banner .hero-inner h1 span {
  font-weight: 900;
  margin-right: 10px;
  color: #25a515;
  font-family: "Fugaz One", cursive;
  text-decoration: underline;
}

.hero-banner .hero-inner h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  padding: 10px;
  margin-bottom: 15px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
}

.hero-banner .hero-inner h2 {
  color: #fff;
  opacity: 0.75;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 40px;
}

.hero-img {
  position: relative;
  text-align: right;
}

.hero-img img {
  text-align: right;
  display: inline-block;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .hero-banner {
    min-height: 100vh;
  }
  .hero-banner .hero-inner h1 {
    font-size: 1.8rem;
  }
  .hero-banner .hero-inner h2 {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------------- */
/* Home Particles                 
/* ---------------------------------------------------------------- */
#heroparticles {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---------------------------------------------------------------- */
/* Homer Slider                
/* ---------------------------------------------------------------- */
#hero-slider-two {
  z-index: 32;
  min-height: auto;
}

#hero-slider-two .hero-slider.owl-carousel .owl-nav {
  margin-top: 0;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next,
#hero-slider-two .hero-slider.owl-carousel button.owl-prev {
  top: 50%;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 110px;
  color: #fff;
  border-radius: 0;
  text-align: center;
  line-height: 110px;
  position: absolute;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next:hover,
#hero-slider-two .hero-slider.owl-carousel button.owl-prev:hover {
  background: #f53900;
  color: #fff;
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left,
#hero-slider-two .hero-slider.owl-carousel .arrow-right {
  display: block;
  position: relative;
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left:after, #hero-slider-two .hero-slider.owl-carousel .arrow-left:before,
#hero-slider-two .hero-slider.owl-carousel .arrow-right:after,
#hero-slider-two .hero-slider.owl-carousel .arrow-right:before {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left {
  -webkit-transform: perspective(1000px) rotate(180deg);
          transform: perspective(1000px) rotate(180deg);
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel .arrow-right:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel .arrow-right:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next {
  right: 15px;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next:hover .arrow-right:after {
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
          transform: rotate(30deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next:hover .arrow-right:before {
  -webkit-transform: rotate(-30deg) translate(-50%, -50%);
          transform: rotate(-30deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-prev {
  left: 15px;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-prev:hover .arrow-left:after {
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
          transform: rotate(30deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-prev:hover .arrow-left:before {
  -webkit-transform: rotate(-30deg) translate(-50%, -50%);
          transform: rotate(-30deg) translate(-50%, -50%);
}

#hero-slider-two .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  z-index: 32;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  min-height: 850px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero-slider-two .item:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -32;
  position: absolute;
  background: #10101199;
}

#hero-slider-two .owl-item h6, #hero-slider-two .owl-item h1, #hero-slider-two .owl-item h2, #hero-slider-two .owl-item a {
  opacity: 0;
  visibility: hidden;
}

#hero-slider-two .owl-item.active .hero-inner h6, #hero-slider-two .owl-item.active .hero-inner h1, #hero-slider-two .owl-item.active .hero-inner h2, #hero-slider-two .owl-item.active .hero-inner a {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
  visibility: visible;
}

#hero-slider-two .owl-item.active .hero-inner h6 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#hero-slider-two .owl-item.active .hero-inner h1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#hero-slider-two .owl-item.active .hero-inner h2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#hero-slider-two .owl-item.active .hero-inner a {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  #hero-slider-two .hero-slider.owl-carousel .owl-nav {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .hero-banner {
    min-height: 100vh;
  }
  .hero-banner .hero-slider .item {
    min-height: 100vh !important;
  }
}

/* ---------------------------------------------------------------- */
/* Home Video                
/* ---------------------------------------------------------------- */
#hero_video {
  overflow: hidden;
  position: relative;
}

#hero_video #video-background {
  /* -o-object-fit: cover;
     object-fit: cover;
  background-size: cover; */
  /* -o-object-position: center;
     object-position: center; */
  background-repeat: no-repeat;
  /* background-position: center center; */
}

#hero_video .hero-overlay {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  height: 100%;
  position: absolute;
  background: #1b192a;
}

/* ---------------------------------------------------------------- */
/* Home Svg Pattern 1                             
/* ---------------------------------------------------------------- */
#svg-pattern-1 {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ---------------------------------------------------------------- */
/* 11.About                            
/* ---------------------------------------------------------------- */
.about-inner h6 {
  color: #25a515;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Fugaz One", cursive;
  font-style: italic;
}

.about-inner h6:before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: #25a515;
  display: inline-block;
}

.about-inner p {
  margin-bottom: 25px;
}

.about-inner h2 {
  font-style: italic;
  margin-bottom: 15px;
}

.about-inner h2 strong {
  color: #25a515;
  margin-right: 5px;
  text-decoration: underline;
}

.about-box-wrap {
  margin-bottom: 30px;
}

.about-box-wrap .about-box {
  padding: 30px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.about-box-wrap .about-box a {
  color: #6e6c7a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-box-wrap .about-box a:hover {
  color: #25a515;
  text-decoration: underline;
}

.about-box-wrap .about-box i {
  color: #25a515;
  margin-right: 10px;
}

.about-box-wrap .about-box .text h6 {
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-list {
  margin-bottom: 40px;
}

.about-list ul li {
  margin-bottom: 15px;
}

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

.about-list ul li i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  margin-right: 15px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  background: #25a515;
  display: inline-block;
}

.about-list ul li span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.about-page-section .about-inner p {
  margin-bottom: 30px;
}

.about-page-section .about-box-wrap {
  margin-bottom: 0;
}

.about-page-section .about-box-wrap .about-box {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .about-img-wrap {
    margin-top: 30px;
  }
  .about-page-section .about-box-wrap .about-box {
    margin-bottom: 30px;
  }
  .about-page-section .about-img-wrap {
    margin-top: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  .about-box-wrap {
    margin-bottom: 0;
  }
  .about-box-wrap .about-box {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 1600px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  #about .about-top-icon,
  #about .about-bottom-icon {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* 12.Services                           
/* ---------------------------------------------------------------- */
.services-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px 30px 23px 30px;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.services-item .services-overlay-img {
  top: 50px;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
}

.services-item .icon {
  display: inline-block;
  margin-bottom: 20px;
}

.services-item .icon span {
  display: inline-block;
}

.services-item .icon span:before {
  width: 80px;
  height: 80px;
  font-size: 40px;
  margin-left: 0;
  text-align: center;
  line-height: 80px;
  color: #fff;
  display: inline-block;
  background: #25a515;
}

.services-item .body h6 {
  margin-bottom: 15px;
}

.services-item .body p {
  margin-bottom: 30px;
}

.services-item .body ul {
  margin-bottom: 30px;
}

.services-item .body ul li {
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}

.services-item .body ul li i {
  color: #25a515;
  margin-right: 10px;
}

.services-item .body ul li:last-child {
  margin-bottom: 0;
}

.services-item .secondary-btn:hover {
  color: #25a515 !important;
}

.services-item .secondary-btn:after {
  background: #fff;
}


/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .services-item {
    padding: 30px;
  }
  .detail-text h2 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* Services Detail                          
/* ---------------------------------------------------------------- */
.service-detail-inner p {
  margin-bottom: 30px;
}

.service-detail-inner img {
  margin-bottom: 30px;
}

.service-detail-inner .detail-text h2 {
  margin-bottom: 17px;
}

.detail-list {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.detail-list li {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}

.detail-list li i {
  margin-right: 15px;
  color: #25a515;
}

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

.faq-accordion, .faq-form-wrap {
  margin-bottom: 30px;
}

.faq-accordion h4, .faq-form-wrap h4 {
  margin-bottom: 30px;
}

.faq-form-wrap .faq-form {
  padding: 30px;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.faq-form-wrap .faq-form .faq-form-group {
  margin-bottom: 20px;
  position: relative;
}

.faq-form-wrap .faq-form .faq-form-group:last-child {
  margin-bottom: 0;
}

.faq-form-wrap .faq-form .faq-form-group .faq-form-control {
  width: 100%;
  display: block;
  padding: 17px 20px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-form-wrap .faq-form .faq-form-group .faq-form-control:focus {
  border-color: #25a515;
}

.faq-form-wrap .faq-form .faq-form-group span {
  line-height: 60px;
  color: #25a515;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 20px;
}

.faq-form-wrap .faq-form button {
  border: none;
  margin-top: 21px;
}

.accordion-item {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-header a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  padding: 25px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #25a515;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion-item .accordion-header a[aria-expanded=true] {
  color: #fff;
  background: #25a515;
}

.accordion-item .accordion-header a[aria-expanded=true] i {
  color: #fff;
}

.accordion-item .accordion-header a[aria-expanded=true] i:before {
  content: '\f068';
}

.accordion-item .accordion-header a i {
  text-align: center;
  color: #25a515;
}

.accordion-item .accordion-body {
  padding: 30px;
}

/* ---------------------------------------------------------------- */
/* 13.Our Menu                      
/* ---------------------------------------------------------------- */
.tab-link-wrap .tab-link-item {
  cursor: pointer;
  text-align: center;
  margin-bottom: 30px;
}

.tab-link-wrap .tab-link-item .tab-link-inner {
  z-index: 1;
  padding: 30px;
  text-align: left;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.tab-link-wrap .tab-link-item span {
  display: block;
  margin-bottom: 30px;
}

.tab-link-wrap .tab-link-item span::before {
  font-size: 80px;
  color: #25a515;
  margin-left: 0;
  line-height: 80px;
}

.tab-link-wrap .tab-link-item h2 {
  font-size: 18px;
}

.tab-link-wrap .tab-link-item.active .tab-link-inner, .tab-link-wrap .tab-link-item:hover .tab-link-inner {
  background: #25a515;
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
}

.tab-link-wrap .tab-link-item.active span::before, .tab-link-wrap .tab-link-item:hover span::before {
  color: #fff;
}

.tab-link-wrap .tab-link-item.active h2, .tab-link-wrap .tab-link-item:hover h2 {
  color: #fff;
}

.tab-content-item {
  display: none;
}

.tab-content-item.active {
  display: block;
  -webkit-animation: fadeInDown 0.5s ease;
          animation: fadeInDown 0.5s ease;
}

.tab-content-inner ul {
  padding: 30px;
  position: relative;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.tab-content-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.tab-content-inner ul li:last-child {
  margin-bottom: 0;
}

.tab-content-inner ul li img {
  margin-right: 30px;
}

.tab-content-inner ul li .body .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #25a515;
}

.tab-content-inner ul li .body .text span {
  font-size: 18px;
  font-weight: 800;
  font-family: "Poppins", serif;
  color: #25a515;
}

.menu-list-item {
  margin-bottom: 60px;
}

.menu-list-item:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .pt-resp-0 ul {
    padding-top: 0 !important;
    border-top: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .tab-link-wrap .tab-link-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tab-link-wrap .tab-link-item span {
    display: block;
  }
  .tab-content-inner ul li {
    display: block;
  }
  .tab-content-inner ul li img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 14.Counters                      
/* ---------------------------------------------------------------- */
#counter {
  background: #25a515;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.counter-item-inner {
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.counter-item-inner h2 {
  margin-bottom: 10px;
  font-size: 2.6rem;
}

.counter-item-inner span {
  font-weight: 700;
  color: #25a515;
  font-size: 1.2rem;
}

/* ---------------------------------------------------------------- */
/* 15.Our Team                     
/* ---------------------------------------------------------------- */
.team-card {
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.team-card .team-img {
  overflow: hidden;
  position: relative;
}

.team-card .team-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-card .team-img .team-social {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team-card .team-img .team-social li {
  opacity: 0;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.team-card .team-img .team-social li:last-child {
  margin-right: 0;
}

.team-card .team-img .team-social li:nth-child(1) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.team-card .team-img .team-social li:nth-child(2) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.team-card .team-img .team-social li:nth-child(3) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.team-card .team-img .team-social li i {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #25a515;
}

.team-card .team-img .team-social li i:hover {
  background: #1b192a;
  color: #fff;
}

.team-card .team-img:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1b192a;
}

.team-card .team-img:hover .team-social {
  opacity: 1;
  visibility: visible;
}

.team-card .team-img:hover .team-social li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.team-card .team-img:hover .team-social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-card .team-img:hover .team-social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-card .team-img:hover .team-social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-card .team-img:hover:after {
  visibility: visible;
  opacity: 0.75;
}

.team-card .team-body {
  padding: 30px;
  position: relative;
  border-bottom: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.team-card .team-body h6 {
  margin-bottom: 7px;
}

.team-card .team-body span {
  color: #25a515;
}

.team-card:hover .team-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ---------------------------------------------------------------- */
/* 16.Gallery                      
/* ---------------------------------------------------------------- */
.gallery-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.gallery-item .gallery-item-img {
  position: relative;
  overflow: hidden;
}

.gallery-item .gallery-item-img:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(27, 25, 42, 0.75);
}

.gallery-item .gallery-buttons {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-item .gallery-buttons a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-item .gallery-buttons span {
  position: relative;
}

.gallery-item .gallery-buttons span:nth-child(1):after, .gallery-item .gallery-buttons span:nth-child(1):before, .gallery-item .gallery-buttons span:nth-child(2):after, .gallery-item .gallery-buttons span:nth-child(2):before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-item .gallery-buttons span:nth-child(1):after, .gallery-item .gallery-buttons span:nth-child(1):before {
  top: 0;
  width: 30px;
  height: 2px;
}

.gallery-item .gallery-buttons span:nth-child(1):after {
  left: -100px;
}

.gallery-item .gallery-buttons span:nth-child(1):before {
  left: 100px;
}

.gallery-item .gallery-buttons span:nth-child(2):after, .gallery-item .gallery-buttons span:nth-child(2):before {
  left: 0;
  width: 2px;
  height: 30px;
}

.gallery-item .gallery-buttons span:nth-child(2):after {
  top: -100px;
}

.gallery-item .gallery-buttons span:nth-child(2):before {
  top: 100px;
}

.gallery-item:hover .gallery-item-img:after {
  opacity: 1;
  visibility: visible;
}

.gallery-item:hover .gallery-buttons {
  opacity: 1;
  visibility: visible;
}

.gallery-item:hover .gallery-buttons span:nth-child(1):after {
  left: -30px;
}

.gallery-item:hover .gallery-buttons span:nth-child(1):before {
  left: 0px;
}

.gallery-item:hover .gallery-buttons span:nth-child(2):after {
  top: -30px;
}

.gallery-item:hover .gallery-buttons span:nth-child(2):before {
  top: 0px;
}

/* Ensure whatsapp button inside .gallery-buttons stays small and doesn't get stretched
   by the generic .gallery-item .gallery-buttons a { width:100%; height:100%; } rule. */
.gallery-item .gallery-buttons a.whatsapp-btn {
  width: 34px !important;
  height: 34px !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 6 !important;
  background: #25D366 !important;
}
.gallery-item .gallery-buttons a.whatsapp-btn svg { width: 18px !important; height: 18px !important; }


/* ---------------------------------------------------------------- */
/* 17.Testimonial                      
/* ---------------------------------------------------------------- */
.testimonial-card {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
  -webkit-box-shadow: 0 10px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px -1px rgba(0, 0, 0, 0.1);
}

.testimonial-card .testimonial-rating {
  margin-bottom: 26px;
}

.testimonial-card .testimonial-rating i {
  color: #25a515;
  margin-right: 3px;
}

.testimonial-card .testimonial-rating i:last-child {
  margin-right: 0;
}

.testimonial-card .testimonial-body blockquote {
  margin-bottom: 30px;
}

.testimonial-card .testimonial-body blockquote q {
  font-size: 22px;
  font-style: italic;
  color: #000;
}

.testimonial-card .testimonial-body blockquote q:after, .testimonial-card .testimonial-body blockquote q:before {
  color: #000;
  font-weight: 700;
}

.testimonial-card .testimonial-body blockquote q:after {
  margin-left: 5px;
}

.testimonial-card .testimonial-body blockquote q:before {
  margin-right: 5px;
}

.testimonial-card .testimonial-body h6 {
  margin-bottom: 10px;
}

.testimonial-card .testimonial-body span {
  color: #25a515;
}

.testimonial-card .testimonial-img {
  margin-top: 20px;
  display: inline-block;
}

.testimonial-card .testimonial-img img {
  border-radius: 50%;
}

.testimonial-card .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-card .testimonial-author .text h6 {
  margin-bottom: 7px;
}

.testimonial-card .testimonial-author img {
  margin-right: 15px;
  border-radius: 50%;
}

.testimonial-card .testimonial-author span {
  color: #25a515;
}

.testimonial-inner {
  padding-left: 30px;
}

.testimonial-slider.owl-carousel .owl-nav {
  text-align: left !important;
  margin-top: 20px;
}

.testimonial-slider.owl-carousel button.owl-next, .testimonial-slider.owl-carousel button.owl-prev {
  padding: 15px 20px !important;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  margin: 0 10px 0 0;
  background: #1b192a;
  color: #fff;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.testimonial-slider.owl-carousel button.owl-next:hover, .testimonial-slider.owl-carousel button.owl-prev:hover {
  background: #25a515;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .testimonial-resp-img {
    display: none;
  }
  .testimonial-inner {
    padding-left: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 1600px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  #testimonial .testimonial-top-icon,
  #testimonial .testimonial-bottom-icon {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* 18.Pricing                    
/* ---------------------------------------------------------------- */
.price-toggle-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.price-toggle-wrap a {
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  padding: 22px 36px;
  text-align: center;
  position: relative;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1b192a;
}

.price-toggle-wrap a:hover, .price-toggle-wrap a.active {
  color: #fff !important;
}

.price-toggle-wrap a:hover:after, .price-toggle-wrap a.active:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.price-toggle-wrap a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #25a515;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.pricing-tab-toggle-content {
  display: none;
}

.pricing-tab-toggle-content.active {
  display: block;
}

.price-table {
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.price-table .icon {
  display: inline-block;
  margin-bottom: 30px;
}

.price-table .icon span {
  display: inline-block;
}

.price-table .icon span:before {
  width: 80px;
  height: 80px;
  font-size: 40px;
  margin-left: 0;
  text-align: center;
  line-height: 80px;
  color: #fff;
  display: inline-block;
  background: #25a515;
}

.price-table .price-value span {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  color: #25a515;
  margin-bottom: 10px;
}

.price-table .price-value h3 {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Poppins", serif;
}

.price-table .price-text p {
  margin-bottom: 30px;
}

.price-table .price-footer a {
  display: block;
}

/* ---------------------------------------------------------------- */
/* 19.Blog                      
/* ---------------------------------------------------------------- */
#latest-blog {
  position: relative;
}

#latest-blog .blog-top-icon {
  top: 0;
  left: 0;
}

#latest-blog .blog-bottom-icon {
  bottom: 0;
  right: 0;
}

#latest-blog .blog-top-icon,
#latest-blog .blog-bottom-icon {
  position: absolute;
}

#latest-blog .blog-top-icon img,
#latest-blog .blog-bottom-icon img {
  height: 350px;
  width: 350px;
}

.blog-item {
  z-index: 1;
  padding: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.blog-item:after {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 2px;
  content: "";
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background: #25a515;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.blog-item .blog-overlay-img {
  top: 25px;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  visibility: hidden;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-item .blog-date {
  margin-bottom: 20px;
}

.blog-item .blog-date span {
  font-size: 60px;
  display: block;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  color: #25a515;
}

.blog-item .blog-date strong {
  font-style: italic;
  font-weight: 500;
  font-family: "Poppins", serif;
  color: #000;
}

.blog-item .blog-body h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-item .blog-body h2 a {
  color: #000;
}

.blog-item .blog-body h2 a:hover {
  text-decoration: underline;
}

.blog-item .blog-body p {
  opacity: 0.75;
  margin-bottom: 20px;
}

.blog-item .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-item .blog-meta .author-meta {
  color: #25a515;
  font-weight: 500;
  display: inline-block;
  font-family: "Fugaz One", cursive;
  margin-bottom: 10px;
}

.blog-item .blog-meta .author-meta:before {
  content: "";
  width: 10px;
  height: 2px;
  margin-right: 10px;
  background: #25a515;
  vertical-align: middle;
  display: inline-block;
}

.blog-item .blog-meta .author-meta:after {
  content: "";
  width: 10px;
  height: 2px;
  margin-left: 10px;
  background: #25a515;
  vertical-align: middle;
  display: inline-block;
}

.blog-item .blog-meta .author-meta:hover {
  text-decoration: underline;
}

.blog-item .blog-footer a {
  color: #000;
  font-weight: 600;
  font-style: italic;
  font-family: "Poppins", serif;
}

.blog-item .blog-footer a:hover {
  text-decoration: underline;
}

.blog-item .blog-footer a:hover i {
  margin-left: 10px;
}

.blog-item .blog-footer a i {
  margin-left: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item:hover {
  background: #1b192a;
  -webkit-box-shadow: 0 15px 20px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 20px -1px rgba(0, 0, 0, 0.25);
}

.blog-item:hover .blog-overlay-img {
  top: 0;
  opacity: 0.1;
  visibility: visible;
}

.blog-item:hover:after {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.blog-item:hover .blog-date strong {
  color: #fff;
}

.blog-item:hover .blog-date strong {
  opacity: 0.85;
}

.blog-item:hover .blog-body a, .blog-item:hover .blog-body p {
  color: #fff;
}

.blog-item:hover .blog-body p {
  opacity: 0.75;
}

.blog-item:hover .blog-footer a {
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 1600px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  #latest-blog .blog-top-icon,
  #latest-blog .blog-bottom-icon {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Blog Single                             
/* ---------------------------------------------------------------- */
.blog-post-img {
  margin-bottom: 30px;
  position: relative;
}

.blog-post-img img {
  display: inline-block;
}

.blog-text h4 {
  line-height: 1.3;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.blog-text .blog-meta-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-text .blog-meta-links .blog-share-links a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  background: #25a515;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-text .blog-meta-links .blog-share-links a:last-child {
  margin-right: 0;
}

.blog-text .blog-meta-links .blog-share-links a:hover {
  color: #fff !important;
  background: #ff4005;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
          animation: pulsePrimary 1s 1 ease-in-out;
}

.blog-text .blog-meta-links .author-meta a {
  color: #000;
  font-weight: 500;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-text .blog-meta-links .author-meta a:after {
  content: "";
  margin-left: 15px;
  border-left: 1px solid #25a515;
}

.blog-text .blog-meta-links .author-meta a:last-child {
  margin-right: 0;
}

.blog-text .blog-meta-links .author-meta a:last-child:after {
  display: none;
}

.blog-text .blog-meta-links .author-meta a:hover {
  color: #25a515;
  text-decoration: underline;
}

.blog-text .blog-meta-links .author-meta a span {
  color: #25a515;
  display: inline-block;
  margin-right: 15px;
}

.blog-text p {
  margin-bottom: 30px;
}

.blog-text blockquote {
  padding: 30px;
  margin-bottom: 30px;
  color: #000;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.blog-text blockquote q {
  font-style: italic;
  line-height: 2;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}

.blog-text blockquote q:before {
  margin-right: 5px;
}

.blog-text blockquote q:after {
  margin-left: 5px;
}

.blog-text blockquote strong {
  font-style: italic;
  margin-top: 15px;
}

.blog-text .blog-meta h6 {
  margin-bottom: 15px;
}

.blog-buttons .blog-buttons-item .blog-buttons-img {
  float: left;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-buttons-title {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 1.1rem;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-buttons-title:hover {
  color: #25a515;
  text-decoration: underline;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link {
  color: #25a515;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link:hover {
  color: #25a515;
  text-decoration: underline;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link i {
  color: #25a515;
}

.blog-title {
  position: relative;
}

.blog-title:after {
  z-index: 1;
  content: "";
  width: 50px;
  display: block;
  position: relative;
  margin: 20px auto 20px 0;
  border-bottom: 2px solid #25a515;
}

.blog-title:before {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.blog-title-subline {
  margin-bottom: 30px;
}

.post-author-meta {
  margin-top: 15px;
}

.post-author-meta strong {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.author-details-box {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #000;
  background: #fff;
  border-left: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.author-details-box img {
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  height: 120px;
}

.author-details-box blockquote {
  margin-bottom: 0;
}

.author-details-box blockquote q {
  font-style: italic;
  line-height: 2;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}

.author-details-box blockquote q:before {
  margin-right: 5px;
}

.author-details-box blockquote q:after {
  margin-left: 5px;
}

.author-details-box .author-details-inner h6 {
  font-style: italic;
  margin-bottom: 10px;
}

.author-details-box .author-details-inner .author-link {
  color: #25a515;
  font-weight: 500;
  display: inline-block;
  font-family: "Fugaz One", cursive;
  margin-bottom: 10px;
}

.author-details-box .author-details-inner .author-link:before {
  content: "";
  width: 10px;
  height: 2px;
  margin-right: 10px;
  background: #25a515;
  vertical-align: middle;
  display: inline-block;
}

.author-details-box .author-details-inner .author-link:after {
  content: "";
  width: 10px;
  height: 2px;
  margin-left: 10px;
  background: #25a515;
  vertical-align: middle;
  display: inline-block;
}

.author-details-box .author-details-inner .author-link:hover {
  text-decoration: underline;
}

.author-details-box .author-details-inner .author-social {
  margin-top: 20px;
}

.author-details-box .author-details-inner .author-social li {
  margin-right: 7px;
  display: inline-block;
}

.author-details-box .author-details-inner .author-social li:last-child {
  margin-right: 0;
}

.author-details-box .author-details-inner .author-social li a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #25a515;
}

.author-details-box .author-details-inner .author-social li a:hover {
  color: #fff;
  background: #1b192a;
}

.blog-inner-img {
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .blog-text h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-text .blog-meta-links {
    display: block;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-text .blog-meta-links .author-meta {
    margin-bottom: 20px;
  }
  .author-details-box {
    display: block;
  }
  .author-details-box img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .blog-buttons-item {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 20.Footer                             
/* ---------------------------------------------------------------- */
.footer .footer-top {
  background: #1b192a;
  padding: 80px 0 50px 0;
}

.footer .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer .footer-top .footer-widget .footer-title {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
}

.footer .footer-top .footer-widget .footer-title:after {
  content: "";
  display: block;
  background: #fff;
  margin-top: 10px;
  width: 50px;
  height: 2px;
}

.footer .footer-top .footer-widget .footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #25a515;
}

.footer .footer-top .footer-widget .contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .contact-info-list li > span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.footer .footer-top .footer-widget .contact-info-list li p {
  opacity: 0.75;
  color: #fff;
}

.footer .footer-top .footer-widget .footer-social-links {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-top .footer-widget .footer-social-links a {
  z-index: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: rgba(255, 255, 255, 0.03);
}

.footer .footer-top .footer-widget .footer-social-links a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #25a515;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  color: #fff !important;
}

.footer .footer-top .footer-widget .footer-social-links a:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer .footer-top .footer-widget .opening-hours-list li {
  margin-bottom: 25px;
}

.footer .footer-top .footer-widget .opening-hours-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .opening-hours-list li span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.footer .footer-top .footer-widget .opening-hours-list li p {
  opacity: 0.75;
  color: #fff;
}

.footer .footer-top .footer-widget .footer-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-links li span {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a {
  color: #fff;
  opacity: 0.75;
  line-height: 1.8;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
  opacity: 1;
  color: #25a515;
  text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
  content: "";
  width: 10px;
  height: 2px;
  opacity: 0.75;
  font-weight: 700;
  margin-right: 15px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-top .footer-widget .footer-links li:hover:before {
  opacity: 1;
  width: 20px;
  background: #25a515;
}

.footer .copyright {
  background: #1d1b2d;
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #fff;
  opacity: 0.75;
}

.footer .ins-gallery.owl-carousel .owl-item img {
  width: 100%;
}

.footer .ins-gallery .ins-gallery-item {
  position: relative;
}

.footer .ins-gallery .ins-gallery-item a {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0.75;
  color: #fff;
  text-align: center;
  position: absolute;
  visibility: hidden;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #25a515;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer .ins-gallery .ins-gallery-item a:hover {
  background: #1b192a;
  color: #fff;
}

.footer .ins-gallery .ins-gallery-item:hover a, .footer .ins-gallery .ins-gallery-item:hover:after {
  visibility: visible;
}

.footer .ins-gallery .ins-gallery-item:hover:after {
  opacity: 0.75;
}

.footer .ins-gallery .ins-gallery-item:hover a {
  opacity: 1;
}

/* ---------------------------------------------------------------- */
/* 21.Breadcrumb                         
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -42;
  position: absolute;
  background: #1b192a;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 18;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  content: "\f30b";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  color: #25a515;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
  text-decoration: underline;
  color: #25a515;
}

/* ---------------------------------------------------------------- */
/* 22.Sidebar                       
/* ---------------------------------------------------------------- */
.blog-sidebar .blog-widgets {
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.blog-sidebar .blog-widgets .blog-search-btn {
  top: 0;
  right: 0;
  border: none;
  width: 60px;
  outline: none;
  height: 100%;
  position: absolute;
  background: #25a515;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-widgets .blog-search-btn:hover {
  background: #1b192a;
}

.blog-sidebar .blog-widgets .blog-search-bar {
  width: 100%;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
  width: 100%;
  display: block;
  padding: 18px 75px 18px 18px;
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.blog-sidebar .blog-widgets .blog-search-bar i {
  position: absolute;
  width: 60px;
  top: 22px;
  left: 20px;
  color: #25a515;
}

.blog-sidebar .blog-widgets:last-child {
  margin-bottom: 0;
}

.blog-sidebar .blog-widgets .inner-header-title {
  font-size: 20px;
}

.blog-sidebar .recent-post-item {
  margin-bottom: 20px;
}

.blog-sidebar .recent-post-item:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-item .recent-post-img {
  float: left;
  overflow: hidden;
}

.blog-sidebar .recent-post-item .recent-post-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-sidebar .recent-post-item .recent-post-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.1rem;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
  color: #25a515;
  text-decoration: underline;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-date i {
  margin-right: 10px;
  color: #25a515;
}

.blog-sidebar .blog-archive-list li, .blog-sidebar .blog-category-list li {
  display: block;
  padding: 10px 10px 10px 0;
}

.blog-sidebar .blog-archive-list li:last-child, .blog-sidebar .blog-category-list li:last-child {
  padding-bottom: 0;
}

.blog-sidebar .blog-archive-list li a, .blog-sidebar .blog-category-list li a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 600;
}

.blog-sidebar .blog-archive-list li a:before, .blog-sidebar .blog-category-list li a:before {
  content: "\f061";
  color: #25a515;
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-archive-list li a:hover, .blog-sidebar .blog-archive-list li a.active, .blog-sidebar .blog-category-list li a:hover, .blog-sidebar .blog-category-list li a.active {
  color: #25a515;
}

.blog-sidebar .blog-archive-list li a:hover, .blog-sidebar .blog-category-list li a:hover {
  padding-left: 10px;
  text-decoration: underline;
}

.blog-sidebar .blog-category-list li a .category-count {
  float: right;
}

.blog-sidebar .blog-tags li {
  float: left;
}

.blog-sidebar .blog-tags li:last-child a {
  margin-right: 0;
}

.blog-sidebar .blog-tags li a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-sidebar .blog-tags li a:hover, .blog-sidebar .blog-tags li a.active {
  background: #25a515;
  border-color: #25a515;
  color: #fff;
}

.blog-sidebar .blog-share li {
  margin-right: 10px;
  float: left;
}

.blog-sidebar .blog-share li:last-child {
  margin-right: 0;
}

.blog-sidebar .blog-share li a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #25a515;
}

.blog-sidebar .blog-share li a:hover {
  color: #fff;
  background: #1b192a;
}

.blog-sidebar .tag-widgets {
  margin-bottom: 20px;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after, .inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
}

.inner-header-title:after {
  width: 60px;
  background: rgba(0, 0, 0, 0.05);
}

.inner-header-title:before {
  width: 30px;
  z-index: 36;
  background: #25a515;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .blog-sidebar {
    margin-top: 30px;
  }
  .recent-post-item .recent-post-body .recent-post-title {
    line-height: 1.5;
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------- */
/* 23.Contact Us                       
/* ---------------------------------------------------------------- */
.contact-form-wrap .contact-form {
  padding: 30px;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.contact-form-wrap .form-group {
  margin-bottom: 0;
  position: relative;
}

.contact-form-wrap .form-group .captcha-input {
  padding-left: 90px !important;
}

.contact-form-wrap .form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  height: 60px;
  display: block;
  width: 70px;
  text-align: center;
  line-height: 60px;
  background: #25a515;
  color: #fff;
  font-weight: 500;
}

.contact-form-wrap .form-group textarea.contact-form-control {
  margin-bottom: 30px;
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form-wrap .form-group .contact-form-control {
  width: 100%;
  display: block;
  padding: 17px 20px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-form-wrap .form-group .contact-form-control:focus {
  border-color: #25a515;
}

.contact-form-wrap .form-group i {
  line-height: 60px;
  color: #25a515;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 20px;
}

.contact-form-wrap .form-group label {
  font-weight: 600;
  display: none;
  color: #ee4545;
}

.contact-form-wrap .form-group label.error {
  display: block;
}

.contact-form-wrap .form-group #contactSubject {
  height: auto;
  border-radius: 0;
}

.contact-form-wrap .form-group #contactSubject:focus, .contact-form-wrap .form-group #contactSubject:active {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact-form-wrap .contact-alerts .empty-form span, .contact-form-wrap .contact-alerts .email-invalid span,
.contact-form-wrap .contact-alerts .phone-invalid span, .contact-form-wrap .contact-alerts .empty-select span,
.contact-form-wrap .contact-alerts .security-alert span {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  border-left: 4px solid #f27474;
  color: #ee4545;
  background: rgba(242, 116, 116, 0.1);
}

.contact-form-wrap #error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  word-break: break-word;
  color: #ee4545;
  background: rgba(242, 116, 116, 0.1);
}

.contact-form-wrap button {
  border: none;
}

.google-maps {
  line-height: 0;
}

.google-maps iframe {
  border: 0;
  height: 633px;
  width: 100% !important;
}

.contact-info-item {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.contact-info-item i {
  width: 65px;
  height: 65px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  line-height: 65px;
  margin-bottom: 15px;
  color: #fff;
  background: #25a515;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-info-item .text h6 {
  margin-bottom: 10px;
}

.contact-info-item .text span {
  display: block;
}

.contact-info-item .text span a {
  color: inherit;
}

.contact-info-item .text span a:hover {
  color: #25a515;
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .contact-form-wrap {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 24.404 Page                        
/* ---------------------------------------------------------------- */
.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.error-page .error-text {
  padding: 20px;
  font-size: 150px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  background: #1b192a;
}

.error-page .error-text span {
  color: #25a515;
}

.error-page .page-404-body {
  text-align: center;
  line-height: 0;
}

.error-page .page-404-body .error-title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
}

.error-page .page-404-body .secondary-btn {
  line-height: 1.55;
}

.error-page .page-404-body .error-subline {
  margin-bottom: 30px;
}

.error-page .page-404-body .page-error-form-group {
  position: relative;
  margin-bottom: 30px;
}

.error-page .page-404-body .page-error-form-group .page-error-form-control {
  border: none;
  height: 60px;
  width: 100%;
  display: block;
  padding: 17px 70px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.error-page .page-404-body .page-error-form-group .page-error-form-control:focus {
  border-color: #25a515;
}

.error-page .page-404-body .page-error-form-group span {
  line-height: 60px;
  color: #25a515;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  top: 0;
  left: 20px;
}

.error-page .page-404-body .page-error-search-btn {
  top: 0;
  right: 0;
  border: none;
  outline: none;
  position: absolute;
  padding: 15px 20px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #25a515;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.error-page .page-404-body .page-error-search-btn:hover {
  background: #1b192a;
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (portrait phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .error-page .error-text {
    font-size: 130px !important;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .error-page .error-text {
    font-size: 60px !important;
  }
}

/* ---------------------------------------------------------------- */
/* 25.Reservation                        
/* ---------------------------------------------------------------- */
.reservation-form-wrap .reservation-form {
  padding: 30px;
  background: #fff;
  border-top: 2px solid #25a515;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.reservation-form-wrap .form-group {
  margin-bottom: 0;
  position: relative;
}

.reservation-form-wrap .form-group .captcha-input {
  padding-left: 90px !important;
}

.reservation-form-wrap .form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  height: 60px;
  display: block;
  width: 70px;
  text-align: center;
  line-height: 60px;
  background: #25a515;
  color: #fff;
  font-weight: 500;
}

.reservation-form-wrap .form-group {
  margin-bottom: 20px;
  position: relative;
}

.reservation-form-wrap .form-group .reservation-form-control {
  width: 100%;
  display: block;
  padding: 17px 20px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.reservation-form-wrap .form-group .reservation-form-control:focus {
  border-color: #25a515;
}

.reservation-form-wrap .form-group i {
  line-height: 60px;
  color: #25a515;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 20px;
}

.reservation-form-wrap .form-group #contactSubject {
  height: auto;
  border-radius: 0;
}

.reservation-form-wrap .form-group #contactSubject:focus, .reservation-form-wrap .form-group #contactSubject:active {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.reservation-form-wrap button {
  border: none;
}

.opening-hours-wrap {
  z-index: 4;
  padding: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.opening-hours-wrap:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -4;
  opacity: 0.75;
  position: absolute;
  background: #1b192a;
}

.opening-hours-wrap .inner-header-title {
  color: #fff;
}

.opening-hours-wrap .inner-header-title:after {
  background: rgba(255, 255, 255, 0.1);
}

.opening-hours-wrap p {
  color: #fff;
  opacity: 0.75;
  margin-bottom: 30px;
}

.opening-hours-wrap ul {
  margin-bottom: 30px;
}

.opening-hours-wrap ul li {
  margin-bottom: 10px;
}

.opening-hours-wrap ul li:last-child {
  margin-bottom: 0;
}

.opening-hours-wrap ul li strong {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", serif;
  margin-right: 7px;
}

.opening-hours-wrap ul li span {
  color: #fff;
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .reservation-form-wrap {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 28.Home Intro                              
/* ---------------------------------------------------------------- */
.hero-section {
  z-index: 35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1b192a;
}

.hero-section .intro-hero-subtitle {
  color: #fff;
  opacity: 0.75;
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.hero-section .intro-hero-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-section .intro-hero-title span {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
  border: 2px solid #fff;
}

/* Demo Item */
.demo-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.demo-item .demo-title {
  padding: 30px 0;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  text-transform: capitalize;
  border-radius: 1px;
}

.demo-item .demo-img {
  overflow: hidden;
  position: relative;
  border-radius: 1px 1px 0 0;
}

.demo-item .demo-item-link {
  padding: 30px;
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0 0 1px 1px;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.demo-item:hover {
  -webkit-box-shadow: 0 15px 30px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -1px rgba(0, 0, 0, 0.1);
}

.demo-item:hover .demo-item-link {
  color: #fff !important;
  background: #25a515;
}

/* ------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .hero-section .intro-hero-title {
    font-size: 1.6rem;
  }
  .hero-section .intro-hero-title span {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */





/* custom css */

.header .navbar-brand{width: 15%;}
.header-shrink #nav-menu-wrap{background: #fff;}
.header .nav-item .nav-link{color: #fff !important; font-weight: bold;}
.header .nav-item .nav-link:active{color: #000 !important;}
.header-shrink .nav-item .nav-link{color: #000 !important;}
.header .nav-item .nav-link{color:#000; position: relative;}
.header .nav-item .nav-link.active, .header .nav-item .nav-link:hover{border-bottom: 2px solid #25a515;}
.header .nav-item .nav-link:hover{background: none; color: #140177;}
#about{width: 100%; position: relative;}
#about::before{content: ""; width: 11%; height: 31%; position: absolute;  top: -5px;  right: -13px;background: url(../img/bg/1.png) no-repeat center center; background-size: contain;} 
#about::after{content: "";width: 20%; height: 45%; position: absolute; bottom: -127px; left: -20px; background: url(../img/bg/2.png) no-repeat center center; background-size: cover;} 
.about-box .text{position: relative; z-index: 9;}
.about-inner p{text-align: justify;}
#inner-ban{width: 100%; background: url(../img/bg/flat_ban.jpg) no-repeat center center; background-size: cover;   background-attachment: fixed; height: 500px;}
.footer .footer-top .footer-widget .footer-logo{max-width: 46%;}
.ins-gallery-item{margin: 20px 0;}
.ins-gallery-item img{width: 100%; box-shadow: 0 0 20px 0 #ccc;}
#counter{background: url(../img/bg/body.html\ .png) repeat center center;}
.about-img-wrap img{filter: drop-shadow(0px 5px 6px #ccc); animation: mymove 10s infinite;}
@keyframes mymove {
  50% {transform: rotate(180deg);}
}
.inner_ban{padding-top: 180px;}
.box_ix_img{width:100%; background-repeat: no-repeat;}
.hero-inner h1{font:normal 65px/80px 'Erva Esra Demo SemBd'; text-shadow: 1px 1px 1px #000;}
.box_ix_img .hero-inner h1{text-align: right; padding: 120px 0; }
.hero-inner h1 span{color: #25a515;}
.hero-inner h1 em{color: #140177; font-style:normal ;}
#hero-slider-two .hero-inner h1{font-size: 70px; line-height: 80px;}
.footer .footer-top{width: 100%; background: url(../img/bg/foot.jpg) no-repeat center center; background-size: cover;}
#testimonial{padding-top: 60px;}
#testimonial .section-left-heading h2{padding-bottom: 30px;}
.testimonial-card{box-shadow: 0 5px 18px -1px rgba(0, 0, 0, 0.1);}
.box_demo{width: 100%; position:relative}
.box_demo::before{content: ""; position: absolute; right: -72px; bottom: -143px; width: 52%; height: 45%; background: url(../img/bg/rice3.png) no-repeat center center; background-size: contain; animation: myAnim 3s ease-in 0s infinite  normal forwards;}
.box_demo::after{  content: ""; position: absolute; right: -91px; top: -113px; width: 37%; height: 45%; background: url(../img/bg/rice4.png) no-repeat center center; background-size: contain; animation: myAnim2 3s ease-in 0s infinite normal forwards;}
@keyframes myAnim {
	0% {
		transform: translate(0);
	}

	20% {
		transform: translate(-4px, 4px);
	}

	40% {
		transform: translate(-4px, -4px);
	}

	60% {
		transform: translate(4px, 4px);
	}

	80% {
		transform: translate(4px, -4px);
	}

	100% {
		transform: translate(0);
	}
}

@keyframes myAnim2 {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 100% 50%;
	}

	10% {
		transform: rotate(1deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-1deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(1deg);
	}

	80% {
		transform: rotate(-1deg);
	}

	90% {
		transform: rotate(1deg);
	}
}

#services{position: relative;}
.product_bx{width: 100%; margin-bottom: 35px; text-align: center; overflow: hidden;}
.pro_img {width: 100%;overflow: hidden; position: relative; }
.pro_img img{width: 100%; transition: 0.3s ease-in-out; }
.pro_img:hover img{transform: scale(1.2);}
.pro_con{padding-top: 20px;}

.pro_img_in{width: 100%;}
.pro_img_in img{width: 100%;}
.box_demo::before{right:20px;}
.box_demo::after{right: 2px; top: -113px; width: 27%; height: 44%; background-size: cover;}

.shell{
  padding:80px 0;
}
.wsk-cp-product{
  background:#fff;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin:20px auto;
}
.wsk-cp-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:100%;
  transition: all 0.2s ease-in-out;
  border-radius:6px;
}
.wsk-cp-product:hover .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
  padding-top:150%;
}
.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  margin-bottom:45px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
    
}
.wsk-cp-text .category > span{
  padding: 12px 30px;
  border: 1px solid #313131;
  background:#212121;
  color:#fff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius:27px;
  transition: all 0.05s ease-in-out;
  
}
.wsk-cp-product:hover .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}
.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:20px;
  font-weight:bold;
  margin:15px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  text-align:center;
  width: 100%;
  height:62px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  margin-bottom:15px;
}
.card-footer{
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}
.card-footer:after, .card-footer:before{
  content:'';
  display:table;
}
.card-footer:after{
  clear:both;
}

.card-footer .wcf-left{
  float:left;
  
}

.card-footer .wcf-right{
  float:right;
}

.price{
  font-size:18px;
  font-weight:bold;
}

a.buy-btn{
  display:block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:50%;
  border:1px solid #212121;
  transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration:none;
}
.wsk-btn{
  display:inline-block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding:12px 30px;
  border-radius:27px;
  margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
  text-decoration:none;
  color:#fff;
}  
.red{
  color:#F44336;
  font-size:22px;
  display:inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .wsk-cp-product{
    margin:40px auto;
  }
  .wsk-cp-product .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
  .wsk-cp-product .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product .wsk-cp-text .category{
  margin-top: 0px;
}
a.buy-btn{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
}
}

.product_tab .row .col-md-3:nth-child(odd) .wsk-cp-product{background: #D3EBCD;}
.product_tab .row .col-md-3:nth-child(even) .wsk-cp-product{background: #dadee9;}
.footer .ins-gallery{position: relative;}
.footer .ins-gallery::before{content: ""; position: absolute;top: -141px;left: -77px; width: 20%; height: 100%;background: url(../img/bg/spice2.html) no-repeat center center; background-size: contain;}
.footer .ins-gallery::after{content: ""; position: absolute;top: -141px;right: -77px; width: 20%; height: 100%;background: url(../img/bg/spice4.html) no-repeat center center; background-size: contain;}
.footer {padding-top: 40px;}
.wsk-cp-product{padding-bottom: 244px;}
.tab-link-wrap .tab-link-item span img{width: 100%;}

/* about page */
.breadcrumb-section{background-size: contain;}
.breadcrumb-section::before{background: #0000005e;}
.about-inner h2{font-style: normal;}
.about_inner#about::after{display: none;}
.testi_inner{padding-top: 106px !important;}
.icon .log{max-width: 23%;}
.icon .log img{width: 100%;}
.services-item p{text-align: justify;}
.mission_sec .services-item{min-height: 696px; }

/* contact us page */
.google-maps iframe{height: 575px;}
.contact-info-item{min-height: 280px;}

.dropdown_con{width:400px !important; padding: 20px;}
.dropdown_con p{font-size: 24px; color: #25a415;  font-weight: bold;}

.advantages_sec h3{color: #6c757d; font-size: 30px; padding-bottom: 30px; font-weight: 500;}
.advantages_sec{width: 100%;}
.advan_box{width: 100%; text-align: center;border-top: 2px solid #25a515; transition: 0.2s ease-in-out; border-left: 2px solid #25a515; border-right: 2px solid #958ebd; border-bottom: 2px solid #958ebd; box-shadow: 0 0 10px 0 #ccc; padding: 30px 20px 20px 20px; min-height: 360px; margin-bottom: 25px; }
.advan_box:hover{border-top: 2px solid #958ebd; border-left: 2px solid #958ebd; border-right: 2px solid #25a515; border-bottom: 2px solid #25a515; }
.advan_box img{max-width: 30%; margin-bottom: 25px;}
.advan_box p{font-size: 18px; color: #555; line-height: 27px;}
.service-detail-inner .row{align-items: center;}
.coll_img{width: 100%;}
.coll_img img{width: 100%; min-height: 464px;  object-fit: cover;}
.produ_bx{width: 100%;}
.produ_bx img{width: 100%;}
.produ_bx .content-details h3{font-size: 1.9rem !important;}
.tab-pane{padding-top: 50px;}
#service-detail  .nav-pills .nav-link{color: #130176; border: 2px solid #25a415; margin: 0 5px;}
.service-detail .nav-pills a.nav-link{color: #130176;border: 2px solid #25a515; }
#service-detail .nav-pills .nav-link.active, #service-detail .nav-pills .show > .nav-link{color: #fff; background: #25a515 !important; font-weight: bold;}
.cattle_img img{max-width: inherit; width: 100%;}
.service-detail-inner p{text-align: justify;}
.ban_in_img{width: 100%;}
.ban_in_img img{width: 100%; object-fit: cover;}
#myBtn {
  display: none;
  position: fixed;
  bottom: 71px;
  right: 9px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn img {
  width: 50px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  caption-side: top;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  background: #eeebe7;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.breadcrumb-section{background-size: cover;}
#services{padding-bottom: 35px; padding-top: 35px;}
#services .section-left-heading h2{padding-bottom: 25px; padding-left: 25px;}
#services .produ_bx{margin-bottom: 30px;}











/* general styling */
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

.testimonial-body {
  min-height: 300px;
}


/* service page */
.srv_sec{width: 100%; padding-top: 60px;}
.srv_in{width: 100%; padding-top: 30px;}
.heading{width: 100%; text-align: left;}
.heading h2{font-size: 45px; line-height: 52px; color: #000; padding-bottom: 15px; position: relative;}
.heading h2::before{content: ""; position: absolute; bottom: 0; right: 0; width: 100%; height: 2px; background: #25a515;}
.srv_in p, .srv_in strong{font-size: 19px; line-height: 40px; }
.srv_in strong{color: #25a515;}
.video_sec{width: 100%;}
.video_sec video{width: 100%;}
.network_Sec .srv_in p { font-size: 19px;line-height: 36px;text-align: justify; padding-bottom: 50px;}
.production_sec p{padding-bottom: 15px !important;}
.accordion-body p{text-align: justify;}
.about-img video{width: 100%; min-height: 350px;}

#myVideo{height: 450px; width: 100%; object-fit: cover;}
.in_ban.breadcrumb-section{padding: 0 !important; position: relative;}
.in_text { position: absolute; top: 50%; width: 100%; left: 10%; transform: translateY(-50%);}

@media (min-width: 1200px) and (max-width: 1399px) {
  #hero-slider-two .item{min-height: 700px;}
  .box_demo::before{right: -72px; bottom: -105px;  width: 43%; height: 28%;}
  .box_demo::after { right: -2px; top: -82px;  width: 29%; height: 39%; }
  .hero-inner h1{font-size: 77px; line-height: 92px;}
  .footer .ins-gallery::before{top: -169px; left: -40px; width: 22%; height: 134%;}
  .footer .ins-gallery::after{top: -141px;right: -12px; width: 21%;height: 115%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  #hero-slider-two .item{min-height: 680px;}
  .box_demo::before{right: -72px; bottom: -105px;  width: 43%; height: 28%;}
  .box_demo::after { right: -1px; top: -82px; width: 29%; height: 37%; }
  .hero-inner h1 { font-size: 61px; line-height: 68px;  }
  #hero-slider-two .hero-inner h1 { font-size: 63px; line-height: 71px;}
  .about-box .text{font-size: 14px;}
  .about-inner h2{font-size: 29px;}
  #about::before{width: 18%;height: 33%;top: -5px;right: -16px;}
  #inner-ban{height:440px;}
  .inner_ban{padding-top: 130px;}
  .pro_con strong{font-size: 12px;}
  .wsk-cp-product {padding-bottom: 200px;  }
  .footer .ins-gallery::before{top: -141px; left: -24px;width: 23%;}
  .footer .ins-gallery::after{top: -177px; right: 0px; width: 24%;}
  #about::after {  width: 40%; height: 54%;  position: absolute;  bottom: -213px;  left: -67px;  }
  #services::before{width: 45%; height: 21%;  top: -134px;  right: 22px;}
  .ban_in_img img{min-height: 400px;}
  .coll_img img{min-height: 382px;}
  .nav-link{padding:0.5rem 0.5rem !important;}
  #service-detail .nav-pills .nav-link{margin: 0px;}
  .advan_box p {font-size: 16px;line-height: 22px;  }
  .advan_box{min-height: 325px;}

}
@media only screen and (max-width: 991px) {
  .header .navbar-toggler{background: #25a515; padding: 10px !important; margin-right: 25px; border-radius: 5px;}
  .header .navbar-toggler .togler-icon-inner span{background: #130176;}
  .header .nav-item .nav-link.active::after{background: none;}
  .header .nav-item .nav-link:hover::after { height: 0;}
  #hero-slider-two .item{min-height: 580px;}
  .box_demo::before{ width: 58%;  height: 52%; bottom: -95px;}
  .box_demo::after{right: -91px;top: -82px; width: 32%; height: 32%;}
  .hero-inner h1 { font-size: 38px;line-height: 44px; }
  #hero-slider-two .hero-inner h1 { font-size: 54px; line-height: 59px;}
  #about::after{width: 61%; height: 37%; position: absolute; bottom: -127px; left: -67px; z-index: -1;}
  .about-box .text{font-size: 14px;}
  .about-inner h2{font-size: 29px;}
  #about::before{width: 25%; height: 33%; top: -80px; right: -16px;}
  #inner-ban{height:300px;}
  .inner_ban{padding-top: 90px;}
  .section{padding: 60px 0;}
  #services::before{width: 50%;}
  .counter-item-inner h2 { margin-bottom: 4px; font-size: 1.6rem;  }
  .counter-item-inner span{font-size: 13px;}
  .box_ix_img .hero-inner h1{padding:53px 0;}
  .box_demo::after {  right: -91px;  top: -82px;  width: 42%;    height: 48%;  }
  .testimonial-card .testimonial-body blockquote q{font-size: 19px;}
  .header .main-menu .navbar-nav{max-height: inherit;}
  #services::before{display: none;}
  .pro_con strong{font-size: 13px;}
  #inner-ban::before{bottom: -57px; left: 0; width: 15%; height: 30%;}
  #inner-ban::after{bottom: -74px; right: -2px;  width: 17%;  height: 46%;}
  .tab-link-wrap .tab-link-item span{margin-bottom: 16px;}
  .tab-link-wrap .tab-link-item h2 { font-size: 12px; }
  .tab-link-wrap .tab-link-item .tab-link-inner{padding: 17px; text-align: center;}
  .wsk-cp-img{padding: 10px;}
  .wsk-cp-product { padding-bottom: 105px;  }
  .box_demo::after { right: -1px; top: -109px; width: 34%; height: 56%;  }
  .footer .ins-gallery::before{display: none;}
  .footer .ins-gallery::after{top: -201px;  right: 19px;  width: 34%; height: 100%; background-size: cover;}
  .header .nav-item .nav-link { color: #fff !important;}
  .counter-item-inner{padding:25px;}
  .breadcrumb-section{min-height: 360px;}
  .breadcrumb-section .breadcrumb-inner{padding-top: 100px;}
  .heading h2{font-size: 36px;line-height: 43px;}
  .srv_in p, .srv_in strong {  font-size: 18px; line-height: 30px;  }
  .testi_inner{padding-top: 37px !important;}
  .coll_img img{min-height: 342px;}
  #service-detail .nav-item{margin-bottom: 10px;}
  #service-detail .nav-pills .nav-link{margin: 0 10px;}
  .tab-pane { padding-top: 5px;  }
  .service-detail-inner .detail-text h2{font-size: 28px; }
  .advan_box p { font-size: 14px;line-height: 22px; text-align: center;  }
  .advan_box{min-height: 306px;}
}
@media only screen and (max-width: 767px) {
  .header .navbar-brand { width: 23%; }
  #inner-ban { height: 440px; }
  .counter-item-inner span {font-size: 16px;}
  .box_ix_img{background-position: right;    background-size: cover;}
  .box_demo::after { right: -36px; top: -82px; width: 41%;  height: 55%; }
  .box_demo::before { width: 55%; height: 39%; bottom: -71px; right: -36px;  }
  .section-left-heading h2{font-size: 30px;}
  .footer .footer-top{background: none; background-color: #1b192a; padding: 37px 0 50px 0;}
  .section-left-heading h2 {font-size: 35px; font-style: normal !important;}
  .section .section-btn-right { margin-top: inherit !important; text-align: right !important; }
  #services{padding-bottom: 30px !important;}
  #inner-ban::after { bottom: -110px; right: 6px;  width: 22%;  height: 46%; }
  .section .section-center-heading, .section .section-left-heading { margin-bottom: 30px;}
  .footer { padding-top: 30px; }
  .footer .ins-gallery::after { top: -134px;  right: 19px;  width: 41%;  height: 100%;  background-size: cover;}
  .ban_in_img img{min-height: 285px;}
  .about-box-wrap .col-md-6.col-6{max-width: 100% !important; width: 100% !important; flex: 0 0 100%;}
  .about-list ul li span{font-size: 16px;}
  .mission_sec .services-item { min-height: inherit;  }
  .product_in .row:nth-child(even){flex-direction: column-reverse;}
  .coll_img img{min-height: inherit;}
  .product_in .row .col-4{max-width: 50%; width: 50%; flex: 0 0 50%;}
}
@media (min-width: 481px) and (max-width: 575px) {
  #hero-slider-two .item { min-height: 480px;  }
  #hero-slider-two .hero-inner h1 { font-size: 38px; line-height: 42px; padding-top: 96px; }
  .about-inner h2 { font-size: 24px; }
  #about::before { width: 34%; height: 27%; top: -80px; right: -13px;  }
  .section-left-heading h2 {  font-size: 26px;  font-style: normal !important;  }
  .wsk-cp-img { padding: 15px; }
  .wsk-cp-product { padding-bottom: 159px;}
  .wsk-cp-product {  margin: 26px auto;}
  #our-menu .tab-link-wrap .tab-link-item { -webkit-box-flex: inherit;  -ms-flex: inherit; flex: inherit; }
  .box_ix_img{min-height: 294px;}
  .box_demo::before {  width: 48%;  height: 28%; bottom: -64px;  right: -14px;  }
   .box_demo::after {  right: -2px;  top: -82px;  width: 45%;  height: 41%; }
   #about::before{display: none;}
   .heading h2 { font-size: 28px;  line-height: 36px;  }
   .srv_sec{padding-top:30px;}
   .network_Sec .srv_in p{font-size:18px; line-height: 30px;} 
   #service-detail .nav-pills .nav-link { margin: 0 6px; font-size: 13px; }
}
@media (min-width: 361px) and (max-width: 480px) {
  .ban_in_img img {  min-height: 188px;  }
  .counter-item-inner span { font-size: 14px;  }
  .box_demo::after{display: none;}
  .section-left-heading h2 {  font-size: 24px; }
  #about::before{display: none;}
  .about-img video{min-height: inherit;}
  .services-item{padding: 15px;}
  .heading h2 { font-size: 23px;  line-height: 22px;  }
  .network_Sec .srv_in p {font-size: 17px; line-height: 28px;}
  #service-detail .nav-pills .nav-link { margin: 0 6px; font-size: 13px; }
  .advantages_sec h3{font-size: 21px;    padding-bottom: 21px;}
  .advan_box{min-height: inherit;}

}
.video_section video{
    width:100%;
     margin-top: 29px;
    }
p.text{text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 900;
    color: black;
    background: #65c759;
    /* padding-top: 8px; */
    border-radius: 71px;}

.video_section iframe{width:100%; min-height:350px; margin-bottom:25px;}

.tv{width:100%; pointer-events:none}
.tv iframe{width:100%;}