@use "sass:math";
:root {
  --theme-color: #3cb371;
  --title-color: #161921;
  --body-color: #687179;
  --smoke-color: #F5F5F5;
  --smoke-color2: #EBFFF4;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E4E4E4;
  --title-font: 'Playfair Display', serif;
  --body-font: 'Roboto', sans-serif;
  --style-font: 'Dancing Script', cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1200px;
  --container-gutters: 30px;
  --section-space: 20px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s
}
html, body {
  scroll-behavior: auto !important
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}
iframe {
  border: none;
  width: 100%
}
.slick-slide:focus, button:focus, a:focus, a:active, a.nice-select.open, input, input:hover, input:focus, input:active, input.nice-select.open, textarea, textarea:hover, textarea:focus, textarea:active, textarea.nice-select.open {
  outline: none
}
input:focus {
  outline: none;
  box-shadow: none
}
img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto
}
ul {
  list-style-type: disc;
	text-align: left;
}
ol {
  list-style-type: decimal
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color)
}
th {
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font)
}
td, th {
  border: 1px solid var(--border-color);
  padding: 9px 12px
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
a:hover {
  color: var(--title-color)
}
a:active, a.nice-select.open, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0
}
button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
img {
  border: none;
  max-width: 100%
}
ins {
  text-decoration: none
}
pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word
}
span.ajax-loader:empty, p:empty {
  display: none
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0
}
.h1, h1 {
  font-size: 52px;
  line-height: 1.2
}
.h2, h2 {
  font-size: 44px;
  line-height: 1.227
}
.h3, h3 {
  font-size: 36px;
  line-height: 1.278
}
.h4, h4 {
  font-size: 30px;
  line-height: 1.333
}
.h5, h5 {
  font-size: 24px;
  line-height: 1.417
}
.h6, h6 {
  font-size: 20px;
  line-height: 1.5
}
@media (max-width: 1399px) {
  .h1, h1 {
    font-size: 48px
  }
  .h2, h2 {
    font-size: 40px
  }
}
@media (max-width: 1199px) {
  .h1, h1 {
    font-size: 44px;
    line-height: 1.3
  }
  .h2, h2 {
    font-size: 36px;
    line-height: 1.25
  }
  .h3, h3 {
    font-size: 30px
  }
  .h4, h4 {
    font-size: 24px
  }
  .h5, h5 {
    font-size: 20px
  }
  .h6, h6 {
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .h1, h1 {
    font-size: 40px
  }
  .h2, h2 {
    font-size: 28px;
    line-height: 1.3
  }
  .h3, h3 {
    font-size: 26px
  }
  .h4, h4 {
    font-size: 22px
  }
  .h5, h5 {
    font-size: 18px
  }
  .h6, h6 {
    font-size: 16px
  }
}
@media (max-width: 575px) {
  .h1, h1 {
    font-size: 34px;
    line-height: 1.35
  }
}
@media (max-width: 375px) {
  .h1, h1 {
    font-size: 30px
  }
}
@media (max-width: 340px) {
  .h1, h1 {
    font-size: 25px
  }
}
@media only screen and (min-width: 1399px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2)
  }
  .container-xxl.px-0, .container-xl.px-0, .container-lg.px-0, .container-md.px-0, .container-sm.px-0, .container.px-0 {
    max-width: var(--main-container)
  }
  .row:not([class*="gx-"]) {
    --bs-gutter-x: 30px
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y)
}
.gy-30 {
  --bs-gutter-y: 30px
}
.gy-40 {
  --bs-gutter-y: 40px
}
.gy-50 {
  --bs-gutter-y: 50px
}
.gx-10 {
  --bs-gutter-x: 10px
}
@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px
  }
  .gx-25 {
    --bs-gutter-x: 25px
  }
  .gx-40 {
    --bs-gutter-x: 40px
  }
}
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px
  }
}
select, .form-control, .form-select, textarea, input {
  height: 56px;
  padding: 0 20px 0 20px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: #E9EFF6;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color)
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color)
}
select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color)
}
select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color)
}
select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color)
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color)
}
select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color)
}
select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color)
}
select::placeholder, .form-control::placeholder, .form-select::placeholder, textarea::placeholder, input::placeholder {
  color: var(--body-color)
}
select.style2, .form-control.style2, .form-select.style2, textarea.style2, input.style2 {
  border: 1px solid transparent;
  padding-left: 47px;
  background-image: none
}
select.style2 ~ i, .form-control.style2 ~ i, .form-select.style2 ~ i, textarea.style2 ~ i, input.style2 ~ i {
  color: var(--theme-color);
  font-weight: 400;
  left: 20px;
  max-width: 16px
}
select.style3, .form-control.style3, .form-select.style3, textarea.style3, input.style3 {
  background-color: var(--white-color);
  border: none
}
.form-select, select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}
textarea.form-control, textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 5px
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 19px;
  font-size: 16px;
  color: #93a5be
}
.form-group > i.fa-envelope {
  padding-top: 1px
}
.form-group > i.fa-comment {
  margin-top: -2px
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color)
}
.form-group.has-label > i {
  top: 50px
}
[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 20px)
}
[class*="col-"].form-group .style2 ~ i {
  left: calc((var(--bs-gutter-x) / 2) + 20px)
}
option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type="number"] {
  -moz-appearance: textfield
}
input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none
}
input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}
input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block
}
input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px
}
input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none
}
input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0
}
input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease
}
input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color)
}
label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px
}
textarea.is-invalid, select.is-invalid, input.is-invalid, .was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none
}
textarea.is-invalid:focus, select.is-invalid:focus, input.is-invalid:focus, .was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none
}
textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}
.row.no-gutters > .form-group {
  margin-bottom: 0
}
.form-messages {
  display: none
}
.form-messages.mb-0 * {
  margin-bottom: 0
}
.form-messages.success {
  color: var(--success-color);
  display: block
}
.form-messages.error {
  color: var(--error-color);
  display: block
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit
}
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y)
}
.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}
.slick-track {
  min-width: 100%
}
.slick-slide img {
  display: inline-block
}
.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content
}
.slick-dots li {
  display: inline-block;
  margin-right: 8px
}
.slick-dots li:last-child {
  margin-right: 0
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 6px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: rgba(0, 15, 87, 0.3);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.slick-dots button:hover {
  border-color: var(--theme-color)
}
.slick-dots .slick-active button {
  width: 40px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: var(--theme-color)
}
.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--theme-color);
  box-shadow: none;
  left: var(--pos-x, -100px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 2;
  border-radius: 999px
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color)
}
.arrow-margin .slick-arrow {
  top: calc(50% - 30px)
}
.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5)
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
@media (max-width: 1299px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
    font-size: 14px
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px
  }
  .slick-dots {
    margin: 40px 0 0 0
  }
  .icon-box .slick-arrow {
    margin-right: 0
  }
}
.icon-box.style2 .slick-arrow {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  border-color: rgba(255, 255, 255, 0.1)
}
.icon-box.style2 .slick-arrow:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}
.ot-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden
}
.ot-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1)
}
.ot-menu-wrapper .mobile-logo svg {
  max-width: 185px
}
.ot-menu-wrapper .ot-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%
}
.ot-menu-wrapper .ot-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}
.ot-menu-wrapper .ot-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1
}
.ot-menu-wrapper.ot-body-visible {
  opacity: 1;
  visibility: visible
}
.ot-menu-wrapper.ot-body-visible .ot-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible
}
.ot-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left
}
.ot-mobile-menu ul {
  margin: 0;
  padding: 0 0
}
.ot-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none
}
.ot-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1
}
.ot-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px
}
.ot-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block
}
.ot-mobile-menu ul li.ot-active > a {
  color: var(--theme-color)
}
.ot-mobile-menu ul li.ot-active > a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.ot-mobile-menu ul li ul li {
  padding-left: 20px
}
.ot-mobile-menu ul li ul li:last-child {
  border-bottom: none
}
.ot-mobile-menu ul .ot-item-has-children > a {
  position: relative
}
.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%
}
.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font)
}
.ot-mobile-menu ul .ot-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px
}
.ot-mobile-menu ul .ot-item-has-children.ot-active > a .ot-mean-expand:before {
  content: "\f068"
}
.ot-mobile-menu ul .ot-item-has-children.ot-active > a:after {
  content: "\f068"
}
.ot-mobile-menu > ul {
  padding: 0 40px
}
.ot-mobile-menu > ul > li:last-child {
  border-bottom: none
}
.ot-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px
}
.ot-menu-toggle:hover {
  background-color: var(--title-color)
}
@media (max-width: 400px) {
  .ot-menu-wrapper .ot-menu-area {
    width: 100%;
    max-width: 270px
  }
  .ot-mobile-menu > ul {
    padding: 0 20px
  }
}
:root {
  --input-height: 56px
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}
.nice-select:after {
  content: '\f0d7';
  font-family: var(--icon-font);
  font-weight: 900;
  font-size: 18px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}
.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}
.nice-select.disabled:after {
  border-color: #ccc
}
.nice-select.wide {
  width: 100%
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}
.nice-select.right {
  float: right
}
.nice-select.right .list {
  left: auto;
  right: 0
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}
.nice-select.small:after {
  height: 4px;
  width: 4px
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}
.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-28px);
  -ms-transform: scale(0.75) translateY(-28px);
  transform: scale(0.75) translateY(-28px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--smoke-color)
}
.nice-select .option.selected {
  font-weight: bold
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}
.no-csspointerevents .nice-select .list {
  display: none
}
.no-csspointerevents .nice-select.open .list {
  display: block
}
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color)
}
.preloader .ot-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px
}
.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto
}
.preloader-inner .loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #FFF;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite
}
.preloader-inner.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted var(--theme-color);
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: rotationBack 1s linear infinite;
  animation: rotationBack 1s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
.ot-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 29px;
  min-width: 160px;
  border-radius: 5px
}
.ot-btn:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: #1B4D31;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease
}
.ot-btn:hover, .ot-btn.active {
  color: var(--white-color)
}
.ot-btn:hover::before, .ot-btn.active::before {
  height: 560%
}
.ot-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 19.5px 27px;
  box-shadow: none
}
.ot-btn.style2:hover {
  color: var(--title-color)
}
.ot-btn.style2:hover:before, .ot-btn.style2:hover:after {
  background-color: var(--white-color)
}
.ot-btn.style3 {
  background-color: var(--theme-color)
}
.ot-btn.style3:before {
  background-color: var(--theme-color)
}
.ot-btn.style3:hover {
  background-color: var(--theme-color)
}
.ot-btn.w-100:hover::before, .ot-btn.w-100.active::before {
  height: 760%
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 56px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #fff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color)
}
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 80px);
  height: var(--icon-size, 80px);
  line-height: var(--icon-size, 78px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.4em);
  border: 2px solid;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.play-btn:hover:after, .play-btn:hover::before, .play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color)
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color)
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color)
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--theme-color)
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color)
}
.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: var(--white-color)
}
.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color)
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.link-btn:hover {
  color: var(--theme-color)
}
.link-btn:hover::before {
  width: 100%
}
.line-btn {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--body-color)
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51px;
  height: 1px;
  background-color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.line-btn:hover {
  color: var(--theme-color)
}
.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 100%
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color)
}
.scroll-top svg path {
  fill: none
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 18px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 9px);
  margin-top: -0.27em
}
.sub-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--style-font);
  text-transform: capitalize;
  margin-top: -0.2em;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
