@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&amp;family=Manrope:wght@300;400;500;600;700&amp;family=Great+Vibes&amp;display=swap);
@import url(animate.css);
@import url(owl.css);
@import url(jquery.fancybox.min.css);
@import url(linear.css);
@import url(fontawesome.css);
@import url(flaticon.css);
@import url(swiper.min.css);
@import url(tm-bs-mp.css);
@import url(tm-utility-classes.css);
@font-face {
  font-family: "Futura-regular";
  src: url(../fonts/futura-pt/FuturaCyrillicLight.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Dream-Avenue";
  src: url(../fonts/d/FontsFree-Net-Dream-Avenue.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: "Futura-medium";
  src:
    url("../fonts/Futura/Futura Medium/Futura Medium.otf") format("opentype"),
    url("../fonts/Futura/Futura Medium/Futura Medium.otf") format("woff2"),
    url("../fonts/Futura/Futura Medium/Futura Medium.otf") format("woff"),
    url("../fonts/Futura/Futura Medium/Futura Medium.otf") format("eot");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}
:root {
  --light: #c1695f;
  --theme-color1: #ab3629;
  --theme-color-light: #ffffff;
  --theme-color-dark: #000000;
  --theme-color-gray: #f1f1f1;
  --theme-color1: #ab3629;
  --theme-color2: #171c30;
  --theme-color3: #c0893b;
  --theme-color4: #ebf6fc;
  --theme-color5: #577352;
  --theme-color6: #57678c;
  --theme-color7: #c8af6b;
  --theme-color8: #d67a4b;
  --theme-color1-rgb: 177, 28, 65;
  --theme-color2-rgb: 23, 28, 48;
  --theme-color3-rgb: 192, 137, 59;
  --theme-color1-rgb: 235, 246, 252;
  --theme-color2-rgb: 87, 115, 82;
  --theme-color3-rgb: 87, 103, 140;
  --theme-color1-rgb: 200, 175, 107;
  --theme-color2-rgb: 214, 122, 75;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: var(--theme-color4);
  --bg-theme-color5: var(--theme-color5);
  --bg-theme-color6: var(--theme-color6);
  --bg-theme-color7: var(--theme-color7);
  --bg-theme-color8: var(--theme-color8);
  --text-color: #6a6a6a;
  --headings-color: #0f0f0f;
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --text-font: "Futura-regular", sans-serif;
  --title-font: "Futura-medium", serif;
  --script-font: "Great Vibes", cursive;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 88px;
  --h2-font-size: 70px;
  --h3-font-size: 40px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --sec-title-subtitle-font-size: 22px;
  --sec-title-subtitle-color: var(--headings-color);
  --sec-title-subtitle-font-family: var(--title-font);
  --sec-title-subtitle-font-weight: 400;
  --sec-title-subtitle-line-height: var(--line-height-heading);
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --sec-title-line-height: var(--line-height-heading);
  --theme-light-background: #f2f3f5;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1310px;
  --small-container-width: 1000px;
  --large-container-width: 1760px;
  --container-pt: 120px;
  --container-pb: 120px;
}
::-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: #7c858c;
}
::-moz-input-placeholder {
  color: #7c858c;
}
::-ms-input-placeholder {
  color: #7c858c;
}
.script-font-family {
  font-family: var(--script-font);
  font-weight: 400;
}
body {
  background-color: #fff;
  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: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}
p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: 400;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}
h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}
h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}
h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}
h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
  letter-spacing: 0.15px;
}
h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}
h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}
table p {
  margin-bottom: 0;
}
p {
  font-size: 19px;
  color: #000;
}
p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  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 .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);
  }
}
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder,
.input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
}
textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.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 rgb(0 0 0 / 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgb(0 0 0 / 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgb(0 0 0 / 0.1);
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
}
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: 0;
  margin: 0;
}
figure.image {
  margin-bottom: 0;
}
.title a {
  color: inherit;
}
.color1 {
  color: var(--theme-color1);
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 9;
}
.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.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);
}
.bg-pattern-7 {
  background-image: url(../images/icons/pattern-7.png);
}
.bg-pattern-8 {
  background-image: url(../images/icons/pattern-8.png);
}
.bg-pattern-9 {
  background-image: url(../images/icons/pattern-9.png);
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
}
.preloader img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 260px;
  margin-left: -130px;
  margin-top: -130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 260px;
  -webkit-animation: fa-spin 20s infinite linear;
  animation: fa-spin 20s infinite linear;
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: -10px;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "HAZE Artistic Studio";
  -webkit-transition: none;
  transition: none;
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 0.1);
  box-shadow: 0 0 5px rgb(0 0 0 / 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  background: var(--theme-color3);
  color: #fff;
}
.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-color2);
  margin-right: 30px;
  letter-spacing: 0;
}
.list-style-one li i {
  position: relative;
  color: var(--theme-color1);
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
.list-style-one li a {
  display: block;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
}
.list-style-two li:last-child {
  margin-bottom: 0;
}
.list-style-two li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color-dark);
  font-size: 16px;
  border-radius: 50%;
}
.list-style-two.light li {
  color: var(--theme-color-light);
}
.list-style-two.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-style-two.two-column li {
  width: 50%;
}
@media (max-width: 767.98px) {
  .list-style-two.two-column li {
    width: 100%;
  }
}
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-icon-one li {
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-icon-one li:last-child {
  margin-right: 0;
}
.social-icon-one li a {
  position: relative;
  color: var(--theme-color-light);
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-light);
  background-color: #fff0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 9;
}
.social-icon-one li a i {
  position: relative;
}
.social-icon-one li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-dark);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  border-color: var(--bg-theme-color1);
}
.social-icon-one li a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
.social-icon-two li {
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 18.15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background-color: #fff0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 21px 10px rgb(4 4 4 / 0.05);
  box-shadow: 0 21px 10px rgb(4 4 4 / 0.05);
}
.social-icon-two li a i {
  position: relative;
}
.social-icon-two li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-dark);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: var(--theme-color-light);
  border-color: var(--bg-theme-color1);
}
.social-icon-two li a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-radio-box {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--theme-color-dark);
}
.custom-radio-box input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
}
.custom-radio-box .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: var(--theme-color2);
  border-radius: 50%;
}
.custom-radio-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3.5px;
  left: 3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--theme-color-light);
}
.custom-radio-box input ~ .checkmark {
  background-color: #9a9a9a;
}
.custom-radio-box input:checked ~ .checkmark {
  background-color: var(--bg-theme-color3);
}
.custom-radio-box input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio-box-two {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--theme-color-dark);
}
.custom-radio-box-two input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
}
.custom-radio-box-two .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: var(--theme-color2);
  border-radius: 50%;
}
.custom-radio-box-two .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f6e8db;
}
.custom-radio-box-two input ~ .checkmark {
  background-color: #9a9a9a;
}
.custom-radio-box-two input:checked ~ .checkmark {
  background-color: var(--bg-theme-color1);
}
.custom-radio-box-two input:checked ~ .checkmark:after {
  display: block;
}
.play-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.play-btn .icon {
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 25px;
  text-transform: capitalize;
  padding-left: 30px;
  margin-left: -10px;
  color: var(--theme-color2);
  background: var(--theme-color-gray);
  border-radius: 0 22px 22px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn:hover .icon {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}
.play-btn:hover .title {
  background-color: var(--bg-theme-color2);
  color: var(--theme-color-light);
}
.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: 85px;
  width: 85px;
  text-align: center;
  line-height: 85px;
  background-color: #fff;
  color: var(--bg-theme-color2);
  z-index: 1;
  font-size: 18px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgb(255 255 255 / 0.3);
  box-shadow: 0 0 10px 0 rgb(255 255 255 / 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.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 rgb(255 255 255 / 0.6);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  content: "";
}
.play-now .ripple.light {
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.play-now .ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px #fff0;
    box-shadow: 0 0 0 50px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px #fff0;
    box-shadow: 0 0 0 50px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}
.default-tabs .tab-btn {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.05);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-btn:last-child {
  margin-right: 0;
}
.default-tabs .tab-btn.active-btn {
  background: var(--gradient-1);
  color: #fff;
}
.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0;
}
.skills .skill-item .skill-header .skill-title {
  font-weight: 600;
  color: var(--theme-color-dark);
  letter-spacing: 0;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 14px;
  background: #f2f3f6;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 0;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background: var(--bg-theme-color1);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-weight: 400;
  color: #6f7174;
  line-height: 25px;
  margin-bottom: 10px;
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-style-one {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  padding: 17px 45px 13px;
  font-weight: 700;
  overflow: hidden;
  color: var(--theme-color-light);
  background: var(--theme-color1);
  font-family: var(--title-font);
  border-radius: 50px;
  text-transform: capitalize;
}
.btn-style-one i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color2);
  border-radius: inherit;
  -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:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-one:hover {
  color: var(--theme-color-light);
}
.btn-style-one.hover-light:hover {
  color: var(--theme-color1);
}
.btn-style-one.hover-light:before {
  background-color: var(--theme-color-light);
}
.btn-style-one.yellow-bg {
  background-color: var(--bg-theme-color7);
  color: var(--theme-color-light);
  text-transform: capitalize;
  font-weight: 400;
  border: 0;
}
.btn-style-one.yellow-bg:before {
  background-color: var(--bg-theme-color1);
}
.btn-style-one.green-bg {
  background-color: var(--bg-theme-color5);
  color: var(--theme-color-light);
  text-transform: capitalize;
  font-weight: 400;
  border: 0;
}
.btn-style-one.green-bg:hover {
  color: var(--bg-theme-color5);
}
.btn-style-one.green-bg:before {
  background-color: var(--theme-color-light);
}
.btn-style-one.orange-bg {
  background-color: var(--bg-theme-color8);
  color: var(--theme-color-light);
  font-weight: 400;
  border: 0;
  text-transform: none;
  padding: 15px 24px 13px;
  font-family: var(--text-font);
}
.btn-style-one.orange-bg:before {
  background-color: var(--bg-theme-color1);
}
.btn-style-two {
  position: relative;
  line-height: 20px;
  padding: 17px 50px 13px;
  color: var(--theme-color-dark);
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-dark);
  overflow: hidden;
}
.btn-style-two i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color-dark);
  border-radius: inherit;
  -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:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-two:hover {
  color: var(--theme-color-light);
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
}
.btn-style-two.yellow-bg {
  background-color: var(--bg-theme-color7);
  color: var(--theme-color-light);
  text-transform: capitalize;
  font-weight: 400;
  border: 0;
}
.btn-style-two.yellow-bg:before {
  background-color: var(--bg-theme-color1);
}
.btn-style-two.green-bg {
  background-color: var(--bg-theme-color5);
  color: var(--theme-color-light);
  text-transform: capitalize;
  border: 0;
}
.btn-style-two.green-bg:hover {
  color: var(--bg-theme-color5);
}
.btn-style-two.green-bg:before {
  background-color: var(--theme-color-light);
}
.theme-btn.small {
  padding: 10px 30px;
  line-height: 20px;
  font-size: 10px;
}
.theme-btn.large {
  padding: 20px 60px;
  line-height: 25px;
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 0.05);
  box-shadow: 0 5px 40px rgb(0 0 0 / 0.05);
  margin-bottom: 10px;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--title-font);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
}
.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-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: var(--bg-theme-color1);
  color: #fff;
}
.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;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.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: #fff0;
  -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: #fff;
  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 {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: 400;
  background: #fff;
  -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;
}
.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}
.header-top {
  position: relative;
}
.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-right,
.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;
}
.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
  max-height: 70px;
}
.main-header .header-lower {
  position: relative;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0;
  top: 0;
  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;
}
.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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.main-header .main-menu {
  position: static;
}
@media (max-width: 991.98px) {
  .main-header .main-menu {
    display: none;
  }
}
.main-header .main-menu .navbar-header {
  display: none;
}
.main-header .main-menu .navbar-collapse {
  padding: 0;
}
.main-header .main-menu .navigation {
  position: static;
  margin: 0;
}
.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 15px 0;
  margin-right: 47px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 55px;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
  font-family: var(--text-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li.current > a:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 15px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-top: -2px;
  -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: 0;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0;
  background-color: #fff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 0.1);
  box-shadow: 0 0 3px rgb(0 0 0 / 0.1);
  -webkit-box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}
.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: 14px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #fff;
  opacity: 0;
  padding: 10px 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.main-header .ui-btn-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  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:first-child {
  margin-left: 0;
}
.main-header .ui-btn .count {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  background-color: var(--bg-theme-color-dark);
  font-size: 10px;
  border-radius: 50%;
  color: #fff;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}
.info-btn {
  position: relative;
  color: var(--theme-color1);
  padding-left: 65px;
  text-align: left;
  white-space: nowrap;
}
.info-btn .icon {
  position: absolute;
  left: 0;
  top: 7px;
  height: 50px;
  font-size: 40px;
  line-height: 1em;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.info-btn .title {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
  color: var(--theme-color-dark);
}
.info-btn .text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.8px;
  font-family: var(--title-font);
}
.info-btn:hover {
  color: var(--theme-color1);
}
.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-color: var(--bg-theme-color-dark);
}
.header-contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}
.header-contact-list li {
  position: relative;
  padding-left: 50px;
  min-height: 52px;
  margin-left: 35px;
  margin-bottom: 25px;
}
.header-contact-list li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.header-contact-list li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  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;
  border: 1px solid rgb(39 39 47 / 0.1);
  font-size: 18px;
  color: var(--theme-color-dark);
}
.header-contact-list li .title {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-color-dark);
}
.header-contact-list li .text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: var(--theme-color-dark);
}
.header-contact-list li .text a {
  color: var(--theme-color-dark);
  font-weight: 700;
}
.header-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-style-one .main-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-one .main-box .logo {
  padding: 35px 0;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .logo {
    padding: 20px 0;
  }
}
.header-style-one .main-box .nav-outer {
  width: auto;
}
.header-style-one .main-box .nav-outer .navigation > li {
  padding: 20px 0;
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .nav-outer .navigation > li {
    margin-right: 40px;
  }
}
.header-style-one .main-box .nav-outer .navigation > li > a {
  color: var(--theme-color-light);
}
.header-style-one .main-box .outer-box .social-icon-one {
  margin-left: 50px;
}
@media (max-width: 600) {
  .header-style-one .main-box .outer-box .social-icon-one {
    display: none;
  }
}
.header-style-one .main-box .outer-box .social-icon-one a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.header-style-one .main-box .outer-box .toggle-hidden-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .outer-box .toggle-hidden-bar {
    display: none;
  }
}
.header-style-one .main-box .outer-box .toggle-hidden-bar .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  margin: 0 4px;
}
.header-style-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-style-two .main-box {
  padding-top: 30px;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box {
    padding-top: 0;
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.05);
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.05);
  }
}
.header-style-two .main-box .nav-outer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box .nav-outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-style-two .main-box .nav-outer .navigation > li {
  padding: 14px 0;
  margin: 0 23px;
}
.header-style-two .main-box .nav-outer .top-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box .nav-outer .top-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.header-style-two .main-box .nav-outer .top-left .logo {
  padding: 15px 0;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box .nav-outer .top-left .logo {
    display: block;
  }
}
.header-style-two .main-box .nav-outer .top-left .ui-btn {
  margin-left: 0;
  margin-top: 30px;
}
.header-style-two .main-box .nav-outer .top-center {
  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-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box .nav-outer .top-center {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.header-style-two .main-box .nav-outer .top-center .logo {
  padding: 10px 0;
  margin: 0 50px;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box .nav-outer .top-center .logo {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-style-two .main-box .nav-outer .top-center .navigation {
    display: none;
  }
}
.header-style-two .main-box .nav-outer .top-center .mobile-nav-toggler {
  color: var(--theme-color-dark);
}
.header-style-two .main-box .nav-outer .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}
@media (max-width: 1199.98px) {
  .header-style-two .main-box .nav-outer .top-right {
    display: none;
  }
}
.header-style-two .outer-box .social-icon-two a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--theme-color-dark);
  background-color: var(--theme-color-light);
}
.header-style-two .outer-box .social-icon-two a:hover {
  border-color: var(--theme-color1);
}
.header-style-two .toggle-hidden-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header-style-two .toggle-hidden-bar {
    display: none;
  }
}
.header-style-two .toggle-hidden-bar .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-color-dark);
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-two .toggle-hidden-bar:hover .dot {
  background-color: var(--bg-theme-color1);
  margin: 0 7px;
}
.header-style-three {
  position: relative;
}
.header-style-three .header-lower {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.header-style-three .header-lower .main-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-three .header-lower .main-box .logo {
  padding: 35px 0;
}
@media (max-width: 991.98px) {
  .header-style-three .header-lower .main-box .logo {
    padding: 10px 0;
  }
}
.header-style-three .header-lower .main-box .nav-outer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}
@media (max-width: 991.98px) {
  .header-style-three .header-lower .main-box .nav-outer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header-style-three .header-lower .main-box .nav-outer .navigation > li {
  padding: 20px 0;
}
.header-style-three .header-lower .main-box .nav-outer .navigation > li > a {
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .main-box .nav-outer .navigation > li {
    margin-right: 30px;
  }
}
.header-style-three .header-lower .main-box .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar {
    display: none;
  }
}
.header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  margin: 0 3px;
}
.header-style-three .header-lower .main-box .outer-box .social-icon-one {
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .main-box .outer-box .social-icon-one {
    display: none;
  }
}
.header-style-three .header-lower .main-box .outer-box .social-icon-one a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: var(--theme-color-darks);
  background-color: var(--theme-color-light);
}
.header-style-three
  .header-lower
  .main-box
  .outer-box
  .social-icon-one
  a:hover {
  color: var(--theme-color-light);
}
.header-style-four {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .header-style-four {
    padding-top: 0;
    background-color: rgb(0 0 0 / 0.4);
  }
}
.header-style-four .main-box .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .header-style-four .main-box .main-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-style-four .main-box .nav-outer {
  display: block;
}
.header-style-four .main-box .nav-outer .navigation > li {
  padding: 5px 0;
  margin: 0 23px;
}
.header-style-four .main-box .nav-outer .navigation > li > a {
  color: var(--theme-color-light);
}
.header-style-four .main-box .nav-outer .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
}
.header-style-four .main-box .nav-outer .top-left .logo {
  padding: 10px 0;
  display: none;
}
.header-style-four .main-box .nav-outer .top-left .logo img {
  max-height: 50px;
}
@media (max-width: 991.98px) {
  .header-style-four .main-box .nav-outer .top-left .logo {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .header-style-four .main-box .nav-outer .top-left .navigation {
    display: none;
  }
}
.header-style-four .main-box .nav-outer .top-center {
  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;
  width: 20%;
}
@media (max-width: 991.98px) {
  .header-style-four .main-box .nav-outer .top-center {
    display: none;
  }
}
.header-style-four .main-box .nav-outer .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 40%;
}
.header-style-four .main-box .nav-outer .top-right .info-btn {
  padding-left: 30px;
  margin-right: 40px;
}
@media (max-width: 1399.98px) {
  .header-style-four .main-box .nav-outer .top-right .info-btn {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header-style-four .main-box .nav-outer .top-right .info-btn {
    display: none;
  }
}
.header-style-four .main-box .nav-outer .top-right .info-btn .icon {
  color: var(--theme-color-light);
  font-size: 24px;
  line-height: 1em;
}
.header-style-four .main-box .nav-outer .top-right .info-btn span {
  font-family: var(--text-font);
  font-weight: 400;
  color: var(--theme-color-light);
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 1399.98px) {
  .header-style-four .main-box .nav-outer .outer-box .social-icon-two {
    display: none;
  }
}
.header-style-four .main-box .nav-outer .outer-box .social-icon-two a {
  color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff0;
}
.header-style-four .main-box .nav-outer .outer-box .social-icon-two a:before {
  background-color: var(--theme-color6);
}
.header-style-four .main-box .nav-outer .outer-box .social-icon-two a:hover {
  border-color: var(--theme-color6);
}
.header-style-four .main-box .nav-outer .toggle-hidden-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
  margin-left: 0;
}
@media (max-width: 1399.98px) {
  .header-style-four .main-box .nav-outer .toggle-hidden-bar {
    display: none;
  }
}
.header-style-four .main-box .nav-outer .toggle-hidden-bar .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-four .main-box .nav-outer .toggle-hidden-bar:hover .dot {
  background-color: var(--bg-theme-color7);
}
.header-style-five {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-style-five .main-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-five .main-box .logo {
  padding: 25px 0;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .header-style-five .main-box .logo {
    padding: 20px 0;
    max-width: 180px;
  }
}
.header-style-five .main-box .nav-outer {
  width: auto;
}
.header-style-five .main-box .nav-outer .navigation > li {
  padding: 20px 0;
}
@media (max-width: 1199.98px) {
  .header-style-five .main-box .nav-outer .navigation > li {
    margin-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-five .main-box .outer-box .btn-box {
    display: none;
  }
}
.header-style-five .main-box .outer-box .btn-box .theme-btn {
  padding: 15px 28px 13px;
}
.header-style-five .main-box .outer-box .mobile-nav-toggler {
  color: var(--theme-color-dark);
}
.header-style-five .header-lower {
  position: relative;
  text-align: right;
}
@media (max-width: 991.98px) {
  .header-style-five .header-lower {
    display: none;
  }
}
.header-style-five .header-lower .inner-container {
  position: relative;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 5px 10px 5px 40px;
}
.header-style-five .header-lower .inner-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f4ed;
  border-radius: 40px;
}
.header-style-five .header-lower .inner-container .list-style-one li {
  color: #000;
  font-weight: 500;
  margin-right: 40px;
}
.header-style-five .header-lower .inner-container .list-style-one li a {
  color: #000;
  font-weight: 500;
}
.header-style-five .header-lower .inner-container .list-style-one li a:hover {
  color: var(--theme-color8);
}
.header-style-five .header-lower .inner-container .list-style-one i {
  margin-top: -3px;
  color: #000;
  font-size: 24px;
}
.header-style-five
  .header-lower
  .inner-container
  .bottom-right
  .social-icon-two {
  margin-left: 40px;
}
.header-style-five
  .header-lower
  .inner-container
  .bottom-right
  .social-icon-two
  a {
  background-color: var(--theme-color-light);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.header-style-five
  .header-lower
  .inner-container
  .bottom-right
  .social-icon-two
  a:before {
  background-color: var(--bg-theme-color8);
}
.header-style-five
  .header-lower
  .inner-container
  .bottom-right
  .social-icon-two
  a:hover {
  border-color: var(--bg-theme-color8);
}
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0 0;
  z-index: 99999;
  background: var(--light);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
  box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
}
.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  background-color: #251106;
}
.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 100px;
}
.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: 40px;
  padding: 10px 0;
}
.sticky-header .main-menu .navigation > li.logo {
  display: none;
}
.sticky-header .main-menu .navigation > li > a {
  color: var(--bs-white);
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--bs-white);
}
.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}
.sticky-header .mobile-nav-toggler {
  color: var(--theme-color-dark);
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > .mega-menu,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
.main-header .navigation > li.has-mega-menu {
  position: static;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li.has-mega-menu {
    position: relative !important;
  }
}
.main-header .navigation > li > .mega-menu {
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 740px;
  min-width: 600px;
  background-color: var(--theme-color-light);
  padding: 30px 35px 25px;
  top: 100%;
  z-index: 100;
  margin-top: 20px;
  opacity: 0;
  display: none;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    padding: 0px !important;
    background: none !important;
    margin: 0px !important;
    left: 0px !important;
    top: 0px !important;
  }
}
.main-header .navigation > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar h3 {
  position: relative;
  color: var(--theme-color-dark);
}
.main-header .navigation > li > .mega-menu .mega-menu-bar ul {
  position: relative;
  margin-bottom: -1px;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgb(0 0 0 / 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar .column {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column {
    margin-bottom: 0;
  }
}
.main-header
  .navigation
  > li
  > .mega-menu
  .mega-menu-bar
  .column
  > ul
  > li:last-child {
  border: none;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li {
    padding-left: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
    background-color: var(--theme-color-dark);
  }
  .main-header
    .navigation
    > li
    > .mega-menu
    .mega-menu-bar
    .column
    > ul
    > li:first-child {
    border-top: 1px solid rgb(255 255 255 / 0.1);
  }
  .main-header
    .navigation
    > li
    > .mega-menu
    .mega-menu-bar
    .column
    > ul
    > li:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
  }
}
.main-header
  .navigation
  > li
  > .mega-menu
  .mega-menu-bar
  .column
  > ul
  > li
  > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-dark);
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-header
  .navigation
  > li
  > .mega-menu
  .mega-menu-bar
  .column
  > ul
  > li
  > a:hover {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .main-header
    .navigation
    > li
    > .mega-menu
    .mega-menu-bar
    .column
    > ul
    > li
    > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
  }
}
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color-light);
  display: none;
  top: -3px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
