@import url(../cdn.jsdelivr.net/npm/bootstrap-icons%401.6.1/font/bootstrap-icons.css);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700;1,800;1,900&amp;display=swap);
@font-face {
  font-family: helveticaneue;
  src: url(../fonts/helveticaneuebold.ttf) format("truetype");
}
@font-face {
  font-family: helveticaneueregular;
  src: url(../fonts/helveticaneueregular.ttf) format("truetype");
}
:root {
  --text-primary: #2d373c;
  --text-secondary: #454545;
  --text-tertiary: #666666;
  --c-primary: #99B36A;
  --f-primary: "Barlow", sans-serif;
  --f-secondary: "helveticaneue";
  --f-secondary-two: "helveticaneueregular";
  --shadow-one: 4px 8px 30px rgba(141, 141, 141, 0.1);
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: var(--f-primary);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  font-family: var(--f-primary);
  font-size: 16px;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-76 {
  padding-top: 76px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-50 {
  padding-top: 56px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-100 {
  margin-bottom: 100px;
}
a,
ins {
  text-decoration: none !important;
}
input {
  padding: 8px 15px;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 45px;
}
input:focus {
  outline: 0 !important;
  border: 1px solid #c27c7c;
}
input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #000;
  text-transform: uppercase;
}
input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
input[type="submit"]:focus {
  outline: 0;
}
textarea {
  padding: 8px 10px;
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
select {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0;
  height: 45px;
}
select:focus {
  outline: 0;
  border: 1px solid #ff5235;
}
table tbody tr td,
table tbody tr th,
table tfoot tr td,
table tfoot tr th,
table thead tr td,
table thead tr th {
  border: 1px solid #eee;
  padding: 10px;
}
.accordion-item.faq-accordion {
  margin-top: 30px;
  border-bottom: none;
}
.accordion-item.faq-accordion .accordion-header .accordion-button {
  background: #162b32;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 14px 12px 14px 30px;
}
.accordion-item.faq-accordion .accordion-header .accordion-button::after {
  background-image: none;
  content: "\ecad";
  font-family: boxicons;
  height: auto;
  width: auto;
}
.accordion-item.faq-accordion .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-item.faq-accordion .accordion-collapse .accordion-body {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 0 0 5px 5px;
  padding: 20px 30px;
}
.accordion-item.faq-accordion .accordion-collapse .accordion-body p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.accordion-item.faq-accordion .accordion-collapse .accordion-body .faq-list li {
  padding-top: 12px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2d373c;
}
.accordion-item.faq-accordion
  .accordion-collapse
  .accordion-body
  .faq-list
  li
  strong {
  font-weight: 600;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #eee;
}
.select2-container--default .select2-selection--single {
  border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
  border: 1px solid #eee;
  border-radius: 0;
}
.select2-container--default .select2-results__group {
  font-size: 14px;
  color: var(--text-tertiary);
  font-family: var(--f-primary);
}
.select2-results__option {
  font-size: 13px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}
.calendar {
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #333;
  -webkit-box-shadow: 0 20px 40px rgba(59, 60, 56, 0.05);
  box-shadow: 0 20px 40px rgba(59, 60, 56, 0.05);
}
.ui-datepicker {
  background: #fff;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #99B36A;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -43px 0 0 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -43px 0 0 6px;
}
.ui-datepicker-next:after,
.ui-datepicker-prev:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ui-datepicker-next:hover,
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover,
.ui-datepicker-prev:hover:after {
  border-color: #eee;
}
.ui-datepicker-title {
  text-align: center;
  font-size: 18px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar table tbody tr th,
.ui-datepicker-calendar table tfoot tr td,
.ui-datepicker-calendar table tfoot tr th,
.ui-datepicker-calendar table thead tr td,
.ui-datepicker-calendar table thead tr th,
.ui-datepicker-calendar tr td {
  padding: 0 !important;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 15px;
  color: #99B36A;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 2;
  font-size: 14px;
}
.ui-state-default:hover {
  color: #fff;
  background: #99B36A;
  border-radius: 50px;
  -webkit-transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #fff;
  background-color: #99B36A;
  border-radius: 0;
}
.ui-state-active {
  color: #fff;
  background-color: #99B36A;
  border-radius: 50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@-webkit-keyframes loaderBlock {
  0%,
  30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #99B36A;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loaderBlock {
  0%,
  30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #99B36A;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes loaderBlockInverse {
  0%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #99B36A;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@keyframes loaderBlockInverse {
  0%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #99B36A;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out;
}
.preloader .loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #99B36A;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.preloader .loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.preloader .loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.preloader .loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.preloader .loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.custom-input-group {
  margin-top: 20px;
  position: relative;
}
.custom-input-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
}
.custom-input-group label {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #2d373c;
}
.custom-input-group input,
.custom-input-group textarea {
  padding: 15px 20px;
}
.custom-input-group input::-webkit-input-placeholder,
.custom-input-group textarea::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}
.custom-input-group input:-ms-input-placeholder,
.custom-input-group textarea:-ms-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}
.custom-input-group input::-ms-input-placeholder,
.custom-input-group textarea::-ms-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}
.custom-input-group input::placeholder,
.custom-input-group textarea::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}
.custom-input-group input {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(71, 192, 133, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  height: 52px;
  margin-top: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-input-group input:focus {
  border: 1px solid #99B36A;
}
.custom-input-group select {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(71, 192, 133, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  height: 52px;
  margin-top: 14px;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.custom-input-group select:focus {
  border: 1px solid #99B36A;
}
.custom-input-group textarea {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(71, 192, 133, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
}
.custom-input-group textarea:focus {
  border: 1px solid #99B36A;
}
.custom-input-group button[type="submit"] {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #99B36A;
  border-radius: 100px;
  border: none;
  padding: 14px 38px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.custom-input-group button[type="submit"]:hover {
  background: #4199AD;
}
.section-head-alpha {
  max-width: 710px;
  padding-bottom: 38px;
}
.section-head-alpha h2 {
  font-weight: 800;
  font-size: 35px;
  line-height: 42px;
  color: #2d373c;
}
.section-head-alpha p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.section-head-gamma {
  text-align: center;
  padding-bottom: 40px;
}
.section-head-gamma h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #2d373c;
  font-family: var(--f-secondary);
}
.button-fill-primary {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #99B36A;
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button-fill-primary:hover {
  background: 0 0;
  color: #99B36A;
}
.button-outlined-primary {
  font-weight: 600;
  font-size: 18px;
  color: #99B36A;
  background: 0 0;
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button-outlined-primary:hover {
  background: #99B36A;
  color: #fff;
}
.button-fill-round {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #99B36A;
  border-radius: 30px;
  display: inline-block;
  padding: 9px 42px;
  border: 2px solid #99B36A;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.button-fill-round:hover {
  color: #99B36A;
  background: 0 0;
}
.custom-swiper-next,
.custom-swiper-prev {
  background: 0 0;
  border: 2px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #99B36A;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
}
.custom-swiper-next:hover,
.custom-swiper-prev:hover {
  opacity: 1;
  border: 2px solid #99B36A;
}
.custom-swiper-next:hover i,
.custom-swiper-prev:hover i {
  color: #99B36A;
}
.custom-swiper-next i,
.custom-swiper-prev i {
  color: #99B36A;
  font-size: 16px;
}
.custom-swiper-next-sm,
.custom-swiper-prev-sm {
  background: #fff;
  border: 1px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-swiper-next-sm i,
.custom-swiper-prev-sm i {
  color: #99B36A;
  font-size: 14px;
}
.slider-arrows .custom-swiper-prev {
  margin-right: 50px;
}
.breadcrumb-style-one {
  background-size: cover;
  padding: 150px 0;
}
.breadcrumb-style-one .breadcrumb-title {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item {
  font-size: 20px;
  color: #fff;
  position: relative;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item.active {
  position: relative;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item.active::before {
  content: "|";
  font-family: bootstrap-icons !important;
  color: #99B36A;
  font-size: 12px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  padding-right: 12px;
  padding-left: 8px;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item a {
  color: inherit;
}
.pagination-style-one .page-item {
  margin-right: 20px;
}
.pagination-style-one .page-item:last-child {
  margin-right: 0;
}
.pagination-style-one .page-item.page-arrow a {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #99B36A;
  color: #fff;
  border-color: #99B36A;
}
.pagination-style-one .page-item.active a {
  background: #99B36A;
  color: #fff;
  border-color: #99B36A;
}
.pagination-style-one .page-item a {
  border: 1px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #2d373c;
  padding: 7px 10px;
  min-height: 40px;
  min-width: 40px;
}
.pagination-style-one .page-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error-content .error-text {
  margin-top: 100px;
}
.error-content .error-text h2 {
  font-weight: 700;
  font-size: 50px;
  color: #2d373c;
}
.error-content .error-text p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.error-content .error-text .error-btn {
  margin-top: 50px;
}
.error-content .error-text .error-btn a {
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  background: #99B36A;
  border-radius: 10px;
  padding: 15px 35px;
}
.error-content .error-text .error-btn a:hover {
  background: #ff2d1a;
}
.error-content .error-text .error-btn a i {
  margin-right: 5px;
}
.main-searchbar-wrapper {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  inset: 0;
  background: rgba(45, 55, 60, 0.8);
  z-index: 20;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 50px 0;
  -webkit-transition: all 0.8s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.32, 0, 0, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.main-searchbar-wrapper.search-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.category-sidebar-wrapper {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  inset: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.category-sidebar-wrapper.category-active {
  opacity: 1;
  visibility: visible;
}
.category-sidebar-wrapper.category-active .category-sidebar {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.category-sidebar-wrapper .category-sidebar {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  height: 100%;
  max-width: 490px;
  padding: 40px 30px;
  overflow-y: scroll;
  -webkit-transition: all 0.6s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.32, 0, 0, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}
.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
}
.category-sidebar-wrapper .category-sidebar .category-header h4 {
  font-weight: 600;
  font-size: 25px;
  font-weight: 600;
  color: #2d373c;
}
.category-sidebar-wrapper
  .category-sidebar
  .category-header
  .category-toggle
  i {
  font-size: 20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #99B36A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.category-sidebar-wrapper .category-sidebar .category-box {
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 15px;
  padding-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category-sidebar-wrapper .category-sidebar .category-box:hover {
  background: #99B36A;
}
.category-sidebar-wrapper .category-sidebar .category-box:hover h5 {
  color: #fff;
}
.category-sidebar-wrapper .category-sidebar .category-box .cate-icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  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;
  margin-top: -22px;
}
.category-sidebar-wrapper .category-sidebar .category-box .cate-icon img {
  max-width: 100%;
}
.category-sidebar-wrapper .category-sidebar .category-box h5 {
  font-weight: 600;
  font-size: 15px;
  color: #494949;
  margin-top: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-main {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  width: 100%;
  height: 100vh;
  top: 131px;
}
.sidebar-main .sidebar-list {
  gap: 60px;
}
.sidebar-main .sidebar-list li i {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  color: #99B36A;
}
.sidebar-main .sidebar-list li i:hover {
  color: #fff;
  background: #99B36A;
}
.topbar-style-one {
  background: #2d373c;
  position: relative;
  z-index: 1;
}
.topbar-style-one .topbar-contact-left .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar-style-one .topbar-contact-left .contact-list li {
  margin-right: 20px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}
.topbar-style-one .topbar-contact-left .contact-list li a {
  color: inherit;
}
.topbar-style-one .topbar-contact-left .contact-list li:last-child {
  margin-right: 0;
}
.topbar-style-one .topbar-contact-left .contact-list li i {
  margin-right: 5px;
}
.topbar-style-one .topbar-ad a {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  background: #99B36A;
  padding: 13px 50px;
}
.topbar-style-one .topbar-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar-style-one .topbar-social-links li {
  margin-right: 20px;
}
.topbar-style-one .topbar-social-links li:last-child {
  margin-right: 0;
}
.topbar-style-one .topbar-social-links li i {
  color: #99B36A;
  font-size: 20px;
}
.topbar-style-one .topbar-social-links li i::before {
  vertical-align: middle;
}
.inner-logo {
  padding-top: 40px;
}
.inner-contact-options .contact-box-inner {
  font-weight: 600;
  font-size: 15px;
  color: #2d373c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-top: 8px;
}
.inner-contact-options .contact-box-inner a {
  color: inherit;
  display: inline-block;
}
.inner-contact-options .contact-box-inner i {
  margin-right: 10px;
  color: #2d373c;
}
header .header-style-one {
  position: relative;
}
header .header-style-one .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-style-one .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}
header .header-style-one .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}
header .header-style-one .main-nav ul > li a:hover {
  background: 0 0;
  color: #99B36A !important;
}
header .header-style-one .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}
header .header-style-one .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}
header .header-style-one .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}
header .header-style-one .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
header
  .header-style-one
  .main-nav
  ul
  li
  .sub-menu
  li
  .sub-menu
  li:hover
  > .sub-menu,
header .header-style-one .main-nav ul li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
header .header-style-one .main-nav ul {
  margin: 0;
  list-style: none;
}
header .header-style-one .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header .header-style-one .main-nav ul li:last-child {
  padding-right: 0;
}
header .header-style-one .main-nav ul li:hover > a {
  color: #99B36A;
}
header .header-style-one .main-nav ul li:hover > a::before {
  opacity: 1;
  background: #99B36A;
}
header .header-style-one .main-nav ul li a {
  font-size: 16px;
  color: #162b32;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--f-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30.5px 0;
  position: relative;
}
header .header-style-one .main-nav ul li ul.sub-menu > li {
  padding: 0;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 10px;
  color: #162b32;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a.active {
  color: #99B36A;
  font-weight: 600;
}
header .header-style-one .main-nav ul li ul.sub-menu > li a:hover {
  background: 0 0;
  color: #99B36A !important;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
header .header-style-one .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}
header .header-style-one .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: #99B36A;
  font-family: bootstrap-icons !important;
  content: "\f64d";
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 34px;
  transition: all 0.5s ease-in-out;
}
header .header-style-one .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
header .header-style-one .main-nav > ul > li > a.active {
  color: #99B36A;
  font-weight: 600;
  font-size: 16px;
}
header .header-style-one .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header .header-style-one .nav-right .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-style-one .nav-right .nav-actions li {
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .header-style-one .nav-right .nav-actions li:last-child {
  margin-right: 0;
}
header .header-style-one .nav-right .nav-actions li i {
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  color: #99B36A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-style-one .nav-right .nav-actions li i:hover {
  background: #99B36A;
  color: #fff;
}
header .header-style-two {
  background: #162b32;
}
header .header-style-two .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-style-two .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}
header .header-style-two .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}
header .header-style-two .main-nav ul > li a:hover {
  background: 0 0;
  color: #99B36A !important;
}
header .header-style-two .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}
header .header-style-two .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}
header .header-style-two .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}
header .header-style-two .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
header
  .header-style-two
  .main-nav
  ul
  li
  .sub-menu
  li
  .sub-menu
  li:hover
  > .sub-menu,
header .header-style-two .main-nav ul li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
header .header-style-two .main-nav ul {
  margin: 0;
  list-style: none;
}
header .header-style-two .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header .header-style-two .main-nav ul li:last-child {
  padding-right: 0;
}
header .header-style-two .main-nav ul li:hover > a {
  color: #99B36A;
}
header .header-style-two .main-nav ul li:hover > a::before {
  opacity: 1;
  background: #99B36A;
}
header .header-style-two .main-nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--f-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30.5px 0;
  position: relative;
}
header .header-style-two .main-nav ul li ul.sub-menu > li {
  padding: 0;
}
header .header-style-two .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header .header-style-two .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 10px;
  color: #162b32;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-style-two .main-nav ul li ul.sub-menu > li a.active {
  color: #99B36A;
  font-weight: 600;
}
header .header-style-two .main-nav ul li ul.sub-menu > li a:hover {
  background: 0 0;
  color: #99B36A !important;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
header .header-style-two .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}
header .header-style-two .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 9px;
  color: #99B36A;
  content: "";
  background: #99B36A;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 45px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .header-style-two .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
header .header-style-two .main-nav > ul > li > a.active {
  color: #99B36A;
  font-weight: 600;
  font-size: 16px;
}
header .header-style-two .nav-right-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-style-two .nav-right-icons .user-dropdown {
  position: relative;
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list {
  background: #162b32;
  position: absolute;
  z-index: 2;
  min-width: 190px;
  padding: 25px 20px;
  color: #ffff;
  right: 0;
  top: 57px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header
  .header-style-two
  .nav-right-icons
  .user-dropdown
  .user-drop-list.account-drop-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li {
  margin-top: 10px;
}
header
  .header-style-two
  .nav-right-icons
  .user-dropdown
  .user-drop-list
  li:first-child {
  margin-top: 0;
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li a {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
}
header
  .header-style-two
  .nav-right-icons
  .user-dropdown
  .user-drop-list
  li
  a:hover {
  color: var(--c-primary);
}
header .header-style-two .nav-right-icons div {
  margin-right: 30px;
}
header .header-style-two .nav-right-icons div i {
  font-size: 26px;
  color: #c4c4c4;
  cursor: pointer;
  line-height: 33px;
}
header .header-style-two .nav-right-icons div i::before {
  vertical-align: middle;
}
header .header-style-two .nav-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header .header-style-two .nav-right .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-style-two .nav-right .nav-actions li {
  margin-right: 30px;
}
header .header-style-two .nav-right .nav-actions li:last-child {
  margin-right: 0;
}
header .header-style-two .nav-right .nav-actions li a {
  font-size: 20px;
  color: var(--c-primary-one);
}
header .header-style-two .nav-right .nav-right-hotline {
  padding-left: 44px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
header .header-style-two .nav-right .nav-right-hotline .hotline-icon i {
  color: #fff;
  font-size: 30px;
  color: #99B36A;
}
header .header-style-two .nav-right .nav-right-hotline .hotline-info {
  margin-left: 10px;
}
header .header-style-two .nav-right .nav-right-hotline .hotline-info span {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
header .header-style-two .nav-right .nav-right-hotline .hotline-info h6 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  color: #fff;
  padding-top: 2px;
}
header .header-style-two .nav-right .nav-right-hotline .hotline-info h6 a {
  color: inherit;
}
.hero-style-one {
  position: relative;
}
.hero-style-one .hero-pagination {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 120px;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-weight: 800;
  font-size: 110px;
  letter-spacing: 0.08em;
  opacity: 0.3;
  background: url(../images/banner/hero-pagination-bg.png);
  background-position: bottom;
  -webkit-background-clip: text;
  color: transparent;
}
.hero-style-one .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 70px;
  right: 120px;
  z-index: 2;
}
.hero-style-one .slider-arrows .hero-next,
.hero-style-one .slider-arrows .hero-prev {
  font-weight: 600;
  font-size: 16px;
  color: #b8b8b8;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
}
.hero-style-one .slider-arrows .hero-next:hover,
.hero-style-one .slider-arrows .hero-prev:hover {
  opacity: 1;
}
.hero-style-one .slider-arrows .hero-next {
  margin-left: 50px;
}
.hero-style-one .slider-arrows .hero-next i {
  margin-left: 5px;
}
.hero-style-one .slider-arrows .hero-prev i {
  margin-right: 5px;
}
.hero-style-one
  .swiper-slide.swiper-slide-active
  .hero-single-slide
  .hero-highlighted-bg
  img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hero-style-one
  .swiper-slide.swiper-slide-active
  .hero-single-slide
  .hero-content-bg
  .hero-content
  h2, .hero-style-one
  .swiper-slide.swiper-slide-active
  .hero-single-slide
  .hero-content-bg
  .hero-content
  h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero-style-one
  .swiper-slide.swiper-slide-active
  .hero-single-slide
  .hero-content-bg
  .hero-content
  p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero-style-one
  .swiper-slide.swiper-slide-active
  .hero-single-slide
  .hero-content-bg
  .hero-content
  .hero-btns {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero-style-one .hero-single-slide {
  min-height: 750px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
.hero-style-one .hero-single-slide .hero-highlighted-bg {
  height: 100%;
  overflow: hidden;
}
.hero-style-one .hero-single-slide .hero-highlighted-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: -webkit-transform 9s ease;
  transition: -webkit-transform 9s ease;
  transition: transform 9s ease;
  transition: transform 9s ease, -webkit-transform 9s ease;
}
.hero-style-one .hero-single-slide .hero-content-bg {
  height: 100%;
  background: url(../images/banner/bg-highlight2.png) no-repeat center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-style-one .hero-single-slide .hero-content-bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(22, 43, 50, 0.9);
  z-index: 0;
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content {
  max-width: 600px;
  padding: 90px 20px 100px 40px;
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content h2, 
.hero-style-one .hero-single-slide .hero-content-bg .hero-content h1{
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 70px;
  line-height: 95px;
  letter-spacing: 0.05em;
  color: #99B36A;
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content h2 span {
  -webkit-text-stroke: 2px #99B36A;
  -webkit-text-fill-color: transparent;
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content p {
  padding-top: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns {
  padding-top: 40px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
  opacity: 0;
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns a {
  margin-top: 15px;
  margin-right: 50px;
}
.hero-style-one
  .hero-single-slide
  .hero-content-bg
  .hero-content
  .hero-btns
  a:last-child {
  margin-right: 0;
}
.hero-two-pagination {
  position: absolute;
  right: 100px;
  top: 50%;
  left: unset !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-two-pagination span {
  background: 0 0;
  display: inline-block;
  padding: 30px 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-family: var(--f-secondary);
  -webkit-text-stroke: 1px rgba(22, 43, 50, 0.3);
  -webkit-text-fill-color: transparent;
}
.hero-two-pagination span.swiper-pagination-bullet {
  opacity: 1;
}
.hero-two-pagination span.swiper-pagination-bullet-active {
  -webkit-text-stroke: 1px #99B36A;
}
.hero-style-two {
  background: url(../images/banner/hero-two-bg.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f3f4f5), to(#f3f4f5));
  background: url(../images/banner/hero-two-bg.png),
    linear-gradient(#f3f4f5 100%, #f3f4f5 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-style-two .hero-main-wrapper .single-hero-slide {
  padding-top: 110px;
  padding-bottom: 100px;
}
.hero-style-two
  .hero-main-wrapper
  .single-hero-slide
  .hero-content
  .featured-location {
  font-weight: 500;
  font-size: 20px;
  color: #2d373c;
}
.hero-style-two
  .hero-main-wrapper
  .single-hero-slide
  .hero-content
  .featured-location
  i {
  color: #99B36A;
  margin-right: 5px;
}
.hero-style-two
  .hero-main-wrapper
  .single-hero-slide
  .hero-content
  .hero-title {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #2d373c;
  padding-top: 2px;
}
.hero-style-two
  .hero-main-wrapper
  .single-hero-slide
  .hero-content
  .hero-title
  span {
  color: #99B36A;
}
.hero-style-two
  .hero-main-wrapper
  .single-hero-slide
  .hero-content
  .featured-price {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 30px;
  color: #2d373c;
  padding-top: 16px;
}
.hero-style-two
  .hero-main-wrapper
  .single-hero-slide
  .hero-content
  .featured-price
  span {
  color: #99B36A;
  font-size: 20px;
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666;
  padding-top: 25px;
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-btns {
  padding-top: 14px;
}
.hero-style-two
  .hero-main-wrapper
  .single-hero-slide
  .hero-content
  .hero-btns
  a {
  margin-top: 20px;
  margin-right: 30px;
}
.hero-style-two
  .hero-main-wrapper
  .single-hero-slide
  .hero-content
  .hero-btns
  a:last-child {
  margin-right: 0;
}
.multi-main-searchber {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 20px 25px;
  position: relative;
}
.multi-main-searchber .main-searchbar-close {
  position: absolute;
  right: 0;
  top: -38px;
}
.multi-main-searchber .main-searchbar-close i {
  height: 30px;
  width: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #99B36A;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}
.multi-main-searchber .search-box-single {
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.multi-main-searchber .search-box-single .searchbox-icon {
  font-size: 25px;
  color: #99B36A;
  padding-right: 15px;
}
.multi-main-searchber .search-box-single .searchbox-input {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.multi-main-searchber
  .search-box-single
  .searchbox-input.date-picker-input::before {
  position: absolute;
  content: "\f1f3";
  font-family: bootstrap-icons !important;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--text-tertiary);
}
.multi-main-searchber .search-box-single .searchbox-input label {
  font-weight: 600;
  font-size: 16px;
  color: #2d373c;
  line-height: 1;
  display: block;
}
.multi-main-searchber .search-box-single .searchbox-input select {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  display: block;
}
.multi-main-searchber .search-box-single .searchbox-input input,
.multi-main-searchber .search-box-single .searchbox-input select {
  height: 30px;
  padding: 0;
  border: none;
  padding-bottom: 10px;
}
.multi-main-searchber
  .search-box-single
  .searchbox-input
  input::-webkit-input-placeholder,
.multi-main-searchber
  .search-box-single
  .searchbox-input
  select::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}
.multi-main-searchber
  .search-box-single
  .searchbox-input
  input:-ms-input-placeholder,
.multi-main-searchber
  .search-box-single
  .searchbox-input
  select:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}
.multi-main-searchber
  .search-box-single
  .searchbox-input
  input::-ms-input-placeholder,
.multi-main-searchber
  .search-box-single
  .searchbox-input
  select::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}
.multi-main-searchber .search-box-single .searchbox-input input::placeholder,
.multi-main-searchber .search-box-single .searchbox-input select::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}
.multi-main-searchber .main-form-submit {
  height: 100%;
}
.multi-main-searchber .main-form-submit button {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border: none;
  background: #99B36A;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.multi-main-searchber .main-form-submit button:hover {
  background: #ff2d1a;
}
.package-card-alpha {
  margin-top: 24px;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.package-card-alpha:hover .package-card-body .p-card-bottom .book-btn a {
  background: #99B36A;
  color: #fff;
}
.package-card-alpha:hover .package-card-body .p-card-bottom .book-btn a i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.package-card-alpha .package-thumb {
  position: relative;
}
.package-card-alpha .package-thumb img {
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.package-card-alpha .package-thumb .card-lavel {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  background: #99B36A;
  border-radius: 3px;
  position: absolute;
  padding: 9px 32px;
  bottom: 0;
  left: 20px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
  clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
}
.package-card-alpha .package-thumb .card-lavel i {
  margin-right: 8px;
}
.package-card-alpha .package-card-body {
  padding: 30px 20px 18px;
}
.package-card-alpha .package-card-body .p-card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #454545;
}
.package-card-alpha .package-card-body .p-card-title a {
  color: inherit;
}
.package-card-alpha .package-card-body .p-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.package-card-alpha .package-card-body .p-card-bottom .book-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #99B36A;
  background: #fff;
  border: 1px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.package-card-alpha .package-card-body .p-card-bottom .book-btn a i {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 {
  color: #99B36A;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}
.package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 span {
  font-size: 14px;
}
.package-card-alpha .package-card-body .p-card-bottom .p-card-info span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #2d373c;
}
.package-card-gamma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-top: 30px;
}
.package-card-gamma:hover .package-card-body .p-card-bottom .book-btn a {
  background: #99B36A;
  color: #fff;
}
.package-card-gamma:hover .package-card-body .p-card-bottom .book-btn a i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.package-card-gamma:first-child {
  margin-top: 24px;
}
.package-card-gamma .package-thumb img {
  max-width: 355px;
  border-radius: 10px;
}
.package-card-gamma .package-card-body {
  text-align: center;
  padding-left: 30px;
  padding-right: 20px;
}
.package-card-gamma .package-card-body .card-lavel {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  background: #99B36A;
  border-radius: 3px;
  padding: 9px 32px;
  -webkit-clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
  clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
  display: inline-block;
}
.package-card-gamma .package-card-body .card-lavel i {
  margin-right: 8px;
}
.package-card-gamma .package-card-body .p-card-title {
  padding-top: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #454545;
  text-align: start;
}
.package-card-gamma .package-card-body .p-card-title a {
  color: inherit;
}
.package-card-gamma .package-card-body .p-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.package-card-gamma .package-card-body .p-card-bottom .book-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #99B36A;
  background: #fff;
  border: 1px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.package-card-gamma .package-card-body .p-card-bottom .book-btn a i {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.package-card-gamma .package-card-body .p-card-bottom .p-card-info {
  text-align: start;
}
.package-card-gamma .package-card-body .p-card-bottom .p-card-info h6 {
  color: #99B36A;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}
.package-card-gamma .package-card-body .p-card-bottom .p-card-info h6 span {
  font-size: 14px;
}
.package-card-gamma .package-card-body .p-card-bottom .p-card-info span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #2d373c;
}
.package-bottom-btn {
  margin-top: 60px;
}
.offer-switch-button {
  margin-top: 22px;
  margin-bottom: 25px;
}
.offer-switch-button .nav-item {
  height: 87px;
  width: 87px;
  min-width: 87px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
}
.offer-switch-button .nav-item .nav-link {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  color: #99B36A;
  border: 2px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  font-family: var(--f-secondary);
}
.offer-switch-button .nav-item .nav-link.active {
  height: 87px;
  width: 87px;
  font-size: 28px;
  color: #fff;
  background: #99B36A;
}
.package-sidebar {
  margin-top: 24px;
}
.package-sidebar .package-widget-style-2 {
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
}
.package-sidebar .package-widget-style-2 .widget-title {
  background: #162b32;
  border-radius: 5px;
  padding: 13px 20px;
}
.package-sidebar .package-widget-style-2 .widget-title h4 {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.package-sidebar .package-widget-style-2 .widget-lavel {
  font-weight: 700;
  font-size: 25px;
  color: #99B36A;
}
.package-sidebar .package-widget-style-2 .widget-lavel span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.package-sidebar .package-widget-style-2 .widget-body {
  padding: 24px 20px;
}
.package-sidebar .package-widget {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
}
.package-sidebar .package-widget .widget-title {
  padding: 21px 20px;
  border-bottom: 1px solid #eee;
}
.package-sidebar .package-widget .widget-title h4 {
  font-weight: 600;
  font-size: 20px;
  color: #2d373c;
}
.package-sidebar .package-widget .widget-body {
  padding: 24px 20px;
}
.package-sidebar .widget-tag-cloud .widget-body {
  padding-top: 12px;
}
.package-sidebar .widget-tag-cloud .tag-cloud a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #2d373c;
  border: 1px solid #2d373c4d;
  padding: 6px 18px;
  margin-right: 12px;
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.package-sidebar .widget-tag-cloud .tag-cloud a:hover {
  border-color: #99B36A;
  background: #99B36A;
  color: #fff;
}
.package-sidebar .widget-search .search-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
}
.package-sidebar .widget-search .search-input-group input {
  height: 100%;
  background: #f5f5f5;
  border-radius: 44px 0 0 44px;
  padding: 10px 15px;
}
.package-sidebar
  .widget-search
  .search-input-group
  input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.package-sidebar
  .widget-search
  .search-input-group
  input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.package-sidebar
  .widget-search
  .search-input-group
  input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.package-sidebar .widget-search .search-input-group input::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.package-sidebar .widget-search .search-input-group input:focus {
  border: none;
}
.package-sidebar .widget-search .search-input-group button {
  border: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #99B36A;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 44px 44px 0;
  margin-left: -1px;
}
.package-sidebar .widget-search .search-input-group button:hover {
  background: #ff695c;
}
.package-sidebar .widget-duration .deration-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.package-sidebar .widget-duration .deration-check:first-child {
  margin-top: 0;
}
.package-sidebar .widget-duration .deration-check label {
  font-weight: 500;
  font-size: 16px;
  color: #2d373c;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.package-sidebar .widget-duration .deration-check label:hover {
  color: #99B36A;
}
.package-sidebar .widget-duration .deration-check label i {
  margin-right: 5px;
  font-size: 14px;
}
.package-sidebar .widget-duration .deration-check input {
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 15px;
}
.package-sidebar .widget-duration .deration-check input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 253, 58, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 253, 58, 0.25);
}
.package-sidebar .widget-duration .deration-check input:checked {
  background-color: #99B36A;
  border-color: #99B36A;
}
.package-sidebar .widget-tour-categoris .category-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
.package-sidebar .widget-tour-categoris .category-check:first-child {
  margin-top: 0;
}
.package-sidebar .widget-tour-categoris .category-check label {
  font-weight: 500;
  font-size: 16px;
  color: #2d373c;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.package-sidebar .widget-tour-categoris .category-check label:hover {
  color: #99B36A;
}
.package-sidebar .widget-tour-categoris .category-check label i {
  margin-right: 5px;
  font-size: 14px;
}
.package-sidebar .widget-tour-categoris input {
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.package-sidebar .widget-tour-categoris input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 253, 58, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 253, 58, 0.25);
}
.package-sidebar .widget-tour-categoris input:checked {
  background-color: #99B36A;
  border-color: #99B36A;
}
.package-sidebar .widget-recent-package-entries .package-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.package-sidebar .widget-recent-package-entries .package-sm:first-child {
  margin-top: 0;
}
.package-sidebar .widget-recent-package-entries .package-sm .thumb {
  min-width: 80px;
  width: 80px;
  margin-right: 15px;
}
.package-sidebar .widget-recent-package-entries .package-sm .thumb img {
  width: 100%;
}
.package-sidebar .widget-recent-package-entries .package-sm .info h6 {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: #2d373c;
  line-height: 20px;
}
.package-sidebar .widget-recent-package-entries .package-sm .info h6:hover {
  color: #99B36A;
}
.package-sidebar .widget-recent-package-entries .package-sm .info h6 a {
  color: inherit;
}
.package-sidebar .widget-recent-package-entries .package-sm .info .price span {
  color: #2d373c;
  font-size: 10px;
  font-weight: 500;
}
.package-sidebar .widget-recent-package-entries .package-sm .info .price h6 {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #99B36A;
}
.package-sidebar .widget-gallary ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (auto) [3];
  grid-template-columns: repeat(3, auto);
}
.package-sidebar .widget-gallary ul li img {
  width: 100%;
}
.booking-form-wrapper .custom-input-group {
  margin-top: 20px;
}
.booking-form-wrapper .custom-input-group .submite-btn {
  padding-top: 10px;
}
.booking-form-wrapper .custom-input-group .submite-btn button {
  width: 100%;
  display: block;
}
.booking-form-wrapper .custom-input-group textarea {
  background: #fff;
}
.booking-form-wrapper .custom-input-group input {
  height: 45px;
  padding: 8px 20px;
  background: #fff;
}
.booking-form-wrapper .custom-input-group select {
  height: 45px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
  background: #fff;
}
.tour-package-details {
  margin-top: 24px;
}
.tour-package-details .pd-header {
  margin-bottom: 30px;
}
.tour-package-details .pd-header .pd-top .pd-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour-package-details .pd-header .pd-top .pd-single-info .info-icon {
  margin-right: 15px;
  margin-top: 4px;
}
.tour-package-details .pd-header .pd-top .pd-single-info .info-icon img {
  max-width: 42px;
}
.tour-package-details .pd-header .pd-top .pd-single-info .info h6 {
  font-weight: 600;
  font-size: 17px;
  color: #162b32;
}
.tour-package-details .pd-header .pd-top .pd-single-info .info span {
  font-weight: 600;
  font-size: 12px;
  color: #666;
}
.tour-package-details .pd-header .pd-thumb {
  padding-top: 42px;
}
.tour-package-details .pd-header .pd-thumb img {
  width: 100%;
  border-radius: 5px;
}
.tour-package-details .pd-header .header-bottom {
  padding-top: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 23px;
}
.tour-package-details .pd-header .header-bottom .pd-lavel .location {
  font-weight: 600;
  font-size: 20px;
  color: #99B36A;
}
.tour-package-details .pd-header .header-bottom .pd-lavel .rating li {
  margin-right: 8px;
}
.tour-package-details .pd-header .header-bottom .pd-lavel .rating li i {
  font-size: 20px;
  color: #99B36A;
}
.tour-package-details
  .pd-header
  .header-bottom
  .pd-lavel
  .rating
  li:last-child {
  margin-right: 0;
}
.tour-package-details .pd-header .header-bottom .pd-title {
  font-weight: 700;
  font-size: 35px;
  text-transform: capitalize;
  color: #2d373c;
  padding-top: 4px;
}
.tour-package-details .package-details-tabs {
  position: relative;
}
.tour-package-details .package-details-tabs .tab-switchers {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}
.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link {
  border: 2px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #2d373c;
  padding: 8px 28px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tour-package-details
  .package-details-tabs
  .tab-switchers
  .nav-item
  .nav-link:hover {
  background: #99B36A;
  color: #fff;
}
.tour-package-details
  .package-details-tabs
  .tab-switchers
  .nav-item
  .nav-link
  i {
  margin-right: 10px;
}
.tour-package-details
  .package-details-tabs
  .tab-switchers
  .nav-item
  .nav-link.active {
  background: #99B36A;
  color: #fff;
}
.tour-package-details .tab-pane .d-subtitle {
  font-weight: 700;
  font-size: 30px;
  color: #2d373c;
}
.tour-package-details .package-info-tab p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-top: 15px;
}
.tour-package-details .package-info-tab .p-info-featured-img {
  margin-top: 16px;
  margin-bottom: 30px;
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-img img {
  width: 100%;
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video {
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  padding: 0;
  margin: 0;
  border-right: 5px;
  overflow: hidden;
}
.tour-package-details
  .package-info-tab
  .p-info-featured-img
  .featured-video
  .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(71, 192, 133, 0.5);
  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;
}
.tour-package-details
  .package-info-tab
  .p-info-featured-img
  .featured-video
  .video-overlay:hover
  .play-icon {
  background: rgba(45, 55, 60, 0.8);
}
.tour-package-details
  .package-info-tab
  .p-info-featured-img
  .featured-video
  .video-overlay:hover
  .play-icon::before {
  inset: -8px;
  background: rgba(45, 55, 60, 0.6);
}
.tour-package-details
  .package-info-tab
  .p-info-featured-img
  .featured-video
  .video-overlay:hover
  .play-icon::after {
  inset: -24px;
  background: rgba(45, 55, 60, 0.5);
}
.tour-package-details
  .package-info-tab
  .p-info-featured-img
  .featured-video
  .video-overlay
  .play-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34.94px;
  height: 34.94px;
  background: rgba(45, 55, 60, 0.6);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tour-package-details
  .package-info-tab
  .p-info-featured-img
  .featured-video
  .video-overlay
  .play-icon::before {
  position: absolute;
  content: "";
  inset: -6px;
  background: rgba(45, 55, 60, 0.5);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tour-package-details
  .package-info-tab
  .p-info-featured-img
  .featured-video
  .video-overlay
  .play-icon::after {
  position: absolute;
  content: "";
  inset: -12px;
  background: rgba(45, 55, 60, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tour-package-details
  .package-info-tab
  .p-info-featured-img
  .featured-video
  .video-overlay
  .play-icon
  i {
  font-size: 20px;
  color: #99B36A;
  position: relative;
  z-index: 2;
}
.tour-package-details .package-info-tab .package-info-table {
  margin-top: 80px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
}
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  .tour-transport-col {
  padding-left: 10px;
}
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  .tour-transport-col
  .tour-transport
  img {
  max-width: 25px;
  margin-right: 10px;
}
.tour-package-details .package-info-tab .package-info-table tr td,
.tour-package-details .package-info-tab .package-info-table tr th {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 10px 20px 40px;
  vertical-align: middle;
}
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  td
  .excluded-list
  li,
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  th
  .excluded-list
  li {
  margin-top: 10px;
}
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  td
  .excluded-list
  li:first-child,
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  th
  .excluded-list
  li:first-child {
  margin-top: 0;
}
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  td
  .excluded-list
  li
  i,
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  th
  .excluded-list
  li
  i {
  margin-right: 15px;
  color: #99B36A;
}
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  td
  .included-list
  li,
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  th
  .included-list
  li {
  margin-top: 10px;
}
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  td
  .included-list
  li:first-child,
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  th
  .included-list
  li:first-child {
  margin-top: 0;
}
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  td
  .included-list
  li
  i,
.tour-package-details
  .package-info-tab
  .package-info-table
  tr
  th
  .included-list
  li
  i {
  margin-right: 15px;
  color: #162b32;
}
.tour-package-details .package-info-tab .package-info-table tr th {
  color: #2d373c;
}
.tour-package-details .package-info-tab .package-info-table tr td {
  color: #666;
}
.tour-package-details .package-info-tab .rating-overview {
  margin-top: 60px;
}
.tour-package-details .package-info-tab .rating-overview-row {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(71, 192, 133, 0.15);
}
.tour-package-details .package-info-tab .rating-overview-row .total-rating {
  background: #f5f5f5;
  padding: 40px 20px;
}
.tour-package-details .package-info-tab .rating-overview-row .total-rating h3 {
  font-weight: 800;
  font-size: 50px;
  color: #99B36A;
}
.tour-package-details .package-info-tab .rating-overview-row .total-rating h5 {
  font-weight: 500;
  font-size: 25px;
  color: #262339;
}
.tour-package-details .package-info-tab .rating-overview-row .rating-info {
  padding: 45px 35px;
}
.tour-package-details
  .package-info-tab
  .rating-overview-row
  .rating-info
  .rating-box {
  margin-top: 28px;
}
.tour-package-details
  .package-info-tab
  .rating-overview-row
  .rating-info
  .rating-box:first-child {
  margin-top: 0;
}
.tour-package-details
  .package-info-tab
  .rating-overview-row
  .rating-info
  .rating-box
  h6 {
  font-weight: 600;
  font-size: 18px;
  color: #262339;
}
.tour-package-details
  .package-info-tab
  .rating-overview-row
  .rating-info
  .rating-box
  h6
  span {
  font-size: 20px;
  font-weight: 700;
  float: right;
}
.tour-package-details
  .package-info-tab
  .rating-overview-row
  .rating-info
  .rating-box
  .rating-bar {
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: #eee;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.tour-package-details
  .package-info-tab
  .rating-overview-row
  .rating-info
  .rating-box
  .rating-bar::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #99B36A;
}
.tour-package-details .package-info-tab .comment-section {
  padding-top: 50px;
}
.tour-package-details .package-plan-tab p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-top: 15px;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single {
  border: none;
  margin-top: 50px;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .accordion-button {
  padding: 0 30px;
  padding-left: 0;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 80px;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .accordion-button::after {
  background-image: none;
  content: "\ecad";
  font-size: 36px;
  font-family: boxicons;
  height: auto;
  width: auto;
  color: #2d373c;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .accordion-button
  .paln-index-circle {
  width: 75px;
  height: 75px;
  background: #99B36A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid rgba(22, 43, 50, 0.5);
  border-radius: 50%;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-right: 25px;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .accordion-button
  .plan-title {
  padding-bottom: 3px;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .accordion-button
  .plan-title
  h5 {
  font-weight: 700;
  font-size: 23px;
  color: #2d373c;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .accordion-button
  .plan-title
  h6 {
  font-weight: 500;
  font-size: 16px;
  color: #99B36A;
  padding-top: 8px;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .plan-info {
  padding-left: 74px;
  padding-top: 40px;
  padding-bottom: 0;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .plan-info
  p {
  padding-top: 0;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .plan-info
  ul {
  padding-top: 8px;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .plan-info
  ul
  li {
  font-weight: 500;
  font-size: 16px;
  color: #99B36A;
  padding-top: 7px;
}
.tour-package-details
  .package-plan-tab
  .plans-accordion
  .plans-accordion-single
  .plan-info
  ul
  li
  i {
  color: #162b32;
  margin-right: 8px;
}
.tour-package-details .package-gallary-tab .package-gallary-item {
  overflow: hidden;
  border-radius: 5px;
}
.tour-package-details .package-gallary-tab .package-gallary-item:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.tour-package-details .package-gallary-tab .package-gallary-item img {
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.tour-package-details .package-location-tab .mapouter {
  position: relative;
  text-align: right;
  height: 770px;
  width: 100%;
  margin-top: 32px;
}
.tour-package-details .package-location-tab iframe {
  width: 100%;
  height: 550px;
}
.destination-style-one .custom-swiper-next,
.destination-style-one .custom-swiper-prev {
  border: 1px solid #99B36A !important;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.destination-style-one .custom-swiper-next i,
.destination-style-one .custom-swiper-prev i {
  color: #99B36A !important;
}
.destination-style-one .custom-swiper-next:hover,
.destination-style-one .custom-swiper-prev:hover {
  opacity: 1;
}
.destination-card-style-one {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 24px;
}
.destination-card-style-one:hover .d-card-thumb img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.destination-card-style-one:hover .d-card-overlay {
  background: rgba(45, 55, 60, 0.8);
}
.destination-card-style-one:hover .d-card-overlay .d-card-content .d-card-info,
.destination-card-style-one:hover .d-card-overlay .d-card-content .d-card-title,
.destination-card-style-one:hover .d-card-overlay .d-card-content .d-rating {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.destination-card-style-one .d-card-thumb img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.destination-card-style-one .d-card-overlay {
  position: absolute;
  inset: 0;
  background: 0 0;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-title a {
  color: inherit;
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.destination-card-style-one
  .d-card-overlay
  .d-card-content
  .d-card-info
  .hotel-count,
.destination-card-style-one
  .d-card-overlay
  .d-card-content
  .d-card-info
  .place-count {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
}
.destination-card-style-one
  .d-card-overlay
  .d-card-content
  .d-card-info
  .hotel-count
  span,
.destination-card-style-one
  .d-card-overlay
  .d-card-content
  .d-card-info
  .place-count
  span {
  font-weight: 700;
  font-family: var(--f-secondary);
  font-size: 20px;
}
.destination-card-style-one
  .d-card-overlay
  .d-card-content
  .d-card-info
  .place-count {
  position: relative;
  margin-right: 20px;
}
.destination-card-style-one
  .d-card-overlay
  .d-card-content
  .d-card-info
  .place-count::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: 2px;
  background: #99B36A;
}
.destination-card-style-one .d-card-overlay .d-card-content .d-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.destination-card-style-one .d-card-overlay .d-card-content .d-rating li {
  margin-right: 7px;
}
.destination-card-style-one
  .d-card-overlay
  .d-card-content
  .d-rating
  li:last-child {
  margin-right: 0;
}
.destination-card-style-one .d-card-overlay .d-card-content .d-rating li i {
  font-size: 13px;
  color: #99B36A;
}
.destination-style-two .testi-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
}
.destination-style-two .testi-pagination span {
  opacity: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #162b32;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50%;
  background: 0 0;
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.destination-style-two .testi-pagination span.swiper-pagination-bullet-active {
  width: 21px;
  height: 21px;
  border-color: #99B36A;
}
.destination-style-two
  .testi-pagination
  span.swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #99B36A;
  left: 4px;
  top: 4px;
}
.destination-card-style-two {
  margin-top: 24px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.destination-card-style-two:hover .d-card-thumb img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.destination-card-style-two:hover .d-card-content .destination-title,
.destination-card-style-two:hover .d-card-content .place-count {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.destination-card-style-two:hover .d-card-content .destination-title::before,
.destination-card-style-two:hover .d-card-content .place-count::before {
  opacity: 1;
}
.destination-card-style-two .d-card-thumb img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.destination-card-style-two .d-card-content {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
.destination-card-style-two .d-card-content .destination-title {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: var(--f-secondary);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 8px;
}
.destination-card-style-two .d-card-content .destination-title::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 83px;
  background: #99B36A;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.destination-card-style-two .d-card-content .destination-title a {
  color: inherit;
}
.destination-card-style-two .d-card-content .place-count {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.destination-card-style-two .d-card-content .place-count span {
  font-size: 20px;
}
.destination-details {
  padding-top: 24px;
}
.destination-details .dd-thumb {
  padding-bottom: 20px;
}
.destination-details .dd-thumb img {
  width: 100%;
  border-radius: 5px;
}
.destination-details .dd-body .dd-subtitle {
  font-weight: 700;
  font-size: 35px;
  color: #2d373c;
  margin-top: 20px;
}
.destination-details .dd-body p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 22px;
}
.destination-details .dd-body .dd-img-group {
  margin-bottom: 30px;
  margin-top: 10px;
}
.destination-details .dd-body .dd-img-group .dd-inner-group {
  margin-top: 20px;
}
.destination-details .dd-body .dd-img-group .dd-inner-group img {
  width: 100%;
}
.destination-details .dd-body .destination-overview-table .overview-table {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  margin-top: 34px;
}
.destination-details .dd-body .destination-overview-table .overview-table tr td,
.destination-details
  .dd-body
  .destination-overview-table
  .overview-table
  tr
  th {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 10px 20px 50px;
}
.destination-details
  .dd-body
  .destination-overview-table
  .overview-table
  tr
  td
  span,
.destination-details
  .dd-body
  .destination-overview-table
  .overview-table
  tr
  th
  span {
  margin-left: 6px;
}
.destination-details
  .dd-body
  .destination-overview-table
  .overview-table
  tr
  th {
  color: #2d373c;
}
.destination-details
  .dd-body
  .destination-overview-table
  .overview-table
  tr
  td {
  color: #99B36A;
}
.destination-details .dd-body .destination-map {
  padding-top: 75px;
  margin-bottom: 15px;
}
.destination-details .dd-body .destination-map .mapouter {
  position: relative;
  text-align: right;
  height: 700px;
  width: 100%;
  margin-top: 32px;
}
.destination-details .dd-body .destination-map iframe {
  width: 100%;
  height: 715px;
}
.newslatter-wrapper {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(45, 55, 60, 0.8)),
      to(rgba(45, 55, 60, 0.8))
    ),
    url(../images/banner/bg.webp);
  background: linear-gradient(
      rgba(45, 55, 60, 0.8) 100%,
      rgba(45, 55, 60, 0.8) 100%
    ),
    url(../images/banner/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}
.newslatter-wrapper .newslatter-side {
  max-width: 470px;
  color: #fff;
}
.newslatter-wrapper .newslatter-side h2 {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 40px;
  line-height: 57px;
  text-transform: uppercase;
  color: #fff;
}
.newslatter-wrapper .newslatter-side h2 span {
  color: #99B36A;
}
.newslatter-wrapper .newslatter-side p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-top: 10px;
}
.newslatter-wrapper .newslatter-side .newslatter-form-input {
  position: relative;
  margin-top: 50px;
}
.newslatter-wrapper .newslatter-side .newslatter-form-input input {
  background: #fff;
  border: 1px solid rgba(206, 62, 38, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  border-radius: 0;
  padding: 20px 46px 20px 20px;
}
.newslatter-wrapper
  .newslatter-side
  .newslatter-form-input
  input::-webkit-input-placeholder {
  font-size: 11px;
  color: #666;
}
.newslatter-wrapper
  .newslatter-side
  .newslatter-form-input
  input:-ms-input-placeholder {
  font-size: 11px;
  color: #666;
}
.newslatter-wrapper
  .newslatter-side
  .newslatter-form-input
  input::-ms-input-placeholder {
  font-size: 11px;
  color: #666;
}
.newslatter-wrapper .newslatter-side .newslatter-form-input input::placeholder {
  font-size: 11px;
  color: #666;
}
.newslatter-wrapper .newslatter-side .newslatter-form-input .newslatter-submit {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--f-secondary);
  background: #99B36A;
  border-radius: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: none;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslatter-wrapper
  .newslatter-side
  .newslatter-form-input
  .newslatter-submit:hover {
  background: #ff7366;
}
.newslatter-wrapper .achievement-counter-side .achievement-box-style-one {
  text-align: center;
  min-height: 215px;
  border: 2px solid #99B36A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newslatter-wrapper .achievement-counter-side .achievement-box-style-one:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #ffffff1a;
}
.newslatter-wrapper
  .achievement-counter-side
  .achievement-box-style-one
  .achievement-icon {
  min-height: 70px;
}
.newslatter-wrapper
  .achievement-counter-side
  .achievement-box-style-one
  .achievement-icon
  img {
  max-width: 100px;
}
.newslatter-wrapper
  .achievement-counter-side
  .achievement-box-style-one
  .achievement-box-content
  h2 {
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.03em;
  color: #fff;
}
.newslatter-wrapper
  .achievement-counter-side
  .achievement-box-style-one
  .achievement-box-content
  h4 {
  padding-top: 5px;
  font-size: 25px;
  color: #fff;
}
.newslatter-style-two .newslatter-offer-side {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(45, 55, 60, 0.8)),
      to(rgba(45, 55, 60, 0.8))
    ),
    url(../images/banner/newslatter-bg2.png);
  background: linear-gradient(
      rgba(45, 55, 60, 0.8) 100%,
      rgba(45, 55, 60, 0.8) 100%
    ),
    url(../images/banner/newslatter-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  padding: 86px 20px 100px;
  min-height: 552px;
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content {
  max-width: 528px;
  color: #fff;
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content h2 span {
  color: #99B36A;
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content h6 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-top: 17px;
  font-weight: 400;
}
.newslatter-style-two
  .newslatter-offer-side
  .newslatter-offer-content
  .explore-btn {
  margin-top: 38px;
}
.newslatter-style-two .newslatter-form-side {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(222, 185, 155, 0.3)),
      to(rgba(222, 185, 155, 0.3))
    ),
    url(../images/banner/newslatter-bg3.png);
  background: linear-gradient(
      rgba(222, 185, 155, 0.3) 100%,
      rgba(222, 185, 155, 0.3) 100%
    ),
    url(../images/banner/newslatter-bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  padding: 86px 20px 100px;
  min-height: 552px;
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content {
  max-width: 570px;
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 57px;
  text-transform: uppercase;
  color: #99B36A;
  font-family: var(--f-secondary);
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content h2 span {
  color: #162b32;
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content h6 {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  font-weight: 400;
  padding-top: 10px;
}
.newslatter-style-two
  .newslatter-form-side
  .newslatter-form-content
  .newslatter-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: 44px;
}
.newslatter-style-two
  .newslatter-form-side
  .newslatter-form-content
  .newslatter-form-wrap
  input {
  background: #fff;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px 0 0 50px;
  height: 100%;
  padding: 20px;
}
.newslatter-style-two
  .newslatter-form-side
  .newslatter-form-content
  .newslatter-form-wrap
  button {
  border: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--f-secondary);
  background: #99B36A;
  border-radius: 0 50px 50px 0;
  height: 100%;
  padding: 0 30px;
  margin-left: -1px;
}
.gallary-item {
  margin-top: 24px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.gallary-item:hover .gallary-item-overlay {
  opacity: 1;
}
.gallary-item:hover .gallary-item-overlay i {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallary-item .gallary-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(71, 192, 133, 0.4);
  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;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.gallary-item .gallary-item-overlay i {
  font-size: 50px;
  color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.gallary-item img {
  width: 100%;
  border-radius: 5px;
}
.social-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.social-card:hover .social-thumb img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.social-card:hover .social-overlay {
  opacity: 1;
  inset: 0;
}
.social-card:hover .social-overlay i {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-card .social-thumb img {
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.social-card .social-overlay {
  position: absolute;
  inset: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(45, 55, 60, 0.7)),
    to(rgba(206, 62, 38, 0.7))
  );
  background: linear-gradient(
    180deg,
    rgba(45, 55, 60, 0.7) 0,
    rgba(206, 62, 38, 0.7) 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;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social-card .social-overlay i {
  font-size: 35px;
  color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallary-group .gallary-group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 15px;
}
.gallary-group .gallary-group-header .gallary-group-title {
  font-weight: 700;
  font-size: 30px;
  color: #2d373c;
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev {
  margin-right: 40px;
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-next,
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev {
  display: inline-block;
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-next i,
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev i {
  height: 25px;
  width: 25px;
  color: #99B36A;
  border: 1px solid #99B36A;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallary-group
  .gallary-group-header
  .gallary-arrows
  .gallary-button-next
  i:hover,
.gallary-group
  .gallary-group-header
  .gallary-arrows
  .gallary-button-prev
  i:hover {
  background: #99B36A;
  color: #fff;
}
.testimonial-style-one {
  background: #162b32;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}
.testimonial-style-one .testimonial-shape-group {
  position: absolute;
  inset: 0;
  background: url(../images/shapes/testi-shape-group.png) no-repeat center;
  background-size: cover;
}
.testimonial-style-one .section-head-alpha h2,
.testimonial-style-one .section-head-alpha p {
  color: #fff;
}
.testimonial-card-alpha {
  background: #fff;
  min-height: 350px;
  position: relative;
  border-radius: 5px;
  padding: 5px 25px 30px;
  margin-top: 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.testimonial-card-alpha:hover {
  background: rgba(45, 55, 60, 0.9);
}
.testimonial-card-alpha:hover .testimonial-overlay-img {
  opacity: 0.5;
  z-index: 0;
}
.testimonial-card-alpha:hover .testimonial-card-top .qoute-icon i,
.testimonial-card-alpha:hover .testimonial-card-top .testimonial-count {
  color: rgba(255, 255, 255, 0.1);
}
.testimonial-card-alpha:hover .testimonial-card-top .testimonial-thumb {
  opacity: 0;
}
.testimonial-card-alpha:hover .testimonial-body p {
  color: #fff;
}
.testimonial-card-alpha:hover
  .testimonial-body
  .testimonial-bottom
  .reviewer-info
  .reviewer-name {
  color: #99B36A;
}
.testimonial-card-alpha:hover
  .testimonial-body
  .testimonial-bottom
  .reviewer-info
  h6 {
  color: #fff;
}
.testimonial-card-alpha .testimonial-overlay-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.testimonial-card-alpha .testimonial-overlay-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.testimonial-card-alpha .testimonial-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
.testimonial-card-alpha .testimonial-card-top .qoute-icon i {
  font-size: 55px;
  color: rgba(22, 43, 50, 0.05);
  line-height: 1;
}
.testimonial-card-alpha .testimonial-card-top .testimonial-thumb {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.testimonial-card-alpha .testimonial-card-top .testimonial-thumb img {
  max-width: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.testimonial-card-alpha .testimonial-card-top .testimonial-count {
  font-weight: 800;
  font-size: 35px;
  color: rgba(22, 43, 50, 0.08);
  line-height: 1;
}
.testimonial-card-alpha .testimonial-body {
  position: relative;
}
.testimonial-card-alpha .testimonial-body p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 8px;
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom .reviewer-info {
  margin-top: 10px;
}
.testimonial-card-alpha
  .testimonial-body
  .testimonial-bottom
  .reviewer-info
  .reviewer-name {
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  color: #262339;
}
.testimonial-card-alpha
  .testimonial-body
  .testimonial-bottom
  .reviewer-info
  h6 {
  padding-top: 4px;
  font-family: var(--f-secondary-two);
  color: #a5a5a5;
  font-size: 18px;
  text-transform: capitalize;
}
.testimonial-card-alpha
  .testimonial-body
  .testimonial-bottom
  .testimonial-rating {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-card-alpha
  .testimonial-body
  .testimonial-bottom
  .testimonial-rating
  li {
  margin-right: 8px;
}
.testimonial-card-alpha
  .testimonial-body
  .testimonial-bottom
  .testimonial-rating
  li:last-child {
  margin-right: 0;
}
.testimonial-card-alpha
  .testimonial-body
  .testimonial-bottom
  .testimonial-rating
  li
  i {
  font-size: 16px;
  color: #99B36A;
}
.testimonial-card-gamma {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  max-width: 790px;
}
.testimonial-card-gamma .testimonial-quote-icon {
  text-align: center;
}
.testimonial-card-gamma .testimonial-card-body {
  padding: 28px 40px;
}
.testimonial-card-gamma .testimonial-card-body .review-texts p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info .reviewr-info {
  padding-top: 20px;
}
.testimonial-card-gamma
  .testimonial-card-body
  .testimonial-info
  .reviewr-info
  .reviewer-name {
  font-weight: 600;
  font-size: 23px;
  text-transform: capitalize;
  color: #262339;
}
.testimonial-card-gamma
  .testimonial-card-body
  .testimonial-info
  .reviewr-info
  p {
  font-size: 18px;
  text-transform: capitalize;
  color: #a5a5a5;
  padding-top: 4px;
}
.testimonial-card-gamma
  .testimonial-card-body
  .testimonial-info
  .reviewer-rating {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-card-gamma
  .testimonial-card-body
  .testimonial-info
  .reviewer-rating
  li {
  margin-right: 8px;
}
.testimonial-card-gamma
  .testimonial-card-body
  .testimonial-info
  .reviewer-rating
  li
  i {
  color: #99B36A;
  font-size: 18px;
}
.testimonial-card-gamma
  .testimonial-card-body
  .testimonial-info
  .reviewer-rating
  li:last-child {
  margin-right: 0;
}
.testimonial-style-two {
  background: url(../images/banner/testi-bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.testimonial-style-two .section-head-gamma h2 {
  color: #fff;
}
.testimonial-style-two .testimonial-thumb {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: auto;
  height: 420px;
  margin-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.testimonial-style-two .testimonial-thumb .swiper-slide {
  height: auto !important;
  margin: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.testimonial-style-two .testimonial-thumb .swiper-slide .single-thumb img {
  max-width: 100px;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 2px solid transparent;
}
.testimonial-style-two
  .testimonial-thumb
  .swiper-slide.swiper-slide-active
  .single-thumb
  img {
  max-width: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.testimonial-style-two .testimonial-thumb .swiper-slide img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guide-card-alpha {
  margin-top: 24px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 0;
}
.guide-card-alpha:hover .guide-image .guide-social-links {
  -webkit-transform: translate(-50%, -16px);
  transform: translate(-50%, -16px);
  opacity: 1;
}
.guide-card-alpha .guide-image {
  position: relative;
}
.guide-card-alpha .guide-image img {
  width: 100%;
}
.guide-card-alpha .guide-image .guide-social-links {
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #2d373c;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.guide-card-alpha .guide-image .guide-social-links li {
  margin-right: 18px;
}
.guide-card-alpha .guide-image .guide-social-links li:last-child {
  margin-right: 0;
}
.guide-card-alpha .guide-image .guide-social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  width: 28px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #162b32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.guide-card-alpha .guide-image .guide-social-links li a:hover {
  background: #99B36A;
  color: #fff;
}
.guide-card-alpha .guide-image .guide-social-links li a i {
  font-size: 14px;
}
.guide-card-alpha .guide-content {
  text-align: center;
  padding: 19px 20px 21px;
}
.guide-card-alpha .guide-content .guide-name {
  font-weight: 700;
  font-size: 23px;
  text-transform: capitalize;
  color: #2d373c;
}
.guide-card-alpha .guide-content .guide-name a {
  color: inherit;
}
.guide-card-alpha .guide-content .guide-designation {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #666;
  padding-top: 6px;
}
.guide-card-gamma {
  margin-top: 24px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.guide-card-gamma:hover .guide-image .guide-social-links {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.guide-card-gamma .guide-image {
  position: relative;
}
.guide-card-gamma .guide-image img {
  width: 100%;
}
.guide-card-gamma .guide-image .contact-lavel {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.guide-card-gamma .guide-image .contact-lavel a {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  background: #99B36A;
  border-radius: 100px;
  padding: 6px 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.guide-card-gamma .guide-image .contact-lavel a:hover {
  background: #666;
}
.guide-card-gamma .guide-image .guide-social-links {
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
}
.guide-card-gamma .guide-image .guide-social-links li {
  margin-bottom: 15px;
}
.guide-card-gamma .guide-image .guide-social-links li:last-child {
  margin-bottom: 0;
}
.guide-card-gamma .guide-image .guide-social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #162b32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.guide-card-gamma .guide-image .guide-social-links li a:hover {
  background: #99B36A;
  color: #fff;
}
.guide-card-gamma .guide-image .guide-social-links li a i {
  font-size: 15px;
}
.guide-card-gamma .guide-content {
  text-align: center;
  padding: 19px 20px 21px;
}
.guide-card-gamma .guide-content .guide-name {
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  color: #2d373c;
}
.guide-card-gamma .guide-content .guide-name a {
  color: inherit;
}
.guide-card-gamma .guide-content .guide-designation {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #666;
  padding-top: 6px;
}
.blog-card-alpha {
  margin-top: 24px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 0;
}
.blog-card-alpha:hover .blog-thumb img {
  -webkit-transform: scale(1.05) translateX(4px);
  transform: scale(1.05) translateX(4px);
}
.blog-card-alpha .blog-thumb {
  position: relative;
  overflow: hidden;
}
.blog-card-alpha .blog-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-card-alpha .blog-thumb .blog-lavel {
  position: absolute;
  bottom: 14px;
  left: 25px;
}
.blog-card-alpha .blog-thumb .blog-lavel a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: #99B36A;
  -webkit-box-shadow: 0 0 15px rgba(206, 62, 38, 0.1);
  box-shadow: 0 0 15px rgba(206, 62, 38, 0.1);
  border-radius: 3px;
  padding: 6.5px 9px;
}
.blog-card-alpha .blog-thumb .blog-lavel a i {
  margin-right: 6px;
}
.blog-card-alpha .blog-content {
  padding: 22px 25px 20px;
  text-align: center;
}
.blog-card-alpha .blog-content .blog-body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-card-alpha .blog-content .blog-body-top a {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}
.blog-card-alpha .blog-content .blog-body-top a i {
  color: #99B36A;
  margin-right: 6px;
}
.blog-card-alpha .blog-content .blog-title {
  padding-top: 12px;
  font-weight: 600;
  line-height: 28px;
  font-size: 20px;
  text-transform: capitalize;
  color: #2d373c;
}
.blog-card-alpha .blog-content .blog-title a {
  color: inherit;
}
.blog-card-gamma {
  margin-top: 24px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px 5px 20px 20px;
  overflow: hidden;
}
.blog-card-gamma:hover .blog-thumb img {
  -webkit-transform: scale(1.05) translateX(4px);
  transform: scale(1.05) translateX(4px);
}
.blog-card-gamma:hover .blog-thumb .blog-lavel a {
  background: #666;
}
.blog-card-gamma .blog-thumb {
  position: relative;
  overflow: hidden;
}
.blog-card-gamma .blog-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-card-gamma .blog-thumb .blog-lavel {
  position: absolute;
  top: 25px;
  left: 25px;
}
.blog-card-gamma .blog-thumb .blog-lavel a {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #99B36A;
  -webkit-box-shadow: 0 0 15px rgba(206, 62, 38, 0.1);
  box-shadow: 0 0 15px rgba(206, 62, 38, 0.1);
  border-radius: 3px;
  padding: 4px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-card-gamma .blog-thumb .blog-lavel a i {
  margin-right: 6px;
}
.blog-card-gamma .blog-content {
  padding: 23px 25px 19px;
  text-align: center;
}
.blog-card-gamma .blog-content .blog-body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-card-gamma .blog-content .blog-body-top a {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}
.blog-card-gamma .blog-content .blog-body-top a i {
  color: #99B36A;
  margin-right: 6px;
}
.blog-card-gamma .blog-content .blog-title {
  padding-top: 14px;
  font-weight: 600;
  line-height: 28px;
  font-size: 20px;
  text-transform: capitalize;
  color: #2d373c;
}
.blog-card-gamma .blog-content .blog-title a {
  color: inherit;
}
.blog-card-gamma-full {
  margin-top: 35px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px 5px 20px 20px;
  overflow: hidden;
}
.blog-card-gamma-full:first-child {
  margin-top: 24px;
}
.blog-card-gamma-full:hover .blog-thumb img {
  -webkit-transform: scale(1.05) translateX(4px);
  transform: scale(1.05) translateX(4px);
}
.blog-card-gamma-full:hover .blog-thumb .blog-lavel a {
  background: #666;
}
.blog-card-gamma-full .blog-thumb {
  position: relative;
  overflow: hidden;
}
.blog-card-gamma-full .blog-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-card-gamma-full .blog-thumb .blog-lavel {
  position: absolute;
  top: 25px;
  left: 25px;
}
.blog-card-gamma-full .blog-thumb .blog-lavel a {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #99B36A;
  -webkit-box-shadow: 0 0 15px rgba(206, 62, 38, 0.1);
  box-shadow: 0 0 15px rgba(206, 62, 38, 0.1);
  border-radius: 3px;
  padding: 7px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-card-gamma-full .blog-thumb .blog-lavel a i {
  margin-right: 6px;
}
.blog-card-gamma-full .blog-content {
  padding: 25px 40px 22px;
  text-align: center;
}
.blog-card-gamma-full .blog-content .blog-body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-card-gamma-full .blog-content .blog-body-top a {
  font-weight: 500;
  font-size: 17px;
  color: #2d373c;
}
.blog-card-gamma-full .blog-content .blog-body-top a i {
  color: #99B36A;
  margin-right: 6px;
}
.blog-card-gamma-full .blog-content .blog-title {
  padding-top: 19px;
  font-weight: 600;
  line-height: 35px;
  font-size: 25px;
  text-transform: capitalize;
  color: #2d373c;
}
.blog-card-gamma-full .blog-content .blog-title a {
  color: inherit;
}
.blog-sidebar {
  margin-top: 24px;
}
.blog-sidebar .blog-widget {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
}
.blog-sidebar .blog-widget .widget-title {
  padding: 21px 20px;
  border-bottom: 1px solid #eee;
}
.blog-sidebar .blog-widget .widget-title h4 {
  font-weight: 600;
  font-size: 20px;
  color: #2d373c;
}
.blog-sidebar .blog-widget .widget-body {
  padding: 24px 20px;
}
.blog-sidebar .widget-search .search-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
}
.blog-sidebar .widget-search .search-input-group input {
  height: 100%;
  background: #f5f5f5;
  border-radius: 44px 0 0 44px;
  padding: 10px 15px;
}
.blog-sidebar
  .widget-search
  .search-input-group
  input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.blog-sidebar .widget-search .search-input-group input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.blog-sidebar .widget-search .search-input-group input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.blog-sidebar .widget-search .search-input-group input::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.blog-sidebar .widget-search .search-input-group input:focus {
  border: none;
}
.blog-sidebar .widget-search .search-input-group button {
  border: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #99B36A;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 44px 44px 0;
  margin-left: -1px;
}
.blog-sidebar .widget-search .search-input-group button:hover {
  background: #ff695c;
}
.blog-sidebar .widget-categories ul li {
  padding-top: 15px;
}
.blog-sidebar .widget-categories ul li:first-child {
  padding-top: 0;
}
.blog-sidebar .widget-categories ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #2d373c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.blog-sidebar .widget-categories ul li a:hover {
  color: #99B36A;
}
.blog-sidebar .widget-categories ul li a:hover h6 {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.blog-sidebar .widget-categories ul li a h6 {
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.blog-sidebar .widget-categories ul li a h6 i {
  margin-right: 8px;
  font-size: 14px;
}
.blog-sidebar .widget-categories ul li a span {
  float: right;
}
.blog-sidebar .widget-tag-cloud .widget-body {
  padding-top: 12px;
}
.blog-sidebar .widget-tag-cloud .tag-cloud a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #2d373c;
  border: 1px solid #2d373c4d;
  padding: 6px 18px;
  margin-right: 12px;
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-sidebar .widget-tag-cloud .tag-cloud a:hover {
  border-color: #99B36A;
  background: #99B36A;
  color: #fff;
}
.blog-sidebar .widget-gallary ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (auto) [3];
  grid-template-columns: repeat(3, auto);
}
.blog-sidebar .widget-gallary ul li img {
  width: 100%;
}
.blog-sidebar .widget-recent-entries-custom ul li {
  display: table;
  margin-top: 25px;
}
.blog-sidebar .widget-recent-entries-custom ul li:first-child {
  margin-top: 0;
}
.blog-sidebar .widget-recent-entries-custom ul li:hover .wb h6 {
  color: #99B36A;
}
.blog-sidebar .widget-recent-entries-custom ul li .wi {
  float: left;
  width: 80px;
  vertical-align: middle;
  display: table-cell;
}
.blog-sidebar .widget-recent-entries-custom ul li .wi img {
  width: 100%;
}
.blog-sidebar .widget-recent-entries-custom ul li .wb {
  padding-left: 16px;
  vertical-align: middle;
  display: table-cell;
}
.blog-sidebar .widget-recent-entries-custom ul li .wb h6 {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: #162b32;
  line-height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blog-sidebar .widget-recent-entries-custom ul li .wb h6 a {
  color: inherit;
}
.blog-sidebar .widget-recent-entries-custom ul li .wb .wb-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
}
.blog-sidebar .widget-recent-entries-custom ul li .wb .wb-info span {
  font-weight: 500;
  font-size: 10px;
  color: #2d373c;
}
.blog-sidebar .widget-recent-entries-custom ul li .wb .wb-info span i {
  margin-right: 5px;
  color: #99B36A;
}
.blog-details {
  margin-top: 24px;
}
.blog-details .post-thumb {
  margin-top: 26px;
}
.blog-details .post-thumb img {
  border-radius: 5px;
  width: 100%;
}
.blog-details .post-header .post-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
  color: #2d373c;
}
.blog-details .post-header .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
.blog-details .post-header .post-meta a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 17px;
  color: #2d373c;
}
.blog-details .post-header .post-meta a i {
  margin-right: 6px;
  color: #99B36A;
}
.blog-details .post-body .sub-title {
  font-weight: 700;
  font-size: 25px;
  text-transform: capitalize;
  color: #2d373c;
}
.blog-details .post-body p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
}
.blog-details .post-body .post-innner-image img {
  width: 100%;
}
.blog-details .post-body .blog-quote-box-two {
  padding: 0 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.blog-details .post-body .blog-quote-box-two blockquote {
  margin: 0;
  padding-top: 20px;
}
.blog-details .post-body .blog-quote-box-two blockquote p {
  margin-top: 0;
  line-height: 34px;
  font-weight: 600;
  font-size: 20px;
  color: #2d373c;
}
.blog-details .post-body .blog-quote-box-one {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 100px 5px 5px 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-details .post-body .blog-quote-box-one blockquote {
  padding: 30px;
  margin: 0;
  margin-left: 30px;
}
.blog-details .post-body .blog-quote-box-one blockquote p {
  margin-top: 0;
  line-height: 34px;
  font-weight: 600;
  font-size: 20px;
  color: #2d373c;
}
.blog-details .post-body .post-innner-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-details .post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid rgba(45, 55, 60, 0.2);
  border-bottom: 1px solid rgba(45, 55, 60, 0.2);
  margin-top: 42px;
}
.blog-details .post-footer .post-switcher {
  font-weight: 600;
  font-size: 15px;
  color: #162b32;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog-details .post-footer .post-switcher:hover {
  color: #99B36A;
}
.blog-details .post-footer .post-switcher.prev-post i {
  margin-right: 8px;
}
.blog-details .post-footer .post-switcher.next-post i {
  margin-left: 8px;
}
.blog-details .post-footer .next-post-link {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2d373c;
  padding: 0 40px;
}
.comment-section {
  margin-top: 30px;
}
.comment-section h4 {
  font-weight: 600;
  font-size: 30px;
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
  color: #2d373c;
}
.comment-section .comment-list .single-comment {
  margin-top: 60px;
}
.comment-section .comment-list .single-comment:first-child {
  margin-top: 40px;
}
.comment-section .comment-list .single-comment .commmentor {
  margin-right: 25px;
}
.comment-section .comment-list .single-comment .commmentor img {
  max-width: 145px;
  border-radius: 5px;
}
.comment-section .comment-list .single-comment .comment .info h6 {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #1a2c42;
  margin-bottom: 3px;
}
.comment-section .comment-list .single-comment .comment .info span {
  font-size: 13px;
  text-transform: capitalize;
  color: #99B36A;
}
.comment-section .comment-list .single-comment .comment .rating li {
  margin-right: 10px;
}
.comment-section .comment-list .single-comment .comment .rating li i {
  font-size: 20px;
  color: #99B36A;
}
.comment-section .comment-list .single-comment .comment .rating li:last-child {
  margin-right: 0;
}
.comment-section .comment-list .single-comment .comment p {
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  padding-top: 5px;
  color: #666;
}
.comment-section .comment-list .single-comment .comment .reply-btn {
  padding-top: 8px;
}
.comment-section .comment-list .single-comment .comment .reply-btn a {
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  color: #162b32;
}
.comment-section .comment-list .single-comment .comment .reply-btn a i {
  margin-right: 7px;
}
.comment-section .comment-btn {
  margin-top: 24px;
}
.comment-section .comment-btn a {
  font-weight: 600;
  font-size: 17px;
  color: #666;
  display: inline-block;
}
.comment-form {
  padding: 40px 50px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
}
.comment-form h4 {
  font-weight: 700;
  font-size: 25px;
  color: #2d373c;
}
.comment-form .form-rating {
  margin-top: 25px;
}
.comment-form .form-rating li {
  margin-right: 7px;
}
.comment-form .form-rating li:last-child {
  margin-right: 0;
}
.comment-form .form-rating li i {
  font-size: 20px;
  color: #99B36A;
}
.footer-area .footer-main-wrapper {
  /* background: #2d373c; */
  background: #4199AD;
  padding-top: 65px;
  position: relative;
  z-index: 1;
}
.footer-area .footer-main-wrapper .footer-vactor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  z-index: -1;
}
.footer-area .footer-main-wrapper .footer-vactor img {
  max-width: 100%;
}
.footer-area .footer-main-wrapper .footer-about {
  color: #fff;
  padding-top: 30px;
}
.footer-area .footer-main-wrapper .footer-about p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap {
  padding-top: 35px;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap h5 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  font-family: var(--f-secondary);
}
.footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
}
.footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links
  li {
  margin-right: 8px;
  margin-top: 10px;
}
.footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links
  li:last-child {
  margin-right: 0;
}
.footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links
  li
  a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 37.5px;
  height: 37.5px;
  background: #99B36A;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  border-radius: 34px;
  border: 1px solid #99B36A;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links
  li
  a:hover {
  background: 0 0;
  color: #99B36A;
}
.footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links
  li
  a:hover
  i {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links
  li
  a
  i {
  font-size: 17px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.footer-area .footer-main-wrapper .footer-widget {
  padding-top: 30px;
  color: #fff;
}
.footer-area .footer-main-wrapper .footer-widget .footer-widget-title {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding-bottom: 5px;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li {
  padding-top: 12px;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li a:hover {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
.footer-area
  .footer-main-wrapper
  .footer-widget
  .footer-links
  li
  a:hover::before {
  opacity: 1;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -12px;
  height: 5px;
  width: 5px;
  background: #99B36A;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.footer-area .footer-main-wrapper .footer-widget .footer-gallary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-top: 15px;
}
.footer-area
  .footer-main-wrapper
  .footer-widget
  .footer-gallary-grid
  .footer-gallary-item
  img {
  width: 100%;
  border-radius: 4px;
}
.footer-area .footer-contact-wrapper {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 40px;
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-area .footer-contact-wrapper h5 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding-bottom: 5px;
  margin-top: 20px;
}
.footer-area .footer-contact-wrapper .footer-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-area .footer-contact-wrapper .footer-contact-list li {
  margin-top: 20px;
  margin-right: 60px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.footer-area .footer-contact-wrapper .footer-contact-list li:last-child {
  margin-right: 0;
}
.footer-area .footer-contact-wrapper .footer-contact-list li i {
  margin-right: 16px;
}
.footer-area .footer-contact-wrapper .footer-contact-list li a {
  color: inherit;
}
.footer-area .footer-bottom {
  background: #162b32;
  color: #fff;
  padding: 13px 0;
}
.footer-area .footer-bottom .footer-logo {
  padding: 10px 0;
}
.footer-area .footer-bottom .copyright-link {
  padding: 10px 0;
}
.footer-area .footer-bottom .copyright-link p {
  font-size: 14px;
  color: #fff;
}
.footer-area .footer-bottom .copyright-link p a {
  color: inherit;
}
.footer-area .footer-bottom .policy-links .policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.footer-area .footer-bottom .policy-links .policy-list li {
  margin-right: 30px;
  position: relative;
}
.footer-area .footer-bottom .policy-links .policy-list li a {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.footer-area .footer-bottom .policy-links .policy-list li:last-child {
  margin-right: 0;
}
.footer-area .footer-bottom .policy-links .policy-list li:last-child::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #99B36A;
  height: 12px;
  width: 1px;
}
.world-map-area .world-map-wrap {
  min-height: 650px;
  position: relative;
  margin-top: 30px;
}
.world-map-area .world-map-wrap .world-map-background {
  position: absolute;
  inset: 0;
}
.world-map-area .world-map-wrap .world-map-background img {
  width: 100%;
  height: 100%;
}
.world-map-area .world-map-wrap .single-location {
  position: absolute;
}
.world-map-area .world-map-wrap .single-location:hover .location-disc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.world-map-area .world-map-wrap .single-location.location-1 {
  top: 20%;
  left: 10%;
}
.world-map-area .world-map-wrap .single-location.location-2 {
  top: 30%;
  left: 38%;
}
.world-map-area .world-map-wrap .single-location.location-3 {
  top: 40%;
  left: 68%;
}
.world-map-area .world-map-wrap .single-location.location-4 {
  top: 76%;
  left: 15%;
}
.world-map-area .world-map-wrap .single-location.location-5 {
  top: 70%;
  left: 50%;
}
.world-map-area .world-map-wrap .single-location .location-icon {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-left: 5px;
}
.world-map-area .world-map-wrap .single-location .location-icon i {
  font-size: 30px;
  color: #99B36A;
  cursor: pointer;
}
.world-map-area .world-map-wrap .single-location .location-disc {
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  padding: 28px 25px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.world-map-area .world-map-wrap .single-location .location-disc::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 10px;
  height: 12px;
  width: 20px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.world-map-area .world-map-wrap .single-location .location-disc h6 {
  font-weight: 700;
  font-size: 20px;
  color: #2d373c;
  font-family: var(--f-secondary);
  margin-bottom: 10px;
}
.world-map-area .world-map-wrap .single-location .location-disc p {
  font-size: 16px;
  line-height: 23px;
  color: #666;
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid img {
  width: 100%;
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .about-video
  .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(71, 192, 133, 0.5);
  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;
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .about-video
  .video-overlay:hover
  .play-icon {
  background: rgba(125, 163, 182, 0.8);
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .about-video
  .video-overlay:hover
  .play-icon::before {
  background: rgba(45, 55, 60, 0.6);
  inset: -12px;
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .about-video
  .video-overlay:hover
  .play-icon::after {
  background: rgba(45, 55, 60, 0.5);
  inset: -30px;
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .about-video
  .video-overlay
  .play-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53.11px;
  height: 53.11px;
  background: rgba(45, 55, 60, 0.6);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .about-video
  .video-overlay
  .play-icon::before {
  position: absolute;
  content: "";
  inset: -6px;
  background: rgba(45, 55, 60, 0.5);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .about-video
  .video-overlay
  .play-icon::after {
  position: absolute;
  content: "";
  inset: -12px;
  background: rgba(45, 55, 60, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .about-video
  .video-overlay
  .play-icon
  i {
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .float-images {
  margin-top: -60px;
}
.about-main-wrappper
  .about-tab-wrapper
  .about-tab-image-grid
  .float-images
  .about-image {
  border-radius: 5px;
  overflow: hidden;
}
.about-main-wrappper .about-wrap-title {
  font-weight: 800;
  font-size: 45px;
  line-height: 60px;
  color: #2d373c;
}
.about-main-wrappper .about-wrap-title span {
  color: #99B36A;
}
.about-main-wrappper .about-tab-wrap .about-tab-switcher {
  margin-top: 38px;
}
.about-main-wrappper .about-tab-wrap .about-tab-switcher .nav-item .nav-link {
  text-align: center;
  padding: 20px 12px;
  color: #162b32;
  min-width: 170px;
  cursor: pointer;
}
.about-main-wrappper
  .about-tab-wrap
  .about-tab-switcher
  .nav-item
  .nav-link.active {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  color: #99B36A;
}
.about-main-wrappper
  .about-tab-wrap
  .about-tab-switcher
  .nav-item
  .nav-link
  h3 {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.03em;
  color: inherit;
}
.about-main-wrappper
  .about-tab-wrap
  .about-tab-switcher
  .nav-item
  .nav-link
  h6 {
  font-size: 18px;
  color: inherit;
  padding-top: 10px;
}
.about-main-wrappper .about-tab-wrap .about-tab-content {
  padding-top: 20px;
}
.about-main-wrappper .about-tab-wrap .about-tab-content .tab-pane p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about-main-wrappper .achievement-counter-wrap .achievement-counter-cards {
  padding-top: 6px;
}
.about-main-wrappper
  .achievement-counter-wrap
  .achievement-counter-cards
  .achievement-counter-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid #99B36A4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.about-main-wrappper
  .achievement-counter-wrap
  .achievement-counter-cards
  .achievement-counter-card:hover {
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-color: transparent;
}
.about-main-wrappper
  .achievement-counter-wrap
  .achievement-counter-cards
  .achievement-counter-card:hover
  .counter-box
  h2,
.about-main-wrappper
  .achievement-counter-wrap
  .achievement-counter-cards
  .achievement-counter-card:hover
  .counter-box
  h6 {
  color: #2d373c;
}
.about-main-wrappper
  .achievement-counter-wrap
  .achievement-counter-cards
  .achievement-counter-card
  .counter-box {
  min-width: 133px;
}
.about-main-wrappper
  .achievement-counter-wrap
  .achievement-counter-cards
  .achievement-counter-card
  .counter-box
  h2 {
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 0.03em;
  color: #99B36A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-main-wrappper
  .achievement-counter-wrap
  .achievement-counter-cards
  .achievement-counter-card
  .counter-box
  h6 {
  padding-top: 7px;
  font-weight: 500;
  font-size: 18px;
  color: #99B36A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-main-wrappper
  .achievement-counter-wrap
  .achievement-counter-cards
  .achievement-counter-card
  p {
  margin-left: 15px;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.contact-info {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  padding: 40px 40px 45px;
  margin-left: -80px;
}
.contact-info h3 {
  font-size: 30px;
  color: #2d373c;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
}
.contact-info h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(46.35%, #99B36A),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    90deg,
    #99B36A 46.35%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 5px;
}
.contact-info ul li {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 30px;
  border-radius: 5px 35px 5px 5px;
  border: 1px solid #eee;
  max-width: 450px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-info ul li:hover {
  background: #4199AD;
}
.contact-info ul li:hover a,
.contact-info ul li:hover h6 {
  color: #fff;
}
.contact-info ul li h6 {
  font-weight: 700;
  font-size: 16px;
  color: #2d373c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-info ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #5c5c5c;
  display: inline-block;
  margin-top: 8px;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-map .mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  margin-top: 32px;
}
.contact-map iframe {
  width: 100%;
  height: 550px;
}
.contact-form-wrap {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  padding: 40px;
  padding-top: 34px;
}
.contact-form-wrap h4 {
  font-weight: 700;
  font-size: 25px;
  color: #2d373c;
}
.contact-form-wrap p {
  font-size: 16px;
  color: #5c5c5c;
  margin-top: 10px;
}
.faq-wrapper .faqs .accordion-header {
  padding-bottom: 0;
}
.faq-wrapper .faqs h2 {
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.03em;
  color: #2d373c;
  padding-bottom: 26px;
}
.faq-wrapper .faqs h2 span {
  color: #99B36A;
}
.faq-wrapper .faq-sidebar .faq-topics {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 24px 30px;
}
.faq-wrapper .faq-sidebar .faq-topics h3 {
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 0.02em;
  color: #2d373c;
  padding-bottom: 5px;
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 14px;
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group label {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #2d373c;
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group input {
  padding: 0;
  height: 14px;
  width: 14px;
  margin: 0;
  border: 2px solid #2d373c;
  margin-right: 10px;
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group input:checked {
  background-image: none;
  border-color: #99B36A;
  background: #99B36A;
}
.faq-wrapper .faq-sidebar .faq-form {
  background: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 40px 25px;
  margin-top: 30px;
}
.faq-wrapper .faq-sidebar .faq-form h3 {
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #2d373c;
}
.faq-wrapper .faq-sidebar .faq-form .custom-input-group button[type="submit"] {
  display: block;
  width: 100%;
}
.faq-wrapper .faq-sidebar .faq-form .custom-input-grou {
  margin-top: 30px;
}
.blue_hover:hover {
  background: #4199AD !important;
}
.yellow_hover:hover {
  background: #ffb609 !important;
}
.red_hover:hover {
  background: #f96768 !important;
}
.blog-thumb img {
  height: 300px;
  object-fit: cover;
}
.package-thumb img {
  height: 300px;
  object-fit: cover;
}

.register_card {
    background-color: #99B36A;
    color: white;
    border-radius: 5px 30px;
}
.explore_pkg img{
  height: 250px;
}

.packages .section-head-alpha {
  max-width: 100%;
  padding-bottom: 38px;
}


._loader{
    width: 15px;
    height: 15px;
    font-size: 15PX;
    display: inline-block;
}