.sub-title .dots {
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0
}
.sub-title .dots:before {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0
}
.sub-title .shape {
  display: inline-block;
  height: 2px;
  width: 40px;
  background-color: var(--theme-color);
  border-radius: 99px;
  position: relative
}
.sub-title .shape.left .dots {
  left: -12px
}
.sub-title .shape.left .dots:before {
  left: inherit
}
.sub-title .shape.right .dots {
  right: -12px
}
.sub-title .shape.right .dots:before {
  right: inherit
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2
}
.title-area .sec-title {
  margin-bottom: 15px
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em
}
.box-title {
  font-size: 24px;
  line-height: 1.417;
  margin-top: -0.34em;
  font-weight: 700
}
.box-title a {
  color: inherit
}
.box-title a:hover {
  color: var(--theme-color)
}
.sec-text {
  max-width: 670px
}
.title-area.text-center .sec-text {
  margin-left: auto;
  margin-right: auto
}
.sec-btn {
  margin-bottom: var(--section-title-space)
}
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px
  }
  .title-area, .sec-title {
    --section-title-space: 60px
  }
  .title-area.mb-30, .sec-title.mb-30 {
    margin-bottom: 25px
  }
  .title-area.mb-40, .sec-title.mb-40 {
    margin-bottom: 30px
  }
  .title-area.mb-45, .sec-title.mb-45 {
    margin-bottom: 32px
  }
  .title-area.mb-50, .sec-title.mb-50 {
    margin-bottom: 35px
  }
  .title-area.mb-25, .sec-title.mb-25 {
    margin-bottom: 15px
  }
  .title-area.mb-35, .sec-title.mb-35 {
    margin-bottom: 25px
  }
  .sec-btn {
    --section-title-space: 65px
  }
}
@media (max-width: 991px) {
  .title-area, .sec-title {
    --section-title-space: 45px
  }
  .title-area.mb-40, .sec-title.mb-40 {
    margin-bottom: 25px
  }
  .title-area.mb-45, .sec-title.mb-45 {
    margin-bottom: 27px
  }
  .title-area.mb-50, .sec-title.mb-50 {
    margin-bottom: 28px
  }
  .sec-btn {
    --section-title-space: 45px
  }
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative
}
.shape-mockup {
  position: absolute;
  z-index: -1
}
.shape-mockup.z-index-3 {
  z-index: 3
}
.z-index-step1 {
  position: relative;
  z-index: 4 !important
}
.z-index-common {
  position: relative;
  z-index: 3
}
.z-index-3 {
  z-index: 3
}
.z-index-n1 {
  z-index: -1
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  font-weight: 400
}
.bg-mask {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%
}
.ot-social a {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  background-color: transparent;
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid var(--body-color)
}
.ot-social a:last-child {
  margin-right: 0
}
.ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color)
}
.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px
}
.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}
.btn-group:has(.video-link) {
  gap: 60px
}
@media (max-width: 767px) {
  .btn-group:has(.video-link) {
    gap: 40px
  }
}
@media (max-width: 575px) {
  .btn-group:has(.video-link) {
    gap: 25px
  }
}
.video-link {
  font-weight: 500;
  color: var(--white-color)
}
.video-link .play-btn {
  --icon-size: 56px;
  font-size: 0.8em;
  margin-right: 12px
}
.video-link .play-btn i {
  line-height: 54px
}
.video-link:hover {
  color: var(--theme-color)
}
.ot-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden
}
@media (max-width: 991px) {
  .ot-video {
    min-height: 350px;
    border-radius: 10px
  }
  .ot-video img {
    height: 350px;
    object-fit: cover
  }
}
.ot-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5)
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7
}
.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}
.font-icon {
  font-family: var(--icon-font)
}
.font-title {
  font-family: var(--title-font)
}
.font-body {
  font-family: var(--body-font)
}
.font-style {
  font-family: var(--style-font)
}
.fw-extralight {
  font-weight: 100
}
.fw-light {
  font-weight: 300
}
.fw-normal {
  font-weight: 400
}
.fw-medium {
  font-weight: 500
}
.fw-semibold {
  font-weight: 600
}
.fw-bold {
  font-weight: 700
}
.fw-extrabold {
  font-weight: 800
}
.fs-md {
  font-size: 18px
}
.fs-lg {
  font-size: 20px
}
.fs-xs {
  font-size: 14px
}
.fs-40 {
  font-size: 40px
}
@media (max-width: 1199px) {
  .fs-40 {
    font-size: 34px
  }
}
@media (max-width: 991px) {
  .fs-40 {
    font-size: 30px
  }
  .fs-40.mt-n3 {
    margin-top: -0.6rem
  }
  .fs-40.mt-n2 {
    margin-top: -0.2rem
  }
}
.bg-theme {
  background-color: var(--theme-color) !important
}
.bg-smoke {
  background-color: var(--smoke-color) !important
}
.bg-smoke2 {
  background-color: var(--smoke-color2) !important
}
.bg-white {
  background-color: var(--white-color) !important
}
.bg-black {
  background-color: var(--black-color) !important
}
.bg-title {
  background-color: var(--title-color) !important
}
.bg-smoke2 {
  background-color: #F8F8F8
}
.bg-dark2 {
  background-color: #1B4D31
}
.gr-bg1 {
  background-image: -webkit-linear-gradient(194.6deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
  background-image: linear-gradient(255.4deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%)
}
.gr-bg2 {
  background-image: -webkit-linear-gradient(right, #EDF2FB 0%, #fff 100%);
  background-image: linear-gradient(270deg, #EDF2FB 0%, #fff 100%)
}
.background-image, [data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}
.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center
}
.bg-auto {
  background-size: auto auto
}
.bg-bottom-right {
  background-size: auto;
  background-position: bottom right
}
.bg-top-right {
  background-size: auto;
  background-position: top right
}
.bg-top-center {
  background-size: auto;
  background-position: top center
}
.bg-top-left {
  background-size: auto;
  background-position: top left
}
.bg-repeat {
  background-size: auto;
  background-repeat: repeat
}
.bg-contain-repeat {
  background-size: contain;
  background-repeat: repeat;
  background-position: center left
}
@media (max-width: 1199px) {
  .bg-contain-repeat {
    background-position: bottom left
  }
}
.text-theme {
  color: var(--theme-color) !important
}
.text-title {
  color: var(--title-color) !important
}
.text-body {
  color: var(--body-color) !important
}
.text-white {
  color: var(--white-color) !important
}
.text-light {
  color: var(--light-color) !important
}
.text-yellow {
  color: var(--yellow-color) !important
}
.text-success {
  color: var(--success-color) !important
}
.text-error {
  color: var(--error-color) !important
}
.text-inherit {
  color: inherit
}
.text-inherit:hover {
  color: var(--theme-color)
}
a.text-theme:hover, .text-reset:hover {
  text-decoration: underline
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
[data-overlay] {
  position: relative;
  z-index: 2
}
[data-overlay] [class^="col-"], [data-overlay] [class*="col-"] {
  z-index: 1
}
[data-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}
[data-overlay="theme"]:before {
  background-color: var(--theme-color)
}
[data-overlay="title"]:before {
  background-color: var(--title-color)
}
[data-overlay="white"]:before {
  background-color: var(--white-color)
}
[data-overlay="black"]:before {
  background-color: var(--black-color)
}
[data-overlay="overlay1"]:before {
  background-color: #0E121D
}
[data-overlay="overlay2"]:before {
  background-color: #EDEEF2
}
[data-opacity="1"]:before {
  opacity: .1
}
[data-opacity="2"]:before {
  opacity: .2
}
[data-opacity="3"]:before {
  opacity: .3
}
[data-opacity="4"]:before {
  opacity: .4
}
[data-opacity="5"]:before {
  opacity: .5
}
[data-opacity="6"]:before {
  opacity: .6
}
[data-opacity="7"]:before {
  opacity: .7
}
[data-opacity="8"]:before {
  opacity: .8
}
[data-opacity="9"]:before {
  opacity: .9
}
[data-opacity="10"]:before {
  opacity: 1
}
.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  30% {
    opacity: 0.4
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  30% {
    opacity: 0.4
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0
  }
}
@-webkit-keyframes ripplemap {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  30% {
    opacity: 0.6
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0
  }
}
@keyframes ripplemap {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
  30% {
    opacity: 0.6
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0
  }
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite
}
@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.moving {
  -webkit-animation: moving 8s linear infinite;
  animation: moving 8s linear infinite
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite
}
@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0
  }
}
@keyframes animate-positive {
  0% {
    width: 0
  }
}
.scalein.ot-animated {
  --animation-name: scalein
}
.slidetopleft.ot-animated {
  --animation-name: slidetopleft
}
.slidebottomright.ot-animated {
  --animation-name: slidebottomright
}
.slideinleft.ot-animated {
  --animation-name: slideinleft
}
.slideinright.ot-animated {
  --animation-name: slideinright
}
.slideinup.ot-animated {
  --animation-name: slideinup
}
.slideindown.ot-animated {
  --animation-name: slideindown
}
.rollinleft.ot-animated {
  --animation-name: rollinleft
}
.rollinright.ot-animated {
  --animation-name: rollinright
}
.scalein, .slidetopleft, .slidebottomright, .slideinleft, .slideinright, .slideindown, .slideinup, .rollinleft, .rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name)
}
.ot-animated {
  opacity: 1
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px)
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px)
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
  }
}
@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px)
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px)
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
  }
}
@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg)
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg)
  }
}
@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg)
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg)
  }
}
@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg)
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg)
  }
}
@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg)
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg)
  }
}
.widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_archive ul, .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0
}
.widget_nav_menu > ul, .widget_meta > ul, .widget_pages > ul, .widget_archive > ul, .widget_categories > ul {
  margin: 0 0 -15px 0
}
.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a {
  display: block;
  background-color: var(--white-color);
  margin: 0 0 10px 0;
  padding: 17px 45px 17px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 5px
}
.widget_nav_menu a::before, .widget_meta a::before, .widget_pages a::before, .widget_archive a::before, .widget_categories a::before {
  content: "\f061";
  position: absolute;
  right: 25px;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.widget_nav_menu a:hover, .widget_meta a:hover, .widget_pages a:hover, .widget_archive a:hover, .widget_categories a:hover {
  color: var(--white-color);
  background-color: var(--theme-color)
}
.widget_nav_menu a:hover:before, .widget_meta a:hover:before, .widget_pages a:hover:before, .widget_archive a:hover:before, .widget_categories a:hover:before {
  color: var(--white-color)
}
.widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_archive li, .widget_categories li {
  display: block;
  position: relative
}
.widget_nav_menu li:last-child a, .widget_meta li:last-child a, .widget_pages li:last-child a, .widget_archive li:last-child a, .widget_categories li:last-child a {
  border-bottom: none
}
.widget_nav_menu li > span, .widget_meta li > span, .widget_pages li > span, .widget_archive li > span, .widget_categories li > span {
  color: var(--white-color);
  font-weight: 600;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.widget_nav_menu li:hover > span, .widget_meta li:hover > span, .widget_pages li:hover > span, .widget_archive li:hover > span, .widget_categories li:hover > span {
  color: var(--white-color)
}
.widget_nav_menu .children, .widget_meta .children, .widget_pages .children, .widget_archive .children, .widget_categories .children {
  margin-left: 10px
}
.widget_nav_menu a, .widget_meta a, .widget_pages a {
  padding-right: 20px
}
.widget_nav_menu .sub-menu {
  margin-left: 10px
}
.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px
}
.wp-block-archives a:not(:hover) {
  color: inherit
}
.ot-blog ul.wp-block-archives li {
  margin: 5px 0
}
.widget {
  padding: 25px 15px;
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
	
}
.widget select, .widget input {
  height: 55px;
  border: none;
  background-color: var(--input-bg, #fff);
  border-radius: 5px
}
.widget[data-overlay]:before {
  z-index: -1
}
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 5px 0;
  padding-bottom: 10px;
	text-align: center;
}
.widget_title:before, .widget_title:after {
  content: '';
  height: 2px;
  width: 60px;
  /*background-color: var(--theme-color);*/
  position: absolute;
  bottom: 0;
  left: 0
}
.widget_title:after {
  left: 65px;
  width: 10px
}
.widget .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px 0 0 5px
}
.widget .search-form button {
  border: none;
  width: 55px;
  height: 55px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0 5px 5px 0
}
.widget .search-form button:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}
.wp-block-tag-cloud a, .tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 11px 16px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 4px
}
.wp-block-tag-cloud a:hover, .tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important
}
.wp-block-tag-cloud, .tagcloud {
  margin-right: -10px;
  margin-bottom: -10px
}
.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  max-width: 308px
}
.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px)
}
.sidebar-gallery .gallery-btn:hover {
  color: var(--theme-color)
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 5px
}
.sidebar-gallery .gallery-thumb:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: var(--title-color);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.sidebar-gallery .gallery-thumb img {
  width: 100%
}
.sidebar-gallery .gallery-thumb:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
.recent-post:last-child {
  margin-bottom: 0
}
.recent-post .media-img {
  margin-right: 15px;
  width: 85px;
  overflow: hidden;
  border-radius: 8px
}
.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.recent-post .post-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 6px 0;
  font-family: var(--title-font);
  text-transform: capitalize
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color)
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color)
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color)
}
.recent-post .tour-price {
  display: block;
  font-size: 14px;
  font-weight: 500
}
.recent-post .tour-price .price {
  color: var(--theme-color)
}
.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.sidebar-area {
  margin-bottom: -10px
}
.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0
}
.sidebar-area .wp-block-tag-cloud a, .sidebar-area .tagcloud a {
  border: none
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}
.recent-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.recent-product .product-title {
  font-size: 16px
}
.author-widget-wrap {
  text-align: center
}
.author-widget-wrap .avater {
  margin-bottom: 20px
}
.author-widget-wrap .avater img {
  border-radius: 50%
}
.author-widget-wrap .name {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 15px
}
.author-widget-wrap .name a {
  color: inherit
}
.author-widget-wrap .name a:hover {
  color: var(--theme-color)
}
.author-widget-wrap .author-bio {
  color: var(--white-color);
  margin-bottom: 23px
}
.author-widget-wrap .author-social {
  display: block
}
.author-widget-wrap .author-social a {
  font-size: 16px;
  color: var(--white-color);
  position: relative;
  border-right: 1px solid var(--body-color);
  padding: 6px 15px 6px 0;
  margin-right: 12px
}
.author-widget-wrap .author-social a:last-child {
  padding: 6px 0 6px 0;
  margin-right: 0;
  border-right: none
}
.author-widget-wrap .author-social a:hover {
  color: var(--theme-color)
}
.donwload-widget-wrap .ot-btn {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1)
}
.donwload-widget-wrap .ot-btn:not(:last-child) {
  margin-bottom: 10px
}
.donwload-widget-wrap .ot-btn:before, .donwload-widget-wrap .ot-btn:after {
  background-color: var(--theme-color)
}
.widget_banner {
  text-align: center;
  background-color: var(--title-color)
}
.widget_banner .widget_title:before, .widget_banner .widget_title:after {
  background-color: var(--white-color);
  left: calc(50% - 35px)
}
.widget_banner .widget_title:after {
  left: calc(50% + 30px)
}
.widget_offer {
  background-color: var(--title-color)
}
.widget_banner {
  position: relative;
  z-index: 2;
  overflow: hidden
}
.widget_banner:after {
  content: '';
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0% 100%);
  z-index: -1
}
.widget_banner:before {
  content: '';
  position: absolute;
  left: calc(50% - 152px);
  top: -210px;
  width: 304px;
  height: 304px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--theme-color);
  border-radius: 50%
}
.offer-banner {
  text-align: center;
  position: relative
}
.offer-banner .banner-logo {
  margin-bottom: 60px;
  margin-top: -25px
}
.offer-banner .banner-subtitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  color: var(--white-color)
}
.offer-banner .banner-title {
  color: var(--white-color);
  max-width: 280px;
  margin: 0 auto 40px auto
}
.offer-banner .offer {
  background: -webkit-linear-gradient(351.56deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(98.44deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 30px 30px 60px 30px;
  border-radius: 10px
}
.offer-banner .offer-title {
  margin-bottom: 3px;
  text-transform: uppercase
}
.offer-banner .offer-text {
  margin-bottom: -0.3em
}
.offer-banner .ot-btn {
  margin-top: -30px;
  background-color: var(--title-color)
}
.info-list ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.info-list li {
  color: var(--white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 14px;
  padding-top: 14px
}
.info-list li:first-child {
  padding-top: 0
}
.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.4em
}
.info-list strong {
  font-weight: bold;
  color: var(--theme-color);
  margin-right: 10px
}
.widget-form select, .widget-form .form-control, .widget-form .form-select, .widget-form textarea, .widget-form input {
  background-color: var(--white-color);
  border: none;
	text-align: left;
}
.widget-form textarea.form-control, .widget-form textarea {
  min-height: 130px
}
.widget-form .form-group {
  margin-bottom: 10px
}
.widget-form .form-group > i {
  background-color: var(--white-color)
}
.widget-form .row {
  --bs-gutter-x: 10px
}
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px
  }
  .widget_title {
    font-size: 20px
  }
  .widget_offer {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px
  }
  .wp-block-tag-cloud a, .tagcloud a {
    padding: 10.5px 18px
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 15px 10px
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px
  }
  .recent-post .recent-post-meta a {
    font-size: 13px
  }
}
.footer-widget {
  margin-bottom: 40px
}
.footer-widget, .footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none
}
.footer-widget input, .footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752
}
.footer-widget input:focus, .footer-widget select:focus {
  border-color: var(--theme-color);
  background-color: transparent
}
.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px
}
.footer-widget .widget_title {
  max-width: 275px;
  margin-bottom: 35px;
  font-weight: 600;
  color: var(--white-color);
	text-align: left;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px
}
.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -3px
}
.footer-widget.widget_meta .menu, .footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu, .footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu, .footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu, .footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu, .footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 23px;
  margin-bottom: 17px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f061";
  font-weight: 900;
  left: 0;
  top: 1px;
  background-color: transparent;
  border: none;
  color: inherit;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color)
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px)
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0
}
.footer-widget .recent-post {
  max-width: 330px;
  margin-top: -0.3em
}
.footer-widget .recent-post .post-title {
  font-weight: 600;
  color: var(--white-color);
  line-height: 1.5;
  margin-bottom: 7px
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color)
}
.ot-widget-about .about-logo {
  margin-bottom: 30px
}
.ot-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.46em
}
.footer-text {
  margin-top: -0.46em;
  margin-bottom: 30px
}
.newsletter-widget {
  position: relative;
  z-index: 2;
  padding: 40px;
  padding-top: 0;
  max-width: 360px
}
.newsletter-widget .bg-shape {
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: -1
}
.newsletter-widget .widget_title::before {
  background-color: var(--white-color)
}
.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.newsletter-form .form-control {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--title-color)
}
.newsletter-form .form-control::-moz-placeholder {
  color: var(--title-color)
}
.newsletter-form .form-control::-webkit-input-placeholder {
  color: var(--title-color)
}
.newsletter-form .form-control:-ms-input-placeholder {
  color: var(--title-color)
}
.newsletter-form .form-control::-ms-input-placeholder {
  color: var(--title-color)
}
.newsletter-form .form-control::placeholder {
  color: var(--title-color)
}
.newsletter-form .form-control:focus {
  background-color: var(--white-color);
  border-color: var(--title-color)
}
.newsletter-form .icon-btn {
  min-width: 55px;
  height: 55px;
  border-radius: 0;
  background-color: var(--title-color);
  color: var(--white-color)
}
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px
  }
  .newsletter-widget {
    padding-top: 40px
  }
  .newsletter-widget .bg-shape {
    height: 100%
  }
}
.ot-header {
  position: relative;
  z-index: 41
}
.ot-header .icon-btn {
  color: var(--title-color);
  background-color: transparent
}
.ot-header .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color)
}
.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out
}
@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}
@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: var(--title-color);
  text-transform: uppercase
}
.main-menu a:hover {
  color: var(--theme-color)
}
.main-menu > ul > li {
  margin: 0 15px
}
.main-menu > ul > li > a {
  padding: 37px 0
}
.main-menu ul {
  margin: 0;
  padding: 0
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 0
}
.main-menu ul li:last-child {
  margin-right: 0 !important
}
.main-menu ul li:first-child {
  margin-left: 0 !important
}
.main-menu ul li:hover > ul.sub-menu, .main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  border-radius: 0 0 10px 10px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize
}
.main-menu ul.sub-menu li a:before {
  content: "\f3de";
  position: absolute;
  top: 9px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto
}
.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 0px
}
.header-button .icon-btn {
  position: relative
}
.header-button .call-btn {
  border-left: 1px solid var(--body-color);
  padding-left: 30px;
  margin-left: 20px
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400
}
.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0
}
.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--body-color);
  opacity: 0.5;
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.header-links li > i {
  margin-right: 10px
}
.header-links li, .header-links span, .header-links p, .header-links a {
  font-family: var(--body-font);
  color: var(--body-color)
}
.header-links i {
  color: var(--body-color)
}
.header-links b, .header-links strong {
  font-weight: 600
}
.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0
}
.header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0
}
.header-social a:last-child {
  margin-right: 0
}
.header-social a:hover {
  color: var(--theme-color)
}
.header-logo {
  padding-top: 16px;
  padding-bottom: 16px
}
.header-layout1 {
  --main-container: 1245px
}
.header-layout1 .header-top {
  --body-color: #fff;
  background-color: var(--theme-color);
  padding: 11px 0;
  position: relative
}
.header-layout1 .header-top:before {
  content: '';
  height: 100%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--title-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%)
}
.header-layout1 .menu-area {
  position: relative
}
.header-layout1 .logo-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 24.5%;
  background-color: var(--smoke-color2);
  -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%)
}
.header-layout1 .header-logo {
  position: relative;
  z-index: 3
}
.header-layout1 .main-menu {
  margin-left: 140px
}
@media (min-width: 1922px) {
  .header-layout1 .logo-bg {
    width: 29.8%
  }
}
@media (max-width: 1700px) {
  .header-layout1 .main-menu {
    margin-left: 30px
  }
  .header-layout1 .logo-bg {
    width: 22%
  }
}
@media (max-width: 1399px) {
  .header-layout1 .logo-bg {
    width: 25%
  }
  .header-layout1 .main-menu {
    margin-left: 0
  }
  .header-layout1 .header-button .ot-btn {
    display: none
  }
}
@media (max-width: 1299px) {
  .header-layout1 .logo-bg {
    width: 22%
  }
}
@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 30%
  }
}
@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 50%
  }
}
@media (max-width: 575px) {
  .header-layout1 .header-logo {
    max-width: 180px
  }
  .header-layout1 .logo-bg {
    width: 58%
  }
}
@media (max-width: 375px) {
  .header-layout1 .logo-bg {
    width: 70%
  }
}
.header-layout2 {
  --main-container: 1220px
}
@media (max-width: 1399px) {
  .header-layout2 .header-button .ot-btn {
    display: none
  }
  .header-layout2 .container {
    max-width: 100%
  }
}
.footer-wrapper {
  position: relative;
  z-index: 2
}
.footer-wrapper .newsletter-title {
  color: var(--white-color)
}
.footer-wrapper .ot-social a {
  --icon-size: 45px;
  font-size: 14px;
  background-color: #1E2C46;
  border-color: #1E2C46
}
.footer-wrapper .ot-social a:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color)
}
.widget-area {
  padding-top:25px;
  padding-bottom: 15px
}
.copyright-wrap {
  padding: 29px 0;
  background-color: transparent;
  border-top: 1px solid #313D54
}
@media (max-width: 1199px) {
  .copyright-wrap {
    padding: 24px 0
  }
}
.copyright-wrap.style2 {
  background-color: #212A37;
  border-top: none;
  padding: 16px 0
}
.copyright-text {
  margin: 0
}
.copyright-text a {
  color: var(--theme-color)
}
.copyright-text a:hover {
  color: var(--white-color)
}
@media (max-width: 1399px) {
  .ot-social a {
    margin-right: 3px
  }
  .ot-social a:last-child {
    margin-right: 0
  }
}
.footer-links ul {
  padding: 0;
  margin: 0
}
.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative
}
.footer-links li:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0
}
.footer-links li:last-child:after {
  display: none
}
.footer-links a {
  font-family: inherit;
  color: var(--body-color)
}
.footer-links a:hover {
  color: var(--theme-color)
}
.footer-layout1 {
  background-color: var(--title-color);
  --body-color: #fff;
  overflow: hidden
}
.ot-widget-contact {
  max-width: 260px
}
.info-box {
  margin-bottom: 22px;
  padding-left: 35px;
  position: relative
}
.info-box:last-child {
  margin-bottom: -5px
}
.info-box_icon {
  font-size: 16px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-size: 10px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0
}
.info-box_text {
  display: block;
  color: var(--white-color);
  margin-top: -0.45em;
  margin-bottom: 0
}
.info-box_link {
  display: inline-block;
  color: var(--body-color)
}
.info-box_link:hover {
  color: var(--theme-color)
}
@media (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .copyright-text {
    text-align: center
  }
}
.newsletter-wrap {
  background-color: var(--theme-color);
  border-radius: 30px;
  background-size: 95% 95%;
  padding: 60px 15px;
  text-align: center;
  position: relative;
  z-index: 3
}
.newsletter-wrap .newsletter-form {
  margin: 0 auto
}
.newsletter-wrap .ot-btn {
  background-color: var(--title-color);
  color: var(--white-color)
}
.newsletter-form {
  gap: 10px;
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.newsletter-form .form-group {
  width: 100%
}
.newsletter-form .form-control {
  width: 100%;
  border: 1px solid var(--border-color);
  color: var(--body-color)
}
.newsletter-form .form-control::-moz-placeholder {
  color: var(--body-color)
}
.newsletter-form .form-control::-webkit-input-placeholder {
  color: var(--body-color)
}
.newsletter-form .form-control:-ms-input-placeholder {
  color: var(--body-color)
}
.newsletter-form .form-control::-ms-input-placeholder {
  color: var(--body-color)
}
.newsletter-form .form-control::placeholder {
  color: var(--body-color)
}
.newsletter-form .ot-btn {
  min-width: 150px
}
@media (max-width: 767px) {
  .newsletter-wrap {
    border-radius: 15px;
    padding: 45px 15px
  }
}
@media (max-width: 575px) {
  .newsletter-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 30px 0 -0.5em 0;
  list-style-type: none;
  position: relative
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative
}
.breadcumb-menu li:after {
  content: "\f324";
  position: relative;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  color: inherit;
  font-family: var(--icon-font)
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0
}
.breadcumb-menu li:last-child:after {
  display: none
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color)
}
.breadcumb-title {
  font-weight: 700;
  line-height: 1.18;
  color: var(--white-color);
  margin: -0.19em 0 -0.19em 0
}
.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 155px 0 155px 0;
  overflow: hidden;
  text-align: center
}
.breadcumb-wrapper h1
{
	
}
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 40px
  }
  .breadcumb-wrapper {
    padding: 120px 0 120px
  }
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 100px 0 100px
  }
  .breadcumb-menu {
    margin: 16px 0 -0.5em 0
  }
  .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    font-size: 16px
  }
  .breadcumb-title {
    font-size: 36px
  }
}
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 34px
  }
}
.ot-pagination {
  margin-bottom: 30px
}
.ot-pagination ul {
  margin: 0;
  padding: 0
}
.ot-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none
}
.ot-pagination li:last-child {
  margin-right: 0
}
.ot-pagination li:first-child {
  margin-left: 0
}
.ot-pagination span, .ot-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color);
  width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px
}
.ot-pagination span.active, .ot-pagination span:hover, .ot-pagination a.active, .ot-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none
}
@media (max-width: 767px) {
  .ot-pagination span, .ot-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
  }
}
blockquote, .wp-block-quote {
  font-size: 20px;
  line-height: 1.56;
  padding: 40px 40px 40px 40px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  font-style: italic;
  border-left: 3px solid var(--theme-color);
  border-radius: 10px
}
blockquote p, .wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 16px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3
}
blockquote p a, .wp-block-quote p a {
  color: inherit
}
blockquote:before, .wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 6rem;
  font-weight: 600;
  opacity: 1;
  line-height: 3.8rem;
  color: rgba(60, 179, 113, 0.05);
  font-style: normal
}
blockquote cite, .wp-block-quote cite {
  display: inline-block;
  font-size: 22px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: -0.1em;
  font-style: normal;
  font-family: var(--title-font);
  padding-left: 50px;
  margin-left: 10px;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
blockquote cite:before, .wp-block-quote cite:before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 9px;
  left: -10px
}
blockquote p cite, .wp-block-quote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em
}
blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.style-left-icon, .wp-block-quote.has-text-align-right {
  padding: 40px
}
blockquote.style-left-icon, .wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px
}
blockquote.style-left-icon:before, .wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none
}
blockquote.style-left-icon cite, .wp-block-quote.style-left-icon cite {
  color: var(--title-color)
}
blockquote.style-left-icon cite:before, .wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px
}
blockquote.has-text-align-right, .wp-block-quote.has-text-align-right {
  border-right: 3px solid var(--theme-color)
}
blockquote.has-text-align-right:before, .wp-block-quote.has-text-align-right:before {
  content: "\f10d";
  right: unset;
  left: 60px
}
.wp-block-pullquote {
  color: var(--white-color);
  padding: 0
}
blockquote.has-very-dark-gray-color {
  color: var(--title-color) !important
}
.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
  color: var(--title-color)
}
.wp-block-column blockquote, .wp-block-column .wp-block-quote {
  padding: 40px 15px 40px 15px
}
.wp-block-column blockquote:before, .wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px
}
.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right, .wp-block-column .wp-block-quote.style-left-icon, .wp-block-column .wp-block-quote.is-large:not(.is-style-plain), .wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-column .wp-block-quote.has-text-align-right {
  padding: 40px 15px 40px 15px
}
.wp-block-column blockquote cite, .wp-block-column .wp-block-quote cite {
  font-size: 14px
}
.wp-block-column blockquote cite:before, .wp-block-column .wp-block-quote cite:before {
  bottom: 6px
}
.wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote footer::before {
  bottom: 7px
}
.blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 30px
}
.blog-meta span, .blog-meta a {
  display: inline-block;
  font-size: 14px;
  color: var(--body-color);
  position: relative
}
.blog-meta span i, .blog-meta a i {
  margin-right: 6px;
  color: var(--theme-color)
}
.blog-meta span img, .blog-meta a img {
  margin-right: 10px;
  border-radius: 99px
}
.blog-meta .author {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color)
}
.blog-meta a:hover {
  color: var(--theme-color)
}
.blog-audio, .blog-img, .blog-video {
  line-height: 0px
}
.blog-audio img, .blog-img img, .blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.blog-title a {
  color: inherit
}
.blog-title a:hover {
  color: var(--theme-color)
}
.as-blog {
  margin-bottom: 30px
}
.blog-inner-title {
  font-size: 30px;
  margin-top: -0.25em;
  margin-bottom: 25px
}
.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px
}
.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 8px;
  overflow: hidden
}
.blog-author .auhtor-img {
  min-height: 100%
}
.blog-author .auhtor-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center
}
.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 20px
}
.blog-author .author-text {
  margin-bottom: 25px
}
.blog-author .media-body {
  padding: 35px 40px 30px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.social-links a {
  display: inline-block;
  margin-right: 20px;
  color: var(--body-color)
}
.social-links a:last-child {
  margin-right: 0
}
.social-links a:hover {
  color: var(--theme-color)
}
.blog-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--smoke-color);
  border-bottom: 1px solid var(--smoke-color);
  padding: 30px 0;
  margin-top: var(--blog-space-y, 60px);
  margin-bottom: 30px
}
.blog-navigation > div {
  min-width: 220px
}
.blog-navigation .nav-text {
  font-size: 18px;
  font-family: var(--body-font);
  color: var(--title-color);
  display: inline-block;
  font-weight: 600
}
.blog-navigation .nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px
}
.blog-navigation .nav-btn img {
  border-radius: 10px
}
.blog-navigation .nav-btn.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.blog-navigation .nav-btn:hover .nav-text {
  color: var(--theme-color)
}
.blog-navigation .blog-btn {
  font-size: 38px;
  color: var(--light-color)
}
.blog-navigation .blog-btn:hover {
  color: var(--theme-color)
}
@media (max-width: 575px) {
  .blog-navigation > div {
    min-width: 150px
  }
  .blog-navigation .nav-img {
    width: 50px
  }
  .blog-navigation .nav-btn {
    gap: 8px
  }
  .blog-navigation .nav-btn img {
    width: 50px !important;
    border-radius: 5px
  }
  .blog-navigation .nav-text {
    font-size: 14px
  }
  .blog-navigation .blog-btn {
    display: none
  }
}
@media (min-width: 1300px) {
  .blog-single, .tour-details {
    margin-right: 10px
  }
  .ot-comment-form, .ot-comments-wrap, .blog-navigation, .blog-author {
    margin-right: 10px
  }
}
.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
  border-radius: 10px
}
.blog-single .blog-title {
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 700
}
.blog-single .blog-text {
  margin-bottom: 25px
}
.blog-single .social-links {
  margin: 0;
  padding: 7px 20px;
  list-style-type: none;
  display: inline-block;
  background-color: var(--smoke-color);
  border-radius: 999px
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px
}
.blog-single .social-links li:last-child {
  margin-right: 0
}
.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
  display: block
}
.blog-single .social-links a:hover {
  color: var(--theme-color)
}
.blog-single .blog-meta {
  margin: 0 0 15px 0
}
.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 40px;
  position: relative
}
.blog-single .blog-content .wp-block-tag-cloud, .blog-single .blog-content .tagcloud {
  margin-bottom: 20px
}
.blog-single .blog-audio {
  line-height: 1
}
.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  border-radius: 10px 10px 0 0
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}
.blog-single .blog-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.blog-single .wp-block-tag-cloud, .blog-single .tagcloud {
  display: inline-block
}
.blog-single .wp-block-tag-cloud a, .blog-single .tagcloud a {
  background-color: var(--smoke-color);
  color: var(--title-color)
}
.blog-single .wp-block-tag-cloud a:hover, .blog-single .tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important
}
.blog-single:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08)
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible
}
.share-links-title {
  font-size: 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 15px 8px 0;
  display: inline-block
}
.share-links {
  margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border-top: 1px solid var(--border-color);
  padding: 30px 0
}
.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 20px
}
.blog-details .blog-single {
  background-color: var(--white-color)
}
@media (max-width: 1399px) {
  .blog-single .blog-content {
    padding: 40px 20px
  }
  .blog-single .blog-title {
    font-size: 30px
  }
  .share-links {
    --blog-space-x: 20px
  }
}
@media (max-width: 1199px) {
  blockquote, .wp-block-quote {
    font-size: 18px;
    padding: 40px 20px 40px 20px
  }
  blockquote:before, .wp-block-quote:before {
    font-size: 4rem;
    line-height: 2.5rem
  }
  blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right, .wp-block-quote.style-left-icon, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px
  }
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .blog-author .auhtor-img {
    width: 100%
  }
  .blog-author .auhtor-img img {
    width: 100%
  }
}
@media (max-width: 991px) {
  .blog-single .blog-content {
    padding: 40px
  }
  .share-links {
    --blog-space-x: 40px
  }
  .blog-author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .blog-author .auhtor-img {
    width: 40%
  }
}
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%
  }
  blockquote cite, .wp-block-quote cite {
    font-size: 18px
  }
  .blog-inner-title {
    font-size: 26px
  }
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .blog-author .auhtor-img {
    width: 100%
  }
  .blog-author .auhtor-img img {
    width: 100%
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px
  }
  .blog-single .blog-content {
    padding: 40px 20px
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3
  }
  .blog-single .blog-text {
    margin-bottom: 15px
  }
  .blog-single .blog-bottom {
    padding-top: 15px
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0
  }
}
@media (max-width: 575px) {
  .blog-author .media-body {
    padding: 35px 20px 30px 20px
  }
  .blog-inner-title {
    font-size: 24px
  }
}
@media (max-width: 375px) {
  blockquote cite, .wp-block-quote cite {
    font-size: 18px;
    padding-left: 22px
  }
  blockquote cite:before, .wp-block-quote cite:before {
    width: 20px
  }
}
.ot-comment-form {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 10px
}
.ot-comment-form .row {
  --bs-gutter-x: 20px
}
.ot-comment-form input, .ot-comment-form textarea {
  background-color: var(--white-color)
}
.ot-comment-form .blog-inner-title {
  margin-bottom: 5px
}
.ot-comment-form .form-title {
  margin-top: -0.35em
}
.ot-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline
}
.ot-comment-form .form-text {
  margin-bottom: 25px;
  font-size: 16px
}
.blog-comment-area {
  margin-bottom: 25px
}
.ot-comment-form, .ot-comments-wrap {
  padding: 40px
}
.ot-comments-wrap {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
  box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
  border-radius: 10px
}
.ot-comments-wrap .description p:last-child {
  margin-bottom: -0.5em
}
.ot-comments-wrap .comment-respond {
  margin: 30px 0
}
.ot-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word
}
.ot-comments-wrap li {
  margin: 0
}
.ot-comments-wrap .ot-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color)
}
.ot-comments-wrap .ot-post-comment ol, .ot-comments-wrap .ot-post-comment ul, .ot-comments-wrap .ot-post-comment dl {
  margin-bottom: 1rem
}
.ot-comments-wrap .ot-post-comment ol ol, .ot-comments-wrap .ot-post-comment ol ul, .ot-comments-wrap .ot-post-comment ul ol, .ot-comments-wrap .ot-post-comment ul ul {
  margin-bottom: 0
}
.ot-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -30px
}
.ot-comments-wrap ul.comment-list ul ul, .ot-comments-wrap ul.comment-list ul ol, .ot-comments-wrap ul.comment-list ol ul, .ot-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0
}
.ot-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 10px
}
.ot-comments-wrap .comment-avater img {
  width: 100%
}
.ot-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -6px;
  position: relative
}
.ot-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color)
}
.ot-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 0.9rem
}
.ot-comments-wrap .name {
  margin-bottom: 12px;
  font-size: 20px
}
.ot-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ot-comments-wrap .text {
  margin-bottom: 10px
}
.ot-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px
}
.ot-comments-wrap .reply_and_edit {
  margin-top: 12px;
  margin-bottom: -0.46em
}
.ot-comments-wrap .reply_and_edit a {
  margin-right: 10px
}
.ot-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0
}
.ot-comments-wrap .reply-btn {
  font-size: 16px;
  color: var(--body-color);
  display: inline-block
}
.ot-comments-wrap .reply-btn i {
  color: var(--theme-color);
  margin-right: 7px
}
.ot-comments-wrap .reply-btn:hover {
  color: var(--theme-color)
}
.ot-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px
}
ul.comment-list .ot-comment-item:last-child > .ot-post-comment {
  border-bottom: none;
  padding-bottom: 0
}
ul.comment-list .ot-comment-item:first-child > .ot-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color)
}
.ot-comments-wrap.ot-comment-form {
  margin: 0
}
@media (max-width: 1399px) {
  .ot-comment-form, .ot-comments-wrap {
    padding: 40px 20px
  }
}
@media (max-width: 1199px) {
  .ot-comments-wrap .children {
    margin-left: 40px
  }
}
@media (max-width: 991px) {
  .ot-comment-form, .ot-comments-wrap {
    padding: 40px
  }
}
@media (max-width: 767px) {
  .ot-comment-form, .ot-comments-wrap {
    padding: 40px 20px
  }
  .ot-comments-wrap .ot-post-comment {
    display: block
  }
  .ot-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0
  }
  .ot-comments-wrap .comment-top {
    display: block
  }
  .ot-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px
  }
  .ot-comments-wrap .children {
    margin-left: 40px
  }
  .ot-comments-wrap .children {
    margin-left: 30px
  }
}
@media (max-width: 767px) {
  .ot-comment-form {
    --blog-space-x: 20px
  }
}
.ot-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden
}
.ot-hero-bg {
  position: absolute;
  inset: 0
}
.ot-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover
}
.sub-title.hero-subtitle {
  color: var(--theme-color)
}
.sub-title.hero-subtitle .dots {
  width: 10px;
  background-color: var(--theme-color)
}
.sub-title.hero-subtitle .shape {
  width: 100px;
  background-color: var(--theme-color)
}
.sub-title.hero-subtitle .shape.left .dots {
  left: -18px
}
.sub-title.hero-subtitle .shape.right .dots {
  right: -18px
}
.hero-title {
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  letter-spacing: 0.002em
}
.hero-title:last-of-type {
  margin-bottom: 35px
}
.hero-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px
}
@media (min-width: 1300px) {
  .hero-title {
    font-size: 64px
  }
}
@media (max-width: 1199px) {
  .hero-text {
    font-size: 16px
  }
}
@media (max-width: 991px) {
  .hero-title:last-of-type {
    margin-bottom: 25px
  }
  .hero-text {
    margin-bottom: 25px
  }
}
.hero-1 .ot-hero-bg:before {
  content: '';
  height: 100%;
  width: 62%;
  background-image: -webkit-linear-gradient(left, #B4EABB 0%, #B2E3C8 17.06%, #B2DDE0 38.29%, rgba(178, 240, 244, 0.85) 52.45%, rgba(170, 236, 250, 0.7) 64.97%, rgba(172, 229, 240, 0.6) 77.13%, rgba(173, 226, 236, 0.440266) 88.14%, rgba(176, 216, 223, 0) 100%);
  background-image: linear-gradient(90deg, #B4EABB 0%, #B2E3C8 17.06%, #B2DDE0 38.29%, rgba(178, 240, 244, 0.85) 52.45%, rgba(170, 236, 250, 0.7) 64.97%, rgba(172, 229, 240, 0.6) 77.13%, rgba(173, 226, 236, 0.440266) 88.14%, rgba(176, 216, 223, 0) 100%);
  position: absolute;
  top: 0;
  left: 0
}
.hero-style1 {
  position: relative;
  z-index: 5;
  padding: 87px 0 287px 0;
  max-width: 650px
}
.hero-style1 .hero-text {
  color: var(--title-color)
}
@media (max-width: 1199px) {
  .hero-style1 {
    max-width: 500px;
    padding: 140px 0 190px 0
  }
}
@media (max-width: 991px) {
  .hero-1 .ot-hero-bg:before {
    width: 80%
  }
  .hero-style1 {
    padding: 110px 0 170px 0
  }
}
@media (max-width: 575px) {
  .hero-1 .ot-hero-bg:before {
    width: 100%
  }
}
.hero-2 {
  max-width: 1760px;
  margin: 0 auto;
  border-radius: 20px
}
.hero-2 .ot-hero-bg:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: -webkit-radial-gradient(100% 50%, 100% 177.78%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%);
  background-image: radial-gradient(100% 177.78% at 100% 50%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%)
}
.hero-2 .tree-1, .hero-2 .tree-2 {
  position: absolute;
  bottom: 0
}
.hero-2 .tree-1 {
  left: 20px
}
.hero-2 .tree-2 {
  left: 40%
}
.hero-2 .cloud-1, .hero-2 .cloud-2, .hero-2 .cloud-3 {
  position: absolute;
  top: 25px;
  left: -220px;
  opacity: 0.3;
  -webkit-animation: cloudAni 30s linear infinite;
  animation: cloudAni 30s linear infinite
}
.hero-2 .cloud-2 {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  top: 65px
}
.hero-2 .cloud-3 {
  -webkit-animation-delay: 20s;
  animation-delay: 20s
}
@-webkit-keyframes cloudAni {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.1
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translateX(500px);
    transform: translateX(500px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1200px);
    transform: translateX(1200px)
  }
}
@keyframes cloudAni {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.1
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translateX(500px);
    transform: translateX(500px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1200px);
    transform: translateX(1200px)
  }
}
.hero-style2 {
  position: relative;
  z-index: 5;
  padding: 99px 0 281px 0;
  max-width: 650px
}
.hero-style2 .hero-title {
  color: var(--white-color)
}
.hero-style2 .hero-text {
  color: #A9AFBF;
  font-weight: 500
}
.hero-style2 .hero-subtitle {
  color: var(--theme-color)
}
.hero-style2 .hero-subtitle .shape {
  background-color: var(--theme-color)
}
.hero-style2 .hero-subtitle .shape .dots {
  background-color: var(--theme-color)
}
@media (max-width: 1780px) {
  .hero-2 {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px
  }
  .hero-2 .ot-hero-bg:before {
    background-image: -webkit-radial-gradient(106% 50%, 100% 150.78%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%);
    background-image: radial-gradient(100% 150.78% at 106% 50%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%)
  }
}
@media (max-width: 1299px) {
  .hero-2 {
    margin-left: .75rem;
    margin-right: .75rem;
    border-radius: 10px
  }
}
@media (max-width: 1199px) {
  .hero-2 .ot-hero-bg {
    background-size: 136% 100%
  }
  .hero-2 .ot-hero-bg:before {
    background-image: -webkit-radial-gradient(106% 50%, 100% 140.78%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%);
    background-image: radial-gradient(100% 140.78% at 106% 50%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%)
  }
  .hero-2 .tree-1, .hero-2 .tree-2 {
    max-width: 170px;
    bottom: 25px
  }
  .hero-style2 {
    padding: 130px 0 210px 0;
    max-width: 450px
  }
}
@media (max-width: 991px) {
  .hero-2 .ot-hero-bg {
    background-size: 155% 100%
  }
  .hero-2 .ot-hero-bg:before {
    background-image: -webkit-radial-gradient(115% 50%, 100% 140.78%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%);
    background-image: radial-gradient(100% 140.78% at 115% 50%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%)
  }
}
@media (max-width: 767px) {
  .hero-2 {
    margin-bottom: 148px
  }
  .hero-2 .ot-hero-bg {
    background-size: cover
  }
  .hero-2 .ot-hero-bg:before {
    background-image: -webkit-radial-gradient(160% 50%, 100% 140.78%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%);
    background-image: radial-gradient(100% 140.78% at 160% 50%, rgba(0, 12, 35, 0) 47.05%, rgba(0, 16, 47, 0.63) 47.16%, rgba(0, 7, 20, 0.72) 72.61%, rgba(0, 5, 15, 0.81) 100%)
  }
  .hero-2 .tree-1 {
    max-width: 140px;
    bottom: 0px
  }
  .hero-2 .tree-2 {
    max-width: 140px;
    left: unset;
    right: 10px;
    bottom: -15px
  }
  .hero-2 .cloud-1, .hero-2 .cloud-2, .hero-2 .cloud-3 {
    max-width: 145px
  }
  .hero-style2 {
    padding: 100px 0 150px 0
  }
}
@media (max-width: 575px) {
  .hero-style2 .sub-title.hero-subtitle .shape {
    width: 50px
  }
  .hero-style2 .sub-title.hero-subtitle .dots {
    width: 6px;
    right: -10px
  }
}
.error-content {
  text-align: center;
  max-width: 640px;
  margin: 0 auto
}
.error-img {
  margin-bottom: 40px;
  text-align: center
}
.error-title {
  margin-bottom: 22px
}
.error-text {
  margin-bottom: 30px
}
@media (max-width: 991px) {
  .error-img {
    margin-bottom: 30px
  }
  .error-title {
    margin-bottom: 15px
  }
  .error-text {
    margin-bottom: 20px
  }
}
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color)
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px
}
.popup-search-box form input::-moz-placeholder {
  color: #fff
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff
}
.popup-search-box form input::-ms-input-placeholder {
  color: #fff
}
.popup-search-box form input::placeholder {
  color: #fff
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001)
}
.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0
}
.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.sidemenu-wrapper .sidemenu-content {
  --body-color: #fff;
  background-color: var(--title-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible
}
.border-title2 {
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 15px;
  margin-top: -0.28em;
  margin-bottom: 35px;
  position: relative
}
.border-title2:after {
  content: '';
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: -2px;
  left: 0
}
.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px
}
.contact-info-wrap {
  box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  border-radius: 10px;
  padding: 40px;
  background-color: var(--white-color);
  position: relative
}
.contact-info-wrap .shape-img {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.contact-info:last-of-type {
  margin-bottom: 0
}
.contact-info__title {
  font-size: 20px;
  margin-top: -0.25em;
  margin-bottom: 15px;
  min-width: 100%
}
.contact-info__icon {
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 15px
}
.contact-info__text span, .contact-info__text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
.contact-info__text a {
  color: var(--body-color)
}
.contact-info__text a:hover {
  color: var(--theme-color)
}
.contact-form {
  padding: 120px;
  background-color: var(--smoke-color);
  border-radius: 10px
}
.contact-form .form-title {
  margin: -0.24em auto 30px auto;
  text-align: center
}
.contact-form .form-btn {
  text-align: center
}
.contact-form textarea.form-control, .contact-form textarea {
  min-height: 130px
}
.contact-map {
  line-height: 0.01px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden
}
.contact-map iframe {
  height: 100%
}
@media (max-width: 1199px) {
  .contact-form {
    padding: 60px
  }
  .contact-map iframe {
    height: 400px
  }
  .contact-info {
    margin-bottom: 0
  }
  .contact-info-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
  }
}
@media (max-width: 991px) {
  .contact-info-box {
    gap: 35px;
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width: 767px) {
  .contact-info-box {
    grid-template-columns: auto
  }
  .contact-map iframe {
    height: 300px
  }
}
@media (max-width: 575px) {
  .contact-form {
    padding: 50px 20px
  }
}
@media (max-width: 375px) {
  .border-title2 {
    text-align: center
  }
  .border-title2:after {
    left: calc(50% - 40px)
  }
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
  .contact-info__icon {
    margin-bottom: 17px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }
  .contact-info__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 12px
  }
  .contact-info__text {
    text-align: center
  }
  .contact-info__text a, .contact-info__text span {
    margin-left: auto;
    margin-right: auto
  }
  .contact-info .media-body {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
}
.img-box1 {
  position: relative;
  margin-right: 50px;
  padding-bottom: 45px;
  z-index: 2
}
.img-box1 .img1 {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden
}
.img-box1 .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white-color);
  padding: 10px 0 0 10px;
  border-radius: 20px
}
.img-box1 .img2 img {
  border-radius: inherit
}
.img-box1 .shape1 {
  position: absolute;
  left: -120px;
  bottom: -30px;
  z-index: -1
}
.about-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  max-width: 295px
}
.about-media-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 35px 20px;
  max-width: 640px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color)
}
.about-media_title {
  margin-bottom: 10px
}
.about-media_text {
  margin-bottom: -0.5em
}
.customer-avater {
  border: 2px solid var(--white-color);
  border-radius: 50%;
  overflow: hidden;
  margin-left: -28px;
  position: relative
}
.customer-avater-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
.customer-avater-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.customer-avater:first-child {
  margin-left: 0
}
.customer-avater:last-child:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  opacity: 0.84;
  border-radius: inherit
}
.customer-avater:last-child:after {
  content: '\2b';
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 54px;
  font-family: var(--icon-font);
  color: var(--white-color)
}
.btn-group:has(.customer-avater-wrap) {
  max-width: 640px
}
.btn-group .customer-avater-wrap {
  margin-left: auto
}
@media (max-width: 1199px) {
  .img-box1 .shape1 {
    bottom: 40px;
    left: -36px
  }
}
@media (max-width: 767px) {
  .img-box1 {
    margin-right: 0
  }
  .about-media-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media (max-width: 575px) {
  .img-box1 {
    margin-bottom: 30px
  }
  .img-box1 .img2 {
    max-width: 70%
  }
  .btn-group .customer-avater-wrap {
    margin-left: 0
  }
}
.counter-grid {
  text-align: center;
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--white-color)
}
.counter-grid-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px
}
.counter-grid_number {
  font-size: 48px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--theme-color);
  margin-bottom: 5px
}
.counter-grid_text {
  margin-bottom: 0
}
.counter-grid .counter-number {
  font-weight: 900
}
.img-box2 {
  text-align: right;
  position: relative;
  z-index: 2
}
.img-box2 .img1 {
  display: inline-block
}
.img-box2 .ot-video {
  min-height: auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--white-color);
  border-right: 10px solid var(--white-color);
  border-top: 5px solid var(--white-color);
  border-bottom: 5px solid var(--white-color)
}
.img-box2 .shape1 {
  position: absolute;
  bottom: -10px;
  left: 30px;
  z-index: -1;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite
}
.img-box2 .shape1 img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content
}
@media (max-width: 1199px) {
  .img-box2 {
    max-width: 700px
  }
  .img-box2 .shape1 {
    left: 90px
  }
  .counter-grid-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media (max-width: 991px) {
  .img-box2 .shape1 {
    left: 0
  }
  .img-box2 .shape1 img {
    max-width: 100%
  }
}
@media (max-width: 767px) {
  .counter-grid {
    width: 100%;
    height: 160px
  }
  .counter-grid-wrap {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr)
  }
}
@media (max-width: 575px) {
  .img-box2 .ot-video {
    max-width: 60%
  }
  .img-box2 .ot-video img {
    aspect-ratio: 16 / 16;
    height: auto
  }
  .counter-grid {
    height: 140px
  }
  .counter-grid-wrap {
    gap: 10px
  }
  .counter-grid_number {
    font-size: 36px;
    margin-bottom: 0
  }
  .counter-grid_text {
    font-size: 14px;
    line-height: 22px
  }
}
.ot-team {
  position: relative
}
.ot-team .team-img {
  position: relative;
  overflow: hidden
}
.ot-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.ot-team .team-desig {
  font-size: 14px;
  display: block;
  margin-bottom: -0.5em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color)
}
.ot-team .team-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 4
}
.ot-team .team-social a {
  color: var(--white-color)
}
.ot-team .team-social a:hover {
  color: var(--theme-color)
}
.ot-team .ot-social a {
  --icon-size: 36px;
  background-color: var(--white-color);
  color: var(--theme-color)
}
.ot-team .ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}
.ot-team .box-title {
  margin-bottom: 3px
}
.ot-team:hover .team-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08)
}
.ot-team:hover .team-social {
  visibility: visible;
  opacity: 1
}
.team-box {
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.team-box .team-img {
  border-radius: 10px 10px 0 0
}
.team-box .ot-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.team-box .ot-social a {
  --icon-size: 36px;
  line-height: 37px;
  color: var(--theme-color);
  background-color: var(--white-color);
  border: none;
  font-size: 14px
}
.team-box .ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}
.team-box .ot-social a:nth-child(2) {
  margin-right: 30px
}
.team-box .ot-social a:nth-child(3) {
  margin-left: 30px
}
.team-box .team-content {
  padding: 26px 10px;
  position: relative;
  z-index: 2
}
.team-box .team-social {
  display: block;
  top: unset;
  bottom: 25px;
  text-align: center;
  width: 100%;
  visibility: visible;
  opacity: 1
}
.team-box .team-social .play-btn {
  cursor: pointer
}
.team-box .team-social .play-btn > i {
  --icon-size: 36px;
  line-height: 32px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px
}
.team-box .team-social .play-btn:before, .team-box .team-social .play-btn:after {
  background-color: var(--theme-color)
}
.team-box .team-social .play-btn:hover > i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.team-box .team-social:hover .ot-social {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
@media (max-width: 575px) {
  .team-box {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto
  }
}
.about-card__img {
  border-radius: 10px;
  overflow: hidden
}
.about-card__img img {
  width: 100%
}
.about-card__box {
  padding-left: 50px
}
.about-card__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
.about-card__title {
  margin-top: -0.3em;
  margin-bottom: 5px
}
.about-card__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
.about-card__subtitle:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--border-color);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.about-card__desig {
  color: var(--theme-color)
}
.about-card .ot-social a {
  background-color: var(--border-color);
  color: var(--theme-color);
  border: none;
  --icon-size: 30px;
  font-size: 12px
}
.about-card .ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}
.about-card .ot-social a:not(:last-child) {
  margin-right: 3px
}
.about-info {
  margin-bottom: 0
}
.about-info-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px
}
.about-info i {
  background-color: var(--smoke-color2);
  font-size: 16px;
  color: var(--theme-color);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px
}
.about-info strong {
  font-weight: 500;
  color: var(--title-color);
  margin-right: 10px
}
.about-info a {
  color: var(--body-color)
}
.about-info a:hover {
  color: var(--theme-color)
}
.info-title {
  font-size: 16px;
  border-bottom: 1px solid var(--theme-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px
}
.skill-progress {
  margin-bottom: 21px
}
.skill-progress-wrap {
  background-color: #f8f8f8;
  height: 100%;
  padding: 40px
}
.skill-progress:last-child {
  margin-bottom: 0
}
.skill-progress_title, .skill-progress .progress-value {
  margin-top: -0.3em;
  margin-bottom: 8px;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500
}
.skill-progress .progress-value {
  margin-bottom: 0;
  position: absolute;
  top: -30px;
  right: 0
}
.skill-progress .progress {
  background-color: var(--border-color)
}
.border-title {
  border-bottom: 1px solid var(--border-color);
  margin-top: -0.24em;
  margin-bottom: 25px;
  padding-bottom: 5px
}
@media (max-width: 1399px) {
  .about-card__box {
    padding-left: 0
  }
}
@media (max-width: 1199px) {
  .about-card__img {
    margin-bottom: 40px
  }
}
@media (max-width: 575px) {
  .about-info-wrap {
    grid-template-columns: auto
  }
  .about-card__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
  }
}
@media (max-width: 400px) {
  .skill-progress-wrap {
    padding: 40px 20px
  }
  .skill-progress .progress-bar {
    position: static
  }
}
.testi-card {
  background-color: var(--white-color);
  padding: 40px;
  box-shadow: 0px 3px 15px rgba(22, 25, 33, 0.04);
  border-radius: 6px;
  position: relative;
  z-index: 2
}
.testi-card:before {
  content: '';
  height: 40px;
  width: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 45px;
  right: 40px;
  -webkit-clip-path: path("M0 0V40L18.75 20V0H0ZM31.25 0V40L50 20V0H31.25Z");
  clip-path: path("M0 0V40L18.75 20V0H0ZM31.25 0V40L50 20V0H31.25Z");
  z-index: -1;
  opacity: 0.1
}
.testi-card__avater {
  width: 60px;
  height: 60px;
  border-radius: 99px;
  overflow: hidden
}
.testi-card__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.testi-card__name {
  font-size: 20px;
  font-family: var(--title-font);
  margin-bottom: 4px;
  font-weight: 700
}
.testi-card__desig {
  display: block;
  font-size: 14px;
  color: var(--theme-color)
}
.testi-card__text {
  margin-top: -0.5em;
  margin-bottom: 25px
}
.testi-card__rating {
  margin-top: -0.22em;
  margin-bottom: 23px;
  color: var(--theme-color);
  font-size: 14px
}
.testi-card__rating i {
  margin-left: 3px
}
.testi-sec {
  background-size: auto;
  background-position: bottom 30px center;
  background-repeat: no-repeat;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--smoke-color);
  border-radius: 20px
}
@media (max-width: 991px) {
  .testi-sec {
    border-radius: 10px
  }
}
@media (max-width: 375px) {
  .testi-card {
    padding: 35px 20px
  }
  .testi-card:before {
    right: 20px
  }
}
.testi-box {
  text-align: center;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto
}
.testi-box-area {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto
}
.testi-box-area .slick-arrow {
  --pos-x: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block !important
}
.testi-box-tab .tab-btn {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  -webkit-animation: testiPulse 7s linear infinite;
  animation: testiPulse 7s linear infinite
}
.testi-box-tab .tab-btn:nth-child(1) {
  left: 7%;
  top: 8%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.testi-box-tab .tab-btn:nth-child(2) {
  left: 25%;
  top: 32%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.testi-box-tab .tab-btn:nth-child(3) {
  left: 7%;
  bottom: 8%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}
.testi-box-tab .tab-btn:nth-child(4) {
  right: 7%;
  top: 8%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}
.testi-box-tab .tab-btn:nth-child(5) {
  right: 25%;
  top: 32%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.testi-box-tab .tab-btn:nth-child(6) {
  right: 7%;
  bottom: 8%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.testi-box_text {
  font-size: 20px;
  font-style: italic;
  color: var(--title-color);
  line-height: 30px;
  margin-bottom: 30px
}
.testi-box_avater {
  margin-bottom: 20px
}
.testi-box_avater img {
  border-radius: 999px
}
.testi-box_review {
  color: var(--theme-color);
  margin-bottom: 25px
}
.testi-box_review i:not(:last-child) {
  margin-left: 3px
}
.testi-box_name {
  font-size: 20px;
  margin-bottom: 5px
}
.testi-box_desig {
  color: var(--theme-color);
  font-size: 14px;
  display: block;
  margin-bottom: -0.5em
}
@-webkit-keyframes testiPulse {
  0% {
    -webkit-transform: scale(0.7) translate(40px, 40px);
    transform: scale(0.7) translate(40px, 40px)
  }
  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
  100% {
    -webkit-transform: scale(0.7) translate(40px, 40px);
    transform: scale(0.7) translate(40px, 40px)
  }
}
@keyframes testiPulse {
  0% {
    -webkit-transform: scale(0.7) translate(40px, 40px);
    transform: scale(0.7) translate(40px, 40px)
  }
  50% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
  100% {
    -webkit-transform: scale(0.7) translate(40px, 40px);
    transform: scale(0.7) translate(40px, 40px)
  }
}
@media (max-width: 1199px) {
  .testi-box-tab .tab-btn {
    max-width: 60px
  }
}
@media (max-width: 991px) {
  .testi-box {
    max-width: 610px
  }
  .testi-box_text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px
  }
  .testi-box_review {
    margin-bottom: 17px
  }
}
@media (max-width: 767px) {
  .testi-box-tab {
    display: none
  }
}
.blog-card {
  border-radius: 10px;
  background-color: var(--white-color);
  box-shadow: 0px 2px 15px rgba(22, 25, 33, 0.05)
}
.blog-card .blog-title {
  margin-bottom: 25px
}
.blog-card .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0
}
.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.blog-card .blog-content {
  padding: 35px 40px
}
.blog-card .blog-meta {
  margin-bottom: 20px
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08)
}
@media (max-width: 991px) {
  .blog-card .blog-content {
    padding: 25px 30px
  }
}
@media (max-width: 360px) {
  .blog-card .blog-content {
    padding: 20px
  }
  .blog-card .blog-meta {
    gap: 5px 15px
  }
  .blog-card .blog-title {
    font-size: 22px
  }
}
.blog-grid {
  background-color: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}
.blog-grid-wrap:nth-child(even) .blog-grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.blog-grid .blog-title {
  margin-bottom: 25px
}
.blog-grid .blog-img {
  overflow: hidden
}
.blog-grid .blog-img img {
  width: 100%
}
.blog-grid .blog-content {
  padding: 62px 52px;
  background-color: var(--smoke-color)
}
.blog-grid .blog-meta {
  margin-bottom: 20px
}
.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08)
}
@media (max-width: 1299px) {
  .blog-grid .blog-content {
    padding: 40px
  }
}
@media (max-width: 767px) {
  .blog-grid {
    gap: 0
  }
  .blog-grid-wrap:nth-child(even) .blog-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media (max-width: 360px) {
  .blog-grid .blog-content {
    padding: 40px 20px
  }
}
.feature-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 324px
}
.feature-media-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px
}
.feature-media__icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  background-color: var(--smoke-color);
  border: 5px solid var(--theme-color);
  border-radius: 50%;
  font-size: 30px;
  color: var(--theme-color);
  text-align: center
}
.feature-media__title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -0.3em
}
.feature-media__text {
  margin-bottom: -0.5em;
  font-size: 14px
}
@media (max-width: 1199px) {
  .feature-media-wrap {
    padding-top: 10px;
    grid-template-columns: auto auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 30px 20px
  }
}
@media (max-width: 767px) {
  .feature-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
  .feature-media-wrap {
    gap: 40px 20px
  }
}
@media (max-width: 400px) {
  .feature-media-wrap {
    grid-template-columns: auto
  }
}
.feature-card {
  text-align: center
}
.feature-card__icon {
  margin-bottom: 20px
}
.feature-card__title {
  font-size: 20px
}
.feature-card__text {
  margin-bottom: -0.5em
}
.skill-feature {
  margin-bottom: 24px;
  text-align: left
}
.skill-feature:last-child {
  margin-bottom: 0
}
.skill-feature_title, .skill-feature .progress-value {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  margin-bottom: 10px;
  margin-top: -0.2em;
  color: var(--title-color)
}
.skill-feature .progress {
  position: relative;
  height: 10px;
  background-color: var(--white-color);
  overflow: visible;
  box-shadow: 0px 0px 7px rgba(22, 25, 33, 0.05);
  border-radius: 99px
}
.skill-feature .progress-bar {
  height: 4px;
  background-color: var(--theme-color);
  margin: 3px;
  border-radius: inherit
}
.skill-feature .progress-value {
  margin-bottom: 0;
  position: absolute;
  top: -31px;
  right: 0
}
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0
}
.checklist li {
  color: var(--title-color);
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 44px;
  line-height: 30px
}
.checklist li:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1879 0.196642C16.2141 0.711259 14.6702 1.68735 13.6608 2.4266C11.6403 3.90626 9.83924 5.65865 8.57157 7.37811C8.06834 8.06069 7.65292 8.71533 7.31418 9.35957L7.06072 9.84159L6.89715 9.65292C6.80718 9.54918 6.21839 8.86514 5.58875 8.13289C4.95912 7.40064 4.38973 6.77164 4.32345 6.73516C4.21544 6.67571 3.99564 6.67013 2.20109 6.68121L0.199221 6.69359L0.102295 6.80707C-0.054883 6.9911 -0.0314246 7.19 0.176084 7.43239C0.269998 7.54207 2.06142 9.49866 4.15708 11.7804C6.38384 14.2049 8.01463 15.9487 8.08115 15.9764C8.23821 16.042 8.464 15.9647 8.53662 15.8206C8.56655 15.7613 8.66665 15.4306 8.75907 15.0858C9.84434 11.0373 12.0554 6.961 15.0166 3.54934C15.6374 2.83408 16.7692 1.68561 17.4048 1.12606C17.7066 0.860298 17.9642 0.615041 17.9772 0.581027C18.0141 0.484082 18.0048 0.285499 17.9594 0.199999C17.9143 0.115065 17.72 0 17.6217 0C17.5878 0 17.3926 0.0884928 17.1879 0.196642Z' fill='%230838BB'/%3E%3C/svg%3E");
  font-family: var(--icon-font);
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  border-radius: 99px;
  box-shadow: 0px 2px 20px rgba(4, 6, 66, 0.2)
}
.checklist li:last-child {
  margin-bottom: 0
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px
  }
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px
  }
}
.icon-box .slick-arrow:first-child {
  margin-right: 5px
}
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px
}
@media (max-width: 1199px) {
  p.mb-30 {
    margin-bottom: 25px
  }
  p.mb-35 {
    margin-bottom: 28px
  }
  p.mb-40 {
    margin-bottom: 32px
  }
  p.mb-45 {
    margin-bottom: 35px
  }
}
.progress {
  position: relative;
  height: 6px;
  background-color: var(--white-color);
  overflow: visible;
  border-radius: 99px
}
.progress-bar {
  background-color: var(--theme-color);
  border-radius: inherit;
  position: relative;
  overflow: visible
}
.skill-feature {
  margin-bottom: 35px
}
.skill-feature-wrap {
  position: relative;
  padding: 50px 50px 50px 0;
  z-index: 2;
  background-color: var(--title-color)
}
.skill-feature-wrap:before {
  content: '';
  height: 100%;
  width: calc(100% + 130px);
  background-color: var(--title-color);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1
}
.skill-feature.style2 {
  margin-bottom: 25px
}
.skill-feature:last-child {
  margin-bottom: 0 !important
}
.skill-feature_title, .skill-feature .progress-value {
  font-family: var(--title-font);
  margin-top: -0.3em;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--white-color)
}
.skill-feature .progress-value {
  margin-bottom: 0;
  position: absolute;
  top: -35px;
  right: 0
}
.img-box3 {
  position: relative;
  height: 100%
}
.img-box3 .img1 img {
  border-radius: 10px
}
.img-box3 .mission-box {
  box-shadow: 0px 10px 20px rgba(7, 36, 95, 0.06);
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 30px;
  position: absolute;
  bottom: 0;
  right: -30px;
  max-width: 395px
}
@media (max-width: 1399px) {
  .img-box3 .mission-box {
    right: -12px
  }
}
@media (max-width: 1199px) {
  .img-box3 {
    margin-bottom: 20px
  }
  .img-box3 .img1 img {
    max-width: 700px;
    width: 100%
  }
}
@media (max-width: 575px) {
  .skill-feature-wrap {
    padding: 40px 0 40px 0
  }
  .skill-feature-wrap:before {
    right: -12px
  }
  .img-box3 .img1 img {
    height: 460px
  }
	
	.space, .space-bottom {
    padding-bottom:5px !important;
  }
	.dealheading-top {
    font-size:26px !important;
	}
	.space, .space-top {
        padding-top: 10px !important;
    }
	.tour-title
	{
        font-size: 18px !important;
        padding: 15px 3px !important;
	}
	.hotel-sec
	{
		margin-top: 10px;
	}
	.hotel-sec ul
	{
		padding-left: 0px !important;
	}
	.sidebar-area {
        padding-top: 0px;
    }
	.hotel-sec {
    margin-bottom: 0px !important;
	}
	.hnews
	{
	font-size: 25px;
	}
	.breadcumb-wrapper {
        padding: 30px 0 100px;
    }
}
.offer-card {
  background-position: left center;
  padding: 50px;
  border-radius: 20px;
  overflow: hidden
}
.offer-card__offer {
  font-family: var(--body-font);
  font-size: 48px;
  margin-top: -0.26em;
  margin-bottom: 10px;
  color: var(--white-color)
}
.offer-card__text {
  color: var(--white-color);
  max-width: 274px;
  margin-bottom: 35px
}
.offer-card .ot-btn {
  background-color: var(--white-color);
  color: var(--theme-color)
}
.offer-card .ot-btn:hover {
  color: var(--white-color)
}
@media (max-width: 1199px) {
  .offer-card__offer {
    font-size: 40px
  }
}
@media (max-width: 575px) {
  .offer-card {
    padding: 40px 15px;
    border-radius: 10px
  }
}
.feature-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 324px
}
.feature-media-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px
}
.feature-media__icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  background-color: var(--smoke-color);
  border: 5px solid var(--theme-color);
  border-radius: 50%;
  font-size: 30px;
  color: var(--theme-color);
  text-align: center
}
.feature-media__title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -0.3em
}
.feature-media__text {
  margin-bottom: -0.5em;
  font-size: 14px
}
@media (max-width: 1199px) {
  .feature-media-wrap {
    padding-top: 10px;
    grid-template-columns: auto auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 30px 20px
  }
}
@media (max-width: 767px) {
  .feature-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
  .feature-media-wrap {
    gap: 40px 20px
  }
}
@media (max-width: 400px) {
  .feature-media-wrap {
    grid-template-columns: auto
  }
}
.feature-card {
  text-align: center
}
.feature-card__icon {
  margin-bottom: 20px
}
.feature-card__title {
  font-size: 20px
}
.feature-card__text {
  margin-bottom: -0.5em
}
.skill-feature {
  margin-bottom: 24px;
  text-align: left
}
.skill-feature:last-child {
  margin-bottom: 0
}
.skill-feature_title, .skill-feature .progress-value {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  margin-bottom: 10px;
  margin-top: -0.2em;
  color: var(--title-color)
}
.skill-feature .progress {
  position: relative;
  height: 10px;
  background-color: var(--white-color);
  overflow: visible;
  box-shadow: 0px 0px 7px rgba(22, 25, 33, 0.05);
  border-radius: 99px
}
.skill-feature .progress-bar {
  height: 4px;
  background-color: var(--theme-color);
  margin: 3px;
  border-radius: inherit
}
.skill-feature .progress-value {
  margin-bottom: 0;
  position: absolute;
  top: -31px;
  right: 0
}
.trip-card {
  position: relative;
  -webkit-box-flex: 195px;
  -webkit-flex: 195px;
  -ms-flex: 195px;
  flex: 195px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
  cursor: pointer
}
.trip-card__img {
  border-radius: 10px;
  height: 375px;
  overflow: hidden;
  position: relative;
  z-index: 2
}
.trip-card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.trip-card__img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--title-color);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.trip-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.trip-card__location {
  color: var(--white-color);
  margin-bottom: 25px;
  position: relative;
  z-index: 3
}
.trip-card__location i {
  margin-right: 4px;
  position: relative;
  top: -1px;
  font-size: 20px
}
.trip-card__location:after, .trip-card__location:before {
  content: "";
  height: 8px;
  width: 16px;
  background-color: rgba(247, 247, 247, 0.6);
  position: absolute;
  bottom: 2px;
  left: 0;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1
}
.trip-card__location:after {
  background-color: rgba(255, 255, 255, 0.3);
  height: 16px;
  width: 36px;
  left: -10px;
  bottom: -3px
}
.trip-card__title {
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 10px
}
.trip-card__count {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: var(--white-color);
  margin-bottom: 30px
}
.trip-card .ot-btn {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  padding: 20px 25px
}
.trip-card.active {
  -webkit-box-flex: 307px;
  -webkit-flex: 307px;
  -ms-flex: 307px;
  flex: 307px
}
.trip-card.active .trip-card__img:before {
  opacity: 0.65
}
.trip-card.active .trip-card__count {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.trip-card.active .trip-card__content {
  visibility: visible;
  opacity: 1
}
.trip-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}
.trip-tab .indicator {
  position: absolute
}
@media (max-width: 375px) {
  .trip-card__content {
    padding: 25px 20px
  }
  .trip-card__btn {
    right: 20px;
    bottom: 25px
  }
}
.trip-card-details .trip-title {
  margin-bottom: 25px
}
.trip-card-details .trip-title a {
  color: inherit
}
.trip-card-details .trip-title a:hover {
  color: var(--theme-color)
}
.trip-card-details .subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px
}
.trip-card-details .subtitle:after {
  content: "";
  height: 2px;
  background-color: var(--theme-color);
  width: 50px;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px
}
.trip-card-details .trip-text {
  margin-bottom: 27px
}
@media (max-width: 1199px) {
  .trip-card-details {
    max-width: 400px;
    text-align: center;
    margin: 0 auto 0 auto
  }
  .trip-card-details .subtitle:after {
    display: none
  }
  .trip-tab {
    gap: 24px
  }
}
@media (max-width: 991px) {
  .trip-tab {
    gap: 15px
  }
}
@media (max-width: 767px) {
  .trip-card {
    -webkit-box-flex: 100px;
    -webkit-flex: 100px;
    -ms-flex: 100px;
    flex: 100px
  }
  .trip-card.active {
    -webkit-box-flex: 300px;
    -webkit-flex: 300px;
    -ms-flex: 300px;
    flex: 300px
  }
  .trip-card .ot-btn {
    padding: 15px 15px;
    min-width: auto
  }
}
@media (max-width: 575px) {
  .trip-card.active {
    -webkit-box-flex: 400px;
    -webkit-flex: 400px;
    -ms-flex: 400px;
    flex: 400px
  }
  .trip-card .ot-btn {
    font-size: 12px
  }
}
@media (max-width: 375px) {
  .trip-card.active {
    -webkit-box-flex: 500px;
    -webkit-flex: 500px;
    -ms-flex: 500px;
    flex: 500px
  }
}
.trip-box__img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(22, 25, 33, 0.1);
  margin-bottom: 20px
}
.trip-box__img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.trip-box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.trip-box__title {
  margin-bottom: 0;
  margin-top: 0
}
.trip-box__title i {
  color: var(--theme-color);
  margin-right: 5px
}
.trip-box__count {
  display: block;
  margin-bottom: 0
}
.trip-box:hover .trip-box__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.tour-meta {
  display: inline-block
}
.tour-meta a, .tour-meta span {
  font-size: 14px
}
.tour-meta a:not(:last-child), .tour-meta span:not(:last-child) {
  margin-right: 25px
}
.tour-meta a i, .tour-meta span i {
  color: var(--theme-color)
}
.tour-card {
  border-radius: 10px;
  background-color: var(--white-color);
  box-shadow: 0px 2px 15px rgba(22, 25, 33, 0.05)
}
.tour-card__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative
}
.tour-card__img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.tour-card__top, .tour-card__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tour-card__top {
  margin-top: -0.3em
}
.tour-card__bottom {
  border-top: 1px dashed #bdbdbd;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px
}
.tour-card__location {
  font-size: 14px;
  color: var(--body-color)
}
.tour-card__location i {
  color: var(--theme-color);
  margin-right: 3px
}
.tour-card__location:hover {
  color: var(--theme-color)
}
.tour-card__rating {
  color: var(--yellow-color)
}
.tour-card__rating i {
  font-size: 13px;
  margin-left: 2px
}
.tour-card__tag {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 16px;
  color: var(--white-color);
  background-color: rgba(22, 25, 33, 0.8);
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 31px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.tour-card__tag:hover {
  background-color: var(--theme-color)
}
.tour-card__title {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 12px
}
.tour-card__title a {
  color: inherit
}
.tour-card__title a:hover {
  color: var(--theme-color)
}
.tour-card__content {
  padding: 25px 25px 0 25px
}
.tour-card__price {
  margin-bottom: 0
}
.tour-card .price {
  color: var(--theme-color);
  font-weight: 500;
	font-size: 28px;
}
.tour-card .link-btn {
  font-weight: 500;
  font-size: 14px;
  color: var(--body-color)
}
.tour-card .link-btn i {
  color: var(--theme-color)
}
.tour-card .link-btn:hover {
  color: var(--theme-color)
}
.tour-card:hover .tour-card__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
@media (max-width: 1399px) {
  .tour-card__content {
    padding: 25px 15px 0 15px
  }
}
@media (max-width: 1199px) {
  .tour-card__content {
    padding: 25px 25px 0 25px
  }
}
.tour-offer {
  position: relative
}
.tour-offer__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px
}
.tour-offer__tag {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  background-color: var(--white-color);
  padding: 0 15px;
  border-radius: 5px;
  line-height: 30px
}
.tour-offer__img {
  position: relative
}
.tour-offer__img img {
  width: 100%
}
.tour-offer__img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(22, 25, 33, 0) 0%, #161921 100%);
  background: linear-gradient(to bottom, rgba(22, 25, 33, 0) 0%, #161921 100%)
}
.tour-offer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tour-offer__title {
  color: var(--white-color);
  margin-bottom: 8px
}
.tour-offer__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  display: block;
  font-style: italic;
  font-family: var(--title-font)
}
.tour-offer__price {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color);
  margin-top: -0.2em
}
.tour-offer__text {
  color: var(--white-color);
  margin-bottom: -0.5em;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.tour-offer:hover .tour-offer__text {
  border-top: 1px dashed #687179;
  padding-top: 24px;
  margin-top: 25px;
  max-height: 150px;
  opacity: 1;
  visibility: visible;
  opacity: 1
}
@media (max-width: 1199px) {
  .tour-offer__content {
    padding: 30px
  }
  .tour-offer__tag {
    top: 30px;
    left: 30px
  }
  .tour-offer__title {
    font-size: 22px
  }
  .tour-offer__price {
    font-size: 18px
  }
  .tour-offer__subtitle {
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .tour-offer {
    max-width: 516px;
    margin-left: auto;
    margin-right: auto
  }
}
.tour-deal {
  position: relative;
  --space: 30px
}
.tour-deal__tag {
  display: inline-block;
  position: absolute;
  top: var(--space);
  left: var(--space);
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  background-color: var(--white-color);
  padding: 0 15px;
  border-radius: 5px;
  line-height: 30px;
  z-index: 2
}
.tour-deal__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2
}
.tour-deal__img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.tour-deal__img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, #161921 0%, rgba(22, 25, 33, 0) 100%);
  background: linear-gradient(to top, #161921 0%, rgba(22, 25, 33, 0) 100%);
  z-index: 1
}
.tour-deal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px var(--space);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2
}
.tour-deal__title {
  color: var(--white-color);
  margin-bottom: 8px
}
.tour-deal__price {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color);
  margin-top: -0.2em
}
.tour-deal:hover .tour-deal__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.tour-sec2 {
  background-color: var(--smoke-color);
  background-size: auto;
  background-position: right center
}
@media (max-width: 1199px) {
  .tour-sec2 {
    background-image: none !important
  }
}
.dest-sort-bar {
  margin-bottom: 30px;
  text-align: center
}
.dest-sort-bar .result {
  margin-bottom: 0
}
.dest-sort-bar .orderby {
  width: 250px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid var(--border-color);
  background-color: var(--smoke-color)
}
.destination-details .destination-title {
  margin-bottom: 30px
}
.destination-details .destination-title i {
  color: var(--theme-color);
  margin-right: 10px
}
.widget_book {
  padding: 0;
  overflow: hidden
}
.widget-tour-book .top {
  background-color: var(--theme-color);
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 4px
}
.widget-tour-book .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--white-color);
  font-family: var(--body-font)
}
.widget-tour-book .price {
  color: var(--white-color);
  margin-bottom: 0
}
.widget-tour-book .widget-form {
  padding: 30px
}
.tour-header {
  background-image: url('../img/dtl-txt-hding.webp');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  padding: 35px 40px;
  margin-bottom: 40px
}
.tour-header .tour-title {
  margin-bottom: 20px;
  font-size: 35px;
	color: white;
    font-family: fangsong;
}
.meta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.meta-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 0
}
.meta-box_icon {
  width: 46px;
  height: 46px;
  line-height: 45px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color)
}
.meta-box_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0
}
.meta-box_text {
  margin-bottom: 0
}
.tour-details .tour-img {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden
}
.tour-details .tour-img img {
  width: 100%
}
.tour-details .inner-title {
  margin-bottom: 30px
}
.tour-tab {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px
}
.description-table-wrap {
  overflow-x: auto
}
.description-table {
  background-color: var(--smoke-color);
  border-radius: 10px;
  overflow: hidden;
  min-width: 515px;
  margin-bottom: 10px
}
.description-table th, .description-table td {
  padding: 12px 25px
}
.description-table th i, .description-table td i {
  margin-right: 5px
}
.tour-plan .accordion-card .accordion-button:after {
  display: none
}
.tour-photo {
  border-radius: 10px;
  overflow: hidden
}
.tour-photo img {
  width: 100%
}
.tour-location {
  border-radius: 10px;
  overflow: hidden;
  line-height: 0.001px
}
.tour-location iframe {
  height: 400px
}
.rating-select label {
  margin: 0;
  margin-right: 10px
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color)
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700
}
@media (max-width: 1399px) {
  .meta-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 5px
  }
  .tour-tab {
    gap: 14px
  }
}
@media (max-width: 767px) {
  .meta-box {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%
  }
  .tour-header .tour-title {
    font-size: 24px
  }
}
@media (max-width: 575px) {
  .tour-header {
    padding: 0px 5px;
  }
}
.counter-card {
  text-align: center
}
.counter-card-wrap {
  border-right: 1px dashed #A4ACB9
}
.counter-card-wrap:last-child {
  border-right: none
}
.counter-card_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(60, 179, 113, 0.1);
  border-radius: 99px;
  text-align: center;
  margin: 0 auto 25px auto;
  position: relative
}
.counter-card_icon:after {
  content: '';
  position: absolute;
  inset: 10px;
  background-color: inherit;
  border-radius: inherit
}
.counter-card_number {
  font-size: 36px;
  font-family: var(--body-font);
  margin-bottom: 5px;
  font-weight: 800
}
.counter-card_text {
  margin-bottom: -0.5em
}
@media (max-width: 991px) {
  .counter-card-wrap:nth-child(2) {
    border-right: none
  }
  .counter-card-wrap:not(:nth-child(n+3)) {
    border-bottom: 1px dashed #A4ACB9;
    padding-bottom: 30px
  }
  .counter-card-wrap:nth-child(n+3) {
    padding-top: 30px
  }
}
@media (max-width: 575px) {
  .counter-card_number {
    font-size: 30px
  }
}
.counter-card.style2 .counter-card_icon {
  background-color: rgba(255, 255, 255, 0.1)
}
.counter-card.style2 .counter-card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}
.category-card__img {
  border-radius: 50% 50% 0 0;
  overflow: hidden
}
.category-card__img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.category-card__content {
  background-color: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
  box-shadow: 0px 5px 15px rgba(22, 25, 33, 0.08)
}
.category-card__title {
  font-size: 18px;
  margin-bottom: 0
}
.category-card__title a {
  color: inherit
}
.category-card__title a:hover {
  color: var(--theme-color)
}
.category-card__count {
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 0
}
.category-card:hover .category-card__img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08)
}
@media (max-width: 575px) {
  .category-card {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto
  }
}
.category-sec {
  margin-bottom: -88px
}
.custom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.offer-box {
  min-width: 580px;
  height: 100%;
  background-color: var(--title-color);
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px
}
.offer-box .countdown-1 {
  margin-top: 90px
}
.deal-box {
  max-width: calc(100% - 630px);
  margin-left: 50px
}
.deal-box .custom-container {
  max-width: 1015px;
  padding-left: var(--bs-gutter-x, 15px);
  padding-right: var(--bs-gutter-x, 15px);
  margin-left: -15px
}
.deal-box .slider-area {
  max-width: 100%;
  overflow: hidden
}
.countdown-list {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.countdown-list li {
  display: inline-block;
  position: relative
}
.countdown-list li:not(:last-child) {
  padding-right: 35px;
  margin-right: 28px
}
.countdown-list li:not(:last-child):after {
  content: ':';
  font-size: 28px;
  font-family: var(--icon-font);
  color: var(--theme-color);
  position: absolute;
  top: 13px;
  right: 0;
  font-weight: 900
}
.countdown-list .count-number {
  font-size: 40px;
  margin-top: -0.14em;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1
}
.countdown-list .count-name {
  display: block;
  font-weight: 500;
  margin-bottom: -0.5em
}
.countdown-1 .count-name, .countdown-1 .count-number {
  color: var(--white-color)
}
@media (max-width: 1399px) {
  .offer-box {
    min-width: 410px
  }
  .offer-box .offer-img {
    max-width: 280px
  }
  .offer-box .countdown-1 {
    margin-top: 45px
  }
  .offer-box .countdown-list li:not(:last-child) {
    padding-right: 25px;
    margin-right: 15px
  }
  .deal-box {
    max-width: calc(100% - 445px);
    margin-left: 30px
  }
  .deal-box .custom-container {
    max-width: 1015px;
    padding-left: var(--bs-gutter-x, 15px);
    padding-right: var(--bs-gutter-x, 15px);
    margin-left: -15px
  }
}
@media (max-width: 1199px) {
  .custom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .offer-box {
    min-width: 100%
  }
  .offer-box .offer-img {
    max-width: 100%
  }
  .offer-box .countdown-list li:not(:last-child) {
    padding-right: 35px;
    margin-right: 28px
  }
  .deal-box {
    max-width: 100%;
    margin-left: 0
  }
  .deal-box .custom-container {
    margin-left: 0;
    max-width: 100%
  }
  .deal-box .slider-area {
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (max-width: 575px) {
  .countdown-list .count-number {
    font-size: 32px
  }
  .countdown-list .count-name {
    font-size: 14px
  }
  .offer-box .countdown-list li:not(:last-child) {
    padding-right: 25px;
    margin-right: 15px
  }
}
@media (max-width: 375px) {
  .offer-box .countdown-list .count-number {
    font-size: 30px
  }
  .offer-box .countdown-list .count-name {
    font-size: 12px
  }
  .offer-box .countdown-list li:not(:last-child) {
    padding-right: 16px;
    margin-right: 10px
  }
  .offer-box .countdown-list li:not(:last-child):after {
    top: 10px
  }
}
.world-map {
  position: relative
}
.world-map .dot {
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: var(--theme-color);
  border-radius: 50%;
  z-index: 2;
  cursor: pointer
}
.world-map .dot:before, .world-map .dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color);
  -webkit-animation: ripplemap 5s ease-in-out infinite;
  animation: ripplemap 5s ease-in-out infinite;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.world-map .dot:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.world-map .dot .trips {
  background-color: var(--title-color);
  display: inline-block;
  color: var(--white-color);
  border-radius: 5px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
  -ms-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
.world-map .dot .trips:hover {
  color: var(--theme-color)
}
.world-map .dot .trips:after {
  content: '\f0d7';
  font-family: var(--icon-font);
  position: absolute;
  font-size: 20px;
  font-weight: 900;
  line-height: 3px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--title-color)
}
.world-map .dot:hover .trips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1)
}
.map-1 {
  margin-left: 60px
}
.map-1 img {
  width: 100%
}
.process-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}
.process-list-wrap {
  position: relative
}
.process-list-wrap:before {
  content: '';
  height: calc(100% - 50px);
  position: absolute;
  top: 25px;
  left: 27px;
  border-left: 2px dashed var(--theme-color)
}
.process-list:not(:last-child) {
  margin-bottom: 40px
}
.process-list__number {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  min-width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: var(--smoke-color2);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 3
}
.process-list__title {
  font-size: 20px;
  line-height: 30px;
  margin-top: -0.3em;
  margin-bottom: 13px;
  text-transform: capitalize
}
.process-list__text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: -0.5em
}
@media (max-width: 1299px) {
  .map-1 {
    margin-left: 0
  }
}
.subscribe-sec {
  background-image: -webkit-linear-gradient(bottom, var(--smoke-color), var(--smoke-color));
  background-image: linear-gradient(to top, var(--smoke-color), var(--smoke-color));
  background-size: 100% 505px;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1720px;
  margin: 0 auto
}
.subscribe-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white-color);
  box-shadow: 0px 10px 50px rgba(22, 25, 33, 0.07)
}
.subscribe-wrap .subscribe-img {
  -webkit-box-flex: 576px;
  -webkit-flex: 576px;
  -ms-flex: 576px;
  flex: 576px
}
.subscribe-wrap .subscribe-img img {
  width: 100%
}
.subscribe-wrap .subscribe-content {
  -webkit-box-flex: 744px;
  -webkit-flex: 744px;
  -ms-flex: 744px;
  flex: 744px;
  padding: 60px;
  text-align: center
}
.subscribe-wrap .sec-title {
  margin-bottom: 20px
}
.subscribe-wrap .subscribe-text {
  font-size: 18px;
  margin-bottom: 60px
}
.subscribe-wrap .newsletter-form {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 0 auto
}
.subscribe-wrap .form-control {
  background-color: var(--smoke-color)
}
@media (max-width: 1199px) {
  .subscribe-wrap .subscribe-content {
    padding: 50px 30px
  }
  .subscribe-wrap .subscribe-text {
    font-size: 16px;
    margin-bottom: 30px
  }
}
@media (max-width: 991px) {
  .subscribe-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .subscribe-wrap .subscribe-img, .subscribe-wrap .subscribe-content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%
  }
}
.search-box {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
  border-radius: 10px;
  margin-top: -229px;
  position: relative;
  z-index: 3;
  float: left;
  width: 100%;
}
.search {
  position: absolute;
  width: 100%;
}
#AD186900_1 .tabpaneback {
  border-radius: 0px 5px 5px 5px !important;
}
#AD186900_1 .tab-block .tab-mnu {
  justify-content: flex-start !important;
}
.tour-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 100%
}
.tour-search .form-select {
  padding: 0 30px 0 43px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color)
}
.tour-search .form-select:focus {
  border-color: var(--theme-color)
}
.tour-search .form-group {
  -webkit-box-flex: 275px;
  -webkit-flex: 275px;
  -ms-flex: 275px;
  flex: 275px
}
.tour-search .form-group > i {
  right: unset;
  left: 20px;
  color: var(--theme-color)
}
.tour-search .form-btn {
  width: 120px
}
.tour-search .form-btn .ot-btn {
  min-width: auto;
  width: 100%
}
@media (max-width: 991px) {
  .tour-search {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
  }
  .tour-search .form-group {
    -webkit-box-flex: calc(50% - 8px);
    -webkit-flex: calc(50% - 8px);
    -ms-flex: calc(50% - 8px);
    flex: calc(50% - 8px)
  }
}
@media (max-width: 575px) {
  .tour-search .form-group {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%
  }
}
.gallery-card .gallery-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2
}
.gallery-card .gallery-img:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--title-color);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.7;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
  border-radius: inherit
}
.gallery-card .gallery-img img {
  width: 100%
}
.gallery-card .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  font-size: 30px;
  color: var(--white-color)
}
.gallery-card .gallery-btn:hover {
  color: var(--theme-color)
}
.gallery-card:hover .gallery-img:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.gallery-card:hover .gallery-btn {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1
}
.gallery-video {
  position: relative
}
.gallery-video .gallery-img {
  border-radius: 10px;
  overflow: hidden
}
.gallery-video .gallery-img img {
  width: 100%
}
.gallery-video .play-btn {
  position: absolute;
  top: 30px;
  left: 30px
}
.gallery-video .play-btn > i {
  --icon-size: 60px;
  line-height: 56px;
  font-size: 18px;
  border: 2px solid;
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.3) !important
}
.gallery-video .play-btn:hover > i {
  color: var(--theme-color)
}
.accordion-card {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: var(--smoke-color);
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: var(--smoke-color);
  padding: 15px 60px 15px 25px;
  min-height: 50px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative
}
.accordion-card .accordion-button:after {
  content: "\f067";
  width: 55px;
  height: 55px;
  height: 100%;
  line-height: 1;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 900;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f068"
}
.accordion-card .accordion-collapse {
  border: none
}
.accordion-card .accordion-body {
  box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
  border-radius: 0 0 9px 9px;
  background-color: var(--white-color);
  padding: 23px 25px 30px 25px;
  margin: 0 1px 1px 1px
}
.accordion-card .faq-text {
  margin-bottom: -0.48em
}
.accordion-card:last-child {
  margin-bottom: 0
}
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px
  }
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px
}
.px-35 {
  padding-right: 35px;
  padding-left: 35px
}
.px-40 {
  padding-right: 40px;
  padding-left: 40px
}
.px-45 {
  padding-right: 45px;
  padding-left: 45px
}
.px-50 {
  padding-right: 50px;
  padding-left: 50px
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px
}
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px
}
.pt-5 {
  padding-top: 5px
}
.pt-10 {
  padding-top: 10px
}
.pt-15 {
  padding-top: 15px
}
.pt-20 {
  padding-top: 20px
}
.pt-25 {
  padding-top: 25px
}
.pt-30 {
  padding-top: 30px
}
.pt-35 {
  padding-top: 35px
}
.pt-40 {
  padding-top: 40px
}
.pt-45 {
  padding-top: 45px
}
.pt-50 {
  padding-top: 50px
}
.pb-5 {
  padding-bottom: 5px
}
.pb-10 {
  padding-bottom: 10px
}
.pb-15 {
  padding-bottom: 15px
}
.pb-20 {
  padding-bottom: 20px
}
.pb-25 {
  padding-bottom: 25px
}
.pb-30 {
  padding-bottom: 30px
}
.pb-35 {
  padding-bottom: 35px
}
.pb-40 {
  padding-bottom: 40px
}
.pb-45 {
  padding-bottom: 45px
}
.pb-50 {
  padding-bottom: 50px
}
.pl-5 {
  padding-left: 5px
}
.pl-10 {
  padding-left: 10px
}
.pl-15 {
  padding-left: 15px
}
.pl-20 {
  padding-left: 20px
}
.pl-25 {
  padding-left: 25px
}
.pl-30 {
  padding-left: 30px
}
.pl-35 {
  padding-left: 35px
}
.pl-40 {
  padding-left: 40px
}
.pl-45 {
  padding-left: 45px
}
.pl-50 {
  padding-left: 50px
}
.pr-5 {
  padding-right: 5px
}
.pr-10 {
  padding-right: 10px
}
.pr-15 {
  padding-right: 15px
}
.pr-20 {
  padding-right: 20px
}
.pr-25 {
  padding-right: 25px
}
.pr-30 {
  padding-right: 30px
}
.pr-35 {
  padding-right: 35px
}
.pr-40 {
  padding-right: 40px
}
.pr-45 {
  padding-right: 45px
}
.pr-50 {
  padding-right: 50px
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px
}
.mx-15 {
  margin-right: 15px;
  margin-left: 15px
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px
}
.mx-25 {
  margin-right: 25px;
  margin-left: 25px
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px
}
.mx-35 {
  margin-right: 35px;
  margin-left: 35px
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px
}
.mx-45 {
  margin-right: 45px;
  margin-left: 45px
}
.mx-50 {
  margin-right: 50px;
  margin-left: 50px
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px
}
.my-35 {
  margin-top: 35px;
  margin-bottom: 35px
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px
}
.my-45 {
  margin-top: 45px;
  margin-bottom: 45px
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px
}
.mt-5 {
  margin-top: 5px
}
.mt-10 {
  margin-top: 10px
}
.mt-15 {
  margin-top: 15px
}
.mt-20 {
  margin-top: 20px
}
.mt-25 {
  margin-top: 25px
}
.mt-30 {
  margin-top: 30px
}
.mt-35 {
  margin-top: 35px
}
.mt-40 {
  margin-top: 40px
}
.mt-45 {
  margin-top: 45px
}
.mt-50 {
  margin-top: 50px
}
.mb-5 {
  margin-bottom: 5px
}
.mb-10 {
  margin-bottom: 10px
}
.mb-15 {
  margin-bottom: 15px
}
.mb-20 {
  margin-bottom: 20px
}
.mb-25 {
  margin-bottom: 25px
}
.mb-30 {
  margin-bottom: 30px
}
.mb-35 {
  margin-bottom: 35px
}
.mb-40 {
  margin-bottom: 40px
}
.mb-45 {
  margin-bottom: 45px
}
.mb-50 {
  margin-bottom: 50px
}
.ml-5 {
  margin-left: 5px
}
.ml-10 {
  margin-left: 10px
}
.ml-15 {
  margin-left: 15px
}
.ml-20 {
  margin-left: 20px
}
.ml-25 {
  margin-left: 25px
}
.ml-30 {
  margin-left: 30px
}
.ml-35 {
  margin-left: 35px
}
.ml-40 {
  margin-left: 40px
}
.ml-45 {
  margin-left: 45px
}
.ml-50 {
  margin-left: 50px
}
.mr-5 {
  margin-right: 5px
}
.mr-10 {
  margin-right: 10px
}
.mr-15 {
  margin-right: 15px
}
.mr-20 {
  margin-right: 20px
}
.mr-25 {
  margin-right: 25px
}
.mr-30 {
  margin-right: 30px
}
.mr-35 {
  margin-right: 35px
}
.mr-40 {
  margin-right: 40px
}
.mr-45 {
  margin-right: 45px
}
.mr-50 {
  margin-right: 50px
}
.mb-60 {
  margin-bottom: 60px
}
.mt-n1 {
  margin-top: -.25rem
}
.mt-n2 {
  margin-top: -.6rem
}
.mt-n3 {
  margin-top: -1rem
}
.mt-n4 {
  margin-top: -1.5rem
}
.mt-n5 {
  margin-top: -3rem
}
.mb-n1 {
  margin-bottom: -.25rem
}
.mb-n2 {
  margin-bottom: -.6rem
}
.mb-n3 {
  margin-bottom: -1rem
}
.mb-n4 {
  margin-bottom: -1.5rem
}
.mb-n5 {
  margin-bottom: -3rem
}
.space, .space-top {
  padding-top: var(--section-space)
}
.space, .space-bottom {
  padding-bottom: var(--section-space)
}
.space-extra, .space-extra-top {
  padding-top: calc(var(--section-space) - 30px)
}
.space-extra, .space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px)
}
.space-extra2, .space-extra2-top {
  padding-top: calc(var(--section-space) - 40px)
}
.space-extra2, .space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px)
}
@media (max-width: 991px) {
  .space, .space-top {
    padding-top: var(--section-space-mobile)
  }
  .space, .space-bottom {
    padding-bottom: var(--section-space-mobile)
  }
  .space-extra, .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px)
  }
  .space-extra, .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px)
  }
  .space-top-md-none {
    padding-top: 0
  }
  .space-extra2, .space-extra2-top {
    padding-top: 70px
  }
  .space-extra2, .space-extra2-bottom {
    padding-bottom: 70px
  }
}