@media (max-width: 991.98px) {
  .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: rgb(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: 15px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 0;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgb(255 255 255 / 0.1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s 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: 50px;
}
.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: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--bg-theme-color2);
  padding: 0 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu .contact-list-one {
  padding: 30px 20px 20px;
}
.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 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgb(255 255 255 / 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgb(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 rgb(255 255 255 / 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #fff;
}
.mobile-menu .navigation li.logo {
  display: none;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgb(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 30px 20px;
  width: 100%;
}
.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 40px;
  color: var(--theme-color1);
}
.contact-list-one li .title {
  display: block;
  font-size: 14px;
  color: var(--theme-color-dark);
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
}
.contact-list-one li .text a {
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .text a:hover {
  color: var(--theme-color1);
}
.contact-list-one.light li .icon {
  color: var(--theme-color7);
}
.contact-list-one.light li .text,
.contact-list-one.light li .title {
  color: var(--theme-color-light);
}
.contact-list-one.light li .text a,
.contact-list-one.light li .title a {
  color: var(--theme-color-light);
}
.mobile-menu .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-color2);
  width: 100%;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgb(255 255 255 / 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}
.toggle-hidden-bar {
  position: relative;
}
.hidden-bar {
  position: fixed;
  right: 0;
  top: 0;
  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: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s 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-light);
  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: 20px 30px 15px;
  border-bottom: 1px solid rgb(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: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s 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;
}
.hidden-bar .text-box .title {
  color: var(--theme-color-dark);
}
.hidden-bar .text-box .text {
  color: var(--theme-color-dark);
}
.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s 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-light);
  width: 100%;
  border-top: 1px solid rgb(0 0 0 / 0.1);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgb(0 0 0 / 0.1);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color2);
}
.sec-title {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .sec-title {
    margin-bottom: 40px;
  }
}
.sec-title .sub-title {
  position: relative;
  display: inline-block;
  color: var(--sec-title-subtitle-color);
  font-size: var(--sec-title-subtitle-font-size);
  font-weight: var(--sec-title-subtitle-font-weight);
  line-height: var(--sec-title-subtitle-line-height);
  font-family: var(--sec-title-subtitle-font-family);
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .sec-title .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .sec-title .sub-title {
    font-size: 16px;
  }
}
.sec-title h2 {
  position: relative;
  display: block;
  color: var(--sec-title-color);
  font-size: var(--sec-title-font-size);
  font-weight: var(--sec-title-font-weight);
  line-height: var(--sec-title-line-height);
  font-family: var(--sec-title-font-family);
  margin-bottom: 0;
  text-transform: capitalize;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .sec-title h2 {
    font-size: 54px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title .text {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .sec-title .text br {
    display: none;
  }
}
.sec-title.style-two .sub-title {
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color7);
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.sec-title.style-two h2 {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .sec-title.style-two h2 {
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: 0;
  }
  .sec-title.style-two h2 br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-title.style-two h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .sec-title.style-two .text br {
    display: none;
  }
}
.sec-title.style-three .icon {
  display: inline-block;
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
  margin-bottom: 10px;
}
.sec-title.style-three .sub-title {
  position: relative;
  display: block;
  font-family: var(--text-font);
  font-weight: 800;
  font-size: 16px;
  color: var(--theme-color5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.sec-title.style-three h2 {
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .sec-title.style-three h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
  .sec-title.style-three h2 br {
    display: none;
  }
}
.sec-title.style-four .sub-title {
  position: relative;
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color6);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title.style-four h2 {
  font-size: 60px;
  font-family: var(--title-font);
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .sec-title.style-four h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
  .sec-title.style-four h2 br {
    display: none;
  }
}
.sec-title.style-five .sub-title {
  position: relative;
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color8);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title.style-five h2 {
  font-size: 60px;
  font-family: var(--title-font);
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .sec-title.style-five h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
  .sec-title.style-five h2 br {
    display: none;
  }
}
.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
  color: var(--theme-color-light);
}
.banner-section {
  position: relative;
  padding: 220px 0 0;
  background: url(../images/banner-back-1.jpg);
  background-size: cover;
  width: 100% !important;
}
@media (max-width: 575.98px) {
  .banner-section {
    padding: 200px 0 0;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  .banner-section .bg {
    opacity: 0.2;
  }
}
@media (max-width: 768px) {
  .banner-section {
    min-height: 60vh;
  }
}
@media (max-width: 576px) {
  .banner-section {
    min-height: 45vh;
    background-position: center;
  }
}
.banner-section .content-box {
  position: relative;
  text-align: center;
}
.banner-section .content-box .date {
  position: relative;
  color: var(--theme-color-light);
  font-family: var(--text-font);
  font-weight: 400;
  line-height: 54.13px;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .banner-section .content-box .date {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .date {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
.banner-section .content-box .name {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--theme-color-light);
  font-family: var(--script-font);
  font-weight: 400;
  line-height: 44px;
  font-size: 100px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .banner-section .content-box .name {
    font-size: 72px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .content-box .name {
    font-size: 54px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .name {
    line-height: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.banner-section .content-box .name .icon-heart {
  margin: 0 10px;
}
@media (max-width: 991.98px) {
  .banner-section .content-box .name .icon-heart {
    max-width: 100px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.banner-section .content-box .text {
  position: relative;
  color: #cbcbcb;
  line-height: 40px;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .banner-section .content-box .text {
    font-size: 20px;
    line-height: 1.8em;
  }
}
@media (max-width: 767.98px) {
  .banner-section .content-box .text {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .text br {
    display: none;
  }
}
.banner-section-two {
  position: relative;
  background-color: #fafafa;
  padding: 240px 0 70px;
  background-image: url(../images/icons/overlay2.jpg);
}
@media (max-width: 1199.98px) {
  .banner-section-two {
    padding-top: 200px;
  }
}
.banner-section-two .icon-flowers-1 {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 238px;
  height: 500px;
  background-image: url(../images/banner/icon-flowers-1.png);
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .banner-section-two .icon-flowers-1 {
    opacity: 0.3;
  }
}
.banner-section-two .icon-flowers-2 {
  position: absolute;
  top: 10px;
  right: 0;
  width: 261px;
  height: 612px;
  background-image: url(../images/banner/icon-flowers-2.png);
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .banner-section-two .icon-flowers-2 {
    opacity: 0.3;
  }
}
.banner-section-two .content-column {
  margin-bottom: 50px;
}
.banner-section-two .content-column .inner-column {
  position: relative;
  text-align: center;
}
.banner-section-two .content-column .inner-column .sub-title {
  position: relative;
  color: #444;
  font-family: var(--text-font);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.banner-section-two .content-column .inner-column .name {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--script-font);
  font-weight: 400;
  line-height: 1.4em;
  font-size: 60px;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .content-column .inner-column .name {
    font-size: 56px;
    line-height: 60px;
  }
}
.banner-section-two .content-column .inner-column .name span {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 95px;
  font-size: 120px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .content-column .inner-column .name span {
    font-size: 90px;
  }
}
.banner-section-two .content-column .inner-column .date {
  position: relative;
  display: inline-block;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 42px;
  font-size: 32px;
  margin-bottom: 30px;
  padding: 10px 0;
  letter-spacing: 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media (max-width: 1199.98px) {
  .banner-section-two .content-column .inner-column .date {
    font-size: 26px;
  }
}
.banner-section-two .content-column .inner-column .address {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-weight: 500;
  line-height: 1.2em;
  font-size: 16px;
}
.banner-section-two .content-column .inner-column .address .icon {
  font-size: 18px;
  margin-right: 10px;
}
.banner-section-two .image-column {
  margin-bottom: 50px;
}
.banner-section-two .image-column .inner-column {
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .banner-section-two .image-column .inner-column {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section-two .image-column .inner-column {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .image-column .inner-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner-section-two .image-column .inner-column .image-box {
  position: relative;
  max-width: 294px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
.banner-section-two .image-column .inner-column .image-box:hover {
  -webkit-animation: pulse 3s infinite linear;
  animation: pulse 3s infinite linear;
}
.banner-section-two .image-column .inner-column .image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--theme-color-dark);
  border-radius: 300px;
}
.banner-section-two .image-column .inner-column .image {
  position: relative;
}
.banner-section-two .image-column .inner-column .image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -55px;
  width: 117px;
  height: 180px;
  background-image: url(../images/banner/icon-flowers-3.png);
  background-repeat: no-repeat;
}
.banner-section-two .image-column .inner-column .image:after {
  content: "";
  position: absolute;
  top: 0;
  right: -55px;
  width: 111px;
  height: 156px;
  background-image: url(../images/banner/icon-flowers-4.png);
  background-repeat: no-repeat;
}
.banner-section-two .image-column .inner-column .image img {
  border-radius: 300px;
  min-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section-two .image-column.style-two .image {
  position: relative;
}
.banner-section-two .image-column.style-two .image:before {
  bottom: auto;
  top: 0;
  left: -55px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.banner-section-two .image-column.style-two .image:after {
  top: auto;
  bottom: 0;
  right: -55px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.banner-section-three {
  position: relative;
  background-color: #1a2418;
}
.banner-section-three .icon-bubbles-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-section-three .icon-leaves-23 {
  position: absolute;
  bottom: 0;
  left: -170px;
}
@media (max-width: 1399.98px) {
  .banner-section-three .icon-leaves-23 {
    opacity: 0.3;
  }
}
.banner-section-three .icon-leaves-24 {
  position: absolute;
  bottom: 0;
  right: -270px;
}
@media (max-width: 1399.98px) {
  .banner-section-three .icon-leaves-24 {
    opacity: 0.3;
  }
}
.banner-section-three .content-column {
  z-index: 2;
}
.banner-section-three .content-column .inner-column {
  position: relative;
  padding: 220px 0 190px;
  text-align: center;
}
.banner-section-three .content-column .inner-column .name {
  position: relative;
  color: var(--theme-color-light);
  font-family: var(--script-font);
  font-weight: 400;
  line-height: 1.2em;
  font-size: 90px;
  margin-bottom: 30px;
  letter-spacing: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section-three .content-column .inner-column .name {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-three .content-column .inner-column .name {
    font-size: 50px;
  }
}
.banner-section-three .content-column .inner-column .name .icon-heart-2 {
  display: inline-block;
  margin: 10px 0;
  -webkit-animation: zoom-one 3s infinite linear;
  animation: zoom-one 3s infinite linear;
}
@media (max-width: 1199.98px) {
  .banner-section-three .content-column .inner-column .name .icon-heart-2 {
    margin: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-three .content-column .inner-column .name .icon-heart-2 {
    background-size: 100px;
    background-repeat: no-repeat;
    height: 60px;
    background-position: center;
    margin: 20px auto;
  }
}
.banner-section-three .content-column .inner-column .text {
  position: relative;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 30px;
}
.banner-section-three .content-column .inner-column .date {
  position: relative;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 500;
  line-height: 1em;
  font-size: 33px;
  margin-bottom: 20px;
}
.banner-section-three .content-column .inner-column .theme-btn {
  padding: 14px 72px;
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  font-family: var(--text-font);
}
.banner-section-three .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .banner-section-three .bg-image {
    width: 100%;
  }
}
.banner-section-three .bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .banner-section-three .bg-image img {
    opacity: 0.2;
  }
}
.banner-section-four {
  position: relative;
  padding: 150px 0 60px;
  background-color: #1b2640;
  overflow: hidden;
}
.banner-section-four .banner-frame {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .banner-section-four .banner-frame {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .banner-section-four {
    padding: 200px 0 120px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four {
    padding: 150px 0 100px;
  }
}
.banner-section-four .content-box {
  position: relative;
  min-height: 795px;
  padding: 210px 0 50px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .banner-section-four .content-box {
    padding: 0;
    min-height: auto;
  }
}
.banner-section-four .content-box .date {
  position: relative;
  display: block;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 1em;
  font-size: 29px;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .banner-section-four .content-box .date {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.banner-section-four .content-box .date strong {
  display: block;
  color: #eeab7c;
  font-size: 48px;
  line-height: 1em;
  margin-top: 20px;
}
.banner-section-four .content-box .name {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--theme-color-light);
  font-family: var(--script-font);
  font-weight: 400;
  line-height: 1em;
  font-size: 79px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .banner-section-four .content-box .name {
    font-size: 64px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four .content-box .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.banner-section-four .content-box .name span {
  color: #57678c;
  display: inline-block;
  margin: 0 45px;
  font-size: 143px;
  font-family: var(--title-font);
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .banner-section-four .content-box .name span {
    font-size: 92px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-four .content-box .name span {
    font-size: 72px;
    display: block;
    line-height: 1.2em;
  }
}
.banner-section-four .content-box .sub-title {
  position: relative;
  display: block;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 1em;
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .banner-section-four .content-box .sub-title {
    font-size: 18px;
  }
}
.banner-section-four .content-box .address {
  position: relative;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 1em;
  font-size: 33px;
}
@media (max-width: 575.98px) {
  .banner-section-four .content-box .address {
    font-size: 24px;
  }
}
.banner-section-five {
  position: relative;
  padding: 280px 0 65px;
  background-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .banner-section-five {
    padding: 150px 0 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .bg {
    opacity: 0.2;
  }
}
.banner-section-five .icon-flowers-13 {
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media (max-width: 1199.98px) {
  .banner-section-five .icon-flowers-13 {
    opacity: 0.2;
  }
}
.banner-section-five .icon-flowers-14 {
  position: absolute;
  bottom: -120px;
  right: 15px;
  opacity: 0.2;
}
.banner-section-five .content-box {
  position: relative;
  text-align: center;
}
.banner-section-five .content-box .icon-divider-5 {
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .banner-section-five .content-box .icon-divider-5 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-five .content-box .icon-divider-5 {
    margin-bottom: 0;
  }
}
.banner-section-five .content-box .title {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .banner-section-five .content-box .title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-five .content-box .title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-five .content-box .title {
    font-size: 40px;
  }
  .banner-section-five .content-box .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .content-box .title {
    font-size: 35px;
  }
}
.banner-section-five .content-box .text {
  position: relative;
  color: var(--theme-color-dark);
  line-height: 40px;
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .banner-section-five .content-box .text {
    font-size: 20px;
    line-height: 1.8em;
  }
}
@media (max-width: 767.98px) {
  .banner-section-five .content-box .text {
    font-size: 16px;
  }
}
.banner-section-five .content-box .icon-flower-26 {
  position: relative;
  margin: 0 auto;
}
.banner-section-five .content-box .icon-flower-27 {
  position: absolute;
  bottom: -80px;
  right: 200px;
}
.countdown-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 575.98px) {
  .countdown-section {
    padding: 120px 0 70px;
  }
}
.countdown-section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: -275px;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .countdown-section .content-box {
    margin-top: -150px;
  }
}
.countdown-section .content-box .inner-column .image-box {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 575.98px) {
  .countdown-section .content-box .inner-column .image-box {
    margin-bottom: 70px;
  }
}
.countdown-section .content-box .inner-column .image-box .image img {
  border-radius: 50%;
}
.countdown-section .content-box .inner-column .image-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .countdown-section .content-box .inner-column .image-box .icon-box {
    display: none;
  }
}
.countdown-section
  .content-box
  .inner-column
  .image-box
  .icon-box
  .icon-flowers-1 {
  -webkit-animation: fa-spin 100s infinite linear;
  animation: fa-spin 100s infinite linear;
}
.countdown-section .content-box .inner-column .caption-box {
  position: relative;
}
.countdown-section .content-box .inner-column .caption-box .text {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.countdown-section .content-box .inner-column .caption-box .icon-divider {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.countdown-section .time-counter .time-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575.98px) {
  .countdown-section .time-counter .time-countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.countdown-section .time-counter .time-countdown .counter-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 230px;
  padding: 0 32px;
}
@media (max-width: 991.98px) {
  .countdown-section .time-counter .time-countdown .counter-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 190px;
  }
}
@media (max-width: 767.98px) {
  .countdown-section .time-counter .time-countdown .counter-column {
    min-width: 50px;
  }
}
@media (max-width: 575.98px) {
  .countdown-section .time-counter .time-countdown .counter-column {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.countdown-section .time-counter .time-countdown .counter-column .count {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 70px;
  line-height: 1em;
  display: block;
  text-align: center;
}
@media (max-width: 767.98px) {
  .countdown-section .time-counter .time-countdown .counter-column .count {
    font-size: 60px;
  }
}
.countdown-section .time-counter .time-countdown .counter-column sub {
  position: relative;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color-dark);
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .countdown-section .time-counter .time-countdown .counter-column sub {
    font-size: 16px;
  }
}
.countdown-section-two {
  position: relative;
  padding: 120px 0 120px;
}
.countdown-section-two .bg {
  background-position: center top;
  height: auto;
  bottom: 0;
  top: -50px;
}
.countdown-section-two .sec-title {
  margin-bottom: 30px;
}
.countdown-section-two .sec-title .text {
  font-size: 18px;
}
.countdown-section-two .icon-flower-3 {
  position: absolute;
  top: 250px;
  left: 20px;
}
@media (max-width: 1399.98px) {
  .countdown-section-two .icon-flower-3 {
    display: none;
  }
}
.countdown-section-two .icon-flower-4 {
  position: absolute;
  top: 250px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .countdown-section-two .icon-flower-4 {
    display: none;
  }
}
.countdown-section-two .outer-box {
  display: block;
  margin: 0 130px 25px;
}
@media (max-width: 1199.98px) {
  .countdown-section-two .outer-box {
    margin: 0;
  }
}
.countdown-section-two .time-counter {
  position: relative;
  text-align: center;
}
.countdown-section-two .time-counter .time-countdown {
  border: 1px solid #4c4c4c;
  border-radius: 300px;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .countdown-section-two .time-counter .time-countdown {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.countdown-section-two .time-counter .time-countdown .counter-column {
  position: relative;
  max-width: 250px;
  width: 100%;
  padding: 0 32px;
  border-left: 1px solid #d6d6d6;
}
@media (max-width: 575.98px) {
  .countdown-section-two .time-counter .time-countdown .counter-column {
    border-left: 0;
  }
}
.countdown-section-two
  .time-counter
  .time-countdown
  .counter-column:first-child {
  border-left: 0;
}
@media (max-width: 991.98px) {
  .countdown-section-two .time-counter .time-countdown .counter-column {
    min-width: auto;
  }
}
@media (max-width: 575.98px) {
  .countdown-section-two .time-counter .time-countdown .counter-column {
    padding: 20px 0;
  }
}
.countdown-section-two .time-counter .time-countdown .counter-column .count {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
  display: block;
  text-align: center;
}
@media (max-width: 767.98px) {
  .countdown-section-two .time-counter .time-countdown .counter-column .count {
    font-size: 50px;
  }
}
.countdown-section-two .time-counter .time-countdown .counter-column sub {
  position: relative;
  margin-bottom: 7px;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color-dark);
}
@media (max-width: 767.98px) {
  .countdown-section-two .time-counter .time-countdown .counter-column sub {
    font-size: 16px;
  }
}
.countdown-section-two .time-counter .btn-box {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -25px;
  width: 100%;
}
.countdown-section-two .time-counter .btn-box .theme-btn {
  min-width: 175px;
}
.countdown-section-three {
  position: relative;
  padding: 120px 0 120px;
}
.countdown-section-three .icon-leaves-10 {
  position: absolute;
  top: -60px;
  left: 25px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .countdown-section-three .icon-leaves-10 {
    display: none;
  }
}
.countdown-section-three .icon-leaves-11 {
  position: absolute;
  top: -65px;
  right: 50px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .countdown-section-three .icon-leaves-11 {
    display: none;
  }
}
.countdown-section-three .outer-box {
  position: relative;
}
.countdown-section-three .outer-box:before {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -38px;
  width: 400px;
  height: 191px;
  background-image: url(../images/icons/shadow.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.countdown-section-three .outer-box:after {
  content: "";
  position: absolute;
  left: -44px;
  bottom: -38px;
  width: 400px;
  height: 191px;
  background-image: url(../images/icons/shadow.png);
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.countdown-section-three .time-counter {
  position: relative;
  border: 1px solid var(--theme-color-dark);
  background-color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .countdown-section-three .time-counter {
    padding: 50px 0 40px;
  }
}
.countdown-section-three .time-counter .time-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .countdown-section-three .time-counter .time-countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.countdown-section-three .time-counter .time-countdown .counter-column {
  position: relative;
  min-width: 250px;
  padding: 60px 32px;
  border-left: 1px solid var(--theme-color-dark);
}
.countdown-section-three
  .time-counter
  .time-countdown
  .counter-column:first-child {
  border-left: 0;
}
@media (max-width: 991.98px) {
  .countdown-section-three .time-counter .time-countdown .counter-column {
    min-width: 190px;
  }
}
@media (max-width: 767.98px) {
  .countdown-section-three .time-counter .time-countdown .counter-column {
    min-width: auto;
    padding: 20px 0;
    border-left: 0;
  }
}
.countdown-section-three .time-counter .time-countdown .counter-column .count {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
  display: block;
  text-align: center;
}
.countdown-section-three .time-counter .time-countdown .counter-column sub {
  position: relative;
  margin-bottom: 7px;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color-dark);
}
.countdown-section-four {
  position: relative;
  padding: 120px 0 120px;
}
.countdown-section-four .content-box .inner-box {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.countdown-section-four .content-box .inner-box .date {
  color: var(--theme-color-dark);
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 15px;
}
.countdown-section-four .content-box .inner-box .address {
  color: var(--theme-color-dark);
  font-size: 24px;
  line-height: 1.3em;
  font-family: var(--title-font);
  font-weight: 400;
}
.countdown-section-four .time-counter {
  position: relative;
}
.countdown-section-four .time-counter .time-countdown-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.countdown-section-four .time-counter .time-countdown-two .counter-column {
  position: relative;
  background-color: #f7f7f7;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.countdown-section-four
  .time-counter
  .time-countdown-two
  .counter-column
  .count {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.countdown-section-four .time-counter .time-countdown-two .counter-column sub {
  position: relative;
  margin-bottom: 7px;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color-dark);
}
.couple-section {
  position: relative;
  padding: 120px 0 120px;
}
.couple-section .outer-box {
  position: relative;
  padding-top: 30px;
}
.couple-section .outer-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #444;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .couple-section .outer-box:before {
    display: none;
  }
}
.couple-section .outer-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 114px;
  background-image: url(../images/icons/divider-2.png);
  background-repeat: no-repeat;
  margin-right: -1px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .couple-section .outer-box:after {
    display: none;
  }
}
.couple-block {
  margin-bottom: 50px;
}
.couple-block .inner-box {
  position: relative;
  max-width: 422px;
  margin: 0 auto;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .couple-block .inner-box {
    padding-right: 0;
  }
}
.couple-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.couple-block .inner-box .image-box {
  position: relative;
  width: 352px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .couple-block .inner-box .image-box {
    width: 280px;
  }
}
.couple-block .inner-box .image-box .image {
  overflow: hidden;
}
.couple-block .inner-box .image-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.couple-block .inner-box .image-box .couple-frame {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: auto;
  width: auto;
}
@media (max-width: 575.98px) {
  .couple-block .inner-box .image-box .couple-frame {
    background-size: cover;
  }
}
.couple-block .inner-box .image-box .icon-border {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .couple-block .inner-box .image-box .icon-border {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
.couple-block .inner-box .image-box .icon-flowers-2 {
  position: absolute;
  top: -30px;
  left: -35px;
  -webkit-animation: zoom-one 15s infinite linear;
  animation: zoom-one 15s infinite linear;
}
@media (max-width: 575.98px) {
  .couple-block .inner-box .image-box .icon-flowers-2 {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
  }
}
.couple-block .content-box {
  position: relative;
  text-align: center;
}
.couple-block .content-box .designation {
  color: var(--theme-color3);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1em;
}
.couple-block .content-box .name {
  position: relative;
  color: var(--theme-color-dark);
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 25px;
}
.couple-block .content-box .text {
  position: relative;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.couple-block .content-box .social-icon-two {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .couple-block.style-two {
    margin-bottom: 0;
  }
}
.couple-block.style-two .inner-box {
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 991.98px) {
  .couple-block.style-two .inner-box {
    padding: 50px 0 0;
  }
}
.couple-section-two {
  position: relative;
  padding: 120px 0 50px;
}
.couple-section-two .icon-leave-4 {
  position: absolute;
  top: 120px;
  left: 85px;
}
@media only screen and (max-width: 1699px) {
  .couple-section-two .icon-leave-4 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .couple-section-two .icon-leave-4 {
    display: none;
  }
}
.couple-block-two {
  margin-bottom: 70px;
}
.couple-block-two .inner-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;
  padding-top: 50px;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .couple-block-two .inner-box {
    padding-top: 20px;
  }
}
.couple-block-two .inner-box:hover .image-box .image img {
  opacity: 0.7;
}
.couple-block-two .image-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
.couple-block-two .image-box .image {
  position: relative;
}
.couple-block-two .image-box .image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  margin-top: -132px;
  margin-left: -132px;
  background-image: url(../images/icons/couple-frame-2.png);
  background-repeat: no-repeat;
  -webkit-animation: zoom-two 3s infinite linear;
  animation: zoom-two 3s infinite linear;
}
.couple-block-two .image-box .image img {
  position: relative;
  border-radius: 300px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.couple-block-two .content-box {
  position: relative;
  text-align: center;
}
.couple-block-two .content-box .designation {
  display: block;
  color: var(--theme-color7);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.couple-block-two .content-box .name {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--script-font);
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .couple-block-two .content-box .name {
    margin-bottom: 20px;
  }
}
.couple-block-two .content-box .text {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 0 10px;
}
.couple-block-two.style-two .inner-box {
  padding-top: 20px;
}
.couple-block-two.style-two .image-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .couple-block-two.style-two .image-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 60px;
  }
}
.couple-block-two.style-two .image-box .image::before {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.couple-block-two.style-two .content-box .text {
  margin-bottom: 65px;
}
@media (max-width: 991.98px) {
  .couple-block-two.style-two .content-box .text {
    margin-bottom: 0;
  }
}
.couple-image-block {
  margin-bottom: 30px;
}
.couple-image-block .inner-box {
  position: relative;
}
.couple-image-block .image-box {
  position: relative;
  max-width: 355px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  .couple-image-block .image-box {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.couple-image-block .image-box .image {
  position: relative;
  padding: 13px;
}
.couple-image-block .image-box .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--theme-color-dark);
  border-radius: 300px;
}
@media (max-width: 575.98px) {
  .couple-image-block .image-box .image:before {
    display: none;
  }
}
.couple-image-block .image-box .image img {
  border-radius: 300px;
}
.couple-image-block .image-box .icon-flower-3 {
  position: absolute;
  top: 30px;
  left: -60px;
  background-repeat: no-repeat;
}
@media (max-width: 1399.98px) {
  .couple-image-block .image-box .icon-flower-3 {
    top: 0;
    left: -30px;
  }
}
.couple-image-block .image-box .icon-flower-4 {
  position: absolute;
  bottom: 10px;
  right: -50px;
  background-repeat: no-repeat;
}
@media (max-width: 1399.98px) {
  .couple-image-block .image-box .icon-flower-4 {
    right: -30px;
  }
}
.couple-section-three {
  position: relative;
  padding: 200px 0 120px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .couple-section-three {
    padding: 120px 0;
  }
}
.couple-section-three .icon-flowers-12 {
  position: absolute;
  left: -60px;
  bottom: -310px;
}
@media only screen and (max-width: 1699px) {
  .couple-section-three .icon-flowers-12 {
    display: none;
  }
}
.couple-section-three .icon-leave-4 {
  position: absolute;
  top: 120px;
  left: 85px;
}
.couple-section-three .outer-box {
  position: relative;
  border: 2px solid #f1d395;
}
.couple-section-three .outer-box:before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -12px;
  top: 10px;
  right: 10px;
  border: 2px solid #f1d395;
}
@media (max-width: 991.98px) {
  .couple-section-three .outer-box:before {
    border: 0;
  }
}
.couple-section-three .outer-box .icon-flower-13 {
  position: absolute;
  top: -50px;
  left: -90px;
}
.couple-section-three .outer-box .icon-flower-14 {
  position: absolute;
  right: -100px;
  bottom: -70px;
}
@media only screen and (max-width: 1699px) {
  .couple-section-three .outer-box .icon-flower-14 {
    display: none;
  }
}
.couple-block-three {
  position: relative;
}
.couple-block-three .inner-box {
  position: relative;
  padding: 75px 60px;
}
@media (max-width: 1199.98px) {
  .couple-block-three .inner-box {
    padding: 60px 20px 50px;
  }
}
@media (max-width: 991.98px) {
  .couple-block-three .inner-box {
    text-align: center;
    padding: 30px 20px 40px;
  }
}
.couple-block-three .inner-box .content-box {
  position: relative;
  text-align: right;
}
@media (max-width: 767.98px) {
  .couple-block-three .inner-box .content-box {
    text-align: center !important;
  }
}
.couple-block-three .inner-box .content-box .designation {
  display: inline-block;
  color: var(--theme-color6);
  font-family: var(--title-font);
  border-bottom: 1px solid var(--theme-color6);
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.couple-block-three .inner-box .content-box .name {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--script-font);
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .couple-block-three .inner-box .content-box .name {
    margin-bottom: 10px;
  }
}
.couple-block-three .inner-box .content-box .text {
  position: relative;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .couple-block-three .inner-box .content-box .text br {
    display: none;
  }
}
.couple-block-three.style-two .content-box {
  text-align: left;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.couple-image-block-two {
  position: relative;
  z-index: 3;
}
.couple-image-block-two .inner-box {
  position: relative;
}
.couple-image-block-two .image-box {
  position: relative;
  margin: 0 auto;
  margin: -25px -10px -40px;
}
@media (max-width: 1399.98px) {
  .couple-image-block-two .image-box {
    margin-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .couple-image-block-two .image-box {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .couple-image-block-two .image-box {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.couple-image-block-two .image-box .image img {
  position: relative;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
@media (max-width: 991.98px) {
  .couple-image-block-two .image-box .image img {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
  }
}
.couple-image-block-two .image-box .icon-leaves-14 {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .couple-image-block-two .image-box .icon-leaves-14 {
    display: none;
  }
}
.couple-image-block-two .image-box .icon-leaves-15 {
  position: absolute;
  top: -35px;
  left: -30px;
}
@media (max-width: 1399.98px) {
  .couple-image-block-two .image-box .icon-leaves-15 {
    z-index: -1;
    left: -60px;
  }
}
@media (max-width: 1199.98px) {
  .couple-image-block-two .image-box .icon-leaves-15 {
    display: none;
  }
}
.event-section {
  position: relative;
  background-color: var(--bg-theme-color4);
  padding: 120px 0 70px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .event-section .sec-title {
    text-align: center;
  }
}
.event-section .float-text {
  position: absolute;
  right: 70px;
  bottom: 40px;
  color: #d6e3ea;
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 220px;
  line-height: 54px;
  -webkit-animation: anim-shadow 5s infinite linear;
  animation: anim-shadow 5s infinite linear;
}
@media (max-width: 991.98px) {
  .event-section .float-text {
    right: 50%;
    font-size: 180px;
    text-align: center;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (max-width: 767.98px) {
  .event-section .float-text {
    font-size: 150px;
  }
}
@media (max-width: 575.98px) {
  .event-section .float-text {
    bottom: 10px;
    font-size: 60px;
  }
}
.event-section .icon-flowers-3 {
  position: absolute;
  top: 35px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .event-section .icon-flowers-3 {
    opacity: 0.1;
  }
}
.event-section .icon-shape-1 {
  position: absolute;
  top: 95px;
  left: 0;
}
@media (max-width: 1399.98px) {
  .event-section .icon-shape-1 {
    display: none;
  }
}
.event-section .icon-circle {
  position: absolute;
  bottom: 0;
  left: 190px;
  width: 597px;
  height: 597px;
  background-color: #e7ecf0;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .event-section .icon-circle {
    left: 100px;
  }
}
.event-block {
  margin-bottom: 50px;
}
.event-block .inner-box {
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .event-block .inner-box {
    text-align: center;
  }
}
.event-block .inner-box .image {
  position: relative;
  margin-bottom: 50px;
}
.event-block .inner-box .text {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
}
.event-info-block {
  margin-bottom: 50px;
}
.event-info-block .inner-box {
  position: relative;
  padding-left: 85px;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .event-info-block .inner-box {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .event-info-block .inner-box {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .event-info-block .inner-box {
    text-align: center;
  }
}
.event-info-block .inner-box .content-box {
  padding-left: 20px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .event-info-block .inner-box .content-box {
    padding-left: 0;
  }
}
.event-info-block .inner-box .content-box .text {
  margin-bottom: 30px;
}
.event-info-block .inner-box .content-box .event-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 991.98px) {
  .event-info-block .inner-box .content-box .event-time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .event-info-block .inner-box .content-box .event-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.event-info-block .inner-box .content-box .event-time .icon {
  font-size: 40px;
  margin-right: 10px;
}
.event-info-block .inner-box .image {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.event-section-two {
  position: relative;
  background-color: #f7f7f7;
  padding: 120px 0 10px;
}
@media (max-width: 991.98px) {
  .event-section-two {
    padding: 120px 0 90px;
  }
}
.event-section-two .icon-flowers-6 {
  position: absolute;
  bottom: 145px;
  left: 0;
}
@media (max-width: 1399.98px) {
  .event-section-two .icon-flowers-6 {
    opacity: 0.1;
  }
}
.event-section-two .icon-leaves-5 {
  position: absolute;
  top: 45px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .event-section-two .icon-leaves-5 {
    opacity: 0.1;
  }
}
.event-section-two .icon-leaves-6 {
  position: absolute;
  bottom: 25px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .event-section-two .icon-leaves-6 {
    opacity: 0.1;
  }
}
.event-block-two {
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .event-block-two {
    margin-bottom: 30px;
  }
}
.event-block-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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .event-block-two .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .event-block-two .inner-box {
    background-color: var(--theme-color-light);
    padding: 70px 20px;
  }
}
.event-block-two .inner-box:hover .image-box .image img {
  opacity: 0.9;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.event-block-two .inner-box:hover .content-box .title {
  color: var(--theme-color7);
}
.event-block-two .inner-box .date-column {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 16.66666667%;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .event-block-two .inner-box .date-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399.98px) {
  .event-block-two .inner-box .date-column {
    width: 20%;
  }
}
@media (max-width: 991.98px) {
  .event-block-two .inner-box .date-column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event-block-two .inner-box .date-column .date-box {
  position: relative;
  display: block;
  min-width: 212px;
  min-height: 212px;
  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: 1px solid #000;
  border-radius: 50%;
  background-color: var(--theme-color-light);
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .event-block-two .inner-box .date-column .date-box {
    min-height: 180px;
    min-width: 180px;
  }
}
.event-block-two .inner-box .date-column .date-box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: var(--theme-color-dark);
}
@media (max-width: 1199.98px) {
  .event-block-two .inner-box .date-column .date-box:before {
    display: none;
  }
}
.event-block-two .inner-box .date-column .date-box .date {
  text-align: center;
  line-height: 1em;
}
.event-block-two .inner-box .date-column .date-box .date span {
  display: block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 64px;
  line-height: 1em;
}
.event-block-two .inner-box .date-column .date-box .icon-flower-6 {
  position: absolute;
  top: 15px;
  left: -20px;
}
@media (max-width: 991.98px) {
  .event-block-two .inner-box .date-column .date-box .icon-flower-6 {
    opacity: 0.3;
  }
}
.event-block-two .inner-box .date-column .date-box .icon-flower-7 {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
@media (max-width: 991.98px) {
  .event-block-two .inner-box .date-column .date-box .icon-flower-7 {
    opacity: 0.3;
  }
}
.event-block-two .inner-box .image-column {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 41.66666667%;
  margin-bottom: 50px;
  text-align: right;
  padding-left: 30px;
}
@media (max-width: 1399.98px) {
  .event-block-two .inner-box .image-column {
    width: 40%;
  }
}
@media (max-width: 1199.98px) {
  .event-block-two .inner-box .image-column {
    padding: 0 !important;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
.event-block-two .inner-box .image-column .image-box {
  position: relative;
  border-radius: 300px;
  padding: 12px;
  border: 1px solid #000;
  display: inline-block;
}
.event-block-two .inner-box .image-column .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 300px;
}
.event-block-two .inner-box .image-column .image-box .image img {
  position: relative;
  border-radius: 300px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.event-block-two .inner-box .content-column {
  position: relative;
  width: 41.66666667%;
  padding-right: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1399.98px) {
  .event-block-two .inner-box .content-column {
    width: 40%;
  }
}
@media (max-width: 1199.98px) {
  .event-block-two .inner-box .content-column {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 991.98px) {
  .event-block-two .inner-box .content-column {
    width: 100%;
  }
}
.event-block-two .inner-box .content-column .content-box {
  position: relative;
}
.event-block-two .inner-box .content-column .content-box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .event-block-two .inner-box .content-column .content-box .time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.event-block-two .inner-box .content-column .content-box .time p {
  color: #101010;
  border-bottom: 1px solid var(--theme-color-dark);
  line-height: 1em;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  margin-left: 8px;
  margin-bottom: 0;
}
.event-block-two .inner-box .content-column .content-box .time .icon {
  font-size: 22px;
}
.event-block-two .inner-box .content-column .content-box .title {
  position: relative;
  margin-bottom: 25px;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 35px;
}
@media (max-width: 1199.98px) {
  .event-block-two .inner-box .content-column .content-box .title {
    margin-bottom: 20px;
  }
}
.event-block-two .inner-box .content-column .content-box .text {
  color: var(--theme-color-dark);
}
.event-block-two.style-two .image-column {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .event-block-two.style-two .image-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}
.event-block-two.style-two .content-column {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-right: 0;
  padding-left: 0;
}
.event-block-two.style-two .content-column .content-box {
  padding-left: 75px;
}
@media (max-width: 1199.98px) {
  .event-block-two.style-two .content-column .content-box {
    padding-left: 0;
  }
}
.event-block-two:last-child .date-column .date-box::before {
  display: none;
}
.event-section-three {
  position: relative;
  padding: 120px 0 70px;
}
.event-section-three .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.event-section-three .content-column .inner-column {
  position: relative;
  margin-right: -30px;
  padding-top: 35px;
}
@media (max-width: 1199.98px) {
  .event-section-three .content-column .inner-column {
    margin-right: 0;
    padding-top: 0;
  }
}
.event-section-three .content-column .inner-column .sec-title {
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .event-section-three .content-column .inner-column .sec-title h2 {
    font-size: 46px;
  }
}
.event-section-three .content-column .inner-column .sec-title .text {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .event-section-three .content-column .inner-column .sec-title .text {
    margin-top: 30px;
  }
  .event-section-three .content-column .inner-column .sec-title .text br {
    display: none;
  }
}
.event-section-three .content-column .inner-column .btn-box {
  display: block;
  margin-top: 45px;
}
.event-section-three .content-column .inner-column .btn-box .theme-btn {
  padding: 15px 28px 13px;
}
.event-section-three .image-column {
  position: relative;
  margin-bottom: 50px;
}
.event-section-three .image-column .inner-column {
  position: relative;
  text-align: right;
  margin-right: -20px;
  padding-bottom: 195px;
}
@media (max-width: 1199.98px) {
  .event-section-three .image-column .inner-column {
    margin: 0;
    padding-bottom: 0;
  }
}
.event-section-three .image-column .inner-column:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 25px;
  width: 597px;
  height: 597px;
  border-radius: 50%;
  background-color: #f9f6ef;
}
.event-section-three .image-column .inner-column .image-1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .event-section-three .image-column .inner-column .image-1 {
    width: 100%;
  }
}
.event-section-three .image-column .inner-column .image-1 img {
  width: 100%;
}
.event-section-three .image-column .inner-column .image-2 {
  position: absolute;
  left: -5px;
  bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .event-section-three .image-column .inner-column .image-2 {
    display: none;
  }
}
.event-section-three .image-column .inner-column .icon-leaves-30 {
  position: absolute;
  top: 80px;
  left: 50px;
}
.event-section-three .image-column .inner-column .icon-leaves-31 {
  position: absolute;
  top: -70px;
  right: -130px;
}
.event-section-three .image-column .inner-column .icon-leaves-32 {
  position: absolute;
  bottom: -230px;
  right: 50px;
}
@media (max-width: 991.98px) {
  .event-section-three .image-column .inner-column .icon-leaves-32 {
    display: none;
  }
}
.info-block {
  position: relative;
  margin-bottom: 25px;
}
.info-block .inner {
  position: relative;
}
.info-block .title {
  font-size: 30px;
  color: var(--theme-color8);
  margin-bottom: 5px;
  text-decoration: underline;
}
.info-block .text {
  color: var(--theme-color-dark);
}
@media (max-width: 1199.98px) {
  .info-block .text br {
    display: none;
  }
}
.fun-fact-section {
  position: relative;
  padding: 120px 0 50px;
}
.counter-block {
  position: relative;
  margin-bottom: 70px;
}
.counter-block:first-child .inner:before {
  display: none;
}
@media (max-width: 1199.98px) {
  .counter-block:nth-child(odd) .inner::before {
    display: none;
  }
}
.counter-block .inner {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .inner:before {
  content: "";
  position: absolute;
  top: 45px;
  left: -15px;
  width: 13px;
  height: 80px;
  background-image: url(../images/icons/divider-4.png);
}
@media (max-width: 767.98px) {
  .counter-block .inner:before {
    display: none;
  }
}
.counter-block .inner:hover .count-box {
  color: var(--theme-color7);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.counter-block .content {
  position: relative;
  text-align: center;
}
.counter-block .content .icon-flower-30 {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.counter-block .count-box {
  font-size: 80px;
  line-height: 1em;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color8);
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .counter-title {
  font-size: var(--body-font-size);
  line-height: 1.6em;
  font-weight: 400;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  margin-bottom: 0;
}
.gallery-justified {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  max-width: 1300px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.masonry-item {
  flex-grow: 1;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #f3f4f6;
  transition: transform 0.3s ease;
}
.masonry-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.masonry-item.tall {
  flex-basis: 200px;
}
.masonry-item.square {
  flex-basis: 300px;
}
.masonry-item.wide {
  flex-basis: 450px;
}
.masonry-item:not([class*=" "]) {
  flex-basis: 350px;
}
.masonry-item:hover {
  transform: scale(1.02);
  z-index: 10;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}
.gallery-justified::after {
    display: none !important;
}
@media (max-width: 768px) {
  .masonry-img {
    height: 250px;
  }
  .masonry-item {
    flex-basis: 100% !important;
  }
}
.service {
  padding: 120px 0;
  margin-top: -15px;
}
.service-item {
  padding: 40px 25px;
  background: #fff7ef;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgb(0 0 0 / 0.08);
  border: 1px solid rgb(0 0 0 / 0.05);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}
.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgb(0 0 0 / 0.12);
  border-color: #ee9631;
  background: linear-gradient(145deg, #ffffff, rgb(238 150 49 / 0.08));
}
.icon-gradient-1,
.icon-gradient-2,
.icon-gradient-3,
.icon-gradient-4,
.icon-gradient-5,
.icon-gradient-6 {
  background: #fff;
}
.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.12);
  transition:
    transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    box-shadow 0.35s ease;
}
.icon-gradient {
  font-size: 30px;
  background: linear-gradient(135deg, #a4625b, #ee9631);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff0;
}
.service-item:hover .service-icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 16px 30px rgb(238 150 49 / 0.45);
}
.service-icon-inner {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.service-item:hover .service-icon-inner {
  transform: rotate(360deg);
}
.service-title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}
.service-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 36px;
  height: 3px;
  background: #ee9631;
  border-radius: 999px;
  transform: translateX(-50%);
  opacity: 0.9;
}
.service-item:hover .service-title {
  color: #ee9631;
  transform: translateY(-2px);
}
.service-text {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 0;
  transition: color 0.3s ease;
}
.service-item:hover .service-text {
  color: #333;
}
@media (max-width: 991.98px) {
  .service {
    padding: 90px 0;
  }
  .service-item {
    padding: 32px 20px;
  }
}
@media (max-width: 767.98px) {
  .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service-item {
    padding: 28px 18px;
  }
}
.contact-section {
  position: relative;
  z-index: 2;
  padding: 120px 0 80px;
}
.contact-section .video-column {
  margin-bottom: 50px;
}
.contact {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .contact-section .video-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.contact-section .video-column .inner-column {
  margin-right: 45px;
  padding-top: 85px;
}
@media (max-width: 1399.98px) {
  .contact-section .video-column .inner-column {
    margin-right: 0;
  }
}
.contact-section .video-column .inner-column .video-box {
  position: relative;
}
.contact-section .video-column .inner-column .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8;
}
.contact-section .video-column .inner-column .video-box .play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  line-height: 130px;
  pointer-events: none;
  border-radius: 50%;
  border: 2px solid var(--theme-color-light);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .contact-section .video-column .inner-column .video-box .play-btn:before {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.contact-section .video-column .inner-column .video-box .play-btn .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  font-size: 28px;
  color: var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .contact-section .video-column .inner-column .video-box .play-btn .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}
.contact-section .video-column .inner-column .video-box .play-btn .icon:hover {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}
.contact-section .video-column .inner-column .video-box .image {
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact-section .video-column .inner-column .video-box .image img {
    width: 100%;
  }
}
.contact-section .video-column .inner-column .video-box .icon-leaves-27 {
  position: absolute;
  bottom: -70px;
  left: 45px;
}
@media (max-width: 575.98px) {
  .contact-section .video-column .inner-column .video-box .icon-leaves-27 {
    display: none;
  }
}
.contact-section .form-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}
.contact-section .form-column .inner-column {
  position: relative;
}
.contact-section .form-column .inner-column .icon-leave {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .contact-section .form-column .inner-column .icon-leave {
    display: none;
  }
}
.contact-section .form-column .inner-column .contact-form-one {
  margin-top: -150px;
}
.contact-form-one {
  position: relative;
  position: relative;
  padding: 60px 70px 60px;
  background-color: var(--theme-color-gray);
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .contact-form-one {
    padding: 40px 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-form-one {
    padding: 30px 20px;
  }
}
.contact-form-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../images/icons/icon-flowers.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.contact-form-one .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-one .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-one .select2-container--default .select2-selection--single,
.contact-form-one input:not([type="submit"]),
.contact-form-one textarea,
.contact-form-one select {
  position: relative;
  display: block;
  height: 65px;
  width: 100%;
  padding: 25px 45px;
  font-size: var(--body-font-size);
  color: #67687a;
  line-height: 32px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid #fff0;
  border-radius: 50px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form-one ::-webkit-input-placeholder {
  color: var(--theme-color-dark);
}
.contact-form-one input:focus,
.contact-form-one select:focus,
.contact-form-one textarea:focus {
  border-color: var(--theme-color1);
}
.contact-form-one textarea {
  height: 130px;
  resize: none;
  margin-bottom: 10px;
  border-radius: 30px;
}
.contact-form-one input[type="submit"] {
  width: 100%;
  font-weight: 400;
  line-height: 32px;
  padding: 15px 30px;
}
.contact-section-two {
  position: relative;
  padding: 120px 0 70px;
}
.contact-section-two .icon-leaves-7 {
  position: absolute;
  bottom: 100px;
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .contact-section-two .icon-leaves-7 {
    opacity: 0.1;
  }
}
.contact-section-two .form-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}
.contact-section-two .form-column .inner-column {
  position: relative;
  padding-right: 50px;
}
@media (max-width: 1399.98px) {
  .contact-section-two .form-column .inner-column {
    padding-right: 0;
  }
}
.contact-section-two .image-column {
  margin-bottom: 50px;
}
.contact-section-two .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .contact-section-two .image-column .inner-column {
    text-align: center;
    margin: 0 auto;
  }
}
.contact-section-two .image-column .inner-column .image-box {
  margin-bottom: 70px;
}
.contact-section-two .image-column .inner-column .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
}
@media (max-width: 1199.98px) {
  .contact-section-two .image-column .inner-column .content-box {
    -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;
    text-align: center;
    padding-left: 0;
  }
}
.contact-section-two .image-column .inner-column .content-box .title-box {
  padding-left: 40px;
}
@media (max-width: 575.98px) {
  .contact-section-two .image-column .inner-column .content-box .title-box {
    padding-left: 0;
  }
}
.contact-section-two .image-column .inner-column .content-box .title {
  position: relative;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.contact-section-two .image-column .inner-column .content-box .text {
  margin-bottom: 40px;
}
.contact-section-two .image-column .inner-column .content-box .text br {
  display: none;
}
.contact-section-two .image-column .inner-column .content-box .theme-btn {
  position: relative;
}
.contact-form-two {
  position: relative;
  padding: 40px 40px;
  border: 1px solid var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .contact-form-two {
    padding: 20px;
  }
}
.contact-form-two .icon-flower-8 {
  position: absolute;
  top: -40px;
  left: -40px;
}
.contact-form-two .icon-flower-9 {
  position: absolute;
  bottom: 0;
  right: -90px;
}
.contact-form-two .title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 15px;
}
.contact-form-two .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-two .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-two .form-group .radio-box {
  position: relative;
}
.contact-form-two .form-group .radio-box input[type="radio"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1em;
}
.contact-form-two .select2-container--default .select2-selection--single,
.contact-form-two input:not([type="submit"]),
.contact-form-two textarea,
.contact-form-two select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  padding: 20px 30px;
  font-size: var(--body-font-size);
  color: #282828;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-dark);
  border-radius: 50px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form-two ::-webkit-input-placeholder {
  color: #282828;
}
.contact-form-two input:focus,
.contact-form-two select:focus,
.contact-form-two textarea:focus {
  border-color: var(--theme-color1);
}
.contact-form-two textarea {
  height: 90px;
  resize: none;
  margin-bottom: 10px;
  border-radius: 35px;
}
.contact-section-three {
  position: relative;
  padding: 120px 0 70px;
}
@media (max-width: 1199.98px) {
  .contact-section-three {
    padding-top: 0;
  }
}
.contact-section-three:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: auto;
  background-color: #f3fdf1;
  bottom: 240px;
}
.contact-section-three .icon-flower-25 {
  position: absolute;
  bottom: 280px;
  right: -170px;
}
.contact-section-three .form-column {
  margin-bottom: 50px;
}
.contact-section-three .form-column .inner-column {
  position: relative;
  background-color: var(--theme-color-light);
  border-radius: 50px 20px 20px;
  padding: 70px 70px 70px;
  -webkit-box-shadow: 0 3px 96px rgb(0 0 0 / 0.1);
  box-shadow: 0 3px 96px rgb(0 0 0 / 0.1);
  margin: -90px -55px 0;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .contact-section-three .form-column .inner-column {
    margin: 0;
    padding: 50px 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-three .form-column .inner-column {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .contact-section-three .form-column .inner-column {
    padding: 50px 20px;
  }
}
.contact-section-three .contact-block .inner-box {
  margin-right: 35px;
}
@media (max-width: 1199.98px) {
  .contact-section-three .contact-block .inner-box {
    margin: 0 !important;
  }
}
.contact-section-three .contact-block.right .inner-box {
  margin-left: 35px;
  margin-right: 0;
}
.contact-form-three {
  position: relative;
}
.contact-form-three .title {
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 30px;
}
.contact-form-three .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-three .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-three .form-group .radio-box {
  position: relative;
}
.contact-form-three .form-group .radio-box input[type="radio"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1em;
}
.contact-form-three .form-group .theme-btn:before {
  background-color: var(--theme-color-dark);
}
.contact-form-three .form-group .theme-btn:hover {
  color: var(--theme-color-light);
}
.contact-form-three .custom-radio-box input:checked ~ .checkmark {
  background-color: var(--bg-theme-color5);
}
.contact-form-three .select2-container--default .select2-selection--single,
.contact-form-three input:not([type="submit"]),
.contact-form-three textarea,
.contact-form-three select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  padding: 15px 30px;
  font-size: var(--body-font-size);
  color: #282828;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-dark);
  border-radius: 50px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form-three ::-webkit-input-placeholder {
  color: #282828;
}
.contact-form-three input:focus,
.contact-form-three select:focus,
.contact-form-three textarea:focus {
  border-color: var(--theme-color1);
}
.contact-form-three textarea {
  height: 90px;
  resize: none;
  margin-bottom: 10px;
  border-radius: 35px;
}
.contact-form-three input[type="submit"] {
  width: 100%;
  font-weight: 400;
  line-height: 32px;
  padding: 15px 30px;
}
.contact-block {
  position: relative;
  margin-bottom: 50px;
}
.contact-block .inner-box {
  position: relative;
  padding: 65px 30px 50px;
  background-color: #1a2418;
  color: var(--theme-color-light);
  text-align: center;
}
@media (max-width: 991.98px) {
  .contact-block .inner-box {
    display: block;
    width: 100%;
  }
}
.contact-block .inner-box:hover .icon:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact-block .inner-box .icon {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: var(--theme-color-light);
  margin-bottom: 35px;
}
.contact-block .inner-box .icon:before {
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
.contact-block .inner-box .icon:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  background-color: var(--bg-theme-color5);
  content: "";
}
.contact-block .inner-box .title {
  font-size: 25px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--theme-color-light);
}
.contact-block .inner-box .date {
  margin-bottom: 20px;
}
.contact-block .inner-box .date span {
  font-weight: 700;
}
.contact-block .inner-box .address {
  margin-top: 20px;
}
.contact-block .inner-box .address .number {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color-light);
}
.contact-block .inner-box .address .number:hover {
  color: var(--theme-color7);
}
.contact-block .inner-box .icon-heart-5 {
  position: relative;
  margin: 0 auto;
}
.subscribe-section {
  position: relative;
  padding: 120px 0 70px;
  background-color: #f7f7f7;
}
.subscribe-section .icon-leaves-6.style-two {
  position: absolute;
  top: 40px;
  left: 40px;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media (max-width: 1199.98px) {
  .subscribe-section .icon-leaves-6.style-two {
    display: none;
  }
}
.subscribe-section .icon-leaves-6 {
  position: absolute;
  right: 45px;
  bottom: 85px;
}
@media (max-width: 1199.98px) {
  .subscribe-section .icon-leaves-6 {
    display: none;
  }
}
.subscribe-section .icon-flower-23 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subscribe-section .gallery-carousel-outer {
  position: relative;
  padding-top: 50px;
  margin-bottom: -85px;
}
.subscribe-section .title-column {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .subscribe-section .title-column .inner-column {
    text-align: center;
  }
}
.subscribe-section .title-column .title {
  color: var(--theme-color-dark);
  font-size: 60px;
  line-height: 1em;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .subscribe-section .title-column .title {
    font-size: 45px;
  }
}
.subscribe-section .form-column {
  position: relative;
  margin-bottom: 40px;
}
.subscribe-form-one {
  padding-top: 20px;
}
.subscribe-form-one .form-group {
  max-width: 740px;
  width: 100%;
  position: relative;
  padding-right: 195px;
}
@media (max-width: 575.98px) {
  .subscribe-form-one .form-group {
    padding-right: 0;
  }
}
.subscribe-form-one .form-group select,
.subscribe-form-one .form-group textarea,
.subscribe-form-one .form-group input:not([type="submit"]) {
  position: relative;
  display: block;
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-dark);
  height: 64px;
  width: 100%;
  padding: 22px 40px 18px;
  line-height: 22px;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-form-one .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  border-radius: 50px;
}
@media (max-width: 575.98px) {
  .subscribe-form-one .form-group .theme-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.marquee-section {
  position: relative;
  padding: 130px 0;
  border: 1px solid #d0d0d0;
}
@media (max-width: 1199.98px) {
  .marquee-section {
    padding: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .marquee-section {
    padding: 60px 0;
  }
}
.marquee-section .icon-leaves-37 {
  position: relative;
}
.marquee-section .icon-leaves-37:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d67a4b;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.marquee {
  position: relative;
  --duration: 30s;
  --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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  font-size: 70px;
  line-height: 36px;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .marquee .text {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .marquee .text {
    font-size: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
    animation-play-state: play;
  }
}
@-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)));
  }
}
.pricing-section {
  position: relative;
  padding: 120px 0 90px;
}
.pricing-section .icon-leaves-36 {
  margin: 20px auto 0;
}
.pricing-block {
  position: relative;
  margin-bottom: 30px;
}
.pricing-block .inner-box {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box {
    padding-left: 0;
    background-color: #252c43;
    outline: 1px solid #cdcdcd;
    border: 9px solid var(--theme-color-light);
    padding: 20px 20px 50px;
  }
}
.pricing-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pricing-block .inner-box:hover .content-box {
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
}
.pricing-block .inner-box .icon-flower-29 {
  position: absolute;
  bottom: 10px;
  right: 25px;
  z-index: 1;
}
.pricing-block .inner-box .image-box .image {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .image-box .image {
    position: relative;
    top: 0;
  }
}
.pricing-block .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .content-box {
  position: relative;
  background-color: #252c43;
  padding: 60px 40px 55px 210px;
  outline: 1px solid #cdcdcd;
  border: 9px solid var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .pricing-block .inner-box .content-box {
    padding-left: 190px;
    padding-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .content-box {
    padding: 0;
    border: none;
    outline: none;
    background-color: #fff0;
    padding-top: 20px;
  }
}
.pricing-block .inner-box .content-box .title {
  color: var(--theme-color-light);
}
.pricing-block .inner-box .content-box .features-list {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
.pricing-block .inner-box .content-box .features-list li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .content-box .features-list li {
    font-size: 14px;
  }
}
.pricing-block .inner-box .content-box .features-list li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  text-align: center;
  width: 14px;
  height: 16px;
  line-height: 16px;
  color: var(--theme-color8);
}
.pricing-block .inner-box .content-box .price {
  color: var(--theme-color-light);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--text-font);
  z-index: 2;
}
.pricing-block .inner-box .content-box .price span {
  font-size: 16px;
  font-weight: 400;
}
.pricing-block .inner-box .content-box .theme-btn {
  padding: 14px 34px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .content-box .theme-btn {
    margin-left: 0;
  }
}
.call-to-action {
  position: relative;
  max-height: 768px;
}
.call-to-action .bg {
  background-attachment: fixed;
}
.call-to-action .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.4;
}
.call-to-action .icon-flowers {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/icons/cta-flowers.png);
  display: inline-block;
  width: 432px;
  height: 604px;
}
@media (max-width: 1399.98px) {
  .call-to-action .icon-flowers {
    display: none;
  }
}
.call-to-action .outer-box {
  position: relative;
  padding: 170px 0 280px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .call-to-action .outer-box {
    padding: 100px 0 200px;
  }
}
.call-to-action .outer-box .title {
  color: var(--theme-color-light);
  font-size: 60px;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .call-to-action .outer-box .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .call-to-action .outer-box .title br {
    display: none;
  }
}
.call-to-action .outer-box .text {
  color: var(--theme-color-light);
}
.call-to-action .outer-box .icon {
  color: var(--theme-color-light);
  font-size: 81px;
  display: block;
  margin-bottom: 40px;
}
.testimonial-section {
  position: relative;
  padding: 120px 0 120px;
}
.testimonial-section .sec-title {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-section .sec-title {
    text-align: center;
  }
}
.testimonial-section .testimonial-navs {
  position: absolute;
  right: 0;
  left: 0;
  top: -180px;
  max-width: 1310px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .testimonial-section .testimonial-navs {
    position: relative;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial-section .testimonial-navs .testi-prev,
.testimonial-section .testimonial-navs .testi-next {
  display: block;
  width: 68px;
  height: 68px;
  font-size: 20px;
  font-weight: 700;
  line-height: 68px;
  color: var(--theme-color-dark);
  background: #fff;
  -webkit-box-shadow: 0 21px 10px rgb(4 4 4 / 0.05);
  box-shadow: 0 21px 10px rgb(4 4 4 / 0.05);
  border: 1px solid #e3e3e3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
}
.testimonial-section .testimonial-navs .testi-prev:hover,
.testimonial-section .testimonial-navs .testi-next:hover {
  color: var(--theme-color-light);
  border-color: var(--bg-theme-color1);
  background-color: var(--bg-theme-color1);
}
.testimonial-section .carousel-outer {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial-section .carousel-outer .testimonial-block {
  padding: 10px 30px;
}
@media (max-width: 991.98px) {
  .testimonial-section .carousel-outer .testimonial-block {
    padding: 0 15px;
  }
}
.testimonial-section .carousel-outer .testimonial-slider {
  overflow: hidden;
}
.testimonial-section .styled-pagination {
  position: relative;
  max-width: 443px;
  margin: 0 auto;
  width: 100%;
  height: 4px !important;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #bfbfbf;
}
@media (max-width: 575.98px) {
  .testimonial-section .styled-pagination {
    max-width: 280px;
  }
}
.testimonial-section .styled-pagination .swiper-pagination-progressbar-fill {
  background: var(--bg-theme-color1);
}
.testimonial-section
  .styled-pagination
  .swiper-pagination-progressbar-fill::before {
  position: absolute;
  top: -7px;
  right: 0;
  height: 7px;
  width: 7px;
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  content: "";
  -webkit-transform: none;
  transform: none;
  display: none;
}
.testimonial-block {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-block .inner-box {
  position: relative;
  border: 2px solid #f2f2f2;
  padding: 0 80px 85px;
  margin: 0 auto;
  margin-top: 67px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .testimonial-block .inner-box {
    padding: 0 30px 30px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-box {
    margin-top: 80px;
  }
}
.testimonial-block .inner-box:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -40px;
  width: 206px;
  height: 200px;
  background-image: url(../images/icons/flowers-4.png);
  background-repeat: no-repeat;
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-box:before {
    opacity: 0.1;
  }
}
.testimonial-block .inner-box:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -40px;
  width: 206px;
  height: 200px;
  background-image: url(../images/icons/flowers-4-2.png);
  background-repeat: no-repeat;
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-box:after {
    opacity: 0.1;
  }
}
.testimonial-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-block .inner-box .image-box {
  position: relative;
  margin-top: -78px;
  margin-bottom: 15px;
}
.testimonial-block .inner-box .image-box .image {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 21px 10px rgb(4 4 4 / 0.05);
  box-shadow: 0 21px 10px rgb(4 4 4 / 0.05);
  width: 180px;
  height: 180px;
  border: 12px solid var(--theme-color-light);
  border-radius: 50%;
  outline: 1px solid #c1c1c1;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.testimonial-block .inner-box .image-box .image img {
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block .inner-box .content-box {
  position: relative;
}
.testimonial-block .inner-box .content-box .name {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 0;
}
.testimonial-block .inner-box .content-box .designation {
  display: block;
  color: #282828;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}
.testimonial-block .inner-box .content-box .text {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 32px;
}
.testimonial-section-two {
  position: relative;
  padding: 120px 0 90px;
}
.testimonial-section-two .sec-title {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .testimonial-section-two .sec-title {
    text-align: center;
  }
  .testimonial-section-two .sec-title br {
    display: none;
  }
}
.testimonial-section-two .sec-title .sub-title {
  font-size: 22px;
  font-weight: 800;
}
.testimonial-section-two .default-navs .owl-nav {
  position: absolute;
  top: -140px;
  right: 0;
}
@media (max-width: 991.98px) {
  .testimonial-section-two .default-navs .owl-nav {
    position: relative;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.testimonial-section-two .default-dots .owl-dots {
  position: absolute;
  bottom: 80px;
  left: 0;
}
@media (max-width: 1399.98px) {
  .testimonial-section-two .default-dots .owl-dots {
    display: none;
  }
}
.testimonial-block-two {
  position: relative;
}
.testimonial-block-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;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 25px;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.testimonial-block-two .inner-box .image-box {
  position: relative;
  padding: 20px 30px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box .image-box {
    margin-bottom: 20px;
  }
}
.testimonial-block-two .inner-box .image-box .image {
  min-width: 390px;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .image-box .image {
    min-width: 100%;
  }
}
.testimonial-block-two .inner-box .image-box .image img {
  border-radius: 50%;
}
.testimonial-block-two .inner-box .image-box .testi-frame {
  position: absolute;
  top: -20px;
  left: -40px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .image-box .testi-frame {
    left: -4.5%;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
  }
}
.testimonial-block-two .inner-box .content-box {
  position: relative;
  padding-left: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-two .inner-box .content-box {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box .content-box {
    padding-left: 0;
    text-align: center;
    padding-bottom: 0;
  }
}
.testimonial-block-two .inner-box .content-box .text {
  position: relative;
  color: #777;
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box .content-box .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .content-box .text {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.testimonial-block-two .inner-box .content-box .name {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 47px;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .content-box .name {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.testimonial-block-two .inner-box .content-box .designation {
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box .content-box .designation {
    display: block;
    margin-left: 0;
  }
}
.testimonial-section-three {
  position: relative;
  background-color: #f7f7f7;
  padding: 120px 0 120px;
  z-index: 1;
}
.testimonial-section-three .icon-flower-17 {
  position: absolute;
  bottom: 20px;
  left: -220px;
}
@media (max-width: 991.98px) {
  .testimonial-section-three .icon-flower-17 {
    opacity: 0.15;
  }
}
.testimonial-section-three .icon-flower-18 {
  position: absolute;
  top: 40px;
  right: -80px;
}
@media (max-width: 991.98px) {
  .testimonial-section-three .icon-flower-18 {
    opacity: 0.15;
  }
}
.testimonial-section-three .sec-title {
  margin-bottom: 10px;
}
.testimonial-section-three .default-navs .owl-nav {
  position: absolute;
  top: -160px;
  right: 0;
}
.testimonial-section-three .default-navs-two {
  z-index: 9;
}
.testimonial-section-three .default-navs-two .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .testimonial-section-three .default-navs-two .owl-nav {
    display: none;
  }
}
.testimonial-section-three .default-navs-two .owl-next,
.testimonial-section-three .default-navs-two .owl-prev {
  position: relative;
  display: block;
  font-size: 30px;
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 47px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-three .default-navs-two .owl-next:hover,
.testimonial-section-three .default-navs-two .owl-prev:hover {
  color: var(--theme-color6);
}
.testimonial-section-three .default-navs-two .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 30px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-three .default-navs-two .owl-prev {
    left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section-three .default-navs-two .owl-prev {
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section-three .default-navs-two .owl-prev {
    top: auto;
    left: 40%;
    bottom: -100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-three .default-navs-two .owl-prev {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.testimonial-section-three .default-navs-two .owl-prev:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
  height: 12px;
  background-image: url(../images/icons/icon-arrow.png);
}
@media (max-width: 1199.98px) {
  .testimonial-section-three .default-navs-two .owl-prev:before {
    display: none;
  }
}
.testimonial-section-three .default-navs-two .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 30px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-three .default-navs-two .owl-next {
    right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section-three .default-navs-two .owl-next {
    right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section-three .default-navs-two .owl-next {
    top: auto;
    right: 40%;
    bottom: -100px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-three .default-navs-two .owl-next {
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.testimonial-section-three .default-navs-two .owl-next:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 12px;
  background-image: url(../images/icons/icon-arrow.png);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 1199.98px) {
  .testimonial-section-three .default-navs-two .owl-next:before {
    display: none;
  }
}
.testimonial-block-three {
  position: relative;
}
.testimonial-block-three .inner-box {
  position: relative;
  min-height: 707px;
  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;
}
@media (max-width: 991.98px) {
  .testimonial-block-three .inner-box {
    min-width: auto;
    min-height: auto;
    padding-top: 30px;
  }
}
.testimonial-block-three .inner-box .testi3-frame {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-52%);
  transform: translateX(-52%);
}
@media (max-width: 991.98px) {
  .testimonial-block-three .inner-box .testi3-frame {
    display: none;
  }
}
.testimonial-block-three .inner-box .content-box {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.testimonial-block-three .inner-box .content-box .icon {
  display: inline-block;
  margin-bottom: 30px;
}
.testimonial-block-three .inner-box .content-box .text {
  position: relative;
  color: #777;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .testimonial-block-three .inner-box .content-box .text br {
    display: none;
  }
}
.testimonial-block-three .inner-box .content-box .name {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1em;
}
.testimonial-block-three .inner-box .content-box .designation {
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.team-section {
  position: relative;
  background-color: var(--bg-theme-color4);
  padding: 120px 0 120px;
}
@media (max-width: 991.98px) {
  .team-section {
    padding: 120px 0 70px;
  }
}
.team-section .icon-flower {
  position: absolute;
  top: 0;
  right: -200px;
  background-position: right;
}
.team-section .icon-leave-2 {
  position: absolute;
  top: 65px;
  left: 0;
}
@media only screen and (max-width: 1699px) {
  .team-section .icon-leave-2 {
    display: none;
  }
}
.team-section .icon-leave-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1699px) {
  .team-section .icon-leave-3 {
    display: none;
  }
}
.team-section .sec-title .icon-divider {
  position: relative;
  margin: 0 auto;
  display: inherit;
  margin-bottom: 35px;
}
.team-section .outer-box {
  position: relative;
  padding-top: 30px;
}
.team-section .outer-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #444;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .team-section .outer-box:before {
    display: none;
  }
}
.team-section .outer-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 114px;
  background-image: url(../images/icons/divider-2.png);
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .team-section .outer-box:after {
    display: none;
  }
}
.team-section .left-column .inner-column {
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .team-section .left-column .inner-column {
    margin-right: 10px;
  }
}
.team-section .right-column .inner-column {
  padding-left: 60px;
}
@media (max-width: 1199.98px) {
  .team-section .right-column .inner-column {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .team-section .right-column .inner-column {
    padding-left: 0;
  }
}
.team-block {
  margin-bottom: 60px;
}
.team-block .inner-box {
  position: relative;
  text-align: center;
}
.team-block .inner-box:hover .image-box .icon-flowers-5 {
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
}
.team-block .inner-box:hover .image-box .image img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team-block .inner-box .image-box {
  position: relative;
  width: 193px;
  margin: 0 auto 25px;
}
.team-block .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}
.team-block .inner-box .image-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box .image-box .team-frame {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: auto;
  width: auto;
}
.team-block .inner-box .image-box .icon-border {
  position: absolute;
  top: -10px;
  left: -10px;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 210px;
}
.team-block .inner-box .image-box .icon-flowers-5 {
  position: absolute;
  top: -30px;
  left: -35px;
}
.team-block .inner-box .content-box {
  position: relative;
}
.team-block .inner-box .content-box .name {
  color: #282828;
  font-family: var(--script-font);
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 0;
}
.team-block .inner-box .content-box .designation {
  color: var(--theme-color1);
  font-family: var(--text-font);
  font-weight: 400;
}
.team-section-two {
  position: relative;
  padding: 120px 0;
}
.team-section-two .sec-title {
  margin-bottom: 20px;
}
.team-section-two .icon-flowers-7 {
  position: absolute;
  bottom: 120px;
  left: 0;
}
@media (max-width: 1399.98px) {
  .team-section-two .icon-flowers-7 {
    opacity: 0.1;
  }
}
.team-section-two .owl-carousel .owl-item:nth-child(odd) .team-block-two {
  margin-top: 110px;
}
@media (max-width: 1199.98px) {
  .team-section-two .owl-carousel .owl-item:nth-child(odd) .team-block-two {
    margin-top: 0;
  }
}
.team-section-two .owl-carousel {
  padding-bottom: 10px;
}
.team-section-two .owl-carousel .owl-nav {
  display: none;
}
.team-section-two .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  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;
}
.team-section-two .owl-carousel .owl-dots .owl-dot {
  height: 3px;
  width: 60px;
  background-color: #dfdfdf;
  margin-right: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-section-two .owl-carousel .owl-dots .owl-dot {
    width: 30px;
  }
}
.team-section-two .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bg-theme-color3);
}
.team-block-two {
  margin-bottom: 40px;
}
.team-block-two .inner-box {
  position: relative;
  padding-top: 25px;
  margin: 0 auto;
  text-align: center;
}
.team-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.team-block-two .inner-box .image-box {
  position: relative;
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid var(--theme-color-dark);
  border-radius: 300px;
}
.team-block-two .inner-box .image-box .icon-flower-10 {
  position: absolute;
  top: 0;
  left: 0;
}
.team-block-two .inner-box .image-box .icon-flower-11 {
  position: absolute;
  bottom: 0;
  right: -10px;
}
.team-block-two .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 300px;
}
.team-block-two .inner-box .image-box .image img {
  border-radius: 300px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box .content-box {
  position: relative;
  text-align: center;
}
.team-block-two .inner-box .content-box .name {
  color: #282828;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.team-block-two .inner-box .content-box .name a:hover {
  color: var(--theme-color7);
}
.team-block-two .inner-box .content-box .designation {
  display: block;
  font-family: var(--text-font);
  font-weight: 400;
  margin-bottom: 20px;
}
.team-block-two .inner-box .content-box .social-icon-two {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-block-two .inner-box .content-box .social-icon-two a {
  font-size: 16px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  border-color: #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team-section-three {
  position: relative;
  padding: 120px 0 70px;
}
.team-section-three .team-block-outer {
  position: relative;
  margin-bottom: 120px;
}
.team-section-three .team-block-outer .image-column {
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .team-section-three .team-block-outer .image-column .inner-column {
    text-align: center;
  }
}
.team-section-three .team-block-outer .image-column .inner-column .image-box {
  position: relative;
}
@media (max-width: 1199.98px) {
  .team-section-three .team-block-outer .image-column .inner-column .image-box {
    max-width: 400px;
    margin: 0 auto;
  }
}
.team-section-three
  .team-block-outer
  .image-column
  .inner-column
  .image-box
  .image
  img {
  border-radius: 300px 300px 0 0;
}
.team-section-three
  .team-block-outer
  .image-column
  .inner-column
  .image-box
  .icon-leaves-8 {
  position: absolute;
  top: 0;
  left: -100px;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .team-section-three
    .team-block-outer
    .image-column
    .inner-column
    .image-box
    .icon-leaves-8 {
    display: none;
  }
}
.team-section-three
  .team-block-outer
  .image-column
  .inner-column
  .image-box
  .icon-leaves-9 {
  position: absolute;
  bottom: -20px;
  right: -40px;
  background-repeat: no-repeat;
  pointer-events: none;
}
.team-section-three .team-block-outer .content-column {
  margin-bottom: 50px;
}
.team-section-three .team-block-outer .content-column .inner-column {
  position: relative;
  padding-left: 40px;
  padding-top: 20px;
}
@media (max-width: 1199.98px) {
  .team-section-three .team-block-outer .content-column .inner-column {
    padding: 0;
    text-align: center;
  }
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .team-info-box {
  position: relative;
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .team-info-box
  .name {
  color: var(--theme-color-dark);
  font-family: var(--script-font);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 8px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .team-section-three
    .team-block-outer
    .content-column
    .inner-column
    .team-info-box
    .name {
    font-size: 48px;
  }
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .team-info-box
  .designation {
  margin-bottom: 10px;
  color: var(--theme-color5);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .team-section-three
    .team-block-outer
    .content-column
    .inner-column
    .team-info-box
    .designation {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .team-info-box
  .text {
  font-size: 18px;
  line-height: 32px;
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .team-info-box
  .social-icon-two {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .team-section-three
    .team-block-outer
    .content-column
    .inner-column
    .team-info-box
    .social-icon-two {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .team-info-box
  .social-icon-two
  a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .team-info-box
  .social-icon-two
  a:before {
  background-color: var(--theme-color5);
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .team-info-box
  .social-icon-two
  a:hover {
  border-color: var(--bg-theme-color5);
}
.team-section-three
  .team-block-outer
  .content-column
  .inner-column
  .carousel-outer {
  margin-top: 50px;
}
.team-section-three .team-block-outer.style-two .image-column {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 1199.98px) {
  .team-section-three .team-block-outer.style-two .image-column {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.team-section-three .team-block-outer.style-two .content-column .inner-column {
  padding-left: 0;
  padding-right: 40px;
  padding-top: 10px;
}
@media (max-width: 1199.98px) {
  .team-section-three
    .team-block-outer.style-two
    .content-column
    .inner-column {
    padding: 0;
  }
}
.team-section-three .team-block-outer.style-two .groom-image .image-box {
  position: relative;
}
.team-section-three
  .team-block-outer.style-two
  .groom-image
  .image-box
  .image
  img {
  border-radius: 0 0 300px 300px;
}
@media (max-width: 1199.98px) {
  .team-section-three
    .team-block-outer.style-two
    .groom-image
    .image-box
    .image
    img {
    border-radius: 300px 300px 0 0;
  }
}
.team-section-three
  .team-block-outer.style-two
  .groom-image
  .image-box
  .icon-leaves-8 {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: -80px;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .team-section-three
    .team-block-outer.style-two
    .groom-image
    .image-box
    .icon-leaves-8 {
    top: 0;
    left: -100px;
    right: auto;
    bottom: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 575.98px) {
  .team-section-three
    .team-block-outer.style-two
    .groom-image
    .image-box
    .icon-leaves-8 {
    display: none;
  }
}
.team-section-three
  .team-block-outer.style-two
  .groom-image
  .image-box
  .icon-leaves-9 {
  position: absolute;
  top: -20px;
  left: -40px;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .team-section-three
    .team-block-outer.style-two
    .groom-image
    .image-box
    .icon-leaves-9 {
    top: auto;
    left: auto;
    bottom: -20px;
    right: -40px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.team-block-three {
  position: relative;
}
.team-block-three .inner-box {
  position: relative;
  text-align: center;
}
.team-block-three .inner-box:hover .team3-frame {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.team-block-three .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}
.team-block-three .inner-box .image-box {
  position: relative;
  padding-top: 20px;
}
.team-block-three .inner-box .image-box .image {
  display: inline-block;
  width: 197px;
  height: 197px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-block-three .inner-box .image-box .image img {
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .inner-box .image-box .team3-frame {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -131px;
  background-size: cover;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  pointer-events: none;
}
.team-block-three .inner-box .name {
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--theme-color-dark);
  font-size: 26px;
  line-height: 32px;
}
.team-block-three .inner-box .name:hover {
  color: var(--theme-color5);
}
.team-block-three .inner-box .designation {
  color: #aaa;
}
.team-section-four {
  position: relative;
  padding: 120px 0 80px;
}
.team-section-four .sec-title {
  margin-bottom: 95px;
}
@media (max-width: 767.98px) {
  .team-section-four .sec-title {
    margin-bottom: 60px;
  }
}
.team-block-four {
  margin-bottom: 40px;
}
.team-block-four .inner-box {
  position: relative;
  text-align: center;
}
.team-block-four .inner-box:hover .image-box .icon-leaves-18,
.team-block-four .inner-box:hover .image-box .icon-leaves-17 {
  -webkit-animation: zoom-two 3s infinite linear;
  animation: zoom-two 3s infinite linear;
}
.team-block-four .inner-box .image-box {
  position: relative;
  max-width: 330px;
  margin: 0 auto 25px;
}
.team-block-four .inner-box .image-box .image img {
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-four .inner-box .image-box .icon-leaves-17 {
  position: absolute;
  top: 30px;
  left: 70px;
  z-index: -1;
  pointer-events: none;
}
.team-block-four .inner-box .image-box .icon-leaves-18 {
  position: absolute;
  top: 0;
  left: 20px;
  pointer-events: none;
}
.team-block-four .inner-box .image-box .icon-leaves-19 {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.team-block-four .inner-box .image-box .icon-leaves-20 {
  position: absolute;
  top: 0;
  left: -10px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .team-block-four .inner-box .image-box .icon-leaves-20 {
    top: -20px;
    left: -40px;
  }
}
.team-block-four .inner-box .content-box {
  position: relative;
  text-align: center;
}
.team-block-four .inner-box .content-box .name {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 400;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}
.team-block-four .inner-box .content-box .designation {
  color: #aaa;
  font-family: var(--text-font);
  font-weight: 400;
}
.team-block-four.style-two .inner-box:hover .icon-leaves-20,
.team-block-four.style-two .inner-box:hover .icon-leaves-19 {
  -webkit-animation: zoom-two 3s infinite linear;
  animation: zoom-two 3s infinite linear;
}
.team-block-four.style-two .image-box {
  margin-top: -40px;
}
@media (max-width: 991.98px) {
  .team-block-four.style-two .image-box {
    margin-top: 0;
  }
}
.news-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .news-section br {
    display: none;
  }
}
.news-section .icon-leave-4 {
  content: "";
  position: absolute;
  top: 280px;
  right: 190px;
}
@media (max-width: 1199.98px) {
  .news-section .icon-leave-4 {
    display: none;
  }
}
.news-section .icon-flower-12 {
  content: "";
  position: absolute;
  bottom: 180px;
  left: 150px;
}
@media (max-width: 1199.98px) {
  .news-section .icon-flower-12 {
    display: none;
  }
}
.news-section .theme-btn {
  line-height: 30px;
  font-weight: 700;
  min-width: 240px;
}
.news-block {
  margin-bottom: 50px;
}
.news-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .news-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box .image-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 40px;
}
@media (max-width: 1399.98px) {
  .news-block .inner-box .image-box {
    min-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .news-block .inner-box .image-box {
    width: 100%;
  }
}
.news-block .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .inner-box .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .inner-box .image-box .image a:after {
  background: rgb(255 255 255 / 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
@media (max-width: 991.98px) {
  .news-block .inner-box .image-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.news-block .inner-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
}
@media (max-width: 1199.98px) {
  .news-block .inner-box .content-box {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .news-block .inner-box .content-box {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box {
    -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;
    text-align: center;
  }
}
.news-block .inner-box .content-box .date {
  display: inline-block;
  color: var(--theme-color7);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
}
.news-block .inner-box .content-box .date span {
  display: block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 1em;
}
.news-block .inner-box .content-box .title-box {
  padding-left: 20px;
  margin-left: 45px;
  border-left: 1px solid #d5d5d5;
}
@media (max-width: 1199.98px) {
  .news-block .inner-box .content-box .title-box {
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .title-box {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.news-block .inner-box .content-box .title-box .title {
  display: block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2em;
}
.news-block .inner-box .content-box .title-box .title a:hover {
  color: var(--theme-color3);
}
.news-block.style-two .image-box {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-left: 0;
}
.news-block.style-two .content-box {
  margin-left: 80px;
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .news-block.style-two .content-box {
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .news-block.style-two .content-box {
    margin-left: 0;
  }
}
.news-section-two {
  position: relative;
  padding: 120px 0 50px;
}
.news-block-two {
  margin-bottom: 70px;
}
.news-block-two .inner-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .news-block-two .inner-box {
    text-align: center;
  }
}
.news-block-two .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-two .inner-box:hover .image-box .image a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-block-two .inner-box .image-box {
  position: relative;
}
.news-block-two .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 600px 600px;
  margin-bottom: 40px;
}
.news-block-two .inner-box .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-two .inner-box .image-box .image a:after {
  background: rgb(255 255 255 / 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-two .inner-box .date {
  position: relative;
  color: var(--theme-color5);
  font-family: var(--text-font);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.news-block-two .inner-box .date:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #cad1c9;
  width: 100%;
  height: 1px;
}
.news-block-two .inner-box .title {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 15px;
}
.news-block-two .inner-box .title a:hover {
  color: var(--theme-color5);
}
.news-block-two .inner-box .text {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .news-block-two .inner-box .text {
    margin-bottom: 0;
  }
  .news-block-two .inner-box .text br {
    display: none;
  }
}
.news-block-two .inner-box .readmore {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color-light);
  text-align: center;
  -webkit-box-shadow: 0 21px 10px rgb(0 0 0 / 0.05);
  box-shadow: 0 21px 10px rgb(0 0 0 / 0.05);
}
.news-block-two .inner-box .readmore:hover {
  background-color: var(--bg-theme-color5);
  border-color: var(--bg-theme-color5);
  color: var(--theme-color-light);
}
.news-block-two.style-two .image-box .image {
  border-radius: 500px;
}
.news-block-two.style-three .image-box .image {
  border-radius: 500px 500px 0 0;
}
.news-section-three {
  position: relative;
  padding: 120px 0 120px;
}
@media (max-width: 575.98px) {
  .news-section-three br {
    display: none;
  }
}
.news-section-three .theme-btn {
  font-family: var(--text-font);
  font-weight: 500;
  background-color: var(--bg-theme-color6);
  color: var(--theme-color-light);
}
.news-section-three .theme-btn:before {
  background-color: var(--bg-theme-color7);
}
.news-block-three {
  margin-bottom: 50px;
}
.news-block-three .inner-box {
  position: relative;
  padding: 10px;
  background-color: #f7f7f7;
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .news-block-three .inner-box {
    text-align: center;
    margin-right: 0;
  }
}
.news-block-three .inner-box:hover .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-three .inner-box:hover .image a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-block-three .inner-box .category {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 300px;
  padding: 0 10px;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 13px;
  background-color: var(--theme-color-light);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.news-block-three .inner-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block-three .inner-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-three .inner-box .image a:after {
  background: rgb(255 255 255 / 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-three .inner-box .content-box {
  padding: 40px 40px 30px;
}
@media (max-width: 575.98px) {
  .news-block-three .inner-box .content-box {
    padding: 20px;
  }
}
.news-block-three .inner-box .content-box .title {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
}
.news-block-three .inner-box .content-box .title a:hover {
  color: var(--theme-color6);
}
.news-block-three .inner-box .content-box .text {
  margin-bottom: 25px;
}
.news-block-three .inner-box .content-box .author-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .news-block-three .inner-box .content-box .author-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .news-block-three .inner-box .content-box .author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news-block-three .inner-box .content-box .author-box img {
  border-radius: 50%;
}
.news-block-three .inner-box .content-box .author-box .info-box {
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .news-block-three .inner-box .content-box .author-box .info-box {
    margin-left: 0;
    margin-top: 20px;
  }
}
.news-block-three .inner-box .content-box .author-box .info-box .date {
  color: var(--theme-color6);
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
}
.news-block-three .inner-box .content-box .author-box .info-box .name {
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 0;
}
.news-block-three .inner-box .content-box .author-box .info-box .name:before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 130px;
  height: 1px;
  background-color: #c8c8c8;
}
.news-block-four .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .news-block-four .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.news-block-four .inner-box:hover .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-four .inner-box:hover .image a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-block-four .inner-box .category {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 300px;
  padding: 0 10px;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 13px;
  background-color: var(--theme-color-light);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.news-block-four .inner-box .image-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .news-block-four .inner-box .image-box {
    width: 100%;
  }
}
.news-block-four .inner-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  min-width: 270px;
}
.news-block-four .inner-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-four .inner-box .image a:after {
  position: absolute;
  background: rgb(255 255 255 / 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  content: "";
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-four .inner-box .content-box {
  position: relative;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .news-block-four .inner-box .content-box {
    padding: 30px 20px;
    margin: 0;
    background-color: #f7f7f7;
  }
}
.news-block-four .inner-box .content-box .title {
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
}
.news-block-four .inner-box .content-box .title a:hover {
  color: var(--theme-color6);
}
.news-block-four .inner-box .content-box .text {
  margin-bottom: 20px;
}
.news-block-four .inner-box .content-box .author-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .news-block-four .inner-box .content-box .author-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .news-block-four .inner-box .content-box .author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news-block-four .inner-box .content-box .author-box img {
  border-radius: 50%;
}
.news-block-four .inner-box .content-box .author-box .info-box {
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .news-block-four .inner-box .content-box .author-box .info-box {
    margin-left: 0;
    margin-top: 20px;
  }
}
.news-block-four .inner-box .content-box .author-box .info-box .date {
  color: var(--theme-color6);
  font-family: var(--text-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
}
.news-block-four .inner-box .content-box .author-box .info-box .name {
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 0;
}
.news-block-four .inner-box .content-box .author-box .info-box .name:before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 130px;
  height: 1px;
  background-color: #c8c8c8;
}
.news-section-five {
  position: relative;
  padding: 120px 0 120px;
  background-color: #f7f7f7;
  z-index: 3;
}
.news-section-five .icon-flowers-19 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  .news-section-five .icon-flowers-19 {
    opacity: 0.2;
  }
}
.news-section-five .icon-flowers-20 {
  position: absolute;
  top: 98px;
  right: 0;
}
@media (max-width: 1199.98px) {
  .news-section-five .icon-flowers-20 {
    opacity: 0.2;
  }
}
.news-section-five .sec-title {
  margin-bottom: 45px;
}
.news-section-five .sec-title .icon-leaves-36 {
  margin: 25px auto 0;
}
.news-section-five .row {
  margin: 0 -24px;
}
.news-section-five .row > div {
  padding: 0 24px;
}
@media (max-width: 1199.98px) {
  .news-section-five .row {
    margin: 0 -15px;
  }
  .news-section-five .row > div {
    padding: 0 15px;
  }
}
.news-section-five .bottom-box {
  margin-top: 90px;
}
@media (max-width: 1199.98px) {
  .news-section-five .bottom-box {
    margin-top: 30px;
  }
}
.news-section-five .bottom-box .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 991.98px) {
  .news-section-five .bottom-box .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .news-section-five .bottom-box .title {
    font-size: 26px;
  }
}
.news-section-five .bottom-box .btn-box {
  margin-top: 25px;
}
.news-section-five .bottom-box .btn-box .theme-btn {
  padding: 14px 55px;
}
.news-block-five {
  position: relative;
  margin-bottom: 30px;
}
.news-block-five .inner-box {
  position: relative;
  padding: 50px 40px 40px 35px;
  outline: 1px solid #cdcdcd;
  background-color: var(--theme-color-light);
  border: 9px solid #f7f7f7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .news-block-five .inner-box {
    padding: 40px 20px;
  }
}
.news-block-five .inner-box:hover {
  border-color: var(--bg-theme-color8);
  outline-color: var(--bg-theme-color8);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
}
.news-block-five .inner-box .icon-flower-30 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-block-five .inner-box .content-box {
  position: relative;
}
.news-block-five .inner-box .content-box .date {
  color: var(--theme-color8);
  margin-bottom: 10px;
}
.news-block-five .inner-box .content-box .title {
  margin-bottom: 12px;
  font-size: 20px;
}
.news-block-five .inner-box .content-box .title:hover {
  color: var(--theme-color8);
}
.news-block-five .inner-box .content-box .text {
  margin-bottom: 30px;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .news-block-five .inner-box .content-box .text br {
    display: none;
  }
}
.news-block-five .inner-box .image-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-block-five .inner-box .image-box .image {
  position: relative;
  margin-bottom: 0;
  border-radius: 50%;
}
.news-block-five .inner-box .image-box .image img {
  border-radius: 50%;
  -webkit-box-shadow: 0 21px 10px rgb(0 0 0 / 0.05);
  box-shadow: 0 21px 10px rgb(0 0 0 / 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-five .inner-box .image-box .name {
  color: var(--theme-color-dark);
  margin-left: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.news-block-five .inner-box .image-box .name span {
  text-decoration: underline;
}
.fun-fact-section {
  position: relative;
  padding: 120px 0 50px;
}
.counter-block {
  position: relative;
  margin-bottom: 70px;
}
.counter-block:first-child .inner:before {
  display: none;
}
@media (max-width: 1199.98px) {
  .counter-block:nth-child(odd) .inner::before {
    display: none;
  }
}
.counter-block .inner {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .inner:before {
  content: "";
  position: absolute;
  top: 45px;
  left: -15px;
  width: 13px;
  height: 80px;
  background-image: url(../images/icons/divider-4.png);
}
@media (max-width: 767.98px) {
  .counter-block .inner:before {
    display: none;
  }
}
.counter-block .inner:hover .count-box {
  color: var(--theme-color7);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.counter-block .content {
  position: relative;
  text-align: center;
}
.counter-block .content .icon-flower-30 {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.counter-block .count-box {
  font-size: 80px;
  line-height: 1em;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color8);
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .counter-title {
  font-size: var(--body-font-size);
  line-height: 1.6em;
  font-weight: 400;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  margin-bottom: 0;
}
.pricing-section {
  position: relative;
  padding: 120px 0 90px;
}
.pricing-section .icon-leaves-36 {
  margin: 20px auto 0;
}
.pricing-block {
  position: relative;
  margin-bottom: 30px;
}
.pricing-block .inner-box {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box {
    padding-left: 0;
    background-color: #252c43;
    outline: 1px solid #cdcdcd;
    border: 9px solid var(--theme-color-light);
    padding: 20px 20px 50px;
  }
}
.pricing-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pricing-block .inner-box:hover .content-box {
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
}
.pricing-block .inner-box .icon-flower-29 {
  position: absolute;
  bottom: 10px;
  right: 25px;
  z-index: 1;
}
.pricing-block .inner-box .image-box .image {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .image-box .image {
    position: relative;
    top: 0;
  }
}
.pricing-block .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .content-box {
  position: relative;
  background-color: #252c43;
  padding: 60px 40px 55px 210px;
  outline: 1px solid #cdcdcd;
  border: 9px solid var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .pricing-block .inner-box .content-box {
    padding-left: 190px;
    padding-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .content-box {
    padding: 0;
    border: none;
    outline: none;
    background-color: #fff0;
    padding-top: 20px;
  }
}
.pricing-block .inner-box .content-box .title {
  color: var(--theme-color-light);
}
.pricing-block .inner-box .content-box .features-list {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
.pricing-block .inner-box .content-box .features-list li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: var(--theme-color-light);
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .pricing-block .inner-box .content-box .features-list li {
    font-size: 14px;
  }
}
.pricing-block .inner-box .content-box .features-list li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  text-align: center;
  width: 14px;
  height: 16px;
  line-height: 16px;
  color: var(--theme-color8);
}
.pricing-block .inner-box .content-box .price {
  color: var(--theme-color-light);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--text-font);
  z-index: 2;
}
.pricing-block .inner-box .content-box .price span {
  font-size: 16px;
  font-weight: 400;
}
.pricing-block .inner-box .content-box .theme-btn {
  padding: 14px 34px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .content-box .theme-btn {
    margin-left: 0;
  }
}
.video-section {
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 80px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .video-section {
    padding: 120px 0 120px;
    margin-bottom: 0;
  }
}
.video-section .icon-leaves-25 {
  position: absolute;
  bottom: 40px;
  left: -25px;
}
.video-section .icon-leaves-26 {
  position: absolute;
  top: 10px;
  right: 0;
}
@media only screen and (max-width: 1699px) {
  .video-section .icon-leaves-26 {
    opacity: 0.1;
  }
}
.video-section .video-column .inner-column {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (max-width: 1199.98px) {
  .video-section .video-column .inner-column {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.video-section .video-column .inner-column .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-section .video-column .inner-column .play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  line-height: 130px;
  pointer-events: none;
  border-radius: 50%;
  border: 2px solid var(--theme-color-light);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .video-section .video-column .inner-column .play-btn:before {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.video-section .video-column .inner-column .play-btn .icon {
  height: 110px;
  width: 110px;
  border: 0;
  line-height: 112px;
  font-size: 30px;
  color: #101010;
}
@media (max-width: 575.98px) {
  .video-section .video-column .inner-column .play-btn .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}
.video-section .video-column .inner-column .play-btn .icon:hover {
  background-color: var(--bg-theme-color6);
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .video-section .video-column .inner-column .image img {
    width: 100%;
  }
}
.video-section .content-column .inner-column {
  padding: 120px 0 250px;
  padding-left: 100px;
}
@media (max-width: 1199.98px) {
  .video-section .content-column .inner-column {
    padding: 0;
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .video-section .content-column .inner-column {
    text-align: center;
    padding-top: 0;
  }
}
.video-section .date-box-outer {
  position: relative;
}
.video-section .date-box-outer .event-date-box {
  position: absolute;
  right: 0;
  left: 275px;
  bottom: -80px;
  -webkit-box-shadow: 0 3px 84px rgb(0 0 0 / 0.31);
  box-shadow: 0 3px 84px rgb(0 0 0 / 0.31);
  background-color: #1b2640;
  padding: 80px 0 30px;
}
.video-section .date-box-outer .event-date-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/overlay3.jpg);
  content: "";
  opacity: 0.1;
}
@media (max-width: 1199.98px) {
  .video-section .date-box-outer .event-date-box {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .video-section .date-box-outer .event-date-box {
    min-width: auto;
  }
}
.video-section .date-box-outer .event-date-box .icon-flower-21 {
  position: absolute;
  bottom: -60px;
  right: -50px;
  z-index: 3;
}
.video-section .date-box-outer .event-date-box .icon-line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 991.98px) {
  .video-section .date-box-outer .event-date-box .icon-line {
    display: none;
  }
}
.date-block {
  position: relative;
  margin-bottom: 50px;
}
.date-block .inner-box {
  position: relative;
  padding: 0 25px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .date-block .inner-box {
    -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;
    text-align: center;
  }
}
.date-block .title {
  color: var(--theme-color-light);
  font-size: 30px;
  line-height: 1em;
  font-family: var(--title-font);
  font-weight: 400;
}
.date-block .date {
  color: var(--theme-color-light);
  font-size: 19px;
  line-height: 29px;
  font-family: var(--title-font);
  font-weight: 400;
}
.date-block .address {
  color: var(--theme-color-light);
  font-size: 19px;
  line-height: 29px;
  font-family: var(--title-font);
  font-weight: 400;
  margin-top: 25px;
}
.date-block.style-two {
  padding-right: 0;
  margin-bottom: 0;
}
.clients-section {
  position: relative;
  padding: 120px 0 70px;
}
.clients-section .title-column {
  margin-bottom: 50px;
}
.clients-section .title-column .inner-column {
  padding-top: 20px;
}
@media (max-width: 1399.98px) {
  .clients-section .title-column .inner-column .sec-title {
    text-align: center;
  }
}
.clients-section .images-column {
  margin-bottom: 20px;
}
.clients-section .images-column .inner-column {
  position: relative;
}
.client-block {
  margin-bottom: 30px;
}
.client-block .image {
  border: 3px solid var(--theme-color-gray);
  height: 145px;
  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;
  background-color: var(--theme-color-light);
}
.client-block .image:hover {
  -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 15px 30px rgb(0 0 0 / 0.1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.client-block a {
  padding: 20px;
  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;
}
.client-block a img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.client-block a:hover img {
  opacity: 0.8;
}
.clients-section-two {
  position: relative;
  padding: 120px 0 90px;
}
.clients-section-two .icon-flower-22 {
  position: absolute;
  top: -160px;
  right: -55px;
}
@media (max-width: 1199.98px) {
  .clients-section-two .icon-flower-22 {
    opacity: 0.15;
  }
}
.clients-section-two .sec-title {
  margin-bottom: 30px;
}
.client-block-two a {
  position: relative;
  min-height: 90px;
  padding: 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;
}
.client-block-two a img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: auto !important;
}
.client-block-two a:hover img {
  opacity: 0.8;
}
.clients-section-three {
  position: relative;
  background-color: #f3fdf1;
  padding: 120px 0 100px;
}
.clients-section-three .icon-leaves-28 {
  position: absolute;
  bottom: 0;
  left: 120px;
}
@media only screen and (max-width: 1699px) {
  .clients-section-three .icon-leaves-28 {
    display: none;
  }
}
.clients-section-three .icon-leaves-29 {
  position: absolute;
  top: 65px;
  right: 20px;
}
@media only screen and (max-width: 1699px) {
  .clients-section-three .icon-leaves-29 {
    display: none;
  }
}
.client-block-three a {
  min-height: 90px;
  padding: 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;
}
.client-block-three a img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: auto !important;
}
.client-block-three a:hover img {
  opacity: 0.8;
}
.clients-section-four {
  position: relative;
  padding: 120px 0 160px;
}
@media (max-width: 767.98px) {
  .clients-section-four {
    padding: 120px 0;
  }
}
.clients-section-four .sec-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1699px) {
  .clients-section-four .sec-title {
    text-align: center;
    margin-bottom: 50px;
  }
}
.clients-section-four .icon-flower-15 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1699px) {
  .clients-section-four .icon-flower-15 {
    display: none;
  }
}
.clients-section-four .icon-flower-16 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1699px) {
  .clients-section-four .icon-flower-16 {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .clients-section-four .icon-flower-16 {
    opacity: 0.3;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .clients-section-four .icon-flower-16 {
    display: none;
  }
}
.clients-section-four .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.clients-section-four .outer-box .client-block-four {
  max-width: 33.3333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media (max-width: 767.98px) {
  .clients-section-four .outer-box .client-block-four {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575.98px) {
  .clients-section-four .outer-box .client-block-four {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.client-block-four {
  position: relative;
  text-align: center;
}
.client-block-four:nth-child(3) .inner-box {
  -webkit-transform: translate(40px, -40px);
  transform: translate(40px, -40px);
}
@media (max-width: 991.98px) {
  .client-block-four:nth-child(3) .inner-box {
    -webkit-transform: none;
    transform: none;
  }
}
.client-block-four:nth-child(4) .inner-box {
  -webkit-transform: translate(-40px, 40px);
  transform: translate(-40px, 40px);
}
@media (max-width: 991.98px) {
  .client-block-four:nth-child(4) .inner-box {
    -webkit-transform: none;
    transform: none;
  }
}
.client-block-four .inner-box {
  position: relative;
  background-color: var(--theme-color-light);
  border: 1px solid #565656;
  text-align: center;
  height: 150px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.client-block-four .inner-box:hover {
  opacity: 0.8;
}
.client-block-four .inner-box .image {
  position: relative;
  margin-bottom: 0;
}
.story-section {
  position: relative;
  background-color: #f3fdf1;
  padding: 120px 0 90px;
}
.story-section.pull-down {
  margin-bottom: -120px;
  padding-bottom: 230px;
}
.story-section .icon-flowers-10 {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1699px) {
  .story-section .icon-flowers-10 {
    display: none;
  }
}
.story-section .icon-flowers-11 {
  left: auto;
  right: 0;
  top: 120px;
}
@media only screen and (max-width: 1699px) {
  .story-section .icon-flowers-11 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .story-section .image-column {
    margin-top: 70px;
  }
}
.story-section .owl-carousel {
  padding-bottom: 40px;
}
.story-section .owl-carousel .owl-nav {
  display: none;
}
.story-section .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  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;
}
.story-section .owl-carousel .owl-dots .owl-dot {
  height: 3px;
  width: 60px;
  background-color: #dfdfdf;
  margin-right: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .story-section .owl-carousel .owl-dots .owl-dot {
    width: 30px;
  }
}
.story-section .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bg-theme-color5);
}
.story-section .owl-carousel .owl-item .image {
  text-align: center;
}
.story-section .owl-carousel .owl-item .image img {
  display: inline-block;
  width: auto !important;
}
.story-section .icon-heart-4 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .story-section .icon-heart-4 {
    margin: 30px auto 35px;
  }
}
@media (max-width: 767.98px) {
  .story-section .icon-heart-4 {
    display: none;
  }
}
.story-section .icon-heart-4::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 286px;
  height: 2px;
  background-color: var(--bg-theme-color5);
}
@media (max-width: 1199.98px) {
  .story-section .icon-heart-4::before {
    margin-left: -140px;
    bottom: 12px;
  }
}
.story-block {
  margin-bottom: 30px;
}
.story-block .inner-box {
  position: relative;
}
@media (max-width: 1199.98px) {
  .story-block .inner-box {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .story-block .inner-box {
    background-color: var(--theme-color-light);
    padding: 40px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 0.05);
    box-shadow: 0 10px 10px rgb(0 0 0 / 0.05);
  }
}
.story-block .inner-box .date {
  font-family: var(--text-font);
  font-weight: 600;
  color: var(--theme-color5);
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.story-block .inner-box .title {
  font-size: 32px;
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 1.2em;
  color: var(--theme-color-dark);
}
@media (max-width: 767.98px) {
  .story-block .inner-box .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .story-block .inner-box .title {
    font-size: 28px;
  }
}
.story-section-two {
  position: relative;
  padding: 120px 0 120px;
  z-index: 1;
}
.story-section-two .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .story-section-two .sec-title {
    text-align: center;
  }
}
.story-section-two .sec-title .sub-title {
  color: #444;
  font-family: var(--text-font);
  font-weight: 700;
}
.story-section-two .default-navs {
  z-index: 9;
}
.story-section-two .default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.story-section-two .default-navs .owl-nav:before {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c1c1c1;
  z-index: -1;
}
.story-section-two .default-navs .owl-next:hover,
.story-section-two .default-navs .owl-prev:hover {
  color: var(--theme-color-light);
  background-color: var(--bg-theme-color6);
  border-color: var(--theme-color6);
}
.story-section-two .default-navs .owl-prev {
  position: absolute;
  top: 45px;
  left: 0;
  margin-left: 0;
}
.story-section-two .default-navs .owl-next {
  position: absolute;
  top: 45px;
  right: 0;
}
.story-section-two .carousel-outer {
  position: relative;
  margin: 0;
}
.story-section-two .carousel-outer .story-block-two {
  padding: 10px 25px;
}
@media (max-width: 1199.98px) {
  .story-section-two .carousel-outer .story-block-two {
    padding: 0;
  }
}
.story-section-two .carousel-outer .testimonial-slider {
  overflow: hidden;
}
.story-block-two {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .story-block-two {
    margin-bottom: 0;
  }
}
.story-block-two .inner-box {
  position: relative;
  text-align: center;
  padding-top: 10px;
}
.story-block-two .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-color: var(--bg-theme-color7);
}
.story-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}
.story-block-two .inner-box .icon {
  position: relative;
  display: block;
  width: 112px;
  height: 112px;
  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: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bg-theme-color6);
  color: var(--theme-color-light);
  margin: 0 auto 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .story-block-two .inner-box .icon {
    width: 100px;
    height: 100px;
  }
}
.story-block-two .inner-box .icon:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #000;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .story-block-two .inner-box .icon:after {
    top: -4.5px;
    left: -4.5px;
    width: 110px;
    height: 110px;
  }
}
.story-block-two .inner-box .sub-title {
  font-family: var(--text-font);
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 1px;
  color: var(--theme-color6);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.story-block-two .inner-box .designation {
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--theme-color-dark);
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 25px;
}
.story-block-two .inner-box .text {
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .story-block-two .inner-box .text br {
    display: none;
  }
}
.story-block-two .inner-box .image-box {
  position: relative;
}
.story-block-two .inner-box .image-box .image {
  border-radius: 300px;
  overflow: hidden;
}
.story-block-two .inner-box .image-box .image img {
  border-radius: 300px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.story-block-two .inner-box .image-box .icon-leaves-16 {
  position: absolute;
  top: 0;
  left: -35px;
}
@media (max-width: 1399.98px) {
  .story-block-two .inner-box .image-box .icon-leaves-16 {
    display: none;
  }
}
.story-section-three {
  position: relative;
  background-color: #f7f7f7;
  padding: 120px 0 120px;
}
.story-section-three .icon-flowers-15 {
  position: absolute;
  top: 218px;
  left: 0;
}
@media (max-width: 1399.98px) {
  .story-section-three .icon-flowers-15 {
    opacity: 0.3;
  }
}
.story-section-three .icon-flowers-16 {
  position: absolute;
  top: 35px;
  right: 10px;
}
@media (max-width: 1399.98px) {
  .story-section-three .icon-flowers-16 {
    opacity: 0.3;
  }
}
.story-section-three .icon-flowers-17 {
  position: absolute;
  bottom: 70px;
  right: 110px;
}
@media (max-width: 1199.98px) {
  .story-section-three .icon-flowers-17 {
    opacity: 0.3;
  }
}
.story-section-three .sec-title {
  margin-bottom: 40px;
}
.story-section-three .sec-title .icon-leaves-36 {
  margin: 30px auto 0;
}
.story-section-three .default-navs {
  z-index: 9;
}
.story-section-three .default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 100px;
}
@media (max-width: 1199.98px) {
  .story-section-three .default-navs .owl-nav {
    margin-left: 0;
  }
}
.story-section-three .default-navs .owl-next,
.story-section-three .default-navs .owl-prev {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  color: var(--theme-color-dark);
  background: var(--theme-color-light);
  border: 1px solid #e3e3e3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
  -webkit-box-shadow: 0 21px 10px rgb(0 0 0 / 0.05);
  box-shadow: 0 21px 10px rgb(0 0 0 / 0.05);
}
.story-section-three .default-navs .owl-next:hover,
.story-section-three .default-navs .owl-prev:hover {
  color: var(--theme-color-light);
  background-color: var(--bg-theme-color8);
  border-color: var(--theme-color8);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.story-section-three .default-navs .owl-prev {
  margin-left: 0;
}
.story-block-three .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .story-block-three .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.story-block-three .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.story-block-three .inner-box .content-box {
  position: relative;
  min-width: 440px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 150px;
  padding-left: 10px;
}
@media (max-width: 1399.98px) {
  .story-block-three .inner-box .content-box {
    min-width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .story-block-three .inner-box .content-box {
    text-align: center;
    padding-top: 0;
  }
}
.story-block-three .inner-box .content-box .name {
  font-family: var(--script-font);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  color: var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .story-block-three .inner-box .content-box .name {
    font-size: 28px;
  }
}
.story-block-three .inner-box .content-box .date {
  color: var(--theme-color-dark);
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 20px;
}
.story-block-three .inner-box .content-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
}
@media (max-width: 1199.98px) {
  .story-block-three .inner-box .content-box .video-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
}
.story-block-three .inner-box .content-box .video-box .icon {
  position: relative;
  width: 110px;
  height: 110px;
  line-height: 110px;
  color: var(--theme-color-light);
  border-radius: 50%;
  background-color: #252c43;
  border: none;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .story-block-three .inner-box .content-box .video-box .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.story-block-three .inner-box .content-box .video-box .icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: 50%;
  border: 1px dashed var(--theme-color-light);
}
.story-block-three .inner-box .content-box .video-box .icon:hover {
  background-color: var(--bg-theme-color8);
}
.story-block-three .inner-box .content-box .video-box .title {
  font-weight: 700;
  margin-left: 15px;
}
.story-block-three .inner-box .image-box {
  position: relative;
  padding: 50px 60px 35px;
  margin-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 522px;
}
@media (max-width: 1399.98px) {
  .story-block-three .inner-box .image-box {
    margin: 0 auto 20px;
  }
}
@media (max-width: 575.98px) {
  .story-block-three .inner-box .image-box {
    padding: 0;
  }
}
.story-block-three .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.story-block-three .inner-box .image-box .image img {
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .story-block-three .inner-box .image-box .image img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.story-block-three .inner-box .image-box .story-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .story-block-three .inner-box .image-box .story-frame {
    display: none;
  }
}
.story-block-three .inner-box .image-box .icon-flower-28 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
}
@media (max-width: 575.98px) {
  .story-block-three .inner-box .image-box .icon-flower-28 {
    display: none;
  }
}
.story-block-three .inner-box .text-box {
  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;
  width: 100%;
}
.story-block-three .inner-box .text-box .text {
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 1199.98px) {
  .story-block-three .inner-box .text-box .text {
    margin: 20px 0;
    text-align: center;
  }
}
.main-footer {
  position: relative;
  background-color: var(--bg-theme-color2);
}
.main-footer .widgets-section {
  position: relative;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  font-family: var(--text-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--theme-color-light);
}
.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
.recent-post .inner:hover .post-thumb img {
  opacity: 0.7;
}
.recent-post .inner .post-thumb {
  position: absolute;
  left: 0;
  top: 10px;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.recent-post .inner .post-thumb img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.recent-post .inner .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color-light);
  line-height: 30px;
  margin-bottom: 5px;
}
.recent-post .inner .post-info i {
  font-size: 12px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.recent-post .inner .post-title {
  color: var(--theme-color-light);
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  font-family: var(--text-font);
}
.user-links {
  position: relative;
}
.user-links li {
  margin-bottom: 10px;
  padding-left: 33px;
}
.user-links li i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links.style-two li {
  padding-left: 0;
}
.user-links.style-two li i {
  display: none;
}
.user-links.light li i {
  color: var(--theme-color-light);
}
.user-links.light li a {
  color: var(--theme-color-light);
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.contact-list {
  position: relative;
}
.contact-list li {
  margin-bottom: 15px;
  padding-left: 30px;
}
.contact-list li i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
  font-size: 18px;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li a {
  position: relative;
  display: inline-block;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list li a:hover {
  color: var(--theme-color1);
}
.contact-list.style-two li {
  padding-left: 0;
}
.contact-list.style-two li i {
  display: none;
}
.contact-list.light li i {
  color: var(--theme-color-light);
}
.contact-list.light li a {
  font-family: var(--text-font);
  color: var(--theme-color-light);
}
.contact-list.light li a:hover {
  color: var(--theme-color7);
}
.contact-list.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-list.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.contact-list-two {
  position: relative;
}
.contact-list-two li {
  position: relative;
  padding-left: 55px;
  color: var(--theme-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 41px;
  margin-bottom: 10px;
}
.contact-list-two li a {
  color: var(--theme-color-light);
}
.contact-list-two li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color-light);
  font-size: 18px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  background-color: var(--bg-theme-color7);
  border-radius: 50%;
  text-align: center;
}
.contact-list-three li {
  position: relative;
  padding-left: 50px;
  min-height: 41px;
  margin-bottom: 10px;
}
.contact-list-three li i {
  position: absolute;
  top: -5px;
  left: 0;
  color: var(--theme-color-light);
  font-size: 18px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  background-color: var(--bg-theme-color5);
  border-radius: 50%;
  text-align: center;
}
.contact-list-three.light li i {
  color: var(--theme-color-light);
}
.contact-list-three.light li a {
  color: var(--theme-color-light);
}
.contact-list-three.light li a:hover {
  color: var(--theme-color7);
}
.contact-list-four li {
  position: relative;
  padding-left: 50px;
  min-height: 41px;
  margin-bottom: 10px;
  color: var(--theme-color-dark);
}
.contact-list-four li i {
  position: absolute;
  top: -5px;
  left: 0;
  color: var(--theme-color-light);
  font-size: 18px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  background-color: var(--bg-theme-color8);
  border-radius: 50%;
  text-align: center;
}
.contact-list-four.light li i {
  color: var(--theme-color-light);
}
.contact-list-four.light li a {
  color: var(--theme-color-light);
}
.contact-list-four.light li a:hover {
  color: var(--theme-color7);
}
.footer-bottom {
  position: relative;
  z-index: 3;
  background-color: #0d1222;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .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;
}
@media (max-width: 991.98px) {
  .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  color: var(--theme-color-light);
  text-align: center;
  margin: 0;
}
@media (max-width: 991.98px) {
  .footer-bottom .copyright-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-light);
}
.footer-bottom .footer-nav {
  position: relative;
  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;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: rgb(255 255 255 / 0.7);
  margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .footer-bottom .footer-nav li {
    margin: 0 30px !important;
    text-align: center;
  }
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-light);
}
.footer-style-one {
  position: relative;
  background-color: var(--bg-theme-color2);
}
.footer-style-one .footer-upper {
  position: relative;
  padding: 70px 0 65px;
}
@media (max-width: 991.98px) {
  .footer-style-one .footer-upper {
    padding: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .footer-style-one .footer-upper {
    display: none;
  }
}
.footer-style-one .footer-upper .outer-box {
  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;
}
.footer-style-one .footer-upper .outer-box .text {
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .footer-style-one .footer-upper .outer-box .upper-center {
    display: none;
  }
}
.footer-style-one .footer-upper .outer-box .upper-right .social-icon-one li {
  color: var(--theme-color-light);
}
.footer-style-one .footer-upper .outer-box .upper-right .social-icon-one a {
  font-size: 20px;
  width: 65px;
  height: 65px;
  line-height: 65px;
}
@media (max-width: 991.98px) {
  .footer-style-one .footer-upper .outer-box .upper-right .social-icon-one a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.footer-style-one .widgets-section {
  position: relative;
  padding: 55px 0 15px;
  border-top: 2px solid #4e5366;
}
.footer-style-one .widgets-section .newsletter-widget .text {
  color: #a6a6a6;
  margin-bottom: 20px;
}
.newsletter-form-one {
  position: relative;
}
.newsletter-form-one .form-group {
  position: relative;
  padding-right: 200px;
  max-width: 855px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .newsletter-form-one .form-group {
    max-width: auto;
    padding-right: 0;
  }
}
.newsletter-form-one .form-group input[type="text"],
.newsletter-form-one .form-group input[type="email"] {
  position: relative;
  height: 60px;
  width: 100%;
  color: var(--theme-color-dark);
  padding: 25px 40px;
  background-color: var(--theme-color-light);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.newsletter-form-one .form-group input[type="text"]::-webkit-input-placeholder,
.newsletter-form-one
  .form-group
  input[type="email"]::-webkit-input-placeholder {
  color: var(--theme-color-dark);
}
.newsletter-form-one .form-group input[type="text"]::-moz-placeholder,
.newsletter-form-one .form-group input[type="email"]::-moz-placeholder {
  color: var(--theme-color-dark);
}
.newsletter-form-one .form-group input[type="text"]:-ms-input-placeholder,
.newsletter-form-one .form-group input[type="email"]:-ms-input-placeholder {
  color: var(--theme-color-dark);
}
.newsletter-form-one .form-group input[type="text"]::-ms-input-placeholder,
.newsletter-form-one .form-group input[type="email"]::-ms-input-placeholder {
  color: var(--theme-color-dark);
}
.newsletter-form-one .form-group input[type="text"]::placeholder,
.newsletter-form-one .form-group input[type="email"]::placeholder {
  color: var(--theme-color-dark);
}
.newsletter-form-one .form-group .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 180px;
  line-height: 30px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .newsletter-form-one .form-group .theme-btn {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin-top: 10px;
  }
}
.footer-style-two {
  position: relative;
  background-color: #353022;
}
.footer-style-two .icon-flowers-8 {
  position: absolute;
  top: 70px;
  left: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1699px) {
  .footer-style-two .icon-flowers-8 {
    opacity: 0.05;
  }
}
.footer-style-two .icon-flowers-8.style-two {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transform: scale(-1) !important;
  transform: scale(-1) !important;
}
.footer-style-two .icon-flowers-9 {
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-style-two .icon-flower-24 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-style-two .widgets-section {
  position: relative;
  padding: 225px 0 35px;
  border-top: 2px solid #4e5366;
}
@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section {
    padding-top: 150px;
  }
}
.footer-style-two .widgets-section .widget-title {
  position: relative;
}
.footer-style-two .widgets-section .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 2px;
  background-color: var(--bg-theme-color7);
}
.footer-style-two .widgets-section .about-widget {
  text-align: center;
  margin-top: -10px;
}
@media (max-width: 767.98px) {
  .footer-style-two .widgets-section .about-widget br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section .about-widget {
    text-align: left;
  }
}
.footer-style-two .widgets-section .about-widget .logo {
  margin-bottom: 30px;
}
.footer-style-two .widgets-section .icons-widget .social-icon-one {
  margin-top: 40px;
}
.footer-style-two .widgets-section .icons-widget .social-icon-one li {
  margin-left: 0;
  margin-right: 20px;
}
.footer-style-two .widgets-section .icons-widget .social-icon-one a {
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
}
.footer-style-two .widgets-section .icons-widget .social-icon-one a:before {
  background-color: var(--bg-theme-color7);
}
.footer-style-two .widgets-section .icons-widget .social-icon-one a:hover {
  border-color: var(--bg-theme-color7);
}
.footer-style-two .footer-bottom {
  border: 0;
  background-color: #fff0;
  padding-bottom: 50px;
  padding-top: 0;
}
.footer-style-two .footer-bottom .copyright-text {
  color: var(--theme-color-light);
  text-align: center;
}
@media (max-width: 575.98px) {
  .footer-style-two .footer-bottom .copyright-text {
    text-align: left;
  }
}
.footer-style-three {
  position: relative;
  background-color: #1a2418;
}
.footer-style-three .icon-leaves-12 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  .footer-style-three .icon-leaves-12 {
    opacity: 0.2;
  }
}
.footer-style-three .icon-leaves-13 {
  position: absolute;
  top: 0;
  right: -20%;
}
@media (max-width: 1199.98px) {
  .footer-style-three .icon-leaves-13 {
    opacity: 0.2;
  }
}
.footer-style-three .icon-bubbles {
  position: absolute;
}
.footer-style-three .widgets-section {
  position: relative;
  padding: 120px 0 15px;
  border-top: 2px solid #4e5366;
}
.footer-style-three .widgets-section .widget-title {
  position: relative;
  margin-bottom: 50px;
}
.footer-style-three .widgets-section .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 2px;
  background-color: var(--bg-theme-color5);
}
@media (max-width: 575.98px) {
  .footer-style-three .widgets-section .about-widget br {
    display: none;
  }
}
.footer-style-three .widgets-section .about-widget .logo {
  margin-bottom: 30px;
}
.footer-style-three .widgets-section .subscribe-widget .text {
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.footer-style-three .footer-bottom {
  border: 0;
  background-color: #fff0;
  padding: 30px 0 60px;
}
@media (max-width: 1199.98px) {
  .footer-style-three .footer-bottom {
    padding: 20px 0;
  }
}
.footer-style-three .footer-bottom .outer-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;
}
@media (max-width: 767.98px) {
  .footer-style-three .footer-bottom .outer-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-style-three
    .footer-bottom
    .outer-container
    .icons-box
    .social-icon-one {
    display: none;
  }
}
.footer-style-three
  .footer-bottom
  .outer-container
  .icons-box
  .social-icon-one
  a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
}
.footer-style-three
  .footer-bottom
  .outer-container
  .icons-box
  .social-icon-one
  a:before {
  background-color: var(--bg-theme-color5);
}
.footer-style-three
  .footer-bottom
  .outer-container
  .icons-box
  .social-icon-one
  a:hover {
  border-color: var(--bg-theme-color5);
}
.footer-style-three .footer-bottom .copyright-text {
  color: var(--theme-color-light);
}
.newsletter-form-two {
  position: relative;
}
.newsletter-form-two .form-group {
  position: relative;
}
.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="email"] {
  position: relative;
  display: block;
  height: 64px;
  width: 100%;
  font-size: var(--body-font-size);
  line-height: 24px;
  color: var(--theme-color2);
  padding: 20px 30px;
  background: var(--theme-color-light);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.newsletter-form-two .form-group input[type="text"]::-webkit-input-placeholder,
.newsletter-form-two
  .form-group
  input[type="email"]::-webkit-input-placeholder {
  color: var(--theme-color2);
}
.newsletter-form-two .form-group input[type="text"]::-moz-placeholder,
.newsletter-form-two .form-group input[type="email"]::-moz-placeholder {
  color: var(--theme-color2);
}
.newsletter-form-two .form-group input[type="text"]:-ms-input-placeholder,
.newsletter-form-two .form-group input[type="email"]:-ms-input-placeholder {
  color: var(--theme-color2);
}
.newsletter-form-two .form-group input[type="text"]::-ms-input-placeholder,
.newsletter-form-two .form-group input[type="email"]::-ms-input-placeholder {
  color: var(--theme-color2);
}
.newsletter-form-two .form-group input[type="text"]::placeholder,
.newsletter-form-two .form-group input[type="email"]::placeholder {
  color: var(--theme-color2);
}
.newsletter-form-two .form-group .theme-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 58px;
  height: 58px;
  padding: 15px 10px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  background-color: var(--theme-color5);
  color: var(--theme-color1);
}
.newsletter-form-two .form-group .theme-btn:hover {
  color: var(--theme-color2);
}
.newsletter-form-two .form-group .theme-btn i {
  color: var(--theme-color-light);
}
.footer-style-four {
  position: relative;
  background: none;
}
.footer-style-four .bg {
  height: auto;
  top: 60px;
  bottom: 0;
  overflow: hidden;
  background-color: #1b2640;
}
.footer-style-four .icon-leave-5 {
  position: absolute;
  left: 47%;
  bottom: 30px;
}
.footer-style-four .icon-flower-19 {
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: 9;
}
@media only screen and (max-width: 1699px) {
  .footer-style-four .icon-flower-19 {
    display: none;
  }
}
.footer-style-four .icon-flower-20 {
  position: absolute;
  top: 0;
  right: -110px;
  z-index: 9;
}
@media only screen and (max-width: 1699px) {
  .footer-style-four .icon-flower-20 {
    display: none;
  }
}
.footer-style-four .icon-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
}
.footer-style-four .widgets-section {
  position: relative;
  padding: 170px 0 15px;
}
@media (max-width: 991.98px) {
  .footer-style-four .widgets-section {
    padding-top: 80px;
  }
}
.footer-style-four .widgets-section .widget-title {
  position: relative;
  margin-bottom: 40px;
}
.footer-style-four .widgets-section .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 2px;
  background-color: var(--bg-theme-color6);
}
@media (max-width: 1199.98px) {
  .footer-style-four .widgets-section .about-widget br {
    display: none;
  }
}
.footer-style-four .widgets-section .about-widget .logo {
  margin-bottom: 30px;
}
.footer-style-four .widgets-section .copyright-text {
  color: var(--theme-color-light);
  margin-bottom: 25px;
}
.footer-style-four .widgets-section .icons-box .social-icon-one a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
}
.footer-style-four .widgets-section .icons-box .social-icon-one a:before {
  background-color: var(--bg-theme-color6);
}
.footer-style-four .widgets-section .icons-box .social-icon-one a:hover {
  border-color: var(--bg-theme-color6);
}
.footer-style-four .widgets-section .contact-widget {
  padding-top: 20px;
}
.footer-style-four
  .widgets-section
  .contact-widget
  .contact-list-three
  li
  .icon {
  background-color: var(--bg-theme-color6);
}
.footer-style-four .contact-form-four {
  margin-left: 30px;
}
@media (max-width: 1399.98px) {
  .footer-style-four .contact-form-four {
    margin-left: 0;
  }
}
.contact-form-four {
  position: relative;
  z-index: 9;
  padding: 80px 70px 55px;
  background-image: url(../images/icons/overlay.jpg);
}
.contact-form-four::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #57678c;
  opacity: 0.86;
}
@media (max-width: 1399.98px) {
  .contact-form-four {
    padding: 70px 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-form-four {
    padding: 50px 20px;
  }
}
.contact-form-four .title {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}
.contact-form-four .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-four .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-four .form-group .custom-radio-box {
  color: var(--theme-color-light);
}
.contact-form-four .form-group .custom-radio-box .checkmark {
  background-color: var(--theme-color-light);
}
.contact-form-four .form-group .custom-radio-box input ~ .checkmark {
  background-color: #8e9ab5;
}
.contact-form-four .form-group .custom-radio-box input:checked ~ .checkmark {
  background-color: #8e9ab5;
}
.contact-form-four .select2-container--default .select2-selection--single,
.contact-form-four input:not([type="submit"]),
.contact-form-four textarea,
.contact-form-four select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  padding: 15px 30px;
  font-size: var(--body-font-size);
  color: var(--theme-color-light);
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff0;
  border: 1px solid var(--theme-color-light);
  border-radius: 50px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form-four ::-webkit-input-placeholder {
  color: var(--theme-color-light);
}
.contact-form-four input:focus,
.contact-form-four select:focus,
.contact-form-four textarea:focus {
  border-color: var(--theme-color-dark);
}
.contact-form-four textarea {
  height: 90px;
  resize: none;
  margin-bottom: 10px;
  border-radius: 20px;
}
.contact-form-four input[type="submit"] {
  width: 100%;
  font-weight: 400;
  line-height: 32px;
  padding: 15px 30px;
}
.contact-form-four .theme-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
  font-family: var(--text-font);
}
.contact-form-four .theme-btn:before {
  background-color: var(--bg-theme-color7);
}
.contact-form-four .theme-btn:hover {
  color: var(--theme-color-light);
}
.footer-style-five {
  position: relative;
  background: none;
  padding-top: 130px;
  padding-bottom: 30px;
}
.footer-style-five .icon-flowers-3 {
  position: absolute;
  top: 40px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .footer-style-five .icon-flowers-3 {
    opacity: 0.1;
  }
}
.footer-style-five .icon-flowers-21 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399.98px) {
  .footer-style-five .icon-flowers-21 {
    opacity: 0.1;
  }
}
.footer-style-five .footer-column {
  margin-bottom: 20px;
}
.footer-style-five .float-text {
  position: absolute;
  right: -100px;
  top: 0;
  color: #f7f7f7;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 278px;
  line-height: 0.9em;
  text-transform: uppercase;
  -webkit-animation: anim-shadow 5s infinite linear;
  animation: anim-shadow 5s infinite linear;
}
@media (max-width: 1399.98px) {
  .footer-style-five .float-text {
    font-size: 200px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-five .float-text {
    font-size: 150px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-five .float-text {
    font-size: 120px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-five .float-text {
    font-size: 70px;
  }
}
.footer-style-five .title {
  font-size: 90px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .footer-style-five .title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-five .title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-five .title {
    font-size: 40px;
  }
}
.footer-style-five .widgets-section {
  position: relative;
  padding: 40px 0 15px;
}
.footer-style-five .widgets-section .widget-title {
  position: relative;
  margin-bottom: 30px;
  color: var(--theme-color-dark);
}
.footer-style-five .widgets-section .widget-title:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 69px;
  height: 2px;
  background-color: var(--bg-theme-color8);
}
.footer-style-five .widgets-section .links-widget .widget-title {
  margin-bottom: 20px;
}
.footer-style-five .widgets-section .links-widget .social-icon-two a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color-light);
  font-size: 18px;
}
.footer-style-five .widgets-section .links-widget .social-icon-two a:before {
  background-color: var(--bg-theme-color8);
}
.footer-style-five .widgets-section .links-widget .social-icon-two a:hover {
  border-color: var(--bg-theme-color8);
}
.footer-style-five .footer-lower {
  background-color: var(--theme-color-light);
  padding-top: 75px;
}
.footer-style-five .footer-lower .gallery-block-two .image-box .overlay:before {
  background-color: var(--bg-theme-color8) !important;
}
.footer-style-five .footer-bottom {
  padding: 0;
  background-color: #fff0;
}
.footer-style-five .footer-bottom .copyright-text {
  color: var(--theme-color-dark);
}
.contact-form-five {
  position: relative;
  z-index: 9;
}
.contact-form-five .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-five .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-five .select2-container--default .select2-selection--single,
.contact-form-five input:not([type="submit"]),
.contact-form-five textarea,
.contact-form-five select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  padding: 15px 30px;
  font-size: var(--body-font-size);
  color: var(--theme-color-light);
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form-five ::-webkit-input-placeholder {
  color: var(--theme-color-dark);
}
.contact-form-five input:focus,
.contact-form-five select:focus,
.contact-form-five textarea:focus {
  border-color: var(--theme-color-dark);
}
.contact-form-five textarea {
  height: 121px;
  resize: none;
  margin-bottom: 0;
  border-radius: 30px;
}
.contact-form-five input[type="submit"] {
  width: 100%;
  font-weight: 400;
  line-height: 32px;
  padding: 15px 30px;
}
.contact-form-five .theme-btn {
  padding: 15px 53px;
}
.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: 0;
  top: 0;
  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;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.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: var(--theme-color1);
}
.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-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: var(--theme-color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}
@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 .title {
  position: relative;
  display: block;
}
.product-details .product-info .product-details__social .title h3 {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 10px;
  height: 60px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 60px;
  border: 1px solid #e0e4e8;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
}
.product-details__quantity .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: #fff0;
  color: var(--theme-color-light);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: var(--theme-color1);
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  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;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-details__quantity .quantity-box button:hover {
  color: #fff;
  background-color: var(--theme-color2);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
}
.product-discription {
  position: relative;
  display: block;
}
.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 {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-discription .product-description__list ul {
  position: relative;
  display: block;
}
.product-discription .product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0;
}
.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--headings-color);
}
.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0;
  top: 28px;
}
.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;
  font-weight: 700;
  margin: 0 8.5px;
  margin-bottom: 15px;
  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 {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.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;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.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: 0 0 30px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 0 30px 0 rgb(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: 0;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.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 .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 {
  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: #fff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 0.1);
  box-shadow: 0 10px 20px rgb(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 rgb(0 0 0 / 0.2);
  box-shadow: 0 10px 20px rgb(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.html);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}
.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: var(--theme-color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0;
}
.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: #fff;
  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: var(--theme-color1);
}
.category-block-two .content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 0.07);
  box-shadow: 0 10px 60px rgb(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: 0;
  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(#fff0),
    to(#ffffff)
  );
  background: linear-gradient(to right, #fff0 0%, #ffffff 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: 0;
}
.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 {
  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.html) 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(#164333),
    to(#fff0)
  );
  background: linear-gradient(to bottom, #164333 0%, #fff0 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: #fff;
  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: #fff;
  font-weight: 700;
  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 #fff0;
  border-radius: 10px;
  background: #fff;
  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 300ms ease;
  transition: all 300ms ease;
}
.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color1);
}
.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: 0;
}
.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms 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);
  font-weight: 700;
  margin-bottom: 5px;
}
.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}
.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: red;
  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 300ms ease;
  transition: all 300ms ease;
}
.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}
.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;
}
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}
.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}
.featured-products .filters li {
  border-radius: 10px;
  color: #797f7d;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 5px 0;
  padding: 10px 12px;
  position: relative;
  -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(--headings-color);
  color: #fff;
}
.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--theme-color1);
  -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);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.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: #fff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block .inner-box:hover {
  border: 2px solid var(--theme-color1);
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 10px 30px rgb(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: 0;
}
.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff0),
    to(#ffffff)
  );
  background: linear-gradient(to right, #fff0 0%, #ffffff 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 300ms ease;
  transition: all 300ms 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);
  font-weight: 700;
  margin-bottom: 5px;
}
.product-block h4 a {
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block h4 a:hover {
  color: var(--theme-color1);
}
.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: red;
  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: #fff;
  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 300ms ease;
  transition: all 300ms ease;
}
.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.product-block .ui-btn {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  z-index: 9;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  cursor: pointer;
  border-radius: 50px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block .ui-btn:hover {
  background-color: var(--theme-color2);
  color: #fff;
}
.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}
table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.tbl-shopping-cart img,
table.cart-total img {
  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: #fff;
  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 {
  color: #fff;
  background-color: var(--theme-color2);
}
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 {
  background: #f4f5f4;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.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:last-child {
  margin-bottom: 0;
}
.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;
  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;
}
.shop-sidebar {
  position: relative;
  display: block;
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  position: relative;
  margin: 0;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 52px;
  background-color: var(--theme-light-background);
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  padding: 10px 60px 10px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: var(--theme-color2);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  color: var(--headings-color);
  background-color: var(--theme-color1);
}
.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background-color: var(--theme-light-background);
  padding: 35px 30px 37px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.shop-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.shop-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0;
}
.shop-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  color: #646578;
  font-weight: 400;
  padding-left: 20px;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color2);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color1);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
  position: relative;
  padding-left: 90px;
  padding-bottom: 24px;
  margin-bottom: 23px;
  min-height: 108px;
  border-bottom: 1px solid #e1e1e1;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0;
  top: 7px;
  width: 70px;
  height: 70px;
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #646578;
  margin-bottom: 7px;
}
.shop-sidebar .post-widget .post .price {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0a267a;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}
.range-slider {
  position: relative;
}
.range-slider .title {
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.range-slider .title:before {
  position: absolute;
  content: "$";
  left: -5px;
  top: -19px;
  color: #646578;
  font-size: 18px;
}
.range-slider p {
  position: relative;
  display: inline-block;
  color: #646578;
  margin-right: 10px !important;
}
.range-slider .input {
  color: #646578;
  max-width: 75px;
  font-size: 18px;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 14px;
  background-color: #d0d4dd;
  border-radius: 2px;
}
.range-slider .ui-slider .ui-slider-range {
  top: 0;
  height: 4px;
  background-color: var(--theme-color1);
}
.range-slider .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0;
  background-color: var(--theme-color1);
  position: absolute;
}
.range-slider .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider .ui-widget-content .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0;
  background-color: var(--theme-color1);
}
.range-slider .ui-widget-content .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider input[type="submit"] {
  position: relative;
  display: block;
  background: var(--theme-color1);
  color: var(--theme-color-light);
  float: right;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type="submit"]:hover {
  color: #fff;
  background-color: var(--theme-color2);
}
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px #fff0;
    box-shadow: 0 0 0 70px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px #fff0;
    box-shadow: 0 0 0 70px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
.page-title {
  background-color: var(--theme-color2);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 115px 0 0;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-title:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(17 32 33 / 0.9)),
    to(transparent)
  );
  background: linear-gradient(180deg, rgb(17 32 33 / 0.9), transparent);
}
.page-title .title {
  color: #fff;
  font-size: 64px;
  margin-bottom: 17px;
}
.page-title .text {
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}
.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
}
.page-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: var(--theme-color1);
}
.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: #070710;
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: #070710;
}
.page-title.style-two .page-breadcrumb li a {
  color: rgb(7 7 16 / 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: #070710;
}
.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: #fff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgb(255 255 255 / 0.3);
  -ms-box-shadow: 0 0 10px 0 rgb(255 255 255 / 0.3);
  -o-box-shadow: 0 0 10px 0 rgb(255 255 255 / 0.3);
  box-shadow: 0 0 10px 0 rgb(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 rgb(255 255 255 / 0.6);
  -ms-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -o-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  box-shadow: 0 0 0 0 rgb(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 rgb(255 255 255 / 0.6);
  -ms-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -o-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  box-shadow: 0 0 0 0 rgb(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 rgb(255 255 255 / 0.6);
  -ms-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -o-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  box-shadow: 0 0 0 0 rgb(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;
}
.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.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: var(--theme-color1);
}
.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: #fff0;
  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;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.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 {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color1);
  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: #fff;
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color1);
}
.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;
}
.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;
}
.map {
  height: 450px;
}
.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: #fff0;
  -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: var(--theme-color1);
}
.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: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.05);
  box-shadow: 0 10px 60px 0 rgb(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: var(--theme-color1);
}
.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 0 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(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: #fff;
  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: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #fff;
  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: #fff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 0.08);
  box-shadow: 0 10px 30px 0 rgb(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: 0;
  top: 0;
  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: #fff;
  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: var(--theme-color1);
  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: 0;
}
.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 0 rgb(0 0 0 / 0.05);
  box-shadow: 20px 5px 20px 0 rgb(0 0 0 / 0.05);
}
.service-list li a:hover,
.service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  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: 0;
  top: 0;
  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;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #ebf6fc;
  border-radius: 15px;
  padding: 19px 40px;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color1);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}
.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-color1);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}
.service-details-help {
  background-color: var(--theme-color1);
  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 {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  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%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}
.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: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: #fff;
}
.project-details__img {
  position: relative;
  display: block;
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}
.project-details__content {
  position: relative;
  display: block;
}
.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}
.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}
.project-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 43px 50px 50px;
  z-index: 1;
}
.project-details__details-list {
  position: relative;
  display: block;
}
.project-details__details-list li {
  position: relative;
  display: block;
}
.project-details__details-list li + li {
  margin-top: 24px;
}
.project-details__client {
  font-size: 16px;
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}
.project-details__name {
  font-size: 16px;
  line-height: 24px;
}
.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-color1);
  color: var(--text-color-bg-theme-color1);
  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: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.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-color-light);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  border: 2px solid var(--theme-color1);
}
.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 {
  position: relative;
  display: block;
}
.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-color1);
  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-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}
.blog-details__title {
  margin-top: 12px;
  margin-bottom: 21px;
}
.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;
  font-weight: 600;
  background-color: var(--theme-color1);
  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: var(--bg-theme-color2);
  color: var(--theme-color-light);
  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;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  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 {
  background-color: var(--theme-color1);
  color: #fff;
}
.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: var(--theme-color2);
  -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 {
  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 {
  background-color: var(--theme-light-background);
  color: var(--theme-light-background-text-color);
  border-radius: 10px;
  display: inline-block;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: var(--h3-font-weight);
  line-height: 1.637;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 52px 50px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
@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-color1);
  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-color-light);
  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-color-light);
  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: #fff0;
  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-light-background);
  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: #fff;
  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 0;
  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;
  font-weight: 700;
  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-light-background);
  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: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.05);
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgb(14 34 7 / 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -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: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.05);
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgb(14 34 7 / 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}
.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  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 {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: var(--theme-color-light);
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}
.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  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;
  color: #fff;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--bg-theme-color2);
  color: var(--theme-color-light);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}
.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--text-color-bg-theme-color1);
  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 0.4s ease;
  transition: all 0.4s 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;
}
.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 0;
  flex: 100px 0 0;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}
.comment-form .comment-form__title {
  margin-top: -7px;
}
.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;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}
.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color1);
}
.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-color1);
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: #fff;
}
.team-details__social a + a {
  margin-left: 10px;
}
.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}
.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}
.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}
.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}
.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.team-details__bottom-left-text {
  padding-top: 30px;
}
.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}
.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0;
  bottom: 21px;
  color: var(--theme-color1);
  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;
  font-weight: 700;
  line-height: 28px;
  color: var(--theme-color2);
  margin-bottom: 6px;
}
.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type="text"],
.team-contact-form input[type="email"] {
  background-color: #fff;
}
.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}
.banner-section .content-box h2 {
  color: #fff;
  font-weight: 700;
  margin-left: -49px;
}
.banner-section .content-box p {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}
.banner-section .ban-img {
  background: url(../images/about-us-hero-column-image.png) no-repeat;
  background-size: cover;
  min-height: 550px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  margin-top: 50px;
}
.ban-cont {
  backdrop-filter: brightness(0.5);
  max-width: 500px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff1a;
  background-color: #ffffff0d;
  position: relative;
  display: flex;
  column-gap: 25px;
}
.about-sec {
  padding: 70px 0 0;
}
.about-sec h2 {
  font-size: 40px;
  font-weight: 700;
}
.abt-img {
  display: flex;
  gap: 20px;
}
.abt-img img {
  border-radius: 20px;
}
.serv-img img {
  border-radius: 20px;
  object-fit: cover;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.serv-img-main {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.serv-img-main .ban-img {
  bottom: 11px;
}
.serv-img-main .ban-img .ban-cont p {
  color: #fff;
}
.serv-img-main .ban-img .ban-cont {
  width: 90%;
  margin: auto;
}
.sec-title h2 {
  text-align: center;
  font-size: 40px;
}
.service {
  padding: 10px 0 0;
}
.gspb_backgroundOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
  background-image: linear-gradient(0deg, #000 0, #fff0 53%);
}
.serv-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.serv-img-main-2 .ban-img {
  background-size: cover;
  min-height: 254px !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20px;
}
.serv-img-main-1 .ban-img {
  background-size: cover;
  min-height: 542px !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20px;
}
.gallery {
  padding: 10px 0 0;
}
.grid-wrapper > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.grid-wrapper {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.cont-forn {
  background: #fbfcfc;
  border-radius: 20px;
  padding: 11px 35px 35px 35px;
}
.sec-head h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.input-field {
  margin-bottom: 20px;
}
.input-field .form-control {
  border-radius: 10px;
  height: 50px;
  border: 1px solid #ced4da;
  padding: 10px 20px;
  background: #fff;
}
.input-field textarea.form-control {
  border-radius: 10px;
  height: 150px;
  border: 1px solid #ced4da;
  padding: 10px 20px;
  background: #fff;
}
.input-field .form-control:focus {
  box-shadow: none;
  border: 1px solid #ab3629;
}
.logo img {
  width: 150px;
  height: auto;
}
.upper-left {
  padding-bottom: 20px;
}
.upper-center .text {
  padding-bottom: 20px;
  color: #fff !important;
}
.abt-img-modern {
  position: relative;
  width: 100%;
  min-height: 350px;
}
.abt-img-modern .img-main img {
  min-height: 344px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
}
.abt-img-modern .img-small {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 55%;
  transform: rotate(8deg);
}
.abt-img-modern .img-small img {
  width: 81%;
  border-radius: 12px;
  box-shadow: 0 12px 25px rgb(0 0 0 / 0.25);
  height: 196px;
}
.img-small img {
  animation: floatUpDown 3s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.bn-bot {
  margin-top: 25px;
  margin-left: auto;
  margin-right: 50px;
  display: block;
}
.modern-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: var(--theme-color1);
  padding: 12px 28px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.modern-btn i {
  transition: transform 0.3s ease;
}
.modern-btn:hover {
  color: #fff;
  transform: translateY(-3px);
}
.modern-btn:hover i {
  transform: translateX(5px);
}
.h2-container {
  text-align: center;
  margin: 2rem 0;
}
.h2-icon {
  font-size: 40px !important;
  color: #a4625b;
  margin-bottom: 1rem;
  display: block;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .offset-3 {
    margin-left: 0%;
  }
}
.gallery-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
}
.gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}
.gallery-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.gallery-thumb:hover {
  transform: scale(1.06);
}
#zoomImage {
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
}
.modal-backdrop.show {
  opacity: 0;
}
.gallery-slider_wrapper {
  width: 100%;
  margin: auto;
}
.gallery-slider_wrapper .owl-theme .owl-nav {
  margin: 0;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 120px;
  background: #ffb808;
  font-size: 20px;
  color: #000;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  font-family: "LineAwesome";
  position: absolute;
  line-height: 120px;
  width: 30px;
  text-align: center;
  top: 0;
  left: 0;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
  content: "\f111";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -25px;
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  content: "\f112";
}
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -24px;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #202020;
  color: #fff;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
  position: relative;
  margin: 0 5px;
  height: 120px;
}
.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
  height: 100%;
  cursor: pointer;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 486px !important;
  object-fit: cover !important;
}
.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 120px;
  background: #ab3629;
  font-size: 20px;
  color: #fff !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.banner-img {
  height: 70vh;
  object-fit: cover;
  transform: translateX(100%) scale(1.05);
  filter: brightness(0.75);
  transition:
    transform 1.1s ease,
    filter 1.1s ease;
}
.banner-caption {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-title,
.banner-text {
  color: #fff;
}
.banner-title {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.banner-text {
  font-size: 1.1rem;
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 0.7s ease 0.15s,
    transform 0.7s ease 0.15s;
}
.banner-title::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin-top: 6px;
  background: linear-gradient(90deg, #ffffff, #ffb347);
  transition: width 0.5s ease 0.3s;
}
.carousel-item.active .banner-img {
  transform: translateX(0) scale(1.03);
  filter: brightness(1);
}
.carousel-item.active .banner-title,
.carousel-item.active .banner-text {
  opacity: 1;
  transform: translateX(0);
  padding-left: 30px;
}
.carousel-item.active .banner-title::after {
  width: 120px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: rgb(255 255 255 / 0.95);
  border-radius: 50%;
  background-size: 60% 60%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
@media (max-width: 912px) {
  .banner-caption {
    left: 6%;
    right: 6%;
  }
  .banner-title {
    font-size: 2rem;
  }
  .banner-text {
    font-size: 0.95rem;
  }
}
.service-item {
  position: relative;
  padding: 40px 25px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  transition: all 0.4s ease;
  box-shadow: 0 12px 30px rgb(0 0 0 / 0.08);
}
.service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.service-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.25);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.service-item:hover::before,
.service-item:hover::after {
  opacity: 1;
}
.service-item > * {
  position: relative;
  z-index: 2;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.service-item:hover .service-icon,
.service-item:hover h5,
.service-item:hover p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.service-item:hover h5,
.service-item:hover p,
.service-item:hover i {
  color: #a4625b;
}
.service-icon i {
  font-size: 42px;
  color: #a4625b;
  transition:
    transform 0.4s ease,
    color 0.4s ease;
}
.service-item:hover .service-icon i {
  transform: scale(1.1);
}
.service-title {
  font-weight: 600;
  margin-bottom: 12px;
}
.service-text {
  font-size: 15px;
  line-height: 1.6;
}
.service-studio::before {
  background-image: url(../images/gallery/11.png);
}
.service-jewellery::before {
  background-image: url(../images/gallery/5.png);
}
.service-outfit::before {
  background-image: url(../images/gallery/2.png);
}
.service-equipment::before {
  background-image: url(../images/gallery/4.png);
}
.service-makeup::before {
  background-image: url(../images/gallery/14.png);
}
.service-videography::before {
  background-image: url(../images/gallery/7.png);
}
.contact-buttons {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.contact-buttons .contact-btn {
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #a4625b;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.2);
  transition: all 0.3s ease;
}
.contact-buttons .whatsapp {
  color: white !important;
  font-size: 28px !important;
}
.phone-svg-icon {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  animation: phone-ring 2s infinite ease-in-out;
}
@keyframes phone-ring {
  0% {
    transform: rotate(0) scale(1);
  }
  5% {
    transform: rotate(-15deg) scale(1.1);
  }
  10% {
    transform: rotate(15deg) scale(1.1);
  }
  15% {
    transform: rotate(-15deg) scale(1.1);
  }
  20% {
    transform: rotate(15deg) scale(1.1);
  }
  25% {
    transform: rotate(0) scale(1);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}
.contact-buttons .contact-btn:hover {
  transform: translateY(-5px);
  background-color: #ab3629;
  filter: brightness(0) invert(1);
  animation: phone-ring 2s infinite ease-in-out;
}
.contact-buttons .contact-btn:hover .whatsapp {
  color: white !important;
}
@media (max-width: 480px) {
  .contact-buttons {
    bottom: 90px;
    right: 20px;
  }
  .contact-buttons .contact-btn {
    width: 42px;
    height: 42px;
  }
  .phone-svg-icon {
    width: 30px;
    height: 30px;
  }
  .contact-buttons {
    color: white !important;
    font-size: 20px !important;
  }
  .whatsapp {
    color: white !important;
    font-size: 42px !important;
  }
}
.banner-carousel-wrapper {
  width: 80%;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 100px;
}
#bannerCarousel,
#bannerCarousel .owl-stage-outer,
#bannerCarousel .owl-stage,
#bannerCarousel .owl-item,
.banner-slide {
  height: 70vh;
  margin-bottom: 30px;
}
.banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
#bannerCarousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
#bannerCarousel .owl-nav button {
  position: absolute;
  background: rgb(0 0 0 / 0.5) !important;
  color: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  pointer-events: all;
}
#bannerCarousel {
  left: 40px;
}
#bannerCarousel {
  right: 40px;
}
#bannerCarousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#bannerCarousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
}
#bannerCarousel .owl-dot.active span {
  opacity: 1;
  background: #e63946;
}
.banner-caption {
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  background: rgb(0 0 0 / 0.55);
  padding: 20px 30px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  max-width: 100%;
}
.banner-caption h2 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.banner-caption p {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
  color: #fff;
}
@media (max-width: 712px) {
  #bannerCarousel,
  #bannerCarousel .owl-stage-outer,
  #bannerCarousel .owl-stage,
  #bannerCarousel .owl-item,
  .banner-slide {
    height: auto;
    min-height: 100px;
  }
  .banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: -10px;
  }
  .banner-caption {
    position: absolute;
    left: 50%;
    bottom: 30%;
    padding: 20px 30px;
    text-align: center;
    max-width: 70%;
    width: max-content;
    margin-left: -20px;
  }
  .banner-caption h2 {
    font-size: 12px;
    font-family: var(--title-font);
  }
  .banner-caption p {
    font-size: 10px;
    font-family: var(--text-font);
  }
  #bannerCarousel .owl-nav button {
    width: 28px;
    height: 28px;
  }
  #bannerCarousel .owl-nav .owl-prev {
    left: 0;
  }
  #bannerCarousel .owl-nav .owl-next {
    right: 0;
  }
  #bannerCarousel .owl-dots {
    bottom: 80px;
  }
  .banner-section .content-box p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-left: -50px;
  }
  .banner-section h2 {
    font-size: 15px !important;
    align-content: start;
  }
}
@media screen and (min-width: 713px) and (max-width: 912px) {
  #bannerCarousel,
  #bannerCarousel .owl-stage-outer,
  #bannerCarousel .owl-stage,
  #bannerCarousel .owl-item,
  .banner-slide {
    height: auto;
    min-height: 100px;
  }
  .banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: -10px;
  }
  .banner-caption {
    position: absolute;
    left: 50%;
    bottom: 30%;
    padding: 20px 30px;
    text-align: center;
    max-width: 70%;
    width: max-content;
    margin-left: -20px;
  }
  .banner-caption h2 {
    font-size: 12px;
    font-family: var(--title-font);
  }
  .banner-caption p {
    font-size: 10px;
    font-family: var(--text-font);
  }
  #bannerCarousel .owl-nav button {
    width: 28px;
    height: 28px;
  }
  #bannerCarousel .owl-nav .owl-prev {
    left: 0;
  }
  #bannerCarousel .owl-nav .owl-next {
    right: 0;
  }
  #bannerCarousel .owl-dots {
    bottom: 80px;
  }
  .banner-section .content-box p {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-left: -100px;
  }
  .banner-section h2 {
    font-size: 20px !important;
    align-content: start;
    margin-right: 50px;
  }
}
@media screen and (min-width: 913px) and (max-width: 1024px) {
  #bannerCarousel,
  #bannerCarousel .owl-stage-outer,
  #bannerCarousel .owl-stage,
  #bannerCarousel .owl-item,
  .banner-slide {
    height: auto;
    min-height: 100px;
  }
  .banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: 100px;
  }
  .banner-caption {
    position: absolute;
    left: 50%;
    bottom: 30%;
    padding: 20px 30px;
    text-align: center;
    max-width: 70%;
    width: max-content;
    margin-left: -20px;
  }
  .banner-caption h2 {
    font-size: 12px;
    font-family: var(--title-font);
  }
  .banner-caption p {
    font-size: 10px;
    font-family: var(--text-font);
  }
  #bannerCarousel .owl-nav button {
    width: 28px;
    height: 28px;
  }
  #bannerCarousel .owl-nav .owl-prev {
    left: 40px;
  }
  #bannerCarousel .owl-nav .owl-next {
    right: 40px;
  }
  #bannerCarousel .owl-dots {
    bottom: 80px;
  }
  .banner-section .content-box p {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-left: 0;
    font-family: var(--text-font);
  }
  .banner-section h2 {
    font-size: 20px !important;
    align-content: start;
    margin-right: 50px;
    font-family: var(--title-font);
  }
}
@media (max-width: 768px) {
  .banner-section {
    min-height: 60vh;
    background-position: center top;
  }
}
@media (max-width: 576px) {
  .banner-section {
    min-height: 45vh;
    background-position: center;
    background-position: center top;
  }
}
@media (max-width: 540px) {
  .banner-carousel-wrapper {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 912px) {
  .banner-carousel-wrapper {
    margin-left: 60px;
  }
}
@media screen and (min-width: 913px) and (max-width: 1028px) {
  .banner-carousel-wrapper {
    margin-left: 60px;
  }
}

/* ===== Footer Bottom Alignment ===== */

.footer-bottom .auto-container {
    width: 100%;
}

.footer-bottom .auto-container > .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-bottom .copyright-text {
    text-align: left !important;
    margin: 0;
}
.footer-bottom .footer-links {
    position: relative;
    left: -70px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-bottom .footer-links a {
    color: #fff;
    text-decoration: none;

}

.footer-bottom .footer-links a:hover {
    color: #ab3629;
}



.footer-bottom .footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom .footer-links a:hover {
    color: #ab3629;
}

.footer-bottom .footer-links span {
    color: #fff;
}


/* ===== Mobile ===== */

@media (max-width: 767px) {

    .footer-bottom .auto-container > .footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }

    .footer-bottom .copyright-text {
        text-align: center !important;
    }

    .footer-bottom .footer-links {
        margin-left: 0;
        justify-content: center;
    }
}
/* ==========================================
   HAZE SHOWCASE CAROUSEL
   COMPLETELY UNIQUE CLASS NAMES
========================================== */

.haze-showcase-wrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    position: relative;
}


