@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@import url("animate.css");

@import url("aos.css");

@import url("swiper.min.css");

@import url("jquery.fancybox.min.css");

@import url("jquery-ui.css");

@import url("linear.css");

@import url("select2.min.css");

@import url("fontawesome.css");

@import url("flaticon-set-realestate.css");

@import url("tm-bs-mp.css");

@import url("tm-utility-classes.css");

@property --gradient-angle {

  syntax: "<angle>";

  initial-value: 90deg;

  inherits: false;

}

:root {

  --r: 30px; /* radius */

  --s: 50px; /* size of the inner curve*/

  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%) no-repeat;

  --theme-color1: #A06F49;

  --theme-color2: #111111;

  --theme-color1-rgb: 160, 111, 73;

  --theme-color2-rgb: 17, 17, 17;

  --theme-color1-text-color: #fff;

  --theme-color2-text-color: #fff;

  --theme-color-white: #ffffff;

  --theme-color-white-rgb: 255,255,255;

  --theme-color-lighter: #F3F3F3;

  --theme-color-lighter2: #cccccc;

  --theme-color-lighter3: #D9D9D9;

  --theme-color-silver: #F5F5F5;

  --review-color: #FFAA18;

  --theme-color-black: #000000;

  --theme-color-black-rgb: 0, 0, 0;

  --theme-color-dark: #051A25;

  --theme-color-dark2: #463131;

  --theme-color-dark-rgb: 70, 49, 49;

  --theme-color-gray: #E8E8E8;

  --theme-color-gray2: #F8F8F8;

  --gradient-1: linear-gradient(181.35deg, rgba(5, 15, 19, 0) 1.15%, rgba(2, 223, 130, 0.1) 98.91%);

  --text-color: #595959;

  --headings-color: #111111;

  --link-color: #01553e;

  --link-hover-color: #01553e;

  --body-font-family: "Manrope", sans-serif;

  --heading-font-family: "Playfair Display", serif;

  --body-bg: #ffffff;

  --body-font-size: 16px;

  --body-line-height: 1.7;

  --body-font-weight: 500;

  --line-height-heading-h1: 1.2625em;

  --line-height-heading-h2: 1.2em;

  --line-height-heading: 1.5em;

  --line-height-heading-small: 1.5em;

  --h1-font-size: 75px;

  --h2-font-size: 50px;

  --h3-font-size: 32px;

  --h4-font-size: 24px;

  --h5-font-size: 20px;

  --h6-font-size: 16px;

  --h1-font-weight: 600;

  --h2-font-weight: 500;

  --h3-font-weight: 500;

  --h4-font-weight: 500;

  --h5-font-weight: 500;

  --h6-font-weight: 500;

  --sec-title-subtitle-color: var(--theme-color2);

  --sec-title-subtitle-font-size: 16px;

  --sec-title-subtitle-font-family: "Nunito Sans", sans-serif;

  --sec-title-subtitle-font-weight: 500;

  --sec-title-subtitle-line-height: 26px;

  --sec-title-color: var(--theme-color2);

  --sec-title-font-size: var(--h2-font-size);

  --sec-title-font-family: "Playfair Display", serif;

  --sec-title-font-weight: 600;

  --sec-title-title-line-height: var(--line-height-heading-h2);

  --theme-light-background: #133241;

  --theme-light-background-text-color: var(--headings-color);

  --theme-black: #000000;

  --container-width: 1320px;

  --small-container-width: 1000px;

  --large-container-width: 1640px;

}



/*

 * typography.scss

 * -----------------------------------------------

*/

::-moz-selection {

  background: var(--theme-color-dark);

  color: #fff;

  text-shadow: none;

}

::selection {

  background: var(--theme-color-dark);

  color: #fff;

  text-shadow: none;

}



:active,

:focus {

  outline: none !important;

}



::-webkit-input-placeholder {

  color: #fff;

}



::-moz-input-placeholder {

  color: #fff;

}



::-ms-input-placeholder {

  color: #fff;

}



body {

  background-color: var(--body-bg);

  background-attachment: fixed;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

  counter-reset: my-sec-counter;

  -webkit-font-smoothing: antialiased;

  -moz-font-smoothing: antialiased;

  color: var(--text-color);

  font-size: var(--body-font-size);

  font-family: "Nunito Sans", sans-serif;

  font-weight: var(--body-font-weight);

  line-height: var(--body-line-height);

}



p, .text {

  color: #222;

  font-size: var(--body-font-size);

  font-family: "Nunito Sans", sans-serif;

  font-weight: var(--body-font-weight);

  line-height: var(--body-line-height);

}



/* -------- Headings ---------- */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {

  color: var(--headings-color);

  font-family: "Playfair Display", serif;

  position: relative;

  line-height: var(--line-height-heading-);

  letter-spacing: -0.02em;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

h1 small,

h1 .small, .h1 small,

.h1 .small, h2 small,

h2 .small, .h2 small,

.h2 .small, h3 small,

h3 .small, .h3 small,

.h3 .small, h4 small,

h4 .small, .h4 small,

.h4 .small, h5 small,

h5 .small, .h5 small,

.h5 .small, h6 small,

h6 .small {

  font-weight: normal;

  line-height: 1;

  color: var(--headings-color);

}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {

  color: inherit;

  font-weight: inherit;

}



h1, .h1,

h2, .h2,

h3, .h3,

h4, .h4,

h5, .h5,

h6 {

  margin-bottom: 1rem;

}



h1, .h1 {

  font-size: var(--h1-font-size);

  font-weight: var(--h1-font-weight);

  line-height: var(--line-height-heading-h1);

}



h2, .h2 {

  font-size: var(--h2-font-size);

  font-weight: var(--h2-font-weight);

  line-height: var(--line-height-heading-h2);

  font-size: 35px;

  line-height: 1.2;

}



h3, .h3 {

  font-size: var(--h3-font-size);

  font-weight: var(--h3-font-weight);

  line-height: var(--line-height-heading);

}



h4, .h4 {

  font-size: var(--h4-font-size);

  font-weight: var(--h4-font-weight);

  line-height: var(--line-height-heading);

}



h5, .h5 {

  font-size: var(--h5-font-size);

  font-weight: var(--h5-font-weight);

  line-height: var(--line-height-heading-small);

}



h6, .h6 {

  font-size: var(--h6-font-size);

  font-weight: var(--h6-font-weight);

  line-height: var(--line-height-heading-small);

}



/* -------- Body Text ---------- */

table p {

  margin-bottom: 0;

}



p {

  margin-bottom: 20px;

}

p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {

  text-decoration: underline;

}



/* -------- other ---------- */

a {

  color: var(--link-color);

  text-decoration: none;

  cursor: pointer;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

a:hover, a:focus {

  color: inherit;

  text-decoration: none;

  outline: none;

}

a b, a strong {

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

a img {

  border: none;

}



pre,

ul,

ol,

dl,

dd,

blockquote,

address,

table,

fieldset {

  margin-bottom: 10px;

}



ol, ul {

  list-style-position: inside;

  margin: 0;

  padding: 0;

}



b, strong {

  color: #333;

  font-weight: var(--body-font-weight-bold);

}



iframe {

  border: none !important;

}



/*

 * container.scss

 * -----------------------------------------------

*/

.row:not([class*=gx-], [class*=gy-], [class*=g-]) {

  --bs-gutter-x: 30px;

}



.gx-100 {

  --bs-gutter-x: 100px;

}



.gx-50 {

  --bs-gutter-x: 50px;

}



.gx-24 {

  --bs-gutter-x: 24px;

}



.gx-12 {

  --bs-gutter-x: 12px;

}



.container .container {

  width: 100%;

}



.container .container,

.container .container-fluid,

.container-fluid .container,

.container-fluid .container-fluid {

  padding-left: 0;

  padding-right: 0;

}



section > .container,

section > .container-fluid {

  padding-top: var(--container-pt);

  padding-bottom: var(--container-pt);

}



@media (min-width: 1400px) {

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

    max-width: var(--container-width);

    --bs-gutter-x: 30px;

  }

}

/*=== Default Form ===*/

.form-control, .input-text {

    background-color: #ffffff;

    border: 1px solid gainsboro;

    color: black !important;

    font-size: 15px;

    height: 60px;

    outline: 0;

    padding: 14px 30px 14px 40px;

    width: 100%;

        margin-bottom:2px;

}
.form-group{margin-bottom:18px;}

.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {

  color: #fff;

  opacity: 1;

}

.form-control::-moz-placeholder, .input-text::-moz-placeholder {

  color: #fff;

  opacity: 1;

}

.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {

  color: #fff;

  opacity: 1;

}

.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {

  color: #fff;

  opacity: 1;

}

.form-control::placeholder, .input-text::placeholder {

  color: #fff;

  opacity: 1;

}

.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {

  color: #fff;

}

.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {

  color: #fff;

}

.form-control:focus, .input-text:focus {

  -webkit-box-shadow: none;

          box-shadow: none;

}



textarea.form-control {

  height: auto;

  padding-top: 15px;

  padding-bottom: 15px;

}



/* -------- Dark Theme Styling ---------- */

.dark-layout {

  background-color: var(--theme-color-dark) !important;

  --sec-title-color: var(--theme-color-light);

}

.dark-layout .sticky-header .main-menu .navigation > li > a,

.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {

  color: var(--theme-color-light);

}

.dark-layout .preloader {

  background-color: var(--theme-color-dark);

}

.dark-layout .preloader:after {

  background-image: url(../images/logo.png);

}

.dark-layout .sticky-header {

  background-color: var(--theme-color-dark);

}

.dark-layout .hidden-bar .upper-box {

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.dark-layout .hidden-bar .social-links {

  border-top: 1px solid rgba(0, 0, 0, 0.1);

}

.dark-layout .hidden-bar .social-links li {

  border-right: 1px solid rgba(0, 0, 0, 0.1);

}



/*** 



====================================================================

Reset

====================================================================



***/

* {

  margin: 0px;

  padding: 0px;

  border: none;

  outline: none;

  font-size: 100%;

}



/*** 



====================================================================

Global Settings

====================================================================



***/

textarea {

  overflow: hidden;

  resize: none;

}



button {

  outline: none !important;

  cursor: pointer;

}



img {

  display: inline-block;

  max-width: 100%;

  height: auto;

}



ul,

li {

  list-style: none;

  padding: 0px;

  margin: 0px;

}



.title a {

  color: inherit;

}



.page-wrapper-shape .anim-icons {

  pointer-events: none;

}

.page-wrapper-shape .anim-icons .image-1 {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  z-index: -1;

}

.page-wrapper-shape .anim-icons .image-2 {

  position: absolute;

  bottom: 400px;

  left: 0;

  width: 100%;

  z-index: -1;

}



.color1 {

  color: #01553e;

}

[data-tm-layout=lemon] .color1 {

  color: var(--dark-color2);

}



.color1-1 {

  color: #01553e;

}



.color2 {

  color: var(--theme-color2);

}



.color3 {

  color: var(--theme-color3);

}



.page-wrapper {

  margin: 0 auto;

  min-width: 300px;

  position: relative;

  width: 100%;

  z-index: 99;

}



.sticky-section {

  position: sticky;

  top: 120px;

}



.large-container {

  position: static;

  max-width: var(--large-container-width);

  padding: 0px 15px;

  margin: 0 auto;

  width: 100%;

}



.auto-container {

  position: static;

  max-width: var(--container-width);

  padding: 0px 15px;

  margin: 0 auto;

  width: 100%;

}



.small-container {

  position: static;

  max-width: var(--small-container-width);

  padding: 0px 15px;

  margin: 0 auto;

  width: 100%;

}



.pull-right {

  float: right;

}



.pull-left {

  float: left;

}



.dropdown-toggle::after {

  display: none;

}



/*=======================

    Preloader

=======================*/

.preloader {

  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 999999;

  background-color: #ffffff;

}

.preloader:after {

  background-position: center center;

  background-repeat: no-repeat;

  -webkit-animation: pulse 1s infinite linear;

          animation: pulse 1s infinite linear;

  background-image: url(../images/logo.png);

  content: "";

  height: 110px;

  left: 50%;

  margin-left: -90px;

  margin-top: -70px;

  position: absolute;

  top: 50%;

  width: 160px;

}

.preloader:before {

  color: var(--theme-color-dark);

  content: "Loading";

  font-family: "Playfair Display", serif;

  font-size: 14px;

  font-weight: 600;

  left: 0;

  letter-spacing: 2px;

  margin: 0 auto;

  margin-top: 20px;

  position: absolute;

  top: 50%;

  right: 0;

  text-align: center;

  text-transform: uppercase;

  width: 100%;

  -webkit-transition: none;

  transition: none;

}



.preloader-loaded {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  cursor: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 100%;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 9999;

}

.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {

  color: #000;

}

.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {

  color: #01553e;

}

.preloader-loaded.light .preloader-slide {

  background-color: #fff;

}

.preloader-loaded.loaded .text-preloader-outer {

  opacity: 0;

  -webkit-transition: 0.3s ease-out;

  transition: 0.3s ease-out;

}

.preloader-loaded.loaded .preloader-slide.slide-left {

  -webkit-transform: translateX(-101%);

          transform: translateX(-101%);

  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);

  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);

}

.preloader-loaded.loaded .preloader-slide.slide-right {

  -webkit-transform: translateX(101%);

          transform: translateX(101%);

  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);

  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);

}

.preloader-loaded .text-preloader-outer {

  position: absolute;

  z-index: 100;

}

.preloader-loaded .text-preloader-outer .text-preloading {

  font-size: 80px;

  font-weight: 700;

  text-align: center;

  position: relative;

  padding-top: 180px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

      user-select: none;

}

@media (max-width: 1199.98px) {

  .preloader-loaded .text-preloader-outer .text-preloading {

    font-size: 40px;

  }

}

.preloader-loaded .text-preloader-outer .text-preloading:before {

  position: absolute;

  left: 50%;

  top: 50%;

  width: 70px;

  margin-left: -55px;

  margin-top: -70px;

  height: 70px;

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  -webkit-animation: pulse 1s infinite linear;

  animation: pulse 1s infinite linear;

  background-image: url(../images/icons/preloader.png);

  content: "";

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split {

  color: #fff;

  position: relative;

  display: inline-block;

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {

  color: #01553e;

  content: attr(data-text);

  -webkit-animation: text-split 4s infinite;

          animation: text-split 4s infinite;

  left: 0;

  top: 0;

  opacity: 0;

  position: absolute;

  -webkit-transform: rotateY(-90deg);

          transform: rotateY(-90deg);

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {

  -webkit-animation-delay: 0.2s;

          animation-delay: 0.2s;

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {

  -webkit-animation-delay: 0.4s;

          animation-delay: 0.4s;

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {

  -webkit-animation-delay: 0.6s;

          animation-delay: 0.6s;

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {

  -webkit-animation-delay: 0.8s;

          animation-delay: 0.8s;

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(6):before {

  -webkit-animation-delay: 1s;

          animation-delay: 1s;

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(7):before {

  -webkit-animation-delay: 1.2s;

          animation-delay: 1.2s;

}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(8):before {

  -webkit-animation-delay: 1.4s;

          animation-delay: 1.4s;

}

.preloader-loaded .preloader-slide {

  background-color: #000;

  height: 100%;

  position: fixed;

  top: 0;

  width: calc(50% + 1px);

}

.preloader-loaded .preloader-slide.slide-left {

  left: 0;

}

.preloader-loaded .preloader-slide.slide-right {

  right: 0;

}



@-webkit-keyframes text-split {

  0%, 75%, 100% {

    opacity: 0;

    -webkit-transform: rotateY(-90deg);

            transform: rotateY(-90deg);

  }

  25%, 50% {

    opacity: 1;

    -webkit-transform: rotateY(0deg);

            transform: rotateY(0deg);

  }

}



@keyframes text-split {

  0%, 75%, 100% {

    opacity: 0;

    -webkit-transform: rotateY(-90deg);

            transform: rotateY(-90deg);

  }

  25%, 50% {

    opacity: 1;

    -webkit-transform: rotateY(0deg);

            transform: rotateY(0deg);

  }

}

/*=======================

Scroll To Top style

=======================*/

.back-to-top-wrapper {

  position: fixed;

  right: 50px;

  bottom: 0;

  height: 44px;

  width: 44px;

  cursor: pointer;

  display: block;

  border-radius: 50%;

  z-index: 99;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: 0.4s;

  transition: 0.4s;

}

.back-to-top-wrapper.back-to-top-btn-show {

  visibility: visible;

  opacity: 1;

  bottom: 50px;

}



.back-to-top-btn {

  display: inline-block;

  width: 44px;

  height: 44px;

  line-height: 44px;

  text-align: center;

  background: #01553e;

  -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);

          box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);

  color: var(--theme-color1-text-color);

  border-radius: 50%;

  -webkit-transition: 0.4s;

  transition: 0.4s;

}

.back-to-top-btn svg {

  -webkit-transform: translateY(-2px);

          transform: translateY(-2px);

  color: var(--theme-color1-text-color);

}

.back-to-top-btn:hover {

  -webkit-transform: translateY(-4px);

          transform: translateY(-4px);

}



/*=== List Style One ===*/

.link-style-one {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  font-size: 12px;

  line-height: 20px;

  font-weight: 600;

  overflow: hidden;

  letter-spacing: 0.01em;

  text-transform: uppercase;

  font-family: "Playfair Display", serif;

  color: var(--theme-color-dark);

}

.link-style-one:before {

  position: absolute;

  left: 0;

  right: 18px;

  bottom: 2px;

  height: 1px;

  background-color: #01553e;

  content: "";

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.link-style-one i {

  position: relative;

  top: 1px;

  display: block;

  font-size: 14px;

  margin-left: 5px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

}

.link-style-one:hover {

  color: #01553e;

}

.link-style-one:hover:before {

  right: 100%;

}



.list-style-one {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 0;

}

.list-style-one li {

  position: relative;

  font-size: 12px;

  line-height: 24px;

  font-weight: 400;

  color: var(--theme-color-dark);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-right: 30px;

}

.list-style-one li:last-child {

  margin-right: 0 !important;

}

.list-style-one li i {

  margin-right: 10px;

  color: var(--theme-color-dark);

  font-size: 16px;

  line-height: 27px;

}

.list-style-one li a {

  display: block;

  color: var(--theme-color-dark);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.list-style-one li a:hover {

  color: #01553e;

}

.list-style-one.light li {

  color: var(--theme-color-light);

}

.list-style-one.light li a {

  color: var(--theme-color-light);

}

.list-style-one.light li a:hover {

  color: #01553e;

}

.list-style-one.light i {

  color: var(--theme-color-light);

}



/*=== List Style Two ===*/

.list-style-two {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.list-style-two li {

  color: var(--theme-color-dark);

  font-family: "Playfair Display", serif;

  font-size: 20px;

  font-weight: 500;

  font-style: italic;

  line-height: 24px;

  margin-bottom: 15px;

  position: relative;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.list-style-two li i {

  color: #01553e;

  font-size: 18px;

  left: 0px;

  line-height: 24px;

  position: absolute;

  top: 0px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.list-style-two li a {

  display: inline-block;

  font-weight: inherit;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.list-style-two li a:hover {

  color: #01553e;

}

.list-style-two.two-column {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-direction: row;

          flex-direction: row;

}

.list-style-two.two-column li {

  width: 50%;

}

@media (max-width: 767.98px) {

  .list-style-two.two-column li {

    width: 100%;

  }

}



/*Social Icon One*/

.social-icon-one {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.social-icon-one li {

  position: relative;

  margin-left: 21px;

}

.social-icon-one li:first-child {

  margin-left: 0;

}

.social-icon-one li a {

  position: relative;

  display: block;

  line-height: 27px;

  text-align: center;

  font-size: 14px;

  color: var(--theme-color-dark);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.social-icon-one li a:hover {

  color: #01553e;

}

.social-icon-one.light li a {

  color: var(--theme-color-light);

}

.social-icon-one.light li a:hover {

  color: #01553e;

}



/*Social Icon Two*/

.social-icon-two {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.social-icon-two li {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-left: 10px;

}

.social-icon-two li:first-child {

  margin-left: 0;

}

.social-icon-two li a {

  position: relative;

  display: block;

  height: 36px;

  width: 36px;

  line-height: 36px;

  border-radius: 50%;

  text-align: center;

  font-size: 14px;

  color: #ffffff;

  background-color: rgba(255, 255, 255, 0.1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.social-icon-two li a i {

  position: relative;

}

.social-icon-two li a::before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  -webkit-transform: scale(0);

          transform: scale(0);

  background-color: #01553e;

  content: "";

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  border-radius: 50px;

}

.social-icon-two li a:hover {

  color: #fff;

}

.social-icon-two li a:hover:before {

  -webkit-transform: scale(1);

          transform: scale(1);

}



.bg {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}



.bg-pattern-1 {

  background-image: url(../images/icons/pattern-1.png);

}



.bg-pattern-2 {

  background-image: url(../images/icons/pattern-2.png);

}



.bg-pattern-3 {

  background-image: url(../images/icons/pattern-3.png);

}



.bg-pattern-4 {

  background-image: url(../images/icons/pattern-4.png);

}



.bg-pattern-5 {

  background-image: url(../images/icons/pattern-5.png);

}



.bg-pattern-6 {

  background-image: url(../images/icons/pattern-6.png);

}



.devider {

  position: absolute;

  padding: 0;

  margin: 0;

  width: 80%;

  left: 0;

  right: 0;

  top: 0;

  margin: 0 auto;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}

@media (max-width: 1199.98px) {

  .devider {

    width: 100%;

  }

}



/*======================

    Tabs Box

======================*/

.tabs-box {

  position: relative;

}



.tabs-box .tab {

  display: none;

}



.tabs-box .active-tab {

  display: block;

}



.play-btn {

  position: relative;

}

.play-btn:hover .icon {

  background-color: #01553e;

  color: var(--theme-color-dark);

}

.play-btn .icon {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 90px;

  width: 90px;

  border-radius: 50%;

  font-size: 24px;

  color: #01553e;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.play-btn .circle-text img {

  position: relative;

  display: inline-block;

  -webkit-animation: fa-spin 60s infinite linear;

          animation: fa-spin 60s infinite linear;

}



.play-btn-two {

  position: relative;

}

.play-btn-two:hover .icon {

  background-color: #01553e;

  color: var(--theme-color-dark);

}

.play-btn-two .icon {

  position: absolute;

  left: 50%;

  top: 50%;

  height: 122px;

  width: 122px;

  border-radius: 50%;

  font-size: 24px;

  color: #01553e;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.play-btn-two .circle-text img {

  position: relative;

  display: inline-block;

  -webkit-animation: fa-spin 60s infinite linear;

          animation: fa-spin 60s infinite linear;

}



/*======================

    Media Play Button 

======================*/

.play-now {

  position: relative;

  display: block;

  z-index: 9;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.play-now:hover .icon {

  background-color: #01553e;

  color: var(--theme-color-light);

}

.play-now .icon {

  position: relative;

  display: inline-block;

  height: 100px;

  width: 100px;

  text-align: center;

  line-height: 100px;

  background-color: #ffffff;

  color: var(--theme-color-dark);

  z-index: 1;

  font-size: 22px;

  display: block;

  border-radius: 50%;

  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

          box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.play-now .ripple,

.play-now .ripple:before,

.play-now .ripple:after {

  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);

          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);

  -webkit-animation: ripple 3s infinite;

          animation: ripple 3s infinite;

}

.play-now .ripple.light,

.play-now .ripple:before.light,

.play-now .ripple:after.light {

  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);

          box-shadow: 0 0 0 0 rgb(255, 255, 255);

}

.play-now .ripple.light:before, .play-now .ripple.light:after,

.play-now .ripple:before.light:before,

.play-now .ripple:before.light:after,

.play-now .ripple:after.light:before,

.play-now .ripple:after.light:after {

  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);

          box-shadow: 0 0 0 0 rgb(255, 255, 255);

}

.play-now .ripple:before {

  -webkit-animation-delay: 0.9s;

  animation-delay: 0.9s;

  content: "";

  position: absolute;

}

.play-now .ripple:after {

  -webkit-animation-delay: 0.6s;

  animation-delay: 0.6s;

  content: "";

  position: absolute;

}



@-webkit-keyframes ripple {

  70% {

    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);

    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);

    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);

  }

}



@keyframes ripple {

  70% {

    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);

    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);

    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);

  }

}

.play-now-two {

  height: 150px;

  width: 150px;

  background-color: rgba(21, 21, 21, 0.5);

  border-radius: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 34px;

  color: #ffffff;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  -webkit-animation: zoom-one 3s infinite linear;

          animation: zoom-one 3s infinite linear;

}

.play-now-two:hover {

  color: #ff9205;

  background-color: #ffffff;

}



/*======================

    Contact Info Button 

======================*/

.info-btn {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  font-size: 15px;

  padding-left: 70px;

  text-align: left;

  font-weight: 700;

  line-height: 20px;

  min-height: 62px;

  font-family: "Playfair Display", serif;

}

@media (max-width: 991.98px) {

  .info-btn {

    padding-left: 70px;

  }

}

.info-btn:hover .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.info-btn small {

  display: block;

  font-size: 18px;

  font-weight: 700;

  color: var(--theme-color-dark);

  margin-bottom: 8px;

}

@media (max-width: 991.98px) {

  .info-btn small {

    font-size: 14px;

    margin-bottom: 15px;

  }

}

.info-btn strong {

  font-size: 24px;

  font-weight: 700;

  color: #01553e;

}

@media (max-width: 991.98px) {

  .info-btn strong {

    font-size: 26px;

  }

}

@media (max-width: 575.98px) {

  .info-btn strong {

    font-size: 20px;

  }

}

.info-btn .icon {

  position: absolute;

  left: 0;

  top: 5px;

  width: 52px;

  height: 52px;

  line-height: 52px;

  text-align: center;

  border-radius: 50%;

  font-size: 24px;

  color: var(--theme-color-light);

  background-color: #01553e;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .info-btn .icon {

    width: 60px;

    height: 60px;

    line-height: 60px;

  }

}

.info-btn:hover {

  color: #01553e;

}



.info-btn-two {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  font-size: 15px;

  text-align: left;

  font-weight: 700;

  line-height: 20px;

  min-height: 74px;

  padding: 0 42px;

  padding-left: 90px;

  border-radius: 50px;

  background-color: var(--theme-color-light);

  font-family: "Playfair Display", serif;

}

@media (max-width: 991.98px) {

  .info-btn-two {

    padding-left: 70px;

  }

}

.info-btn-two small {

  display: block;

  font-size: 14px;

  font-weight: 400;

  color: var(--theme-color-dark);

  margin-bottom: 0;

}

.info-btn-two strong {

  font-size: 16px;

  font-weight: 700;

  color: var(--theme-color-dark);

}

.info-btn-two .icon {

  position: absolute;

  left: 8px;

  top: 10px;

  width: 52px;

  height: 52px;

  line-height: 52px;

  text-align: center;

  border-radius: 50%;

  font-size: 24px;

  color: var(--theme-color-light);

  background-color: #01553e;

}

.info-btn-two:hover {

  color: #01553e;

}



.styled-pagination {

  position: relative;

  max-width: 356px;

  margin: 12px auto;

  width: 100%;

  margin-top: 60px;

  background-color: transparent;

}

.styled-pagination .swiper-pagination-progressbar-fill {

  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));

  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);

}

.styled-pagination .swiper-pagination-progressbar-fill:before {

  position: absolute;

  top: -7px;

  height: 15px;

  width: 15px;

  background-color: #01553e;

  border-radius: 50%;

  content: "";

}



.swiper-horizontal {}



.swiper-horizontal > .styled-scrollbar {

  border-radius: 2px;

  height: 3px;

  width: 356px;

  bottom: 11px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));

  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);

}



.swiper-horizontal > .styled-scrollbar > .swiper-scrollbar-drag {

  background-color: #01553e;

  border-radius: 50%;

  height: 15px;

  max-width: 15px;

  top: -6px;

  cursor: pointer;

}



/*================================

    Progress Bar

=================================*/

.skills {

  position: relative;

}

.skills .skill-item {

  position: relative;

  margin-bottom: 35px;

}

.skills .skill-item:last-child {

  margin-bottom: 0px;

}

.skills .skill-item .skill-header {

  position: relative;

  margin-bottom: 6px;

  margin-top: 31px;

}

.skills .skill-item .skill-header .skill-title {

  font-size: 14px;

  color: var(--theme-color-dark);

  font-weight: 600;

  font-family: "Nunito Sans", sans-serif;

}

.skills .skill-item .skill-bar {

  position: relative;

  width: 100%;

  height: 6px;

  border-radius: 6px;

}

.skills .skill-item .skill-bar .bar-inner {

  position: relative;

  width: 100%;

  height: 6px;

}

.skills .skill-item .skill-bar .bar-inner .bar {

  position: absolute;

  left: 0px;

  top: 0px;

  height: 5px;

  -webkit-transition: all 3000ms ease;

  transition: all 3000ms ease;

  background-color: var(--theme-color2);

}

.skills .skill-item .skill-bar .bar-inner .bar:before {

  border: 1px solid #d7d7d7;

  content: "";

  top: -4px;

  left: -3px;

  position: absolute;

  width: calc(100% + 6px);

  height: calc(100% + 6px);

}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {

  position: absolute;

  right: 8px;

  bottom: 100%;

  margin-bottom: 15px;

  font-size: 14px;

  color: var(--theme-color2);

  -webkit-transform: translateX(50%);

  transform: translateX(50%);

  height: 26px;

  text-align: center;

}



/*========================

  Select2 Dropdown Plugin

========================*/

.select2-dropdown {

  border: 1px solid #eee;

}



.select2-results__option {

  padding: 0 10px;

  color: #7c858c;

  border: 0;

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

  color: #7c858c;

  padding-left: 0;

}



.select2-container--default .select2-results__option--highlighted[aria-selected] {

  background-color: #01553e;

}



.select2-container--default .select2-search--dropdown .select2-search__field {

  height: 30px;

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

  bottom: 1px;

  height: auto;

  width: 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 12px;

  color: #7c858c;

}



.select2-container--default .select2-selection--single .select2-selection__arrow:before {

  position: relative;

  content: "\f107";

  font-family: "Font Awesome 6 Pro";

}



.select2-container--default .select2-selection--single .select2-selection__arrow b {

  display: none;

}



.select2-container--default .select2-selection--single {

  border-radius: 0;

}



.default-navs .owl-next,

.default-navs .owl-prev {

  display: block;

  margin: 0px 5px;

  height: 65px;

  width: 65px;

  color: #01553e;

  border-radius: 50%;

  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);

          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);

  border: 1px solid #ffffff;

  font-size: 16px;

  line-height: 63px;

  font-weight: 700;

  text-align: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.default-navs .owl-next span,

.default-navs .owl-prev span {

  display: inline-block;

  background: var(--gradient-1);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

}

.default-navs .owl-next:hover,

.default-navs .owl-prev:hover {

  -webkit-box-shadow: 0;

          box-shadow: 0;

  border: 1px solid var(--theme-color2);

}



.custom-navs .owl-nav {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.custom-navs .owl-nav .owl-prev,

.custom-navs .owl-nav .owl-next {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 50px;

  width: 87px;

  padding-left: 20px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-transition: all 200ms ease;

  transition: all 200ms ease;

}

.custom-navs .owl-nav .owl-prev:before,

.custom-navs .owl-nav .owl-next:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 50px;

  width: 50px;

  background-color: #01553e;

  opacity: 0.1;

  content: "";

  border-radius: 50px;

  -webkit-transition: all 200ms ease;

  transition: all 200ms ease;

}

.custom-navs .owl-nav .owl-prev:hover,

.custom-navs .owl-nav .owl-next:hover {

  padding: 0 17px;

}

.custom-navs .owl-nav .owl-prev:hover:before,

.custom-navs .owl-nav .owl-next:hover:before {

  width: 100%;

}

.custom-navs .owl-nav .owl-next {

  padding-left: 0;

  padding-right: 20px;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}

.custom-navs .owl-nav .owl-next:before {

  left: auto;

  right: 0;

}



.custom-navs-two .owl-nav {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: absolute;

  left: 0;

  right: 0;

  top: -55px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.custom-navs-two .owl-nav:before {

  border-top: 1px solid #000;

  content: "";

  position: absolute;

  left: calc(50% + 32px);

  width: 44.6%;

  opacity: 10%;

}

.custom-navs-two .owl-nav:after {

  border-top: 1px solid #000;

  content: "";

  position: absolute;

  right: calc(50% + 32px);

  width: 44.6%;

  opacity: 10%;

}

.custom-navs-two .owl-nav .owl-prev,

.custom-navs-two .owl-nav .owl-next {

  background-color: #F9F6F1;

  color: var(--theme-color-dark);

  font-size: 8px;

  position: relative;

  line-height: 16px;

  height: 16px;

  width: 16px;

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  opacity: 1;

}

.custom-navs-two .owl-nav .owl-prev:hover,

.custom-navs-two .owl-nav .owl-next:hover {

  background-color: #01553e;

  color: var(--theme-color-light);

}

.custom-navs-two .owl-nav .owl-next {

  margin-left: 4px;

  padding-left: 0;

  padding-right: 0;

}



.disable-navs .owl-nav {

  display: none;

}



/*==========================

	Nav Style One

===========================*/

.nav-style-one {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  z-index: 9;

}

.nav-style-one .next,

.nav-style-one .prev {

  margin-right: 38px;

  padding: 18px 25px;

  padding-left: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.nav-style-one .next .icon,

.nav-style-one .prev .icon {

  position: relative;

  display: inline-block;

}

.nav-style-one .next .icon:before,

.nav-style-one .prev .icon:before {

  position: absolute;

  top: 0;

  margin-top: -20px;

  right: -25px;

  height: 52px;

  width: 52px;

  border: 1px dotted #fff;

  border-radius: 100px;

  content: "";

  z-index: -1;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.nav-style-one .next:hover .icon:before,

.nav-style-one .prev:hover .icon:before {

  background-color: rgba(255, 255, 255, 0.15);

  width: 125px;

}

.nav-style-one .prev {

  margin-right: 0;

  padding-left: 25px;

  padding-right: 0;

}

.nav-style-one .prev .icon:before {

  left: -25px;

  right: auto;

}

.nav-style-one .swiper-button-disabled {

  opacity: 0.5;

  pointer-events: none;

}

.nav-style-one.dark .next .icon:before,

.nav-style-one.dark .prev .icon:before {

  border: 1px solid #797979;

}



/*==========================

	Default Tabs

===========================*/

.default-tabs {

  position: relative;

  overflow: hidden;

  margin-bottom: 30px;

}



.default-tabs .tab-buttons {

  position: relative;

  margin-bottom: 30px;

}



.default-tabs .tab-buttons li {

  position: relative;

  float: left;

  font-weight: 600;

  font-size: 18px;

  padding: 15px 35px;

  color: #01553e;

  line-height: 20px;

  border-radius: 5px;

  background-color: #ffffff;

  cursor: pointer;

  margin-right: 20px;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-tabs .tab-buttons li:last-child {

  margin-right: 0;

}



.default-tabs .tab-buttons li.active-btn {

  background: var(--gradient-1);

  color: #ffffff;

}



.default-tabs .tabs-content {

  position: relative;

  width: 100%;

}

.mb-8{position:relative}

.mb-8 svg{position:absolute; top:19px}

.blockquote-style-one {

  position: relative;

  font-size: 14px;

  line-height: 24px;

  color: var(--theme-color-dark);

  padding: 0 0 0 25px;

  background-color: #fff;

  -webkit-box-shadow: none;

          box-shadow: none;

  font-family: "Playfair Display", serif;

  font-weight: 600;

  margin-bottom: 30px;

}

.blockquote-style-one:before {

  position: absolute;

  left: 0;

  top: 3px;

  bottom: 3px;

  width: 3px;

  z-index: 2;

  background-color: #01553e;

  content: "";

}



.box-shadow-none,

.box_shadow_none {

  -webkit-box-shadow: none !important;

          box-shadow: none !important;

}



.button-circle {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  padding-bottom: 30px;

}

.button-circle .inner {

  width: 140px;

  height: 140px;

  line-height: 153px;

  text-align: center;

}

.button-circle .inner .shape-circle1 {

  position: absolute;

  top: 0;

  left: 0;

}

.button-circle .inner .icon {

  width: 106px;

  height: 106px;

  text-align: center;

  line-height: 106px;

  border-radius: 50%;

  color: var(--theme-color-dark);

  background-color: #01553e;

  font-size: 34px;

}

.button-circle .inner .text-circle-box {

  position: relative;

}

.button-circle .inner .text-circle-box svg {

  fill: #fff;

  -webkit-transform-origin: 50% 50% 0;

          transform-origin: 50% 50% 0;

  -webkit-transform: rotate(0deg);

          transform: rotate(0deg);

  font-size: 24px;

  font-weight: 400;

  letter-spacing: 12px;

  text-transform: uppercase;

}



.bg-cover {

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  background-position: center;

}



.fix {

  overflow: hidden;

}



.theme-btn {

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  gap: 7px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  text-align: center;

  white-space: nowrap;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



/***

==================================================================

btn-style-one

==================================================================



***/

.btn-style-one:hover {

  color: var(--theme-color-white);

}

.btn-style-one:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

          transform-origin: bottom left;

}

.btn-style-one:hover .arrow-right {

  background-color: var(--theme-color-lighter);

  color: var(--theme-color2);

  -webkit-transform: rotate(0);

          transform: rotate(0);

}

.btn-style-one:hover .arrow-right img {

  -webkit-filter: invert(1);

          filter: invert(1);

}

.btn-style-one {

  font-size: 15px;

  text-transform: uppercase;

  font-weight: 700;

  text-align: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  line-height: 1;

  display: inline-block;

  position: relative;

  margin-top: 0;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  gap: 10px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  overflow: hidden;

  z-index: 1;

 

  background: transparent;

  color: #fff;

  padding: 10px 20px;

}

.btn-style-one:before {

  position: absolute;

  content: "";

  background-color:#fe0000;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: -1;

  -webkit-transform: scale(0, 1);

          transform: scale(0, 1);

  -webkit-transform-origin: top right;

          transform-origin: top right;

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

}

.btn-style-one .arrow-right {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: #01553e;

  border-radius: 50%;

  color: var(--theme-color-white);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 18px;

  -ms-flex-negative: 0;

      flex-shrink: 0;

  font-weight: normal;

  height: 40px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  line-height: 40px;

  position: relative;

  -webkit-transform: rotate(-30deg);

          transform: rotate(-30deg);

  width: 40px;

  z-index: 1;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



/***



==================================================================

btn style two

==================================================================



***/

.btn-style-two:hover {

  color: var(--theme-color-white);

}

.btn-style-two:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

          transform-origin: bottom left;

}

.btn-style-two:hover .arrow-right {

  background-color: var(--theme-color-white);

  color: var(--theme-color2);

  -webkit-transform: rotate(0);

          transform: rotate(0);

}

.btn-style-two:hover .arrow-right img {

  -webkit-filter: invert(1);

          filter: invert(1);

}

.btn-style-two {

    background-color: #fe0000;

    color: #ffffff;

    font-size: 15px;

    text-transform: uppercase;

    font-weight: 700;

    text-align: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    line-height: 1;

    display: inline-block;

    position: relative;

    padding: 8px 10px 8px 30px;

    border-radius: 40px;

    margin-top: 0;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    gap: 10px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    overflow: hidden;

    z-index: 1;

}

.btn-style-two:before {

  position: absolute;

  content: "";

  background-color: #fe0000;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: -1;

  -webkit-transform: scale(0, 1);

          transform: scale(0, 1);

  -webkit-transform-origin: top right;

          transform-origin: top right;

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

}

.btn-style-two .arrow-right {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: #000000;

  border-radius: 50%;

  color: var(--theme-color-white);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-negative: 0;

      flex-shrink: 0;

  font-size: 18px;

  font-weight: normal;

  height: 40px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  line-height: 40px;

  position: relative;

  -webkit-transform: rotate(-30deg);

          transform: rotate(-30deg);

  width: 40px;

  z-index: 1;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



/***



==================================================================

btn-style-three

==================================================================



***/

.btn-style-three {

  background: transparent;

  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);

  border-radius: 14px;

  color: rgba(var(--theme-color-white-rgb), 0.55);

  padding: 15px 30px 15px;

  font-family: "Playfair Display", serif;

  font-weight: 600;

  font-size: 16px;

  line-height: 19px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  position: relative;

  overflow: hidden;

  text-transform: capitalize;

  z-index: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.btn-style-three:before {

  background-color: #01553e;

  border-radius: 0;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  content: "";

  -webkit-transform: scale(0, 1);

          transform: scale(0, 1);

  -webkit-transform-origin: top right;

          transform-origin: top right;

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  z-index: -1;

}

.btn-style-three .btn-title {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.btn-style-three:hover {

  color: var(--theme-color1-text-color);

}

.btn-style-three:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

          transform-origin: bottom left;

}



/***



==================================================================

btn-style-four

==================================================================



***/

.btn-style-four {

  background: transparent;

  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);

  border-radius: 14px;

  color: var(--text-color);

  padding: 15px 30px 15px;

  font-family: "Playfair Display", serif;

  font-weight: 600;

  font-size: 16px;

  line-height: 19px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  position: relative;

  overflow: hidden;

  text-transform: capitalize;

  z-index: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.btn-style-four:before {

  background-color: #01553e;

  border-radius: 0;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  content: "";

  -webkit-transform: scale(0, 1);

          transform: scale(0, 1);

  -webkit-transform-origin: top right;

          transform-origin: top right;

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  z-index: -1;

}

.btn-style-four .btn-title {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.btn-style-four:hover {

  color: var(--theme-color1-text-color);

}

.btn-style-four:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

          transform-origin: bottom left;

}



/***



==================================================================

btn-style-five

==================================================================



***/

.btn-style-five {

  background: transparent;

  border: 1px solid var(--theme-color2);

  border-radius: 14px;

  color: var(--theme-color2);

  padding: 14px 29.5px 14px;

  font-family: "Playfair Display", serif;

  font-weight: 600;

  font-size: 16px;

  line-height: 19px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  position: relative;

  overflow: hidden;

  text-transform: capitalize;

  z-index: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.btn-style-five:before {

  background-color: #01553e;

  border-radius: 0;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  content: "";

  -webkit-transform: scale(0, 1);

          transform: scale(0, 1);

  -webkit-transform-origin: top right;

          transform-origin: top right;

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  z-index: -1;

}

.btn-style-five .btn-title {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.btn-style-five:hover {

  border-color: #01553e;

  color: var(--theme-color1-text-color);

}

.btn-style-five:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

          transform-origin: bottom left;

}



.accordion-box {

  position: relative;

}

.accordion-box .block {

  position: relative;

  background-color: #ffffff;

  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);

          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);

  margin-bottom: 10px;

}

.accordion-box .block .acc-btn {

    position: relative;

    color: var(--headings-color);

    font-family: "Playfair Display", serif;

    font-weight: var(--h4-font-weight);

    font-size: 18px;

    cursor: pointer;

    padding: 9px 30px;

    padding-right: 70px;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

    border: 1px solid #c5c5c5;

}

.accordion-box .block .acc-btn .icon {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: absolute;

  right: 30px;

  top: 50%;

  height: 35px;

  font-size: 18px;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  line-height: 2;

  color: var(--theme-color-dark);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.accordion-box .block .acc-btn.active {

    background-color: #121111;

    color: #ffffff;

}

.accordion-box .block .acc-btn.active .icon {

  color: var(--text-color-bg-theme-color2);

}

.accordion-box .block .acc-btn.active .icon:before {

  content: "\f068";

}

.accordion-box .block .acc-content {

  position: relative;

  display: none;

}

.accordion-box .block .acc-content .content {

    position: relative;

    padding: 25px 30px;

    border: 1px solid gainsboro;

}

.accordion-box .block .acc-content .content .text {

  display: block;

  font-size: 15px;

  line-height: 30px;

  color: #000000;

  margin-bottom: 0;

}

.accordion-box .block .acc-content.current {

  display: block;

}

.accordion-box.home7-style {

  position: relative;

}

.accordion-box.home7-style .block {

  background-color: #ffffff;

  border: 1px solid rgba(24, 24, 32, 0.1);

  -webkit-box-shadow: none;

          box-shadow: none;

  margin-bottom: 10px;

  position: relative;

}

.accordion-box.home7-style .block .acc-btn {

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  color: var(--headings-color);

  cursor: pointer;

  font-family: "Playfair Display", serif;

  font-weight: var(--h4-font-weight);

  font-size: 20px;

  padding: 20px 30px;

  padding-right: 70px;

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.accordion-box.home7-style .block .acc-btn .icon {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: rgba(24, 24, 32, 0.1);

  border-radius: 50%;

  color: #01553e;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 10px;

  height: 30px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  line-height: 30px;

  position: absolute;

  right: 30px;

  text-align: center;

  top: 50%;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  width: 30px;

}

.accordion-box.home7-style .block .acc-btn.active {

  background-color: var(--headings-color);

  color: #fff;

}

.accordion-box.home7-style .block .acc-btn.active .icon {

  background-color: #01553e;

  color: var(--theme-color-white);

}

.accordion-box.home7-style .block .acc-btn.active .icon:before {

  content: "\f063";

}

.accordion-box.home7-style .block .acc-content {

  position: relative;

  display: none;

}

.accordion-box.home7-style .block .acc-content .content {

  position: relative;

  padding: 25px 30px;

}

.accordion-box.home7-style .block .acc-content .content .text {

  display: block;

  font-size: 16px;

  line-height: 30px;

  color: #808287;

  margin-bottom: 0;

}

.accordion-box.home7-style .block .acc-content .content .acrdn-list {

  color: rgba(255, 255, 255, 0.6);

  font-family: "Nunito Sans", sans-serif;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  letter-spacing: 0.02em;

  line-height: 24px;

  text-transform: capitalize;

}

.accordion-box.home7-style .block .acc-content .content .acrdn-list .list {

  margin-bottom: 15px;

  margin-left: 15px;

  list-style-type: disc;

}

.accordion-box.home7-style .block .acc-content.current {

  display: block;

}

.accordion-box.home7-style .block.active-block {

  background-color: var(--headings-color);

}

.accordion-box.home7-style .block.active-block .acc-content .content .text {

  color: var(--theme-color-white);

}



@-webkit-keyframes borderanimate2 {

  0% {

    -webkit-transform: translate(-50%, -50%) scale(0.8);

            transform: translate(-50%, -50%) scale(0.8);

  }

  60% {

    opacity: 1;

  }

  100% {

    -webkit-transform: translate(-50%, -50%) scale(2.5);

            transform: translate(-50%, -50%) scale(2.5);

    opacity: 0;

  }

}



@keyframes borderanimate2 {

  0% {

    -webkit-transform: translate(-50%, -50%) scale(0.8);

            transform: translate(-50%, -50%) scale(0.8);

  }

  60% {

    opacity: 1;

  }

  100% {

    -webkit-transform: translate(-50%, -50%) scale(2.5);

            transform: translate(-50%, -50%) scale(2.5);

    opacity: 0;

  }

}

/*** 



====================================================================

  Anim Icons

====================================================================



***/

.reveal {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  visibility: hidden;

  overflow: hidden;

}

.reveal img {

  height: 100%;

  width: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  -webkit-transform-origin: left;

          transform-origin: left;

}



.anim-icons {

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  height: 100%;

  width: 100%;

  margin: 0 auto;

  pointer-events: none;

}

.anim-icons .shape-leaf1 {

  position: absolute;

  left: 39px;

  bottom: 0;

}

@media (max-width: 1599.98px) {

  .anim-icons .shape-leaf1 {

    display: none;

  }

}

.anim-icons .shape-leaf2 {

  position: absolute;

  right: 39px;

  bottom: 0;

}

@media (max-width: 1599.98px) {

  .anim-icons .shape-leaf2 {

    display: none;

  }

}

.anim-icons.align-top .shape-leaf1,

.anim-icons.align-top .shape-leaf2 {

  bottom: auto;

  top: 0;

}



[text-split] {

  opacity: 0;

}



.word {

  overflow: hidden;

  padding-bottom: 0;

  margin-bottom: -0.1em;

  -webkit-transform-origin: bottom;

          transform-origin: bottom;

}



.anim-icons.full-width {

  max-width: 100%;

  pointer-events: none;

}



.anim-icons .icon {

  position: absolute;

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100%;

}



.icon-wheel-1 {

  width: 144px;

  height: 163px;

  background-image: url(../images/icons/icon-wheel-1.png);

}



.icon-wheel-2 {

  width: 144px;

  height: 163px;

  background-image: url(../images/icons/icon-wheel-2.png);

}



.icon-wheel-3 {

  width: 149px;

  height: 147px;

  background-image: url(../images/icons/icon-wheel-3.png);

}



.icon-wheel-5 {

  width: 144px;

  height: 163px;

  background-image: url(../images/icons/icon-wheel-5.png);

}



.icon-wheel-compass-1 {

  width: 171px;

  height: 176px;

  background-image: url(../images/icons/icon-wheel-compass-1.png);

}



.icon-wheel-compass-2 {

  width: 97px;

  height: 99px;

  background-image: url(../images/icons/icon-wheel-compass-2.png);

}



.icon-wheel-compass-3 {

  width: 103px;

  height: 106px;

  background-image: url(../images/icons/icon-wheel-compass-3.png);

}



.icon-anchor-1 {

  width: 138px;

  height: 136px;

  background-image: url(../images/icons/icon-anchor-1.png);

}



.icon-sailboat-line-1 {

  width: 431px;

  height: 705px;

  background-image: url(../images/icons/icon-sailboat-line-1.png);

}



.icon-sailboat-line-3 {

  width: 242px;

  height: 250px;

  background-image: url(../images/icons/icon-sailboat-line-3.png);

}



.icon-sailboat-line-4 {

  width: 369px;

  height: 728px;

  background-image: url(../images/icons/icon-sailboat-line-4.png);

}



.icon-big-boat-1 {

  width: 800px;

  height: 464px;

  background-image: url(../images/icons/icon-big-boat-1.png);

}



.icon-big-boat-2 {

  width: 229px;

  height: 739px;

  background-image: url(../images/icons/icon-big-boat-2.png);

}



.icon-big-boat-3 {

  width: 373px;

  height: 126px;

  background-image: url(../images/icons/icon-big-boat-3.png);

}



.icon-big-boat-5 {

  width: 229px;

  height: 739px;

  background-image: url(../images/icons/icon-big-boat-5.png);

}



.icon-pattern1 {

  width: 494px;

  height: 465px;

  background-image: url(../images/background/footer1-pattern1.png);

}



.icon-pattern2 {

  width: 247px;

  height: 477px;

  background-image: url(../images/background/footer1-pattern2.png);

}



.icon-plane-1 {

  width: 350px;

  height: 349px;

  background-image: url(../images/icons/icon-plane-1.png);

}



.icon-plane-2 {

  width: 106px;

  height: 640px;

  background-image: url(../images/icons/icon-plane-2.png);

}



.icon-plane-3 {

  width: 455px;

  height: 420px;

  background-image: url(../images/icons/icon-plane-3.png);

}



.icon-plane-4 {

  width: 301px;

  height: 336px;

  background-image: url(../images/icons/icon-plane-4.png);

}



.icon-plane-5 {

  width: 313px;

  height: 253px;

  background-image: url(../images/icons/icon-plane-5.png);

}



.icon-plane-6 {

  width: 188px;

  height: 110px;

  background-image: url(../images/icons/icon-plane-6.png);

}



.icon-plane-7 {

  width: 256px;

  height: 255px;

  background-image: url(../images/icons/icon-plane-7.png);

}



.icon-plane-8 {

  width: 374px;

  height: 194px;

  background-image: url(../images/icons/icon-plane-8.png);

}



.icon-plane-9 {

  width: 313px;

  height: 253px;

  background-image: url(../images/icons/icon-plane-9.png);

}



.icon-big-arrow {

  width: 1279px;

  height: 250px;

  background-image: url(../images/banner/icon-big-arrow.png);

}



.icon-arrow {

  width: 42px;

  height: 64px;

  background-image: url(../images/icons/icon-arrow.png);

}



.icon-arrow-2 {

  width: 92px;

  height: 35px;

  background-image: url(../images/icons/icon-arrow-2.png);

}



.icon-big-bus {

  width: 807px;

  height: 621px;

  background-image: url(../images/icons/icon-big-bus.png);

}



.icon-bus {

  width: 623px;

  height: 432px;

  background-image: url(../images/icons/icon-bus.png);

}



.icon-bus-2 {

  width: 218px;

  height: 198px;

  background-image: url(../images/icons/icon-bus-2.png);

}



.icon-bus-3 {

  width: 800px;

  height: 502px;

  background-image: url(../images/icons/icon-bus-3.png);

}



.overlay-1 {

  width: 200px;

  height: 204px;

  background-image: url(../images/icons/overlay-1.png);

}



.overlay-2 {

  width: 860px;

  height: 621px;

  background-image: url(../images/icons/overlay-2.png);

}



.overlay-3 {

  width: 491px;

  height: 500px;

  background-image: url(../images/icons/overlay-3.png);

}



.overlay-4 {

  width: 1078px;

  height: 621px;

  background-image: url(../images/icons/overlay-4.png);

}



.overlay-5 {

  width: 379px;

  height: 297px;

  background-image: url(../images/icons/overlay-5.png);

}



.overlay-6 {

  width: 1706px;

  height: 780px;

  background-image: url(../images/icons/overlay-6.png);

}



.icon-shapes {

  width: 92px;

  height: 144px;

  background-image: url(../images/icons/icon-box.png);

}



.icon-box-2 {

  width: 233px;

  height: 194px;

  background-image: url(../images/icons/icon-box-2.png);

}



.icon-border-3 {

  width: 137px;

  height: 18px;

  background-image: url(../images/icons/icon-border-3.png);

}



.icon-quote {

  width: 92px;

  height: 66px;

  background-image: url(../images/icons/icon-quote.png);

}



.icon-quote-2 {

  width: 137px;

  height: 99px;

  background-image: url(../images/icons/icon-quote-2.png);

}



.icon-container {

  width: 615px;

  height: 396px;

  background-image: url(../images/icons/icon-container.png);

}



.icon-dots {

  width: 730px;

  height: 565px;

  background-image: url(../images/icons/icon-dots.png);

}



.icon-dots-2 {

  width: 679px;

  height: 676px;

  background-image: url(../images/icons/icon-dots-2.png);

}



.icon-dots-3 {

  width: 611px;

  height: 547px;

  background-image: url(../images/icons/icon-dots-3.png);

}



.icon-dots-4 {

  width: 810px;

  height: 666px;

  background-image: url(../images/icons/icon-dots-4.png);

}



.icon-dots-5 {

  width: 580px;

  height: 376px;

  background-image: url(../images/icons/icon-dots-5.png);

}



.icon-dotted-map {

  width: 987px;

  height: 478px;

  background-image: url(../images/icons/icon-dotted-map.png);

}



.icon-dotted-map-2 {

  width: 987px;

  height: 478px;

  background-image: url(../images/icons/icon-dotted-map-2.png);

}



.icon-city {

  width: 919px;

  height: 348px;

  background-image: url(../images/icons/icon-city.png);

}



.icon-city-2 {

  width: 541px;

  height: 205px;

  background-image: url(../images/icons/icon-city-2.png);

}



.bg-lines {

  width: 1532px;

  height: 100%;

  background-image: url(../images/icons/bg-lines.jpg);

}



.icon-city-3 {

  width: 541px;

  height: 205px;

  background-image: url(../images/icons/icon-city-3.png);

}



.bounce-y {

  -webkit-animation: bounce-y 5s infinite linear;

          animation: bounce-y 5s infinite linear;

}



.bounce-x {

  -webkit-animation: bounce-x 10s infinite linear;

          animation: bounce-x 10s infinite linear;

}



.zoom-one {

  -webkit-animation: zoom-one 10s infinite linear;

          animation: zoom-one 10s infinite linear;

}



.zoom-two {

  -webkit-animation: zoom-two 5s infinite linear;

          animation: zoom-two 5s infinite linear;

}



.zoom-three {

  -webkit-animation: zoom-three 5s infinite linear;

          animation: zoom-three 5s infinite linear;

}



.reveal-left {

  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);

  -webkit-transition: all 0.8s;

  transition: all 0.8s;

  -webkit-transition-delay: 0.3s;

  transition-delay: 0.3s;

}

.reveal-left.animated {

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

}



.reveal-right {

  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);

  -webkit-transition: all 0.8s;

  transition: all 0.8s;

  -webkit-transition-delay: 0.3s;

  transition-delay: 0.3s;

}

.reveal-right.animated {

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

}



@-webkit-keyframes float {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

  50% {

    -webkit-transform: translateY(-10px);

            transform: translateY(-10px);

  }

  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}



@keyframes float {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

  50% {

    -webkit-transform: translateY(-10px);

            transform: translateY(-10px);

  }

  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}

@-webkit-keyframes bounce-y {

  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 bounce-y {

  0% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

  50% {

    -webkit-transform: translateY(-30px);

            transform: translateY(-30px);

  }

  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}

@-webkit-keyframes bounce-x {

  0% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

  50% {

    -webkit-transform: translateX(30px);

            transform: translateX(30px);

  }

  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

}

@keyframes bounce-x {

  0% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

  50% {

    -webkit-transform: translateX(30px);

            transform: translateX(30px);

  }

  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

}

@-webkit-keyframes zoom-one {

  0% {

    -webkit-transform: scale(0.95);

            transform: scale(0.95);

  }

  50% {

    -webkit-transform: scale(1.05);

            transform: scale(1.05);

  }

  100% {

    -webkit-transform: scale(0.95);

            transform: scale(0.95);

  }

}

@keyframes zoom-one {

  0% {

    -webkit-transform: scale(0.95);

            transform: scale(0.95);

  }

  50% {

    -webkit-transform: scale(1.05);

            transform: scale(1.05);

  }

  100% {

    -webkit-transform: scale(0.95);

            transform: scale(0.95);

  }

}

@-webkit-keyframes zoom-two {

  0% {

    -webkit-transform: scale(1);

            transform: scale(1);

  }

  50% {

    -webkit-transform: scale(0.95);

            transform: scale(0.95);

  }

  100% {

    -webkit-transform: scale(1);

            transform: scale(1);

  }

}

@keyframes zoom-two {

  0% {

    -webkit-transform: scale(1);

            transform: scale(1);

  }

  50% {

    -webkit-transform: scale(0.95);

            transform: scale(0.95);

  }

  100% {

    -webkit-transform: scale(1);

            transform: scale(1);

  }

}

@-webkit-keyframes round-shape-anim {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);

            box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);

  }

  100% {

    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);

            box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);

  }

}

@keyframes round-shape-anim {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);

            box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);

  }

  100% {

    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);

            box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);

  }

}

.overlay-anim {

  position: relative;

}

.overlay-anim:after {

  background: rgba(255, 255, 255, 0.3);

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 0;

  opacity: 1;

  z-index: 9;

  pointer-events: none;

}

.overlay-anim:hover:after {

  height: 100%;

  opacity: 0;

  -webkit-transition: all 400ms linear;

  transition: all 400ms linear;

}



.overlay-anim-two {

  position: relative;

  overflow: hidden;

  margin-bottom: 0;

}

.overlay-anim-two:hover:after {

  left: 0;

  right: 0;

  opacity: 0;

  -webkit-transition: all 400ms linear;

  transition: all 400ms linear;

}

.overlay-anim-two:after {

  background: rgba(255, 255, 255, 0.3);

  bottom: 0;

  content: "";

  left: 50%;

  position: absolute;

  right: 51%;

  top: 0;

  opacity: 1;

  pointer-events: none;

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

}



@-webkit-keyframes rotate {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}



@keyframes rotate {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

.animation__rotate {

  -webkit-animation: rotate 30s linear infinite;

          animation: rotate 30s linear infinite;

}



@-webkit-keyframes rotateY {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

            transform: rotate(-360deg);

  }

}



@keyframes rotateY {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(-360deg);

            transform: rotate(-360deg);

  }

}

.animation__rotateY {

  -webkit-animation: rotateY 30s linear infinite;

          animation: rotateY 30s linear infinite;

}



@-webkit-keyframes rotateX {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}



@keyframes rotateX {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

.animation__rotateX {

  -webkit-animation: rotateX 30s linear infinite;

          animation: rotateX 30s linear infinite;

}



@keyframes rotateX {

  0% {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

.rotateX {

  -webkit-animation: rotateX 30s linear infinite;

          animation: rotateX 30s linear infinite;

}



.circle {

  position: fixed;

  width: 10px;

  height: 10px;

  left: -10px;

  top: -10px;

  border-radius: 100%;

  z-index: 1;

  pointer-events: none;

  z-index: 10000;

  -webkit-transform: scale(1);

          transform: scale(1);

}

@supports (mix-blend-mode: difference) {

  .circle {

    background-color: white;

    mix-blend-mode: difference;

  }

}

@media only screen and (max-width: 1023px) {

  .circle {

    display: none !important;

  }

}



.circleZoom {

  -webkit-animation: circlezoomrotate 15s infinite linear;

          animation: circlezoomrotate 15s infinite linear;

  -webkit-animation-direction: alternate;

          animation-direction: alternate;

}



.circle-follow {

  position: fixed;

  mix-blend-mode: difference;

  width: 30px;

  height: 30px;

  left: -21px;

  top: -21px;

  border-radius: 100%;

  z-index: 1;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  pointer-events: none;

  z-index: 10000;

  -webkit-transform: scale(1);

          transform: scale(1);

}

@supports (mix-blend-mode: difference) {

  .circle-follow {

    border: 1px solid #fff;

    mix-blend-mode: difference;

  }

}

@media only screen and (max-width: 1023px) {

  .circle-follow {

    display: none !important;

  }

}



/* Animate 1 */

.owl-carousel .animate-7,

.owl-carousel .animate-6,

.owl-carousel .animate-5,

.owl-carousel .animate-4,

.owl-carousel .animate-3,

.owl-carousel .animate-2,

.owl-carousel .animate-1 {

  opacity: 0;

  -webkit-transform: translateY(100px);

          transform: translateY(100px);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.owl-carousel .animate-x {

  opacity: 0;

  -webkit-transform: translateX(100px);

          transform: translateX(100px);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.owl-carousel .active .animate-7,

.owl-carousel .active .animate-6,

.owl-carousel .active .animate-5,

.owl-carousel .active .animate-4,

.owl-carousel .active .animate-3,

.owl-carousel .active .animate-2,

.owl-carousel .active .animate-1 {

  opacity: 1;

  -webkit-transform: translateY(0);

          transform: translateY(0);

}

.owl-carousel .active .animate-2 {

  -webkit-transition-delay: 300ms;

          transition-delay: 300ms;

}

.owl-carousel .active .animate-3 {

  -webkit-transition-delay: 600ms;

          transition-delay: 600ms;

}

.owl-carousel .active .animate-4 {

  -webkit-transition-delay: 900ms;

          transition-delay: 900ms;

}

.owl-carousel .active .animate-5 {

  -webkit-transition-delay: 1200ms;

          transition-delay: 1200ms;

}

.owl-carousel .active .animate-6 {

  -webkit-transition-delay: 1500ms;

          transition-delay: 1500ms;

}

.owl-carousel .active .animate-7 {

  -webkit-transition-delay: 1800ms;

          transition-delay: 1800ms;

}



/***

====================================================================

   Amenities Style

====================================================================

***/

.amenities-section {

  position: relative;

}

.amenities-section .bg-img {

  bottom: 0;

  left: 0;

  opacity: 0.06;

  position: absolute;

}



.amenities-block .inner-block {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border: 1px solid var(--theme-color-gray);

  border-radius: 138px;

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: 186px 75px auto;

  grid-template-columns: 186px auto;

  gap: 75px;

  margin-bottom: 40px;

  padding: 20px;

  position: relative;

}

@media (max-width: 1199.98px) {

  .amenities-block .inner-block {

    gap: 30px;

  }

}

@media (max-width: 767.98px) {

  .amenities-block .inner-block {

    border-radius: 10px;

    padding: 30px;

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

@media (max-width: 320.98px) {

  .amenities-block .inner-block {

    padding: 30px 15px;

  }

}

.amenities-block .inner-block .image-box {

  position: relative;

}

.amenities-block .inner-block .image-box .image {

  border-radius: 50%;

  height: 186px;

  overflow: hidden;

  position: relative;

  width: 186px;

}

@media (max-width: 767.98px) {

  .amenities-block .inner-block .image-box .image {

    border-radius: 10px;

    height: auto;

    width: 100%;

  }

}

@media (max-width: 767.98px) {

  .amenities-block .inner-block .image-box .image {

    border-radius: 10px;

    height: auto;

    width: 100%;

  }

}

@media (max-width: 320.98px) {

  .amenities-block .inner-block .image-box .image {

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;

  }

}

.amenities-block .inner-block .image-box .image img {

  position: relative;

  width: 100%;

  display: block;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.amenities-block .inner-block .image-box .image img:first-child {

  bottom: 0px;

  opacity: 0;

  -webkit-filter: blur(10px);

          filter: blur(10px);

  left: 0px;

  position: absolute;

  right: 0px;

  top: 0px;

  -webkit-transform: translateX(50%) scaleX(2);

          transform: translateX(50%) scaleX(2);

  z-index: 1;

}

.amenities-block .inner-block .content-box {

  position: relative;

}

.amenities-block .inner-block .content-box .title-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 20px;

  margin-right: 58px;

  overflow: hidden;

  position: relative;

}

@media (max-width: 1199.98px) {

  .amenities-block .inner-block .content-box .title-box {

    margin-right: 100px;

  }

}

@media (max-width: 991.98px) {

  .amenities-block .inner-block .content-box .title-box {

    margin-left: 0;

    margin-right: 40px;

  }

}

@media (max-width: 767.98px) {

  .amenities-block .inner-block .content-box .title-box {

    display: block;

    margin-right: 0;

  }

}

@media (max-width: 575.98px) {

  .amenities-block .inner-block .content-box .title-box {

    display: block;

    max-width: none;

  }

}

.amenities-block .inner-block .content-box .title-box .title {

  font-style: italic;

  min-width: 280px;

  margin-bottom: 0;

  position: relative;

}

@media (max-width: 991.98px) {

  .amenities-block .inner-block .content-box .title-box .title {

    min-width: none;

  }

}

.amenities-block .inner-block .content-box .title-box .title:after {

  background-color: var(--theme-color-gray);

  bottom: 10px;

  content: "";

  height: 1px;

  left: calc(100% + 19px);

  right: 0;

  position: absolute;

  width: 1200px;

  z-index: -1;

}

@media (max-width: 575.98px) {

  .amenities-block .inner-block .content-box .title-box .title:after {

    display: none;

  }

}

.amenities-block .inner-block .content-box .title-box .read-more {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: var(--theme-color-white);

  color: var(--theme-color2);

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  gap: 5px;

  font-weight: 500;

  letter-spacing: -0.02em;

  margin-left: auto;

  margin-top: 8px;

  padding-left: 27px;

  text-decoration-line: underline;

}

@media (max-width: 767.98px) {

  .amenities-block .inner-block .content-box .title-box .read-more {

    padding-left: 0;

  }

}

.amenities-block .inner-block .content-box .title-box .read-more i,

.amenities-block .inner-block .content-box .title-box .read-more svg,

.amenities-block .inner-block .content-box .title-box .read-more img {

  color: #01553e;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.amenities-block .inner-block .content-box .title-box .read-more:hover i,

.amenities-block .inner-block .content-box .title-box .read-more:hover svg,

.amenities-block .inner-block .content-box .title-box .read-more:hover img {

  -webkit-transform: rotateX(180deg);

          transform: rotateX(180deg);

}

.amenities-block .inner-block .content-box .amenities-list {

  color: var(--theme-color2);

  display: -ms-grid;

  display: grid;

  font-weight: 500;

  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;

  grid-template-columns: repeat(3, 1fr);

  gap: 10px;

  -webkit-column-gap: 50px;

     -moz-column-gap: 50px;

          column-gap: 50px;

  list-style: none;

  padding: 0;

}

@media (max-width: 1299.98px) {

  .amenities-block .inner-block .content-box .amenities-list {

    -webkit-column-gap: 30px;

       -moz-column-gap: 30px;

            column-gap: 30px;

  }

}

@media (max-width: 1199.98px) {

  .amenities-block .inner-block .content-box .amenities-list {

    -ms-grid-columns: (1fr)[2];

    grid-template-columns: repeat(2, 1fr);

  }

}

@media (max-width: 519.98px) {

  .amenities-block .inner-block .content-box .amenities-list {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

.amenities-block .inner-block .content-box .amenities-list li {

  padding-left: 19px;

  position: relative;

}

.amenities-block .inner-block .content-box .amenities-list li::before {

  background-color: currentColor;

  color: #01553e;

  content: "";

  height: 7px;

  left: 0;

  position: absolute;

  top: 10px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

  width: 7px;

}

.amenities-block .inner-block:hover .image img:first-child {

  -webkit-filter: blur(0);

          filter: blur(0);

  opacity: 1;

  -webkit-transform: translateX(0) scaleX(1);

          transform: translateX(0) scaleX(1);

}

.amenities-block .inner-block:hover .image img:nth-child(2) {

  -webkit-filter: blur(10px);

          filter: blur(10px);

  opacity: 0;

  -webkit-transform: translateX(-50%) scaleX(2);

          transform: translateX(-50%) scaleX(2);

}



/*** 



====================================================================

  Search Popup

====================================================================



***/

.search-popup {

  position: fixed;

  left: 0;

  top: 0;

  height: 100vh;

  width: 100%;

  z-index: 99;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  overflow: hidden;

  -webkit-transform: scale(0.95);

          transform: scale(0.95);

}

.search-popup .search-back-drop {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: var(--theme-color-dark);

  opacity: 0.95;

}

.search-popup .close-search {

  position: absolute;

  top: 30px;

  right: 30px;

  font-size: 26px;

  color: var(--theme-color-light);

  z-index: 3;

  border-radius: 50%;

  background-color: transparent;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.search-popup .search-inner {

  position: relative;

  display: block;

  top: 40%;

  height: auto;

  z-index: 1;

  width: calc(100% - 60px);

  max-width: 800px;

  margin: auto;

  opacity: 0;

  -webkit-transform: translateY(-50px);

          transform: translateY(-50px);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.search-popup .form-group {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.search-popup .form-group input[type=search],

.search-popup .form-group input[type=text] {

  position: relative;

  display: block;

  line-height: 20px;

  font-size: 16px;

  width: 100%;

  height: 50px;

  border: 1px solid #e1e6dc;

  padding: 15px 20px;

  color: #707070;

  background: #ffffff;

  border-radius: 5px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.search-popup .form-group input[type=search]:focus,

.search-popup .form-group input[type=text]:focus {

  border-color: var(--border-theme-color2);

}

.search-popup .form-group button {

  background: #ffffff;

  border-radius: 5px;

  color: var(--theme-color-dark);

  display: block;

  font-size: 18px;

  font-weight: normal;

  height: 40px;

  line-height: 40px;

  position: absolute;

  right: 5px;

  top: 5px;

  width: 40px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.search-popup .form-group button:hover {

  color: var(--theme-color-dark);

}

.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {

  color: inherit;

}

.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {

  color: inherit;

}

.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {

  color: inherit;

}

.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {

  color: inherit;

}

.search-popup textarea::placeholder,

.search-popup input::placeholder {

  color: inherit;

}



.moblie-search-active .search-popup {

  opacity: 1;

  visibility: visible;

  -webkit-transform: scale(1);

          transform: scale(1);

  border-radius: 0%;

}

.moblie-search-active .search-popup .search-inner {

  opacity: 1;

  -webkit-transform: translateY(0);

          transform: translateY(0);

  -webkit-transition-delay: 500ms;

          transition-delay: 500ms;

}



/*** 



====================================================================

Main Header

====================================================================



***/

.main-header {

  position: absolute;

  width: 100%;

  z-index: 999;

}



.header-top {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.header-top .inner-container {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  width: 100%;

}

.header-top .top-left {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

@media (max-width: 1439.98px) {

  .header-top .top-center {

    display: none;

  }

}

.header-top .top-right {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-top .useful-links {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 10px 0;

}

.header-top .useful-links li {

  position: relative;

  margin-right: 30px;

  font-size: 12px;

  font-weight: 500;

  color: #bdbdbd;

  line-height: 20px;

  font-family: "Playfair Display", serif;

}

.header-top .useful-links li a {

  color: #bdbdbd;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.header-top .useful-links li a:hover {

  color: #01553e;

}



.main-header .logo {

  position: relative;

  display: block;

}

.main-header .logo img {

  max-width: 100%;

  height: auto;

}

.main-header .main-box {

  position: relative;

  left: 0px;

  top: 0px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 1023.98px) {

  .main-header .main-box {

    padding: 0;

  }

}

.main-header .main-box .nav-outer {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

@media (max-width: 1023.98px) {

  .main-header .main-box .nav-outer {

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: end;

  }

}



.main-menu {

  position: relative;

}

@media only screen and (max-width: 1023px) {

  .main-menu {

    display: none;

  }

}



.main-menu .navbar-header {

  display: none;

}



.main-menu .navbar-collapse {

  padding: 0px;

}



.main-menu .navigation {

  position: relative;

  top: 0;

}



.main-menu .navigation > li {

  position: relative;

  float: left;

  padding: 32.5px 0;

  margin-right: 59px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 1439.98px) {

  .main-menu .navigation > li {

    margin-right: 37px;

  }

}

@media (max-width: 1199.98px) {

  .main-menu .navigation > li {

    margin-right: 30px;

  }

}

.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {

  color: #01553e;

  left: 0;

  width: 100%;

}

.main-menu .navigation > li:last-child {

  margin-right: 0;

}

.main-menu .navigation > li:last-child:after {

  display: none;

}

.main-menu .navigation > li > a {

    position: relative;

    display: block;

    text-align: center;

    opacity: 1;

    color: #fff;

    font-size: 14px;

    /*border-bottom: 2px solid #01553e;*/

    line-height: 1.25;

    font-weight: 600;

    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

    text-transform: uppercase;

}

.main-menu .navigation > li > a:hover {

  color: #01553e;

}

.main-menu .navigation > li > a .icon {

  position: relative;

  font-size: 20px;

  line-height: 24px;

  margin-left: 10px;

}

.main-menu .navigation > li.dropdown > a:after {

  content: "\f107";

  display: none;

  font-family: "Font Awesome 6 Pro";

  font-size: 12px;

  font-weight: 900;

  height: 20px;

  line-height: 24px;

  margin-top: -2px;

  position: absolute;

  right: 0;

  top: 50%;

  width: 10px;

  z-index: 5;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.main-menu .navigation > li.dropdown:hover > ul {

  visibility: visible;

  opacity: 1;

  top: 100%;

  margin-top: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-menu .navigation > li > ul {

  position: absolute;

  left: 0px;

  top: 100%;

  width: 308px;

  z-index: 100;

  padding: 0;

  background-color: var(--theme-color-dark);

  margin-top: 30px;

  opacity: 0;

  display: none;

  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}

.main-menu .navigation > li > ul.from-right {

  left: auto;

  right: 0px;

}

.main-menu .navigation > li > ul > li {

  border-bottom: 1px solid var(--theme-color-gray);

  position: relative;

  width: 100%;

}

.main-menu .navigation > li > ul > li:last-child {

  border-bottom: none;

}

.main-menu .navigation > li > ul > li > a {

  color: var(--theme-color-white);

  display: block;

  font-size: 16px;

  font-weight: 400;

  margin: 0 30px;

  padding: 5px 0px;

  line-height: 29px;

  position: relative;

  text-align: left;

  text-transform: capitalize;

  -webkit-transition: all 200ms ease;

  transition: all 200ms ease;

}

.main-menu .navigation > li > ul > li > a .badge-menu {

  background-color: #336AEA;

  border-radius: 3px;

  color: #fff;

  font-size: 10px;

  font-weight: 500;

  line-height: 1;

  padding: 3.5px 5px 4.5px;

  display: inline-block;

  text-transform: capitalize;

  margin: 0 0 0 4px;

  position: relative;

  top: -3px;

  text-align: center;

}

.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-red {

  background-color: #ff3838;

}

.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-yellow {

  background-color: #ffaa17;

}

.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-dark {

  background-color: #222429;

}

.main-menu .navigation > li > ul > li:hover > a {

  color: #01553e;

}

.main-menu .navigation > li > ul > li.dropdown > a:after {

  font-family: "Font Awesome 6 Pro";

  content: "\f105";

  position: absolute;

  right: 0;

  top: 11px;

  display: block;

  line-height: 24px;

  font-size: 11px;

  font-weight: 900;

  z-index: 5;

}

.main-menu .navigation > li > ul > li.dropdown:hover > ul {

  visibility: visible;

  opacity: 1;

  top: 0px;

  margin-top: 20px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-menu .navigation > li > ul > li > ul {

  background-color: var(--theme-color-dark);

  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  display: none;

  left: 100%;

  margin-top: 10px;

  opacity: 0;

  padding: 10px 0 0;

  position: absolute;

  -webkit-transform: translateY(-30px);

          transform: translateY(-30px);

  top: 0px;

  width: 220px;

  z-index: 100;

}

.main-menu .navigation > li > ul > li > ul > li {

  border-bottom: 1px solid var(--theme-color-gray);

  position: relative;

  width: 100%;

}

.main-menu .navigation > li > ul > li > ul > li:last-child {

  border-bottom: none;

}

.main-menu .navigation > li > ul > li > ul > li > a {

  color: var(--theme-color-white);

  display: block;

  font-size: 16px;

  font-weight: 400;

  line-height: 24px;

  margin: 0 30px;

  padding: 10px 0;

  position: relative;

  text-align: left;

  text-transform: capitalize;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-menu .navigation > li > ul > li > ul > li > a:hover {

  color: #01553e;

}



.main-menu .navigation li.dropdown .dropdown-btn {

  position: absolute;

  right: 10px;

  top: 8px;

  width: 34px;

  height: 30px;

  border: 1px solid var(--theme-color-light);

  text-align: center;

  font-size: 16px;

  line-height: 26px;

  color: var(--theme-color-light);

  cursor: pointer;

  z-index: 5;

  display: none;

}



.main-header .ui-btn {

  position: relative;

  display: block;

  line-height: 30px;

  text-align: center;

  background: none;

  font-size: 20px;

  color: var(--theme-color-dark);

  margin-left: 15px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-header .ui-btn:hover {

  color: #01553e;

}



.main-header .info-btn {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  font-size: 15px;

  padding-left: 70px;

  color: var(--theme-color-dark);

  text-align: left;

  font-weight: 700;

  line-height: 20px;

  min-height: 62px;

  font-family: "Playfair Display", serif;

}

.main-header .info-btn small {

  display: block;

  font-size: 12px;

  line-height: 1em;

  font-weight: 400;

  color: #868686;

  margin-bottom: 0px;

}

.main-header .info-btn i {

  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -24px;

  line-height: 48px;

  height: 48px;

  width: 48px;

  text-align: center;

  border-radius: 50%;

  font-size: 22px;

  color: #fff;

  background-color: #01553e;

}

.main-header .info-btn i:after {

  position: absolute;

  top: -7px;

  right: -7px;

  bottom: -7px;

  left: -7px;

  background-color: #01553e;

  opacity: 0.1;

  border-radius: 50%;

  content: "";

}

.main-header .info-btn:hover {

  color: #01553e;

}



.contact-list {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.contact-list li {

  position: relative;

  padding-left: 65px;

  margin-left: 35px;

}

.contact-list li .icon {

  position: absolute;

  left: 0;

  top: 0;

  height: 50px;

  width: 50px;

  background-color: rgba(255, 255, 255, 0.05);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 20px;

  color: #01553e;

}

.contact-list li .title {

  font-size: 16px;

  line-height: 20px;

  color: #ffffff;

  font-weight: 600;

  font-family: "Nunito Sans", sans-serif;

  margin-bottom: 2px;

}

.contact-list li .text {

  font-size: 16px;

  line-height: 24px;

  color: #cecece;

}

.contact-list li .text a {

  color: inherit;

}



.main-header .cart-btn {

  background-color: #01553e;

  position: relative;

  color: var(--theme-color-light);

  font-size: 30px;

  padding: 38.5px 10px;

  text-align: center;

  width: 100px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 1199.98px) {

  .main-header .cart-btn {

    padding: 28px 10px;

    width: 90px;

  }

}

.main-header .cart-btn:hover {

  background-color: #01553e;

  color: var(--theme-color-dark);

}

.main-header .cart-btn .count {

  position: absolute;

  top: 30px;

  right: 20px;

  height: 22px;

  width: 22px;

  line-height: 22px;

  font-size: 10px;

  border-radius: 50%;

  color: var(--theme-color-dark);

  background-color: var(--theme-color-white);

  font-weight: 500;

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-header .cart-btn-two {

  position: relative;

  color: var(--theme-color-dark);

  font-size: 22px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-header .cart-btn-two:hover {

  color: #01553e;

}

.main-header .cart-btn-two .count {

  position: absolute;

  top: -7px;

  right: -12px;

  height: 22px;

  width: 22px;

  line-height: 22px;

  font-size: 10px;

  border-radius: 50%;

  color: var(--theme-color-white);

  background-color: var(--theme-color-dark);

  font-weight: 500;

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.header-search {

  position: relative;

  width: 160px;

}

.header-search .form-group {

  position: relative;

}

.header-search .form-group .icon {

  position: absolute;

  top: 0px;

  right: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  line-height: 20px;

  font-size: 20px;

  padding: 5px 0;

  color: rgba(255, 255, 255, 0.6);

  background: none;

}



.main-header .search-btn {

  color: var(--theme-color2);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-left: 20px;

  text-align: center;

}

.main-header .search-btn:hover {

  color: #01553e;

}

.main-header .search-btn:hover strong {

  color: #01553e;

}



/*** 



====================================================================

    Header Style One

====================================================================



***/

.header-style-one {

    background-color: #01553e00;

    padding: 12px 0;

}

@media (max-width: 1023px) {

  .header-style-one {

    padding: 10px 0;

  }

  .header-style-one.fixed-header .sticky-header{padding:10px 0}

  

}

.header-style-one .main-box {

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

.header-style-one .main-box .right-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 24px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-one .main-box .right-box .ui-btn-outer {

  position: relative;

}

.header-style-one .main-box .right-box .ui-btn-outer:before {

  background-color: rgba(0, 20, 43, 0.1);

  bottom: -10px;

  content: "";

  height: 40px;

  left: -3px;

  position: absolute;

  width: 1px;

}

.header-style-one .main-box .right-box .header-phone_box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 8px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

@media (max-width: 767.98px) {

  .header-style-one .main-box .right-box .header-phone_box {

    display: none;

  }

}

.header-style-one .main-box .right-box .header-phone_box:hover .info {

  color: #01553e;

}

.header-style-one .main-box .right-box .header-phone_box:hover .icon {

  -webkit-transform: rotate(-25deg);

          transform: rotate(-25deg);

}

.header-style-one .main-box .right-box .header-phone_box .info {

  font-size: 14px;

  font-weight: 600;

  color: #000;

  opacity: 0.8;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  line-height: 1;

}

.header-style-one .main-box .right-box .header-phone_box .icon {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.header-style-one .main-box .right-box .theme-btn {

    /* border: 1px solid #ffffff; */

    background: #dd1327;

    color: #fff;

    padding:16px 34px;

    border-radius: 50px;

}

.header-style-one .main-box .right-box .theme-btn:before {

  position: absolute;

  content: "";

  background-color:#000000;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: -1;

  -webkit-transform: scale(0, 1);

          transform: scale(0, 1);

  -webkit-transform-origin: top right;

          transform-origin: top right;

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

}

@media (max-width: 1023px) {

  .header-style-one .main-box .right-box .theme-btn {

    display: none;

  }

}

.header-style-one .main-box .right-box .theme-btn:hover {

  color:#fff;

}

.header-style-one .main-box .right-box .theme-btn:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

          transform-origin: bottom left;

}

.header-style-one .main-menu .navigation > li {

  padding: 30px 0;

}

.header-style-one .main-menu .navigation > li > a:hover {

  color: #fff; border-bottom:2px solid #dd1327

}

.header-style-one .main-menu .navigation > li ul {

    background-color: #dd1327;

    border-radius: 3px;

}

.header-style-one .main-menu .navigation > li ul li {

  border-bottom: 1px solid #eee;

}

.header-style-one .main-menu .navigation > li ul li a {

  color: #ffffff;

}

.header-style-one.fixed-header .sticky-header {

  background-color: #000000;

}

.header-style-one.fixed-header .main-menu {

  margin-right: 0px;

}

.header-style-one.fixed-header .main-menu .navigation > li {

  padding: 30px 0;

}

.header-style-one.fixed-header .main-menu .navigation > li > a {

  color: #fff;

}

.header-style-one.fixed-header .main-menu .navigation > li > a:hover {

  color: #fff;

}

.header-style-one .action-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 20px;

}

.header-style-one .info-call {

  color: var(--theme-color-white);

  font-size: 20px;

  font-weight: 700;

  line-height: 30px;

  margin-right: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-one .info-call:last-child {

  margin-right: 0;

}

.header-style-one .info-call span {

  color: var(--theme-color6);

  display: block;

  font-size: 16px;

  line-height: 20px;

  font-weight: 400;

}

.header-style-one .info-call .icon {

  background-color: #01553e;

  border-radius: 50%;

  color: var(--theme-color1-text-color);

  margin-right: 8px;

  height: 41px;

  line-height: 41px;

  width: 41px;

  margin-right: 10px;

  text-align: center;

}

.header-style-one .mobile-nav-toggler {

  color: #fff;

  display: block;

  margin-left: 4px;

}

.header-style-one .sticky-header .mobile-nav-toggler {

  color: var(--theme-color1-text-color);

}

@media (min-width: 1024px) {

  .header-style-one .sticky-header .mobile-nav-toggler {

    display: none;

  }

}

.header-style-one.at-home2 {

  background-color: #F3F3F3;

}



/*** 



====================================================================

    Header Style two

====================================================================



***/

.header-style-two {

  padding: 5px 0;

}

@media (max-width: 1023px) {

  .header-style-two {

    padding: 20px 0;

  }

}

.header-style-two .main-box {

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

.header-style-two .main-box .right-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 24px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

@media (max-width: 1023px) {

  .header-style-two .main-box .right-box {

    display: none;

  }

}

.header-style-two .main-box .right-box .header-phone_box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 8px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-two .main-box .right-box .header-phone_box:hover .info {

  color: #01553e;

}

.header-style-two .main-box .right-box .header-phone_box:hover .icon {

  -webkit-transform: rotate(-25deg);

          transform: rotate(-25deg);

}

.header-style-two .main-box .right-box .header-phone_box .info {

  font-size: 14px;

  font-weight: 600;

  color: #FFFFFF;

  opacity: 0.8;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  line-height: 1;

}

.header-style-two .main-box .right-box .header-phone_box .icon {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.header-style-two .main-box .right-box .theme-btn {

  padding: 15px 34.3px 13px;

  color: #092837;

}

.header-style-two .main-box .mobile-nav-toggler {

  display: none;

}

@media (max-width: 1023px) {

  .header-style-two .main-box .mobile-nav-toggler {

    display: block;

  }

}

.header-style-two .main-menu .navigation > li {

  padding: 30px 0;

}

.header-style-two .main-menu .navigation > li > a:hover {

  color: #01553e;

}

.header-style-two.fixed-header .main-menu {

  margin-right: 0px;

}

.header-style-two.fixed-header .main-menu .navigation > li {

  padding: 30px 0;

}

.header-style-two.fixed-header .main-menu .navigation > li > a {

  color: var(--theme-color-white);

}

.header-style-two.fixed-header .main-menu .navigation > li > a:hover {

  color: #01553e;

}

.header-style-two .action-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 20px;

}

.header-style-two .info-call {

  color: var(--theme-color-white);

  font-size: 20px;

  font-weight: 700;

  line-height: 30px;

  margin-right: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-two .info-call:last-child {

  margin-right: 0;

}

.header-style-two .info-call span {

  color: var(--theme-color6);

  display: block;

  font-size: 16px;

  line-height: 20px;

  font-weight: 400;

}

.header-style-two .info-call .icon {

  background-color: #01553e;

  border-radius: 50%;

  color: var(--theme-color1-text-color);

  margin-right: 8px;

  height: 41px;

  line-height: 41px;

  width: 41px;

  margin-right: 10px;

  text-align: center;

}

.header-style-two .mobile-nav-toggler {

  color: var(--theme-color-white);

  display: inline-block;

  margin-left: 4px;

}

@media (min-width: 1024px) {

  .header-style-two .sticky-header .mobile-nav-toggler {

    display: none;

  }

}



/*** 



====================================================================

    Header Style three

====================================================================



***/

.header-style-three {

  padding: 15px 0;

}

.header-style-three .main-box {

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

.header-style-three .main-box .right-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 24px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

@media (max-width: 1023px) {

  .header-style-three .main-box .right-box {

    display: none;

  }

}

.header-style-three .main-box .right-box .header-phone_box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 8px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: var(--text-color-theme-color2);

}

.header-style-three .main-box .right-box .header-phone_box:hover .info {

  color: #01553e;

}

.header-style-three .main-box .right-box .header-phone_box:hover .icon {

  -webkit-transform: rotate(-25deg);

          transform: rotate(-25deg);

}

.header-style-three .main-box .right-box .header-phone_box .info {

  font-size: 14px;

  font-weight: 600;

  color: var(--text-color-theme-color2);

  opacity: 0.8;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  line-height: 1;

}

.header-style-three .main-box .right-box .header-phone_box .icon {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.header-style-three .main-box .right-box .header-phone_box .icon img {

  -webkit-filter: brightness(1) invert(1);

          filter: brightness(1) invert(1);

}

.header-style-three .main-box .right-box .theme-btn {

  padding: 15px 34.3px 13px;

}

.header-style-three .main-box .mobile-nav-toggler {

  display: none;

}

.header-style-three .main-box .mobile-nav-toggler span {

  color: var(--theme-color-black);

}

@media (max-width: 1023px) {

  .header-style-three .main-box .mobile-nav-toggler {

    display: block;

  }

}

.header-style-three .main-menu .navigation > li {

  padding: 30px 0;

}

.header-style-three .main-menu .navigation > li > a {

  color: var(--text-color-theme-color2);

}

.header-style-three .main-menu .navigation > li > a:hover {

  color: #01553e;

}

.header-style-three.fixed-header .main-menu {

  margin-right: 0px;

}

.header-style-three.fixed-header .main-menu .navigation > li {

  padding: 30px 0;

}

.header-style-three.fixed-header .main-menu .navigation > li > a {

  color: var(--theme-color1-text-color);

}

.header-style-three.fixed-header .main-menu .navigation > li > a:hover {

  color: #01553e;

}

.header-style-three .action-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 20px;

}

.header-style-three .info-call {

  color: var(--theme-color-white);

  font-size: 20px;

  font-weight: 700;

  line-height: 30px;

  margin-right: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-three .info-call:last-child {

  margin-right: 0;

}

.header-style-three .info-call span {

  color: var(--theme-color6);

  display: block;

  font-size: 16px;

  line-height: 20px;

  font-weight: 400;

}

.header-style-three .info-call .icon {

  background-color: #01553e;

  border-radius: 50%;

  color: var(--theme-color1-text-color);

  margin-right: 8px;

  height: 41px;

  line-height: 41px;

  width: 41px;

  margin-right: 10px;

  text-align: center;

}

.header-style-three .mobile-nav-toggler {

  color: var(--theme-color-white);

  display: inline-block;

  margin-left: 4px;

}

@media (min-width: 1024px) {

  .header-style-three .sticky-header .mobile-nav-toggler {

    display: none;

  }

}

.header-style-three .sticky-header .main-menu .navigation > li > a {

  color: var(--theme-color1-text-color);

}

.header-style-three .sticky-header .main-menu .navigation > li > a:hover {

  color: #01553e;

}



/*** 



====================================================================

    Header Style four

====================================================================



***/

.header-style-four {

  position: absolute;

  top: 20px;

  left: 0;

}

.header-style-four .outer-box {

  padding: 0;

  background-color: rgba(255, 255, 255, 0.1019607843);

  backdrop-filter: blur(16px);

  border: 1px solid rgba(255, 255, 255, 0.2);

  max-width: 1600px;

  margin: 0 auto;

}

@media (max-width: 1630px) {

  .header-style-four .outer-box {

    margin: 0 15px;

  }

}

@media (max-width: 1023px) {

  .header-style-four .outer-box {

    padding: 31px 0;

  }

}

.header-style-four .main-box {

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

.header-style-four .main-box .right-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 24px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-four .main-box .right-box.inner .theme-btn {

  color: var(--theme-color-white);

}

@media (max-width: 1023px) {

  .header-style-four .main-box .right-box {

    display: none;

  }

}

.header-style-four .main-box .right-box .header-phone_box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 8px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-four .main-box .right-box .header-phone_box:hover .info {

  color: #01553e;

}

.header-style-four .main-box .right-box .header-phone_box:hover .icon {

  -webkit-transform: rotate(-25deg);

          transform: rotate(-25deg);

}

.header-style-four .main-box .right-box .header-phone_box .info {

  font-size: 14px;

  font-weight: 600;

  color: #FFFFFF;

  opacity: 0.8;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  line-height: 1;

}

.header-style-four .main-box .right-box .header-phone_box .icon {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.header-style-four .main-box .right-box .theme-btn {

  padding: 15px 34.3px 13px;

  color: var(--theme-color1-text-color);

}

.header-style-four .main-box .right-box .theme-btn:hover {

  color: var(--theme-color-black);

}

.header-style-four .main-box .mobile-nav-toggler {

  display: none;

}

@media (max-width: 1023px) {

  .header-style-four .main-box .mobile-nav-toggler {

    display: block !important;

  }

}

.header-style-four .main-menu .navigation > li {

  padding: 44px 0;

}

.header-style-four .main-menu .navigation > li > a:hover {

  color: #01553e;

}

.header-style-four.fixed-header .main-menu {

  margin-right: 0px;

}

.header-style-four.fixed-header .main-menu .navigation > li {

  padding: 30px 0;

}

.header-style-four.fixed-header .main-menu .navigation > li > a {

  color: var(--theme-color-white);

}

.header-style-four.fixed-header .main-menu .navigation > li > a:hover {

  color: #01553e;

}

.header-style-four .action-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 20px;

}

.header-style-four .info-call {

  color: var(--theme-color-white);

  font-size: 20px;

  font-weight: 700;

  line-height: 30px;

  margin-right: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-four .info-call:last-child {

  margin-right: 0;

}

.header-style-four .info-call span {

  color: var(--theme-color6);

  display: block;

  font-size: 16px;

  line-height: 20px;

  font-weight: 400;

}

.header-style-four .info-call .icon {

  background-color: #01553e;

  border-radius: 50%;

  color: var(--theme-color1-text-color);

  margin-right: 8px;

  height: 41px;

  line-height: 41px;

  width: 41px;

  margin-right: 10px;

  text-align: center;

}

.header-style-four .mobile-nav-toggler {

  color: var(--theme-color-white);

  display: inline-block;

  margin-left: 4px;

}

@media (min-width: 1024px) {

  .header-style-four .sticky-header .mobile-nav-toggler {

    display: none;

  }

}



/***



====================================================================

    Sticky Header

====================================================================



***/

.sticky-header {

  background: var(--theme-color-dark);

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);

  left: 0px;

  opacity: 0;

  padding: 0px 0px;

  position: fixed;

  top: 0px;

  visibility: hidden;

  width: 100%;

  z-index: 99999;

}



.sticky-header.fixed-header {

  opacity: 1;

  z-index: 9999;

  visibility: visible;

}



.sticky-header .logo {}

.sticky-header .logo img {

  max-height: 60px;

}

.sticky-header .nav-outer {

  position: relative;

  background: none;

}

.sticky-header .inner-container {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.sticky-header .main-menu .navigation > li {

  margin: 0;

  margin-left: 50px;

  padding: 20px 0;

}



.sticky-header .main-menu .navigation.onepage-nav > li {

  margin-left: 35px;

}



.header-style-one.header-style-home5 .sticky-header .main-menu .navigation.onepage-nav > li {

  margin-right: 10px;

}



@media (max-width: 1499.98px) {

  .main-menu .navigation.onepage-nav > li,

  .sticky-header .main-menu .navigation.onepage-nav > li {

    margin-right: 28px;

  }

}

.sticky-header .outer-box,

.sticky-header .navbar-header {

  display: none;

}



.sticky-header .mobile-nav-toggler {

  display: none;

}

@media (max-width: 1023.98px) {

  .sticky-header .mobile-nav-toggler {

    display: inline-block;

  }

}



@media only screen and (min-width: 768px) {

  .main-menu .navigation > li > ul,

  .main-menu .navigation > li > ul > li > ul {

    display: block !important;

    visibility: hidden;

    opacity: 0;

  }

}

/*** 



====================================================================

      Mobile Menu

====================================================================



***/

.mobile-nav-toggler {

  position: relative;

  font-size: 28px;

  line-height: 20px;

  cursor: pointer;

  color: var(--theme-color2);

  display: none;

  top: 0;

  margin-left: 20px;

  -webkit-box-ordinal-group: 9;

      -ms-flex-order: 8;

          order: 8;

}

@media only screen and (max-width: 1023px) {

  .mobile-nav-toggler {

    display: block;

  }

}



.mobile-menu {

  position: fixed;

  right: 0;

  top: 0;

  width: 300px;

  max-width: 100%;

  height: 100%;

  opacity: 0;

  visibility: hidden;

  z-index: 999999;

}

.mobile-menu .menu-backdrop {

  position: fixed;

  right: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  background: rgba(0, 0, 0, 0.7);

  opacity: 0;

  visibility: hidden;

}

.mobile-menu .upper-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  width: 100%;

  padding: 20px 20px;

}

.mobile-menu .close-btn {

  position: relative;

  top: -10px;

  text-align: center;

  font-size: 18px;

  color: #ffffff;

  cursor: pointer;

  z-index: 10;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  -webkit-transform: translateY(-50px);

          transform: translateY(-50px);

}

.mobile-menu .close-btn:hover {

  opacity: 0.5;

}

.mobile-menu .nav-logo {

  position: relative;

  text-align: left;

  width: 100%;

}

.mobile-menu .nav-logo img {

  max-height: 40px;

}

.mobile-menu .menu-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-pack: start;

      -ms-flex-pack: start;

          justify-content: flex-start;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  max-height: 100%;

  overflow-y: auto;

  background: #0a0a0a;

  padding: 0px 0px;

  z-index: 5;

  opacity: 0;

  visibility: hidden;

  border-radius: 0px;

  -webkit-transform: translateX(101%);

          transform: translateX(101%);

}



.mobile-menu-visible {

  overflow: hidden;

}

.mobile-menu-visible .mobile-menu {

  opacity: 1;

  visibility: visible;

}

.mobile-menu-visible .mobile-menu .menu-backdrop {

  opacity: 1;

  visibility: visible;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.mobile-menu-visible .mobile-menu .menu-box {

  opacity: 1;

  visibility: visible;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

  -webkit-transform: translateX(0%);

          transform: translateX(0%);

}

.mobile-menu-visible .mobile-menu .close-btn {

  -webkit-transform: translateY(0px);

          transform: translateY(0px);

}

.mobile-menu-visible .scroll-to-top {

  opacity: 0;

  visibility: hidden;

}



.mobile-menu .navigation {

  position: relative;

  display: block;

  width: 100%;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.mobile-menu .navigation li {

  position: relative;

  display: block;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.mobile-menu .navigation li > ul > li:last-child {

  border-bottom: none;

}

.mobile-menu .navigation li > ul > li:first-child {

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.mobile-menu .navigation li > a {

  position: relative;

  display: block;

  line-height: 24px;

  padding: 10px 20px;

  font-size: 16px;

  color: #ffffff;

  font-weight: 400;

  text-transform: capitalize;

}

.mobile-menu .navigation li > a .badge-menu {

  background-color: #336AEA;

  border-radius: 3px;

  color: #fff;

  font-size: 10px;

  font-weight: 500;

  line-height: 1;

  padding: 3.5px 5px 4.5px;

  display: inline-block;

  text-transform: capitalize;

  margin: 0 0 0 4px;

  position: relative;

  top: -3px;

  text-align: center;

}

.mobile-menu .navigation li > a .badge-menu.badge-color-red {

  background-color: #ff3838;

}

.mobile-menu .navigation li > a .badge-menu.badge-color-yellow {

  background-color: #ffaa17;

}

.mobile-menu .navigation li > a .badge-menu.badge-color-dark {

  background-color: #222429;

}

.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {

  color: #fff;

}

.mobile-menu .navigation li.dropdown .dropdown-btn {

  position: absolute;

  right: 0px;

  top: 0px;

  width: 44px;

  height: 44px;

  text-align: center;

  font-size: 16px;

  line-height: 44px;

  color: #ffffff;

  cursor: pointer;

  z-index: 5;

}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {

  content: "";

  position: absolute;

  left: 0px;

  top: 10px;

  width: 1px;

  height: 24px;

  border-left: 1px solid rgba(255, 255, 255, 0.1);

}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {

  content: "\f106";

}



.mobile-menu .navigation li > ul,

.mobile-menu .navigation li > ul > li > ul {

  display: none;

}



.mobile-menu .navigation li > ul > li {

  padding-left: 20px;

}



.contact-list-one {

  position: relative;

  padding: 30px 20px 20px;

}

.contact-list-one li {

  position: relative;

  margin-bottom: 20px;

  position: relative;

  padding-left: 54px;

  font-size: 14px;

  line-height: 24px;

  color: #ffffff;

}

.contact-list-one li:last-child {

  margin-right: 0;

}

.contact-list-one li a {

  color: #ffffff;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.contact-list-one li a:hover {

  color: #01553e;

}

.contact-list-one li i {

  position: absolute;

  left: 0;

  top: 0;

  font-size: 34px;

  line-height: 50px;

  color: #fff;

}

.contact-list-one li .title {

  display: block;

  font-size: 12px;

  color: #fff;

  font-weight: 400;

  text-transform: uppercase;

}

.contact-list-one li .text {

  color: var(--theme-color-light);

}





.mobile-menu .social-links {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    background:#fe0000;

    width: 100%;

    margin-top: auto;

}



.mobile-menu .social-links li {

    position: relative;

    width: 100%;

    text-align: center;

    border-right: 1px solid #000;

}



.mobile-menu .social-links li:last-child {

    border-right: none;

}



.mobile-menu .social-links li a {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 50px;

    font-size: 17px;

    color: #ffffff;

    text-decoration: none;

    transition: all 300ms ease;

}



.mobile-menu .social-links li a:hover {

    color: #01553e;

}



.mobile-menu .social-links li a svg {

    width: 18px;

    height: 18px;

    display: block;

    fill: currentColor;

}

====================================================================

  Hidden Sidebar style

====================================================================



***/

.toggle-hidden-bar {

  position: relative;

  height: 24px;

  min-width: 38px;

}

.toggle-hidden-bar .line {

  position: absolute;

  left: 0;

  top: 10px;

  height: 3px;

  width: 100%;

  background-color: #ffffff;

}

.toggle-hidden-bar .line:nth-child(1) {

  width: 24px;

  top: 0;

}

.toggle-hidden-bar .line:nth-child(3) {

  width: 24px;

  left: auto;

  right: 0;

  top: 21px;

}



.hidden-bar {

  position: fixed;

  right: 0;

  top: 0px;

  height: 100%;

  overflow-y: auto;

  z-index: 99999;

  max-width: 320px;

  width: 100%;

  opacity: 0;

  -webkit-transform: translateX(100%);

          transform: translateX(100%);

  visibility: hidden;

  background: #ffffff;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.hidden-bar::-webkit-scrollbar {

  width: 2px;

}

.hidden-bar::-webkit-scrollbar-track {

  -webkit-box-shadow: inset 0 0 2px #cecece;

  box-shadow: inset 0 0 2px #cecece;

  border-radius: 10px;

}

.hidden-bar::-webkit-scrollbar-thumb {

  background: #7a7a7a;

  border-radius: 10px;

}

.hidden-bar::-webkit-scrollbar-thumb:hover {

  background: #7a7a7a;

}

.hidden-bar .inner-box {

  position: relative;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  background-color: var(--theme-color-dark);

  height: 100%;

}

.hidden-bar .upper-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  width: 100%;

  padding: 30px 30px 25px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.hidden-bar .upper-box .close-btn {

  position: relative;

  top: -5px;

  text-align: center;

  font-size: 18px;

  line-height: 30px;

  color: #01553e;

  cursor: pointer;

  z-index: 10;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.hidden-bar .upper-box .close-btn:hover {

  opacity: 0.5;

}

.hidden-bar .upper-box .nav-logo {

  position: relative;

  text-align: left;

  width: 100%;

}

.hidden-bar .upper-box .nav-logo img {

  max-height: 40px;

}

.hidden-bar .text-box {

  position: relative;

  padding: 25px 30px 25px;

}



.contact-list-two {

  position: relative;

  padding: 30px 30px 20px;

}

.contact-list-two li {

  position: relative;

  margin-bottom: 20px;

}

.contact-list-two li:last-child {

  margin-right: 0;

}

.contact-list-two li .contact-info-box {

  position: relative;

  padding-left: 54px;

  font-size: 14px;

  line-height: 24px;

  color: #01553e;

}

.contact-list-two li .contact-info-box a {

  color: #01553e;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.contact-list-two li .contact-info-box .icon {

  position: absolute;

  left: 0;

  top: 0;

  font-size: 34px;

  line-height: 50px;

  color: var(--theme-color-light);

}

.contact-list-two li .contact-info-box .title {

  display: block;

  font-size: 12px;

  color: var(--theme-color-light);

  font-weight: 700;

  text-transform: uppercase;

}



.hidden-bar-back-drop {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 999;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.active-hidden-bar .hidden-bar {

  -webkit-transform: translateX(0);

  transform: translateX(0);

  opacity: 1;

  visibility: visible;

}



.active-hidden-bar .hidden-bar-back-drop {

  opacity: 1;

  visibility: visible;

}



.hidden-bar .social-links {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  background: var(--theme-color-dark);

  width: 100%;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  margin-top: auto;

}

.hidden-bar .social-links li {

  position: relative;

  text-align: center;

  width: 100%;

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}

.hidden-bar .social-links li a {

  position: relative;

  display: block;

  line-height: 50px;

  height: 50px;

  font-size: 14px;

  text-align: center;

  color: var(--theme-color-light);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.hidden-bar .social-links li a:hover {

  color: #01553e;

}



/***



==================================================================

gellary-section-h1

==================================================================



***/

.gallery-wrapper {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -ms-grid;

  display: grid;

  gap: 24px;

  -ms-grid-columns: auto 24px auto 24px auto 24px auto;

  grid-template-columns: auto auto auto auto;

  margin: 0 28px;

}

@media (max-width: 1199.98px) {

  .gallery-wrapper {

    -ms-grid-columns: auto auto;

    grid-template-columns: auto auto;

  }

}

@media (max-width: 575.98px) {

  .gallery-wrapper {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}



.gallery-item {

  position: relative;

}

.gallery-item .image-box {

  overflow: hidden;

  position: relative;

}

.gallery-item .image-box img {

  width: 100%;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.gallery-item .image-box:before {

  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.89%, rgba(17, 17, 17, 0)), color-stop(94.72%, #111111));

  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 44.89%, #111111 94.72%);

  bottom: 0;

  content: "";

  height: 65%;

  left: 0;

  opacity: 0;

  position: absolute;

  -webkit-transform: translateY(20px);

          transform: translateY(20px);

  visibility: hidden;

  right: 0;

  z-index: 1;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.gallery-item .content-box {

  bottom: 30px;

  left: 0;

  padding-left: 30px;

  position: absolute;

}

@media (max-width: 767.98px) {

  .gallery-item .content-box {

    bottom: 20px;

  }

}

@media (max-width: 575.98px) {

  .gallery-item .content-box {

    padding-left: 15px;

  }

}

.gallery-item .content-box .title {

  color: var(--theme-color-white);

  opacity: 0;

  -webkit-transform: translateY(20px);

          transform: translateY(20px);

  visibility: hidden;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.gallery-item:hover .image-box img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.gallery-item:hover .image-box:before {

  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0px);

          transform: translateY(0px);

}

.gallery-item:hover .content-box {

  z-index: 1;

}

.gallery-item:hover .content-box .title {

  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0px);

          transform: translateY(0px);

}



/*** 



====================================================================

Section Title

====================================================================



***/

.sec-title {

  margin-bottom: 50px;

  position: relative;

}

.sec-title .sub-title {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: var(--sec-title-subtitle-color);

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  font-family: var(--sec-title-subtitle-font-family);

  font-size: var(--sec-title-subtitle-font-size);

  font-weight: var(--sec-title-subtitle-font-weight);

  line-height: var(--sec-title-subtitle-line-height);

  margin-bottom: 5px;

  padding-left: 30px;

  position: relative;

  text-transform: capitalize;

}

.sec-title .sub-title:before {

  background-color: var(--theme-color2);

  bottom: 5px;

  content: "";

  height: 1px;

  left: 0;

  position: absolute;

  width: 20px;

}

.sec-title .sub-title .icon-img {

  min-width: 14px;

}

.sec-title .sub-title .icon {

  margin-right: 8px;

  font-size: 16px;

}

.sec-title h2, .sec-title .title {

  color: var(--sec-title-color);

  font-family: "Playfair Display", serif;

  font-size: var(--sec-title-font-size);

  font-weight: var(--sec-title-font-weight);

  line-height: var(--sec-title-title-line-height);

  margin-bottom: 0;

  position: relative;

  font-size: clamp(30px, 4vw, 50px);

  line-height: 1.2;

}

.sec-title h2 span, .sec-title .title span {

  font-family: "Playfair Display", serif;

  font-weight: var(--sec-title-subtitle-font-weight);

  font-style: italic;

  letter-spacing: -0.04em;

}

@media (max-width: 767.98px) {

  .sec-title h2, .sec-title .title {

    font-size: 40px;

  }

}

@media (max-width: 575.98px) {

  .sec-title h2, .sec-title .title {

    font-size: 36px;

  }

  .sec-title h2 br, .sec-title .title br {

    display: none;

  }

}

.sec-title .text {

  color: var(--theme-color-lighter2);

  font-size: 16px;

  font-weight: 400;

  line-height: 29px;

 

}

@media (max-width: 575.98px) {

  .sec-title .text {

    font-size: 14px;

  }

  .sec-title .text br {

    display: none;

  }

}

.sec-title.light .sub-title:before,

.sec-title.light .h6:before {

  background-color: var(--theme-color-white);

}

.sec-title.light .sub-title,

.sec-title.light .title,

.sec-title.light .h2 {

  color: var(--theme-color-white);

}



.title-stroke-text {

  color: #01553e;

  font-size: 200px;

  font-weight: 700;

  line-height: 200px;

  pointer-events: none;

  text-transform: uppercase;

  font-size: clamp(55px, 9.5vw, 200px);

  line-height: 1.2;

}

.title-stroke-text span {

  font-size: 200px;

  font-weight: 700;

  line-height: 200px;

  position: relative;

  pointer-events: none;

  text-transform: uppercase;

  -webkit-text-fill-color: transparent;

  -webkit-text-stroke: 1px;

  -webkit-text-stroke-color: var(--theme-color-white);

  opacity: 0.25;

  white-space: nowrap;

  -webkit-transform: translateX(100%);

          transform: translateX(100%);

  overflow: hidden;

  font-size: clamp(55px, 9.5vw, 200px);

  line-height: 1.2;

}



/*** 



====================================================================

   Awards Section

====================================================================



***/

.award-section {

  position: relative;

}

.award-section .outer-wrapper {

  background-color: var(--theme-color2);

  margin: 0 auto;

  max-width: 1840px;

  overflow: hidden;

  padding-top: 120px;

  padding-bottom: 90px;

  position: relative;

}

.award-section .outer-wrapper:before {

  background-image: url(../images/background/award-bg.jpg);

  background-size: cover;

  background-position: center center;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.2;

  position: absolute;

  right: 0;

  top: 0;

}



.award-block .inner-block {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background: rgba(0, 0, 0, 0.16);

  border: 1px solid rgba(var(--theme-color-white-rgb), 0.08);

  backdrop-filter: blur(10px);

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: 180px 55% 28% auto;

  grid-template-columns: 180px 55% 28% auto;

  margin-bottom: 40px;

  overflow: hidden;

  padding: 30px 40px;

  position: relative;

  z-index: 2;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 1199.98px) {

  .award-block .inner-block {

    -ms-grid-columns: 150px 55% 25% auto;

    grid-template-columns: 150px 55% 25% auto;

  }

}

@media (max-width: 991.98px) {

  .award-block .inner-block {

    -ms-grid-columns: 100px 60% 20% auto;

    grid-template-columns: 100px 60% 20% auto;

  }

}

@media (max-width: 767.98px) {

  .award-block .inner-block {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

@media (max-width: 575.98px) {

  .award-block .inner-block {

    padding: 30px;

  }

}

.award-block .inner-block .award-year,

.award-block .inner-block .award-title,

.award-block .inner-block .award-announced,

.award-block .inner-block .icon {

  color: var(--theme-color-white);

  letter-spacing: -0.03em;

  margin-bottom: 0px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 767.98px) {

  .award-block .inner-block .award-year,

  .award-block .inner-block .award-title,

  .award-block .inner-block .award-announced,

  .award-block .inner-block .icon {

    margin-bottom: 12px;

  }

}

.award-block .inner-block .award-year {

  font-weight: 500;

}

.award-block .inner-block .award-title {

  font-style: italic;

}

.award-block .inner-block .award-announced {

  color: rgba(var(--theme-color-white-rgb), 0.6);

}

.award-block .inner-block .icon {

  text-align: center;

}

@media (max-width: 767.98px) {

  .award-block .inner-block .icon {

    margin-bottom: 0;

    text-align: left;

  }

}

.award-block .inner-block:before {

  left: 0;

  position: absolute;

  top: 0;

  width: 101%;

  height: 100%;

  content: "";

  border-radius: 0;

  -webkit-transform: scale(0, 1);

  transform: scale(1, 0);

  -webkit-transform-origin: bottom;

  transform-origin: bottom;

  background-color: var(--theme-color-white);

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  z-index: -1;

}

.award-block .inner-block:hover .award-year,

.award-block .inner-block:hover .award-title,

.award-block .inner-block:hover .award-announced,

.award-block .inner-block:hover .icon {

  color: var(--theme-color2);

}

.award-block .inner-block:hover .icon {

  -webkit-transform: rotateX(180deg);

          transform: rotateX(180deg);

}

.award-block .inner-block:hover .icon img {

  -webkit-filter: invert(1);

          filter: invert(1);

}

.award-block .inner-block:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: top;

  transform-origin: top;

}



.award-icons .inner-block {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);

  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  gap: 39px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin-top: 60px;

  padding: 30px;

}



/***

====================================================================

    banner-section-h1

====================================================================

***/

.hero-section {

  margin-top: 270px; height:517px;

  position: relative;

}

.hero-section .social-text {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 60px;

  left: 55px;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  -webkit-writing-mode: sideways-lr;

      -ms-writing-mode: sideways-lr;

          writing-mode: sideways-lr;

}

@media (max-width: 1199.98px) {

  .hero-section .social-text {

    display: none;

  }

}

.hero-section .social-text a {

  color: var(--headings-color);

  font-size: 16px;

  font-weight: 500;

  text-transform: capitalize;

}



.hero-1 {

  margin:0;

}

@media (max-width: 1199.98px) {

  .hero-1 {

    padding: 0;

    margin-left: 0;

  }

}

.hero-1 .hero-content {

  max-width: 800px; margin:0 auto;

  padding: 30px;

  background: rgba(0, 0, 0, 0.1);

  backdrop-filter: blur(10.25px);  

}

@media (max-width: 1199.98px) {

  .hero-1 .hero-content {

    padding: 180px 30px;

  }

}

@media (max-width: 767.98px) {

  .hero-1 .hero-content {

    padding: 100px 30px;

  }

}

.hero-1 .hero-title {

  color: var(--theme-color-white);

  font-weight: 500;

  letter-spacing: -0.06em;

  margin-bottom: 40px;

  font-size: clamp(40px, 6.25vw, 50px);

  line-height: 1;

}

.hero-1 .hero-title span {

  display: block;

  font-family: "Playfair Display", serif;

  font-style: italic;

  font-weight: 500;

  letter-spacing: -0.04em;

}

.hero-1 .hero-bottom-items {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: end;

}

@media (max-width: 1199.98px) {

  .hero-1 .hero-bottom-items {

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

  }

}

@media (max-width: 575.98px) {

  .hero-1 .hero-bottom-items {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

  }

}

.hero-1 .hero-bottom-items .content {

  background-color: var(--theme-color-white);

  padding: 30px 40px 40px;

}

@media (max-width: 1199.98px) {

  .hero-1 .hero-bottom-items .content {

    padding: 114px 30px;

    width: 50%;

  }

}

@media (max-width: 991.98px) {

  .hero-1 .hero-bottom-items .content {

    padding: 59px 30px;

  }

}

@media (max-width: 991.98px) {

  .hero-1 .hero-bottom-items .content {

    width: 100%;

  }

}

.hero-1 .hero-bottom-items .content .counter-items {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 30px;

}

.hero-1 .hero-bottom-items .content .counter-items .count-box {

  font-weight: 400;

}

.hero-1 .hero-bottom-items .content .text {

  font-weight: 500;

  letter-spacing: -0.02em;

  max-width: 290px;

  line-height: 140%;

  margin-top: 45px;

}

@media (max-width: 1199.98px) {

  .hero-1 .hero-bottom-items .content .text {

    max-width: inherit;

  }

}

.hero-1 .hero-bottom-items .hero-image {

  height: 100%;

}

@media (max-width: 1199.98px) {

  .hero-1 .hero-bottom-items .hero-image {

    width: 56%;

  }

}

@media (max-width: 991.98px) {

  .hero-1 .hero-bottom-items .hero-image {

    width: 100%;

  }

}

.hero-1 .hero-bottom-items .hero-image img {

  width: 100%;

  height: 100%;

}



/***

====================================================================

    banner-section-h2

====================================================================

***/

.hero-section-two {

  margin-top: 0px;

  position: relative;

}

.hero-section-two .bg-pattern {

  left: 0;

  opacity: 0.14;

  position: absolute;

  top: 0;

}

.hero-section-two .banner-top {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin-bottom: 70px;

  position: relative;

}

@media (max-width: 991.98px) {

  .hero-section-two .banner-top {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

  }

}

.hero-section-two .banner-top .image-video-content {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-top: 40px;

  position: relative;

}

@media (max-width: 1199.98px) {

  .hero-section-two .banner-top .image-video-content {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

  }

}

@media (max-width: 991.98px) {

  .hero-section-two .banner-top .image-video-content {

    margin-top: 0;

  }

}

@media (max-width: 575.98px) {

  .hero-section-two .banner-top .image-video-content {

    gap: 20px;

  }

}

.hero-section-two .banner-top .image-video-content .image-box {

  border-radius: 50%;

  height: 286px;

  overflow: hidden;

  position: relative;

  width: 286px;

}

.hero-section-two .banner-top .image-video-content .image-box img {

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.hero-section-two .banner-top .image-video-content .image-box:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.hero-section-two .banner-top .image-video-content .video-content {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-transform: translateX(-50px);

          transform: translateX(-50px);

}

@media (max-width: 575.98px) {

  .hero-section-two .banner-top .image-video-content .video-content {

    -webkit-transform: translateX(0%);

            transform: translateX(0%);

  }

}

.hero-section-two .banner-top .image-video-content .video-content .content-wrapper {

  background-color: #fff;

  border: 1px solid #E8E8E8;

  border-radius: 50%;

  height: 286px;

  overflow: hidden;

  position: relative;

  text-align: center;

  width: 286px;

}

.hero-section-two .banner-top .image-video-content .video-content .play-now {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

  border-radius: 50%;

  display: inline-block;

  height: 80px;

  line-height: 80px;

  position: relative;

  -webkit-transform: translate(0%, 90%);

          transform: translate(0%, 90%);

  width: 80px;

}

.hero-section-two .banner-top .image-video-content .video-content .play-now .icon {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}

.hero-section-two .banner-top .image-video-content .video-content .small-title {

  font-family: "Playfair Display", serif;

  font-style: italic;

  margin: 90px 0 0;

}

.hero-section-two .banner-top .image-video-content .video-content .text {

  color: #111111;

  font-weight: 500;

  font-size: 14px;

  line-height: 26px;

}

.hero-section-two .title-box {

  padding-left: 170px;

  margin-bottom: 40px;

  padding-top: 147px;

}

@media (max-width: 1499.98px) {

  .hero-section-two .title-box {

    padding-left: 15px;

  }

}

@media (max-width: 991.98px) {

  .hero-section-two .title-box {

    padding-top: 70px;

  }

}

.hero-section-two .title-box .title {

  color: var(--theme-color2);

  font-weight: 500;

  margin-bottom: 23px;

  max-width: 800px;

  font-size: clamp(40px, 6.25vw, 100px);

  line-height: 1.18;

}

.hero-section-two .title-box .title span {

  font-family: "Playfair Display", serif;

  font-style: italic;

  letter-spacing: -0.04em;

  text-transform: capitalize;

}

.hero-section-two .banner-bottom {

  position: relative;

}

.hero-section-two .banner-bottom .image-box {

/*  height: 629px;

  overflow: hidden;

  position: relative;*/

}

.hero-section-two .banner-bottom .image-box img {

    height: 100%;

    

   

    width: 100%;

}

.hero-section-two .banner-bottom .content-box {

  background-color: var(--theme-color-white);

  bottom: 30px;

  left: 0;

  max-width: 1320px;

  margin: 0 auto;

  padding: 20px 77px;

  position: absolute;

  right: 0;

}

@media (max-width: 1299.98px) {

  .hero-section-two .banner-bottom .content-box {

    max-width: 1120px;

    padding: 20px;

  }

}

@media (max-width: 991.98px) {

  .hero-section-two .banner-bottom .content-box {

    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.5);

    bottom: 0;

    padding: 20px 30px;

  }

}

@media (max-width: 575.98px) {

  .hero-section-two .banner-bottom .content-box {

    margin: 12px;

    padding: 20px;

  }

}

.hero-section-two .banner-bottom .feature-list {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: var(--theme-color2);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-style: italic;

  gap: 170px; font-size: 20px;

  font-weight: 700;

}

@media (max-width: 1199.98px) {

  .hero-section-two .banner-bottom .feature-list {

    gap: 30px;

  }

}

@media (max-width: 575.98px) {

  .hero-section-two .banner-bottom .feature-list {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 10px;

  }

}

.hero-section-two .banner-bottom .feature-list .list {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.hero-section-two .banner-bottom .feature-list .list i {

  color: #01553e;

  font-size: 7px;

  margin-right: 10px;

}



/***

====================================================================

  Projects Section

====================================================================

***/

.project-section {

  background: linear-gradient(90.09deg, rgba(245, 245, 245, 0.78) 50.02%, rgba(255, 255, 255, 0.43) 96.96%);

  position: relative;

}

@media (max-width: 767.98px) {

  .project-section .three-grid-slider {

    padding-left: 15px;

    padding-right: 15px;

  }

}



.project-block .inner-block {

  position: relative;

}

.project-block .inner-block .image-block {

  overflow: hidden;

  position: relative;

}

.project-block .inner-block .image-block .image img {

  display: block;

  position: relative;

  width: 100%;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.project-block .inner-block .image-block .image img:first-child {

  bottom: 0px;

  left: 0px;

  opacity: 0;

  position: absolute;

  right: 0px;

  top: 0px;

  -webkit-filter: blur(10px);

          filter: blur(10px);

  -webkit-transform: translateX(50%) scaleX(2);

          transform: translateX(50%) scaleX(2);

  z-index: 1;

}

.project-block .inner-block .content-block {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: var(--theme-color-white);

  bottom: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  left: 0;

  max-width: 370px;

  padding: 14px 20px 14px 30px;

  position: absolute;

  width: 100%;

  z-index: 1;

}

.project-block .inner-block .content-block .title {

  color: var(--theme-color2);

  font-style: italic;

  letter-spacing: -0.02em;

  margin-bottom: 0;

  text-transform: capitalize;

}

.project-block .inner-block .content-block .title:hover {

  color: #01553e;

}

.project-block .inner-block .content-block .title:hover a {

  color: #01553e;

}

.project-block .inner-block .content-block .read-more {

  border: 1px solid var(--theme-color-gray);

  border-radius: 50%;

  font-size: 18px;

  height: 40px;

  line-height: 36px;

  text-align: center;

  width: 40px;

}

.project-block .inner-block:hover .image-block .image img:first-child {

  -webkit-transform: translateX(0) scaleX(1);

          transform: translateX(0) scaleX(1);

  opacity: 1;

  -webkit-filter: blur(0);

          filter: blur(0);

}

.project-block .inner-block:hover .image-block .image img:nth-child(2) {

  -webkit-transform: translateX(-50%) scaleX(2);

          transform: translateX(-50%) scaleX(2);

  opacity: 0;

  -webkit-filter: blur(10px);

          filter: blur(10px);

}



/***

==================================================================

    Pricing Section

==================================================================

***/

@media (max-width: 991.98px) {

  .pricing-block-four {

    margin-bottom: 40px;

  }

}

.pricing-block-four .inner-box {

  position: relative;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

  z-index: 0;

}

.pricing-block-four .inner-box:before {

  background-color: #01553e;

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

  -webkit-transform: scale(0, 1);

          transform: scale(0, 1);

  -webkit-transform-origin: top right;

          transform-origin: top right;

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

}

.pricing-block-four .inner-box.active .content-column .inner-column, .pricing-block-four .inner-box:hover .content-column .inner-column {

  border-color: #01553e;

}

.pricing-block-four .inner-box.active .content-column .inner-column .pricing-amount, .pricing-block-four .inner-box:hover .content-column .inner-column .pricing-amount {

  border-color: rgba(217, 217, 217, 0.3);

  color: var(--theme-color-white);

}

.pricing-block-four .inner-box.active .content-column .inner-column .pricing-amount span, .pricing-block-four .inner-box:hover .content-column .inner-column .pricing-amount span {

  color: var(--theme-color-white);

}

.pricing-block-four .inner-box.active .content-column .inner-column .list-style-two li, .pricing-block-four .inner-box:hover .content-column .inner-column .list-style-two li {

  color: var(--theme-color-white);

}

.pricing-block-four .inner-box.active .content-column .inner-column .list-style-two li .icon, .pricing-block-four .inner-box:hover .content-column .inner-column .list-style-two li .icon {

  color: var(--theme-color-gray);

}

.pricing-block-four .inner-box.active .content-column .inner-column .list-style-two li:before, .pricing-block-four .inner-box:hover .content-column .inner-column .list-style-two li:before {

  color: var(--theme-color-white);

}

.pricing-block-four .inner-box.active:before, .pricing-block-four .inner-box:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

          transform-origin: bottom left;

}

.pricing-block-four .inner-box .content-column .inner-column {

  border: 1px solid #e0e0e0;

  padding: 0 40px 40px;

  position: relative;

  text-align: center;

  width: 100%;

  z-index: 9;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 575.98px) {

  .pricing-block-four .inner-box .content-column .inner-column {

    padding: 0 20px 40px;

  }

}

.pricing-block-four .inner-box .content-column .inner-column .pricing-title {

  background-color: var(--theme-color2);

  color: var(--theme-color-white);

  display: inline-block;

  font-size: 18px;

  padding: 6px 19px;

  position: relative;

}

.pricing-block-four .inner-box .content-column .inner-column .pricing-title:before {

  background-color: var(--theme-color2);

  content: "";

  height: 1px;

  left: 0;

  position: absolute;

  top: -1px;

  width: 100%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block-four .inner-box .content-column .inner-column .pricing-amount {

  border-bottom: 1px solid #d9d9d9;

  color: var(--theme-color-black);

  font-size: 50px;

  margin-bottom: 0;

  margin-top: 29px;

  min-width: 260px;

  padding-bottom: 30px;

  text-align: center;

  width: 100%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block-four .inner-box .content-column .inner-column .pricing-amount sup {

  font-size: 24px;

  top: -17px;

}

.pricing-block-four .inner-box .content-column .inner-column .pricing-amount span {

  color: var(--text-color);

  font-family: var(--text-font);

  font-size: 16px;

  margin-left: 7px;

  position: relative;

  top: 10px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block-four .inner-box .content-column .inner-column .pricing-amount span:before {

  background-color: #a4a4a4;

  content: "";

  height: 50px;

  left: -10px;

  position: absolute;

  top: -18px;

  -webkit-transform: rotate(-142.1deg);

          transform: rotate(-142.1deg);

  width: 1px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block-four .inner-box .content-column .inner-column .list-style-two {

  margin-top: 32px;

  text-align: left;

}

.pricing-block-four .inner-box .content-column .inner-column .list-style-two li {

  font-style: normal;

  font-weight: 400;

  margin-bottom: 15px;

  padding-left: 35px;

  position: relative;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block-four .inner-box .content-column .inner-column .list-style-two li:before {

  color: #868686;

  content: "\f054";

  font-family: "Font Awesome 6 Pro";

  font-size: 16px;

  font-weight: 900;

  position: absolute;

  right: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block-four .inner-box .content-column .inner-column .list-style-two li .icon {

  color: var(--theme-color-dark);

  left: 0px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block-four .inner-box .content-column .inner-column .book-now {

  border: 1px solid transparent;

  border-radius: 0;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin-top: 20px;

  padding: 17px 32px 15px;

  width: 100%;

  z-index: 1;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.pricing-block-four .inner-box .content-column .inner-column .book-now:hover {

  border: 1px solid #fff;

}



/*** 



====================================================================

    Feature Block

====================================================================



***/

.feature-block .inner-block {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: 50% 50%;

  grid-template-columns: 50% 50%;

  margin-bottom: 60px;

  position: relative;

}

@media (max-width: 991.98px) {

  .feature-block .inner-block {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

.feature-block .inner-block .image-block {

  -webkit-box-align: stretch;

      -ms-flex-align: stretch;

          align-items: stretch;

  display: -ms-grid;

  display: grid;

  gap: 24px;

  -ms-grid-columns: 30.4% 24px 64.3%;

  grid-template-columns: 30.4% 64.3%;

}

@media (max-width: 991.98px) {

  .feature-block .inner-block .image-block {

    margin-bottom: 30px;

  }

}

@media (max-width: 767.98px) {

  .feature-block .inner-block .image-block {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

.feature-block .inner-block .image-block .image-1 {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 100%;

  padding: 75px 0;

}

@media (max-width: 991.98px) {

  .feature-block .inner-block .image-block .image-1 {

    padding: 25px 0;

  }

}

@media (max-width: 575.98px) {

  .feature-block .inner-block .image-block .image-1 {

    padding: 0;

  }

}

.feature-block .inner-block .image-block .image-1 img {

  min-height: 434px;

}

.feature-block .inner-block .image-block .image-1:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.feature-block .inner-block .image-block .image-1 .inner-box,

.feature-block .inner-block .image-block .image-2 .inner-box {

  overflow: hidden;

  position: relative;

}

@media (max-width: 767.98px) {

  .feature-block .inner-block .image-block .image-1 .inner-box,

  .feature-block .inner-block .image-block .image-2 .inner-box {

    max-height: 500px;

    width: 100%;

  }

}

.feature-block .inner-block .image-block .image-1 .inner-box img,

.feature-block .inner-block .image-block .image-2 .inner-box img {

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

@media (max-width: 767.98px) {

  .feature-block .inner-block .image-block .image-1 .inner-box img,

  .feature-block .inner-block .image-block .image-2 .inner-box img {

    height: auto;

    width: 100%;

  }

}

.feature-block .inner-block .image-block .image-2 {

  position: relative;

}

.feature-block .inner-block .image-block .image-2 .inner-box {

  height: 100%;

}

.feature-block .inner-block .image-block .image-2 .img-text-block {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background: rgba(0, 0, 0, 0.1);

  backdrop-filter: blur(10.25px);

  border-radius: 0px;

  bottom: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  gap: 14px;

  left: 0;

  padding: 15.5px 27.5px;

  position: absolute;

}

.feature-block .inner-block .image-block .image-2 .img-text-block .icon {

  font-size: 34px;

}

.feature-block .inner-block .image-block .image-2 .img-text-block .icon img {

  width: 34px;

}

.feature-block .inner-block .image-block .image-2 .img-text-block .text {

  color: var(--theme-color-white);

  font-weight: 500;

  letter-spacing: -0.02em;

  max-width: 160px;

}

.feature-block .inner-block .image-block .image-2:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.feature-block .inner-block .content-block {

  border: 1px solid var(--theme-color-gray);

  margin-left: 29px;

  padding: 55px 60px 60px 80px;

}

@media (max-width: 1199.98px) {

  .feature-block .inner-block .content-block {

    padding: 40px 30px;

  }

}

@media (max-width: 991.98px) {

  .feature-block .inner-block .content-block {

    margin-left: 0;

  }

}

@media (max-width: 375.98px) {

  .feature-block .inner-block .content-block {

    padding: 25px 15px;

  }

}

.feature-block .inner-block .content-block .subtitle {

  margin: 1px;

}

.feature-block .inner-block .content-block .title {

  font-style: italic;

  margin-bottom: 35px;

}

.feature-block .inner-block .content-block .text {

  font-weight: 500;

  margin-bottom: 33px;

}

.feature-block .inner-block .content-block .features-list {

  margin-bottom: 33px; background:#f2f2f2;

}

.feature-block .inner-block .content-block .features-list .list-item {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: 75px 23% 8% 25%;

  grid-template-columns: 75px 23% 8% 25%; padding:5px 10px

}

@media (max-width: 375.98px) {

  .feature-block .inner-block .content-block .features-list .list-item {

    -ms-grid-columns: 50px 25% 5% 30%;

    grid-template-columns: 50px 25% 5% 30%;

  }

}

.feature-block .inner-block .content-block .features-list .ftr-title,

.feature-block .inner-block .content-block .features-list .separetor,

.feature-block .inner-block .content-block .features-list .value {

  color: var(--theme-color2);

  font-weight: 600;

}

.bg-white{backgound:#fff}

/***



====================================================================

    Feature Block Two

====================================================================



***/

.feature-block-two .inner-block {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: 50% 50%;

  grid-template-columns: 50% 50%;

  margin-bottom: 60px;

  position: relative;

}

@media (max-width: 991.98px) {

  .feature-block-two .inner-block {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

.feature-block-two .inner-block .content-block {

  border: 1px solid var(--theme-color-gray);

  padding: 55px 60px 60px 80px;

}

@media (max-width: 1199.98px) {

  .feature-block-two .inner-block .content-block {

    padding: 40px 30px;

  }

}

@media (max-width: 991.98px) {

  .feature-block-two .inner-block .content-block {

    margin-bottom: 30px;

  }

}

@media (max-width: 375.98px) {

  .feature-block-two .inner-block .content-block {

    padding: 25px 15px;

  }

}

.feature-block-two .inner-block .content-block .subtitle {

  margin: 1px;

}

.feature-block-two .inner-block .content-block .title {

  font-style: italic;

  margin-bottom: 35px;

}

.feature-block-two .inner-block .content-block .text {

  font-weight: 500;

  margin-bottom: 33px;

}

.feature-block-two .inner-block .content-block .features-list {

  margin-bottom: 33px; background:#f2f2f2;

}

.feature-block-two .inner-block .content-block .features-list .list-item {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: 75px 23% 8% 25%;

  grid-template-columns: 75px 23% 8% 25%; padding:5px 10px

}

@media (max-width: 375.98px) {

  .feature-block-two .inner-block .content-block .features-list .list-item {

    -ms-grid-columns: 50px 25% 5% 30%;

    grid-template-columns: 50px 25% 5% 30%;

  }

}

.feature-block-two .inner-block .content-block .features-list .ftr-title,

.feature-block-two .inner-block .content-block .features-list .separetor,

.feature-block-two .inner-block .content-block .features-list .value {

  color: var(--theme-color2);

  font-weight: 600;

}

.feature-block-two .inner-block .image-block {

  -webkit-box-align: stretch;

      -ms-flex-align: stretch;

          align-items: stretch;

  display: -ms-grid;

  display: grid;

  gap: 24px;

  -ms-grid-columns: 64.3% 24px 30.4%;

  grid-template-columns: 64.3% 30.4%;

  margin-left: 29px;

  -webkit-box-ordinal-group: 3;

      -ms-flex-order: 2;

          order: 2;

}

@media (max-width: 991.98px) {

  .feature-block-two .inner-block .image-block {

    margin-bottom: 25px;

    margin-left: 0;

    -webkit-box-ordinal-group: 1;

        -ms-flex-order: 0;

            order: 0;

  }

}

@media (max-width: 475.98px) {

  .feature-block-two .inner-block .image-block {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

.feature-block-two .inner-block .image-block .image-2 {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 100%;

  padding: 75px 0;

}

@media (max-width: 991.98px) {

  .feature-block-two .inner-block .image-block .image-2 {

    padding: 25px 0;

  }

}

@media (max-width: 575.98px) {

  .feature-block-two .inner-block .image-block .image-2 {

    padding: 0;

  }

}

.feature-block-two .inner-block .image-block .image-2 img {

  min-height: 434px;

}

.feature-block-two .inner-block .image-block .image-2:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.feature-block-two .inner-block .image-block .image-2 .inner-box,

.feature-block-two .inner-block .image-block .image-1 .inner-box {

  overflow: hidden;

  position: relative;

}

@media (max-width: 767.98px) {

  .feature-block-two .inner-block .image-block .image-2 .inner-box,

  .feature-block-two .inner-block .image-block .image-1 .inner-box {

    width: 100%;

  }

}

.feature-block-two .inner-block .image-block .image-2 .inner-box img,

.feature-block-two .inner-block .image-block .image-1 .inner-box img {

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

@media (max-width: 767.98px) {

  .feature-block-two .inner-block .image-block .image-2 .inner-box img,

  .feature-block-two .inner-block .image-block .image-1 .inner-box img {

    height: auto;

    width: 100%;

  }

}

.feature-block-two .inner-block .image-block .image-1 {

  position: relative;

}

.feature-block-two .inner-block .image-block .image-1 .inner-box {

  height: 100%;

  max-height: 586px;

}

.feature-block-two .inner-block .image-block .image-1 .img-text-block {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background: rgba(0, 0, 0, 0.1);

  backdrop-filter: blur(10.25px);

  border-radius: 0px;

  bottom: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  gap: 14px;

  left: 0;

  padding: 15.5px 27.5px;

  position: absolute; bottom:110px

}

.feature-block-two .inner-block .image-block .image-1 .img-text-block .icon {

  font-size: 34px;

}

.feature-block-two .inner-block .image-block .image-1 .img-text-block .icon img {

  width: 34px;

}

.feature-block-two .inner-block .image-block .image-1 .img-text-block .text {

  color: var(--theme-color-white);

  font-weight: 500;

  letter-spacing: -0.02em;

  max-width: 160px;

}

.feature-block-two .inner-block .image-block .image-1:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}



/*** 



====================================================================

    Properties Block

====================================================================



***/

.properties-block .inner-block {

  display: -ms-grid;

  display: grid;

  gap: 30px;

  -ms-grid-columns: 50% 30px 50%;

  grid-template-columns: 50% 50%;

  position: relative;

}

.properties-block .inner-block .image-block {

  display: -ms-grid;

  display: grid;

  gap: 24px;

  -ms-grid-columns: auto 24px auto;

  grid-template-columns: auto auto;

}

.properties-block .inner-block .image-block .image-1 {

  margin-top: 75px;

}

.properties-block .inner-block .image-block .image-1,

.properties-block .inner-block .image-block .image-2 {

  overflow: hidden;

  position: relative;

}

.properties-block .inner-block .image-block .image-1 img,

.properties-block .inner-block .image-block .image-2 img {

  width: 100%;

}

.properties-block .inner-block .image-block .image-2 .img-text-block {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background: rgba(0, 0, 0, 0.1);

  backdrop-filter: blur(10.25px);

  border-radius: 0px;

  bottom: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 10px;

  left: 0;

  padding: 20px;

  position: absolute;

}

.properties-block .inner-block .image-block .image-2 .img-text-block .text {

  color: var(--theme-color-white);

  font-weight: 500;

  letter-spacing: -0.02em;

  max-width: 160px;

}

.properties-block .inner-block .content-block {

  border: 1px solid var(--theme-color-gray);

  padding: 53px 60px 60px 80px;

}

.properties-block .inner-block .content-block .subtitle {

  margin: 1px;

}

.properties-block .inner-block .content-block .title {

  font-style: italic;

  font-weight: 500;

  letter-spacing: -0.02em;

  margin-bottom: 32px;

  text-transform: capitalize;

}

.properties-block .inner-block .content-block .text {

  font-weight: 500;

  margin-bottom: 30px;

}

.properties-block .inner-block .content-block .features-list {

  margin-bottom: 30px;

}

.properties-block .inner-block .content-block .features-list .list-item {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: 11% 23% 8% 25%;

  grid-template-columns: 11% 23% 8% 25%;

  margin-bottom: 15px;

}

.properties-block .inner-block .content-block .features-list .ftr-title,

.properties-block .inner-block .content-block .features-list .separetor,

.properties-block .inner-block .content-block .features-list .value {

  color: var(--theme-color2);

  font-weight: 600;

}



/***

====================================================================

  Floor plan

====================================================================

***/

.flore-plan-section {

  background-color: var(--theme-color-lighter);

  position: relative;

  padding-top: 315px;

  z-index: 0;

}

.flore-plan-section:before {

  background-image: url(../images/background/floor-bg.jpg);

  background-size: cover;

  background-position: center center;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  right: 0;

  top: 0;

  z-index: -1;

}



.floor-tab-buttons {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  gap: 10px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin-bottom: 60px;

  padding: 0;

  position: relative;

}

.floor-tab-buttons:before {

  background-color: var(--theme-color-lighter3);

  content: "";

  height: 1px;

  left: 0;

  position: absolute;

  right: 0;

  top: 25px;

  z-index: -1;

}

@media (max-width: 575.98px) {

  .floor-tab-buttons:before {

    display: none;

  }

}

.floor-tab-buttons .floor-tab-btn {

  background-color: var(--theme-color-white);

  border-radius: 50px;

  color: var(--theme-color2);

  cursor: pointer;

  font-weight: 500;

  letter-spacing: -0.02em;

  padding: 12px 31.5px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.floor-tab-buttons .floor-tab-btn.active {

  background-color: var(--theme-color2);

  color: var(--theme-color-white);

}



.floor-tab-content {

  display: none;

  -webkit-animation: fadeInUp 0.5s ease;

          animation: fadeInUp 0.5s ease;

}

.floor-tab-content.active {

  display: block;

}



@-webkit-keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translateY(20px);

            transform: translateY(20px);

  }

  to {

    opacity: 1;

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translateY(20px);

            transform: translateY(20px);

  }

  to {

    opacity: 1;

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}

.floor-plan-block .inner-block {

  padding-left: 15px;

  padding-right: 15px;

  padding-top: 217px;

  position: relative;

}

.floor-plan-block .inner-block .image {

  height: 100%;

  bottom: 0;

  left: 0;

  -o-object-fit: cover;

     object-fit: cover;

  position: absolute;

  right: 0;

}

.floor-plan-block .inner-block .content-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: var(--theme-color-white);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  gap: 118px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  max-width: 1069px;

  margin: 0 auto;

  padding: 50px 80px;

  position: relative;

}

@media (max-width: 1199.98px) {

  .floor-plan-block .inner-block .content-box {

    gap: 0px;

    max-width: 960px;

    padding: 30px;

  }

}

@media (max-width: 991.98px) {

  .floor-plan-block .inner-block .content-box .image-box {

    margin-bottom: 20px;

  }

}

@media (max-width: 767.98px) {

  .floor-plan-block .inner-block .content-box .image-box {

    display: none;

  }

}

.floor-plan-block .inner-block .content-box .inner-box {

  position: relative;

}

.floor-plan-block .inner-block .content-box .inner-box:before {

  background-color: var(--theme-color-lighter3);

  content: "";

  height: 100%;

  left: -59px;

  position: absolute;

  width: 1px;

}

@media (max-width: 991.98px) {

  .floor-plan-block .inner-block .content-box .inner-box:before {

    display: none;

  }

}

.floor-plan-block .inner-block .content-box .inner-box .title,

.floor-plan-block .inner-block .content-box .inner-box .feature-title {

  font-style: italic;

  margin-bottom: 12px;

}

.floor-plan-block .inner-block .content-box .inner-box .feature-title {

  margin-bottom: 18px;

}

.floor-plan-block .inner-block .content-box .inner-box .text {

  font-weight: 500;

  max-width: 371px;

  margin-bottom: 33px;

}

@media (max-width: 991.98px) {

  .floor-plan-block .inner-block .content-box .inner-box .text {

    max-width: none;

  }

}

.floor-plan-block .inner-block .content-box .inner-box .flor-feature-list {

  color: var(--theme-color2);

  display: -ms-grid;

  display: grid;

  font-weight: 500;

  -ms-grid-columns: 1fr 10px 1fr;

  grid-template-columns: repeat(2, 1fr);

  gap: 10px;

  list-style: none;

  margin-bottom: 43px;

  padding: 0;

}

@media (max-width: 519.98px) {

  .floor-plan-block .inner-block .content-box .inner-box .flor-feature-list {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

.floor-plan-block .inner-block .content-box .inner-box .flor-feature-list li {

  padding-left: 19px;

  position: relative;

}

.floor-plan-block .inner-block .content-box .inner-box .flor-feature-list li::before {

  background-color: currentColor;

  color: var(--text-color);

  content: "";

  height: 7px;

  left: 0;

  position: absolute;

  top: 10px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

  width: 7px;

}



/***

====================================================================

  Floor plan Two

====================================================================

***/

.flore-plan-section-two {

  position: relative;

  z-index: 0;

}

.flore-plan-section-two .sec-title {

  margin-bottom: -62px;

}

@media (max-width: 991.98px) {

  .flore-plan-section-two .sec-title {

    margin-bottom: 50px;

  }

}



.floor-tab-buttons-two {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  gap: 10px;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

  margin-bottom: 60px;

  margin-left: auto;

  max-width: 517px;

  padding: 0;

  position: relative;

}

@media (max-width: 991.98px) {

  .floor-tab-buttons-two {

    margin-right: auto;

    margin-left: 0;

    margin-bottom: 30px;

  }

}

@media (max-width: 767.98px) {

  .floor-tab-buttons-two {

    max-width: none;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: start;

  }

}

.floor-tab-buttons-two .floor-tab-btn-two {

  background-color: var(--theme-color-white);

  border-radius: 50px;

  color: var(--theme-color2);

  cursor: pointer;

  font-weight: 500;

  letter-spacing: -0.02em;

  padding: 12px 30px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 575.98px) {

  .floor-tab-buttons-two .floor-tab-btn-two {

    background-color: var(--theme-color-lighter);

  }

}

.floor-tab-buttons-two .floor-tab-btn-two.active {

  background-color: var(--theme-color2);

  color: var(--theme-color-white);

}



.floor-tab-content-two {

  -webkit-animation: fadeInUp 0.5s ease;

          animation: fadeInUp 0.5s ease;

  display: none;

}

.floor-tab-content-two.active {

  display: block;

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translateY(20px);

            transform: translateY(20px);

  }

  to {

    opacity: 1;

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}

.floor-plan-block-two .inner-block {

  position: relative;

}

.floor-plan-block-two .inner-block .content-box {

  background-color: var(--theme-color-white);

  display: -ms-grid;

  display: grid;

  gap: 64px;

  -ms-grid-columns: 378px 64px 501px 64px 312px;

  grid-template-columns: 378px 501px 312px;

  position: relative;

}

@media (max-width: 1349.98px) {

  .floor-plan-block-two .inner-block .content-box {

    gap: 50px;

    -ms-grid-columns: 30% 50px 36% 50px 30%;

    grid-template-columns: 30% 36% 30%;

  }

}

@media (max-width: 1199.98px) {

  .floor-plan-block-two .inner-block .content-box {

    -ms-grid-columns: auto auto;

    grid-template-columns: auto auto;

  }

}

@media (max-width: 991.98px) {

  .floor-plan-block-two .inner-block .content-box {

    gap: 20px;

    -ms-grid-columns: 40% 20px auto;

    grid-template-columns: 40% auto;

  }

}

@media (max-width: 767.98px) {

  .floor-plan-block-two .inner-block .content-box {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

.floor-plan-block-two .inner-block .content-box .inner-box {

  position: relative;

}

@media (max-width: 767.98px) {

  .floor-plan-block-two .inner-block .content-box .inner-box {

    max-width: 90%;

    margin-bottom: 30px;

  }

}

@media (max-width: 575.98px) {

  .floor-plan-block-two .inner-block .content-box .inner-box {

    max-width: none;

  }

}

.floor-plan-block-two .inner-block .content-box .inner-box .title {

  font-style: italic;

  margin-bottom: 12px;

}

.floor-plan-block-two .inner-block .content-box .inner-box .text {

  font-weight: 500;

  margin-bottom: 35px;

  max-width: 371px;

}

@media (max-width: 991.98px) {

  .floor-plan-block-two .inner-block .content-box .inner-box .text {

    max-width: none;

  }

}

.floor-plan-block-two .inner-block .content-box .inner-box .floor-feature-list {

  color: var(--theme-color2);

  font-weight: 500;

  gap: 10px;

  list-style: none;

  margin-bottom: 40px;

  padding: 0;

}

@media (max-width: 519.98px) {

  .floor-plan-block-two .inner-block .content-box .inner-box .floor-feature-list {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}

.floor-plan-block-two .inner-block .content-box .inner-box .floor-feature-list .feature-list {

  border-bottom: 1px solid rgba(17, 17, 17, 0.1);

  color: var(--theme-color2);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-weight: 500;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  letter-spacing: -0.02em;

  padding: 10px 0;

  position: relative;

}

.floor-plan-block-two .inner-block .content-box .inner-box .floor-feature-list .feature-list:first-child {

  border-top: 1px solid rgba(17, 17, 17, 0.1);

}

.floor-plan-block-two .inner-block .content-box .inner-box .floor-feature-list .feature-list .left-area {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 17px;

}

@media (max-width: 1199.98px) {

  .floor-plan-block-two .inner-block .content-box .image-box {

    text-align: center;

  }

}

@media (max-width: 767.98px) {

  .floor-plan-block-two .inner-block .content-box .image-box {

    text-align: left;

  }

}

.floor-plan-block-two .inner-block .content-box .image {

  max-height: 469px;

}

@media (max-width: 1199.98px) {

  .floor-plan-block-two .inner-block .content-box .image {

    display: none;

  }

}

.floor-plan-block-two .inner-block .content-box .image img {

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

}



/***

====================================================================

  Property Feature Section One

====================================================================

***/

.property-feature-section {

  position: relative;

}

.property-feature-section:before {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 50%;

    height: 100%;

    background-color: #efeee3;

    z-index: -1;

}

@media (max-width: 1199.98px) {

  .property-feature-section:before {

    width: 51%;

  }

}

@media (max-width: 991.98px) {

  .property-feature-section:before {

    width: 100%;

  }

}

.property-feature-section:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 50%;

    height: 100%;

    background: url(../images/property-bg-2-1.jpg) center center / cover no-repeat;

}

@media (max-width: 1199.98px) {

  .property-feature-section:after {

    width: 48%;

  }

}

@media (max-width: 991.98px) {

  .property-feature-section:after {

    display: none;

  }

}



.property-feature-wrapper {

  padding-left: 40px;

}

@media (max-width: 1199.98px) {

  .property-feature-wrapper {

    padding-left: 0px;

  }

}

.property-feature-wrapper .property-feature-block {

  position: relative;

}

.property-feature-wrapper .property-feature-block .inner-box {

  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.15);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding-left: 44px;

  position: relative;

}

@media (max-width: 575.98px) {

  .property-feature-wrapper .property-feature-block .inner-box {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.property-feature-wrapper .property-feature-block .inner-box.bdrt {

  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.15);

}

.property-feature-wrapper .property-feature-block .inner-box:hover .content-box .award-image, .property-feature-wrapper .property-feature-block .inner-box.active .content-box .award-image {

  opacity: 1;

  -webkit-transform: scale(1);

          transform: scale(1);

}

.property-feature-wrapper .property-feature-block .inner-box:before {

  background-color: #01553e;

  content: "";

  height: 10px;

  left: 0;

  position: absolute;

  top: 52px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

  width: 10px;

}

.property-feature-wrapper .property-feature-block .inner-box .content-box {

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: flex-end;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding: 21.5px 0;

  position: relative;

  width: 100%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 767.98px) {

  .property-feature-wrapper .property-feature-block .inner-box .content-box {

    display: block;

  }

}

.property-feature-wrapper .property-feature-block .inner-box .content-box .distance {

  color: rgba(var(--theme-color-white-rgb), 0.6);

  font-weight: 500;

}

.property-feature-wrapper .property-feature-block .inner-box .content-box .title {

  color: var(--theme-color-white);

  font-style: italic;

  margin-bottom: 5px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.property-feature-wrapper .property-feature-block .inner-box .content-box .title:hover {

  color: #01553e;

}

.property-feature-wrapper .property-feature-block .inner-box .content-box .award-image {

  bottom: -20px;

  opacity: 0;

  position: absolute;

  right: 0px;

  -webkit-transform: scale(0.4);

          transform: scale(0.4);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 575.98px) {

  .property-feature-wrapper .property-feature-block .inner-box .content-box .award-image {

    max-width: 120px;

  }

}



/***

====================================================================

  Property Room Section Two

====================================================================

***/

.property-room-feature {

  position: relative;

}



.property-room-outer {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: 424px 24px auto;

  grid-template-columns: 424px auto;

  gap: 24px;

  position: relative;

}

@media (max-width: 1199.98px) {

  .property-room-outer {

    -ms-grid-columns: 300px auto;

    grid-template-columns: 300px auto;

  }

}

@media (max-width: 1023.98px) {

  .property-room-outer {

    -ms-grid-columns: 270px auto;

    grid-template-columns: 270px auto;

  }

}

@media (max-width: 991.98px) {

  .property-room-outer {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

  }

}



.room-btn-wrapper {

  position: relative;

}

.room-btn-wrapper .room-list-btn {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: var(--theme-color-white);

  border: 1px solid var(--theme-color-gray);

  color: var(--theme-color2);

  cursor: pointer;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-family: "Playfair Display", serif;

  font-size: 20px;

  font-style: italic;

  font-weight: 500;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin-bottom: 20px;

  padding: 18.61px 24px;

  position: relative;

  text-align: left;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  width: 100%;

}

@media (max-width: 1199.98px) {

  .room-btn-wrapper .room-list-btn {

    padding: 18px 20px;

  }

}

.room-btn-wrapper .room-list-btn:hover, .room-btn-wrapper .room-list-btn.active {

  background-color: var(--theme-color2);

  color: var(--theme-color-white);

}

.room-btn-wrapper .room-list-btn:hover .room-arrow, .room-btn-wrapper .room-list-btn.active .room-arrow {

  -webkit-filter: brightness(0) invert(1);

          filter: brightness(0) invert(1);

}

.room-btn-wrapper .room-list-btn:last-child {

  margin-bottom: 0;

}

.room-btn-wrapper .room-list-btn .room-name {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

}

.room-btn-wrapper .room-list-btn .room-number {

  font-size: 24px;

  margin-right: 20px;

}

.room-btn-wrapper .room-list-btn .room-arrow {

  height: 20px;

  width: 20px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.room-content-wrapper {

  height: 100%;

  min-height: 580px;

  overflow: hidden;

  position: relative;

}

@media (max-width: 767.98px) {

  .room-content-wrapper {

    min-height: 700px;

  }

}

.room-content-wrapper .room-image-box {

  height: 100%;

  left: 0;

  opacity: 0;

  overflow: hidden;

  position: absolute;

  top: 0;

  visibility: hidden;

  width: 100%;

  -webkit-transform: translateY(30px);

          transform: translateY(30px);

  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;

  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;

  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;

  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;

}

@media (max-width: 991.98px) {

  .room-content-wrapper .room-image-box {

    min-height: 400px;

  }

}

@media (max-width: 767.98px) {

  .room-content-wrapper .room-image-box {

    min-height: 600px;

  }

}

.room-content-wrapper .room-image-box.active {

  opacity: 1;

  -webkit-transform: translateY(0);

          transform: translateY(0);

  visibility: visible;

}

.room-content-wrapper .room-image-box.slide-out {

  opacity: 0;

  -webkit-transform: translateY(-30px);

          transform: translateY(-30px);

}

.room-content-wrapper .room-image-box img {

  height: 100%;

  max-height: 600px;

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

}

.room-content-wrapper .room-image-box .inner-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  bottom: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  left: 0;

  position: absolute;

  right: 0;

}

@media (max-width: 767.98px) {

  .room-content-wrapper .room-image-box .inner-box {

    display: block;

  }

}

.room-content-wrapper .room-image-box .room-content-overlay {

  background: rgba(17, 17, 17, 0.1);

  backdrop-filter: blur(10.25px);

  bottom: 0;

  left: 0;

  max-width: 475px;

  padding: 23px 80px 27px 40px;

  right: 0;

  z-index: 1;

}

.room-content-wrapper .room-image-box .room-content-overlay .room-title {

  color: var(--theme-color-white);

  margin-bottom: 16px;

}

.room-content-wrapper .room-image-box .room-content-overlay .room-description {

  color: rgba(var(--theme-color-white-rgb), 0.6);

  font-weight: 500;

  max-width: 355px;

}

@media (max-width: 1299.98px) {

  .room-content-wrapper .room-image-box .room-content-overlay {

    max-width: 400px;

    padding: 22px 30px 30px;

  }

}

@media (max-width: 767.98px) {

  .room-content-wrapper .room-image-box .room-content-overlay {

    max-width: none;

    position: relative;

  }

}

.room-content-wrapper .room-image-box .room-features-box {

  background-color: var(--theme-color-white);

  display: inline-block;

  left: 475px;

  max-width: 298px;

  padding: 29px 40px 40px;

  position: absolute;

  width: 100%;

  z-index: 10;

}

@media (max-width: 1299.98px) {

  .room-content-wrapper .room-image-box .room-features-box {

    left: 400px;

    padding: 30px 30px 40px;

  }

}

.room-content-wrapper .room-image-box .room-features-box .room-features-list li {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: var(--theme-color2);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-weight: 500;

  margin-bottom: 2px;

}

.room-content-wrapper .room-image-box .room-features-box .room-features-list li:last-child {

  margin-bottom: 0;

}

.room-content-wrapper .room-image-box .room-features-box .room-features-list li::before {

  background-color: #01553e;

  content: "";

  -ms-flex-negative: 0;

      flex-shrink: 0;

  height: 7px;

  margin-right: 10px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

  width: 7px;

}

@media (max-width: 767.98px) {

  .room-content-wrapper .room-image-box .room-features-box {

    left: 0;

    max-width: none;

    padding: 30px;

    position: relative;

  }

}

.room-content-wrapper .room-image-box .room-content-overlay,

.room-content-wrapper .room-image-box .room-features-box {

  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;

  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;

  transition: transform 0.5s ease, opacity 0.5s ease;

  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;

}

.room-content-wrapper .room-image-box:not(.active) .room-content-overlay,

.room-content-wrapper .room-image-box:not(.active) .room-features-box {

  opacity: 0;

}

.room-content-wrapper .room-image-box.slide-out .room-content-overlay,

.room-content-wrapper .room-image-box.slide-out .room-features-box {

  -webkit-transform: translateY(-30px);

          transform: translateY(-30px);

  opacity: 0;

}

.room-content-wrapper .room-image-box.slide-in .room-content-overlay,

.room-content-wrapper .room-image-box.slide-in .room-features-box {

  -webkit-transform: translateY(30px);

          transform: translateY(30px);

  opacity: 0;

}

.room-content-wrapper .room-image-box.active .room-content-overlay,

.room-content-wrapper .room-image-box.active .room-features-box {

  opacity: 1;

  -webkit-transform: translateY(0);

          transform: translateY(0);

}

.room-content-wrapper .room-image-box .room-video-btn {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  backdrop-filter: blur(2px);

  background: rgba(var(--theme-color-white-rgb), 0.2);

  border-radius: 50%;

  cursor: pointer;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 96px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  left: 50%;

  position: absolute;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  -webkit-transition: background 0.3s ease, -webkit-transform 0.1s ease-out;

  transition: background 0.3s ease, -webkit-transform 0.1s ease-out;

  transition: background 0.3s ease, transform 0.1s ease-out;

  transition: background 0.3s ease, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;

  width: 96px;

  z-index: 10;

}

.room-content-wrapper .room-image-box .room-video-btn:hover {

  -webkit-transform: translate(-50%, -50%) scale(1.05);

          transform: translate(-50%, -50%) scale(1.05);

}

.room-content-wrapper .room-image-box .room-video-btn span {

  color: var(--theme-color-white);

  font-weight: 500;

  letter-spacing: -0.02em;

  text-align: center;

}

@media (max-width: 991.98px) {

  .room-content-wrapper .room-image-box .room-video-btn {

    left: auto;

    right: 20px;

    top: 20px;

    -webkit-transform: none;

            transform: none;

  }

}

.room-content-wrapper .room-image-box:before {

  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.89%, rgba(17, 17, 17, 0)), color-stop(94.72%, #111111));

  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 44.89%, #111111 94.72%);

  bottom: 0;

  content: "";

  height: 90%;

  position: absolute;

  width: 100%;

  z-index: 1;

}



/***

====================================================================

   about- Section h1

====================================================================

***/

.about-block-one {

  position: relative;

}

@media (max-width: 991.98px) {

  .about-block-one {

    max-height: 500px;

    overflow: hidden;

    margin-bottom: 30px;

  }

}

@media (max-width: 767.98px) {

  .about-block-one {

    max-height: initial;

  }

}

.about-block-one .image-block1 {

  margin-bottom: 24px;

}

.about-block-one .image-block1 img {

  width: 100%;

  height: 100%;

}

.about-block-one .image-block1.style-bottom-0 {

  margin-bottom: 0;

}

.about-block-one .image-block2 {

  height: 100%;

  max-width: 355px;

}

@media (max-width: 1199.98px) {

  .about-block-one .image-block2 {

    max-width: inherit;

  }

}

.about-block-one .image-block2 img {

  width: 100%;

  height: 100%;

}



.about-block-content-one .text {

    margin-top: 15px;

    text-align: justify;

}

.about-block-content-one .about-list-items {

  border-left: 1px solid rgba(17, 17, 17, 0.3);

  margin-top: 38px;

  padding-left: 48px;

}

@media (max-width: 1299.98px) {

  .about-block-content-one .about-list-items {

    padding-left: 20px;

    margin-top: 20px;

  }

}

@media (max-width: 575.98px) {

  .about-block-content-one .about-list-items {

    padding: 20px;

  }

}

.about-block-content-one .about-list-items .title {

  font-family: "Playfair Display", serif;

  font-style: italic;

  letter-spacing: -0.02em;

  line-height: 1;

  margin-bottom: 30px;

  margin-top: 0;

}

.about-block-content-one .about-list-items .about-list li {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: var(--headings-color);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 16px;

  font-weight: 500;

  gap: 10px;

}

.about-block-content-one .about-list-items .about-list li:not(:last-child) {

  margin-bottom: 12px;

}

.about-block-content-one .about-button-items {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 45px;

  margin-top: 50px;

}

@media (max-width: 1299.98px) {

  .about-block-content-one .about-button-items {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 20px;

  }

}

.about-block-content-one .about-button-items .content-info {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 16px;

}

.about-block-content-one .about-button-items .content .text-2 {

  font-size: 14px;

}



/***

====================================================================

   about- Section h2

====================================================================

***/

.about-section-two {

  background-color: #F3F3F3;

  position: relative;

}

.about-section-two .bg-pattern {

  bottom: 0;

  left: 0;

  opacity: 0.05;

  position: absolute;

  z-index: 0;

}



.about-block-two {

  position: relative;

}

.about-block-two .rotate-logo {

  left: 12%;

  position: absolute;

  top: 0;

}

@media (max-width: 1199.98px) {

  .about-block-two .rotate-logo {

    display: none;

  }

}

@media (max-width: 1399.98px) {

  .about-block-two .rotate-logo {

    left: 2%;

  }

}

.about-block-two .rotate-logo .circle-text-wrap {

  height: 146px;

  position: relative;

  width: 146px;

}

.about-block-two .rotate-logo .circle-text {

  -webkit-animation: rotateText 18s linear infinite;

          animation: rotateText 18s linear infinite;

  height: 146px;

  width: 146px;

}

.about-block-two .rotate-logo .circle-text text {

  font-size: 14px;

  fill: #000;

  letter-spacing: 3px;

  text-transform: uppercase;

}

.about-block-two .rotate-logo {

  /* center logo */

}

.about-block-two .rotate-logo .center-logo {

  left: 50%;

  position: absolute;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

}

.about-block-two .rotate-logo .center-logo img {

  height: 51px;

  -o-object-fit: contain;

     object-fit: contain;

  width: 51px;

}

.about-block-two .image-block1 {

  left: 60px;

  position: relative;

  top: 195px;

  z-index: 0;

}

@media (max-width: 1399.98px) {

  .about-block-two .image-block1 {

    left: 15px;

  }

}

@media (max-width: 1199.98px) {

  .about-block-two .image-block1 {

    display: none;

  }

}

.about-block-two .image-block1 img {

  height: 100%;

  max-width: 470px;

  width: 100%;

}

.about-block-two .image-block2 {

  border-bottom: 24px solid #F3F3F3;

  border-left: 24px solid #F3F3F3;

  position: absolute;

  right: 0;

  top: 0;

}

@media (max-width: 1199.98px) {

  .about-block-two .image-block2 {

    position: relative;

  }

}

@media (max-width: 991.98px) {

  .about-block-two .image-block2 {

    border-left: none;

  }

}

.about-block-two .image-block2 img {

  max-width: 427px;

  height: 100%;

  width: 100%;

}



/* smooth slow rotation */

@-webkit-keyframes rotateText {

  from {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  to {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

@keyframes rotateText {

  from {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

  to {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg);

  }

}

.about-image-content-box {

  position: relative;

}

.about-image-content-box .content-info {

  bottom: -180px;

  position: absolute;

  right: 0;

}

@media (max-width: 1199.98px) {

  .about-image-content-box .content-info {

    bottom: -5px;

    position: relative;

  }

}



.about-block-content-two .text {

  margin-top: 15px;

}

.about-block-content-two .about-button-items {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 45px;

  margin-top: 50px;

}

.about-block-content-two .about-button-items .content-info {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 16px;

  margin-bottom: 32px;

}

.about-block-content-two .about-button-items .content .text-2 {

  font-size: 14px;

}



.tabs-box {

  max-width: 100%;

}

.tabs-box .tab-buttons {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 0px;

  margin-bottom: 15px;

  width: 100%; border-bottom:1px solid #fff;

}

@media (max-width: 525.98px) {

  .tabs-box .tab-buttons {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 10px;

  }

}

.tabs-box .tab-buttons .tab-btn {

  color: #fff;

  font-size: 16px;

  font-weight: 700;

  line-height: 1;

  padding: 14px 40px;

  text-transform: uppercase; border-bottom:5px solid transparent; margin-right:20px

}

.tabs-box .tab-buttons .tab-btn.active-btn {

  color: var(--theme-color2-text-color);

  position: relative; border-bottom:5px solid #fcd803

}



@media (max-width: 991.98px) {

  .tab-inner-content .content {

    margin-bottom: 20px;

  }

}

.tab-inner-content .info-box {

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: start;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 60px;

  margin-bottom: 30px;

}

@media (max-width: 525.98px) {

  .tab-inner-content .info-box {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 15px;

  }

}

@media (max-width: 459.98px) {

  .tab-inner-content .info-box {

    gap: 8px;

  }

}

@media (max-width: 339.98px) {

  .tab-inner-content .info-box {

    gap: 0px;

  }

}

.tab-inner-content .text {

  border-bottom: 1px solid #111;

  margin-bottom: 35px;

  padding-bottom: 30px;

}



/***



====================================================================

    Marquee Section

====================================================================



***/

.marque-section {

  position: relative;

}



.marque-outer {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-image: url(../images/background/marque-bg.jpg);

  background-repeat: no-repeat;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 278px 0;

  position: relative;

}

@media (max-width: 1199.98px) {

  .marque-outer {

    padding: 200px 0;

  }

}

@media (max-width: 991.98px) {

  .marque-outer {

    padding: 150px 0;

  }

}

@media (max-width: 767.98px) {

  .marque-outer {

    padding: 100px 0;

  }

}

.marque-outer:before {

  background-color: rgba(var(--theme-color2-rgb), 0.4);

  bottom: 0;

  content: "";

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

}

.marque-outer .marquee-wrapper {

  background-color: rgba(var(--theme-color-black-rgb), 0.1);

  backdrop-filter: blur(8px);

  padding: 35px 0 40px;

}



.marquee {

  position: relative;

  --duration: 50s;

  --gap: 0px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  overflow: hidden;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  gap: var(--gap);

}

.marquee .marquee-group {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-negative: 0;

      flex-shrink: 0;

  gap: var(--gap);

  -ms-flex-pack: distribute;

      justify-content: space-around;

  min-width: 50%;

  -webkit-animation: scroll var(--duration) linear infinite;

          animation: scroll var(--duration) linear infinite;

}

.marquee .text {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: var(--theme-color-white);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-family: "Playfair Display", serif;

  font-size: 80px;

  font-style: italic;

  font-weight: 500;

  gap: 20px;

  letter-spacing: -0.02em;

  line-height: 1;

  margin: 0 10px;

  opacity: 0.6;

  position: relative;

  text-transform: capitalize;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.marquee .text span {

  display: inline-block;

}

@media (max-width: 767.98px) {

  .marquee .text {

    font-size: 28px;

  }

}

.marquee .text:hover {

  opacity: 1;

}

@media (prefers-reduced-motion: reduce) {

  .marquee .marquee-group {

    -webkit-animation-play-state: paused;

            animation-play-state: paused;

  }

}



/* Global keyframes — declared only once */

@-webkit-keyframes scroll {

  0% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

  100% {

    -webkit-transform: translateX(calc(-100% - var(--gap)));

            transform: translateX(calc(-100% - var(--gap)));

  }

}

@keyframes scroll {

  0% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

  100% {

    -webkit-transform: translateX(calc(-100% - var(--gap)));

            transform: translateX(calc(-100% - var(--gap)));

  }

}

@-webkit-keyframes scroll2 {

  0% {

    -webkit-transform: translateX(calc(-100% - var(--gap)));

            transform: translateX(calc(-100% - var(--gap)));

  }

  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

}

@keyframes scroll2 {

  0% {

    -webkit-transform: translateX(calc(-100% - var(--gap)));

            transform: translateX(calc(-100% - var(--gap)));

  }

  100% {

    -webkit-transform: translateX(0);

            transform: translateX(0);

  }

}

/*** 



====================================================================

  Main Slider

====================================================================



***/

/***



====================================================================

    Services Section

====================================================================



***/

.service-section {

  position: relative; background:#F8F8F8

}

.service-section .floating-object {

  left: 0;

  opacity: 0.44;

  position: absolute;

  top: 40px;

}

@media (max-width: 1299.98px) {

  .service-section .floating-object {

    left: -200px;

  }

}

@media (max-width: 991.98px) {

  .service-section .floating-object {

    display: none;

  }

}



.service-block-wraper {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: auto auto auto auto;

  grid-template-columns: auto auto auto auto;

  position: relative;

}

@media (max-width: 1299.98px) {

  .service-block-wraper {

    -ms-grid-columns: auto auto;

    grid-template-columns: auto auto;

    text-align: center;

  }

}

@media (max-width: 767.98px) {

  .service-block-wraper {

    -ms-grid-columns: auto;

    grid-template-columns: auto;

    text-align: center;

  }

}

.service-block-wraper .service-block-one:last-child .inner-block .text {

  max-width: 199px;

}



.service-block-one .inner-block {

  border: 1px solid #e5e5e5; background:#fff;

  border-radius: 50%;

  display: inline-block;

  margin-bottom: 30px;

  padding: 32px 50px 45px;

  position: relative;

  text-align: center;

  height: 330px;

  max-width: 329px;

  width: 100%;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

@media (min-width: 1200px) and (max-width: 1299.98px) {

  .service-block-one .inner-block {

    padding: 20px 40px 45px;

  }

}

@media (max-width: 767.98px) {

  .service-block-one .inner-block {

    margin-bottom: 30px;

    padding: 30px 50px 45px;

  }

}

@media (max-width: 575.98px) {

  .service-block-one .inner-block {

    padding: 25px 20px 45px;

  }

}

.service-block-one .inner-block .icon {

  color: var(--theme-color2);

  display: inline-block;

  font-size: 60px;

}

.service-block-one .inner-block .icon i,

.service-block-one .inner-block .icon img {

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.service-block-one .inner-block .title {

  margin-bottom: 15px; font-weight:600

}

.service-block-one .inner-block .text {

  margin: 0 auto;

  max-width: 220px;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden; line-height:1.3em

}

.service-block-one .inner-block:hover {

  border: 4px solid #fe0000;

}

.service-block-one .inner-block:hover .title,

.service-block-one .inner-block:hover .title a {

  color: #fe0000;

}

.service-block-one .inner-block:hover .icon i,

.service-block-one .inner-block:hover .icon img {

  color: #01553e;

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}



/***

====================================================================

    Services Section Two

====================================================================

***/

.service-section-two {

  position: relative;

}



.service-block-two-wraper {

  position: relative;

}

.service-block-two .inner-block {

  border: 1px solid var(--theme-color-gray);

  border-radius: 50%;

  display: inline-block;

  height: 244px;

  padding: 32px 50px 45px;

  position: relative;

  text-align: center;

  width: 244px;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

@media (min-width: 1200px) and (max-width: 1299.98px) {

  .service-block-two .inner-block {

    padding: 20px 40px 45px;

  }

}

.service-block-two .inner-block .icon {

  color: var(--theme-color2);

  display: inline-block;

  font-size: 60px;

  margin-bottom: 10px;

}

.service-block-two .inner-block .icon i,

.service-block-two .inner-block .icon img {

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.service-block-two .inner-block .title {

  font-family: "Nunito Sans", sans-serif;

  margin-bottom: 0px;

}

.service-block-two .inner-block:hover {

  border: 1px solid #01553e;

}

.service-block-two .inner-block:hover .title,

.service-block-two .inner-block:hover .title a {

  color: #01553e;

}

.service-block-two .inner-block:hover .icon i,

.service-block-two .inner-block:hover .icon img {

  color: #01553e;

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}



/***



====================================================================

    Causes Section

====================================================================



***/

/***

==================================================================

 video-section-h1

==================================================================

***/

.video-section {

  margin: 0 auto;

  max-width: 1680px;

  position: relative;

}



.video-image {

  border-radius: 0px;

  height: 743px;

  position: relative;

  z-index: 9;

}

@media (max-width: 1199.98px) {

  .video-image {

    height: 620px;

  }

}

@media (max-width: 767.98px) {

  .video-image {

    height: 580px;

  }

}

@media (max-width: 575.98px) {

  .video-image {

    height: 480px;

  }

}

.video-image::before {

  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.89%, rgba(17, 17, 17, 0)), color-stop(94.72%, #111111));

  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 44.89%, #111111 94.72%);

  border-radius: 0px;

  bottom: 0;

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  width: 100%;

  z-index: 1;

}

.video-image img {

  border-radius: 0px;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

}

.video-image .content {

  bottom: 120px;

  left: 0;

  position: absolute;

  right: 0;

  text-align: center;

  z-index: 9;

}

@media (max-width: 1439.98px) {

  .video-image .content {

    bottom: 80px;

    padding: 0 30px;

  }

}

.video-image .content .title {

  color: var(--theme-color-white);

  font-style: italic;

  font-weight: 500;

  letter-spacing: -0.04em;

  max-width: 640px;

  margin: 0 auto;

  margin-top: 70px;

  font-size: 50px;

}

@media (max-width: 991.98px) {

  .video-image .content .title {

    margin-top: 50px;

  }

}

@media (max-width: 575.98px) {

  .video-image .content .title {

    margin-top: 40px;

  }

}

.video-image .content .play-now {

  display: inline-block;

}

.video-image .content .play-now .icon {

  background-color: var(--theme-color-white);

  border-radius: 50%;

  color: #040618;

  font-size: 26px;

  height: 110px;

  line-height: 110px;

  margin: 0 auto;

  padding-left: 0;

  width: 110px;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

  z-index: 9;

}

@media (max-width: 575.98px) {

  .video-image .content .play-now .icon {

    font-size: 19px;

    width: 80px;

    height: 80px;

    line-height: 80px;

  }

}

.video-image .content .play-now .icon:hover {

  background-color: #01553e;

  color: #fff;

}

.video-image.style2 {

  margin-bottom: -225px;

}

.video-image.style2:after {

  background-color: transparent;

}



/*** 



====================================================================

  contact-section-h1

====================================================================



***/

.contact-section {

  background-color: #F3F3F3;

  border-radius: 0px;

  border: 1px solid rgba(255, 255, 255, 0.13);

  margin: 0;

  overflow: hidden;

  position: relative;

  z-index: 9;

}

@media (max-width: 1199.98px) {

  .contact-section {

    padding-bottom: 120px;

  }

}

@media (max-width: 991.98px) {

  .contact-section {

    padding-bottom: 0px;

  }

}

.contact-section .contact-image2 {

  bottom: 0;

  position: absolute;

  right: -60px;

  z-index: -2;

}

.contact-section .contact-image {

  bottom: 0;

  border-radius: 0px;

  left: 0;

  overflow: hidden;

  position: absolute;

  top: 0;

  width: 50%;

  z-index: -1;

}

@media (max-width: 1199.98px) {

  .contact-section .contact-image {

    height: 49%;

    width: 100%;

  }

}

@media (max-width: 991.98px) {

  .contact-section .contact-image {

    display: none;

  }

}

.contact-section .contact-image::before {

  bottom: 0;

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(94.72%, #111111));

  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 94.72%);

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  width: 100%;

  z-index: 1;

}

.contact-section .contact-image img {

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

}

.contact-section .contact-content-1 {

  max-width: 568px;

  margin: 120px 0px 120px 20px;

}

@media (max-width: 1199.98px) {

  .contact-section .contact-content-1 {

    margin: 120px 0px;

    max-width: initial;

  }

}

@media (max-width: 991.98px) {

  .contact-section .contact-content-1 {

    margin: 100px 0px 50px;

    max-width: none;

  }

}

.contact-section .contact-content-1 .map {

  height: 315px;

  margin-bottom: -8px;

}

.contact-section .contact-list {

  display: block;

  position: relative;

}

.contact-section .contact-list:first-child:after {

  background-color: var(--theme-color2);

  content: "";

  height: 75px;

  position: absolute;

  right: -40px;

  top: 15px;

  width: 1px;

}

@media (max-width: 1199.98px) {

  .contact-section .contact-list:first-child:after {

    display: none;

  }

}

.contact-section .contact-list .title {

  font-style: italic;

  margin-bottom: 10px;

}

.contact-section .contact-list .contact-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 18px;

}

.contact-section .contact-list .contact-box .icon {

  color: var(--theme-color2);

  font-size: 30px;

}

.contact-section .contact-list .contact-box .text {

  color: var(--theme-color2);

  font-size: 16px;

  font-weight: 500;

  max-width: 161px;

}

.contact-section .contact-list .contact-box a {

  color: var(--theme-color2);

}

.contact-section .list-wrapper {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: var(--theme-color-white);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 80px;

  padding: 40px;

  position: relative;

}

@media (max-width: 1199.98px) {

  .contact-section .list-wrapper {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 20px;

  }

}

@media (max-width: 991.98px) {

  .contact-section .list-wrapper {

    -ms-flex-pack: distribute;

        justify-content: space-around;

  }

}



.contact-form-style-1 {

  background-color: var(--theme-color-white);

  padding: 60px;

  position: relative;

}

@media (max-width: 1199.98px) {

  .contact-form-style-1 {

    padding: 40px;

  }

}

@media (max-width: 991.98px) {

  .contact-form-style-1 {

    margin-bottom: 100px;

  }

}

.contact-form-style-1 textarea.form-control {

  height: auto;

}

.contact-form-style-1 .form-clt label {

  color: var(--theme-color2);

  margin-bottom: 8px;

}



/***

====================================================================

  contact-section-h2

====================================================================

***/

.contact-section-two {

  border-radius: 0px;

  border: 1px solid rgba(255, 255, 255, 0.13);

  margin: 0;

  overflow: hidden;

  padding-bottom: 90px;

  padding-top: 350px;

  position: relative;

  z-index: 0;

}

.contact-section-two:before {

  background-image: url(../images/background/contact-bg-2.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  bottom: 0;

  content: "";

  left: 0;

  opacity: 0.7;

  position: absolute;

  right: 0;

  top: 0;

}

.contact-section-two .contact-content-1 {

  max-width: 568px;

}

@media (max-width: 991.98px) {

  .contact-section-two .contact-content-1 {

    max-width: none;

  }

}

.contact-section-two .contact-list {

  display: block;

  position: relative;

}

.contact-section-two .contact-list:first-child:after {

  background-color: var(--theme-color2);

  content: "";

  height: 75px;

  position: absolute;

  right: -40px;

  top: 15px;

  width: 1px;

}

@media (max-width: 1199.98px) {

  .contact-section-two .contact-list:first-child:after {

    display: none;

  }

}

.contact-section-two .contact-list .title {

  font-style: italic;

  margin-bottom: 10px;

}

.contact-section-two .contact-list .contact-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 18px;

}

.contact-section-two .contact-list .contact-box .icon {

  color: var(--theme-color2);

  font-size: 30px;

}

.contact-section-two .contact-list .contact-box .text {

  color: var(--theme-color2);

  font-size: 16px;

  font-weight: 500;

  max-width: 161px;

}

.contact-section-two .contact-list .contact-box a {

  color: var(--theme-color2);

}

.contact-section-two .list-wrapper {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 80px;

  padding: 40px 0;

  position: relative;

}

@media (max-width: 1199.98px) {

  .contact-section-two .list-wrapper {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 20px;

  }

}

@media (max-width: 991.98px) {

  .contact-section-two .list-wrapper {

    gap: 40px;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;

    padding: 0;

    margin-bottom: 50px;

  }

}



.contact-form-style-2 {

  position: relative;

}

.contact-form-style-2 .form-control {

  background-color: transparent;

  border-left: none;

  border-right: none;

  border-top: none;

  border-bottom: 1px solid #595959;

  border-radius: 0;

  -webkit-box-shadow: none;

          box-shadow: none;

  outline: none;

  padding-left: 0;

}

.contact-form-style-2 .form-control:placeholder {

  color: #111111;

}

.contact-form-style-2 textarea.form-control {

  background-color: transparent;

  height: auto;

}



/***



====================================================================

   cta-section-h1

====================================================================



***/

/*** 

====================================================================

    FAQ's Section

====================================================================

***/

.faq-section {

  position: relative;

}

.faq-section .sec-title {

  max-width: 370px;

}



.faq-block-one {

  background-color: transparent;

  border: 1px solid var(--theme-color-gray);

  position: relative;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.faq-block-one .content-box {

  display: none;

}

.faq-block-one .content-box.show {

  display: block;

}

.faq-block-one .title-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: transparent;

  -webkit-box-shadow: none;

          box-shadow: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 20px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin-bottom: 0;

  padding-right: 30px;

  position: relative;

  width: 100%;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.faq-block-one .title-box span {

  display: block;

}

.faq-block-one .title-box .content {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 30px;

}

.faq-block-one .title-box .content .title {

  color: var(var(--theme-color-white));

  font-style: italic;

  margin-bottom: 0;

}

.faq-block-one .title-box .content .count {

  border-right: 1px solid var(--theme-color-gray);

  font-size: 24px;

  font-family: "Playfair Display", serif;

  font-style: italic;

  font-weight: 500;

  letter-spacing: -0.02em;

  padding: 15px 24px 15px;

  text-transform: capitalize;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.faq-block-one .title-box .icon i {

  color: var(--headings-color);

  font-size: 12px;

  font-weight: 600;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.faq-block-one .title-box::after {

  display: none;

}

.faq-block-one .title-box:hover {

  cursor: pointer;

}

.faq-block-one .inner {

  padding: 33px 36px 40px 40px;

}

.faq-block-one .inner .text {

  max-width: 552px;

}

.faq-block-one.active .title-box {

  background-color: var(--theme-color2);

}

.faq-block-one.active .title-box .content .count {

  border-right: 1px solid var(--text-color);

}

.faq-block-one.active .title,

.faq-block-one.active .icon i,

.faq-block-one.active .count {

  color: var(--theme-color-white);

}

.faq-block-one.active .icon i {

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

}

.faq-block-one:not(:last-child) {

  margin-bottom: 20px;

}



.faq-image-block-one {

  position: relative;

  margin-left: 40px;

}

@media (max-width: 1199.98px) {

  .faq-image-block-one {

    margin-left: 0;

  }

}

.faq-image-block-one .image-block-1 {

  position: relative;

  z-index: 8;

  border-bottom: 20px solid var(--theme-color-white);

  border-right: 20px solid var(--theme-color-white);

  max-width: 472px;

}

.faq-image-block-one .image-block-1 img {

  width: 100%;

  height: 100%;

}

@media (max-width: 1199.98px) {

  .faq-image-block-one .image-block-1 {

    max-width: initial;

    border: none;

  }

}

@media (max-width: 991.98px) {

  .faq-image-block-one .image-block-1 {

    height: 600px;

  }

  .faq-image-block-one .image-block-1 img {

    -o-object-fit: cover;

       object-fit: cover;

  }

}

@media (max-width: 767.98px) {

  .faq-image-block-one .image-block-1 {

    height: 500px;

  }

}

.faq-image-block-one .image-block-2 {

  position: absolute;

  bottom: -36%;

  right: 0;

}

@media (max-width: 1439.98px) {

  .faq-image-block-one .image-block-2 {

    right: 50px;

  }

}

@media (max-width: 1199.98px) {

  .faq-image-block-one .image-block-2 {

    right: 0;

    bottom: initial;

    top: 0;

    z-index: 99;

    max-width: 250px;

  }

  .faq-image-block-one .image-block-2 img {

    width: 100%;

    height: 100%;

  }

}

@media (max-width: 767.98px) {

  .faq-image-block-one .image-block-2 {

    max-width: 180px;

  }

}

.faq-image-block-one .image-block-3 {

  position: absolute;

  left: 0;

  bottom: -36%;

  z-index: 11;

}

@media (max-width: 1199.98px) {

  .faq-image-block-one .image-block-3 {

    bottom: 20px;

    max-width: 300px;

  }

}

@media (max-width: 767.98px) {

  .faq-image-block-one .image-block-3 {

    max-width: 180px;

  }

}



/***

====================================================================

    FAQ's Section

====================================================================

***/

.faq-section-two {

  border-top: 1px solid #111111;

  position: relative;

}

.faq-section-two:before {

  background-image: url(../images/background/faq-bg2.jpg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.04;

  position: absolute;

  top: 0;

  width: 100%;

}



.faq-block-two {

  background-color: transparent;

  border: 1px solid var(--theme-color-gray);

  position: relative;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.faq-block-two .content-box {

  display: none;

}

.faq-block-two .content-box.show {

  display: block;

}

.faq-block-two .title-box {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: transparent;

  -webkit-box-shadow: none;

          box-shadow: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 20px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin-bottom: 0;

  padding-right: 30px;

  position: relative;

  width: 100%;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.faq-block-two .title-box span {

  display: block;

}

.faq-block-two .title-box .content {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 30px;

}

.faq-block-two .title-box .content .title {

  color: var(var(--theme-color-white));

  font-style: italic;

  margin-bottom: 0;

}

.faq-block-two .title-box .content .count {

  border-right: 1px solid var(--theme-color-gray);

  font-size: 24px;

  font-family: "Playfair Display", serif;

  font-style: italic;

  font-weight: 500;

  padding: 10px 24px; color:#222;

  text-transform: capitalize;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.faq-block-two .title-box .icon i {

  color: var(--headings-color);

  font-size: 12px;

  font-weight: 600;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.faq-block-two .title-box::after {

  display: none;

}

.faq-block-two .title-box:hover {

  cursor: pointer;

}

.faq-block-two .inner {

  padding: 15px;

  background: #f2f2f2;

}

.faq-block-two .inner .text {

  max-width: 738px;

}

.faq-block-two.active .title-box {

  background-color: var(--theme-color2);

}

.faq-block-two.active .title-box .content .count {

  border-right: 1px solid var(--text-color);

}

.faq-block-two.active .title,

.faq-block-two.active .icon i,

.faq-block-two.active .count {

  color: var(--theme-color-white) !important;

}

.faq-block-two.active .icon i {

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

}

.faq-block-two:not(:last-child) {

  margin-bottom: 20px;

}



/*** 



====================================================================

countdown-section

====================================================================



***/

/*** 



====================================================================

    Testimonial Section

====================================================================



***/

.testimonial-block {

  max-width: 908px;

  margin: 0 auto;

}

.testimonial-block .inner-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  gap: 0px;

  margin-bottom: 40px;

}

@media (max-width: 767.98px) {

  .testimonial-block .inner-box {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

  }

}

.testimonial-block .inner-box .content-box {

  background-color: var(--theme-color-lighter);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  padding: 20px 50px 45px;

}

@media (max-width: 575.98px) {

  .testimonial-block .inner-box .content-box {

    padding: 20px 20px 45px;

  }

}

.testimonial-block .inner-box .content-box .logo {

  color: #01553e;

  font-size: 40px;

  margin-bottom: 19px;

}

.testimonial-block .inner-box .content-box .focus-text {

  font-style: italic;

}

.testimonial-block .inner-box .content-box .text {

  color: var(--text-color);

  letter-spacing: -0.03em;

}

.testimonial-block .inner-box .content-box .info-box {

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: end;

  border-top: 1px solid var(--theme-color-white);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 20px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin-top: 37px;

  padding-top: 27px;

}

.testimonial-block .inner-box .content-box .info-box .user-info .name {

  letter-spacing: -0.03em;

  margin-bottom: 0;

}

.testimonial-block .inner-box .content-box .info-box .user-info .designation {

  font-weight: 500;

}

.testimonial-block .inner-box .content-box .info-box .rating {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: var(--theme-color2);

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  gap: 4px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  position: relative;

  font-size: 16px;

}

.testimonial-block .inner-box .image-box {

  -ms-flex-negative: 0;

      flex-shrink: 0;

  margin-bottom: 0;

  max-width: 37%;

  overflow: hidden;

  position: relative;

  width: 100%;

}

@media (max-width: 767.98px) {

  .testimonial-block .inner-box .image-box {

    display: none;

    margin-bottom: 40px;

  }

}

.testimonial-block .inner-box .image-box img {

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.testimonial-block .inner-box .image-box .video-btn {

  background-color: rgba(var(--theme-color-white-rgb), 0.1);

  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);

  border-radius: 50%;

  backdrop-filter: blur(4px);

  color: var(--theme-color-white);

  display: inline-block;

  font-size: 24px;

  height: 75px;

  left: 50%;

  line-height: 75px;

  position: absolute;

  text-align: center;

  top: 50%;

  width: 75px;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.testimonial-block .inner-box:hover .image-box img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}



/***

====================================================================

    Testimonial Section Two

====================================================================

***/

.testimonial-section-two {

  background-color: var(--theme-color-gray2);

}

.testimonial-section-two .slider-info {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: absolute;

  top: 30%;

  width: 100%;

}

@media (max-width: 991.98px) {

  .testimonial-section-two .slider-info {

    bottom: 30%;

    top: auto;

  }

}

@media (max-width: 767.98px) {

  .testimonial-section-two .slider-info {

    bottom: 28%;

    top: auto;

  }

}

@media (max-width: 475.98px) {

  .testimonial-section-two .slider-info {

    display: none;

  }

}

.testimonial-section-two .slider-info .swiper-button-prev,

.testimonial-section-two .slider-info .swiper-button-next {

  background-color: var(--theme-color-lighter);

  border-radius: 50%;

  color: #01553e;

  -ms-flex-negative: 0;

      flex-shrink: 0;

  height: 60px;

  line-height: 60px;

  text-align: center;

  width: 60px;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.testimonial-section-two .slider-info .swiper-button-prev:hover,

.testimonial-section-two .slider-info .swiper-button-next:hover {

  background-color: var(--theme-color2);

  color: var(--theme-color-white);

}

.testimonial-section-two .slider-info .swiper-button-prev:after {

  content: "←";

  font-family: "Font Awesome 6 Pro";

  font-size: 16px;

}

.testimonial-section-two .slider-info .swiper-button-next:after {

  content: "→";

  font-family: "Font Awesome 6 Pro";

  font-size: 16px;

}



.testimonial-block-two .inner-box {

  position: relative;

  text-align: center;

  z-index: 0;

}

.testimonial-block-two .inner-box .logo {

  color: var(--theme-color2);

  display: inline-block;

  font-size: 48px;

  line-height: normal;

  margin: 0 auto 9px;

  text-align: center;

}

.testimonial-block-two .inner-box .text {

  color: var(--theme-color2);

  font-family: "Nunito Sans", sans-serif;

  font-size: 18px;

  letter-spacing: 0;

  line-height: 30px;

  margin: 0 auto 50px;

  max-width: 1050px;

  text-align: center;

}

.testimonial-block-two .inner-box .author-info {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: var(--theme-color-white);

  border: 1px solid var(--theme-color-gray);

  border-radius: 78px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 10px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin: 0 auto;

  max-width: 193px;

  padding: 10px 0;

  position: relative;

}

.testimonial-block-two .inner-box .author-info .thumb img{border-radius:50%}

.testimonial-block-two .inner-box .author-info .info {

  text-align: left;

}

.testimonial-block-two .inner-box .author-info .name {

  color: var(--theme-color2);

  font-family: "Nunito Sans", sans-serif;

  font-weight: 500; font-weight:700; font-size:18px;

  margin-bottom: 0;

}

.testimonial-block-two .inner-box .author-info .designation {

  font-size: 14px;

  text-transform: capitalize;

}

.testimonial-block-two .inner-box .author-info:before {

  background-color: var(--theme-color-lighter3);

  content: "";

  height: 1px;

  margin: 0 auto;

  position: absolute;

  top: 33;

  width: 650px;

  z-index: -1;

}

@media (max-width: 575.98px) {

  .testimonial-block-two .inner-box .author-info:before {

    display: none;

  }

}



/***



====================================================================

Process Section

====================================================================



***/

/***



====================================================================

    Product Section

====================================================================



***/

/***



====================================================================

    Team Section

====================================================================



***/

.team-block .inner-block {

  margin-bottom: 30px;

  position: relative;

}

.team-block .inner-block .image-box {

  overflow: hidden;

  position: relative;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

  z-index: 0;

}

.team-block .inner-block .image-box img {

  position: relative;

  width: 100%;

  display: block;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.team-block .inner-block .image-box img:first-child {

  bottom: 0px;

  opacity: 0;

  -webkit-filter: blur(10px);

          filter: blur(10px);

  left: 0px;

  position: absolute;

  right: 0px;

  top: 0px;

  -webkit-transform: translateX(50%) scaleX(2);

          transform: translateX(50%) scaleX(2);

  z-index: 1;

}

.team-block .inner-block .image-box:before {

  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, rgba(17, 17, 17, 0)), to(#111111));

  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 46%, #111111 100%);

  bottom: 0;

  content: "";

  left: 0;

  opacity: 0;

  position: absolute;

  right: 0;

  top: 0;

  z-index: 2;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.team-block .inner-block .content-box {

  bottom: 0;

  left: 0;

  opacity: 0;

  padding-bottom: 43px;

  position: absolute;

  right: 0;

  text-align: center;

  -webkit-transform: translateY(20px);

          transform: translateY(20px);

  visibility: hidden;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.team-block .inner-block .content-box .title {

  color: var(--theme-color-white);

  font-style: italic;

  margin-bottom: 0px;

}

.team-block .inner-block .content-box .text {

  color: var(--theme-color-white);

}

.team-block .inner-block:hover .image-box {

  border-radius: 165px;

}

.team-block .inner-block:hover .image-box img:before {

  opacity: 1;

}

.team-block .inner-block:hover .image-box img:first-child {

  -webkit-transform: translateX(0) scaleX(1);

          transform: translateX(0) scaleX(1);

  opacity: 1;

  -webkit-filter: blur(0);

          filter: blur(0);

}

.team-block .inner-block:hover .image-box img:nth-child(2) {

  -webkit-transform: translateX(-50%) scaleX(2);

          transform: translateX(-50%) scaleX(2);

  opacity: 0;

  -webkit-filter: blur(10px);

          filter: blur(10px);

}

.team-block .inner-block:hover .image-box:before {

  opacity: 1;

}

.team-block .inner-block:hover .content-box {

  opacity: 1;

  -webkit-transform: translateY(0px);

          transform: translateY(0px);

  visibility: visible;

}



/***



====================================================================

    Clients Section

====================================================================



***/

/*** 



====================================================================

    why-choose-us-section-h4

====================================================================



***/

/***



====================================================================

    Work Section

====================================================================



***/

/*** 



====================================================================

    Blog Section

====================================================================



***/

.blog-box .inner-box {

  overflow: hidden;

  position: relative;

}

.blog-box .inner-box:hover .image-box img:first-child {

  -webkit-transform: translateX(0) scaleX(1);

          transform: translateX(0) scaleX(1);

  opacity: 1;

  -webkit-filter: blur(0);

          filter: blur(0);

}

.blog-box .inner-box:hover .image-box img:nth-child(2) {

  -webkit-transform: translateX(-50%) scaleX(2);

          transform: translateX(-50%) scaleX(2);

  opacity: 0;

  -webkit-filter: blur(10px);

          filter: blur(10px);

}

.blog-box .inner-box .image-box {

  overflow: hidden;

  position: relative;

}

.blog-box .inner-box .image-box img {

  position: relative;

  width: 100%;

  display: block;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.blog-box .inner-box .image-box img:first-child {

  bottom: 0px;

  opacity: 0;

  -webkit-filter: blur(10px);

          filter: blur(10px);

  left: 0px;

  position: absolute;

  right: 0px;

  top: 0px;

  -webkit-transform: translateX(50%) scaleX(2);

          transform: translateX(50%) scaleX(2);

  z-index: 1;

}

.blog-box .inner-box .content-box {

  padding: 23px 40px 0 0px;

}

.blog-box .inner-box .content-box .title {

  font-family: "Nunito Sans", sans-serif;

  font-weight: 600;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.3em;

}

.blog-box .inner-box .content-box .title a {

  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));

  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);

  background-position: 0 100%;

  background-repeat: no-repeat;

  background-size: 0 1px;

  -webkit-transition: all 0.3s, background-size 0.8s;

  transition: all 0.3s, background-size 0.8s;

}

.blog-box .inner-box .content-box .title a:hover {

  background-size: 100% 1px;

}

.blog-box .inner-box .content-box .post-meta {

  margin-bottom: 3px;

}

.blog-box .inner-box .content-box .post-meta a {

  color: var(--theme-color2);

  font-weight: 500;

  letter-spacing: -0.02em;

  line-height: 20px;

}

.blog-box .inner-box .content-box .read-more-btn {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    color: #ffffff;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    font-weight: 500;

    font-size: 15px;

    gap: 5px;

    line-height: 20px;

    /* letter-spacing: -0.02em; */

    background-color: #fe0000;

    padding: 8px 17px;

    border-radius: 50px;

}

 

.blog-box .inner-box .content-box .read-more-btn i,

.blog-box .inner-box .content-box .read-more-btn svg,

.blog-box .inner-box .content-box .read-more-btn img {

  color: #01553e;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.blog-box .inner-box .content-box .read-more-btn:hover i,

.blog-box .inner-box .content-box .read-more-btn:hover svg,

.blog-box .inner-box .content-box .read-more-btn:hover img {

  -webkit-transform: rotateX(180deg);

          transform: rotateX(180deg);

}



/***



==================================================================

	Main Footer

==================================================================



***/

.main-footer {

  background-color: #000000;

  padding-top: 80px; padding-bottom:18px;

  position: relative;

  /* Widget Section */

}

.main-footer .widgets-section {

  border-radius: 20px;

  padding: 70px 50px;

  position: relative;

  z-index: 1;

}

@media (max-width: 767.98px) {

  .main-footer .widgets-section {

    padding: 50px 20px 0;

  }

}

.main-footer .footer-column {

  position: relative;

  margin-bottom: 50px;

}

@media (max-width: 1199.98px) {

  .main-footer .footer-column {

    margin-bottom: 0;

  }

}

.main-footer .footer-widget {

  position: relative;

}

.main-footer .footer-widget.news-widget {

  text-align: center;

}

@media (max-width: 575.98px) {

  .main-footer .footer-widget.news-widget {

    margin-bottom: 50px;

  }

}

.main-footer .footer-widget.news-widget .text {

  color: #fff;

  margin-left: auto;

  margin-right: auto;

  max-width: 387px;

}

@media (max-width: 991.98px) {

  .main-footer .footer-widget.news-widget .text {

    margin-left: 0;

    text-align: left;

  }

}

@media (max-width: 575.98px) {

  .main-footer .footer-widget.news-widget .text {

    max-width: none;

    margin-bottom: 15px;

  }

}

.main-footer .footer-widget.news-widget .newsletter-form {

  margin-left: auto;

  margin-right: auto;

  max-width: 536px;

  position: relative;

}

@media (max-width: 991.98px) {

  .main-footer .footer-widget.news-widget .newsletter-form {

    margin-left: 0;

  }

}

@media (max-width: 575.98px) {

  .main-footer .footer-widget.news-widget .newsletter-form {

    max-width: none;

  }

}

.main-footer .footer-widget.news-widget .newsletter-form input {

  background-color: transparent;

  border-bottom: 1px solid #595959;

  border-radius: 0px;

  color: rgba(var(--theme-color-white-rgb), 0.7);

  backdrop-filter: blur(20px);

  font-size: 14px;

  padding: 10px 0px;

  max-width: 536px;

  width: 100%;

}

.main-footer .footer-widget.news-widget .newsletter-form input:placeholder {

  color: #595959;

}

.main-footer .footer-widget.news-widget .newsletter-form .subscribe-btn {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: transparent;

  border-radius: 6px;

  color: var(--theme-color-white);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 16px;

  font-weight: 500;

  gap: 8px;

  letter-spacing: -0.02em;

  padding: 0;

  position: absolute;

  text-align: center;

  right: 5px;

  top: 5px;

}

.main-footer .footer-widget.news-widget .newsletter-form .subscribe-btn i {

  color: #01553e;

}

.main-footer .widget-title {

  color: var(--theme-color-white);

  margin-bottom: 21px;

  position: relative;

}

.main-footer .widget-content {

  position: relative;

  margin-top: 90px;

}

.main-footer .widget-content .text {

  font-family: "Nunito Sans", sans-serif;

  font-weight: 400;

  font-size: 18px;

  color: rgba(var(--theme-color-white-rgb), 0.7);

  max-width: 413px;

}



.footer-style-one {

  overflow: hidden;

  position: relative;

}

@media (max-width: 991.98px) {

  .footer-style-one {

    padding-top: 80px;

  }

}

.footer-style-one .floating-img {

  bottom: 120px;

  position: absolute;

  right: 0;  





  width: 200px;

}

@media (max-width: 767.98px) {

  .footer-style-one .floating-img {

    display: none;

  }

}

.footer-style-one .floating-img2 {

  left: 0;

  position: absolute;

  top: 0;

}

@media (max-width: 767.98px) {

  .footer-style-one .floating-img2 {

    display: none;

  }

}

.footer-style-one .wrapper {

  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.12);

}

.footer-style-one .widgets-section {

  padding: 0px;

}

@media (max-width: 991.98px) {

  .footer-style-one .widgets-section {

    padding: 0 0 80px;

  }

}

.footer-style-one .widget-title {

  color: #fff;

  font-size: 20px;

  font-weight: 500;

  font-size: 23px;

  line-height: 26px;

  margin-bottom: 22px;

}

.footer-style-one .about-widget .logo {

  position: relative;

  margin-bottom: 24px;

}

.footer-style-one .about-widget .text {

  margin-bottom: 47px;

  font-size: 16px;

  color: #75727b;

  line-height: 30px;

  margin-right: 20px;

}

.footer-style-one .links-widget {

  margin-bottom: 50px;

  position: relative;

}

@media (max-width: 575.98px) {

  .footer-style-one .links-widget {

    margin-bottom: 10px;

  }

}

.footer-style-one .links-widget li {

  color: #FFFFFF;

  font-size: 8px;

  margin-bottom: 0;

}

.footer-style-one .links-widget li a {

    color: #FFFFFF;

    font-size: 15px;

    font-family: "Nunito Sans", sans-serif;

    line-height: 31px;

    position: relative;

}

.footer-style-one .links-widget li a:hover {

  color: #fff

}

.footer-style-one .links-widget li i {

  position: absolute;

  left: -27px;

}

.footer-style-one .news-widget {

  margin-top: 30px;

}

.footer-style-one .news-widget .text {

  color: #75727b;

}

.footer-style-one .news-widget .text i {

  margin-right: 20px;

}

.footer-style-one .info-widget {

  position: relative;

  text-align: left;

}

@media (max-width: 991.98px) {

  .footer-style-one .info-widget {

    text-align: left;

  }

}

.footer-style-one .contact-list {

  margin-top: 30px;

  display: block;

}

.footer-style-one .contact-list .list-info {

  color: #FFFFFF;

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 30px; margin-bottom:10px

}

.footer-style-one .contact-list .list-info a {

  color: #FFFFFF;

}

.footer-style-one .contact-list .list-info .address {

  color: #FFFFFF;

  display: block;

  font-size: 16px;

  font-weight: 500;

}

@media (max-width: 991.98px) {

  .footer-style-one .contact-list .list-info .address {

    margin-left: 0;

  }

}

.footer-style-one .widget-content {

  margin-top: 0;

}

.footer-style-one .widget-content .text {

  margin-bottom: 30px;

  margin-top: 30px;

}

.footer-style-one .style-text {

  bottom: -50px;

  color: rgba(255, 255, 255, 0.04);

  font-weight: 400;

  right: auto;

  left: 8%;

  line-height: 1;

  margin: 0;

  position: relative;

  text-transform: uppercase;

  letter-spacing: 10px;

  font-size: clamp(80px, 15.68vw, 251px);

  line-height: 1;

}

@media (max-width: 767.98px) {

  .footer-style-one .style-text {

    display: none;

  }

}

.footer-style-one .footer-bottom {

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  padding: 20px 0 0;

  position: relative;

  z-index: 1;

}

.footer-style-one .footer-bottom .copyright-text {

  font-size: 16px;

  color: #ffffff;

}

.footer-style-one .footer-bottom ul li {

  font-size: 16px;

  color: rgba(255, 255, 255, 0.6980392157);

}

.footer-style-one .footer-bottom ul li a {

  color: rgba(255, 255, 255, 0.6980392157);

}

.footer-style-one .footer-bottom-logo {

  left: 20%;

  position: relative;

}

@media (max-width: 1499.98px) {

  .footer-style-one .footer-bottom-logo {

    left: 5%;

  }

}

@media (max-width: 1399.98px) {

  .footer-style-one .footer-bottom-logo {

    left: 0;

  }

}

.footer-style-one .footer-column {

  margin-bottom: 0;

}

@media (max-width: 991.98px) {

  .footer-style-one .footer-column {

    margin-bottom: 0;

  }

}

.footer-style-one.at-home2 {

  background-color: #111111;

  padding-top: 60px;

}

.footer-style-one.at-home2:before {

  background-image: url(../images/background/footer-bg-h2.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  bottom: 0;

  content: "";

  left: 0;

  opacity: 0.06;

  position: absolute;

  right: 0;

  top: 0;

}

.footer-style-one.at-home2 .footer-logo-text {

  color: var(--theme-color-white);

  font-family: "Playfair Display", serif;

  font-style: italic;

  font-weight: 400;

  letter-spacing: -0.05em;

  opacity: 0.3;

  position: relative;

  font-size: clamp(90px, 15.6vw, 251px);

  line-height: 1.33;

}

.footer-style-one.at-home2 .floating-img3 {

  opacity: 0.06;

  position: absolute;

  right: 80px;

  top: 30px;

}

.footer-style-one.at-home2 .footer-bottom {

  padding: 25px 0;

}

.footer-style-one.at-home2 .footer-widget.news-widget {

  text-align: left;

}

.footer-style-one.at-home2 .footer-widget.news-widget .text {

  margin: 0;

  margin-bottom: 30px;

}

.footer-style-one.at-home2 .footer-widget.news-widget .newsletter-form {

  margin-left: 0;

}

.footer-style-one.at-home2 .info-widget {

  text-align: left;

}

@media (max-width: 991.98px) {

  .footer-style-one.at-home2 .news-widget {

    margin-bottom: 50px;

  }

}

@media (max-width: 575.98px) {

  .footer-style-one.at-home2 .links-widget {

    margin-bottom: 30px;

  }

}



/*=== Footer Bottom ===*/

.footer-bottom {

  padding: 50px 0;

}

.footer-bottom .inner-container {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

.footer-bottom .copyright-text {

  color: #75727b;

  margin-bottom: 0;

  position: relative;

}

.footer-bottom .copyright-text span {

  color: var(--theme-color-white);

}

.footer-bottom .copyright-text a {

  color: inherit;

}

.footer-bottom .copyright-text a:hover {

  color: var(--theme-color-white);

}

.footer-bottom .footer-nav {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

  position: relative;

}

.footer-bottom .footer-nav li {

  color: var(--text-color);

  font-size: 16px;

  line-height: 32px;

  margin-left: 30px;

}

.footer-bottom .footer-nav li:first-child {

  margin-left: 0;

}

.footer-bottom .footer-nav li a {

  color: var(--theme-color-white);

}

.footer-bottom .footer-nav li a:hover {

  color: #01553e;

}



/***



==================================================================

footer-style-two

==================================================================



***/

.footer-style-two {

  background-color: var(--theme-color3);

}

.footer-style-two .outer-box {

  padding-top: 120px;

  margin-bottom: 62px;

  background-color: #002828;

}

@media (max-width: 991.98px) {

  .footer-style-two .outer-box {

    padding-top: 80px;

  }

}

.footer-style-two .inner-box {

  max-width: 1630px;

  padding: 0 15px;

  margin: 0 auto;

}

.footer-style-two .footer-top-wrapper {

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: end;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding-bottom: 80px;

}

@media (max-width: 1199.98px) {

  .footer-style-two .footer-top-wrapper {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 30px;

  }

}

.footer-style-two .footer-top-wrapper .footer-left-content {

  margin-bottom: 65px;

}

@media (max-width: 991.98px) {

  .footer-style-two .footer-top-wrapper .footer-left-content {

    margin-bottom: 0;

  }

}

.footer-style-two .footer-top-wrapper .footer-left-content h2 {

  font-size: 60px;

  text-transform: uppercase;

  color: #FFFFFF;

  margin-bottom: 30px;

}

@media (max-width: 1439.98px) {

  .footer-style-two .footer-top-wrapper .footer-left-content h2 br {

    display: none;

  }

  .footer-style-two .footer-top-wrapper .footer-left-content h2 .line {

    display: none;

  }

}

@media (max-width: 767.98px) {

  .footer-style-two .footer-top-wrapper .footer-left-content h2 {

    font-size: 50px;

  }

  .footer-style-two .footer-top-wrapper .footer-left-content h2 br {

    display: none;

  }

  .footer-style-two .footer-top-wrapper .footer-left-content h2 .line {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .footer-style-two .footer-top-wrapper .footer-left-content h2 {

    font-size: 32px;

    line-height: 130%;

  }

}

.footer-style-two .footer-top-wrapper .footer-left-content h2 span {

  margin-right: 20px;

}

.footer-style-two .footer-top-wrapper .footer-left-content h3 {

  font-size: 40px;

  font-weight: 300;

  letter-spacing: 0.8px;

  margin-top: 70px;

  color: #C9F31D;

  font-family: "Nunito Sans", sans-serif;

}

@media (max-width: 1199.98px) {

  .footer-style-two .footer-top-wrapper .footer-left-content h3 {

    margin-top: 30px;

  }

}

@media (max-width: 575.98px) {

  .footer-style-two .footer-top-wrapper .footer-left-content h3 {

    font-size: 28px;

  }

}

.footer-style-two .footer-top-wrapper .footer-right-items {

  width: 100%;

  max-width: 640px;

}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt {

  position: relative;

  max-width: 640px;

  width: 100%;

}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input {

  display: inline-block;

  width: 100%;

  font-size: 18px;

  font-weight: 400;

  color: #15221c;

  height: 70px;

  padding-left: 40px;

  background-color: #F5F5F5;

}

@media (max-width: 575.98px) {

  .footer-style-two .footer-top-wrapper .footer-right-items .form-clt input {

    padding-left: 10px;

  }

}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input::-webkit-input-placeholder {

  color: #15221c;

}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input::-moz-placeholder {

  color: #15221c;

}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input:-ms-input-placeholder {

  color: #15221c;

}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input::-ms-input-placeholder {

  color: #15221c;

}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt input::placeholder {

  color: #15221c;

}

.footer-style-two .footer-top-wrapper .footer-right-items .form-clt .icon {

  background-color: transparent;

  color: var(--bg-color);

  position: absolute;

  font-size: 30px;

  top: 10px;

  right: 40px;

}

.footer-style-two .footer-top-wrapper .footer-right-items .privacy-text {

  display: inline-block;

  color: rgba(255, 255, 255, 0.6);

  font-size: 14px;

  font-weight: 300;

  margin-top: 14px;

}

.footer-style-two .footer-top-wrapper .footer-right-items .privacy-text b {

  font-weight: 300;

  color: #e0eeee;

}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list {

  margin-top: 55px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: start;

}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list h4 {

  font-weight: 500;

  margin-bottom: 30px;

  color: #fff;

  font-family: "Nunito Sans", sans-serif;

}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 14px;

  margin-left: 0;

  color: rgba(255, 255, 255, 0.6980392157);

}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li:not(:last-child) {

  margin-bottom: 20px;

}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li:last-child {

  line-height: 48px;

}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li .icon {

  width: 50px;

  height: 50px;

  line-height: 48px;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.14);

  border-radius: 10px;

  margin-bottom: 26px;

  background-color: transparent;

}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li .contact-text a {

  color: rgba(255, 255, 255, 0.6980392157);

}

.footer-style-two .footer-top-wrapper .footer-right-items .contact-list ul li .contact-text a:hover {

  color: #01553e;

}

.footer-style-two .footer-bottom {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding: 15px 0;

}

@media (max-width: 1199.98px) {

  .footer-style-two .footer-bottom {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 10px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    text-align: center;

  }

}

.footer-style-two .footer-bottom p {

  color: var(--theme-color-white);

  margin: 0;

  padding: 0;

}

.footer-style-two .footer-bottom .footer-menu-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 55px;

  margin-right: 50px;

}

@media (max-width: 1199.98px) {

  .footer-style-two .footer-bottom .footer-menu-list {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 10px;

  }

}

@media (max-width: 575.98px) {

  .footer-style-two .footer-bottom .footer-menu-list {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

}

.footer-style-two .footer-bottom .footer-menu-list li {

  font-size: 16px;

  font-weight: 400;

}

.footer-style-two .footer-bottom .footer-menu-list li a {

  color: var(--theme-color-white);

}

.footer-style-two .footer-bottom .footer-menu-list li a:hover {

  color: #01553e;

}

.footer-style-two .footer-bottom .social-icon {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 7px;

}

.footer-style-two .footer-bottom .social-icon a {

  border: 1px solid rgba(255, 255, 255, 0.14);

  border-radius: 50%;

  color: var(--theme-color-white);

  display: inline-block;

  height: 40px;

  line-height: 40px;

  text-align: center;

  width: 40px;

}

.footer-style-two .footer-bottom .social-icon a:hover {

  background-color: #01553e;

}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image {

  position: relative;

  overflow: hidden;

  text-align: center;

}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:before, .footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:after {

  content: "";

  position: absolute;

  height: 100%;

  width: 50%;

  top: 0;

  left: 0;

  background: rgba(21, 34, 28, 0.5);

  -webkit-transform: translateX(-100%) rotate(15deg);

          transform: translateX(-100%) rotate(15deg);

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

  opacity: 0;

  visibility: hidden;

}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:after {

  left: auto;

  right: 0;

  -webkit-transform: translateX(100%) rotate(-15deg);

          transform: translateX(100%) rotate(-15deg);

}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image .instagram-text {

  font-size: 18px;

  font-weight: 400;

  text-transform: uppercase;

  background-color: #01553e;

  color: var(--text-color-theme-color2);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: absolute;

  top: -100px;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  line-height: 1;

  padding: 18px 36px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

  z-index: 9;

}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image .instagram-text i {

  margin-right: 10px;

}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:hover .instagram-text {

  top: 50%;

  opacity: 1;

  visibility: visible;

}

.footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:hover:before, .footer-style-two .footer-instagram-wrapper-mountain .footer-instgram-image:hover:after {

  -webkit-transform: none;

          transform: none;

  opacity: 1;

  visibility: visible;

}



/***



==================================================================

footer-style-three

==================================================================



***/

.footer-style-three {

  background-color: var(--theme-color-black);

}

.footer-style-three .outer-box {

  padding-top: 100px;

}

@media (max-width: 991.98px) {

  .footer-style-three .outer-box {

    padding-top: 80px;

  }

}

.footer-style-three .inner-box {

  max-width: 1750px;

  padding: 0 15px;

  margin: 0 auto;

}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper {

  text-align: center;

  padding-top: 100px;

  padding-bottom: 160px;

  border-top: 1px solid rgba(255, 255, 255, 0.1411764706);

}

@media (max-width: 991.98px) {

  .footer-style-three .inner-box .footer-top-wrapper .inner-wrapper {

    padding: 80px 0;

  }

}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .sub-title {

  border: 1px solid rgba(255, 255, 255, 0.1019607843);

  color: var(--theme-color-white);

  display: inline-block;

  text-transform: capitalize;

  font-family: "Nunito Sans", sans-serif;

  padding: 7.5px 29px;

  margin-bottom: 37px;

  letter-spacing: 0.5px;

}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .footer-title {

  font-size: 102px;

  font-weight: 400;

  line-height: 72px;

  color: var(--theme-color-white);

  text-transform: uppercase;

  margin-bottom: 66px;

}

@media (max-width: 1439.98px) {

  .footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .footer-title {

    font-size: 72px;

  }

}

@media (max-width: 575.98px) {

  .footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .footer-title {

    font-size: 48px;

  }

}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .theme-btn {

  padding: 16px 37px 14px;

  background-color: var(--theme-color-white);

  color: var(--theme-color-black);

}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .theme-btn:before {

  background-color: #01553e;

}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .theme-btn:hover {

  color: var(--theme-color-white);

}

.footer-style-three .inner-box .footer-top-wrapper .inner-wrapper .theme-btn .btn-title {

  text-transform: uppercase;

  letter-spacing: 0.5px;

}

.footer-style-three .footer-bottom-one {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding: 35px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);

  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);

}

@media (max-width: 1199.98px) {

  .footer-style-three .footer-bottom-one {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 10px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    text-align: center;

  }

}

.footer-style-three .footer-bottom-one p {

  color: var(--theme-color-white);

  margin: 0;

  padding: 0;

}

.footer-style-three .footer-bottom-one .footer-menu-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  gap: 40px;

}

@media (max-width: 1199.98px) {

  .footer-style-three .footer-bottom-one .footer-menu-list {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 10px;

  }

}

@media (max-width: 575.98px) {

  .footer-style-three .footer-bottom-one .footer-menu-list {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

}

.footer-style-three .footer-bottom-one .footer-menu-list li {

  font-size: 16px;

  font-weight: 400;

}

.footer-style-three .footer-bottom-one .footer-menu-list li a {

  color: var(--theme-color-white);

}

.footer-style-three .footer-bottom-one .footer-menu-list li a:hover {

  color: #01553e;

}

.footer-style-three .footer-bottom-one .social-icon {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 7px;

}

.footer-style-three .footer-bottom-one .social-icon a {

  border: 1px solid rgba(255, 255, 255, 0.14);

  color: rgba(var(--theme-color-white-rgb), 0.6);

  display: inline-block;

  height: 40px;

  line-height: 39px;

  text-align: center;

  width: 40px;

}

.footer-style-three .footer-bottom-one .social-icon a:hover {

  background-color: #01553e;

  color: var(--theme-color-white);

  border-color: #01553e;

}

.footer-style-three {

  /*=== Footer Bottom ===*/

}

.footer-style-three .footer-bottom-two {

  padding: 27.5px 0;

}

.footer-style-three .footer-bottom-two .inner-container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.footer-style-three .footer-bottom-two .copyright-text {

  position: relative;

  margin-bottom: 0;

  color: rgba(var(--theme-color-white-rgb), 0.6);

}

.footer-style-three .footer-bottom-two .copyright-text span {

  color: var(--theme-color-white);

}

.footer-style-three .footer-bottom-two .copyright-text a {

  color: inherit;

}

.footer-style-three .footer-bottom-two .copyright-text a:hover {

  color: var(--theme-color-white);

}

.footer-style-three .footer-bottom-two li {

  font-size: 16px;

  line-height: 24px;

  color: rgba(var(--theme-color-white-rgb), 0.6);

}

.footer-style-three .footer-bottom-two li:last-child a {

  color: var(--theme-color-white);

}

.footer-style-three .footer-bottom-two li a {

  color: rgba(var(--theme-color-white-rgb), 0.6);

  letter-spacing: 0.5px;

}

.footer-style-three .footer-bottom-two li a:hover {

  color: #01553e;

}



/***



==================================================================

  footer-style-four

==================================================================



***/

.footer-style-four {

  position: relative;

  padding: 166px 0px 40px;

  background-color: #0C1315;

}

@media (max-width: 991.98px) {

  .footer-style-four {

    padding: 80px 0 40px;

  }

}

.footer-style-four .anim-icon {

  position: absolute;

  bottom: 0;

  left: 0;

}

.footer-style-four .footer-bottom {

  background-color: transparent;

  padding-bottom: 0;

}

@media (max-width: 991.98px) {

  .footer-style-four {

    padding-bottom: 40px;

  }

}

.footer-style-four .widgets-box {

  position: relative;

}

.footer-style-four .widgets-box .footer-logo {

  margin-bottom: 28px;

}

@media (max-width: 1199.98px) {

  .footer-style-four .widgets-box {

    padding-bottom: 30px;

  }

}

.footer-style-four .widgets-box .column {

  position: relative;

  margin-bottom: 46px;

}

.footer-style-four .widgets-box .column.style-two {

  padding-left: 60px;

}

@media (max-width: 767.98px) {

  .footer-style-four .widgets-box .column.style-two {

    padding-left: 15px;

  }

}

.footer-style-four .widgets-box .column.style-three {

  padding-left: 50px;

}

@media (max-width: 1199.98px) {

  .footer-style-four .widgets-box .column.style-three {

    padding-left: 15px;

  }

}

@media (max-width: 575.98px) {

  .footer-style-four .widgets-box .column.style-three {

    margin-bottom: 0;

  }

}

.footer-style-four .widgets-box .column.style-four {

  padding-left: 35px;

}

@media (max-width: 575.98px) {

  .footer-style-four .widgets-box .column.style-four {

    padding-left: 15px;

  }

}

.footer-style-four .footer-logo {

  position: relative;

  margin-bottom: 35px;

}

.footer-style-four .footer-text {

  position: relative;

  margin-bottom: 33px;

  color: var(--theme-color-white);

  line-height: 28px;

  opacity: 0.6;

  max-width: 380px;

}

.footer-style-four .social-links {

  position: relative;

}

.footer-style-four .social-links li {

  position: relative;

  margin-right: 5px;

  text-align: center;

  display: inline-block;

}

.footer-style-four .social-links li a {

  position: relative;

  width: 46px;

  height: 46px;

  line-height: 46px;

  border-radius: 50px;

  display: inline-block;

  color: var(--theme-color-white);

  background-color: rgba(255, 255, 255, 0.1);

}

.footer-style-four .social-links li a:hover {

  color: var(--theme-color-white);

  background-color: #01553e;

}

.footer-style-four .info {

  position: relative;

  color: rgba(255, 255, 255, 0.6);

}

@media (max-width: 767.98px) {

  .footer-style-four .info {

    margin-bottom: 20px;

  }

}

.footer-style-four .info i {

  position: relative;

  margin-right: 10px;

  color: #FFFFFF;

}

.footer-style-four .info a {

  margin-top: 0;

  font-size: 20px;

  font-weight: 400;

  display: inline-block;

  color: var(--theme-color-white);

}

@media (max-width: 991.98px) {

  .footer-style-four .info a {

    font-size: 18px;

  }

}

.footer-style-four .subscribe-text {

  font-size: 24px;

  line-height: 34px;

  font-weight: 400;

  margin-bottom: 26px;

  color: var(--theme-color-white);

}

.footer-style-four {

  /* Newsletter Box */

}

.footer-style-four .newsletter-box {

  position: relative;

}

.footer-style-four .newsletter-box .form-group {

  position: relative;

  margin: 0px;

  width: 100%;

  max-width: 100%;

}

.footer-style-four .newsletter-box .form-group input[type=text],

.footer-style-four .newsletter-box .form-group input[type=email] {

  position: relative;

  line-height: 43px;

  display: block;

  height: 60px;

  width: 100%;

  font-size: 14px;

  font-weight: 400;

  padding: 10px 25px;

  border-radius: 6px;

  -webkit-box-shadow: inherit;

          box-shadow: inherit;

  margin-bottom: 20px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  color: rgba(var(--theme-color-white-rgb), 0.6);

  background-color: transparent;

  border: 1px solid rgba(255, 255, 255, 0.1019607843);

}

.footer-style-four .newsletter-box .form-group input[type=text]::-webkit-input-placeholder, .footer-style-four .newsletter-box .form-group input[type=email]::-webkit-input-placeholder {

  color: rgba(var(--theme-color-white-rgb), 0.6);

}

.footer-style-four .newsletter-box .form-group input[type=text]::-moz-placeholder, .footer-style-four .newsletter-box .form-group input[type=email]::-moz-placeholder {

  color: rgba(var(--theme-color-white-rgb), 0.6);

}

.footer-style-four .newsletter-box .form-group input[type=text]:-ms-input-placeholder, .footer-style-four .newsletter-box .form-group input[type=email]:-ms-input-placeholder {

  color: rgba(var(--theme-color-white-rgb), 0.6);

}

.footer-style-four .newsletter-box .form-group input[type=text]::-ms-input-placeholder, .footer-style-four .newsletter-box .form-group input[type=email]::-ms-input-placeholder {

  color: rgba(var(--theme-color-white-rgb), 0.6);

}

.footer-style-four .newsletter-box .form-group input[type=text]::placeholder,

.footer-style-four .newsletter-box .form-group input[type=email]::placeholder {

  color: rgba(var(--theme-color-white-rgb), 0.6);

}

.footer-style-four .newsletter-box .form-group button {

  background: none;

}

.footer-style-four .footer-title {

  font-family: "Nunito Sans", sans-serif;

  position: relative;

  margin-bottom: 25px;

  color: var(--theme-color-white);

}

.footer-style-four .footer-list {

  position: relative;

}

.footer-style-four .footer-list li {

  position: relative;

  margin-bottom: 15px;

}

.footer-style-four .footer-list li a {

  opacity: 0.7;

  color: var(--theme-color-white);

}

.footer-style-four .footer-list li a:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 8px;

  width: 5px;

  height: 5px;

  opacity: 0;

  -webkit-transform: rotate(-45deg);

          transform: rotate(-45deg);

  background-color: var(--theme-color-white);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.footer-style-four .footer-list li a:hover {

  opacity: 1;

  padding-left: 18px;

  text-decoration: underline;

}

.footer-style-four .footer-list li a:hover:before {

  opacity: 1;

}

.footer-style-four .footer-list li:last-child {

  margin-bottom: 0px;

}

.footer-style-four .middle-box {

  position: relative;

  padding: 41.2px 0px 33px;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.footer-style-four .middle-box .footer-logo {

  margin-bottom: 0px;

}

@media (max-width: 991.98px) {

  .footer-style-four .middle-box .footer-logo {

    margin-bottom: 25px;

  }

}

.footer-style-four .middle-box .column:nth-child(2) {

  padding-left: 169px;

}

@media (max-width: 1199.98px) {

  .footer-style-four .middle-box .column:nth-child(2) {

    padding-left: 15px;

    padding-top: 30px;

  }

}

.footer-style-four .middle-box .column .column:nth-child(2) {

  padding-left: 23px;

  padding-top: 0;

}

.footer-style-four .middle-box .column .column:nth-child(3) {

  padding-left: 115px;

}

@media (max-width: 991.98px) {

  .footer-style-four .middle-box .column .column:nth-child(3) {

    padding-left: 15px;

    padding-top: 30px;

  }

}

.footer-style-four .lower-box {

  position: relative;

  padding-top: 100px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

}

.footer-style-four .copyright {

  position: relative;

  font-size: 16px;

  text-align: center;

  color: rgba(255, 255, 255, 0.6);

}

@media (max-width: 575.98px) {

  .footer-style-four .copyright {

    font-size: 16px;

  }

}

.footer-style-four .footer-bottom {

  text-align: left;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  padding-top: 27px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

.footer-style-four .footer-bottom_nav {

  position: relative;

  color: rgba(255, 255, 255, 0.6);

}

@media (max-width: 991.98px) {

  .footer-style-four .footer-bottom_nav {

    margin-top: 15px;

  }

}

.footer-style-four .footer-bottom_nav li {

  position: relative;

  margin-left: 20px;

  display: inline-block;

}

.footer-style-four .footer-bottom_nav li a {

  position: relative;

  font-size: 18px;

  color: rgba(255, 255, 255, 0.6);

}

@media (max-width: 991.98px) {

  .footer-style-four .footer-bottom_nav li a {

    font-size: 16px;

  }

}

.footer-style-four .footer-bottom_nav li:first-child {

  margin-left: 0px;

}

.footer-style-four .footer-contact-list {

  position: relative;

}

.footer-style-four .footer-contact-list li {

  font-size: 16px;

  margin-bottom: 12px;

  color: var(--theme-color-white);

}

.footer-style-four .footer-contact-list li i {

  display: inline-block;

  margin-right: 12px;

}

.footer-style-four .footer-contact-list li a {

  font-size: 20px;

  color: var(--theme-color-white);

}

.footer-style-four .footer-contact-list li:last-child {

  margin-bottom: 0px;

}



/***

====================================================================

  Products details

====================================================================

***/

.product-details .bxslider .image-box {

  position: relative;

  display: block;

  margin-right: 30px;

  margin-bottom: 10px;

}

.product-details .bxslider .image-box img {

  width: 100%;

}

.product-details .bxslider .thumb-box li {

  position: relative;

  display: inline-block;

  float: left;

  margin-right: 10px;

  margin-bottom: 15px;

  width: 100px;

  height: 100px;

}

.product-details .bxslider .thumb-box li:last-child {

  margin: 0px !important;

}

.product-details .bxslider .thumb-box li a {

  position: relative;

  display: inline-block;

}

.product-details .bxslider .thumb-box li a:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  opacity: 0;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.product-details .bxslider .thumb-box li a.active:before {

  opacity: 1;

}

.product-details .bx-wrapper {

  margin-bottom: 30px;

}

.product-details .product-info .product-details__top {

  position: relative;

  display: block;

  margin-top: -8px;

}

.product-details .product-info .product-details__title {

  font-size: 40px;

  line-height: 44px;

  margin: 0;

}

.product-details .product-info .product-details__title span {

  color: var(--theme-color2);

  display: inline-block;

  font-size: 20px;

  font-weight: 700;

  letter-spacing: 0;

  line-height: 26px;

  margin-left: 20px;

  position: relative;

}

.product-details .product-info .product-details__reveiw {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-top: 22px;

  padding-bottom: 20px;

  margin-bottom: 31px;

  border-bottom: 1px solid #e0e4e8;

}

.product-details .product-info .product-details__reveiw i {

  font-size: 16px;

  color: #ffc737;

}

.product-details .product-info .product-details__reveiw i + i {

  margin-left: 4px;

}

.product-details .product-info .product-details__reveiw span {

  position: relative;

  top: 1px;

  line-height: 1;

  font-size: 16px;

  color: var(--theme-color2);

  margin-left: 18px;

}

.product-details .product-info .product-details__quantity-title {

  margin: 0;

  color: #222;

  font-size: 20px;

  line-height: 30px;

  font-weight: 700;

  margin-right: 20px;

}

.product-details .product-info .product-details__buttons {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-bottom: 30px;

  margin-top: 40px;

}

@media only screen and (max-width: 767px) {

  .product-details .product-info .product-details__buttons {

    display: block;

  }

}

.product-details .product-info .product-details__buttons-1 {

  position: relative;

  display: block;

}

@media only screen and (max-width: 767px) {

  .product-details .product-info .product-details__buttons-1 {

    margin-bottom: 10px;

    margin-right: 10px;

  }

}

.product-details .product-info .product-details__buttons-1 .btn-title {

  color: var(--headings-color);

  text-transform: capitalize;

  font-weight: 500;

}

.product-details .product-info .product-details__buttons-2 {

  position: relative;

  display: block;

  margin-left: 10px;

}

.product-details .product-info .product-details__buttons-2 .thm-btn {

  background-color: var(--theme-color2);

}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {

  background-color: #01553e;

}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {

  background-color: #01553e;

}

@media only screen and (max-width: 767px) {

  .product-details .product-info .product-details__buttons-2 {

    margin-left: 0;

    margin-top: 0;

  }

}

.product-details .product-info .product-details__social {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.product-details .product-info .product-details__social .social-icon-one {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 5px;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  position: relative;

}

.product-details .product-info .product-details__social .social-icon-one li {

  margin-left: 0px;

  position: relative;

}

.product-details .product-info .product-details__social .social-icon-one li a {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

  border-radius: 50%;

  display: inline-block;

  font-size: 12px;

  height: 30px;

  line-height: 30px;

  position: relative;

  width: 30px;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.product-details .product-info .product-details__social .social-icon-one li a:hover {

  background-color: var(--theme-color2);

  color: var(--theme-color2-text-color);

}

.product-details .product-info .product-details__social .title {

  display: block;

  position: relative;

}

.product-details .product-info .product-details__social .title h3 {

  color: #222;

  font-size: 20px;

  font-weight: 700;

  line-height: 20px;

}

.product-details .product-info .product-details__social .social-icon-one {

  margin-left: 30px;

}

@media only screen and (max-width: 767px) {

  .product-details .product-info .product-details__social {

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: start;

  }

  .product-details .product-info .product-details__social .social-icon-one {

    margin-left: 0;

  }

}



.product-details__quantity {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-top: 20px;

  position: relative;

}

.product-details__quantity .quantity-box {

  border-radius: 10px;

  height: 60px;

  position: relative;

  width: 98px;

}

.product-details__quantity .quantity-box input {

  border: 1px solid #e0e4e8;

  border-radius: 10px;

  color: var(--theme-color2);

  font-size: 18px;

  font-weight: 500;

  height: 60px;

  outline: none;

  padding-left: 30px;

  -webkit-appearance: textfield;

  -moz-appearance: textfield;

  width: 98px;

}

.product-details__quantity .quantity-box button {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border: none;

  border-left: 1px solid #e0e4e8;

  border-top-right-radius: 10px;

  background-color: var(--theme-color2);

  color: #fff;

  font-size: 8px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 29px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  outline: none;

  position: absolute;

  right: 1px;

  top: 1px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  width: 29px;

}

.product-details__quantity .quantity-box button:hover {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}

.product-details__quantity .quantity-box button.sub {

  bottom: 1px;

  border-top-right-radius: 0px;

  border-bottom-right-radius: 10px;

  top: auto;

}



.product-discription {

  display: block;

  position: relative;

}

.product-discription .tabs-box {

  max-width: inherit;

}

.product-discription .tabs-box .tab-buttons {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

@media (max-width: 575.98px) {

  .product-discription .tabs-box .tab-buttons {

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

  }

}

.product-discription .product-description__title {

  font-size: 30px;

  margin-bottom: 27px;

}

.product-discription .product-description__text1 {

  font-size: 16px;

  line-height: 30px;

  margin: 0;

}

.product-discription .product-description__list {

  display: block;

  margin-top: 30px;

  margin-bottom: 30px;

  position: relative;

}

.product-discription .product-description__list ul {

  display: block;

  position: relative;

}

.product-discription .product-description__list ul li {

  display: block;

  margin-bottom: 2px;

  position: relative;

}

.product-discription .product-description__list ul li:last-child {

  margin-bottom: 0px;

}

.product-discription .product-description__list ul li p {

  color: var(--headings-color);

  font-weight: 600;

  margin: 0;

}

.product-discription .product-description__list ul li p span:before {

  color: #01553e;

  display: inline-block;

  font-size: 17px;

  line-height: 17px;

  margin-right: 11px;

  position: relative;

  top: 2px;

}

.product-discription .tabs-content .text p {

  margin-bottom: 17px;

}

.product-discription .tabs-content .text p:last-child {

  margin-bottom: 0px;

}

.product-discription .tab-btn-box {

  display: block;

  margin-bottom: 60px;

  position: relative;

  width: 100%;

}

.product-discription .tab-btn-box:before {

  background-color: #e1e8e4;

  content: "";

  height: 1px;

  left: 0px;

  position: absolute;

  top: 22px;

  width: 100%;

}

.product-discription .tab-btn-box .tab-btns li {

  background-color: #fff;

  border: 1px solid #e1e8e4;

  color: #1e2434;

  cursor: pointer;

  display: inline-block;

  font-size: 14px;

  margin: 0px 8.5px;

  margin-bottom: 15px;

  line-height: normal;

  padding: 14px 30px;

  position: relative;

  text-transform: uppercase;

  text-align: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.product-discription .tab-btn-box .tab-btns li.active-btn {

  background-color: var(--theme-color2);

  color: #fff;

}

.product-discription .single-comment-box .inner-box {

  background-color: #f4f5f4;

  display: block;

  padding: 34px 30px 34px 125px;

  position: relative;

}

@media (max-width: 575.98px) {

  .product-discription .single-comment-box .inner-box {

    padding: 30px;

  }

}

.product-discription .single-comment-box .inner-box .comment-thumb {

  position: absolute;

  left: 30px;

  top: 40px;

  border-radius: 50%;

  width: 80px;

}

@media (max-width: 575.98px) {

  .product-discription .single-comment-box .inner-box .comment-thumb {

    left: 0;

    position: relative;

    top: 0;

  }

}

.product-discription .single-comment-box .inner-box .comment-thumb img {

  width: 100%;

  border-radius: 50%;

}

.product-discription .single-comment-box .inner-box .rating {

  display: block;

  margin-bottom: 2px;

  position: relative;

}

.product-discription .single-comment-box .inner-box .rating li {

  color: #fdc009;

  display: inline-block;

  font-size: 12px;

  float: left;

  margin-right: 4px;

  position: relative;

}

.product-discription .single-comment-box .inner-box .rating li:last-child {

  margin: 0px !important;

}

.product-discription .single-comment-box .inner-box h5 {

  display: block;

  font-size: 16px;

  font-weight: 600;

  line-height: 26px;

  margin-bottom: 16px;

  text-transform: uppercase;

}

.product-discription .single-comment-box .inner-box h5 span {

  font-weight: 400;

  text-transform: capitalize;

}

.product-discription .customer-comment {

  position: relative;

  display: block;

  margin-bottom: 60px;

}

.product-discription .comment-box {

  position: relative;

  display: block;

  background-color: #fff;

  padding: 51px 60px 60px 60px;

  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

}

.product-discription .comment-box h3 {

  display: block;

  font-size: 24px;

  line-height: 34px;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 23px;

}

.product-discription .comment-box .form-group {

  position: relative;

  margin-bottom: 15px;

}

.product-discription .comment-box .form-group label {

  position: relative;

  display: block;

  font-size: 18px;

  line-height: 28px;

  color: #707582;

  margin-bottom: 8px;

}

.product-discription .comment-box .column:last-child .form-group {

  margin-bottom: 0px;

}

.product-discription .comment-box .review-box p {

  position: relative;

  float: left;

  margin-right: 10px;

}

.product-discription .comment-box .review-box .rating {

  position: relative;

  float: left;

}

.product-discription .comment-box .review-box .rating li {

  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 28px;

  float: left;

  margin-right: 4px;

  color: #fdc009;

}

.product-discription .comment-box .review-box .rating li:last-child {

  margin: 0px !important;

}

.product-discription .comment-box .review-box {

  position: relative;

  display: block;

  margin-top: 8px;

}

.product-discription .comment-box .custom-controls-stacked {

  position: relative;

  float: left;

}



.related-product h3 {

  margin-bottom: 30px;

}



@media only screen and (max-width: 767px) {

  .product-details__img {

    margin-bottom: 50px;

  }

  .product-details__title span {

    margin-left: 0;

    display: block;

  }

  .product-details__buttons {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;

  }

  .product-details__buttons-2 {

    margin-left: 0;

    margin-top: 10px;

  }

  .product-details__social-link {

    margin-left: 0;

    margin-top: 20px;

  }

}

/***



====================================================================

 Categories Section

====================================================================



***/

.categories-section {

  position: relative;

  padding: 100px 0 70px;

}

.categories-section .bg-pattern {

  position: absolute;

  left: 0;

  top: -220px;

  width: 100%;

  height: 100%;

  content: "";

  background-image: url(../images/icons/pattern-7.png);

  background-repeat: no-repeat;

  background-position: left top;

  z-index: -1;

}

.categories-section:before {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 300px;

  width: 100%;

  background: var(--theme-color3);

  content: "";

  z-index: 1;

}

.categories-section:after {

  position: absolute;

  left: 0;

  bottom: -50px;

  height: 70px;

  width: 100%;

  z-index: 2;

  content: "";

  background-image: url(../images/icons/pattern-3.png);

  background-repeat: no-repeat;

  background-position: center bottom;

}



.category-block {

  position: relative;

  margin-bottom: 30px;

  z-index: 9;

}

.category-block .inner-box {

  position: relative;

  text-align: center;

  background: #ffffff;

  padding: 40px 30px 30px;

  border-radius: 10px;

  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block .inner-box:before {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 190px;

  background-repeat: no-repeat;

  background-position: center bottom;

  content: "";

}

.category-block .inner-box:hover {

  -webkit-transform: translateY(-20px);

  transform: translateY(-20px);

  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

}

.category-block .inner-box:hover .image img {

  -webkit-transform: rotate(10deg) scale(1.2);

  transform: rotate(10deg) scale(1.2);

}

.category-block .inner-box.cat-bg-1:before {

  background-image: url(../images/icons/cat-1-bg.png);

}

.category-block .inner-box.cat-bg-2:before {

  background-image: url(../images/icons/cat-2-bg.png);

}

.category-block .inner-box.cat-bg-3:before {

  background-image: url(../images/icons/cat-3-bg.png);

}

.category-block .inner-box.cat-bg-4:before {

  background-image: url(../images/icons/cat-4-bg.png);

}

.category-block .image {

  position: relative;

  display: inline-block;

  height: 180px;

  width: 180px;

  overflow: hidden;

  border-radius: 50%;

  margin-bottom: 15px;

}

.category-block .image img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block h4 {

  font-size: 20px;

  color: var(--theme-color3);

  font-weight: 700;

  margin-bottom: 10px;

}

.category-block h4 a {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block h4 a:hover {

  color: #01553e;

}

.category-block p {

  font-size: 14px;

  color: #797f7d;

  line-height: 26px;

  margin-bottom: 0px;

}



/***



====================================================================

    Categories Section Two

====================================================================



***/

.categories-section-two {

  position: relative;

  padding: 120px 0 90px;

}



.category-block-two {

  position: relative;

  padding-top: 70px;

  margin-bottom: 30px;

  z-index: 9;

}

.category-block-two .inner-box {

  position: relative;

  text-align: center;

  background: #ffffff;

  border-radius: 10px;

  margin: 0 auto;

  padding: 18px;

}

.category-block-two .inner-box:before {

  position: absolute;

  left: 0;

  top: 0;

  bottom: 60px;

  width: 100%;

  border-radius: 10px;

  background: #e3eee5;

  content: "";

}

.category-block-two .inner-box:hover .image:before {

  left: 100%;

  -webkit-transition: all 1000ms ease;

  transition: all 1000ms ease;

}

.category-block-two .inner-box:hover .image img {

  -webkit-transform: scale(0.9);

  transform: scale(0.9);

}

.category-block-two .inner-box:hover h4 a {

  color: #01553e;

}

.category-block-two .content {

  position: relative;

  background: #ffffff;

  border-radius: 10px;

  padding: 0 40px 40px;

  z-index: 1;

  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);

  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);

}

.category-block-two .content:before {

  position: absolute;

  top: -88px;

  left: 0;

  width: 180px;

  height: 180px;

  right: 0;

  margin: 0 auto;

  border-radius: 50%;

  background: #e3eee5;

  content: "";

}

.category-block-two .content:after {

  position: absolute;

  left: 0;

  bottom: 0px;

  width: 100%;

  font-size: 30px;

  line-height: 1em;

  color: #e8f3ea;

  height: 15px;

  overflow: hidden;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  content: attr(data-text);

}

.category-block-two .image {

  position: relative;

  display: inline-block;

  overflow: hidden;

  margin-bottom: 25px;

  margin-top: -70px;

}

.category-block-two .image img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block-two .image:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 120%;

  width: 100%;

  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

  content: "";

  opacity: 0.3;

  left: -100%;

  pointer-events: none;

  z-index: 1;

}

.category-block-two h4 {

  font-size: 22px;

  color: var(--theme-color3);

  font-weight: 700;

  margin-bottom: 15px;

}

.category-block-two h4 a {

  color: var(--theme-color3);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block-two p {

  font-size: 16px;

  color: #797f7d;

  line-height: 26px;

  margin-bottom: 0px;

}

.category-block-two .link {

  position: relative;

  display: inline-block;

  height: 50px;

  width: 50px;

  background: #e8f3ea;

  border-radius: 50%;

  line-height: 50px;

  margin-top: 25px;

  color: #608174;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block-two .link:hover {

  -webkit-transform: rotate(270deg);

  transform: rotate(270deg);

}

.category-block-two.child-two .link {

  background: #f0e2e3;

}

.category-block-two.child-two .inner-box:before {

  background: #f0e2e3;

}

.category-block-two.child-two .inner-box:hover h4 a {

  color: #e69da2;

}

.category-block-two.child-two .content:before {

  background: #f0e2e3;

}

.category-block-two.child-two .content:after {

  color: #f0e2e3;

}

.category-block-two.child-three .link {

  background: #f1ede1;

}

.category-block-two.child-three .inner-box:before {

  background: #f1ede1;

}

.category-block-two.child-three .inner-box:hover h4 a {

  color: #c9b579;

}

.category-block-two.child-three .content:before {

  background: #f1ede1;

}

.category-block-two.child-three .content:after {

  color: #f1ede1;

}



/***



====================================================================

    Products Section

====================================================================



***/

.products-section {

  position: relative;

  padding: 120px 0;

}



.products-section .bg-image {

  position: absolute;

  left: 0;

  top: 0;

  height: 670px;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  background-attachment: fixed;

}



.products-section .bg-image:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #113629;

  opacity: 0.7;

  content: "";

}



.products-section .bg-image:after {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 50px;

  width: 100%;

  background-image: url(../images/icons/pattern-8.png);

  background-position: center bottom;

  content: "";

}



.products-section .sec-title h2 {

  font-size: 60px;

}



.products-section .sec-title .theme-btn {

  margin-top: 30px;

}



.products-box {

  max-width: 1530px;

  position: relative;

  padding: 120px 60px 90px;

  margin: 120px auto 0;

  background-color: #f7f5ee;

  overflow: hidden;

  border-radius: 10px;

}



.products-box:before {

  position: absolute;

  left: -90px;

  bottom: 0;

  height: 70%;

  width: 100%;

  background: url(../images/icons/shape-7.png) top left no-repeat;

  content: "";

}



.products-box .sec-title {

  margin-bottom: 30px;

}



.products-box .outer-box {

  position: relative;

  padding-right: 400px;

}



.products-box .outer-box .banner-box-two {

  position: absolute;

  right: 0;

  top: 0;

}



.banner-box-two {

  position: relative;

}



.banner-box-two .inner-box:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));

  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5',GradientType=0 );

  content: "";

}



.banner-box-two .inner-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  max-width: 370px;

  background: var(--theme-color3);

  border-radius: 10px;

  min-height: 440px;

  text-align: center;

  overflow: hidden;

  padding: 20px 20px;

}



.banner-box-two .title {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

  font-size: 20px;

  color: #ffffff;

  text-transform: uppercase;

  margin-bottom: 20px;

}



.banner-box-two .title strong {

  font-size: 60px;

  line-height: 1em;

  color: var(--theme-color2);

  font-weight: 400;

}



.banner-box-two h4 {

  font-size: 30px;

  line-height: 1.2em;

  color: #ffffff;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  margin-bottom: 30px;

}



.product-block-two {

  position: relative;

  margin-bottom: 30px;

}



.product-block-two .inner-box {

  position: relative;

  border: 2px solid transparent;

  border-radius: 10px;

  background: #ffffff;

  padding: 20px 20px;

  padding-left: 150px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  min-height: 150px;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.product-block-two .inner-box:hover {

  border: 2px solid var(--theme-color);

}



.product-block-two .image {

  position: absolute;

  left: 20px;

  top: 20px;

  border-radius: 50%;

  overflow: hidden;

  height: 110px;

  width: 110px;

  border: 1px solid #e4e1d6;

  margin-bottom: 0px;

}



.product-block-two .image img {

  width: auto;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.product-block-two .inner-box:hover .image img {

  -webkit-transform: scale(-1) rotate(180deg);

  transform: scale(-1) rotate(180deg);

}



.product-block-two h4 {

  display: block;

  font-size: 22px;

  color: var(--theme-color3);

  margin-bottom: 5px;

}



.product-block-two h4 a {

  color: var(--theme-color3);

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.product-block-two .price {

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: #01553e;

  font-weight: 600;

}



.product-block-two .price del {

  display: inline-block;

  margin-left: 15px;

  font-size: 16px;

  color: #ff0000;

  line-height: 27px;

  opacity: 0.3;

}



.product-block-two .rating {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  font-size: 14px;

  color: #ffc737;

}



.products-carousel .owl-nav {

  display: none;

}



.products-carousel .owl-dots {

  position: absolute;

  right: 0;

  top: -80px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  z-index: 8;

}



.products-carousel .owl-dot {

  position: relative;

  height: 7px;

  width: 7px;

  display: block;

  background: #879d91;

  margin-right: 5px;

  border-radius: 5px;

  display: block;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.products-carousel .owl-dot.active {

  background: var(--theme-color3);

}



/***



====================================================================

    Featured Products

====================================================================



***/

.featured-products {

  position: relative;

  padding: 120px 0 90px;

}



.featured-products .bg-shape {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: url(../images/icons/pattern-7.png) left bottom no-repeat;

  background-size: 700px;

}



/*=== Mixitup Gallery ===*/

.featured-products .filters {

  margin-bottom: 40px;

  text-align: center;

}



.featured-products .filters .filter-tabs {

  position: relative;

  display: inline-block;

}



.featured-products .filters li {

  position: relative;

  display: inline-block;

  line-height: 24px;

  padding: 0px 2px 10px;

  cursor: pointer;

  color: #797f7d;

  font-weight: 500;

  font-size: 18px;

  margin: 0 5px 0;

  padding: 5px 12px 10px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.featured-products .filters li:last-child {

  margin-right: 0;

}



.featured-products .filters .filter.active,

.featured-products .filters .filter:hover {

  background-color: var(--theme-color2);

  color: #fff;

}



.featured-products .filters li:before {

  position: absolute;

  left: 0;

  bottom: 8px;

  height: 2px;

  width: 100%;

  content: "";

  background-color: #fff;

  -webkit-transform: scale(0, 1);

  transform: scale(0, 1);

  -webkit-transform-origin: top right;

  transform-origin: top right;

  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */

}



.featured-products .filters li.active:before,

.featured-products .filters li:hover:before {

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

  transform-origin: bottom left;

}



.product-block {

  position: relative;

  margin-bottom: 30px;

}



.product-block.mix {

  display: none;

}



.product-block .inner-box {

  position: relative;

  border: 2px solid #e4e1d5;

  border-radius: 10px;

  text-align: center;

  background: #ffffff;

  overflow: hidden;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.product-block .inner-box:hover {

  border: 2px solid var(--theme-color2);

  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);

}



.product-block .image {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  overflow: hidden;

  margin-bottom: 0px;

}



.product-block .image:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

  content: "";

  opacity: 0.3;

  left: -100%;

  pointer-events: none;

  z-index: 1;

}



.product-block .inner-box:hover .image:before {

  left: 100%;

  -webkit-transition: all 1000ms ease;

  transition: all 1000ms ease;

}



.product-block .image img {

  width: auto;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.product-block .inner-box:hover .image img {

  -webkit-transform: scale(0.9);

  transform: scale(0.9);

}



.product-block .content {

  position: relative;

  padding: 30px 30px 30px;

}



.product-block h4 {

  display: block;

  font-size: 22px;

  color: var(--theme-color2);

  margin-bottom: 5px;

}



.product-block h4 a {

  color: var(--theme-color2);

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.product-block h4 a:hover {

  color: var(--theme-color2);

}



.product-block .price {

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: var(--text-gray-silver);

  font-weight: 600;

}



.product-block .price del {

  display: inline-block;

  margin-left: 15px;

  font-size: 16px;

  color: #ff0000;

  line-height: 27px;

  opacity: 0.3;

}



.product-block .rating {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  font-size: 14px;

  color: #ffc737;

}



.product-block .tag {

  position: absolute;

  top: 30px;

  left: 20px;

  font-size: 14px;

  line-height: 23px;

  color: #ffffff;

  background: #FD5F5C;

  font-weight: 400;

  padding: 0 12px;

  border-radius: 3px;

  z-index: 9;

  font-style: italic;

  text-transform: uppercase;

}



.product-block .icon-box {

  position: absolute;

  right: 20px;

  top: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.product-block .inner-box:hover .icon-box {

  opacity: 1;

  top: 20px;

  visibility: visible;

  -webkit-transition-delay: 300ms;

  transition-delay: 300ms;

}



.product-block .ui-btn {

  background-color: var(--theme-color2);

  color: var(--theme-color2-text-color);

  border-radius: 50px;

  cursor: pointer;

  display: block;

  height: 40px;

  font-size: 14px;

  line-height: 40px;

  margin-bottom: 10px;

  position: relative;

  text-align: center;

  width: 40px;

  z-index: 9;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.product-block .ui-btn:hover {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}



.product-block .cat {

  display: block;

  font-size: 18px;

  color: #707070;

  font-style: italic;

  margin-bottom: 5px;

}



/*

 * shop-catalog-layouts.scss

 * -----------------------------------------------

*/

table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {

  min-width: 64px;

}

table.tbl-shopping-cart img, table.cart-total img {

  max-width: 64px;

  -webkit-box-shadow: none;

          box-shadow: none;

}

table.tbl-shopping-cart th,

table.tbl-shopping-cart td, table.cart-total th,

table.cart-total td {

  vertical-align: middle;

  border-left: 1px solid #e3e3e3;

  padding: 20px 30px;

}

table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {

  color: var(--headings-color);

}

table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {

  font-size: 0.9rem;

  list-style: none;

}

table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {

  display: inline-block;

  width: 24px;

  height: 24px;

  line-height: 24px;

  border-radius: 24px;

  -webkit-transition: all 300ms ease-out;

  transition: all 300ms ease-out;

  background-color: #757575;

  color: #ffffff;

  text-align: center;

}

table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {

  position: relative;

  display: inline-block;

  color: #1e2434;

  background: #f4f5f4;

  padding: 15px 29px;

  cursor: pointer;

  text-transform: uppercase;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {

  background-color: var(--theme-color2);

}

table.tbl-shopping-cart .coupon-form .apply-button:hover span, table.cart-total .coupon-form .apply-button:hover span {

  color: var(--theme-color-white);

}



table.tbl-shopping-cart > thead > tr > th,

table.tbl-shopping-cart > tbody > tr > th,

table.tbl-shopping-cart > tfoot > tr > th {

  color: #444;

}



.payment-method .accordion-box .block .acc-content .payment-info {

  position: relative;

  display: block;

  background-color: #fff;

  padding: 30px 30px 10px 30px;

}

.payment-method .accordion-box .block {

  background: #f4f5f4;

  -webkit-box-shadow: none;

          box-shadow: none;

  margin-bottom: 20px;

}

.payment-method .accordion-box .block:last-child {

  margin-bottom: 0px;

}

.payment-method .accordion-box .block .acc-btn {

  padding: 19px 30px 22px 30px;

}

.payment-method .accordion-box .block .acc-btn .icon-outer {

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  position: absolute;

  top: 50%;

  right: 30px;

  height: auto;

  /* line-height: 65px; */

  font-size: 28px;

  color: #1e2434;

}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {

  color: var(--text-color-bg-theme-color2);

}

.payment-method .payment-method h3 {

  margin-bottom: 32px;

}

.payment-method .accordion-box .block .acc-btn.active {

  background-color: var(--theme-color2);

  color: var(--theme-color-white);

}



.shop-sidebar {

  display: block;

  position: relative;

}

.shop-sidebar .sidebar-search .search-form .form-group {

  margin: 0px;

  position: relative;

}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {

  background-color: var(--theme-color-gray);

  border: 1px solid var(--theme-light-background);

  border-radius: 5px;

  color: #646578;

  height: 52px;

  padding: 10px 60px 10px 20px;

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  width: 100%;

}

.shop-sidebar .sidebar-search .search-form .form-group button {

  background-color: var(--theme-color2);

  border-radius: 3px;

  color: #fff;

  cursor: pointer;

  display: inline-block;

  font-size: 18px;

  height: 42px;

  line-height: 42px;

  position: absolute;

  right: 5px;

  text-align: center;

  top: 5px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  width: 42px;

}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}

.shop-sidebar .sidebar-search {

  margin-bottom: 30px;

}

.shop-sidebar .sidebar-widget {

  background-color: var(--theme-color-lighter);

  border-radius: 5px;

  display: block;

  margin-bottom: 30px;

  padding: 35px 30px 37px 30px;

  position: relative;

}

.shop-sidebar .sidebar-widget:last-child {

  margin-bottom: 0px;

}

.shop-sidebar .sidebar-widget .widget-title {

  display: block;

  margin-bottom: 16px;

  position: relative;

}

.shop-sidebar .category-widget .category-list li {

  display: block;

  margin-bottom: 14px;

  position: relative;

}

.shop-sidebar .category-widget .category-list li:last-child {

  margin-bottom: 0px;

}

.shop-sidebar .category-widget .category-list li a {

  color: #646578;

  display: inline-block;

  font-weight: 400;

  padding-left: 20px;

  position: relative;

}

.shop-sidebar .category-widget .category-list li a:before {

  position: absolute;

  content: "\f0da";

  font-family: "Font Awesome 6 Pro";

  left: 0px;

  top: 0px;

  font-size: 16px;

  font-weight: 600;

  color: var(--theme-color2);

}

.shop-sidebar .category-widget .category-list li a:hover {

  color: var(--theme-color2);

}

.shop-sidebar .price-filters .widget-title {

  margin-bottom: 28px;

}

.shop-sidebar .post-widget .post {

  border-bottom: 1px solid #e1e1e1;

  margin-bottom: 23px;

  min-height: 108px;

  padding-left: 90px;

  padding-bottom: 24px;

  position: relative;

}

.shop-sidebar .post-widget .post:last-child {

  margin-bottom: 0px;

  border-bottom: none;

}

.shop-sidebar .post-widget .post .post-thumb {

  border: 1px solid #d0d4dd;

  border-radius: 5px;

  height: 70px;

  left: 0px;

  position: absolute;

  top: 7px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  width: 70px;

}

.shop-sidebar .post-widget .post .post-thumb img {

  width: 100%;

  border-radius: 5px;

}

.shop-sidebar .post-widget .post a {

  color: #646578;

  display: inline-block;

  font-size: 16px;

  line-height: 26px;

  margin-bottom: 7px;

  position: relative;

}

.shop-sidebar .post-widget .post .price {

  color: #0a267a;

  display: block;

  font-size: 14px;

  font-weight: 600;

  line-height: 24px;

  position: relative;

}

.shop-sidebar .post-widget .post:hover .post-thumb {

  border-color: #01553e;

}

.shop-sidebar .post-widget .post:hover a {

  color: var(--theme-color2);

}

.shop-sidebar .post-widget {

  padding-bottom: 9px;

}



.range-slider {

  position: relative;

}

.range-slider .title {

  display: inline-block;

  line-height: 26px;

  margin-right: 4px;

  position: relative;

}

.range-slider .title:before {

  color: #646578;

  content: "$";

  font-size: 18px;

  left: -5px;

  position: absolute;

  top: -19px;

}

.range-slider p {

  color: #646578;

  display: inline-block;

  margin-right: 10px !important;

  position: relative;

}

.range-slider .input {

  color: #646578;

  display: inline-block;

  font-size: 18px;

  margin-top: 5px;

  max-width: 75px;

  position: relative;

}

.range-slider .input input {

  background: none;

  color: #646578;

  font-size: 15px;

  text-align: left;

}

.range-slider .ui-widget.ui-widget-content {

  background-color: #d0d4dd;

  border-radius: 2px;

  border: none;

  height: 4px;

  margin-bottom: 14px;

}

.range-slider .ui-slider .ui-slider-range {

  background-color: var(--theme-color2);

  top: 0px;

  height: 4px;

}

.range-slider .ui-state-default {

  background-color: var(--theme-color2);

  border: none;

  border-radius: 50%;

  cursor: pointer;

  height: 14px;

  margin-left: 0px;

  position: absolute;

  top: -5px;

  width: 14px;

}

.range-slider .ui-state-default:before {

  background-color: #ffffff;

  border-radius: 50%;

  content: "";

  height: 6px;

  left: 4px;

  position: absolute;

  top: 4px;

  width: 6px;

}

.range-slider .ui-widget-content .ui-state-default {

  background-color: var(--theme-color2);

  border: none;

  border-radius: 50%;

  cursor: pointer;

  height: 14px;

  margin-left: 0px;

  top: -5px;

  width: 14px;

}

.range-slider .ui-widget-content .ui-state-default:before {

  background-color: #ffffff;

  border-radius: 50%;

  content: "";

  position: absolute;

  height: 6px;

  left: 4px;

  top: 4px;

  width: 6px;

}

.range-slider input[type=submit] {

  background: var(--theme-color2);

  border: none;

  border-radius: 10px;

  color: #ffffff;

  cursor: pointer;

  display: block;

  float: right;

  font-size: 14px;

  font-weight: 500;

  margin-top: 0;

  padding: 7px 20px;

  position: relative;

  text-align: center;

  text-transform: capitalize;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.range-slider input[type=submit]:hover {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}



/*** 



====================================================================

Page Title

====================================================================



***/

@-webkit-keyframes "ripple" {

  70% {

    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}

@keyframes "ripple" {

  70% {

    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}

.page-title {

 

  position: relative;





    background-image: url(../images/banner-2.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  border-radius: 0px;

  overflow: hidden;

  padding: 165px 0;

  position: relative;

  z-index: 0;







}

@media (max-width: 991.98px) {

/*  .page-title {

    margin-top: 70px;

  }*/

}

.page-title .title-outer {



}

.page-title .title-outer:before {

  background-color: rgba(var(--theme-color-black-rgb), 0.6);

  bottom: 0;

  content: "";

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

}

.page-title .title {

  font-size: 64px;

  color: #ffffff;

  margin-bottom: 17px;

}

@media only screen and (max-width: 768px) {

  .page-title .title {

    font-size: 34px;

  }

}

.page-title .text {

  position: relative;

  color: #ffffff;

  font-size: 16px;

  line-height: 26px;

  letter-spacing: 0.05em;

  max-width: 520px;

}



.page-breadcrumb {

  position: relative;

  margin-top: 5px;

}

.page-breadcrumb li {

  position: relative;

  display: inline-block;

  margin-right: 12px;

  padding-right: 13px;

  color: #ffffff;

  font-size: 14px;

  font-weight: 400;

  text-transform: capitalize;

}

.page-breadcrumb li:after {

    position: absolute;

    content: "\f105";

    right: -6px;

    top: 1px;

    font-family: "FontAwesome";

    font-size: 14px;

    font-weight: normal;

    color: #ffffff;

}

.page-breadcrumb li:last-child::after {

  display: none;

}

.page-breadcrumb li:last-child {

  padding-right: 0px;

  margin-right: 0px;

}

.page-breadcrumb li a {

  color: #ffffff;

  font-weight: 500;

  text-transform: capitalize;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.page-breadcrumb li a:hover {

  color: #ffffff;

}



.play-now {

  position: relative;

  display: block;

  z-index: 9;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.play-now .icon {

  position: relative;

  display: inline-block;

  height: 70px;

  width: 70px;

  text-align: center;

  line-height: 70px;

  background-color: #ffffff;

  color: #ff6d2e;

  z-index: 1;

  padding-left: 0px;

  font-size: 14px;

  display: block;

  border-radius: 50%;

  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  -webkit-transform-origin: center;

  transform-origin: center;

}

.play-now .ripple {

  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  animation: ripple 3s infinite;

}

.play-now .ripple:before {

  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  animation: ripple 3s infinite;

  -webkit-animation-delay: 0.9s;

  animation-delay: 0.9s;

  content: "";

  position: absolute;

}

.play-now .ripple:after {

  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  animation: ripple 3s infinite;

  -webkit-animation-delay: 0.6s;

  animation-delay: 0.6s;

  content: "";

  position: absolute;

}



.error-page__inner {

  position: relative;

  display: block;

  text-align: center;

}

.error-page__inner .error-page__title-box {

  position: relative;

  display: block;

}

.error-page__inner .error-page__title {

  position: relative;

  display: inline-block;

  font-size: 280px;

  line-height: 280px;

  margin-bottom: 0;

  color: #01553e;

}

.error-page__inner .error-page__sub-title {

  font-size: 40px;

  letter-spacing: 0.1em;

  text-transform: uppercase;

  line-height: 50px;

  margin-top: -16px;

}

.error-page__inner .error-page__text {

  font-size: 20px;

  line-height: 30px;

  text-align: center;

}

.error-page__inner .error-page__form {

  position: relative;

  display: block;

  margin: 42px auto 20px;

}

.error-page__inner .error-page__form input[type=search] {

  height: 60px;

  width: 100%;

  border: none;

  outline: none;

  background-color: #f5f5f5;

  font-size: 14px;

  color: #333;

  padding-left: 50px;

  padding-right: 75px;

  border-radius: 7px;

}

.error-page__inner .error-page__form button[type=submit] {

  background-color: transparent;

  font-size: 22px;

  position: absolute;

  top: 0;

  right: 0px;

  bottom: 0;

  width: 72px;

  outline: none;

  border: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0;

}

.error-page__inner .error-page__form-input {

  position: relative;

  display: block;

  max-width: 570px;

  width: 100%;

  margin: 0 auto;

}



input::-webkit-input-placeholder {

  color: #cccccc;

  opacity: 1;

}



input::-moz-placeholder {

  color: #cccccc;

  opacity: 1;

}



input:-ms-input-placeholder {

  color: #cccccc;

  opacity: 1;

}



input::-ms-input-placeholder {

  color: #cccccc;

  opacity: 1;

}



input::placeholder {

  color: #cccccc;

  opacity: 1;

}

input:-ms-input-placeholder {

  color: #cccccc;

}

input::-ms-input-placeholder {

  color: #cccccc;

}



/***



====================================================================

        Contact

====================================================================



***/

.contact-details__info {

  position: relative;

  display: block;

  margin-top: 41px;

}

.contact-details__info li {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.contact-details__info li .icon {

    -ms-flex-negative: 0;

    flex-shrink: 0;

    height: 60px;

    width: 60px;

    background-color: #fe0000;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.contact-details__info li .icon span {

  color: var(--theme-color-white);

  font-size: 25px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.contact-details__info li:hover .icon {

  background-color: #000000;

  color: var(--theme-color1-text-color);

}

.contact-details__info li:hover .icon span {

  color: var(--theme-color1-text-color);

}

.contact-details__info li:hover .text a {

  color: var(--notech-base);

}

.contact-details__info li:hover .text a span {

  color: var(--notech-gray);

}

.contact-details__info li .text {

  margin-left: 30px;

}

@media (max-width: 575.98px) {

  .contact-details__info li .text {

    margin-left: 12px;

  }

}

.contact-details__info li .text p {

  font-size: 14px;

  line-height: 24px;

}

.contact-details__info li .text a {

  font-size: 18px;

  color: var(--notech-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.contact-details__info li .text span {

  font-size: 20px;

  color: var(--notech-black);

}

.contact-details__info li + li {

  margin-top: 19px;

}



.contact-details .sec-title {

  margin-bottom: 20px;

}

.contact-details .sec-title .sub-title {

  color: #4f515d;

}

.contact-details .sec-title h2 {

  color: var(--headings-color);

}

.contact-details .sec-title .text {

  color: #4f515d;

}



.map {

  height: 550px;

}



/***

=============================================

    Services Details

=============================================

***/

.service-sidebar {

  position: relative;

  display: block;

  max-width: 365px;

  width: 100%;

}

.service-sidebar .service-sidebar-single {

  position: relative;

  display: block;

  margin-bottom: 30px;

}

.service-sidebar .service-sidebar-single-services {

  position: relative;

  display: block;

  background: #f6f4ec;

  border-radius: 10px;

  padding: 35px 30px 25px;

}

.service-sidebar .service-sidebar-single-services .title {

  position: relative;

  display: block;

  margin-bottom: 12px;

  padding-left: 20px;

}

.service-sidebar .service-sidebar-single-services .title h3 {

  color: var(--headings-color);

  font-size: 20px;

  line-height: 30px;

  letter-spacing: -0.02em;

}

.service-sidebar .service-sidebar-single-services ul {

  position: relative;

  display: block;

  margin-top: 10px;

}

.service-sidebar .service-sidebar-single-services ul li {

  position: relative;

  display: block;

  margin-bottom: 5px;

  margin-top: -10px;

}

.service-sidebar .service-sidebar-single-services ul li:last-child {

  margin-bottom: 0;

}

.service-sidebar .service-sidebar-single-services ul li a {

  position: relative;

  display: block;

  color: var(--agriox-color-1, #687469);

  font-size: 18px;

  padding: 22px 20px 22px;

  border-radius: 10px;

  background: transparent;

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition-delay: 0.1s;

          transition-delay: 0.1s;

  z-index: 1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.service-sidebar .service-sidebar-single-services ul li a:hover {

  color: var(--headings-color);

}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {

  opacity: 1;

  -webkit-transform: perspective(400px) rotateX(0deg);

          transform: perspective(400px) rotateX(0deg);

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition-delay: 0.1s;

          transition-delay: 0.1s;

}

.service-sidebar .service-sidebar-single-services ul li a:hover i {

  color: #01553e;

}

.service-sidebar .service-sidebar-single-services ul li a::before {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  content: "";

  z-index: -1;

  opacity: 1;

  -webkit-transform: perspective(400px) rotateX(90deg);

          transform: perspective(400px) rotateX(90deg);

  -webkit-transform-origin: bottom;

          transform-origin: bottom;

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition-delay: 0.1s;

          transition-delay: 0.1s;

  background: #ffffff;

  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

  border-radius: 10px;

}

.service-sidebar .service-sidebar-single-services ul li a i {

  font-size: 16px;

}

.service-sidebar .service-sidebar-single-services ul li.current a::before {

  opacity: 1;

  -webkit-transform: perspective(400px) rotateX(0deg);

          transform: perspective(400px) rotateX(0deg);

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition-delay: 0.1s;

          transition-delay: 0.1s;

}

.service-sidebar .service-sidebar-single-services ul li.current a i {

  color: #01553e;

}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {

  margin-top: 20px;

}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {

  margin-bottom: 35px;

}

.service-sidebar .service-sidebar-single-contact-box {

  position: relative;

  display: block;

  background-attachment: scroll;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  border-radius: 10px;

  padding: 50px 0px 44px;

  z-index: 1;

}

.service-sidebar .service-sidebar-single-contact-box::before {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background: rgba(109, 140, 84, 0.93);

  border-radius: 10px;

  content: "";

  z-index: -1;

}

.service-sidebar .service-sidebar-single-contact-box .icon {

  position: relative;

  display: inline-block;

  width: 60px;

  height: 60px;

  text-align: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border-radius: 50%;

  background: var(--theme-color2);

}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {

  background-color: var(--headings-color);

}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {

  color: #fff;

}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {

  position: relative;

  display: inline-block;

  color: var(--headings-color);

  font-size: 30px;

  line-height: 60px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.service-sidebar .service-sidebar-single-contact-box .title {

  position: relative;

  display: block;

  margin-top: 20px;

  margin-bottom: 42px;

}

.service-sidebar .service-sidebar-single-contact-box .title h2 {

  color: #ffffff;

  font-size: 36px;

}

.service-sidebar .service-sidebar-single-contact-box .phone {

  font-size: 24px;

  line-height: 34px;

}

.service-sidebar .service-sidebar-single-contact-box .phone a {

  color: #ffffff;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {

  color: #01553e;

}

.service-sidebar .service-sidebar-single-contact-box p {

  color: #ffffff;

  font-size: 14px;

  line-height: 22px;

}

.service-sidebar .service-sidebar-single-btn {

  position: relative;

  display: block;

}

.service-sidebar .service-sidebar-single-btn .thm-btn {

  font-size: 16px;

  padding: 13px 50px 28px;

}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {

  position: relative;

  display: inline-block;

  top: 13px;

  color: #334b35;

  font-size: 40px;

  padding-right: 25px;

  -webkit-transition: all 600ms ease;

  transition: all 600ms ease;

  font-weight: 500;

}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {

  color: #ffffff;

}

.service-sidebar .banner-widget {

  position: relative;

  display: block;

  background: #fff;

  border-radius: 10px;

  overflow: hidden;

  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);

          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);

}

.service-sidebar .banner-widget .widget-content {

  position: relative;

  display: block;

  width: 100%;

  padding: 45px 30px 40px 30px;

  background-size: cover;

  background-repeat: no-repeat;

}

.service-sidebar .banner-widget .widget-content .shape {

  position: absolute;

  left: 0px;

  top: 0px;

  height: 100%;

  width: 278px;

  background-repeat: no-repeat;

  background-size: cover;

}

.service-sidebar .banner-widget .content-box {

  position: relative;

  max-width: 200px;

  width: 100%;

}

.service-sidebar .banner-widget .content-box .icon-box {

  position: relative;

  display: inline-block;

  width: 60px;

  height: 60px;

  line-height: 60px;

  font-size: 40px;

  background-color: var(--theme-color2);

  color: var(--text-color-bg-theme-color2);

  text-align: center;

  border-radius: 5px;

  margin-bottom: 23px;

}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {

  position: absolute;

  top: -15px;

  right: -38px;

  width: 32px;

  height: 32px;

  background-repeat: no-repeat;

}

.service-sidebar .banner-widget .content-box h3 {

  display: block;

  font-size: 24px;

  line-height: 32px;

  color: #ffffff;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 22px;

}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {

  background: #0a267a;

}

.service-sidebar .service-sidebar-single-btn .theme-btn {

  padding: 20px 50px;

}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {

  position: relative;

  display: inline-block;

  font-size: 36px;

  padding-right: 25px;

  margin-top: 7px;

  -webkit-transition: all 600ms ease;

  transition: all 600ms ease;

  font-weight: 500;

}



.services-details__content .feature-list .single-item {

  position: relative;

  display: block;

  border: 1px solid #e1e8e4;

  padding: 16px 30px 16px 53px;

  margin-bottom: 20px;

  -webkit-transition: all 600ms ease;

  transition: all 600ms ease;

}

.services-details__content .feature-list .single-item .icon-box {

  color: #01553e;

  position: absolute;

  left: 20px;

  top: 16px;

  font-size: 18px;

  -webkit-transition: all 600ms ease;

  transition: all 600ms ease;

}

.services-details__content .feature-list .single-item .title {

  display: block;

  margin: 0;

  font-size: 16px;

  line-height: 32px;

  font-weight: 600;

  text-transform: uppercase;

}

.services-details__content .feature-list .single-item:hover {

  background-color: var(--theme-color2);

  color: var(--text-color-bg-theme-color2);

}

.services-details__content .feature-list .single-item:hover .icon-box {

  color: var(--text-color-bg-theme-color2);

}



.service-list li {

  position: relative;

  display: block;

  margin-bottom: 10px;

}

.service-list li:last-child {

  margin-bottom: 0px;

}

.service-list li a {

  position: relative;

  display: block;

  font-size: 18px;

  color: var(--headings-color);

  font-weight: 600;

  background-color: #fff;

  padding: 17px 20px 17px 50px;

  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);

}

.service-list li a:hover, .service-list li a.current {

  color: var(--theme-color1-text-color);

  background-color: #01553e;

  padding-left: 80px;

}

.service-list li a:hover i, .service-list li a.current i {

  width: 60px;

  color: var(--text-color-bg-theme-color2);

  background-color: var(--theme-color2);

}

.service-list li i {

  position: absolute;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  left: 0px;

  top: 0px;

  width: 30px;

  height: 100%;

  background-color: #f6f4ec;

  text-align: center;

  font-size: 16px;

  color: #707582;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.sidebar-service-list {

  margin: 0;

}

.sidebar-service-list li + li {

  margin-top: 10px;

}

.sidebar-service-list li a {

  font-size: 18px;

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  display: block;

  background-color:#e5e5e5;

  color: var(--headings-color);

  border-radius: 15px;

  padding: 14px 40px;

}

.sidebar-service-list li a:hover {

  color: var(--theme-color2);

}

.sidebar-service-list li a:hover i {

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  color: #fff;

  background-color: var(--theme-color2);

}

.sidebar-service-list li a i {

  height: 32px;

  width: 45px;

  position: absolute;

  top: 50%;

  right: 20px;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  color: #191825;

  background-color: #fff;

  text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 16px;

  border-radius: 15px;

}

.sidebar-service-list li.current a {

  color: var(--theme-color2);

}

.sidebar-service-list li.current a i {

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  color: #fff;

  background-color: var(--theme-color2);

}



.service-details-help {

  background-color: #121111;

  border-radius: 15px;

  display: block;

  margin-top: 30px;

  overflow: hidden;

  padding: 57px 55px 50px;

  position: relative;

  text-align: center;

  z-index: 1;

}



.help-shape-1 {

  position: absolute;

  bottom: -215px;

  left: -95px;

  width: 220px;

  height: 500px;

  background-color: #303030;

  mix-blend-mode: soft-light;

  border-radius: 150px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

  z-index: -1;

}



.help-shape-2 {

  position: absolute;

  top: -118px;

  right: -130px;

  width: 180px;

  height: 350px;

  background-color: #fff;

  mix-blend-mode: soft-light;

  border-radius: 186px;

  -webkit-transform: rotate(48deg);

          transform: rotate(48deg);

}



.help-icon {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: #fff;

  border-radius: 50%;

  color: #191825;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 32px;

  height: 73px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin: 0 auto 0;

  width: 73px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.help-icon:hover {

  background-color: var(--theme-color2);

  color: var(--theme-color2-text-color);

}



.help-title {

  font-size: 38px;

  color: #fff;

  line-height: 40px;

  margin-bottom: 21px;

}



.help-contact {

  position: relative;

  display: block;

  margin-top: 21px;

}

.help-contact p {

  font-size: 14px;

  color: #fff;

  margin: 0;

  line-height: 32px;

  font-weight: 600;

  opacity: 0.7;

}

.help-contact a {

  font-size:26px;

  color: #fff;

  font-weight: 600;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.help-contact a:hover {

  color: #000;

}



/*--------------------------------------------------------------

# Project Details

--------------------------------------------------------------*/

.project-details__img {

  position: relative;

  display: block;

  border-radius: 10px;

  overflow: hidden;

  -o-object-fit: cover;

     object-fit: cover;

  -o-object-position: center center;

     object-position: center center;

  border-radius: 10px 10px 10px 10px;

  margin-bottom: 40px;

}

.project-details__img img {

  width: 100%;

  border-radius: 10px;

}



.project-details__content {

  position: relative;

  display: block;

}

.project-details__content .title {

  margin-top: 50px;

  font-weight: 500;

}

.project-details__content .text {

  color: #8f8c94;

}

.project-details__content .project-title-big-title {

  font-weight: 500;

}

@media (max-width: 1199.98px) {

  .project-details__content .project-title-big-title {

    font-size: 40px;

    line-height: 60px;

  }

}

.project-details__content .feature-list {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 30px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

@media (max-width: 575.98px) {

  .project-details__content .feature-list {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    gap: 0;

  }

}

.project-details__content .feature-list ul {

  max-width: 45%;

  width: 100%;

}

@media (max-width: 575.98px) {

  .project-details__content .feature-list ul {

    max-width: -webkit-max-content;

    max-width: -moz-max-content;

    max-width: max-content;

  }

}

.project-details__content .feature-list ul li {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: var(--theme-color2);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 16px;

  gap: 10px;

  margin-bottom: 10px;

}

.project-details__content .feature-list ul li .icon {

  color: #01553e;

}



.project-details__content-left {

  display: block;

  margin-top: 31px;

  position: relative;

}



.project-details__content-right {

  display: block;

  margin-top: 40px;

  position: relative;

}



.project-details__details-box {

  position: relative;

}



.project-details__details-list {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border-bottom: 1px solid rgba(0, 0, 0, 0.17);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 30px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  position: relative;

}

@media (max-width: 991.98px) {

  .project-details__details-list {

    border: none;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

  }

}

@media (max-width: 575.98px) {

  .project-details__details-list {

    gap: 0;

  }

}

.project-details__details-list li {

  position: relative;

  display: block;

  padding: 12px 0;

  max-width: 25%;

  width: 100%;

  margin-bottom: 40px;

}

@media (max-width: 991.98px) {

  .project-details__details-list li {

    max-width: 45%;

    margin-bottom: 0;

  }

}

@media (max-width: 575.98px) {

  .project-details__details-list li {

    max-width: 100%;

  }

}

.project-details__details-list li:after {

  position: absolute;

  top: 0;

  right: 50px;

  width: 1px;

  height: 88px;

  content: "";

  background-color: rgba(0, 0, 0, 0.17);

}

@media (max-width: 1199.98px) {

  .project-details__details-list li:after {

    display: none;

  }

}

.project-details__details-list li:last-child:after {

  display: none;

}



.project-details__client {

  font-size: 16px;

  line-height: 24px;

  margin-bottom: 10px;

}



.project-details__name {

  font-size: 20px;

  line-height: 24px;

  font-weight: 500;

}



.project-details__social {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.project-details__social a {

  position: relative;

  height: 40px;

  width: 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;

  background-color: var(--theme-color3);

  color: var(--text-color-bg-theme-color3);

  font-size: 15px;

  border-radius: 50%;

  overflow: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 1;

}

.project-details__social a:hover {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}

.project-details__social a + a {

  margin-left: 10px;

}



.project-details__pagination-box {

  position: relative;

  display: block;

  text-align: center;

  border-top: 1px solid #ece9e0;

  border-bottom: 1px solid #ece9e0;

  padding: 30px 0;

  margin-top: 117px;

}



.project-details__pagination {

  position: relative;

  display: block;

}

.project-details__pagination li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.project-details__pagination li a {

  font-size: 14px;

  color: #757873;

  font-weight: 400;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.project-details__pagination li a:hover {

  color: var(--theme-color3);

}

.project-details__pagination li a:hover i {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

  border: 2px solid #01553e;

}

.project-details__pagination li .content {

  position: relative;

  display: block;

}

.project-details__pagination li.next {

  float: left;

  position: relative;

}

.project-details__pagination li.next i {

  position: relative;

  height: 52px;

  width: 52px;

  border: 2px solid #0e2207;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  border-radius: 50%;

  color: #0e2207;

  font-size: 16px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  margin-right: 20px;

  z-index: 1;

}

.project-details__pagination li.next .content {

  text-align: left;

}

.project-details__pagination li.previous {

  position: relative;

  float: right;

}

.project-details__pagination li.previous i {

  position: relative;

  height: 52px;

  width: 52px;

  border: 2px solid #0e2207;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  border-radius: 50%;

  color: #0e2207;

  font-size: 16px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  margin-left: 20px;

  z-index: 1;

}

.project-details__pagination li.previous .content {

  text-align: right;

}



/***



====================================================================

    Blog Details

====================================================================



***/

.blog-details {

  display: block;

  position: relative;

}

.blog-details .theme-btn {

  background-color: var(--theme-color2);

  color: var(--theme-color2-text-color);

}

.blog-details .theme-btn:before {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}



.blog-details__left {

  position: relative;

  display: block;

}



.blog-details__img {

  position: relative;

  display: block;

  border-radius: 10px;

}

.blog-details__img img {

  width: 100%;

  border-radius: 10px;

}



.blog-details__date {

  position: absolute;

  bottom: 0;

  right: 0;

  background-color: var(--theme-color2);

  text-align: center;

  padding: 21px 24px 20px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border-bottom-right-radius: 10px;

  border-top-left-radius: 10px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

.blog-details__date .day {

  font-size: 16px;

  color: #fff;

  font-weight: var(--body-font-weight-bold);

  line-height: 16px;

}

.blog-details__date .month {

  position: relative;

  display: block;

  font-size: 10px;

  font-weight: var(--body-font-weight-bold);

  color: #fff;

  line-height: 12px;

  text-transform: uppercase;

}



.blog-details__content {

  position: relative;

  display: block;

  margin-top: 22px;

}



.blog-details__meta {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.blog-details__meta li + li {

  margin-left: 18px;

}

.blog-details__meta li a {

  font-size: 15px;

  color: #777;

  font-weight: 500;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.blog-details__meta li a:hover {

  color: var(--theme-color2);

}

.blog-details__meta li a i {

  color: var(--theme-color2);

  margin-right: 6px;

}



.blog-details__title {

  font-size: 30px;

  line-height: 40px;

  margin-top: 12px;

  margin-bottom: 21px;

  font-weight: var(--body-font-weight-bold);

}



.blog-details__bottom {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 30px 0 30px;

  margin-top: 49px;

  border-top: 1px solid #ece9e0;

}

@media only screen and (max-width: 767px) {

  .blog-details__bottom {

    gap: 30px;

  }

}

.blog-details__bottom p {

  margin: 0;

}



.blog-details__tags span {

  color: #0e2207;

  font-size: 20px;

  margin-right: 14px;

  font-weight: var(--body-font-weight-bold);

}

.blog-details__tags a {

  position: relative;

  font-size: 12px;

  background-color: var(--theme-color2);

  color: #fff;

  display: inline-block;

  padding: 5px 30px 5px;

  font-weight: var(--body-font-weight-bold);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border-radius: 35px;

}

.blog-details__tags a:hover {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

  text-decoration: none;

}

.blog-details__tags a + a {

  margin-left: 6px;

}



.blog-details__social-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.blog-details__social-list a {

  position: relative;

  height: 43px;

  width: 43px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;

  background-color: var(--theme-color2);

  color: var(--theme-color2-text-color);

  font-size: 15px;

  border-radius: 50%;

  overflow: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 1;

}

.blog-details__social-list a:hover {

  color: var(--theme-color1-text-color);

}

.blog-details__social-list a:hover:after {

  opacity: 1;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);

}

.blog-details__social-list a:after {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  background-color: #01553e;

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

  -webkit-transition-timing-function: ease-in-out;

  transition-timing-function: ease-in-out;

  -webkit-transition-duration: 0.4s;

  transition-duration: 0.4s;

  -webkit-transition-property: all;

  transition-property: all;

  opacity: 1;

  -webkit-transform-origin: top;

  transform-origin: top;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  z-index: -1;

}

.blog-details__social-list a + a {

  margin-left: 10px;

}



.blog-details__pagenation-box {

  position: relative;

  display: block;

  overflow: hidden;

  margin-bottom: 53px;

}



.blog-details__pagenation {

  position: relative;

  display: block;

}

.blog-details__pagenation li {

  position: relative;

  float: left;

  font-size: 20px;

  color: #0e2207;

  font-weight: var(--body-font-weight-bold);

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-light-background);

  line-height: 30px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  max-width: 370px;

  width: 100%;

  padding-left: 60px;

  padding-right: 60px;

  padding-top: 52px;

  padding-bottom: 52px;

  border-radius: 10px;

}

.blog-details__pagenation li:hover {

  background-color: var(--theme-color2);

  color: var(--text-color-bg-theme-color2);

}

.blog-details__pagenation li + li {

  margin-left: 30px;

}



/* Nav Links */

.nav-links {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin-bottom: 53px;

}

@media only screen and (max-width: 767px) {

  .nav-links {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    gap: 20px;

  }

}

.nav-links .prev {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 100%;

  width: calc(50% - 15px);

  margin-right: 30px;

}

@media only screen and (max-width: 767px) {

  .nav-links .prev {

    width: 100%;

  }

}

.nav-links .prev .thumb {

  margin-right: 20px;

}

.nav-links .next {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 100%;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

      -ms-flex-direction: row-reverse;

          flex-direction: row-reverse;

  width: calc(50% - 15px);

}

@media only screen and (max-width: 767px) {

  .nav-links .next {

    width: 100%;

  }

}

.nav-links .next .thumb {

  margin-left: 20px;

}

.nav-links > div {

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.nav-links > div .thumb {

  display: inline-block;

  min-width: 60px;

  width: 60px;

  height: 60px;

  overflow: hidden;

}

.nav-links > div .thumb a {

  display: inline-block;

}

.nav-links > div > a {

  display: inline-block;

  word-wrap: break-word;

  white-space: -moz-pre-wrap;

  white-space: pre-wrap;

  font-size: 20px;

  line-height: 1.637;

  font-weight: var(--body-font-weight-bold);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-color-silver);

  padding: 52px 50px;

  border-radius: 10px;

  width: 100%;

}

@media only screen and (max-width: 767px) {

  .nav-links > div > a {

    padding: 30px;

  }

}

.nav-links > div > a:hover {

  color: #fff;

  background-color: var(--theme-color2);

}



.room-heading {

  position: relative;

}

.room-heading .title {

  line-height: 1;

  margin-top: 0;

}

.room-heading .kodelisting-room-basic-info {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin: 10px 0 30px;

}

@media (max-width: 575.98px) {

  .room-heading .kodelisting-room-basic-info {

    display: inline-block;

  }

}

.room-heading .kodelisting-room-basic-info li {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  line-height: 28px;

  padding: 5px 0;

  margin-right: 30px;

}

.room-heading .kodelisting-room-basic-info li i {

  color: var(--theme-color2);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 25px;

  margin-right: 10px;

}

.room-heading .kodelisting-room-basic-info li .csrbi-text {

  font-size: 14px;

  white-space: nowrap;

}



.kodelisting-room-booking {

  background-color: var(--theme-color-white);

  position: relative;

}

.kodelisting-room-booking .kodelisting-room-booking-wrap {

  background: transparent;

  border-radius: 8px;

  border: 1px solid var(--theme-color2);

  padding: 50px 45px 55px;

  -webkit-transition: opacity 0.3s;

  transition: opacity 0.3s;

}

@media (max-width: 575.98px) {

  .kodelisting-room-booking .kodelisting-room-booking-wrap {

    padding: 40px 15px;

  }

}

.kodelisting-room-booking .room-booking-title {

  margin-bottom: 32px;

}

.kodelisting-room-booking .room-booking-title .title {

  font-size: 24px;

  font-size: 1.875rem;

  line-height: 1.2;

  margin: 0;

}

.kodelisting-room-booking .room-booking-title .base-price {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 500;

}

.kodelisting-room-booking .reservation-form .checkbox-row {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  cursor: pointer;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  max-width: 400px;

  padding: 10px 0;

  -webkit-transition: border-color 0.2s ease;

  transition: border-color 0.2s ease;

}

.kodelisting-room-booking .reservation-form {

  /* Hide default checkbox */

}

.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {

  -moz-appearance: none;

       appearance: none;

  -webkit-appearance: none;

  width: 17px;

  height: 17px;

  border: 1px solid rgba(var(--theme-color2-rgb), 0.3);

  background-color: var(--theme-color-white);

  cursor: pointer;

  display: inline-block;

  vertical-align: middle;

  margin-right: 10px;

  position: relative;

}

.kodelisting-room-booking .reservation-form {

  /* Checked style */

}

.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {

  content: "";

  position: absolute;

  top: 3px;

  left: 3px;

  width: 9px;

  height: 9px;

  background-color: var(--theme-color2); /* brownish color */

}

.kodelisting-room-booking .reservation-form .checkbox-label {

  color: var(--text-color);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.kodelisting-room-booking .reservation-form .checkbox-price {

  color: var(--text-color);

  font-size: 14px;

}

.kodelisting-room-booking .reservation-form .total-base-price .summary {

  padding: 15px 0;

}

.kodelisting-room-booking .reservation-form .total-base-price .price-content {

  color: var(--text-color);

  border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);

  border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);

  padding-bottom: 5px;

  padding-top: 8px;

}

.kodelisting-room-booking .reservation-form .total-base-price .price-content .label {

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 14px;

}

.kodelisting-room-booking .reservation-form .total-base-price .price-content i {

  font-size: 12px;

  border: 1px solid #ccc;

  border-radius: 50%;

  cursor: pointer;

  height: 16px;

  font-style: normal;

  line-height: 16px;

  margin-left: 5px;

  text-align: center;

  width: 16px;

}

.kodelisting-room-booking .reservation-form .total-base-price .price-content .amount {

  font-size: 14px;

}

.kodelisting-room-booking .reservation-form .total-base-price .total {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-weight: bold;

  font-size: 16px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin-top: 10px;

}

.kodelisting-room-booking .reservation-form .btn-style-one {

  background-color: var(--theme-color2);

  color: var(--theme-color-white);

}

.kodelisting-room-booking .reservation-form .btn-style-one:hover {

  color: var(--theme-color-dark);

}

.kodelisting-room-booking .reservation-form .btn-style-one:before {

  background: #01553e;

}

.kodelisting-room-booking .form-select,

.kodelisting-room-booking .form-control {

  background: none;

  border-color: rgba(var(--theme-color2-rgb), 0.3);

  border-style: solid;

  border-width: 1px;

  border-radius: 0;

  color: var(--text-color);

  font-size: 0.875rem;

  height: 48px;

  line-height: 35px;

}

.kodelisting-room-booking .form-select::-webkit-input-placeholder, .kodelisting-room-booking .form-control::-webkit-input-placeholder {

  font-size: 14px;

  color: #000;

}

.kodelisting-room-booking .form-select::-moz-placeholder, .kodelisting-room-booking .form-control::-moz-placeholder {

  font-size: 14px;

  color: #000;

}

.kodelisting-room-booking .form-select:-ms-input-placeholder, .kodelisting-room-booking .form-control:-ms-input-placeholder {

  font-size: 14px;

  color: #000;

}

.kodelisting-room-booking .form-select::-ms-input-placeholder, .kodelisting-room-booking .form-control::-ms-input-placeholder {

  font-size: 14px;

  color: #000;

}

.kodelisting-room-booking .form-select::placeholder,

.kodelisting-room-booking .form-control::placeholder {

  font-size: 14px;

  color: #000;

}

.kodelisting-room-booking .form-select:focus {

  -webkit-box-shadow: none;

          box-shadow: none;

  outline: none;

}

.kodelisting-room-booking .nice-select::before {

  top: 6px;

}



/*** 



====================================================================

Sidebar

====================================================================



***/

@media (max-width: 991px) {

  .sidebar {

    margin-top: 50px;

  }

}

.sidebar__single + .sidebar__single {

  margin-top: 30px;

}



.sidebar__title {

  margin: 0;

  font-size: 20px;

  margin-bottom: 5px;

  font-weight: var(--h4-font-weight);

}



.sidebar__search {

  position: relative;

  display: block;

}



.sidebar__search-form {

  position: relative;

}

.sidebar__search-form input[type=search] {

  display: block;

  border: none;

  outline: none;

  background-color: var(--theme-color2);

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  padding-left: 50px;

  height: 74px;

  width: 100%;

  padding-right: 80px;

  border-radius: 10px;

}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {

  color: var(--theme-color1-text-color);

  opacity: 1;

}

.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {

  color: var(--theme-color1-text-color);

  opacity: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__search-form input[type=search] {

    padding-left: 30px;

  }

}

.sidebar__search-form button[type=submit] {

  background-color: transparent;

  color: #fff;

  font-size: 22px;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  width: 72px;

  outline: none;

  border: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0;

}

@media only screen and (max-width: 767px) {

  .sidebar__search-form button[type=submit] {

    width: 42px;

  }

}



.sidebar__post {

  position: relative;

  display: block;

  padding: 46px 30px 30px;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-color-silver);

  border-radius: 10px;

  overflow: hidden;

  z-index: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__post {

    padding: 30px;

  }

}

.sidebar__post .sidebar__title {

  margin-left: 20px;

}

@media only screen and (max-width: 767px) {

  .sidebar__post .sidebar__title {

    margin-left: 0;

  }

}

.sidebar__post .sidebar__post-list {

  margin: 0;

}

.sidebar__post .sidebar__post-list li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 16px 20px 17px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

@media only screen and (max-width: 767px) {

  .sidebar__post .sidebar__post-list li {

    padding: 16px 0;

  }

}

.sidebar__post .sidebar__post-list li:hover {

  background-color: #ffffff;

  border-radius: 10px;

}

.sidebar__post .sidebar__post-list li + li {

  margin-top: 11px;

}

.sidebar__post .sidebar__post-list .sidebar__post-image {

  margin-right: 20px;

  -webkit-box-flex: 70px;

      -ms-flex: 70px 0 0px;

          flex: 70px 0 0;

}

.sidebar__post .sidebar__post-list .sidebar__post-image > img {

  width: 80px;

  border-radius: 10px;

}

.sidebar__post .sidebar__post-list .sidebar__post-content {

  position: relative;

  top: -3px;

}

.sidebar__post .sidebar__post-list .sidebar__post-content .h3 {

  font-size: 18px;

  margin: 0;

  line-height: 26px;

  letter-spacing: 0;

}

.sidebar__post .sidebar__post-list .sidebar__post-content .h3 a {

  color: #0e2207;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  display: block;

  font-size: 16px;

  line-height: 24px;

}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {

  font-size: 14px;

  font-weight: 500;

  color: #757873 !important;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {

  color: var(--theme-color2);

  font-size: 14px;

  padding-right: 3px;

}



.sidebar__category {

  position: relative;

  display: block;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-color-silver);

  border-radius: 10px;

  padding: 45px 30px 38px;

  overflow: hidden;

  z-index: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__category {

    padding: 30px 15px 30px;

  }

}

.sidebar__category .sidebar__title {

  padding-left: 20px;

  margin-bottom: 9px;

}

.sidebar__category-list {

  margin: 0;

}

.sidebar__category-list li + li {

  margin-top: 4px;

}

.sidebar__category-list li a {

  color: #757873;

  font-size: 16px;

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  display: block;

  background: none;

  padding: 12px 20px;

  font-weight: 500;

  border-radius: 10px;

}

.sidebar__category-list li a:hover {

  background-color: rgb(255, 255, 255);

  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

  color: #0e2207;

  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);

}

.sidebar__category-list li a:hover span {

  color: #01553e;

  -webkit-transform: translateY(-50%) scale(1);

  transform: translateY(-50%) scale(1);

}

.sidebar__category-list li a span {

  position: absolute;

  top: 50%;

  right: 20px;

  -webkit-transform: translateY(-50%) scale(0);

  transform: translateY(-50%) scale(0);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  color: var(--theme-color2);

  text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  font-size: 16px;

}

.sidebar__category-list li.active a {

  background-color: rgb(255, 255, 255);

  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

  color: #0e2207;

  border-radius: 10px;

  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);

}

.sidebar__category-list li.active a span {

  -webkit-transform: translateY(-50%) scale(1);

  transform: translateY(-50%) scale(1);

  color: #01553e;

}



.sidebar__tags {

  position: relative;

  display: block;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-color-silver);

  padding: 46px 45px 50px;

  border-radius: 10px;

  overflow: hidden;

  z-index: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__tags {

    padding: 30px;

  }

}

.sidebar__tags .sidebar__title {

  margin-left: 5px;

  margin-bottom: 25px;

}



.sidebar__tags-list {

  margin-top: -10px;

}

.sidebar__tags-list a {

  background: #ffffff;

  border-radius: 30px;

  color: #0e2207;

  display: inline-block;

  font-size: 14px;

  margin-left: 5px;

  padding: 5px 28px 5px;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.sidebar__tags-list a:hover {

  background: #01553e;

  color: var(--theme-color1-text-color);

}

.sidebar__tags-list a + a {

  margin-left: 5px;

  margin-top: 10px;

}



.sidebar__comments {

  background-color: var(--theme-color-silver);

  border-radius: 10px;

  color: var(--theme-light-background-text-color);

  display: block;

  overflow: hidden;

  padding: 46px 50px 43px;

  position: relative;

  z-index: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__comments {

    padding: 30px;

  }

}

.sidebar__comments .sidebar__title {

  margin-bottom: 25px;

}



.sidebar__comments-list {

  position: relative;

  display: block;

}

.sidebar__comments-list li {

  position: relative;

  display: block;

  padding-left: 65px;

}

.sidebar__comments-list li:hover .sidebar__comments-icon {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}

.sidebar__comments-list li + li {

  margin-top: 23px;

}



.sidebar__comments-icon {

  height: 45px;

  width: 45px;

  background-color: var(--theme-color2);

  border-radius: 50%;

  font-size: 15px;

  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}



.sidebar__comments-text-box p {

  font-size: 15px;

  margin: 0;

  line-height: 26px;

  font-weight: 500;

}

.sidebar__comments-text-box p span {

  color: #0e2207;

}

.sidebar__comments-text-box h5 {

  font-size: 15px;

  margin: 0;

  line-height: 26px;

  color: #757873;

  font-weight: 500;

  letter-spacing: 0;

}



/*** 



====================================================================

    Comments

====================================================================



***/

.comment-one .comment-one__title {

  margin-bottom: 30px;

}

.comment-one .comment-one__single {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  border-bottom: 1px solid #ece9e0;

  padding-bottom: 60px;

  margin-bottom: 60px;

  -webkit-box-align: top;

      -ms-flex-align: top;

          align-items: top;

}

@media only screen and (max-width: 767px) {

  .comment-one .comment-one__single {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.comment-one .comment-one__content {

  position: relative;

  margin-left: 45px;

}

@media only screen and (max-width: 767px) {

  .comment-one .comment-one__content {

    margin-top: 20px;

    margin-left: 0;

  }

}

.comment-one .comment-one__content h3 {

  margin: 0;

  font-size: 20px;

  color: var(--theme-black);

  margin-bottom: 24px;

}

.comment-one .comment-one__content p {

  font-size: 16px;

  font-weight: 500;

}

.comment-one .comment-one__btn {

  padding: 5px 30px;

  position: absolute;

  top: 0;

  right: 0;

  font-size: 14px;

}

.comment-one .comment-one__image {

  position: relative;

  display: block;

  border-radius: 50%;

  -webkit-box-flex: 100px;

      -ms-flex: 100px 0 0px;

          flex: 100px 0 0;

}

.comment-one .comment-one__image img {

  border-radius: 50%;

}



.comment-form .comment-form__title {

  margin-top: -7px;

}



/*--------------------------------------------------------------

# Team Details

--------------------------------------------------------------*/

.team-details {

  position: relative;

  display: block;

}



.team-details__top {

  padding: 0 0 120px;

}



.team-details-shape-1 {

  position: absolute;

  bottom: -270px;

  right: 0;

  opacity: 0.5;

  z-index: 2;

}

.team-details-shape-1 img {

  width: auto;

}



.team-details__top-left {

  position: relative;

  display: block;

  margin-right: 20px;

}



.team-details__top-img {

  position: relative;

  display: block;

  border-radius: 30px;

}

.team-details__top-img img {

  width: 100%;

  border-radius: 30px;

}



.team-details__big-text {

  font-size: 80px;

  line-height: 80px;

  text-transform: uppercase;

  color: #eef0f6;

  letter-spacing: 0.35em;

  font-weight: 400;

  position: absolute;

  -webkit-transform: rotate(-90deg);

  transform: rotate(-90deg);

  top: 209px;

  left: -325px;

}



.team-details__top-right {

  position: relative;

  display: block;

  margin-left: 50px;

}

@media only screen and (max-width: 991px) {

  .team-details__top-right {

    margin-top: 70px;

    margin-left: 0;

  }

}



.team-details__top-content {

  position: relative;

  display: block;

  margin-top: -11px;

}



.team-details__top-name {

  font-size: 40px;

  line-height: 50px;

  margin-bottom: 3px;

}



.team-details__top-title {

  font-size: 16px;

  color: var(--theme-color2);

}



.team-details__social {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 20px;

  margin-bottom: 28px;

}

.team-details__social a {

  position: relative;

  height: 40px;

  width: 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;

  background-color: var(--theme-color2);

  color: #fff;

  font-size: 15px;

  border-radius: 50%;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.team-details__social a:hover {

  background-color: #01553e;

  color: var(--theme-color1-text-color);

}

.team-details__social a + a {

  margin-left: 10px;

}



.team-details__top-text-1 {

  color: var(--theme-color2);

  font-size: 30px;

  font-weight: 400;

  line-height: 45px;

  margin-bottom: 30px;

}



.team-details__top-text-2 {

  padding-bottom: 35px;

  padding-top: 23px;

}



.team-details__bottom {

  border-top: 1px solid #e4e5ea;

  display: block;

  padding-top: 110px;

  position: relative;

}



.team-details__bottom-left {

  display: block;

  margin-right: 70px;

  position: relative;

}



.team-details__bottom-left-title {

  font-size: 36px;

  line-height: 46px;

}



.team-details__bottom-left-text {

  padding-top: 30px;

}



.team-details__bottom-right {

  display: block;

  margin-left: 70px;

  margin-top: 1px;

  position: relative;

}

@media only screen and (max-width: 991px) {

  .team-details__bottom-right {

    margin-left: 0;

  }

}



.team-details__progress {

  display: block;

  position: relative;

  width: 100%;

}

.team-details__progress .bar {

  background-color: #eef0f6;

  border-radius: 7px;

  height: 13px;

  margin-bottom: 22px;

  position: relative;

  width: 100%;

}

.team-details__progress .bar-inner {

  background-color: var(--theme-color2);

  border-radius: 7px;

  display: block;

  height: 13px;

  position: relative;

  width: 0px;

  -webkit-transition: all 1500ms ease;

  transition: all 1500ms ease;

}

.team-details__progress .count-text {

  position: absolute;

  right: 0px;

  bottom: 21px;

  color: var(--theme-color2);

  line-height: 24px;

  font-size: 14px;

  text-align: center;

  font-weight: 500;

  opacity: 0;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.team-details__progress .bar-inner.counted .count-text {

  opacity: 1;

}

.team-details__progress .bar.marb-0 {

  margin-bottom: 0;

}



.team-details__progress-single {

  position: relative;

  display: block;

}



.team-details__progress-title {

  font-size: 16px;

  line-height: 28px;

  color: var(--headings-color);

  margin-bottom: 6px;

}



.team-contact-form {

  background-color: #eef0f6;

}

.team-contact-form input[type=text],

.team-contact-form input[type=email] {

  background-color: #fff;

  color: #111;

}

.team-contact-form input[type=text]::-webkit-input-placeholder, .team-contact-form input[type=email]::-webkit-input-placeholder {

  color: #111;

}

.team-contact-form input[type=text]::-moz-placeholder, .team-contact-form input[type=email]::-moz-placeholder {

  color: #111;

}

.team-contact-form input[type=text]:-ms-input-placeholder, .team-contact-form input[type=email]:-ms-input-placeholder {

  color: #111;

}

.team-contact-form input[type=text]::-ms-input-placeholder, .team-contact-form input[type=email]::-ms-input-placeholder {

  color: #111;

}

.team-contact-form input[type=text]::placeholder,

.team-contact-form input[type=email]::placeholder {

  color: #111;

}

.team-contact-form textarea {

  background-color: #fff;

  height: 180px;

}

.team-contact-form textarea::-webkit-input-placeholder {

  color: #111;

}

.team-contact-form textarea::-moz-placeholder {

  color: #111;

}

.team-contact-form textarea:-ms-input-placeholder {

  color: #111;

}

.team-contact-form textarea::-ms-input-placeholder {

  color: #111;

}

.team-contact-form textarea::placeholder {

  color: #111;

}

.team-contact-form .sec-title .sub-title {

  color: var(--text-color);

}

.team-contact-form .sec-title .section-title__title {

  color: var(--headings-color);

}

.fullscreen-bg {

    position:relative;

    overflow: hidden;

    z-index: 999; height:550px

}



.fullscreen-bg__video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



@media (min-aspect-ratio: 16/9) {

    .fullscreen-bg__video {

        height: 300%;

        top: -100%;

    }

}



@media (max-aspect-ratio: 16/9) {

    .fullscreen-bg__video {

        width: 300%;

        left: -100%;

    }

}



@media (max-width: 767px) {

    .fullscreen-bg {

    }



    .fullscreen-bg__video {

    }

}



@media only screen and (max-width: 480px)

{

	.fullscreen-bg{height:350px !important}

	.ds{display:none !important}

	.hero-section{margin-top:100px !important}

	.hero-1 .hero-content{padding:50px 30px}

	.hero-1 .hero-title{font-size:clamp(30px, 4.25vw, 30px)}

	.tabs-box .tab-buttons .tab-btn{font-size:15px; padding:14px 0}

	.hero-section{height:371px}

}







ul.social-links.d-flex li {

    padding: 0px 14px;

}









.video-hero-section{

    position:relative;

    overflow:hidden;

    min-height:700px;

    display:flex;

    align-items:center;

}



.bg-video{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    object-fit:cover;

    z-index:1;

}



.video-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(

        to right,

        rgba(0, 0, 0, 0.75) 0%,

        rgba(0, 0, 0, 0.50) 50%,

        rgba(0, 0, 0, 0.15) 100%

    );

    z-index: 2;

}

.video-hero-section .container{

    position:relative;

    z-index:3;

}



.hero-content{

    color:#fff;

}

.hero-tagline {

    display: inline-block;

    background: #dd1327;

    padding: 8px 20px;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 20px;

    color: #ffffff;

}



.hero-content h2 {

    font-size: 47px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 20px;

    color: white;

}



.hero-content p{

    font-size:18px;

    line-height:1.8;

    color:#f1f1f1;

    max-width:700px;

    margin-bottom:30px;

}



.hero-btn {

    display: inline-block;

    padding: 14px 35px;

    background: #01553e;

    color: #fff;

    text-decoration: none;

    border-radius: 50px;

    font-weight: 600;

    transition: .3s;

}



.hero-btn:hover{

    background:#fff;

    color:#111;

}



.contact-box{

    background:rgba(255,255,255,0.12);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,0.2);

    padding:40px 30px;

    border-radius:15px;

    text-align:center;

    color:#fff;

}



.contact-box span{

    display:block;

    margin-bottom:10px;

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:2px;

}



.contact-box h3 {

    margin-bottom: 7px;

    font-size: 20px;

    color: white;

}

.contact-box a {

    color: #ffffff;

    text-decoration: none;

    font-size: 32px;

    font-weight: 700;

}



@media (max-width:991px){



    .video-hero-section{

        min-height:auto;

        padding:100px 0;

    }



    .hero-content{

        text-align:center;

        margin-bottom:30px;

    }



    .hero-content h2{

        font-size:42px;

    }

}



@media (max-width:576px){



    .hero-content h2{

        font-size:30px;

    }



    .hero-content p{

        font-size:15px;

    }



    .contact-box a{

        font-size:24px;

    }

}







.hero-content {

    padding-top: 198px;

}







.contact-box.jkl {

    margin-top: 305px;

}



@media (max-width: 767px) {



.contact-box.jkl {

    margin-top: 0px;

}



}









.contact-box.jkl span {

    color: #fdd901;

    font-weight: 600;

}









strong.srrong-banner {

    font-weight: 700;

    color: white;

    font-size: 21px;

    letter-spacing: 2px;

}







.stats-section{

    background:#ffffff;

    padding:70px 0;

}



.section-heading span{

    color:#C7A56A;

 

    letter-spacing:2px;

    font-size:14px;

    font-weight:600;

}



.section-heading h2 {

    font-size: 44px;

    font-weight: 600;

    color: #111;

    margin: 15px 0;

}

span.topp {

    font-size: 44px;

    font-weight: 700;

    color: #f5172d;

    margin: 15px 0;

    background-color: #0a0a0a0f;

    padding: 0px 25px;

}

.section-heading p {







}



.stat-box{

    text-align:center;

    padding:30px 2px;

    border-right:1px solid #e5e5e5;

}



.stat-box h3 {

    font-size: 44px;

    font-weight: 600;

    color: #1a1a1a;

    margin-bottom: 10px;

}





@media(max-width:991px){



    .stat-box{

        border-right:none;

        border:1px solid #eee;

        border-radius:12px;

    }



    .section-heading h2{

        font-size:38px;

    }



    .stat-box h3{

        font-size:42px;

    }



}







/* ==========================================

   VINEET WADEHRA FOUNDER SECTION

========================================== */



.vw-founder-section {

    position: relative;

    padding: 60px 0;

    background: #efeee3;

    overflow: hidden;

}







.vw-founder-section::before{

    content:'';

    position:absolute;

    top:0;

    right:0;

    width:50%;

    height:100%;

    background:url('img/building-sketch.png');

    background-size:contain;

    background-repeat:no-repeat;

    background-position:center right;

    opacity:.05;

    pointer-events:none;

}



.vw-founder-image-wrap{

    position:relative;

    overflow:hidden;

    border-radius:25px;

}



.vw-founder-image-wrap img{

    width:100%;

    border-radius:25px;

}



.vw-founder-badge {

    position: absolute;

    bottom: 25px;

    left: 25px;

    background: #feda00;

    color: #000000;

    padding: 12px 25px;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 600;

}



.vw-founder-subtitle {

    color: #ceac6f;

    letter-spacing: 3px;

    font-size: 14px;

    font-weight: 700;

}

.vw-founder-title {

    font-size: 40px;

    font-weight: 800;

    color: #000000;

    /* margin-top: 15px; */

    /* margin-bottom: 10px; */

}



.vw-founder-designation {

    color: #2e2e2d;

    margin-bottom: 14px;

    font-weight: 500;

}





.vw-founder-stat-card {

    background: #01553e;

    padding: 10px 25px;

    border-radius: 15px;

    border: 1px solid #ededed;

    height: 100%;

    transition: .3s;

}



.vw-founder-stat-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}



.vw-founder-stat-card h3 {

    font-size: 27px;

    color: #fdd901;

    font-weight: 800;

    margin-bottom: 8px;

}

.vw-founder-stat-card p {

    margin: 0;

    color: #ffffff;

    line-height: 1.6;

}



.vw-founder-video-btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    background: #feda00;

    color: #000000;

    text-decoration: none;

    padding: 16px 35px;

    border-radius: 60px;

    font-weight: 600;

    transition: .3s;

}



.vw-founder-video-btn:hover{

    background:#0d1625;

    color:#fff;

}



.vw-founder-video-btn i{

    font-size:20px;

}



.vw-founder-quote-wrap {

    margin-top: 50px;

    text-align: center;

    max-width: 950px;

    margin-left: auto;

    margin-right: auto;

    position: relative;

}



.vw-founder-quote-icon {

    font-size: 50px;

    color: #fcd800;

    margin-bottom: 25px;

}

.vw-founder-quote {

    font-size: 22px;

    line-height: 1.8;

    font-weight: 300;

    color: #000000;

    margin-bottom: 25px;

}



.vw-founder-author {

    font-size: 18px;

    font-weight: 700;

    color: #000000;

    letter-spacing: 1px;

}



/* ==========================================

   MOBILE

========================================== */



@media(max-width:991px){



    .vw-founder-section{

        padding:80px 0;

    }



    .vw-founder-title{

        font-size:42px;

    }



    .vw-founder-quote{

        font-size:22px;

    }



}



@media(max-width:767px){



    .vw-founder-title{

        font-size:34px;

    }



    .vw-founder-description{

        font-size:16px;

    }



    .vw-founder-quote{

        font-size:20px;

        line-height:1.7;

    }



    .vw-founder-badge{

        position:relative;

        left:auto;

        bottom:auto;

        margin-top:15px;

        display:inline-block;

    }



}







.stat-icon {

    width: 70px;

    height: 70px;

    margin: 0 auto 20px;

    border: 1px solid rgb(0 0 0);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.stat-icon i {

    font-size: 30px;

    color: #000;

}



p.h6class {

    padding: 4px 0px;

    font-size: 22px;

    font-weight: 300;

    margin-bottom: 8px;

}



.tr-video-testimonials-section {

    padding: 100px 0;

    background: #efeee3;

}



.tr-section-subtitle{

    color:#d4af37;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

}



.tr-section-title{

    font-size:52px;

    font-weight:800;

    color:#0d1625;

    margin:15px 0;

}



.tr-video-box{

    position:relative;

    overflow:hidden;

    border-radius:20px;

}



.tr-video-box img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.5s;

}



.tr-video-box:hover img{

    transform:scale(1.08);

}



.tr-play-btn{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:80px;

    height:80px;

    background:#feda00;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

}



.tr-play-btn i{

    color:#fff;

    font-size:28px;

    margin-left:4px;

}



.tr-play-btn:before{

    content:'';

    position:absolute;

    width:110px;

    height:110px;

    border:2px solid rgba(255,255,255,.5);

    border-radius:50%;

    animation:pulse 2s infinite;

}



@keyframes pulse{



    0%{

        transform:scale(.8);

        opacity:1;

    }



    100%{

        transform:scale(1.3);

        opacity:0;

    }



}

.tr-team-content.jkl {

    background-color: #efeee3;

    padding: 70px 60px;

}







.tr-final-cta-section {

    padding: 70px 0;

    background: #01553e;

    position: relative;

    overflow: hidden;

}

.tr-final-cta-section::before{

    content:"";

    position:absolute;

    top:-100px;

    right:-100px;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(255,255,255,0.03);

}



.tr-final-cta-box {

    text-align: center;

    max-width: 100%;

    margin: auto;

    position: relative;

    z-index: 2;

}



.tr-final-cta-tagline {

    display: inline-block;

    padding: 10px 22px;

    background: rgb(253 216 2);

    color: #000000;

    border-radius: 50px;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 25px;

}



.tr-final-cta-title{

    color:#fff;

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:25px;

}



.tr-final-cta-text{

    color:rgba(255,255,255,0.8);

    font-size:18px;

    line-height:1.9;

    max-width:750px;

    margin:0 auto 40px;

}



.tr-final-cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}



.tr-btn-primary,

.tr-btn-secondary{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:18px 35px;

    border-radius:60px;

    font-weight:600;

    text-decoration:none;

    transition:.4s;

}



.tr-btn-primary{

    background:#00b67a;

    color:#fff;

}



.tr-btn-primary:hover{

    transform:translateY(-3px);

    color:#fff;

}



.tr-btn-secondary{

    background:#fff;

    color:#111827;

}



.tr-btn-secondary:hover{

    transform:translateY(-3px);

    color:#111827;

}



@media(max-width:991px){



    .tr-final-cta-title{

        font-size:42px;

    }



}



@media(max-width:767px){



    .tr-final-cta-section{

        padding:80px 0;

    }



    .tr-final-cta-title{

        font-size:32px;

    }



    .tr-final-cta-text{

        font-size:16px;

    }



    .tr-btn-primary,

    .tr-btn-secondary{

        width:100%;

        justify-content:center;

    }



}













.mr--500{

  margin-left: 40px;

}



.carousel-item{

    position: relative;

}



.carousel-item::before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,0.55);

    z-index: 1;

    pointer-events: none; /* Important */

}



.carousel-caption{

    z-index: 2;

    text-align: left !important;

}



.carousel-control-prev,

.carousel-control-next,

.carousel-indicators{

    z-index: 10;

}





 



/* Dark Overlay */

.carousel-item::before {

    content: "";

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.55);

    z-index: 1;

}



/* Caption */

.carousel-caption {

    position: absolute;

    top: 0;

    left: 0 !important;

    right: 0;

    bottom: 0;

    z-index: 2;

    text-align: left !important;

    padding: 0;

}





.carousel-item::before{

    content: "";

    position: absolute;

    inset: 0;

    background: rgba(0,0,0,0.55);

    z-index: 1;

}



.carousel-caption{

    position: absolute;

    inset: 0;

    z-index: 2;

    padding: 0;

    text-align: left !important;

}



.hero-content{

    text-align: left;

}



.hero-content h2,

.hero-content p,

.hero-content span{

    text-align: left;

}











/* Active Slide Animation */

.carousel-item.active .hero-tagline{

    animation: fadeLeft 0.8s ease forwards;

}



.carousel-item.active h2{

    animation: fadeLeft 1s ease forwards;

    animation-delay: .3s;

}



.carousel-item.active p{

    animation: fadeLeft 1s ease forwards;

    animation-delay: .6s;

}









.carousel-item.active .contact-box{

    animation: fadeRight 1s ease forwards;

    animation-delay: .6s;

}



/* Keyframes */

@keyframes fadeLeft{

    from{

        opacity:0;

        transform:translateX(-60px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}



@keyframes fadeRight{

    from{

        opacity:0;

        transform:translateX(60px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}





section.about-us-section {

    padding: 80px 0px;

    background: #F8F8F8;

}

 





h2.about-heding {

    font-size: 35px;

}.legacy-content p {

    text-align: justify;

}



.title-line {

    width: 80px;

    height: 3px;

    background: #fe0000;

    margin-bottom: 35px;

}









.borderrrrr {

  border: 1px solid rgba(214, 199, 161, 0.35);

  border-radius: 14px;



  background: rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(6px);



  box-shadow: 

    0 10px 25px rgba(0, 0, 0, 0.08),

    0 4px 12px rgba(0, 0, 0, 0.05);



  transition: all 0.4s ease;



  position: relative;

  overflow: hidden;



  padding: 14px;

  margin-bottom: 30px;

}





.borderrrrr img {



  border-radius: 14px;





  box-shadow: 

    0 10px 25px rgba(0, 0, 0, 0.08),

    0 4px 12px rgba(0, 0, 0, 0.05);





}









.borderrrrr:hover {

  transform: translateY(-6px);



  border-color: rgba(214, 199, 161, 0.7);



  box-shadow: 

    0 18px 45px rgba(0, 0, 0, 0.15),

    0 8px 20px rgba(214, 199, 161, 0.15);

}











::placeholder {

  color: #000 !important;

  

}



::-ms-input-placeholder { /* Edge 12 -18 */

  color: red;

}







.ssw h2 {

    font-size: 36px;

}







.swa {

    margin-top: -21px;

}















.carousel-caption{

    position:absolute;

    top:0;

    left:0;

    right:0;

    bottom:0;

    z-index:2;

    text-align:left;

}



@media(max-width:767px){



    .carousel-item img{

        height:650px;

        object-fit:cover;

    }



    .min-vh-100{

        min-height:650px !important;

        align-items:center;

    }



    .hero-content{

        padding:0 15px;

        margin-top: 169px;

    }



.ssw h2 {

    font-size: 24px;

    line-height: 32px;

    margin-bottom: 7px;

}









    .hero-tagline{

        font-size:12px;

        padding:8px 14px;

        margin-bottom:15px;

    }



    .hero-content h2{

        font-size:28px;

        line-height:1.2;

        margin-bottom:15px;

    }



    .hero-content p{

        display:block !important;

        font-size:14px;

        line-height:1.7;

        margin-bottom:20px;

    }



    .srrong-banner{

        display:block;

        font-size:16px;

        margin-bottom:8px;

    }



    .btn-style-two{

        display:inline-flex;

    }

} 

















.test-box {

    background-color: #f5f5f5;

    padding: 20px;

    margin-bottom: 43px;

    height: 326px;

    border-radius: 10px;

}







.dd p {

    font-size: 21px;

    font-weight: 700;

}





section.testii {

    padding: 80px 0px;

}









.services-imgg-inn img {

    border-radius: 8px;

    margin-bottom: 27px;

}





.services-details__content h3 {

    font-size: 24px;

}







.services-details__content p {

    text-align: justify;

}.custom-file-upload{

    position: relative;

}



.custom-file-upload input[type="file"] {

    width: 100%;

    height:  60px;

    border: 1px solid #ddd;

    border-radius: 5px;

    cursor: pointer;

    padding: 11px;

   background-color: #fff;

    margin-bottom: 35px;

}

.contact-bg {

    background-color: #000000;

    padding: 40px;

    border-radius: 11px;

}

.custom-file-upload span {

    position: absolute;

    left: 438px;

    top: 30%;

    transform: translateY(-50%);

    color: #040404;

    pointer-events: none;

    font-size: 15px;

    background-color: #efefef;

    padding: 7px 16px;

    border-radius: 4px;

}