.uicon
{
	padding: 0px;
}
.uicon li
{
	display: inline;
	padding-left: 3px;
}

.bscol
{
	color:black;
}
.uicon2
{
	margin:10px 0px 10px 0px;
}
.uficon
{
	margin-left:25px;
	font-size: 30px;
	color: #3cb371;
}

.hotel-sec
{
	margin-bottom: 20px !important;
}
.atoliata-slider
{
	width: 350px !important;
}
.icludeditnerybx
{
	
    border: 1px solid;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-style: outset;
    box-shadow:0 4px 8px 0 rgba(154, 223, 185, 0.2), 0 6px 20px 0 rgba(154, 223, 185, 0.19);
}
.hotel-namedtl
{
	font-size: 20px;
	color: #3cb371;
	font-weight: bold;
}
.form-main
{
	background:#3cb371;
	margin-top: -200px;
	margin-bottom: 50px;
	z-index: 99;
	position: relative;
	padding: 10px;
	border-radius: 20px;
}
.form-inr-all
{
	background:#3cb371;
	margin-bottom:0px;
	margin-top: 20px;
	position: relative;
	padding: 10px;
	border-radius: 20px;
}
.sidenumh6
{
	margin-bottom: 5px !important;
}
.sidenum
{
	font-size: 20px;
	margin-bottom: 10px !important;
}
.headumrahsec
{
	margin-top:20px
}
.formmain1
{
	color: white;
}
.dealheading-top
{
	background:#3cb371;
	padding: 20px 0px;
	text-align: center;
	color: white;
	margin-top: 20px;
}
.secbtn
{
	text-align: right;
}
.btn-form1
{
	background: #161921;
	align-items: right;
	text-align: center;
}
.frmhdg
{
	text-align: center;
	color: white;
	font-size: 30px;
	margin-bottom: 10px;
}
.arabic-title
{
	color: white;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.tagbtn
{
	background:#3cb371;
	color: white;
}
.tour-description
{
	display: none !important;
}
.newsbtn
{
	float: right;
}
.newfield
{
	margin-bottom: 5px !important;
}
.ot-social
{
	margin-top:20px;
	text-align: center;

}
.formbtnin
{
	text-align: right;
}
.cont-sec
{
	margin-top:70px;
}
.cont-sec h2
{
	font-size: 30px;
}
.cont-sec h3
{
	font-size: 20px;
}
.accordion-button
{
	background:#3cb371;
	color: white;
}
.accordion-button:not(.collapsed) {
    color:white;
    background-color:#3cb371;
}
.hotel-sec ul
{
	 list-style: disc;
	color: black;
	font-size: 18px;
}
.hotel-sec ul li
{
	 list-style: disc;
	color:#212529 !important;
}
.whysideul
{
	list-style: none;
}
.whysideul li
{
	border-bottom: 2px solid #3cb371;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
.hdnside
{
	color: #3cb371;
}
.secside1
{
	text-align: center;
}
.socialft a i
{
	font-size: 20px;
}
.hnews
{
	color: white;
	font-size: 20px;
}
.newsinput
{
	border:2px solid #3cb371 !important;
	color: #3cb371 !important;
}
.ppol li
{
	list-style-type: lower-alpha;
}