/* ==========================================
   OWL FIX
========================================== */

#hazeShowcaseCarousel {
    width: 100%;
    position: relative;
}

#hazeShowcaseCarousel .owl-stage-outer {
    width: 100%;
    overflow: hidden !important;
    border-radius: 24px;
}

#hazeShowcaseCarousel .owl-stage {
    display: flex;
}

#hazeShowcaseCarousel .owl-item {
    overflow: hidden;
}


/* ==========================================
   SLIDE
========================================== */

.haze-showcase-slide {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 24px;
    background: #111;
}


/* ==========================================
   IMAGE
========================================== */

.haze-showcase-image {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    border-radius: 24px;
}


/* ==========================================
   PREMIUM OVERLAY
========================================== */

.haze-showcase-slide::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.15) 42%,
        rgba(0, 0, 0, 0.82) 100%
    );

    z-index: 1;
    pointer-events: none;
}


/* ==========================================
   CONTENT
========================================== */

.haze-showcase-content {
    position: absolute;

    left: 22px;
    right: 22px;
    bottom: 24px;

    z-index: 2;

    padding: 24px 20px;

    text-align: center;

    border-radius: 18px;

    background: rgba(15, 15, 15, 0.58);

    border: 1px solid rgba(255, 255, 255, 0.14);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-sizing: border-box;
}


.haze-showcase-content h2 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}


.haze-showcase-content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.80);

    font-size: 15px;
    line-height: 1.7;
}


/* ==========================================
   DOTS
========================================== */

#hazeShowcaseCarousel .owl-dots {
    display: flex !important;

    justify-content: center;
    align-items: center;

    gap: 9px;

    margin-top: 18px;
}


#hazeShowcaseCarousel .owl-dots .owl-dot {
    margin: 0 !important;
    padding: 0 !important;
}


#hazeShowcaseCarousel .owl-dots .owl-dot span {
    display: block;

    width: 9px;
    height: 9px;

    margin: 0 !important;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.40);

    transition: all 0.35s ease;
}


#hazeShowcaseCarousel .owl-dots .owl-dot.active span {
    width: 28px;

    border-radius: 20px;

    background: #d94836;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .haze-showcase-wrap {
        width: 100%;
        max-width: 100%;

        padding: 0 20px;

        margin: 25px auto 0;

        box-sizing: border-box;
    }


    .haze-showcase-slide {
        height: 500px;

        border-radius: 22px;
    }


    .haze-showcase-image {
        border-radius: 22px;

        object-position: center center;
    }


    .haze-showcase-content {
        left: 16px;
        right: 16px;
        bottom: 18px;

        padding: 20px 16px;

        border-radius: 16px;
    }


    .haze-showcase-content h2 {
        font-size: 20px;
        line-height: 1.35;
    }


    .haze-showcase-content p {
        font-size: 13px;
        line-height: 1.6;
    }


    #hazeShowcaseCarousel .owl-dots {
        margin-top: 15px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .haze-showcase-wrap {
        padding: 0 16px;
    }


    .haze-showcase-slide {
        height: 460px;
    }


    .haze-showcase-content {
        left: 14px;
        right: 14px;
        bottom: 15px;

        padding: 18px 14px;
    }


    .haze-showcase-content h2 {
        font-size: 18px;
    }


    .haze-showcase-content p {
        font-size: 12.5px;
    }

}
.studio-banner-wrap .owl-dots {
    margin-top: 18px !important;
    padding-bottom: 25px !important;
}
/* =========================================================
   HAZE STUDIO INTRO SECTION
========================================================= */

.haze-studio-intro-section {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    background: #ffffff;
    overflow: hidden;
}


/* Decorative Background */

.haze-studio-intro-section::before {
    content: "";
    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    background: rgba(171, 54, 41, 0.06);

    filter: blur(20px);

    top: -150px;
    right: -120px;

    pointer-events: none;
}


.haze-studio-intro-section::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background: rgba(171, 54, 41, 0.05);

    bottom: -100px;
    left: -80px;

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.haze-studio-intro-container {
    position: relative;

    width: 100%;
    max-width: 1050px;

    margin: 0 auto;

    z-index: 2;
}


/* =========================================================
   CONTENT
========================================================= */

.haze-studio-intro-content {
    position: relative;

    text-align: center;

    padding: 55px 65px;

    background: #ffffff;

    border-radius: 24px;

    border: 1px solid rgba(171, 54, 41, 0.12);

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.07);
}


/* =========================================================
   SMALL TAG
========================================================= */

.haze-studio-intro-tag {
    display: inline-block;

    margin-bottom: 18px;

    color: #ab3629;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* =========================================================
   HEADING
========================================================= */

.haze-studio-intro-content h1 {
    margin: 0;

    color: #151515;

    font-size: 42px;

    font-weight: 700;

    line-height: 1.3;

    letter-spacing: -0.5px;
}


.haze-studio-intro-content h1 span {
    display: block;

    color: #ab3629;
}


/* =========================================================
   TITLE LINE
========================================================= */

.haze-studio-title-line {
    width: 65px;

    height: 3px;

    margin: 25px auto 30px;

    border-radius: 50px;

    background: linear-gradient(
        90deg,
        #742017,
        #d85a4b
    );
}


/* =========================================================
   PARAGRAPH
========================================================= */

.haze-studio-intro-content p {
    max-width: 850px;

    margin:
        0 auto 18px;

    color: #000;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.9;

    letter-spacing: 0.1px;
}


.haze-studio-intro-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .haze-studio-intro-section {
        padding: 75px 25px;
    }


    .haze-studio-intro-content {
        padding: 45px 40px;
    }


    .haze-studio-intro-content h1 {
        font-size: 36px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .haze-studio-intro-section {
        padding: 60px 15px;
    }


    .haze-studio-intro-content {
        padding: 35px 20px;

        border-radius: 18px;
    }


    .haze-studio-intro-tag {
        font-size: 10px;

        letter-spacing: 2px;

        margin-bottom: 14px;
    }


    .haze-studio-intro-content h1 {
        font-size: 27px;

        line-height: 1.35;
    }


    .haze-studio-title-line {
        width: 55px;

        margin: 20px auto 25px;
    }


    .haze-studio-intro-content p {
        font-size: 15px;

        line-height: 1.85;

        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .haze-studio-intro-section {
        padding: 50px 12px;
    }


    .haze-studio-intro-content {
        padding: 30px 17px;
    }


    .haze-studio-intro-content h1 {
        font-size: 24px;
    }


    .haze-studio-intro-content p {
        font-size: 14px;

        line-height: 1.8;
    }

}
/* =========================================================
   HAZE ABOUT SHOWCASE - UNIQUE DESIGN
========================================================= */

.haze-about-showcase {
    position: relative;
    width: 100%;
    padding: 110px 20px;
    overflow: hidden;
    background: #f7f5f3;
}


/* Background Decorative Glow */

.haze-about-showcase::before {
    content: "";
    position: absolute;

    width: 450px;
    height: 450px;

    border-radius: 50%;

    background: rgba(171, 54, 41, 0.06);

    filter: blur(40px);

    top: -200px;
    left: -180px;

    pointer-events: none;
}


.haze-about-showcase::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    background: rgba(216, 90, 75, 0.07);

    filter: blur(40px);

    right: -150px;
    bottom: -150px;

    pointer-events: none;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.haze-about-shell {
    position: relative;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    z-index: 2;
}


/* =========================================================
   GRID
========================================================= */

.haze-about-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 80px;
}


/* =========================================================
   CONTENT
========================================================= */

.haze-about-copy {
    position: relative;
}


/* =========================================================
   SMALL LABEL
========================================================= */

.haze-about-label {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 18px;

    color: #ab3629;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


.haze-about-label i {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #ab3629,
        #742017
    );

    box-shadow:
        0 10px 25px rgba(171, 54, 41, 0.25);
}


/* =========================================================
   HEADING
========================================================= */

.haze-about-heading h2 {
    margin: 0;

    color: #161616;

    font-size: 46px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: -1px;
}


.haze-about-heading h2 span {
    display: block;

    color: #ab3629;
}


/* =========================================================
   ACCENT LINE
========================================================= */

.haze-about-accent {
    position: relative;

    width: 100px;
    height: 3px;

    margin: 25px 0 30px;

    border-radius: 50px;

    background: rgba(171, 54, 41, 0.15);
}


.haze-about-accent span {
    display: block;

    width: 45%;
    height: 100%;

    border-radius: inherit;

    background: linear-gradient(
        90deg,
        #742017,
        #d85a4b
    );
}


/* =========================================================
   DESCRIPTION
========================================================= */

.haze-about-copy > p {
    margin: 0;

    color: #666666;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.9;

    text-align: justify;
}


/* =========================================================
   FEATURES
========================================================= */

.haze-about-feature-row {
    display: flex;

    flex-wrap: wrap;

    gap: 20px;

    margin-top: 38px;
}


.haze-about-feature {
    flex: 1;

    min-width: 210px;

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 17px;

    background: #ffffff;

    border-radius: 14px;

    border: 1px solid rgba(171, 54, 41, 0.10);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.05);

    transition: all 0.35s ease;
}


.haze-about-feature:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.09);
}


/* Icon */

.haze-feature-icon {
    width: 48px;
    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #ab3629,
        #742017
    );
}


.haze-about-feature h4 {
    margin: 0 0 4px;

    color: #202020;

    font-size: 15px;

    font-weight: 700;
}


.haze-about-feature span {
    color: #777777;

    font-size: 12px;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.haze-about-visual {
    position: relative;

    min-height: 520px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* Decorative Background Shape */

.haze-about-image-shape {
    position: absolute;

    width: 88%;
    height: 88%;

    right: 0;
    bottom: 0;

    border-radius: 35px;

    background: linear-gradient(
        135deg,
        #ab3629,
        #742017
    );

    transform: rotate(5deg);

    opacity: 0.10;
}


/* Image Frame */

.haze-about-image-frame {
    position: relative;

    width: 92%;

    height: 500px;

    z-index: 2;

    overflow: hidden;

    border-radius: 28px;

    background: #ddd;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.20);
}


.haze-about-image-frame::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.35),
            transparent 45%
        );

    pointer-events: none;
}


.haze-about-image-frame img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.7s ease;
}


.haze-about-visual:hover
.haze-about-image-frame img {
    transform: scale(1.06);
}


/* =========================================================
   IMAGE BADGE
========================================================= */

.haze-about-image-badge {
    position: absolute;

    left: 0;
    bottom: 35px;

    z-index: 3;

    min-width: 190px;

    padding: 18px 24px;

    border-radius: 0 15px 15px 0;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #ab3629,
            #742017
        );

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.20);
}


.haze-about-image-badge strong {
    display: block;

    margin-bottom: 3px;

    font-size: 20px;

    font-weight: 700;
}


.haze-about-image-badge span {
    display: block;

    font-size: 12px;

    letter-spacing: 1px;

    text-transform: uppercase;

    opacity: 0.85;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .haze-about-showcase {
        padding: 85px 25px;
    }


    .haze-about-grid {
        grid-template-columns: 1fr;

        gap: 60px;
    }


    .haze-about-copy {
        max-width: 750px;

        margin: 0 auto;

        text-align: center;
    }


    .haze-about-label {
        justify-content: center;
    }


    .haze-about-accent {
        margin-left: auto;
        margin-right: auto;
    }


    .haze-about-copy > p {
        text-align: center;
    }


    .haze-about-feature-row {
        justify-content: center;
    }


    .haze-about-visual {
        width: 100%;

        max-width: 650px;

        margin: 0 auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .haze-about-showcase {
        padding: 65px 16px;
    }


    .haze-about-grid {
        gap: 45px;
    }


    .haze-about-heading h2 {
        font-size: 34px;

        line-height: 1.25;
    }


    .haze-about-copy > p {
        font-size: 15px;

        line-height: 1.85;

        text-align: center;
    }


    .haze-about-feature-row {
        flex-direction: column;

        margin-top: 30px;
    }


    .haze-about-feature {
        width: 100%;
    }


    .haze-about-visual {
        min-height: auto;
    }


    .haze-about-image-frame {
        width: 100%;

        height: 430px;

        border-radius: 22px;
    }


    .haze-about-image-shape {
        width: 90%;

        height: 90%;

        border-radius: 25px;
    }


    .haze-about-image-badge {
        left: 15px;

        bottom: 20px;

        padding: 14px 18px;

        border-radius: 14px;

        min-width: 160px;
    }


    .haze-about-image-badge strong {
        font-size: 17px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .haze-about-showcase {
        padding: 55px 13px;
    }


    .haze-about-label {
        font-size: 10px;

        letter-spacing: 1.8px;
    }


    .haze-about-heading h2 {
        font-size: 29px;
    }


    .haze-about-copy > p {
        font-size: 14px;

        line-height: 1.8;
    }


    .haze-about-image-frame {
        height: 360px;

        border-radius: 18px;
    }


    .haze-about-image-badge {
        min-width: 145px;

        padding: 13px 15px;
    }


    .haze-about-feature {
        padding: 15px;
    }

}
/* ==========================================
   STUDIO PREMIUM SHOWCASE
========================================== */

.studio-premium-showcase {
    width: 100%;
    position: relative;
    padding: 35px 0 20px;
}


/* ==========================================
   CAROUSEL DESKTOP
========================================== */

.studio-premium-showcase #studioPremiumCarousel {
    width: 94%;
    max-width: 1700px;
    margin: 0 auto;
}


/* ==========================================
   SLIDE
========================================== */

.studio-premium-slide {
    width: 100%;
    height: 625px;

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    background: #111;

    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.22);
}


/* ==========================================
   IMAGE
========================================== */

.studio-premium-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.8s ease;
}


.studio-premium-slide:hover .studio-premium-image {
    transform: scale(1.025);
}


/* ==========================================
   DARK OVERLAY
========================================== */

.studio-premium-slide::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.08) 20%,
            rgba(0, 0, 0, 0.35) 100%
        );

    pointer-events: none;

    z-index: 1;
}


/* ==========================================
   CONTENT BOX
========================================== */

.studio-premium-overlay {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 480px;
    max-width: calc(100% - 60px);

    padding: 30px 35px;

    text-align: center;

    background: rgba(18, 18, 20, 0.72);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.14);

    border-radius: 20px;

    z-index: 2;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.25);
}


.studio-premium-overlay h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 26px;
    font-weight: 700;

    line-height: 1.3;
}


.studio-premium-overlay p {
    margin: 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 16px;

    line-height: 1.6;
}


/* ==========================================
   OWL DOTS
========================================== */

#studioPremiumCarousel .owl-dots {
    position: absolute;

    bottom: 22px;
    left: 50%;

    transform: translateX(-50%);

    width: auto;

    margin: 0 !important;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    z-index: 5;
}


#studioPremiumCarousel .owl-dot {
    margin: 0 !important;
    padding: 0 !important;
}


#studioPremiumCarousel .owl-dot span {
    width: 10px;
    height: 10px;

    display: block;

    margin: 0 !important;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.75);

    transition: all 0.3s ease;
}


#studioPremiumCarousel .owl-dot.active span {
    width: 34px;

    border-radius: 20px;

    background: #d84b3a;
}


/* ==========================================
   CENTER CTA BUTTON
========================================== */

.studio-cta-center {
    width: 100%;

    display: flex;

    justify-content: center;
    align-items: center;

    padding: 28px 20px 35px;

    position: relative;

    z-index: 10;
}


.studio-cta-button {
    min-width: 220px;

    padding: 17px 30px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    text-decoration: none !important;

    color: #ffffff !important;

    font-size: 18px;
    font-weight: 700;

    border-radius: 50px;

    background: linear-gradient(
        135deg,
        #b72f25,
        #d74736
    );

    box-shadow:
        0 12px 30px rgba(183, 47, 37, 0.28);

    transition: all 0.35s ease;
}


.studio-cta-button i {
    font-size: 17px;

    transition: transform 0.3s ease;
}


.studio-cta-button:hover {
    color: #ffffff !important;

    transform: translateY(-4px);

    box-shadow:
        0 18px 38px rgba(183, 47, 37, 0.38);
}


.studio-cta-button:hover i {
    transform: translateX(5px);
}/* ==========================================================
   HAZE ARTISTIC STUDIO
   CREATIVE RENTAL SECTION
   UNIQUE PREFIX: haze-creative-rental-
========================================================== */

.haze-creative-rental-section {
    position: relative;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    background: #ffffff;
}


/* Main Layout */

.haze-creative-rental-wrapper {
    position: relative;
    width: 100%;
    max-width: 1150px;
    min-height: 280px;
    margin: 0 auto;

    display: flex;
    align-items: flex-start;

    padding: 25px 40px 25px 55px;

    overflow: hidden;
}


/* ==========================================================
   LEFT ARTISTIC VERTICAL LINE
========================================================== */

.haze-creative-rental-accent {
    position: absolute;

    left: 25px;
    top: 28px;
    bottom: 28px;

    width: 1px;

    background: rgba(171, 54, 41, 0.35);
}


.haze-creative-rental-accent span {
    position: absolute;

    top: 0;
    left: 50%;

    width: 12px;
    height: 12px;

    transform: translateX(-50%);

    border-radius: 50%;

    background: #ab3629;

    box-shadow: 0 0 0 4px rgba(171, 54, 41, 0.08);
}


/* ==========================================================
   CONTENT
========================================================== */

.haze-creative-rental-content {
    position: relative;

    width: 65%;
    max-width: 700px;

    z-index: 2;
}


/* Small Label */

.haze-creative-rental-label {
    position: relative;

    margin-bottom: 20px;

    color: #9b3b30;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 5px;
    text-transform: uppercase;
}


/* Paragraph */

.haze-creative-rental-text {
    margin: 0 0 20px;

    color: #000;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.85;

    letter-spacing: 0.1px;

    text-align: left;
}


.haze-creative-rental-text:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   RIGHT SIDE ARTISTIC TEXT
========================================================== */

.haze-creative-rental-art {
    position: absolute;

    right: 25px;
    top: 50%;

    width: 300px;

    transform: translateY(-50%);

    text-align: center;

    opacity: 0.12;

    pointer-events: none;

    z-index: 1;
}


/* Create */

.haze-creative-rental-art span {
    display: block;

    font-family: cursive;

    font-size: 70px;
    font-style: italic;

    line-height: 0.8;

    color: #ab3629;

    transform: rotate(-8deg);
}


/* More */

.haze-creative-rental-art strong {
    display: block;

    margin-top: 10px;

    font-family: cursive;

    font-size: 85px;
    font-weight: 400;
    font-style: italic;

    line-height: 0.8;

    color: #ab3629;

    transform: rotate(-5deg);
}


/* Small Text */

.haze-creative-rental-art small {
    display: block;

    margin-top: 25px;

    color: #333333;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.8;

    letter-spacing: 5px;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .haze-creative-rental-section {
        padding: 0px;
    }


    .haze-creative-rental-wrapper {
        padding: 20px 35px 20px 50px;
    }


    .haze-creative-rental-content {
        width: 75%;
    }


    .haze-creative-rental-art {
        right: -30px;

        width: 270px;
    }


    .haze-creative-rental-art span {
        font-size: 60px;
    }


    .haze-creative-rental-art strong {
        font-size: 70px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .haze-creative-rental-section {
        padding: 0px;
    }


    .haze-creative-rental-wrapper {
        min-height: auto;

        padding: 15px 12px 15px 35px;

        display: block;
    }


    /* Side Line */

    .haze-creative-rental-accent {
        left: 18px;

        top: 18px;
        bottom: 18px;
    }


    .haze-creative-rental-accent span {
        width: 10px;
        height: 10px;
    }


    /* Content */

    .haze-creative-rental-content {
        width: 100%;
        max-width: 100%;
    }


    .haze-creative-rental-label {
        margin-bottom: 16px;

        font-size: 9px;

        letter-spacing: 3px;
    }


    .haze-creative-rental-text {
        margin-bottom: 17px;

        font-size: 15px;

        line-height: 1.8;

        text-align: left;
    }


    /* Hide background art on mobile */

    .haze-creative-rental-art {
        display: none;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .haze-creative-rental-section {
        padding: 0px;
    }


    .haze-creative-rental-wrapper {
        padding: 12px 8px 12px 30px;
    }


    .haze-creative-rental-accent {
        left: 14px;
    }


    .haze-creative-rental-label {
        font-size: 8px;

        letter-spacing: 2.5px;

        margin-bottom: 14px;
    }


    .haze-creative-rental-text {
        font-size: 14.5px;

        line-height: 1.75;

        margin-bottom: 15px;
    }

}


/* ==========================================================
   SAFETY - HORIZONTAL OVERFLOW PREVENTION
========================================================== */

.haze-creative-rental-section,
.haze-creative-rental-section * {
    box-sizing: border-box;
}
/* =========================================================
   HAZE HEADER
   1024 × 600 + 1024 × 1366 ONLY
   ========================================================= */


/* =========================================================
   1024 × 600 — LANDSCAPE
   ========================================================= */

@media screen and (width: 1024px) and (height: 600px) {

    .main-header.header-style-one {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }

    .main-header.header-style-one > .auto-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 12px !important;
        margin: 0 !important;
    }

    .main-header .main-box {
        min-height: 72px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        padding: 0 !important;
        margin: 0 !important;
    }

    /* LOGO */

    .main-header .main-box > .logo {
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .main-box > .logo img {
        width: 110px !important;
        max-width: 110px !important;
        height: auto !important;
        display: block !important;
    }

    /* NAV AREA */

    .main-header .main-box .nav-outer {
        flex: 1 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;

        gap: 12px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    /* NAV */

    .main-header .main-menu {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .main-menu .navigation {
        display: flex !important;
        align-items: center !important;

        margin: 0 !important;
        padding: 0 !important;

        gap: 2px !important;
    }

    .main-header .main-menu .navigation > li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .main-menu .navigation > li > a {
        display: flex !important;
        align-items: center !important;

        height: 38px !important;

        padding: 0 6px !important;

        color: #fff !important;

        font-size: 14px !important;
        font-weight: 500 !important;

        line-height: 1 !important;
        white-space: nowrap !important;
    }

    /* SOCIAL */

    .main-header .outer-box {
        display: flex !important;
        align-items: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .social-icon-one {
        display: flex !important;
        align-items: center !important;

        gap: 5px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .social-icon-one li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .social-icon-one li a {
        width: 32px !important;
        height: 32px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        border: 1px solid rgba(255,255,255,.8) !important;
        border-radius: 50% !important;

        color: #fff !important;

        font-size: 10px !important;
    }

    /* HIDE MOBILE */

    .main-header .mobile-nav-toggler,
    .main-header .mobile-menu,
    .main-header .sticky-header {
        display: none !important;
    }
}


/* =========================================================
   1024 × 1366 — PORTRAIT / IPAD PRO
   ========================================================= */

@media screen and (width: 1024px) and (height: 1366px) {

    .main-header.header-style-one {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }

    .main-header.header-style-one > .auto-container {
        width: 100% !important;
        max-width: 100% !important;

        padding: 0 28px !important;
        margin: 0 !important;
    }

    .main-header .main-box {
        min-height: 100px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        padding: 0 !important;
        margin: 0 !important;
    }

    /* LOGO */

    .main-header .main-box > .logo {
        flex: 0 0 auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .main-box > .logo img {
        width: 155px !important;
        max-width: 155px !important;

        height: auto !important;

        display: block !important;
    }

    /* NAV AREA */

    .main-header .main-box .nav-outer {
        flex: 1 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;

        gap: 25px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    /* NAV */

    .main-header .main-menu {
        display: block !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .main-menu .navigation {
        display: flex !important;
        align-items: center !important;

        margin: 0 !important;
        padding: 0 !important;

        gap: 8px !important;
    }

    .main-header .main-menu .navigation > li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .main-menu .navigation > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        height: 45px !important;

        padding: 0 8px !important;

        color: #fff !important;

        font-size: 13px !important;
        font-weight: 500 !important;

        line-height: 1 !important;
        white-space: nowrap !important;

        transition: all .3s ease !important;
    }

    .main-header .main-menu .navigation > li > a:hover {
        color: #fff !important;
    }

    /* SOCIAL */

    .main-header .outer-box {
        display: flex !important;
        align-items: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .social-icon-one {
        display: flex !important;
        align-items: center !important;

        gap: 8px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .social-icon-one li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-header .social-icon-one li a {
        width: 40px !important;
        height: 40px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        border: 1px solid rgba(255,255,255,.85) !important;
        border-radius: 50% !important;

        color: #fff !important;

        font-size: 13px !important;

        background: rgba(0,0,0,.08) !important;
    }

    /* HIDE MOBILE */

    .main-header .mobile-nav-toggler,
    .main-header .mobile-menu,
    .main-header .sticky-header {
        display: none !important;
    }
}
/* =========================================================
   HAZE HERO PREMIUM CAROUSEL
   ========================================================= */

.haze-hero-carousel {
    width: 100%;
    max-width: 1470px;
    margin: 38px auto 0;
    padding: 0 20px 48px;
    position: relative;
    box-sizing: border-box;
}


/* Individual Slide */
.haze-hero-slide {
    position: relative;
    width: 100%;
    height: 625px;
    overflow: hidden;
    border-radius: 28px;
    background: #111;
    isolation: isolate;
}


/* Image */
.haze-hero-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center;
    margin: 0 !important;
    padding: 0 !important;

    transform: scale(1);
    transition: transform 1.2s ease;
}


/* Slight zoom when active */
.haze-hero-carousel .owl-item.active .haze-hero-image {
    transform: scale(1.025);
}


/* Dark cinematic overlay */
.haze-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.03) 15%,
            rgba(0, 0, 0, 0.08) 45%,
            rgba(0, 0, 0, 0.50) 100%
        );
}


/* Caption */
.haze-hero-caption {
    position: absolute;
    z-index: 3;

    left: 50%;
    bottom: 38px;

    transform: translateX(-50%);

    width: min(760px, calc(100% - 70px));

    padding: 27px 35px 25px;

    text-align: center;

    background: rgba(10, 10, 10, 0.82);

    border: 1px solid rgba(255, 255, 255, 0.16);

    border-radius: 22px;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    box-sizing: border-box;
}


/* Heading */
.haze-hero-caption h2 {
    margin: 0 0 10px !important;

    color: #ffffff !important;

    font-size: 34px !important;
    line-height: 1.2 !important;

    font-weight: 700 !important;

    letter-spacing: -0.5px;

    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
}


/* Description */
.haze-hero-caption p {
    margin: 0 !important;

    color: rgba(255, 255, 255, 0.88) !important;

    font-size: 16px !important;
    line-height: 1.7 !important;

    font-weight: 400;

    letter-spacing: 0.1px;
}


/* =========================================================
   OWL CAROUSEL FIX
   ========================================================= */

.haze-hero-carousel .owl-stage-outer {
    overflow: hidden;
    border-radius: 28px;
}


.haze-hero-carousel .owl-stage {
    display: flex;
}


.haze-hero-carousel .owl-item {
    display: flex;
}


.haze-hero-carousel .owl-item > div {
    width: 100%;
}


/* Dots */
.haze-hero-carousel .owl-dots {
    display: flex !important;

    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-top: 20px !important;
}


.haze-hero-carousel .owl-dots .owl-dot {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}


.haze-hero-carousel .owl-dots .owl-dot span {
    display: block;

    width: 10px !important;
    height: 10px !important;

    margin: 0 !important;

    border-radius: 50% !important;

    background: rgba(255, 255, 255, 0.55) !important;

    transition: all 0.3s ease;
}


.haze-hero-carousel .owl-dots .owl-dot.active span {
    width: 30px !important;

    border-radius: 20px !important;

    background: #d63b2e !important;
}


/* =========================================================
   PREVIOUS / NEXT
   ========================================================= */

.haze-hero-carousel .owl-nav {
    margin: 0 !important;
}


.haze-hero-carousel .owl-nav button.owl-prev,
.haze-hero-carousel .owl-nav button.owl-next {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 48px;
    height: 48px;

    margin: 0 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.25) !important;

    border-radius: 50% !important;

    background: rgba(15, 15, 15, 0.72) !important;

    color: #ffffff !important;

    font-size: 21px !important;

    line-height: 1 !important;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease;

    z-index: 10;
}


.haze-hero-carousel .owl-nav button.owl-prev {
    left: 38px;
}


.haze-hero-carousel .owl-nav button.owl-next {
    right: 38px;
}


.haze-hero-carousel .owl-nav button.owl-prev:hover,
.haze-hero-carousel .owl-nav button.owl-next:hover {
    background: #d63b2e !important;

    border-color: #d63b2e !important;

    transform: translateY(-50%) scale(1.08);
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1400px) {

    .haze-hero-carousel {
        max-width: 1500px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .haze-hero-slide {
        height: 650px;
    }

}


/* =========================================================
   LAPTOP / DESKTOP
   ========================================================= */

@media (min-width: 992px) and (max-width: 1399px) {

    .haze-hero-carousel {
        max-width: 1200px;
        margin-top: 32px;
    }

    .haze-hero-slide {
        height: 570px;
        border-radius: 26px;
    }

    .haze-hero-caption {
        bottom: 32px;
        width: min(700px, calc(100% - 80px));
        padding: 24px 30px;
    }

    .haze-hero-caption h2 {
        font-size: 30px !important;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .haze-hero-carousel {
        margin-top: 28px;
        padding: 0 18px 42px;
    }

    .haze-hero-slide {
        height: 500px;
        border-radius: 24px;
    }

    .haze-hero-caption {
        bottom: 28px;

        width: calc(100% - 70px);

        padding: 22px 25px;
    }

    .haze-hero-caption h2 {
        font-size: 27px !important;
    }

    .haze-hero-caption p {
        font-size: 15px !important;
    }

    .haze-hero-carousel .owl-nav button.owl-prev {
        left: 28px;
    }

    .haze-hero-carousel .owl-nav button.owl-next {
        right: 28px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .haze-hero-carousel {
        width: 100%;

        margin-top: 24px;

        padding: 0 12px 40px;
    }


    .haze-hero-slide {
        width: 100%;
        height: 440px;

        border-radius: 22px;
    }


    .haze-hero-image {
        object-position: center center;
    }


    .haze-hero-caption {
        left: 50%;
        bottom: 22px;

        width: calc(100% - 32px);

        padding: 18px 18px 17px;

        border-radius: 18px;
    }


    .haze-hero-caption h2 {
        margin-bottom: 7px !important;

        font-size: 21px !important;
        line-height: 1.25 !important;
    }


    .haze-hero-caption p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }


    /* Hide arrows on mobile */
    .haze-hero-carousel .owl-nav {
        display: none !important;
    }


    /* Dots */
    .haze-hero-carousel .owl-dots {
        margin-top: 18px !important;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .haze-hero-carousel {
        margin-top: 20px;
        padding: 0 10px 36px;
    }


    .haze-hero-slide {
        height: 390px;
        border-radius: 20px;
    }


    .haze-hero-caption {
        bottom: 17px;

        width: calc(100% - 24px);

        padding: 16px 15px;
        border-radius: 17px;
    }


    .haze-hero-caption h2 {
        font-size: 19px !important;
    }


    .haze-hero-caption p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }


    .haze-hero-carousel .owl-dots {
        margin-top: 17px !important;
    }

}


/* =========================================================
   VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 360px) {

    .haze-hero-slide {
        height: 350px;
    }

    .haze-hero-caption h2 {
        font-size: 17px !important;
    }

    .haze-hero-caption p {
        font-size: 11px !important;
    }

}
/* =========================================================
   HAZE HERO CAROUSEL
   PREMIUM ARROWS + DOTS
========================================================= */

.haze-hero-carousel {
    position: relative;
    width: 100%;
}


/* =========================================================
   OWL NAVIGATION
========================================================= */

.haze-hero-carousel .owl-nav {
    margin: 0 !important;
}


/* Common Arrow */

.haze-hero-carousel .owl-prev,
.haze-hero-carousel .owl-next {

    position: absolute !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 52px !important;
    height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: rgba(20, 20, 20, 0.62) !important;

    border: 1px solid rgba(255, 255, 255, 0.55) !important;

    color: #ffffff !important;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.28);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    z-index: 50 !important;

    opacity: 1 !important;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* LEFT */

.haze-hero-carousel .owl-prev {

    left: 25px !important;

}


/* RIGHT */

.haze-hero-carousel .owl-next {

    right: 25px !important;

}


/* =========================================================
   ARROW ICON
========================================================= */

.haze-hero-carousel .owl-prev span,
.haze-hero-carousel .owl-next span {

    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #ffffff !important;

    font-family: Arial, sans-serif;

    font-size: 25px !important;

    font-weight: 300;

    line-height: 1;

}


/* =========================================================
   HOVER
========================================================= */

.haze-hero-carousel .owl-prev:hover,
.haze-hero-carousel .owl-next:hover {

    background: #ab3629 !important;

    border-color: rgba(255, 255, 255, 0.85) !important;

    box-shadow:
        0 12px 30px rgba(171, 54, 41, 0.38);

}


/* Keep vertical position while scaling */

.haze-hero-carousel .owl-prev:hover {

    transform: translateY(-50%) scale(1.08) !important;

}

.haze-hero-carousel .owl-next:hover {

    transform: translateY(-50%) scale(1.08) !important;

}


/* =========================================================
   CLICK EFFECT
========================================================= */

.haze-hero-carousel .owl-prev:active,
.haze-hero-carousel .owl-next:active {

    transform: translateY(-50%) scale(0.94) !important;

}


/* =========================================================
   DOTS
========================================================= */

.haze-hero-carousel .owl-dots {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 20px;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 8px;

    margin: 0 !important;

    z-index: 30;

}


/* Dot */

.haze-hero-carousel .owl-dot {

    margin: 0 !important;

    padding: 0 !important;

    background: transparent !important;

    border: none !important;

}


.haze-hero-carousel .owl-dot span {

    display: block;

    width: 9px !important;

    height: 9px !important;

    margin: 0 !important;

    border-radius: 50% !important;

    background: rgba(255, 255, 255, 0.65) !important;

    transition: all 0.3s ease;

}


/* Active Dot */

.haze-hero-carousel .owl-dot.active span {

    width: 28px !important;

    border-radius: 20px !important;

    background: #ab3629 !important;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) and (min-width: 768px) {

    .haze-hero-carousel .owl-prev,
    .haze-hero-carousel .owl-next {

        width: 46px !important;
        height: 46px !important;

    }


    .haze-hero-carousel .owl-prev {

        left: 16px !important;

    }


    .haze-hero-carousel .owl-next {

        right: 16px !important;

    }


    .haze-hero-carousel .owl-prev span,
    .haze-hero-carousel .owl-next span {

        font-size: 22px !important;

    }


    .haze-hero-carousel .owl-dots {

        bottom: 15px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* Mobile-la arrow completely hide */

    .haze-hero-carousel .owl-nav {

        display: none !important;

    }


    /* Dots only */

    .haze-hero-carousel .owl-dots {

        position: relative;

        left: auto;
        right: auto;
        bottom: auto;

        margin-top: 16px !important;

        padding-bottom: 4px;

        gap: 7px;

    }


    .haze-hero-carousel .owl-dot span {

        width: 8px !important;
        height: 8px !important;

    }


    .haze-hero-carousel .owl-dot.active span {

        width: 25px !important;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .haze-hero-carousel .owl-dots {

        margin-top: 14px !important;

    }

}
/* =========================================================
   HAZE HEADER - FINAL RESPONSIVE HEADER
========================================================= */


/* =========================================================
   MAIN HEADER
========================================================= */

.main-header.header-style-one {

    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;

    z-index: 9999 !important;

}


/* CONTAINER */

.main-header.header-style-one > .auto-container {

    width: 100% !important;

    max-width: 100% !important;

    padding-left: 28px !important;
    padding-right: 28px !important;

}


/* =========================================================
   MAIN BOX
========================================================= */

.main-header.header-style-one .main-box {

    min-height: 92px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    margin: 0 !important;

    padding: 0 !important;

}


/* =========================================================
   LOGO
========================================================= */

.main-header.header-style-one
.main-box > .logo {

    flex: 0 0 auto !important;

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.main-box > .logo img {

    width: 145px !important;

    max-width: 145px !important;

    height: auto !important;

    display: block !important;

}


/* =========================================================
   NAV OUTER
========================================================= */

.main-header.header-style-one
.main-box > .nav-outer {

    display: flex !important;

    align-items: center !important;

    justify-content: flex-end !important;

    gap: 22px !important;

    margin-left: auto !important;

    padding: 0 !important;

}


/* =========================================================
   DESKTOP NAV
========================================================= */

.main-header.header-style-one
.main-menu {

    display: block !important;

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.main-menu .navigation {

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 4px !important;

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.main-menu .navigation > li {

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.main-menu .navigation > li > a {

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    height: 45px !important;

    padding: 0 10px !important;

    color: #ffffff !important;

    font-size: 14px !important;

    font-weight: 500 !important;

    line-height: 1 !important;

    white-space: nowrap !important;

    text-decoration: none !important;

    transition: all .3s ease !important;

}


.main-header.header-style-one
.main-menu .navigation > li > a:hover {

    color: #000 !important;

}


/* =========================================================
   SOCIAL AREA
========================================================= */

.main-header.header-style-one
.outer-box {

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 12px !important;

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.social-icon-one {

    display: flex !important;

    align-items: center !important;

    gap: 8px !important;

    margin: 0 !important;

    padding: 0 !important;

    list-style: none !important;

}


.main-header.header-style-one
.social-icon-one li {

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.social-icon-one li a {

    width: 48px !important;

    height: 48px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    border: 1px solid rgba(255,255,255,.75) !important;

    border-radius: 50% !important;

    color: #ffffff !important;

    font-size: 16px !important;

    text-decoration: none !important;

    transition: all .3s ease !important;

}


.main-header.header-style-one
.social-icon-one li a:hover {

    background: #ab3629 !important;

    border-color: #ab3629 !important;

    transform: translateY(-2px);

}


/* =========================================================
   MOBILE TOGGLER
========================================================= */

.main-header.header-style-one
.mobile-nav-toggler {

    display: none !important;

}


/* =========================================================
   STICKY HEADER
========================================================= */

.main-header.header-style-one
.sticky-header {

    position: fixed !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;

    z-index: 99999 !important;

    background: #251106 !important;

    display: block !important;

    visibility: hidden !important;

    opacity: 0 !important;

    transform: translateY(-100%) !important;

    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease !important;

    box-shadow:
        0 5px 25px rgba(0,0,0,.20) !important;

}


/* STICKY ACTIVE */

.main-header.header-style-one
.sticky-header.fixed-header {

    display: block !important;

    visibility: visible !important;

    opacity: 1 !important;

    transform: translateY(0) !important;

}


/* =========================================================
   STICKY INNER
========================================================= */

.main-header.header-style-one
.sticky-header .inner-container {

    min-height: 76px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    padding: 0 28px !important;

}


/* STICKY LOGO */

.main-header.header-style-one
.sticky-header .logo {

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.sticky-header .logo img {

    width: 115px !important;

    max-width: 115px !important;

    height: auto !important;

    display: block !important;

}


/* STICKY NAV */

.main-header.header-style-one
.sticky-header .nav-outer {

    display: flex !important;

    align-items: center !important;

    justify-content: flex-end !important;

    margin-left: auto !important;

}


.main-header.header-style-one
.sticky-header .main-menu {

    display: block !important;

}


.main-header.header-style-one
.sticky-header .navigation {

    display: flex !important;

    align-items: center !important;

    gap: 4px !important;

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.sticky-header .navigation > li {

    margin: 0 !important;

    padding: 0 !important;

}


.main-header.header-style-one
.sticky-header .navigation > li > a {

    height: 45px !important;

    display: flex !important;

    align-items: center !important;

    padding: 0 10px !important;

    color: #ffffff !important;

    font-size: 14px !important;

    font-weight: 500 !important;

    white-space: nowrap !important;

    text-decoration: none !important;

}


.main-header.header-style-one
.sticky-header .navigation > li > a:hover {

    color: #e8a18d !important;

}


/* =========================================================
   MOBILE MENU
========================================================= */

@media (max-width: 767px) {


    /* MAIN HEADER */

    .main-header.header-style-one
    > .auto-container {

        padding-left: 18px !important;
        padding-right: 18px !important;

    }


    .main-header.header-style-one
    .main-box {

        min-height: 72px !important;

    }


    /* LOGO */

    .main-header.header-style-one
    .main-box > .logo img {

        width: 120px !important;

        max-width: 120px !important;

    }


    /* HIDE DESKTOP MENU */

    .main-header.header-style-one
    .main-menu {

        display: none !important;

    }


    /* SOCIAL */

    .main-header.header-style-one
    .social-icon-one {

        gap: 6px !important;

    }


    .main-header.header-style-one
    .social-icon-one li a {

        width: 40px !important;

        height: 40px !important;

        font-size: 14px !important;

    }


    /* HAMBURGER */

    .main-header.header-style-one
    .mobile-nav-toggler {

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        width: 42px !important;

        height: 42px !important;

        margin: 0 !important;

        color: #ffffff !important;

        font-size: 25px !important;

        cursor: pointer !important;

    }


    /* =====================================================
       MOBILE MENU PANEL
    ===================================================== */

    .main-header.header-style-one
    .mobile-menu {

        position: fixed !important;

        inset: 0 !important;

        width: 100% !important;

        height: 100dvh !important;

        z-index: 999999 !important;

    }


    .main-header.header-style-one
    .mobile-menu .menu-box {

        width: 100% !important;

        max-width: 390px !important;

        height: 100dvh !important;

        overflow-y: auto !important;

        background: #20283d !important;

    }


    /* MOBILE TOP */

    .main-header.header-style-one
    .mobile-menu .upper-box {

        min-height: 85px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: space-between !important;

        padding: 18px 20px !important;

    }


    .main-header.header-style-one
    .mobile-menu .nav-logo img {

        width: 125px !important;

        height: auto !important;

        display: block !important;

    }


    /* CLOSE */

    .main-header.header-style-one
    .mobile-menu .close-btn {

        width: 42px !important;

        height: 42px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        background: rgba(255,255,255,.10) !important;

        color: #ffffff !important;

        font-size: 20px !important;

        cursor: pointer !important;

    }


    /* MOBILE LINKS */

    .main-header.header-style-one
    .mobile-menu .navigation {

        display: block !important;

        margin: 0 !important;

        padding: 0 !important;

    }


    .main-header.header-style-one
    .mobile-menu .navigation li {

        width: 100% !important;

        margin: 0 !important;

        padding: 0 !important;

        border-bottom:
            1px solid rgba(255,255,255,.10) !important;

    }


    .main-header.header-style-one
    .mobile-menu .navigation li a {

        min-height: 55px !important;

        display: flex !important;

        align-items: center !important;

        padding: 15px 25px !important;

        color: #ffffff !important;

        font-size: 16px !important;

        font-weight: 500 !important;

        text-decoration: none !important;

    }


    .main-header.header-style-one
    .mobile-menu .navigation li a:hover {

        color: #e8a18d !important;

        background: rgba(255,255,255,.04) !important;

    }


    /* CONTACT */

    .main-header.header-style-one
    .mobile-menu .contact-list-one {

        padding: 25px !important;

        margin: 0 !important;

    }


    .main-header.header-style-one
    .mobile-menu .contact-list-one li {

        margin-bottom: 20px !important;

    }


    .main-header.header-style-one
    .mobile-menu .contact-list-one .title {

        color: #e8a18d !important;

    }


    .main-header.header-style-one
    .mobile-menu .contact-list-one .text,
    .main-header.header-style-one
    .mobile-menu .contact-list-one .text a {

        color: rgba(255,255,255,.75) !important;

        word-break: break-word !important;

    }


    /* MOBILE SOCIAL */

    .main-header.header-style-one
    .mobile-menu .social-links {

        display: flex !important;

        gap: 10px !important;

        padding: 0 25px 30px !important;

        margin: 0 !important;

    }


    .main-header.header-style-one
    .mobile-menu .social-links li a {

        width: 42px !important;

        height: 42px !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        border-radius: 50% !important;

        background: rgba(255,255,255,.10) !important;

        color: #ffffff !important;

    }


    /* =====================================================
       STICKY MOBILE
    ===================================================== */

    .main-header.header-style-one
    .sticky-header .inner-container {

        min-height: 65px !important;

        padding: 0 18px !important;

    }


    .main-header.header-style-one
    .sticky-header .logo img {

        width: 100px !important;

        max-width: 100px !important;

    }


    .main-header.header-style-one
    .sticky-header .main-menu {

        display: none !important;

    }


    .main-header.header-style-one
    .sticky-header .mobile-nav-toggler {

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        color: #ffffff !important;

        font-size: 24px !important;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .main-header.header-style-one
    .main-box > .logo img {

        width: 105px !important;

        max-width: 105px !important;

    }


    .main-header.header-style-one
    .social-icon-one li a {

        width: 36px !important;

        height: 36px !important;

        font-size: 13px !important;

    }


    .main-header.header-style-one
    .outer-box {

        gap: 6px !important;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {

    .main-header.header-style-one
    .main-box {

        min-height: 78px !important;

    }


    .main-header.header-style-one
    .main-box > .logo img {

        width: 120px !important;

        max-width: 120px !important;

    }


    .main-header.header-style-one
    .main-menu .navigation {

        gap: 0 !important;

    }


    .main-header.header-style-one
    .main-menu .navigation > li > a {

        padding: 0 6px !important;

        font-size: 14px !important;

    }


    .main-header.header-style-one
    .social-icon-one li a {

        width: 40px !important;

        height: 40px !important;

        font-size: 13px !important;

    }

}


/* =========================================================
   1024 × 600
========================================================= */

@media screen and (width: 1024px) and (height: 600px) {

    .main-header.header-style-one
    .main-box {

        min-height: 70px !important;

    }


    .main-header.header-style-one
    .main-box > .logo img {

        width: 105px !important;

    }


    .main-header.header-style-one
    .main-menu .navigation > li > a {

        font-size: 14px !important;

        padding: 0 5px !important;

    }


    .main-header.header-style-one
    .social-icon-one li a {

        width: 34px !important;

        height: 34px !important;

        font-size: 11px !important;

    }


    .main-header.header-style-one
    .sticky-header .inner-container {

        min-height: 65px !important;

        padding: 0 20px !important;

    }


    .main-header.header-style-one
    .sticky-header .navigation > li > a {

        font-size: 11px !important;

        padding: 0 6px !important;

    }

}


/* =========================================================
   1024 × 1366
========================================================= */

@media screen and (width: 1024px) and (height: 1366px) {

    .main-header.header-style-one
    .main-box {

        min-height: 75px !important;

    }


    .main-header.header-style-one
    .main-box > .logo img {

        width: 115px !important;

    }


    .main-header.header-style-one
    .main-menu .navigation > li > a {

        font-size: 11px !important;

        padding: 0 6px !important;

    }


    .main-header.header-style-one
    .social-icon-one li a {

        width: 36px !important;

        height: 36px !important;

    }

}
/* =========================================================
   HAZE MOBILE HEADER
   LOGO LEFT | MENU CENTER | SOCIAL ICONS RIGHT
   ========================================================= */

@media (max-width: 767px) {

    .main-header.header-style-one {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }

    .main-header.header-style-one > .auto-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 12px !important;
        margin: 0 !important;
    }

    .main-header.header-style-one .main-box {
        position: relative !important;
        width: 100% !important;
        height: 68px !important;
        min-height: 68px !important;
        padding: 0 !important;
        margin: 0 !important;
    }


    /* =====================================================
       LOGO - LEFT END
       ===================================================== */

    .main-header.header-style-one .main-box > .logo {
        position: absolute !important;
        left: 10px !important;
        top: 50% !important;

        transform: translateY(-50%) !important;

        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;

        z-index: 10010 !important;
    }

    .main-header.header-style-one .main-box > .logo img {
        width: 70px !important;
        max-width: 70px !important;
        height: auto !important;
        display: block !important;
    }


    /* =====================================================
       DESKTOP NAV HIDE
       ===================================================== */

    .main-header.header-style-one .nav.main-menu {
        display: none !important;
    }


    /* =====================================================
       NAV OUTER
       ===================================================== */

    .main-header.header-style-one .nav-outer {
        position: static !important;
        width: 100% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =====================================================
       OUTER BOX
       ===================================================== */

    .main-header.header-style-one .outer-box {
        position: static !important;

        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;
    }


    /* =====================================================
       HAMBURGER - EXACT CENTER
       ===================================================== */

    .main-header.header-style-one .mobile-nav-toggler {
        position: absolute !important;

        left: 50% !important;
        top: 50% !important;

        transform: translate(-50%, -50%) !important;

        width: 40px !important;
        height: 40px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        color: #ffffff !important;

        cursor: pointer !important;

        z-index: 10020 !important;
    }

    .main-header.header-style-one .mobile-nav-toggler .icon {
        color: #ffffff !important;
        font-size: 21px !important;
        line-height: 1 !important;
    }


    /* =====================================================
       SOCIAL ICONS - RIGHT END
       ===================================================== */

    .main-header.header-style-one .social-icon-one {
        position: absolute !important;

        right: 8px !important;
        top: 50% !important;

        transform: translateY(-50%) !important;

        width: auto !important;
        height: auto !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;

        gap: 5px !important;

        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;

        z-index: 10015 !important;
    }


    .main-header.header-style-one .social-icon-one li {
        display: flex !important;

        width: auto !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    .main-header.header-style-one .social-icon-one li a {
        width: 28px !important;
        height: 28px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 1px solid rgba(255,255,255,.9) !important;
        border-radius: 50% !important;

        background: rgba(35, 20, 12, .15) !important;

        color: #ffffff !important;

        font-size: 11px !important;
        line-height: 1 !important;

        transition: all .25s ease !important;
    }


    .main-header.header-style-one .social-icon-one li a:hover {
        background: #c63a2f !important;
        border-color: #c63a2f !important;
        color: #ffffff !important;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .main-header.header-style-one .main-box {
        height: 62px !important;
        min-height: 62px !important;
    }

    .main-header.header-style-one .main-box > .logo {
        left: 8px !important;
    }

    .main-header.header-style-one .main-box > .logo img {
        width: 65px !important;
        max-width: 65px !important;
    }

    .main-header.header-style-one .mobile-nav-toggler {
        width: 36px !important;
        height: 36px !important;
    }

    .main-header.header-style-one .mobile-nav-toggler .icon {
        font-size: 20px !important;
    }

    .main-header.header-style-one .social-icon-one {
        right: 7px !important;
        gap: 4px !important;
    }

    .main-header.header-style-one .social-icon-one li a {
        width: 26px !important;
        height: 26px !important;
        font-size: 10px !important;
    }

}
/* =========================================================
   HAZE HEADER NAV FONT SIZE — FINAL OVERRIDE
   NORMAL + STICKY + RESPONSIVE
========================================================= */

.main-header.header-style-one .main-menu .navigation > li > a,
.main-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li > a {
    font-size: 20px !important;
    font-weight: 500 !important;
}
/* =========================================================
   GALLERY IMAGE VIEWER / LIGHTBOX
   Existing Gallery HTML unchanged
========================================================= */

.kt-gallery-lightbox {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: 9999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 35px 30px 145px;
    box-sizing: border-box;
}

.kt-gallery-lightbox.active {
    display: flex;
}

/* MAIN IMAGE AREA */

.kt-gallery-viewer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kt-gallery-main-image {
    max-width: calc(100vw - 180px);
    max-height: calc(100vh - 210px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 4px;
}

/* CLOSE BUTTON */

.kt-gallery-close {
    position: fixed;
    top: 22px;
    right: 28px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.55);
    background: rgba(0,0,0,0.35);
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    z-index: 10000002;
    padding: 0;
    transition: all 0.3s ease;
}

.kt-gallery-close:hover {
    background: #ab3629;
    border-color: #ab3629;
    transform: rotate(90deg);
}

/* LEFT / RIGHT ARROWS */

.kt-gallery-arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.55);
    background: rgba(0,0,0,0.45);
    color: #fff;
    cursor: pointer;
    z-index: 10000001;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    transition: all 0.3s ease;
}

.kt-gallery-arrow:hover {
    background: #ab3629;
    border-color: #ab3629;
    transform: translateY(-50%) scale(1.08);
}

.kt-gallery-prev {
    left: 25px;
}

.kt-gallery-next {
    right: 25px;
}

/* BOTTOM THUMBNAILS */

.kt-gallery-thumbs-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 125px;
    padding: 12px 65px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.88);
    z-index: 10000000;
    display: flex;
    align-items: center;
}

.kt-gallery-thumbs {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.5) transparent;
}

.kt-gallery-thumbs::-webkit-scrollbar {
    height: 5px;
}

.kt-gallery-thumbs::-webkit-scrollbar-track {
    background: transparent;
}

.kt-gallery-thumbs::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.5);
    border-radius: 20px;
}

/* EACH THUMBNAIL */

.kt-gallery-thumb {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    padding: 0;
    border: 2px solid transparent;
    background: transparent;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.65;
    transition: all 0.3s ease;
}

.kt-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kt-gallery-thumb:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.kt-gallery-thumb.active {
    opacity: 1;
    border-color: #ab3629;
    transform: translateY(-3px);
}

/* IMAGE COUNTER */

.kt-gallery-counter {
    position: fixed;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: var(--text-font);
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 10000002;
    background: rgba(0,0,0,0.45);
    padding: 7px 14px;
    border-radius: 30px;
}

/* MOBILE */

@media (max-width: 767px) {

    .kt-gallery-lightbox {
        padding: 70px 15px 115px;
    }

    .kt-gallery-main-image {
        max-width: calc(100vw - 30px);
        max-height: calc(100vh - 190px);
    }

    .kt-gallery-close {
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
        font-size: 26px;
        line-height: 38px;
    }

    .kt-gallery-arrow {
        width: 42px;
        height: 42px;
        font-size: 22px;
        background: rgba(0,0,0,0.6);
    }

    .kt-gallery-prev {
        left: 10px;
    }

    .kt-gallery-next {
        right: 10px;
    }

    .kt-gallery-thumbs-wrap {
        height: 95px;
        padding: 8px 12px;
    }

    .kt-gallery-thumbs {
        justify-content: flex-start;
        gap: 7px;
    }

    .kt-gallery-thumb {
        flex-basis: 65px;
        width: 65px;
        height: 65px;
    }

    .kt-gallery-counter {
        top: 20px;
        font-size: 12px;
        padding: 5px 10px;
    }
}