@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color-light: #ffffff;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-dark: #1a3841;
  --theme-color-gray: #f1f1f2;
  --theme-color-gray2: #f8f5f2;
  --theme-color-light-green: #F0F7F3;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-silver: #C4C4C4;
  --theme-color1: #1c6aab;
  --theme-color1-rgb: 198, 217, 54;
  --theme-color2: #ad1c2e;
  --theme-color2-rgb: 26, 65, 55;
  --theme-color3: #102930;
  --theme-color3-rgb: 16, 41, 48;
  --theme-color4: #163839;
  --theme-color4-rgb: 22, 56, 57;
  --theme-color5: #001726;
  --theme-color5-rgb: 0, 23, 38;
  --theme-color6: #E34B1B;
  --theme-color6-rgb: 227, 75, 27;
  --theme-color7: #063232;
  --theme-color7-rgb: 6, 50, 50;
  --theme-color8: #B4E717;
  --theme-color9: #EDC701;
  --theme-color10: #122F2A;
  --theme-color11: #595B62;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --text-color-bg-theme-color1:var(--theme-color-dark);
  --text-color-bg-theme-color2: var(--theme-color-white);
  --text-color-bg-theme-color6: var(--theme-color-white);
  --text-color: #595b62;
  --text-color2: #636776;
  --text-color3: #6B7280;
  --headings-color: #051b05;
  --paragraph-light: var(--theme-color-silver);
  --review-color: #ffc737;
  --border-light: rgb(255 255 255 / 10%);
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --title-font: "DM Sans", sans-serif;
  --text-font: "Inter", sans-serif;
  --body-font-size: 18px;
  --body-line-height: 36px;
  --body-font-weight: 400;
  --h1-font-size: 90px;
  --h2-font-size: 32px;
  --h3-font-size: 24px;
  --h4-font-size: 24px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --line-height-heading-h1: 100px;
  --line-height-heading-h2: 30px;
  --line-height-heading-h3: 20px;
  --line-height-heading-h4: 36px;
  --line-height-heading-h5: 32px;
  --line-height-heading-h6: 28px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --container-width: 1344px;
  --small-container-width: 1000px;
  --large-container-width: 1760px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

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);
}

/* -------- Headings ---------- */
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: normal;
  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-h2);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading-h3);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-h4);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-h5);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-h6);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 10px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  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.scss
 * -----------------------------------------------
*/
.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);
  }
}
/*=== Default Form ===*/
.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;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/***

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/***

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.dropdown .sub-menu{
   overflow-y: scroll;
    max-height: 350px;
}

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;
  z-index: 99;
  overflow-x: hidden;
  background-color: #ffffff;
}
.page-wrapper.gray-bg {
  background-color: #f4f3ee;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.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.html);
}

.text-theme-color1 {
  color: var(--theme-color1) !important;
}

.bg-theme-color1 {
  background-color: var(--theme-color1);
}

.text-theme-color2 {
  color: var(--theme-color2);
}

.bg-theme-color2 {
  background-color: var(--theme-color2);
}

.bg-theme-color6 {
  background-color: var(--theme-color6);
}

.bg-theme-color7 {
  background-color: var(--theme-color7);
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  margin-left: -75px;
  margin-top: -30px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
          animation: pulse 1s infinite linear;
  background-image: url(../images/favicon.png);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var();
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color-white);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: var(--text-color);
  margin-right: 50px;
  margin-bottom: 7px;
  padding-left: 22px;
}
.list-style-one li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
  margin-top: 28px;
}
.list-style-two li {
  font-size: 16px;
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.list-style-two li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*===========================
    Social Icons Styles
============================*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 20px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}

/*======================
    Play Buttons
======================*/
.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: 0px 22px 22px 0px;
  -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);
}

/*======================
    Media Play Button
======================*/
.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: #ffffff;
  color: var(--bg-theme-color2);
  z-index: 1;
  font-size: 18px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-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 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  content: "";
}
.play-now .ripple.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple: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 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
/*======================
    Carousel Navs
======================*/
.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-navs .owl-next,
.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: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  border-color: var(--theme-color1);
}
.default-navs .owl-prev {
  margin-left: 0;
}

.disable-navs .owl-nav {
  display: none;
}

.disable-dots .owl-dots {
  display: none;
}

/*==========================
  Default Tabs
===========================*/
.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: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-btn:last-child {
  margin-right: 0;
}
.default-tabs .tab-btn.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}
.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0px;
}
.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: 0px;
  top: 0px;
  height: 14px;
  width: 0px;
  -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;
}

.before-none:before,
.before_none:before {
  display: none;
}

.after-none:after,
.after_none:after {
  display: none;
}

.overlay-anim {
  position: relative;
}
.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

section {
  position: relative;
}

.checkout-form-section-two .checkout-form .checkout-field .chk-field select option {
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}

.checkout-form-section-two {
  width: auto;
}

.checkout-form-section-two .checkout-form .btn-style-one {
  padding: 0 50px !important;
  width: auto !important;
}
@media (max-width: 991.98px) {
  .checkout-form-section-two .checkout-form .btn-style-one {
    width: 100% !important;
  }
}

/*================================
    Swiper Slider
=================================*/
.swiper-dot .swiper-pagination-bullet, .swiper-dot-light .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
  margin: 0 2px !important;
}
.swiper-dot .swiper-pagination-bullet::before, .swiper-dot-light .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d6d1d1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--theme-color1);
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--theme-color2);
}

.swiper-dot-light .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
}
.swiper-dot-light .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}
.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.sticky-style {
  position: sticky;
  top: 100px;
}

.btn-one {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color1);
  color: var(--link-color);
  text-align: center;
  min-width: 220px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-one::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-one:hover {
  color: var(--link-hover-color);
}
.btn-one:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-one {
    min-width: 150px;
    padding: 14px;
  }
}

.btn-one-rounded {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color1);
  color: var(--theme-color2);
  text-align: center;
  min-width: 208px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-one-rounded i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-one-rounded::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-one-rounded:hover {
  color: var(--theme-color2);
}
.btn-one-rounded:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-one-rounded:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-one-rounded {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.btn-one-light {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color-white);
  color: var(--theme-color5);
  border: 1px solid var(--theme-color-black);
  text-align: center;
  min-width: 200px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-one-light i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-one-light::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-one-light:hover {
  color: var(--theme-color5);
}
.btn-one-light:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-one-light:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-one-light {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.btn-two {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  text-align: center;
  min-width: 200px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-two::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-two:hover {
  color: var(--theme-color-white);
}
.btn-two:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-two {
    min-width: 150px;
    padding: 14px;
  }
}

.btn-two-rounded {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  text-align: center;
  min-width: 220px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.btn-two-rounded i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-two-rounded::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}
.btn-two-rounded:hover {
  color: var(--theme-color-white);
}
.btn-two-rounded:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-two-rounded:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-two-rounded {
    min-width: 150px;
    padding: 14px 25px;
    margin-bottom: 20px;
  }
}

.btn-three {
  background-color: var(--theme-color6);
  border-radius: 30px;
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  max-width: 100%;
  min-width: 220px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.btn-three i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-three::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-three:hover {
  color: var(--theme-color-white);
}
.btn-three:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-three:hover::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .btn-three {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.playbtnanim {
  position: relative;
  z-index: 1;
}
.playbtnanim::after, .playbtnanim::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 0.3;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}
@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.playbtnanim::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-z {
  -webkit-animation: fa-spin 70s infinite;
  animation: fa-spin 70s infinite;
}

.reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-top.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-anim {
  position: relative;
}
.btn-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.btn-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.splt-txt span {
  display: inline-block;
}
.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.splt-txt.animated .char:first-child {
  text-transform: capitalize;
}

.imageUpToDown {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.imageUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageDownToUP {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.imageDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageLeftToRight {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.imageLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageRightToLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.imageRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.sway__animation {
  -webkit-animation: sway 3s linear infinite alternate;
          animation: sway 3s linear infinite alternate;
}

@-webkit-keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.sway__animationX {
  -webkit-animation: swayX 3s linear infinite alternate;
          animation: swayX 3s linear infinite alternate;
}

@-webkit-keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }
  100% {
    margin-right: -200px;
  }
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }
  100% {
    margin-right: -200px;
  }
}
@-webkit-keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.sway_Y__animation {
  -webkit-animation: sway_Y 3s linear infinite alternate;
          animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.sway_Y__animationY {
  -webkit-animation: sway_YY 3s linear infinite alternate;
          animation: sway_YY 3s linear infinite alternate;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animation__sunMove {
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

@-webkit-keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
.animation__floatBob {
  -webkit-animation-name: floatBob;
  animation-name: floatBob;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes arryUpDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes arryUpDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.animation__arryUpDown {
  -webkit-animation: arryUpDown 2s ease infinite alternate;
          animation: arryUpDown 2s ease infinite alternate;
}

@-webkit-keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  -webkit-animation: arryLeftRight 2s ease infinite alternate;
          animation: arryLeftRight 2s ease infinite alternate;
}

@-webkit-keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.pxl-image-zoom {
  -webkit-animation: pxl_zoom_reverse 5s linear infinite;
          animation: pxl_zoom_reverse 5s linear infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
}
.pxl-image-zoom2 {
  -webkit-animation: zoom-in-zoom-out 20s linear infinite;
          animation: zoom-in-zoom-out 20s linear infinite;
}

@-webkit-keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}

@-webkit-keyframes pxl_right_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes pxl_right_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}

@-webkit-keyframes pxl_left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes pxl_left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}

@-webkit-keyframes pxl_float_two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes pxl_float_two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.slide-up-down {
  -webkit-animation: pxl_float_two 2s ease infinite alternate;
          animation: pxl_float_two 2s ease infinite alternate;
}

@-webkit-keyframes pxl_bottom_top {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pxl_bottom_top {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(40px, -5px);
            transform: translate(40px, -5px);
  }
  40% {
    -webkit-transform: translate(60px, 40px);
            transform: translate(60px, 40px);
  }
  60% {
    -webkit-transform: translate(40px, 60px);
            transform: translate(40px, 60px);
  }
  80% {
    -webkit-transform: translate(-40px, 60px);
            transform: translate(-40px, 60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(40px, -5px);
            transform: translate(40px, -5px);
  }
  40% {
    -webkit-transform: translate(60px, 40px);
            transform: translate(60px, 40px);
  }
  60% {
    -webkit-transform: translate(40px, 60px);
            transform: translate(40px, 60px);
  }
  80% {
    -webkit-transform: translate(-40px, 60px);
            transform: translate(-40px, 60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-30px, 40px);
            transform: translate(-30px, 40px);
  }
  40% {
    -webkit-transform: translate(60px, 60px);
            transform: translate(60px, 60px);
  }
  60% {
    -webkit-transform: translate(70px, 40px);
            transform: translate(70px, 40px);
  }
  80% {
    -webkit-transform: translate(40px, -70px);
            transform: translate(40px, -70px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-30px, 40px);
            transform: translate(-30px, 40px);
  }
  40% {
    -webkit-transform: translate(60px, 60px);
            transform: translate(60px, 60px);
  }
  60% {
    -webkit-transform: translate(70px, 40px);
            transform: translate(70px, 40px);
  }
  80% {
    -webkit-transform: translate(40px, -70px);
            transform: translate(40px, -70px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(40px, 60px);
            transform: translate(40px, 60px);
  }
  45% {
    -webkit-transform: translate(80px, 90px);
            transform: translate(80px, 90px);
  }
  65% {
    -webkit-transform: translate(40px, 110px);
            transform: translate(40px, 110px);
  }
  75% {
    -webkit-transform: translate(20px, 800px);
            transform: translate(20px, 800px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(40px, 60px);
            transform: translate(40px, 60px);
  }
  45% {
    -webkit-transform: translate(80px, 90px);
            transform: translate(80px, 90px);
  }
  65% {
    -webkit-transform: translate(40px, 110px);
            transform: translate(40px, 110px);
  }
  75% {
    -webkit-transform: translate(20px, 800px);
            transform: translate(20px, 800px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}

@-webkit-keyframes pxl_top_bottom {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pxl_top_bottom {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
          animation: rotateY 30s linear infinite;
}

@-webkit-keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.animation__rotateAndScale {
  -webkit-animation: rotateAndScale 20s linear infinite;
          animation: rotateAndScale 20s linear infinite;
}

@-webkit-keyframes rotateAndScaleY {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(0.8);
            transform: rotate(-180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1);
  }
}

@keyframes rotateAndScaleY {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-180deg) scale(0.8);
            transform: rotate(-180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1);
  }
}
.animation__rotateAndScaleY {
  -webkit-animation: rotateAndScaleY 20s linear infinite;
          animation: rotateAndScaleY 20s linear infinite;
}

@-webkit-keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.ring__animation {
  -webkit-animation: ring-animation 1.5s ease-in-out infinite;
          animation: ring-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
            transform: translateY(0) scale(0.9);
  }
  100% {
    -webkit-transform: translateY(-20px) scale(1);
            transform: translateY(-20px) scale(1);
  }
}

@keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
            transform: translateY(0) scale(0.9);
  }
  100% {
    -webkit-transform: translateY(-20px) scale(1);
            transform: translateY(-20px) scale(1);
  }
}
.bobble__animation {
  -webkit-animation: bobble 3s ease-in-out infinite alternate;
          animation: bobble 3s ease-in-out infinite alternate;
}

@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@-webkit-keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
            transform: translate(400px, 200px);
    opacity: 30%;
  }
  17% {
    -webkit-transform: translate(600px, 400px);
            transform: translate(600px, 400px);
    opacity: 40%;
  }
  33% {
    -webkit-transform: translate(600px, 600px);
            transform: translate(600px, 600px);
    opacity: 70%;
  }
  50% {
    -webkit-transform: translate(400px, 800px);
            transform: translate(400px, 800px);
    opacity: 20%;
  }
  66% {
    -webkit-transform: translate(200px, 600px);
            transform: translate(200px, 600px);
    opacity: 60%;
  }
  83% {
    -webkit-transform: translate(200px, 400px);
            transform: translate(200px, 400px);
    opacity: 30%;
  }
  100% {
    -webkit-transform: translate(400px, 200px);
            transform: translate(400px, 200px);
    opacity: 30%;
  }
}
@keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
            transform: translate(400px, 200px);
    opacity: 30%;
  }
  17% {
    -webkit-transform: translate(600px, 400px);
            transform: translate(600px, 400px);
    opacity: 40%;
  }
  33% {
    -webkit-transform: translate(600px, 600px);
            transform: translate(600px, 600px);
    opacity: 70%;
  }
  50% {
    -webkit-transform: translate(400px, 800px);
            transform: translate(400px, 800px);
    opacity: 20%;
  }
  66% {
    -webkit-transform: translate(200px, 600px);
            transform: translate(200px, 600px);
    opacity: 60%;
  }
  83% {
    -webkit-transform: translate(200px, 400px);
            transform: translate(200px, 400px);
    opacity: 30%;
  }
  100% {
    -webkit-transform: translate(400px, 200px);
            transform: translate(400px, 200px);
    opacity: 30%;
  }
}
@-webkit-keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }
  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }
  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }
  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}
@keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }
  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }
  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }
  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.animation__goLeft {
  -webkit-animation: left infinite 6s;
          animation: left infinite 6s;
}

@-webkit-keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.animation__topBottom {
  -webkit-animation: top-bottom 2s infinite;
          animation: top-bottom 2s infinite;
}

@-webkit-keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 100%;
  }
  33% {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
    opacity: 30%;
  }
  66% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
    opacity: 70%;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 100%;
  }
}

@keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 100%;
  }
  33% {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
    opacity: 30%;
  }
  66% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
    opacity: 70%;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 100%;
  }
}
.animation__goAll {
  -webkit-animation: goAll 30s infinite linear;
          animation: goAll 30s infinite linear;
}

.animation__goAll2 {
  -webkit-animation: goAll2 50s infinite linear;
          animation: goAll2 50s infinite linear;
}

.animation__goAll3 {
  -webkit-animation: goAll3 30s infinite linear;
          animation: goAll3 30s infinite linear;
}

@-webkit-keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  40% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
}

@keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  40% {
    -webkit-transform: translate(-10px);
            transform: translate(-10px);
  }
}
@-webkit-keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.gsap__parallax {
  overflow: hidden;
}
.gsap__parallax-zoom {
  overflow: hidden;
}

.accordion-area .accordion .accordion-item {
  border: none;
  border-radius: 7px;
}
.accordion-area .accordion .accordion-item .accordion-header button {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
  padding: 30px 40px;
  padding-bottom: 10px;
  font-family: var(--title-font);
  color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-area .accordion .accordion-item .accordion-body {
  padding: 30px 40px;
  padding-top: 0;
}
.accordion-area .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.accordion-area .accordion .accordion-button {
  background-color: transparent;
}
.accordion-area .accordion .accordion-button::after {
  display: none;
}
.accordion-area .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 30px;
  right: 30px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--headings-color);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-area .accordion .accordion-button.collapsed {
  background-color: var(--theme-color-gray);
  padding: 25px 40px !important;
}
.accordion-area .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  background-color: var(--theme-color-gray);
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  position: relative;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--text-color-white);
  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 rgba(4, 18, 31, 0.08);
}
.accordion-box .block .acc-btn .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 35px;
  line-height: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color2);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block.active {
  -webkit-box-shadow: 0px 14px 50px rgba(4, 11, 17, 0.12);
          box-shadow: 0px 14px 50px rgba(4, 11, 17, 0.12);
}
.accordion-box .block .acc-content {
  display: none;
  position: relative;
}
.accordion-box .block .acc-content .content {
  padding: 25px 30px;
  position: relative;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-family: var(--text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #6B7280;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  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: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

***/
.logo {
  width: 181px;
}
.logo a {
  display: block;
}
.logo a img {
  width: 100%;
}

.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  padding-left: 350px;
  z-index: 999;
  background-color: var(--theme-color-gray2);
}
.main-header .logo-outer {
  position: absolute;
  left: 30px;
  top: -5px;
  /*height: 100%;*/
  padding: 16px 0px;
  /*width: 300px;*/
}
.header-top {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e8;
}
.header-top .auto-container {
  max-width: 1450px;
  padding: 0 20px;
  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;
}
.header-top .top-left {
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-left .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  color: var(--theme-color-black);
  font-size: 14px;
  font-weight: 500;
}
.header-top .top-left .info-list a {
  color: inherit;
  font-weight: 500;
}
.header-top .top-left .info-list i {
  color: #0c6460;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header-top .top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-top .top-right ul li a {
  color: var(--theme-color-black);
  font-size: 14px;
  font-weight: 500;
}
.header-top .top-right ul li a:hover {
  color: #0c6460;
}
.header-top .top-right ul.top-social-icon li a {
  display: inline-block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header-top .top-right ul.top-social-icon li a:hover {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
  width: 75%;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  margin-left: 40px;
  margin-right: auto;
}

.main-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 0px 0px;
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  padding: 35px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-font);
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.active > a {
    background-color: var(--theme-color-gray2);
}

.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  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 0px;
  line-height: 29px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color2);
  padding-left: 5px;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > 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: 24px;
  font-weight: 400;
  font-size: 16px;
  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-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
    right: -13px;
    top: 36px;
  width: 34px;
  height: 30px;
  /*border: 1px solid #ffffff;*/
  text-align: center;
  /*font-size: 16px;*/
  /*line-height: 26px;*/
  /*color: #ffffff;*/
  cursor: pointer;
  z-index: 5;
  background-image:url("../images/down.svg");
  background-size: contain;
  /*display: none;*/
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.main-header .outer-box .header-btn {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px 0 38px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
}
.main-header .outer-box .header-btn span {
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}
.main-header .outer-box .header-btn span i {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  top: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .outer-box .header-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}

.main-header .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 17px;
  position: relative;
  right: 117px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  font-size: 16px;
  padding-left: 44px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  line-height: 20px;
}
.main-header .info-btn small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color1);
}
.main-header .info-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1em;
  margin-right: 20px;
  padding-right: 20px;
}
.main-header .info-btn:hover {
  color: var(--theme-color-light);
}

.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}

/*** 

====================================================================
    header-style-two
====================================================================

***/
.header-style-two {
  border-bottom: 1px solid #e5e7eb;
}
.header-style-two .header-top {
  overflow: unset;
  padding: 0;
  background-color: var(--theme-color2);
  position: relative;
  z-index: 2;
}
.header-style-two .header-top .auto-container {
  padding: 0 12px;
  max-width: 1344px;
}
.header-style-two .header-top::after {
  display: none;
}
.header-style-two .header-top .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-two .header-top .select-box .nice-select {
  border: none;
  background-color: transparent;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
}
.header-style-two .header-top .select-box .nice-select::before {
  color: var(--theme-color-white);
  font-size: 12px;
}
.header-style-two .header-top .select-box .nice-select .current {
  font-size: 14px;
  color: var(--theme-color-white);
}
.header-style-two .header-top .select-box .nice-select .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.header-style-two .header-top .top-left .info-list li {
  color: var(--theme-color-white);
}
.header-style-two .header-top .top-left .info-list i {
  color: var(--theme-color-light);
}
.header-style-two .header-top .top-left .info-list a {
  color: var(--theme-color-white);
}
.header-style-two .header-top .top-right .top-social-icon li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color-white);
}
.header-style-two .header-top .top-right .top-social-icon li a:hover {
  color: var(--theme-color1);
  -webkit-transform: unset;
          transform: unset;
}
.header-style-two .main-box {
  max-width: 1344px;
  padding: 0px 12px;
  background-color: var(--theme-color-light);
}
.header-style-two .main-box .outer-box .info-box .btn-one-light {
  min-width: 160px;
  padding: 16px;
}
.header-style-two .main-box .outer-box .mobile-nav-toggler {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #5c5c5b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  font-size: 20px;
}
.header-style-two .main-box .outer-box .mobile-nav-toggler:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

/*** 

====================================================================
    header-style-three
====================================================================

***/
.header-style-three {
  background-color: #faf0e7;
}
.header-style-three .header-top {
  padding: 2px 0;
  border: none;
}
.header-style-three .header-top .auto-container {
  padding: 0 12px;
  max-width: 1700px;
  margin: 0;
  padding-left: 60px !important;
}
.header-style-three .header-top .top-left {
  width: 88%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-style-three .header-top .top-left .info-list i {
  color: var(--theme-color2);
}
.header-style-three .header-top .top-left .info-list span {
  color: var(--theme-color1);
}
@media (max-width: 1599.98px) {
  .header-style-three .header-top .top-left {
    width: 100%;
  }
}
.header-style-three .header-top .top-right .top-social-icon {
  gap: 25px;
}
.header-style-three .header-top .top-right .top-social-icon li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color-white);
}
.header-style-three .header-top .top-right .top-social-icon li a:hover {
  -webkit-transform: unset;
          transform: unset;
  color: var(--theme-color1);
}
@media (max-width: 1599.98px) {
  .header-style-three .header-top .top-right {
    display: none;
  }
}
.header-style-three .header-top::after {
  background-color: var(--theme-color2);
  width: 20%;
}
@media (max-width: 1599.98px) {
  .header-style-three .header-top::after {
    display: none;
  }
}
.header-style-three .main-box {
  max-width: 1700px;
  margin: 0;
  padding-left: 60px !important;
  padding: 20px 12px;
  background-color: transparent;
}
.header-style-three .main-box .outer-box .info-box .con-btn {
  display: inline-block;
  margin-left: 50px;
  font-weight: 500;
  font-size: 16px;
  color: var(--headings-color);
  text-decoration: underline;
  text-transform: capitalize;
  padding-left: 5px;
}
.header-style-three .main-box .outer-box .info-box .con-btn i {
  display: inline-block;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-three .main-box .outer-box .info-box .con-btn:hover i {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.header-style-three .main-box .outer-box .info-box .call-info .title {
  color: var(--headings-color);
}
.header-style-three .main-box .outer-box .info-box .call-info a {
  color: var(--theme-color2);
}
.header-style-three .main-box .nav-outer .nav {
  background-color: var(--theme-color-white);
  padding: 20px 70px;
  border-radius: 38px;
}

/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 10px 0;width: auto;
}
.sticky-header .logo img {
  max-height: 70px;
  width: auto;
}
.sticky-header .nav-outer {
  background: none;
  margin-left: auto;
  position: relative;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 20px;
  padding: 0;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0;
  margin-left: 30px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .mobile-nav-toggler {
    margin-left: 20px;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(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: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #222;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 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 .content-box {
  padding: 30px 20px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}
.mobile-menu-visible .mobile-menu .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 10px;
}
.mobile-menu-visible .mobile-menu .content-box .text {
  font-size: 16px;
  line-height: 28px;
  color: rgba(var(--theme-color-white-rgb), 0.5);
  margin-bottom: 0;
  max-width: 245px;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: #ffffff;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn:before {
  content: "\f107";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  position: absolute;
  left: 15px;
  top: 1px;
  width: 1px;
  height: 24px;
}


.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 34px;
  line-height: 50px;
  color: #ffffff;
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color1);
  font-weight: 400;
  text-transform: uppercase;
}
.contact-list-one li a {
  color: #fff;
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .text a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-box {
  color: #fff;
}

.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: #222;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(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: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/
.toggle-hidden-bar {
  position: relative;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 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-dark);
  height: 100%;
}
.hidden-bar .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: 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-light);
}
.hidden-bar .text-box .text {
  color: var(--theme-color-light);
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 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-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title .sub-title {
  min-width: 156px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  border-radius: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
.sec-title .sub-title.style-red {
  background-color: var(--theme-color6);
  color: var(--theme-color-white);
}
.sec-title .title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-title .title.light {
  color: var(--theme-color-light);
}
.sec-title .text {
  margin-top: 20px;
  margin-bottom: 0;
}
.sec-title .text.fs-16 {
  font-size: 16px;
  line-height: 28.8px;
}
.sec-title .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-title .flex-content .flex-text {
  max-width: 540px;
  margin-bottom: 0;
}
.sec-title.center {
  text-align: center;
}
.sec-title.center .sub-title {
  margin: 0 auto;
  margin-bottom: 10px;
}
.sec-title .flex-content .btn-one {
    margin-left: auto;
}

/***

====================================================================
  Banner Section
====================================================================

***/
.banner-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .banner-section .container {
    max-width: 1424px;
  }
}
.banner-section .sec-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}
.banner-section .sec-shape img {
  height: 100%;
}
.banner-section .arry {
  position: absolute;
  top: 33%;
  left: 5%;
  z-index: 2;
}
.banner-section .goBottom-btn {
  display: inline-block;
  width: 54px;
  height: 94px;
  line-height: 95px;
  border-radius: 27px;
  border: 1px dashed rgba(var(--theme-color-white-rgb), 0.3);
  background-color: transparent;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.banner-section .goBottom-btn:hover {
  border: 1px dashed var(--theme-color1);
}
.banner-section .outer-box {
  position: relative;
  z-index: 1;
  padding: 215px 0;
}
.banner-section .content-column .inner-column .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--theme-color1);
  color: var(--theme-color1);
  line-height: 15px;
  display: inline-block;
  margin-bottom: 0;
}
.banner-section .content-column .inner-column .title {
  color: var(--theme-color-white);
  text-transform: capitalize;
  margin-bottom: 30px;
}
.banner-section .content-column .inner-column .title span {
  font-weight: 300;
  display: block;
}
.banner-section .content-column .inner-column .btn-one {
  border-radius: 0;
  color: var(--theme-color-black);
}
@media (max-width: 1199.98px) {
  .banner-section .content-column .inner-column .title {
    line-height: 70px;
  }
}
.banner-section .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--theme-color-white);
  max-width: 305px;
  margin-bottom: 0;
  margin-left: auto;
}
.banner-section .banner-slider .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}
.banner-section .banner-slider .slide-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
  z-index: 1;
}
.banner-section .banner-slider .swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
@media (max-width: 1199.98px) {
  .banner-section .arry {
    left: 2%;
  }
  .banner-section .sec-shape {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section .outer-box {
    padding: 80px 0;
  }
  .banner-section .content-column .inner-column .title {
    font-size: 46px;
    line-height: 60px;
  }
  .banner-section .text {
    margin-top: 30px;
    margin-left: 0;
  }
  .banner-section .arry {
    display: none;
  }
  .banner-section .goBottom-btn {
    bottom: 20px;
    display: none;
  }
}

/*** 

====================================================================
  Banner Section Two
====================================================================

***/
.banner-section-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  background-color: var(--theme-color-gray2);
  background-position: center;
  background-size: cover;
}
.banner-section-two .sec-shape {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .banner-section-two .sec-shape {
    display: none;
  }
}
.banner-section-two .content-column .inner-column .content-box .sub-title {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  padding: 10px 40px;
  text-transform: inherit;
  border-radius: 16.5px;
  margin-bottom: 10px;
}
.banner-section-two .content-column .inner-column .content-box .title {
  font-size: 60px;
  line-height: 75px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.banner-section-two .content-column .inner-column .content-box .title span {
  font-weight: 400;
  color: inherit;
}
.banner-section-two .content-column .inner-column .content-box .text {
  text-transform: capitalize;
  margin-bottom: 30px;    font-size: 26px;
    font-weight: 600;
}
.banner-section-two .content-column .inner-column .content-box .text img{
    width: 35px;
}
.banner-section-two .content-column .inner-column .content-box .btn-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.banner-section-two .content-column .inner-column .content-box .btn-wrp .video-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  border: 1px solid var(--headings-color);
  color: var(--headings-color);
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .banner-section-two .content-column .inner-column .content-box .title {
    font-size: 40px;
    line-height: 52px;
  }
  .banner-section-two .content-column .inner-column .content-box .text {
    font-size: 20px;
    line-height: 26px;
  }
}
.banner-section-two .form-offer{
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.banner-section-two .form-offer .main-site{
  background-color: var(--theme-color1);
  border-radius: 10px;
  color: var(--theme-color-white);
  padding: 15px;
  text-align: center;
}
.banner-section-two .form-offer .main-site .offer-title{
  font-weight: 700;font-size: 20px;
  text-align: center;
}
.banner-section-two .form-offer .main-site .offer-highlight{
  font-weight: 500;font-size: 15px;
  text-align: center;
}
.banner-section-two .form-body .form-title{
  text-align: center;
  padding: 10px 0;
}
.banner-section-two .form-body .title{
  font-weight: 700;
  font-size: 30px;
  color: var(--theme-color2);
}
.banner-section-two .form-body .subtitle {
  font-weight: 600;
  font-size: 20px;
  color: var(--theme-color-black);
}
.banner-section-two .form-body .form-fields {
    padding: 10px;
}
.banner-section-two .form-body .form-row input {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 20px;
    width: 100%;
    margin-bottom: 10px;
}
.banner-section-two .form-body .form-row textarea {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 20px;
    width: 100%;
    margin-bottom: 10px;
}






@media (max-width: 1199.98px) {
  .banner-section-two {
    padding: 120px 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two {
    padding: 60px 0 40px;
  }
}
@-webkit-keyframes forItrotate {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes forItrotate {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@-webkit-keyframes starZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes starZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;   
}
.grid-5{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;   
}
.blog-section {
  overflow: hidden;
}
.blog-details__img img{
	width: 100%;
	height: 500px;
    object-fit: cover;
}
.blog-block .inner-box .image-box {
  overflow: hidden;
}
.blog-block .inner-box .image-box .image {
  position: relative;
  z-index: 1;
}
.blog-block .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block .inner-box .image-box .image::after {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 1;
}
.blog-block .inner-box .content-box {
  width: 86%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0588235294);
  margin-bottom: 5px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-white);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
@media (max-width: 375.98px) {
  .blog-block .inner-box .content-box {
    width: 93%;
  }
}
.blog-block .inner-box .content-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}
.blog-block .inner-box .content-box .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.blog-block .inner-box .content-box .info li svg path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .inner-box .content-box .info li a {
  font-size: 15px;
}
.blog-block .inner-box .content-box .info li a:hover {
  color: var(--theme-color1) !important;
}
.blog-block .inner-box .content-box .title {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-block .inner-box .content-box .arry-btn {
  font-weight: 500;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 15px;
}
.blog-block .inner-box .content-box .arry-btn svg path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .inner-box .content-box .arry-btn:hover {
  gap: 10px;
}
.blog-block .inner-box:hover .image-box .image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-block .inner-box:hover .image-box .image::after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.blog-block .inner-box:hover .content-box {
  background-color: var(--theme-color4);
}
.blog-block .inner-box:hover .content-box .info li svg path {
  fill: var(--theme-color-white);
}
.blog-block .inner-box:hover .content-box .info li a {
  color: var(--theme-color-white);
}
.blog-block .inner-box:hover .content-box .title {
  color: var(--theme-color-white);
}
.blog-block .inner-box:hover .content-box .arry-btn {
  color: var(--theme-color-white);
}
.blog-block .inner-box:hover .content-box .arry-btn svg path {
  fill: var(--theme-color-white);
}

.blog-section-two {
  overflow: hidden;
}

.blog-block-two .inner-box {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  background-color: var(--theme-color-white);
}
.blog-block-two .inner-box .image-box {
  position: relative;
  z-index: 1;
}
.blog-block-two .inner-box .image-box .image {
  overflow: hidden;
  border-radius: 5px;
}
.blog-block-two .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block-two .inner-box .image-box .tag {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 25px;
  border-left: 2px solid var(--theme-color1);
  border-radius: 5px 0 0 5px;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  position: absolute;
  top: 20px;
  right: 0;
}
.blog-block-two .inner-box .content-box {
  padding: 30px;
  padding-top: 20px;
  height: 210px;
}
.blog-block-two .inner-box .content-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.blog-block-two .inner-box .content-box .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.blog-block-two .inner-box .content-box .info li svg path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-two .inner-box .content-box .info li a {
  font-size: 14px;
  color: #737588;
}
.blog-block-two .inner-box .content-box .info li a:hover {
  color: var(--theme-color1) !important;
}
.blog-block-two .inner-box .content-box .title {
  margin-top: 10px;
  margin-bottom: 0;    
  font-size: 19px;
    line-height: 25px;
  text-transform: capitalize;
}
.blog-block-two .inner-box .content-box .btn-one-rounded {
  min-width: 155px;
  color: #101a29;
  text-align: center;
}
.blog-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1) rotate(-1deg);
          transform: scale(1.1) rotate(-1deg);
}

.blog-section-three {
  overflow: hidden;
}

.blog-block-three .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog-block-three .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-block-three .inner-box .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block-three .inner-box .content-box .content {
  padding: 20px 25px;
}
@media (max-width: 375.98px) {
  .blog-block-three .inner-box .content-box .content {
    padding-left: 0px;
    padding-right: 0;
  }
}
.blog-block-three .inner-box .content-box .content .title {
  margin-bottom: 0;
}
.blog-block-three .inner-box .content-box .content .sub-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--headings-color);
}
.blog-block-three .inner-box .content-box .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 23, 38, 0.102);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
  padding-top: 15px;
}
@media (max-width: 375.98px) {
  .blog-block-three .inner-box .content-box .info {
    padding-left: 0px;
  }
}
.blog-block-three .inner-box .content-box .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.blog-block-three .inner-box .content-box .info li svg path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-three .inner-box .content-box .info li a {
  font-size: 16px;
  color: #595b62;
}
.blog-block-three .inner-box .content-box .info li a:hover {
  color: var(--theme-color1) !important;
}
.blog-block-three .inner-box:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-block-three .inner-box:hover .image-box .image img:last-child {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-section-four {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f0e1), to(#f8f5f2));
  background: linear-gradient(0deg, #f7f0e1 0%, #f8f5f2 100%);
}
.blog-section-four .sec-shape {
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: -1;
}
.blog-section-four.have-padding {
  padding-bottom: 600px;
  margin-bottom: -480px;
}

.hzAccordion-area {
  overflow: hidden;
  background-color: var(--theme-color7);
}
.hzAccordion-area .outer-box {
  padding: 0px 50px;
}
@media (max-width: 575.98px) {
  .hzAccordion-area .outer-box {
    padding: 0px;
  }
}
.hzAccordion__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1399.98px) {
  .hzAccordion__wrp {
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .hzAccordion__wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.hzAccordion__item {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  min-width: 190px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.hzAccordion__item:last-child .content .wrp {
  padding-right: 0;
}
.hzAccordion__item .head .head-title {
  margin: 0;
  padding-left: 25px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-left: 1px solid var(--border-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hzAccordion__item .head .head-title .title {
  display: block;
  max-height: 410px;
  text-align: left;
  color: var(--theme-color-white);
}
.hzAccordion__item .head .head-title .number {
  font-size: 150px;
  line-height: 150px;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color-white);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.hzAccordion__item .head .head-title:hover .number {
  color: var(--theme-color-white);
}
.hzAccordion__item .content {
  display: none;
  height: 100%;
  margin-left: 180px;
  position: relative;
  z-index: 1;
}
.hzAccordion__item .content .image {
  height: 100%;
  max-width: 450px;
}
.hzAccordion__item .content .image img {
  height: 100%;
}
.hzAccordion__item .content .wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
  gap: 60px;
  height: 100%;
}
.hzAccordion__item .content .content-wrp {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hzAccordion__item .content .arry-btn {
  font-size: 70px;
  color: var(--theme-color-silver);
}
.hzAccordion__item .content .arry-btn i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hzAccordion__item .content .arry-btn i:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hzAccordion__item .content .shape {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.hzAccordion__item .content .text {
  color: var(--paragraph-light);
}
.hzAccordion__item.last-child .head .head-title {
  padding-left: 0;
  border: 1px solid transparent;
}
.hzAccordion__item.last-child.active .head .head-title {
  padding-left: 25px;
  border-left: 1px solid var(--border-light);
}
.hzAccordion__item.active {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.hzAccordion__item.active .head .number {
  -webkit-text-fill: var(--theme-color-white);
  color: var(--theme-color-white);
}
.hzAccordion__item.active .content {
  display: block;
}
@media (max-width: 1399.98px) {
  .hzAccordion__item {
    min-width: 75px;
  }
  .hzAccordion__item .head .head-title {
    padding-left: 5px;
  }
  .hzAccordion__item .head .head-title .title {
    font-size: 18px;
    line-height: 30px;
    max-height: 280px;
  }
  .hzAccordion__item .head .head-title .number {
    font-size: 50px;
    line-height: 50px;
  }
  .hzAccordion__item .content {
    margin-left: 75px;
  }
  .hzAccordion__item .content .wrp {
    padding: 0 20px;
    gap: 10px;
  }
  .hzAccordion__item .content .arry-btn {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .hzAccordion__item .head .head-title {
    position: unset;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: unset;
            transform: unset;
    border: none;
    padding: 0;
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 30px;
    padding-bottom: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
  }
  .hzAccordion__item .head .head-title .number {
    font-size: 30px;
    line-height: 40px;
  }
  .hzAccordion__item .content {
    margin-left: 0;
  }
  .hzAccordion__item .content .wrp {
    padding: 20px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hzAccordion__item.active .head .head-title {
    margin-bottom: 0px;
  }
  .hzAccordion__item.last-child .head .head-title {
    margin-bottom: 0;
  }
  .hzAccordion__item.last-child.active .head .head-title {
    padding-left: 0;
    border-left: none;
  }
}

/*** 

====================================================================
  brand-section
====================================================================

***/
.brand-section {
  overflow: hidden;
}
.brand-section .sec-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.brand-section .sec-title .title {
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--theme-color-white);
  margin: 0 auto;
  padding: 0 50px;
  font-size: 14px;
  line-height: 32px;
}
.brand-section .sec-title::after {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
}
.brand-section .outer-box {
  max-width: 1240px;
  margin: 0 auto;
}
.brand-section .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-block {
  max-width: 134px;
}
.brand-block a {
  display: block;
}
.brand-block a img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.5;
}
.brand-block a:hover img {
  opacity: 1;
}

/*** 

====================================================================
  brand-section two
====================================================================

***/
.brand-section-two .outer-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #e7ebef;
}
.brand-section-two .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.brand-section-two .brand-block {
  max-width: auto;
}
.brand-section-two .brand-block a {
  display: block;
}
.brand-section-two .brand-block a img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.brand-section-two .brand-block a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*** 

====================================================================
    About Section
====================================================================

***/
.about-section {
  overflow: hidden;
}
.about-section .image-column .inner-column {
  position: relative;
  z-index: 1;
  max-width: 590px;
}
.about-section .image-column .inner-column .image1 {
  max-width: 500px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.about-section .image-column .inner-column .image1 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .image-column .inner-column .image1:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.about-section .image-column .inner-column .info {
  position: absolute;
  bottom: -15px;
  left: 26%;
  max-width: 202px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  z-index: 2;
}
.about-section .image-column .inner-column .image2 {
  max-width: 295px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  bottom: -120px;
  right: 0;
}
.about-section .image-column .inner-column .image2 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .image-column .inner-column .image2:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 0;
  }
  .about-section .image-column .inner-column .image2 {
    position: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}
.about-section .content-column .inner-column .info {
  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;
  gap: 20px;
  max-width: 450px;
}
.about-section .content-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.about-section .content-column .inner-column .info .user .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  border: 3px solid var(--theme-color1);
}
.about-section .content-column .inner-column .info .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .content-column .inner-column .info .user .sub-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0c6460;
  margin-bottom: 0;
}

.about-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  margin-top: 20px;
}
.about-block .inner-box .icon {
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block .inner-box .title {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 5px;
}
.about-block .inner-box .text {
  margin: 0;
}
.about-block .inner-box:hover .icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*** 

====================================================================
    About Section Two
====================================================================

***/
.about-section-two {
  overflow: hidden;
}
.about-section-two .content-column .inner-column .sec-title .text {
  padding: 20px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #6b7280;
  background-color: var(--theme-color-gray2);
  border-radius: 5px;
}
.about-section-two .content-column .inner-column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.about-section-two .content-column .inner-column .list li {
  font-family: var(--title-font);
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.about-section-two .content-column .inner-column .info {
  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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-two .content-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-two .content-column .inner-column .info .user ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-two .content-column .inner-column .info .user ul li:not(:first-child) {
  margin-left: -10px;
}
.about-section-two .content-column .inner-column .info .user .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.about-section-two .content-column .inner-column .info .user .title img {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.about-section-two .image-column .inner-column .image {
  margin-left: 60px;
  position: relative;
  z-index: 1;
  max-width: 482px;
  margin-bottom: 45px;
}
.about-section-two .image-column .inner-column .image img {
  width: 100%;
  border-radius: 15px;
}
.about-section-two .image-column .inner-column .image::after {
  position: absolute;
  bottom: -25px;
  left: -25px;
  background-color: var(--theme-color-gray2);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.about-section-two .image-column .inner-column .image .info1 {
  position: absolute;
  top: 60px;
  left: -95px;
}
.about-section-two .image-column .inner-column .image .info2 {
  position: absolute;
  bottom: -45px;
  left: -50px;
  width: 275px;
  padding: 40px 20px;
  padding-left: 50px;
  background-color: var(--theme-color1);
  border-radius: 12px;
}
.about-section-two .image-column .inner-column .image .info2 .title {
  font-size: 65px;
  line-height: 65px;
  font-family: var(--text-font);
  color: var(--theme-color-white);
  margin-bottom: 5px;
}
.about-section-two .image-column .inner-column .image .info2 .sub-title {
  margin-bottom: 0;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.about-section-two .image-column .inner-column .image .info2 .sub-title img {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  filter: invert(1);
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column .image {
    max-width: 100%;margin: 0;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image .info1 {
    left: -50px;
    top: -30px;
  }
  .about-section-two .image-column .inner-column .image .info1 img {
    width: 150px;
  }
  .about-section-two .image-column .inner-column .image .info2 {
    padding: 10px 20px;
    width: 200px;
  }
  .about-section-two .image-column .inner-column .image .info2 .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
}

.about-block-two {
  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;
  gap: 20px;
  max-width: 588px;
}
.about-block-two .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.about-block-two .item .icon {
  width: 78px;
  height: 79px;
  line-height: 78px;
  text-align: center;
  border-radius: 6px;
  background-color: var(--theme-color1);
}
.about-block-two .item .icon svg {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.about-block-two .item .con {
  font-size: 18px;
  font-weight: 600;
  color: var(--headings-color);
  line-height: 28px;
  text-transform: capitalize;
  max-width: 180px;
}
.about-block-two .item:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media (max-width: 1199.98px) {
  .about-block-two {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-section-seven {
  overflow: hidden;
  padding-bottom: 80px;
}
.about-section-seven .rectangle-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.about-section-seven .image-column .inner-column {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-right: -40px;
}
.about-section-seven .image-column .inner-column .image1 {
  max-width: 492px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
          box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
}
.about-section-seven .image-column .inner-column .image1 img {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-seven .image-column .inner-column .image1:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.about-section-seven .image-column .inner-column .image2 {
  max-width: 275px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
          box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
  position: absolute;
  bottom: -52px;
  right: 0;
}
.about-section-seven .image-column .inner-column .image2 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-seven .image-column .inner-column .image2:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.about-section-seven .btn-two-rounded {
    min-width: 180px;
    padding: 14px;
}
@media (max-width: 991.98px) {
  .about-section-seven .image-column .inner-column {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .about-section-seven .image-column .inner-column {
    margin-bottom: 0;
  }
  .about-section-seven .image-column .inner-column .image2 {
    position: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}
.about-section-seven .content-column .inner-column {
  padding-left: 70px;
  margin-left: -70px;
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}
.about-section-seven .content-column .inner-column .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-section-seven .content-column .inner-column .list::before {
  position: absolute;
  bottom: 0;
  left: -70px;
  width: calc(100% + 70px);
  height: 1px;
  content: "";
  background: rgba(var(--theme-color-black-rgb), 0.1);
}
.about-section-seven .content-column .inner-column .info {
  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;
  gap: 20px;
  max-width: 450px;
}
.about-section-seven .content-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.about-section-seven .content-column .inner-column .info .user .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 67px;
  width: 100%;
  height: 67px;
  padding: 7px;
  border: 1px solid var(--theme-color9);
}
.about-section-seven .content-column .inner-column .info .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about-section-seven .content-column .inner-column .info .user .sub-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0c6460;
  margin-bottom: 0;
}

/*** 

====================================================================
    Funfact Sectiom Two
====================================================================

***/
.funfact-section-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.funfact-section-two .sec-title .list {
  margin-top: 30px;
}
.funfact-section-two .sec-title .list li {
  color: #d1d5db;
  font-weight: 500;
}
.funfact-section-two .sec-title .list li:not(:last-child) {
  margin-bottom: 10px;
}
.funfact-section-two .sec-title .list li i {
  color: var(--theme-color1);
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .funfact-section-two .sec-title .list {
    margin-top: 20px;
  }
  .funfact-section-two .sec-title .list li {
    font-size: 14px;
  }
  .funfact-section-two .sec-title .list li:not(:last-child) {
    margin-bottom: 0px;
  }
}
.funfact-section-two .outer-box {
  background-color: var(--theme-color2);
  border-radius: 26px 0 0 26px;
  overflow: hidden;
  padding: 60px 80px;
  margin-right: -23%;
}
@media (max-width: 1399.98px) {
  .funfact-section-two .outer-box {
    margin-right: -10%;
  }
}
@media (max-width: 991.98px) {
  .funfact-section-two .outer-box {
    margin-right: 0;
    border-radius: 25px;
    padding: 60px 30px;
  }
}
.funfact-section-two .sec-shape {
  position: absolute;
  right: -200px;
  bottom: -150px;
}

.funfact-block-two .inner-box {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 30px;
  border-radius: 20px;
}
.funfact-block-two .inner-box .icon {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.funfact-block-two .inner-box .icon svg,
.funfact-block-two .inner-box .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 10px;
}
.funfact-block-two .inner-box .icon svg path,
.funfact-block-two .inner-box .icon i path {
  fill: #fff;
}
.funfact-block-two .inner-box .icon::after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color1);
  content: "";
  left: 0px;
  bottom: 0;
  opacity: 0.1;
  border-top-left-radius: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 40px;
  z-index: -1;
}
.funfact-block-two .inner-box .content-box .title {
  font-size: 48px;
  line-height: 52px;
  margin: 0;
  color: var(--theme-color-white);
}
.funfact-block-two .inner-box .content-box .sub-title {
  color: var(--theme-color-white);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .funfact-block-two .inner-box {
    padding: 30px;
    text-align: center;
  }
  .funfact-block-two .inner-box .icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.funfact-block-two:hover .inner-box {
  background-color: var(--theme-color1);
}
.funfact-block-two:hover .inner-box .icon svg {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.funfact-block-two:hover .inner-box .icon svg path {
  fill: var(--theme-color-black);
}
.funfact-block-two:hover .inner-box .content-box .title {
  color: var(--headings-color);
}
.funfact-block-two:hover .inner-box .content-box .sub-title {
  color: var(--headings-color);
}



.gellery-section {
  position: relative;
  z-index: 2;
}
.gellery-section.margin-minus {
  margin-bottom: -240px;
}
.gellery-section .outer-box {
  padding: 0 60px;
  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;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .gellery-section .outer-box {
    padding: 0 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.gellery-block {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  width: 25%;
  height: 528px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.gellery-block .image {
  width: 100%;
  height: 100%;
}
.gellery-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gellery-block .click-btn {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
  font-size: 30px;
  position: absolute;
  top: -5px;
  border: 1px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gellery-block .click-btn-wrp {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gellery-block .click-btn-wrp:hover .click-btn {
  top: 0;
}
.gellery-block.active {
  width: 47%;
}
.gellery-block.active .click-btn-wrp {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.gellery-block.active .image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 991.98px) {
  .gellery-block {
    height: 500px;
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .gellery-block {
    height: 400px;
  }
}

/*** 

====================================================================
  CONTACT SECTION
====================================================================

***/
.contact-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}
.contact-section .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-section .contact-image {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .contact-section .contact-image {
    display: none;
  }
}
.contact-section .content-column .sec-title {
  max-width: 450px;
}
.contact-section .content-column .sec-title .text {
  font-size: 16px;
  line-height: 30px;
}
.contact-section .content-column .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.contact-section .content-column .info .icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color-white);
}
.contact-section .content-column .info .title {
  margin-bottom: 0;
  color: var(--theme-color2);
}
.contact-section .content-column .info .sub-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--headings-color);
}

.contact-block {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 5px;
  padding: 45px;
  text-align: center;
  max-width: 700px;
}
.contact-block form .input {
  position: relative;
  z-index: 1;
}
.contact-block form .input input {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 20px;
  width: 100%;
}
.contact-block form .input input:focus {
  border: 1px solid var(--theme-color1);
}
.contact-block form .input input::-webkit-input-placeholder {
  color: var(--theme-color-black);
}
.contact-block form .input input::-moz-placeholder {
  color: var(--theme-color-black);
}
.contact-block form .input input:-ms-input-placeholder {
  color: var(--theme-color-black);
}
.contact-block form .input input::-ms-input-placeholder {
  color: var(--theme-color-black);
}
.contact-block form .input input::placeholder {
  color: var(--theme-color-black);
}
.contact-block form .input .icon {
  position: absolute;
  top: 18px;
  right: 20px;
}
.contact-block form textarea {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: normal;
  height: 125px;
  padding: 8px 20px;
  width: 100%;
}
.contact-block form textarea:focus {
  border: 1px solid var(--theme-color1);
}
.contact-block form textarea::-webkit-input-placeholder {
  color: var(--theme-color-black);
}
.contact-block form textarea::-moz-placeholder {
  color: var(--theme-color-black);
}
.contact-block form textarea:-ms-input-placeholder {
  color: var(--theme-color-black);
}
.contact-block form textarea::-ms-input-placeholder {
  color: var(--theme-color-black);
}
.contact-block form textarea::placeholder {
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .contact-block {
    padding: 30px 12px;
  }
}

/*** 

====================================================================
  CONTACT SECTION Four
====================================================================

***/
.contact-section-four {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.contact-section-four .outer-box {
  -webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: var(--theme-color-white);
  padding: 100px 90px;
  border-radius: 13px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .contact-section-four .outer-box {
    padding: 60px 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-four .outer-box {
    padding: 60px 12px;
  }
}
.contact-section-four .google-map {
  margin-top: -530px;
}
.contact-section-four .google-map iframe {
  margin-bottom: -12px;
  width: 100%;
  height: 650px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.contact-block-four .input-feild {
  position: relative;
}
.contact-block-four .input-feild input,
.contact-block-four .input-feild textarea {
  width: 100%;
  padding: 15px 25px;
  background-color: #f0f1f6;
  border: 1px solid #d1d5db;
  border-radius: 9px;
  font-size: 16px;
}
.contact-block-four .input-feild input::-webkit-input-placeholder, .contact-block-four .input-feild textarea::-webkit-input-placeholder {
  color: var(--headings-color);
}
.contact-block-four .input-feild input::-moz-placeholder, .contact-block-four .input-feild textarea::-moz-placeholder {
  color: var(--headings-color);
}
.contact-block-four .input-feild input:-ms-input-placeholder, .contact-block-four .input-feild textarea:-ms-input-placeholder {
  color: var(--headings-color);
}
.contact-block-four .input-feild input::-ms-input-placeholder, .contact-block-four .input-feild textarea::-ms-input-placeholder {
  color: var(--headings-color);
}
.contact-block-four .input-feild input::placeholder,
.contact-block-four .input-feild textarea::placeholder {
  color: var(--headings-color);
}
.contact-block-four .input-feild input:focus,
.contact-block-four .input-feild textarea:focus {
  border: 1px solid var(--theme-color1);
}
.contact-block-four .input-feild.textarea-feild textarea {
  height: 210px;
}
.contact-block-four .input-feild .icon {
  position: absolute;
  top: 15px;
  right: 25px;
}
.contact-block-four .nice-select {
  height: 68px;
  line-height: 68px;
  background-color: #f0f1f6;
  border: 1px solid #d1d5db;
  padding: 0 25px;
  border-radius: 9px;
}
.contact-block-four .nice-select::before {
  right: 25px;
  font-size: 18px;
}

/*** 

====================================================================
CONTACT Details
====================================================================

***/
.contact-details {
  overflow: hidden;
}
.contact-details .content-column .inner-column .google-map iframe {
  width: 100%;
  height: 350px;
}
.contact-details .content-column .inner-column form .type-feild {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.contact-details .content-column .inner-column form .type-feild input {
  padding-bottom: 15px;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
}
.contact-details .content-column .inner-column form .type-feild textarea {
  padding-bottom: 15px;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
  height: 130px;
}
.contact-details .content-column .inner-column form .type-feild i {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-details-block {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
          box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  border-radius: 8px;
  padding: 65px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.contact-details-block .inner-box {
  max-width: 260px;
  margin: 0 auto;
}
.contact-details-block .icon {
  margin-bottom: 20px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.contact-details-block .icon svg,
.contact-details-block .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-details-block .icon svg path,
.contact-details-block .icon i path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-details-block .title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.contact-details-block .text {
  margin-bottom: 0;
  color: var(--text-color2);
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 28px;
  font-size: 18px;
}
.contact-details-block:hover {
  background-color: var(--theme-color2);
}
.contact-details-block:hover .icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.contact-details-block:hover .icon svg,
.contact-details-block:hover .icon i {
  color: var(--theme-color-white);
}
.contact-details-block:hover .icon svg path,
.contact-details-block:hover .icon i path {
  fill: var(--theme-color-white);
}
.contact-details-block:hover .title {
  color: var(--theme-color-white);
}
.contact-details-block:hover .text {
  color: var(--theme-color-white);
}
.contact-details-block:hover .text a{
  color: var(--theme-color-white);
}

.contact-six-aera {
  overflow: hidden;
}
.contact-six__wrp {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 130px 100px;
  margin-right: -20px;
}
@media (max-width: 1199.98px) {
  .contact-six__wrp {
    padding: 60px 30px;
  }
}
.contact-six__wrp:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(6, 50, 50, 0.8);
}
.contact-six__image {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-left: 20px;
}
.contact-six__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-six__image .circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 70px;
}
@media (max-width: 767.98px) {
  .contact-six__image .circle-btn {
    padding-top: 40px;
  }
}
.contact-six__image .circle-btn span {
  display: block;
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.contact-six__image .circle-btn span i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-six__image .circle-btn:hover span i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.contact-six__item .section-header {
  max-width: 860px;
}
.contact-six__item .section-header .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
  font-size: clamp(36px, 4vw, 80px);
  line-height: 1.2;
}
.contact-six__item .section-header .text {
  font-size: 16px;
}
.contact-six__item .wrp {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767.98px) {
  .contact-six__item .wrp {
    gap: 20px;
  }
}


.service-sec-two {
  padding: 30px 15px;
}
@media (max-width: 991.98px) {
  .service-sec-two {
    padding: 0;
  }
}
.service-sec-two .content-box {
  position: relative;
  padding: 50px 50px 50px 100px;
  border-radius: 30px;
  height: 100%;
  z-index: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: var(--theme-color-gray2);
}
@media (max-width: 1399.98px) {
  .service-sec-two .content-box {
    padding: 50px;
  }
}
@media (max-width: 1199.98px) {
    .service-sec-two .content-box {
        padding: 70px 20px;        height: 385px;
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .service-sec-two .content-box .title {font-size: 27px !important;}
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-block-three .inner-box {
        height: 566px;
    }
    .service-card-items {
        padding: 30px 20px;
        height: 439px;
    }
    .service-card-items .content h3 {
        line-height: 35px;
    }
    .testimonial-block-five {
        height: 420px;
    }
}
@media (max-width: 575.98px) {
  .service-sec-two .content-box {
    padding: 30px 30px;
  }
}
.service-sec-two .content-box .box-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 198px;
  height: 198px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .service-sec-two .content-box .box-shape {
    display: none;
  }
}
.service-sec-two .content-box .box-shape .box1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 91px;
  background-color: rgba(var(--theme-color-black-rgb), 0.15);
}
.service-sec-two .content-box .box-shape .box2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 91px;
  background-color: rgba(var(--theme-color-black-rgb), 0.15);
}
.service-sec-two .content-box .shape-image {
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: -1;
}
.service-sec-two .content-box .title {
  font-size: 45px !important;
  line-height: 80px;
  margin-bottom: 30px;
  color: var(--theme-color-black);
  text-transform: capitalize;
  font-size: clamp(36px, 3.86vw, 74px);
  line-height: 1.2;
}
.service-sec-two .content-box .title span {
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .service-sec-two .content-box .title {
    max-width: 600px;
  }
}
.service-sec-two .content-box .text {
  max-width: 665px;
  margin-bottom: 37px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(var(--theme-color-black-rgb), 0.57);
  text-transform: capitalize;
}
@media (max-width: 1399.98px) {
  .service-sec-two .content-box .text {
    margin-bottom: 25px;
  }
}
.service-sec-two .content-box .btn-wrp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sec-two .content-box .btn-wrp .btn-one-rounded {
  color: var(--theme-color-black);
}
.service-sec-two .content-box .btn-wrp .btn-title {
  color: var(--theme-color-white);
  font-size: 16px;
  margin-bottom: 0;
}
.service-sec-two .content-box .btn-wrp .video-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #264b41;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  .service-sec-two .content-box .btn-wrp {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-sec-two .content-box .btn-wrp .btn-title {
    font-size: 12px;
  }
  .service-sec-two .content-box .btn-wrp .video-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.service-sec-two .image-box {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 20px;
  border-radius: 30px;
}
.service-sec-two .image-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 23px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .service-sec-two .image-box {
    margin-top: 30px;
  }
}



.service-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray);
}
.service-section .sec-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-section .sec-line {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 0;
}
.service-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  content: "";
  background-color: var(--theme-color2);
}
@media (max-width: 991.98px) {
  .service-section::after {
    display: none;
  }
}
.service-section .sec-title {
  position: relative;
  z-index: 1;
}
.service-section .sec-title .arry {
  position: absolute;
  z-index: -1;
  right: -75px;
  top: -15px;
}
@media (max-width: 991.98px) {
  .service-section .sec-title .arry {
    display: none;
  }
}
.service-section .service-slider {
  margin-right: -35%;
}
@media (max-width: 1399.98px) {
  .service-section .service-slider {
    margin: 0;
  }
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
}
.service-block .arry-btn {
  font-size: 14px;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  border-radius: 30px;
  width: 64px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 210px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .service-block .arry-btn {
    right: 125px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .service-block .arry-btn {
    right: 100px;
  }
}
.service-block .content-box {
  background-color: var(--theme-color3);
  padding: 50px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-block .content-box .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-44%, -68%);
          transform: translate(-44%, -68%);
  z-index: -1;
}
.service-block .content-box .icon {
  margin-bottom: 30px;
}
.service-block .content-box .icon svg,
.service-block .content-box .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.service-block .content-box .content .number {
  font-size: 22px;
  color: var(--theme-color1);
  font-weight: 700;
}
.service-block .content-box .content .title {
  color: var(--theme-color-white);
  margin: 10px 0;
}
.service-block .content-box .content .title a {
  text-transform: capitalize;
}
.service-block .content-box .content .text {
  color: #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .service-block .content-box {
    padding: 30px;
    width: 100%;
  }
}
.service-block .image-box {
  min-width: 240px;
  height: 100%;
  overflow: hidden;
}
.service-block .image-box .image img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .service-block .image-box {
    min-width: 130px;
    height: 100%;
  }
  .service-block .image-box .image {
    height: 100%;
  }
  .service-block .image-box .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575.98px) {
  .service-block .image-box {
    width: 130px;
  }
}
.service-block:hover .content-box .icon i,
.service-block:hover .content-box .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-block:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.service-block:hover .arry-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-block .image-box {
    width: 100%;
    height: 350px;
  }
  .service-block .image-box img {
    width: 100%;
  }
  .service-block .arry-btn {
    right: 20px;
    top: 60px;
  }
  .service-block .content-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-block .content-box .icon {
    margin-bottom: 0;
  }
}

.service-section-two {
  overflow: hidden;
  background-color: var(--theme-color-gray2);
}
.service-section-two .outer-box {
  border-radius: 13px;
  overflow: hidden;
}
.service-section-two.home6-style .service-block-two .inner-box .icon {
  background-color: var(--theme-color7);
}
.service-section-two.home6-style .service-block-two .inner-box .icon svg path {
  fill: var(--theme-color-white);
}
.service-section-two.home6-style .service-block-two .inner-box:hover {
  background-color: var(--theme-color7);
}
.service-section-two.home6-style .service-block-two .inner-box:hover .icon:after {
  background-color: var(--theme-color6);
}
.service-section-two.home6-style .service-block-two .inner-box:hover .btn-two-rounded {
  background-color: var(--theme-color6);
}
.service-section-two.home6-style .service-block-two .inner-box:hover .content-box .title,
.service-section-two.home6-style .service-block-two .inner-box:hover .content-box .text {
  color: var(--theme-color-white);
}

.service-block-two {
  height: 100%;
}
.service-block-two .inner-box {
  padding: 60px 30px;
  padding-top: 50px;
  background-color: var(--theme-color-white);
  border-right: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-two .inner-box .icon {
  width: 134px;
  height: 134px;
  line-height: 134px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.service-block-two .inner-box .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--theme-color2);
  content: "";
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.service-block-two .inner-box .icon svg,
.service-block-two .inner-box .icon i {
  width: 70px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.service-block-two .inner-box .icon svg path,
.service-block-two .inner-box .icon i path {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-two .inner-box .content-box .title {
  margin-bottom: 20px;
}
.service-block-two .inner-box .content-box .text {
  max-width: 345px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .btn-two-rounded {
  min-width: 174px;
  margin-top: 30px;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(32, 33, 36, 0.102);
  color: var(--headings-color);
}
.service-block-two .inner-box .block-bg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 310px;
}
.service-block-two .inner-box .block-bg img {
  width: 100%;
}
.service-block-two .inner-box:hover {
  background-color: var(--theme-color1);
}
.service-block-two .inner-box:hover .icon i,
.service-block-two .inner-box:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-block-two .inner-box:hover .icon i path,
.service-block-two .inner-box:hover .icon svg path {
  fill: var(--theme-color-white);
}
.service-block-two .inner-box:hover .icon::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-block-two .inner-box:hover .text {
  color: var(--headings-color);
}
.service-block-two .inner-box:hover .btn-two-rounded {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 991.98px) {
  .service-block-two .inner-box {
    border: none;
    padding: 25px 15px;
  }
}

.service-section-three {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}
.service-section-three.have-pb {
  padding-bottom: 200px;
}
@media (max-width: 767.98px) {
  .service-section-three.have-pb {
    padding-bottom: 150px;
  }
}
.service-section-three .sec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-section-three .outer-box {
  max-width: 1230px;
  margin: 0 auto;
}
.service-section-three .content-column .sec-title .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}

.service-list-three {
  background-color: #eee9e9;
  padding: 60px;
  margin-right: 70px;
}
.service-list-three ul li:not(:last-child) {
  margin-bottom: 30px;
}
.service-list-three ul li a {
  display: block;
  border-radius: 7px;
  padding: 22px 40px;
  background-color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  color: #150e3d;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.service-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.service-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-list-three ul li a svg,
.service-list-three ul li a i {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.service-list-three ul li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.service-list-three ul li a:hover svg,
.service-list-three ul li a:hover i {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
@media (max-width: 575.98px) {
  .service-list-three ul li a {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .service-list-three {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .service-list-three {
    padding: 30px 15px;
  }
}

.service-block-three {
  background-color: var(--theme-color-white);
  border-radius: 5px;
  padding: 40px;
}
.service-block-three .image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.service-block-three .image img {
  width: 100%;
}
.service-block-three .image .video-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  background-color: var(--theme-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.service-block-three .image .video-btn::after, .service-block-three .image .video-btn::before {
  opacity: 1;
  border: 20px solid rgba(var(--theme-color1-rgb), 0.5);
}
.service-block-three .content .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
.service-block-three .content .list li i {
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .service-block-three {
    padding: 30px 15px;
  }
}

.service-section-four {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}
@media (max-width: 991.98px) {
  .service-section-four {
    overflow: hidden;
  }
}
.service-section-four .sec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .service-section-four .sec-shape {
    display: none;
  }
}
.service-section-four .content-column .inner-column {
  max-width: 580px;
  position: sticky;
  top: 120px;
}
.service-section-four .content-column .inner-column .text {
  font-size: 16px;
  line-height: 28.8px;
}
.service-section-four .content-column .inner-column .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-section-four .content-column .inner-column .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--headings-color);
}
.service-section-four .content-column .inner-column .info ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-section-four .content-column .inner-column .info ul li .title {
  margin-bottom: 0;
}

.service-block-four .acc {
  border-radius: 14px;
  border: 1px solid #d9d9d9;
}
.service-block-four .acc .acc-item {
  background-color: transparent;
  border: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .acc .acc-item .acc-header {
  margin-bottom: 0;
}
.service-block-four .acc .acc-item .acc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn {
    padding: 20px 15px;
  }
}
.service-block-four .acc .acc-item .acc-btn.collapsed {
  padding: 30px 50px;
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn.collapsed {
    padding: 20px 15px;
  }
}
.service-block-four .acc .acc-item .acc-btn span {
  display: block;
}
.service-block-four .acc .acc-item .acc-btn span.icon {
  width: 60px;
}
.service-block-four .acc .acc-item .acc-btn .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.service-block-four .acc .acc-item .acc-btn .content-box .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--headings-color);
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn .content-box {
    gap: 10px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .title {
    font-size: 18px;
    line-height: 30px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .icon {
    width: 30px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .icon svg {
    width: 30px;
    height: 30px;
  }
}
.service-block-four .acc .acc-item .acc-btn .number {
  font-size: 20px;
  font-weight: 600;
  color: var(--headings-color);
}
.service-block-four .acc .acc-item .acc-btn::after {
  display: none;
}
.service-block-four .acc .acc-item .acc-body {
  padding: 30px;
  padding-top: 0;
}
.service-block-four .acc .acc-item .acc-body .text {
  margin-left: 85px;
  max-width: 430px;
  margin-bottom: 0;
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-body .text {
    margin-left: 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.service-block-four .acc .acc-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.service-block-four .acc .acc-item.active {
  background-color: var(--theme-color2);
  border-radius: 14px;
}
.service-block-four .acc .acc-item.active .title,
.service-block-four .acc .acc-item.active .text,
.service-block-four .acc .acc-item.active .number {
  color: var(--theme-color-white) !important;
}
.service-block-four .acc .acc-item.active .icon svg path {
  fill: var(--theme-color-white);
}
.service-block-four .acc .acc-item.active .acc-btn {
  padding-bottom: 0 !important;
}

.service-section-five {
  position: relative;
  z-index: 9;
  margin: 0 30px;
  border-radius: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
@media (max-width: 767.98px) {
  .service-section-five .title br {
    display: none;
  }
}
.service-section-five:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background: linear-gradient(280.47deg, rgba(20, 68, 67, 0.85) 15.04%, #144443 65.71%);
}
.service-section-five .shape-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-section-five .service-wrapper {
  margin: 0px 15px;
}
.service-section-five .service-know-box {
  border-radius: 100px;
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  max-width: 705px;
  margin: 60px auto 0;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}
@media (max-width: 767.98px) {
  .service-section-five .service-know-box {
    display: block;
    margin: 40px auto 0;
    text-align: center;
    padding: 14px;
  }
}
.service-section-five .service-know-box .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  background-color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .service-section-five .service-know-box .icon {
    margin: 0 auto;
  }
}
.service-section-five .service-know-box p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: var(--theme-color-white);
  text-transform: capitalize;
  margin-bottom: 0;
}
.service-section-five .service-know-box p a {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  color: var(--theme-color1);
  text-decoration: underline;
  margin-left: 20px;
}
.service-section-five .service-know-box p a i {
  margin-left: 15px;
  font-size: 19px;
}

.service-card-items {
  margin-top: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px;
  padding-bottom: 30px;
  padding: 25px;
}
@media (max-width: 1599.98px) {
  .service-card-items {
    padding: 35px;
  }
}
@media (max-width: 575.98px) {
  .service-card-items {
    padding: 30px;
  }
}
.service-card-items .icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(99deg, #C8F169 0%, #039397 93.92%);
}
.service-card-items .icon svg {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.service-card-items .content {
  margin-top: 35px;
}
.service-card-items .content h3 a {
  color: #fff;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-card-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.service-card-items .content p {
  color: #C4C4C4;
}
.service-card-items .content .link-btn {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
}
.service-card-items .content .link-btn:hover {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.service-card-items:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.steps-section .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;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .steps-section .outer-box {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.steps-section.style-two {
  position: relative;
  z-index: 9;
  overflow: hidden;
  margin: 0px 30px;
  padding-top: 380px;
  padding-bottom: 70px;
  border-radius: 30px;
}
@media (max-width: 1199.98px) {
  .steps-section.style-two {
    margin: 0px 15px;
  }
}
@media (max-width: 1199.98px) {
  .steps-section.style-two .outer-box {
    gap: 80px;
  }
}
@media (max-width: 575.98px) {
  .steps-section.style-two .outer-box {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.steps-section.style-two .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}
.steps-section.style-two::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background: linear-gradient(179.28deg, rgba(20, 68, 67, 0) 0.5%, #144443 99.22%);
}
.steps-section.style-two .shape-bg {
  position: absolute;
  top: -111px;
  right: -87px;
  z-index: -1;
}
.steps-section.style-two .steps-block .line {
  right: -115%;
}
@media (max-width: 1399.98px) {
  .steps-section.style-two .steps-block .line {
    display: none;
  }
}

.steps-block {
  max-width: 310px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.steps-block .icon {
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: var(--theme-color1);
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.steps-block .icon svg,
.steps-block .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.steps-block .icon svg path,
.steps-block .icon i path {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.steps-block .icon .number {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: var(--text-color1);
  background-color: var(--theme-color-white);
  position: absolute;
  bottom: 10px;
  right: -30px;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color2);
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
}
.steps-block .title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.steps-block .text {
  font-size: 14.77px;
  line-height: 26.59px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .steps-block {
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  .steps-block {
    max-width: 100%;
  }
}
.steps-block .line {
  position: absolute;
  right: -65%;
  top: 75px;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .steps-block .line {
    right: -40%;
  }
}
@media (max-width: 991.98px) {
  .steps-block .line.item-middle {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .steps-block .line {
    display: none;
  }
}
.steps-block.active .icon {
  background-color: var(--theme-color2);
}
.steps-block:hover .icon {
  background-color: var(--theme-color2);
}
.steps-block:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.steps-block:hover .icon svg path {
  fill: var(--theme-color-white);
}
.steps-block:hover .icon .number {
  -webkit-animation: bounceIn 1s forwards;
          animation: bounceIn 1s forwards;
}

.strategy-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-white);
}
.strategy-section.style-two {
  background-color: var(--theme-color7);
}
.strategy-section.style-two .image-column .inner-column {
  max-width: 877px;
}
@media (max-width: 1199.98px) {
  .strategy-section.style-two .image-column .inner-column {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.strategy-section.style-two .image-column .inner-column .image {
  overflow: visible;
}
@media (max-width: 1199.98px) {
  .strategy-section.style-two .image-column .inner-column .image {
    overflow: hidden;
  }
}
.strategy-section.style-two .content-column .inner-column {
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .strategy-section.style-two .content-column .inner-column {
    padding: 50px 15px;
  }
}
.strategy-section.style-two .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 0;
}
.strategy-section.style-two .row * {
  margin-top: 0;
}
.strategy-section.style-two .accordion-area {
  margin-bottom: 0;
}
.strategy-section.style-two .accordion-area .accordion {
  border-radius: 7px;
  overflow: hidden;
  --bs-accordion-bg: transparent;
}
.strategy-section.style-two .accordion-area .accordion .accordion-item {
  border-radius: 7px;
  overflow: hidden;
}
.strategy-section.style-two .accordion-area .accordion .accordion-button {
  color: var(--theme-color-black);
  background: var(--theme-color-light);
}
.strategy-section.style-two .accordion-area .accordion .accordion-button.collapsed {
  color: var(--theme-color-light);
  background-color: transparent;
}
.strategy-section.style-two .accordion-area .accordion .accordion-button.collapsed::before {
  color: var(--theme-color-light);
}
.strategy-section.style-two .accordion-area .accordion .show .accordion-body {
  background-color: var(--theme-color-light);
}
.strategy-section.style-two .accordion-area .accordion .show .accordion-body .text {
  color: var(--theme-color-black);
}
.strategy-section.style-two .accordion-area .accordion .accordion-body .text {
  color: var(--theme-color-light);
}
.strategy-section .sec-shape {
  position: absolute;
  bottom: 0;
  right: -290px;
  z-index: -1;
}
.strategy-section .image-column .inner-column {
  max-width: 869px;
}
.strategy-section .image-column .inner-column .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.strategy-section .image-column .inner-column .image img {
  width: 100%;
}
.strategy-section .image-column .inner-column .image .info {
  position: absolute;
  bottom: 60px;
  right: 60px;
}
@media (max-width: 1199.98px) {
  .strategy-section .image-column .inner-column {
    max-width: 100%;
  }
}
.strategy-section .content-column .inner-column {
  max-width: 620px;
}
@media (max-width: 1199.98px) {
  .strategy-section .content-column .inner-column {
    padding: 0px 12px;
    padding-bottom: 30px;
    max-width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .strategy-section .content-column .inner-column .accordion-area {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .strategy-section .content-column .inner-column .accordion-area {
    padding-bottom: 0;
  }
}

.strategy-section-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .strategy-section-two {
    padding-bottom: 60px;
  }
}
.strategy-section-two .content-column .inner-column {
  max-width: 564px;
}
@media (max-width: 1199.98px) {
  .strategy-section-two .content-column .inner-column {
    max-width: 100%;
  }
}
.strategy-section-two .content-column .inner-column .sec-title {
  max-width: 500px;
}
@media (max-width: 1199.98px) {
  .strategy-section-two .content-column .inner-column .sec-title {
    max-width: 100%;
  }
}
.strategy-section-two .content-column .inner-column .sec-title .text {
  font-size: 16px;
  line-height: 29px;
  padding-left: 12px;
  border-left: 2px solid var(--theme-color1);
}
.strategy-section-two .content-column .inner-column .image img {
  width: 100%;
}
.strategy-section-two .image-column {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.strategy-section-two .image-column .inner-column {
  height: 100%;
}
.strategy-section-two .image-column .inner-column .image {
  height: 100%;
  overflow: hidden;
}
.strategy-section-two .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .strategy-section-two .image-column {
    position: unset;
  }
}

.strategy-block-two {
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 100%;
  max-width: 610px;
}
.strategy-block-two .item {
  background-color: var(--theme-color1);
  padding: 40px 30px;
  border-radius: 10px;
}
.strategy-block-two .item .title {
  color: #0e2d3a;
  margin-bottom: 15px;
}
.strategy-block-two .item .text {
  color: #0e2d3a;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
}
.strategy-block-two .item.light {
  background-color: var(--theme-color2);
}
.strategy-block-two .item.light .title,
.strategy-block-two .item.light .text {
  color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .strategy-block-two {
    position: unset;
    margin-top: 24px;
  }
}

.progress {
  background-color: transparent;
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0;
}
.progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #e8e8e8;
  border-radius: 13px;
  overflow: hidden;
}
.progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 100%;
  border-radius: 13px;
  background-color: #0c6460;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color-white);
  background-color: #0c6460;
  border-radius: 3px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 5px 13px;
  z-index: 1;
}
.progress .count-text::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #0c6460;
  width: 14px;
  height: 14px;
  content: "";
  z-index: -1;
}
.progress .bar-inner.counted .count-text {
  opacity: 1;
  bottom: 25px;
  right: -35px;
}
.progress .bar.marb-0 {
  margin-bottom: 0;
}
.progress .progress-single {
  position: relative;
  display: block;
}
.progress .progress-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: var(--headings-color);
  margin-bottom: 10px;
}

/***

====================================================================
    Product Section One
====================================================================

***/
.gallery-section-one {
  padding: 120px 0;
}

.gallery-block-one .inner-box {
  overflow: hidden;
  position: relative;
}
.gallery-block-one .inner-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.gallery-block-one .inner-box:hover .content-box .title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.gallery-block-one .inner-box:hover .content-box .theme-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.gallery-block-one .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-block-one .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}
.gallery-block-one .inner-box .image-box .image img {
  height: 430px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-one .inner-box .image-box .image img {
    height: auto;
  }
}
.gallery-block-one .content-box {
  background-color: #222222;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-one .content-box {
    padding: 20px;
  }
}
.gallery-block-one .content-box .title {
  color: var(--theme-color-light);
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .gallery-block-one .content-box .title {
    font-size: 20px;
  }
}
.gallery-block-one .content-box .theme-btn {
  color: #6A6F78;
  font-family: "Barlow";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block-one .content-box .theme-btn:before {
  display: none;
}

/***

==================================================================
    Offer Section One
==================================================================

***/
.objective-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.objective-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background-color: var(--theme-color-gray2);
  z-index: -1;
  content: "";
}
.objective-section .content-column .inner-column {
  padding: 50px;
  background-color: var(--theme-color-white);
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  overflow: hidden;
  height: 100%;
}
.objective-section .content-column .inner-column .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.objective-section .content-column .inner-column .content .image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.objective-section .content-column .inner-column .content .image img {
  width: 100%;
}
.objective-section .content-column .inner-column .content .image .btn-play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.objective-section .content-column .inner-column .content .image .btn-play::after, .objective-section .content-column .inner-column .content .image .btn-play::before {
  opacity: 1;
  border: 20px solid rgba(var(--theme-color2-rgb), 0.5);
}
.objective-section .content-column .inner-column .content ul li {
  font-size: 16px;
}
.objective-section .content-column .inner-column .progress .progress-title {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.objective-section .content-column .inner-column .progress .bar {
  height: 2.21px;
  border-radius: 3px;
}
.objective-section .content-column .inner-column .progress .bar .bar-inner {
  border-radius: 3px;
  background-color: var(--theme-color1);
}
.objective-section .content-column .inner-column .nav.nav-tabs {
  border-bottom: 1px solid rgba(2, 6, 38, 0.102);
}
.objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link {
  padding: 8px 50px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
  border-radius: 2px;
  color: var(--headings-color);
  background-color: transparent;
  border: none;
}
.objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link {
    padding: 6px 20px;
  }
}
@media (max-width: 575.98px) {
  .objective-section .content-column .inner-column .nav.nav-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .objective-section .content-column .inner-column {
    padding: 30px 12px;
  }
}
@media (max-width: 575.98px) {
  .objective-section .content-column .inner-column .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .objective-section .content-column .inner-column .content .image {
    width: 100%;
  }
}

.objective-block {
  padding: 70px 45px;
  padding-bottom: 90px;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
}
.objective-block .title {
  padding-left: 15px;
  border-left: 2.25px solid var(--theme-color1);
}
.objective-block .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;
}
@media (max-width: 499.98px) {
  .objective-block .outer-box {
    display: block;
  }
}
.objective-block .outer-box .item {
  width: 100%;
}
.objective-block .outer-box .item .icon {
  margin-bottom: 10px;
}
@media (max-width: 499.98px) {
  .objective-block .outer-box .item {
    padding-left: 5px;
  }
}
.objective-block .outer-box .item:not(:first-child) {
  border-left: 1px solid #ebebeb;
  padding-left: 40px;
}
@media (max-width: 499.98px) {
  .objective-block .outer-box .item:not(:first-child) {
    border: none;
    padding-left: 5px;
  }
}
.objective-block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.objective-block .info .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.09);
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0901960784);
}
.objective-block .info .text {
  color: var(--headings-color);
  margin-bottom: 0;
}
.objective-block .info .text a {
  font-weight: 500;
  text-decoration: underline;
}
.objective-block .triangle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .objective-block {
    padding: 30px 12px;
  }
  .objective-block .triangle {
    display: none;
  }
}

.testimonial-section {
  overflow: hidden;
  padding: 120px 12px;
}
@media (max-width: 767.98px) {
  .testimonial-section {
    padding: 60px 12px;
  }
}
.testimonial-section .outer-box {
  max-width: 1540px;
  margin: 0 auto;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 120px 30px;
  position: relative;
  z-index: 1;
}
.testimonial-section .outer-box .shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: -1;
}
.testimonial-section .outer-box .shape img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .testimonial-section .outer-box {
    padding: 60px 15px;
  }
}

.testimonial-slider {
  padding-top: 20px;
  position: relative;
}
.testimonial-slider .swiper-arry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 10%;
  z-index: 1;
}
.testimonial-slider .swiper-arry button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-black);
  background-color: #f1f1f1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-slider .swiper-arry button:hover {
  background-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .testimonial-slider .swiper-arry {
    position: unset;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.testimonial-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.testimonial-block .inner-box .image-box {
  max-width: 300px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonial-block .inner-box .image-box .quate {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  position: absolute;
  top: -15px;
  right: 5px;
}
.testimonial-block .inner-box .image-box .image {
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-block .inner-box .image-box .image img {
  width: 100%;
}
.testimonial-block .inner-box .image-box .image::after {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.testimonial-block .inner-box .image-box .star {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 35px;
  border: 1px solid #e1e1e1;
  padding: 5px 35px;
  border-radius: 30px;
  width: 190px;
  font-size: 16px;
}
.testimonial-block .inner-box .image-box .star i {
  color: #ff8c22;
}
.testimonial-block .inner-box .image-box .star::after {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  background-color: var(--theme-color-white);
  width: 25px;
  height: 25px;
  content: "";
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-box .image-box {
    margin: 0 auto;
  }
}
.testimonial-block .inner-box .content-box {
  max-width: 810px;
}
.testimonial-block .inner-box .content-box .text {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.1);
}
@media (max-width: 767.98px) {
  .testimonial-block .inner-box .content-box .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonial-block .inner-box .content-box .title {
  margin-bottom: 0;
}
.testimonial-block .inner-box .content-box .title span {
  font-family: var(--text-font);
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-box .content-box {
    max-width: 100%;
    text-align: center;
  }
}
.testimonial-block .inner-box:hover .image-box .quate svg {
  -webkit-animation: iconBounceIn 1s forwards;
          animation: iconBounceIn 1s forwards;
}
.testimonial-block .inner-box:hover .image-box .image::after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.testimonial-section-two {
  position: relative;
  z-index: 1;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -80px;
  padding-top: 80px;
}
.testimonial-section-two .sec-title .sub-title {
    background-color: var(--theme-color2);
}
@media (max-width: 1399.98px) {
  .testimonial-section-two {
    padding-bottom: 60px;
  }
}
.testimonial-section-two .testimonial-slider-two {
  position: relative;
  z-index: 1;
}
.testimonial-section-two .testimonial-slider-two .btn-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .testimonial-section-two .testimonial-slider-two .btn-wrp {
    display: none;
  }
}
.testimonial-section-two .testimonial-slider-two .testimonial-prev-two,
.testimonial-section-two .testimonial-slider-two .testimonial-next-two {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgba(var(--theme-color-white-rgb), 0.16);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 20px;
}
.testimonial-section-two .testimonial-slider-two .testimonial-prev-two:hover,
.testimonial-section-two .testimonial-slider-two .testimonial-next-two:hover {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
}
.testimonial-section-two .sec-shape {
  position: absolute;
  bottom: -25px;
  right: -200px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .testimonial-section-two .sec-shape {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-two .image-column {
    display: none;
  }
}
.testimonial-section-two .image-column .inner-column .image {
  position: relative;
  z-index: 1;
  max-width: 422px;
}
.testimonial-section-two .image-column .inner-column .image img {
  width: 100%;
}
.testimonial-section-two .image-column .inner-column .image .info1 {
  position: absolute;
  top: 30%;
  left: -50%;
}
.testimonial-section-two .image-column .inner-column .image .info2 {
  position: absolute;
  bottom: -80px;
  right: -120px;
}
.testimonial-section-two .image-column .inner-column .image::after {
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 510px;
  height: 565px;
  background-color: var(--theme-color1);
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  content: "";
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .testimonial-section-two .image-column .inner-column .image .info1 {
    left: -10%;
  }
  .testimonial-section-two .image-column .inner-column .image .info2 {
    right: unset;
    left: -10%;
  }
  .testimonial-section-two .image-column .inner-column .image::after {
    display: none;
  }
}
.testimonial-section-two .content-column .inner-column {
  margin-left: auto;
  margin-right: 0px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-two .content-column .inner-column {
    margin-right: 0;
  }
}
.testimonial-block-two{
  position: relative;
}
.testimonial-block-two .text {
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  margin: 40px 0;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .text {
    font-size: 18px;
    line-height: 32px;
  }
}
.testimonial-block-two .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #4b5563;
  padding-top: 35px;
  max-width: 90%;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .info {
    max-width: 100%;
  }
}
.testimonial-block-two .info .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
  font-size: 22px;
}
.testimonial-block-two .info .sub-title {
  font-weight: 500;
  font-size: 16px;
  color: #d9d9d9;
  margin-bottom: 0;
}
.testimonial-block-two .info .stars {
  color: #ff8c22;
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .info .stars {
    margin-right: 0;
  }
}

.testimonial-section-three {
  overflow: hidden;
}
.testimonial-section-three::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-color: var(--theme-color-gray2);
  z-index: -1;
}
.testimonial-section-three .sec-wrp {
  margin: 0 70px;
  border-radius: 60px;
  background-color: var(--theme-color2);
  padding: 120px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .testimonial-section-three .sec-wrp {
    margin: 0 12px;
  }
  .testimonial-section-three .sec-wrp .sec-shape {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section-three .sec-wrp {
    padding: 60px 12px;
  }
}
.testimonial-section-three.home6-style .sec-wrp {
  background-color: var(--theme-color7);
}
.testimonial-section-three.home6-style .image-column .inner-column .image .icon {
  background-color: var(--theme-color6);
}
.testimonial-section-three.home6-style .image-column .inner-column .image .icon svg path {
  fill: var(--theme-color-white);
}
.testimonial-section-three.home6-style .image-column .inner-column .image .title {
  background-color: var(--theme-color6);
  color: var(--theme-color-white);
}
.testimonial-section-three .sec-shape {
  position: absolute;
  bottom: 20px;
  right: -220px;
  z-index: -1;
}
.testimonial-section-three .sec-title .title {
  max-width: 510px;
}
.testimonial-section-three .sec-title .flex-content {
  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;
  gap: 20px;
}
.testimonial-section-three .sec-title .btn-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.testimonial-section-three .sec-title .testimonial-prev-three,
.testimonial-section-three .sec-title .testimonial-next-three {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgba(var(--theme-color-white-rgb), 0.16);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 20px;
}
.testimonial-section-three .sec-title .testimonial-prev-three:hover,
.testimonial-section-three .sec-title .testimonial-next-three:hover {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
}
.testimonial-section-three .image-column .inner-column .image {
  max-width: 485px;
  position: relative;
  z-index: 1;
}
.testimonial-section-three .image-column .inner-column .image img {
  width: 100%;
}
.testimonial-section-three .image-column .inner-column .image::after {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 440px;
  height: 495px;
  border-radius: 37px;
  opacity: 0.3;
  content: "";
  background-color: #d9d9d9;
  z-index: -1;
}
.testimonial-section-three .image-column .inner-column .image .icon {
  position: absolute;
  bottom: 335px;
  right: -10px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  z-index: 1;
}
@media (max-width: 375.98px) {
  .testimonial-section-three .image-column .inner-column .image .icon {
    bottom: 275px;
    right: -30px;
  }
}
.testimonial-section-three .image-column .inner-column .image .title {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  background-color: var(--theme-color1);
  padding: 35px;
  border-radius: 60px;
  text-align: center;
  width: 453px;
  -webkit-transform: rotate(-6.38deg);
          transform: rotate(-6.38deg);
  position: absolute;
  left: 5px;
  bottom: -4px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-three .image-column .inner-column .image {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-three .image-column .inner-column .image .title {
    font-size: 28px;
    width: 300px;
    padding: 20px;
  }
  .testimonial-section-three .image-column .inner-column .image::after {
    width: 320px;
    left: -10px;
  }
}
@media (max-width: 359.98px) {
  .testimonial-section-three .image-column .inner-column .image .title {
    font-size: 24px;
    width: 250px;
  }
  .testimonial-section-three .image-column .inner-column .image::after {
    display: none;
  }
}

.testimonial-block-three .text {
  font-size: 22px;
  line-height: 51px;
  font-weight: 400;
  color: var(--theme-color-white);
  font-family: var(--title-font);
}
.testimonial-block-three .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90%;
  padding-top: 30px;
}
.testimonial-block-three .info .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
  font-size: 22px;
}
.testimonial-block-three .info .title span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .testimonial-block-three .info {
    gap: 20px;
    max-width: 100%;
  }
  .testimonial-block-three .info img {
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-three .text {
    font-size: 18px;
    line-height: 32px;
  }
}

.testimonial-section-four {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color2);
  padding-top: 210px;
  padding-bottom: 400px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-four {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.testimonial-section-four .map {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.testimonial-section-four .hero-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  max-width: 1655px;
  width: 100%;
}
.testimonial-section-four .hero-image img {
  width: 100%;
}
@media (max-width: 1399.98px) {
  .testimonial-section-four .hero-image {
    display: none;
  }
}
.testimonial-section-four .outer-box {
  max-width: 815px;
  margin: 0 auto;
}

.testimonial-block-four {
  text-align: center;
}
.testimonial-block-four .icon {
  margin-bottom: 30px;
}
.testimonial-block-four .text {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .testimonial-block-four .text {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-block-four .info {
  margin-top: 50px;
  padding: 18px 45px;
  background-color: rgba(var(--theme-color-white-rgb), 0.12);
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-four .info .title {
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color-white);
  margin-bottom: 0;
}
.testimonial-block-four .info .sub-title {
  font-size: 14px;
  line-height: 14px;
  color: #d9d9d9;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial-block-four .info.active {
  background-color: rgba(var(--theme-color-white-rgb), 0.21);
}
@media (max-width: 575.98px) {
  .testimonial-block-four .info {
    margin-top: 30px;
    padding: 10px 30px;
  }
}
.testimonial-block-four .testimonial-slider-thumb-four .swiper-slide-thumb-active .info {
  background-color: rgba(var(--theme-color-white-rgb), 0.21);
}

.testimonial-section-five {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-section-five .slider-outer {
  margin: 0px -280px;
}
@media (max-width: 1599.98px) {
  .testimonial-section-five .slider-outer {
    margin: 0;
  }
}

.testimonial-block-five {
  max-width: 790px;
  height: 320px;
  margin: 0 auto;
  background: var(--theme-color-gray2);
  padding: 20px 10px;
  margin-bottom: 50px;
  border-radius: 15px;
}
.testimonial-block-five .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .testimonial-block-five .inner-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.testimonial-block-five .inner-box .thumb {
  position: relative;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 45%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .testimonial-block-five .inner-box .thumb {
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
  }
}
.testimonial-block-five .inner-box .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-block-five .inner-box .thumb .video-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  background-color: var(--theme-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.testimonial-block-five .inner-box .content-box {
  padding: 0px 40px;
  border-radius: 0 20px 20px 0;
  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;
}
@media (max-width: 1599.98px) {
  .testimonial-block-five .inner-box .content-box {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-five .inner-box .content-box {
    padding: 50px;
    border-radius: 20px;
  }
}
.testimonial-block-five .inner-box .content-box .logo {
  margin-bottom: 20px;
}
.testimonial-block-five .inner-box .content-box .text {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: var(--text-color);
}
@media (max-width: 1799.98px) {
  .testimonial-block-five .inner-box .content-box .text {
    font-size: 16px;
  }
}
.testimonial-block-five .inner-box .content-box .text .quate{
  position: absolute;
  left: 0;
  top: -60px;
  background-color: var(--theme-color1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}
.testimonial-block-five .inner-box .content-box .info-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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #EEEFF1;
}
.testimonial-block-five .inner-box .content-box .info-box .user-info .name {
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-block-five .inner-box .content-box .info-box .user-info .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: var(--text-color3);
}
.testimonial-block-five .inner-box .content-box .info-box .rating-info {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 5px 15px;
  border-radius: 35px;
  background-color: var(--theme-color1);
}
.testimonial-block-five .inner-box .content-box .info-box .rating-info .rating {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: var(--theme-color-light);
}
.testimonial-block-five .inner-box .content-box .info-box .rating-info .icon {
  font-size: 14px;
  line-height: 18px;
  color: var(--theme-color-light);
}

.testimonial-section-six .outer-box {
  position: relative;
  margin: 0px 30px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 9;
  background-color: var(--theme-color-white);
}
.testimonial-section-six .outer-box .shape-image {
  position: absolute;
  top: -92px;
  right: -41px;
  z-index: -1;
}
.testimonial-section-six .outer-box .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-section-six .outer-box .testimonial-prev-six,
.testimonial-section-six .outer-box .testimonial-next-six {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color2);
  border: 2px solid var(--theme-color2);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 20px;
}
.testimonial-section-six .outer-box .testimonial-prev-six:hover,
.testimonial-section-six .outer-box .testimonial-next-six:hover {
  color: var(--headings-color);
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.testimonial-section-six .outer-box .inner-column .content-box {
  max-width: 770px;
  padding: 50px 20px;
}

.testimonial-block-six .text {
  font-size: 22px;
  line-height: 51px;
  font-weight: 400;
  color: var(--theme-color11);
  font-family: var(--title-font);
}
@media (max-width: 1599.98px) {
  .testimonial-block-six .text {
    font-size: 18px;
    line-height: 36px;
  }
}
.testimonial-block-six .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
.testimonial-block-six .info .title {
  color: var(--theme-color2);
  margin-bottom: 0;
  font-size: 22px;
}
.testimonial-block-six .info .title span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  color: var(--theme-color11);
}
@media (max-width: 767.98px) {
  .testimonial-block-six .info {
    gap: 20px;
    max-width: 100%;
  }
  .testimonial-block-six .info img {
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-six .text {
    font-size: 18px;
    line-height: 32px;
  }
}

/*** 

====================================================================
  video-section
====================================================================

***/
.video-section {
  position: relative;
  padding: 300px 0;
}
.video-section .bg-image:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .video-section {
    padding: 210px 0 80px;
  }
}
.video-section .btn-column .inner-column .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.48);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 162px;
  width: 162px;
  height: 162px;
  position: absolute;
  top: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .video-section .btn-column .inner-column .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/*** 

====================================================================
  video-section Two
====================================================================

***/
.video-section-two {
  position: relative;
  padding: 172px 0;
}
@media (max-width: 767.98px) {
  .video-section-two {
    padding: 120px 0;
  }
}
.video-section-two .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.7);
}
.video-section-two .sec-title {
  margin-bottom: 0;
}
.video-section-two .sec-title .sub-title {
  color: #D9D9D9;
}
.video-section-two .sec-title h2 {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .video-section-two .sec-title h2 {
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .video-section-two .sec-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .video-section-two .sec-title h2 {
    font-size: 36px;
  }
}
.video-section-two .btn-box {
  margin-top: 30px;
}
.video-section-two .btn-box .play-now-two {
  background-color: transparent;
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color1);
  position: relative;
  top: 0;
  font-size: 40px;
  width: 113px;
  height: 113px;
  text-align: center;
  line-height: 113px;
  border-radius: 50%;
  display: inline-block;
}

/*** 

====================================================================
  video-section Three
====================================================================

***/
.video-section-three {
  background-color: #1B1B1B;
  position: relative;
  padding: 119px 0 105px;
}
.video-section-three:before {
  background-image: url(../images/icons/shape-12.html);
  content: "";
  position: absolute;
  width: 859px;
  height: 629px;
  right: 0px;
  bottom: 0;
  pointer-events: none;
}
.video-section-three .sec-title {
  margin-bottom: 0;
}
.video-section-three .sec-title h2 {
  color: var(--theme-color-white);
}
.video-section-three .btn-box {
  margin-top: 20px;
  margin-left: 25px;
}
@media (max-width: 575.98px) {
  .video-section-three .btn-box {
    margin-left: 0;
  }
}
.video-section-three .btn-box .play-now-two {
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color1);
  position: relative;
  top: 0;
  font-size: 34px;
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  display: inline-block;
}

/*** 

====================================================================
  video-section Four
====================================================================

***/
.video-section-four {
  position: relative;
  padding: 99px 0 66px;
}
.video-section-four .bg-image {
  z-index: -1;
}
.video-section-four .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(var(--theme-color-black-rgb), 0.5);
}
.video-section-four .outer-box {
  margin: 0px -53px;
}
@media (max-width: 1399.98px) {
  .video-section-four .outer-box {
    margin: 0;
  }
}
.video-section-four .sec-title {
  margin-bottom: 58px;
}
.video-section-four .btn-box {
  margin-top: 30px;
  text-align: center;
}
.video-section-four .btn-box .play-now-two {
  border: none;
  background-color: rgba(var(--theme-color-white-rgb), 0.48);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--theme-color1);
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 162px;
  width: 162px;
  height: 162px;
  position: relative;
  top: 0;
}
@media (max-width: 575.98px) {
  .video-section-four .btn-box .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.video-section-four .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 85px;
}
.video-section-four .info-text .inner-info {
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.5);
  padding-left: 30px;
  max-width: 440px;
}
.video-section-four .info-text .inner-info .text {
  color: var(--theme-color-white);
  margin-bottom: 16px;
}
.video-section-four .info-text .inner-info .link {
  color: var(--theme-color-white);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section-four .info-text .inner-info .link:hover {
  color: var(--theme-color1);
}
.video-section-four .info-text .inner-info .link:hover .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.video-section-four .info-text .inner-info .link .icon {
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
  room-section
====================================================================

***/
.rooms-section {
  position: relative;
  padding: 120px 0;
  background: #f8f5f0;
}
@media (max-width: 575.98px) {
  .rooms-section .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section .sec-title h2 {
    font-size: 32px;
  }
}

.room-block.col-lg-3 .inner-box .box-caption .bx-links li {
  margin-right: 3px;
}
.room-block .inner-box {
  position: relative;
}
.room-block .inner-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#222222), to(#222222));
  background: linear-gradient(to left, #222222, #222222);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-block .inner-box:hover .box-caption {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.room-block .inner-box:hover .content-box {
  bottom: 84px;
  z-index: 9;
}
.room-block .inner-box:hover:before {
  opacity: 0.4;
  visibility: visible;
}
.room-block .inner-box:hover .image-box figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.room-block .inner-box .box-caption {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 99;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-block .inner-box .box-caption .book-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14pxx;
  color: #ffffff;
  font-family: var(--text-font2);
  letter-spacing: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.room-block .inner-box .box-caption .book-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}
.room-block .inner-box .box-caption .bx-links {
  margin-left: auto;
}
.room-block .inner-box .box-caption .bx-links li {
  display: inline-block;
  margin-right: 11px;
}
.room-block .inner-box .box-caption .bx-links li:last-child {
  margin-right: 0;
}
.room-block .inner-box .box-caption .bx-links li a {
  color: #fff;
  font-size: 16px;
}
.room-block .inner-box .image-box figure {
  margin-bottom: 27px;
  overflow: hidden;
}
.room-block .inner-box .image-box figure img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.room-block .inner-box .content-box {
  position: absolute;
  bottom: 22px;
  right: 32px;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}
.room-block .inner-box .content-box .title {
  font-size: 27px;
  margin-bottom: -6px;
  color: var(--theme-color-light);
}
.room-block .inner-box .content-box .price {
  font-size: 14px;
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .room-block .inner-box .image-box .image-2 img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.room-facility-list {
  position: relative;
}
.room-facility-list .icon {
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  display: block;
  font-size: 22px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-facility-list .list-one:hover .icon {
  background-color: var(--theme-color1);
  color: #fff;
}

.room-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.room-details__details-box {
  background-color: #f5f6f7;
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  padding: 43px 50px 30px 50px;
  position: relative;
  z-index: 1;
}

.product-details.rd-page .bx-wrapper {
  margin-bottom: 30px;
}
.product-details.rd-page .bx-wrapper .thumb-box li {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .room-block .inner-box .box-caption .book-btn {
    padding: 0 10px;
    margin-right: 10px;
  }
  .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
    margin-right: 10px;
  }
  .rooms-section {
    padding: 80px 0;
  }
}
/***

====================================================================
    Product Section One
====================================================================

***/
.room-service-section {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
}

.room-service-block-one .inner-box {
  background-color: var(--theme-color-light);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.room-service-block-one .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.room-service-block-one .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}
.room-service-block-one .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-one .inner-box .image-box .image img {
    height: auto;
  }
}
.room-service-block-one .content-box {
  padding: 30px 30px 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-one .content-box {
    padding: 20px;
  }
}
.room-service-block-one .content-box .inner-box {
  border-bottom: 1px solid rgba(106, 105, 105, 0.2);
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.room-service-block-one .content-box .title {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .room-service-block-one .content-box .title {
    font-size: 20px;
  }
}
.room-service-block-one .content-box .price {
  color: var(--theme-color1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.room-service-block-one .content-box .facilities-box {
  position: relative;
}
.room-service-block-one .content-box .facilities-list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #818181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 25px;
}
.room-service-block-one .content-box .facilities-list i {
  color: #818181;
  font-size: 24px;
}

/*** 

====================================================================
    Features Section
====================================================================

***/
.feature-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray2);
}
.feature-section.have-padding {
  padding-top: 340px;
}
.feature-section .shape {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.feature-section .shape img {
  width: 100%;
}

.feature-block .inner-box {
  text-align: center;
  padding: 40px 30px;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  position: relative;
  z-index: 1;
}
.feature-block .inner-box::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--theme-color1);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-block .inner-box .title {
  line-height: 31px;
  text-transform: capitalize;
  margin: 0;
}
.feature-block .inner-box .icon-box {
  margin: 20px 0;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.feature-block .inner-box .arry-btn {
  font-size: 16px;
  color: var(--theme-color2);
  font-weight: 500;
}
.feature-block .inner-box .arry-btn i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 5px;
  color: var(--theme-color1);
  display: inline-block;
}
.feature-block .inner-box .arry-btn:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.feature-block .inner-box:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}
.feature-block .inner-box:hover .icon-box {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.feature-block .inner-box:hover .arry-btn i {
  color: var(--theme-color3);
}

/*** 

====================================================================
    Features Section Home Six Style
====================================================================

***/
.feature-two-home6 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.feature-two__wrp {
  margin: 0 auto;
  max-width: 1500px;
}
.feature-two__item {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .feature-two__item {
    padding: 30px 0 0;
  }
}
.feature-two__item .feature__icon {
  height: 65px;
  width: 80px;
}
.feature-two__item .feature__content .title {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.feature-two__item .feature__content .title:before {
  background-color: var(--theme-color-black);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 100px;
  width: 5px;
}
.feature-two__item .feature__content .title:after {
  background-color: rgba(var(--theme-color-black-rgb), 0.1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 102px;
  width: 110%;
}
@media (max-width: 991.98px) {
  .feature-two__item .feature__content .title:after {
    width: 100%;
  }
}
.feature-two__item:hover .feature__icon {
  -webkit-animation: iconHover1 0.5s ease-out;
          animation: iconHover1 0.5s ease-out;
}
.feature-two__text {
  background-color: var(--theme-color7);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 720px;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .feature-two__text {
    border-radius: 8px;
    display: block;
    height: auto;
    padding: 30px;
  }
}
.feature-two__text .icon {
  background-color: var(--theme-color-white);
  border-radius: 50px;
  height: 65px;
  left: 8px;
  line-height: 65px;
  position: absolute;
  text-align: center;
  width: 65px;
}
@media (max-width: 767.98px) {
  .feature-two__text .icon {
    display: inline-block;
    left: 0;
    margin-bottom: 20px;
    position: relative;
  }
}
.feature-two__text .text {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .feature-two__text .text {
    margin-left: 0;
  }
}
.feature-two__text .text a {
  color: var(--theme-color6);
  font-weight: 600;
  text-decoration: underline;
}
.feature-two__text .text span {
  color: var(--theme-color6);
  font-size: 18px;
}

.professional-area {
  overflow: hidden;
}
.professional-area .floating-img2 {
  left: 0;
  position: absolute;
  top: 0;
}
.professional-area .floating-img {
  bottom: 0;
  left: 0;
  position: absolute;
}
.professional__image {
  position: relative;
  z-index: 1;
}
.professional__image img {
  width: 100%;
}
.professional__image .content {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  backdrop-filter: blur(10px);
  bottom: 0;
  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;
  gap: 20px;
  left: 0;
  max-width: 500px;
  padding: 41px 40px 36px;
  position: absolute;
  width: 100%;
}
@media (max-width: 575.98px) {
  .professional__image .content {
    gap: 10px;
    padding: 20px;
  }
}
@media (max-width: 374.98px) {
  .professional__image .content {
    display: block;
  }
}
.professional__image .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .professional__image .content ul {
    gap: 10px;
  }
}
.professional__image .content ul svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.professional__image .content ul:hover svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.professional__image .content .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.professional__image .content .info .title {
  color: var(--theme-color-white);
  line-height: 25px;
  margin-bottom: 0;
}
.professional__image .content .info .title span {
  color: inherit;
}
.professional__image .content .info .text {
  color: var(--theme-color-white);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .professional__image .content .info .text {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 0;
  }
}
.professional__image .content .last-item {
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .professional__image .content .last-item {
    padding-left: 10px;
  }
}
@media (max-width: 374.98px) {
  .professional__image .content .last-item {
    padding-left: 0px;
  }
}
.professional__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  padding-left: 130px;
  padding-right: 100px;
}
@media (max-width: 1899.98px) {
  .professional__content {
    padding-right: 30px;
  }
}
@media (max-width: 1499.98px) {
  .professional__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .professional__content {
    margin-top: 40px;
    padding: 50px 30px;
  }
}
.professional__content ul li {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.professional__content ul li .icon {
  background-color: rgba(var(--theme-color-white-rgb), 0.13);
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.professional__content ul li i {
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 10px;
}
.professional__content ul li:not(.last-child) {
  margin-bottom: 15px;
}
.professional__wrp {
  margin-top: 50px;
  padding-top: 90px;
}
@media (max-width: 991.98px) {
  .professional__wrp {
    padding-top: 40px;
  }
}
.professional__item, .professional__item-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .professional__item, .professional__item-last {
    gap: 20px;
  }
  .professional__item .icon svg, .professional__item-last .icon svg {
    width: 60px;
  }
}
.professional__item .title, .professional__item-last .title {
  margin-bottom: 10px;
}
.professional__item .text, .professional__item-last .text {
  line-height: 28px;
}
.professional__item:hover .icon svg, .professional__item-last:hover .icon svg {
  -webkit-animation: flipInY 1s forwards;
          animation: flipInY 1s forwards;
}
.professional__item-last {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 50px;
}
.professional__item-last .title {
  line-height: 38px;
}
.professional__item-last .item-btn {
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 16px;
  margin-top: 15px;
  text-transform: uppercase;
}

/*** 

====================================================================
  Call Section
====================================================================

***/
.call-to-action {
  background-color: #f8f5f0;
  position: relative;
  padding: 120px 0;
}
.call-to-action:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 327px;
  height: 493px;
  background-image: url(../images/icons/shape-10.html);
}
@media (max-width: 1199.98px) {
  .call-to-action:before {
    display: none;
  }
}
.call-to-action .sec-title .sub-title {
  margin-left: 50px;
}

.nice-select {
  width: 100%;
  border-radius: 5px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #e4e4e4;
}
.nice-select::after {
  display: none;
}
.nice-select::before {
  font-family: "Font Awesome 6 pro";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 15px;
  color: var(--theme-color-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nice-select.open::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nice-select:focus {
  border: 1px solid var(--theme-color1);
}
.nice-select .list {
  width: 100%;
}
.nice-select .current {
  font-size: 16px;
  color: var(--theme-color-black);
}

/*** 

====================================================================
    FAQ's Section
====================================================================

***/
.faq-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color4);
}
.faq-section .sec-title .text {
  font-size: 16px;
  line-height: 28.8px;
}
.faq-section .image-column .inner-column {
  height: 100%;
}
.faq-section .image-column .inner-column .image {
  height: 100%;
}
.faq-section .image-column .inner-column .image img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.faq-section .content-column .inner-column {
  padding: 120px 80px;
  position: relative;
  z-index: 1;
}
.faq-section .content-column .inner-column .map-shape {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}
@media (max-width: 1399.98px) {
  .faq-section .content-column .inner-column {
    padding: 60px 30px;
  }
}
@media (max-width: 1399.98px) {
  .faq-section .content-column .inner-column {
    padding: 60px 15px;
  }
}
.faq-section:hover .image-column .image img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.faq-accordion .accordion .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #0f2727;
  overflow: hidden;
}
.faq-accordion .accordion .accordion-item .accordion-header button {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
  padding: 15px 30px;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.faq-accordion .accordion .accordion-item .accordion-body {
  padding: 30px;
}
.faq-accordion .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: rgba(var(--theme-color-white-rgb), 0.52);
}
.faq-accordion .accordion .accordion-button {
  background-color: #00715d;
}
.faq-accordion .accordion .accordion-button::after {
  display: none;
}
.faq-accordion .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 15px;
  right: 15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--theme-color-white);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-accordion .accordion .accordion-button.collapsed {
  background-color: transparent;
}
.faq-accordion .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*** 

====================================================================
    FAQ's Section two
====================================================================

***/
.faq-section-two {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
  padding-top: 100px;
}
@media (max-width: 1199.98px) {
  .faq-section-two {
    margin-top: 0;
    padding: 60px 0;
  }
}
.faq-section-two .sec-title {
  max-width: 570px;
}
.faq-section-two .sec-title .text {
  font-size: 16px;
  line-height: 30px;
}
.faq-section-two .image-column .inner-column {
  position: relative;
  z-index: 1;
}
.faq-section-two .image-column .inner-column .image {
  border-radius: 40px;
  overflow: hidden;
}
.faq-section-two .image-column .inner-column .image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.faq-section-two .image-column .inner-column .info {
  position: absolute;
  bottom: -60px;
  left: -145px;
}
.faq-section-two .image-column .inner-column .shape {
  position: absolute;
  top: -60px;
  left: -60px;
}
.faq-section-two .image-column .inner-column::after {
  position: absolute;
  bottom: 110px;
  left: -40px;
  width: 12px;
  height: 535px;
  border-radius: 12px;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .faq-section-two .image-column .inner-column .info {
    left: -70px;
  }
}
@media (max-width: 575.98px) {
  .faq-section-two .image-column .inner-column .info {
    left: -10px;
  }
  .faq-section-two .image-column .inner-column .info img {
    max-width: 200px;
  }
  .faq-section-two .image-column .inner-column .shape {
    display: none;
  }
  .faq-section-two .image-column .inner-column::after {
    display: none;
  }
}
.faq-section-two .content-column .inner-column {
  margin-left: -110px;
  margin-bottom: 8px;
  padding: 70px;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .faq-section-two .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .faq-section-two .content-column .inner-column {
    padding: 30px 12px;
  }
}

.faq-two-accordion .accordion .accordion-item {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.faq-two-accordion .accordion .accordion-item .accordion-header button {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
  padding: 15px 20px;
  padding-bottom: 0;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--headings-color);
}
.faq-two-accordion .accordion .accordion-item .accordion-header button .number {
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color1);
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .faq-two-accordion .accordion .accordion-item .accordion-header button .number {
    display: none;
  }
}
.faq-two-accordion .accordion .accordion-item .accordion-body {
  padding: 30px;
  padding-left: 90px;
  padding-top: 0;
}
.faq-two-accordion .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .faq-two-accordion .accordion .accordion-item .accordion-body {
    padding-left: 20px;
    padding-top: 15px;
  }
  .faq-two-accordion .accordion .accordion-item .accordion-body .text {
    font-size: 14px;
    line-height: 26px;
  }
}
.faq-two-accordion .accordion .accordion-button {
  background-color: transparent;
}
.faq-two-accordion .accordion .accordion-button::after {
  display: none;
}
.faq-two-accordion .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 15px;
  right: 15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--headings-color);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-two-accordion .accordion .accordion-button.collapsed {
  background-color: transparent;
  padding-bottom: 15px !important;
}
.faq-two-accordion .accordion .accordion-button.collapsed .number {
  background-color: rgba(var(--theme-color1-rgb), 0.3) !important;
}
.faq-two-accordion .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*** 

====================================================================
    FAQ's Section three
====================================================================

***/
.faq-section-three {
  position: relative;
  z-index: 1;
}
.faq-section-three .sec-title {
  max-width: 570px;
}
.faq-section-three .sec-title .text {
  font-size: 16px;
  line-height: 30px;
}
.faq-section-three .image-column .inner-column {
  position: relative;
  z-index: 1;
}
.faq-section-three .image-column .inner-column .image {
  border-radius: 40px;
  overflow: hidden;
}
.faq-section-three .image-column .inner-column .image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.faq-section-three .image-column .inner-column .info {
  position: absolute;
  bottom: -60px;
  left: -145px;
}
.faq-section-three .image-column .inner-column .shape {
  position: absolute;
  top: -60px;
  left: -60px;
}
@media (max-width: 575.98px) {
  .faq-section-three .image-column .inner-column .shape {
    display: none;
  }
}
.faq-section-three .image-column .inner-column::after {
  position: absolute;
  bottom: 110px;
  left: -40px;
  width: 12px;
  height: 535px;
  border-radius: 12px;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .faq-section-three .image-column .inner-column .info {
    left: -70px;
  }
}
@media (max-width: 575.98px) {
  .faq-section-three .image-column .inner-column .info {
    left: -10px;
  }
  .faq-section-three .image-column .inner-column .info img {
    max-width: 200px;
  }
  .faq-section-three .image-column .inner-column .shape {
    display: none;
  }
  .faq-section-three .image-column .inner-column::after {
    display: none;
  }
}
.faq-section-three .content-column .inner-column {
  margin-left: -110px;
  margin-bottom: 8px;
  padding: 70px;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .faq-section-three .content-column .inner-column {
    margin-left: 0;
    padding: 50px 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .faq-section-three .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .faq-section-three .content-column .inner-column {
    padding: 70px 12px;
  }
}


.processing-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-gray);
}
.processing-section .shape {
  position: absolute;
  z-index: -1;
  left: -250px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .processing-section .shape {
    display: none;
  }
}
.processing-section .outer-box {
  border: 1px dashed #d9d9d9;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .processing-section .outer-box {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.processing-section .sec-text {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.processing-section .sec-text a {
  color: #0c6460;
  border-bottom: 1px solid;
  line-height: 20px;
}
.processing-section .sec-text a:hover {
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .processing-section .sec-text {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .processing-section .container {
    max-width: 1424px;
  }
}

.processing-block .inner-box {
  padding: 30px;
  padding-bottom: 0;
  border-right: 1px solid #d9d9d9;
}
.processing-block .inner-box .number {
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.processing-block .inner-box .title {
  margin-bottom: 10px;
}
.processing-block .inner-box .text {
  line-height: 30px;
  max-width: 270px;
}
.processing-block .inner-box.last-block {
  border: none;
}
.processing-block .inner-box:hover .number {
  color: var(--theme-color-dark);
}
@media (max-width: 767.98px) {
  .processing-block .inner-box {
    border: none;
    text-align: center;
  }
  .processing-block .inner-box .number {
    margin-bottom: 5px;
  }
  .processing-block .inner-box .text {
    margin: 0 auto;
  }
}

.process-section-four {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f5f2));
  background: linear-gradient(180deg, #ffffff 0%, #f8f5f2 100%);
}
.process-section-four .process-tab {
  max-width: 1100px;
  margin-left: auto;
}
.process-section-four .process-tab .nav.nav-tabs {
  border-bottom: 1px solid rgba(var(--theme-color5-rgb), 0.1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.process-section-four .process-tab .nav.nav-tabs .nav-link {
  border: none;
  background-color: transparent;
  padding: 0 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.process-section-four .process-tab .nav.nav-tabs .nav-link .number {
  margin-bottom: 0;
  font-size: 12px;
  width: 23px;
  height: 23px;
  line-height: 25px;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1294117647);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--theme-color2);
}
.process-section-four .process-tab .nav.nav-tabs .nav-link.active {
  font-weight: 600;
  color: var(--theme-color2);
  border-bottom: 1px solid var(--theme-color2);
}
.process-section-four .process-tab .nav.nav-tabs .nav-link.active .number {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .process-section-four .process-tab .nav.nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .process-section-four .process-tab .nav.nav-tabs .nav-link {
    padding-bottom: 10px;
  }
}
.process-section-four .outer-box {
  max-width: 1170px;
  margin: 0 auto;
}
.process-section-four .image-column .inner-column .image {
  position: relative;
  z-index: 1;
}
.process-section-four .image-column .inner-column .image svg {
  width: 100%;
}
.process-section-four .image-column .inner-column .image .image1 {
  max-width: 339px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 15px;
}
.process-section-four .image-column .inner-column .image .image1 img {
  width: 100%;
}
.process-section-four .image-column .inner-column .image .image2 {
  max-width: 294px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  right: 20px;
  bottom: 40px;
}
.process-section-four .image-column .inner-column .image .image2 img {
  width: 100%;
}
.process-section-four .content-column .inner-column {
  max-width: 620px;
}
.process-section-four .content-column .inner-column .sec-title {
  max-width: 470px;
}
.process-section-four .content-column .inner-column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.process-section-four .content-column .inner-column .list ul li {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  color: #222222;
}
.process-section-four .content-column .inner-column .list ul li i {
  margin-right: 5px;
}
.process-section-four .content-column .inner-column .list ul li:not(:last-child) {
  margin-bottom: 5px;
}

/*** 

====================================================================
  food-section
====================================================================

***/
.food-section {
  position: relative;
  padding: 120px 0 60px;
}
@media (max-width: 575.98px) {
  .food-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .food-section .image-column {
    display: none;
  }
}
.food-section .image-column .inner-column {
  position: relative;
  margin-left: -375px;
}
@media (max-width: 1199.98px) {
  .food-section .image-column .inner-column {
    margin-right: -93px;
  }
}
.food-section .image-column .inner-column .play-now-two {
  position: absolute;
  top: 123px;
  right: 125px;
  font-size: 31px;
  color: var(--theme-color-light);
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  border: 1px solid var(--theme-color-light);
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .food-section .image-column .inner-column .play-now-two {
    width: 100px;
    height: 100px;
    top: 40px;
    right: 40px;
    line-height: 100px;
  }
}
.food-section .image-column .inner-column .quote-box {
  position: absolute;
  bottom: -15px;
  right: -60px;
  max-width: 460px;
  background-color: var(--theme-color1);
  padding: 37px 40px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1399.98px) {
  .food-section .image-column .inner-column .quote-box {
    display: none;
  }
}
.food-section .image-column .inner-column .quote-box .icon-box {
  line-height: 83px;
}
.food-section .image-column .inner-column .quote-box .icon-box i {
  color: #000;
  font-size: 72px;
  position: relative;
  top: 15px;
}
.food-section .image-column .inner-column .quote-box .text {
  max-width: calc(100% - 100px);
  padding-left: 33px;
  font-size: 24px;
  color: var(--theme-color-light);
  line-height: 36px;
  font-family: var(--text-font2);
}
.food-section .content-column .inner-column {
  margin-top: 58px;
  margin-left: 116px;
}
@media (max-width: 1199.98px) {
  .food-section .content-column .inner-column {
    margin-top: 19px;
  }
}
@media (max-width: 1199.98px) {
  .food-section .content-column .inner-column {
    margin-left: 0;
  }
}
.food-section .content-column .inner-column .sec-title .sub-title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .sec-title h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.food-section .content-column .inner-column .sec-title .text {
  margin-top: 46px;
  margin-bottom: 37px;
}
@media (max-width: 767.98px) {
  .food-section .content-column .inner-column .sec-title .text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .sec-title .text {
    font-size: 17px;
    margin-top: 29px;
  }
}
@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .food-list.two {
    display: none;
  }
}
.food-section .content-column .inner-column .healthy-food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.food-section .content-column .inner-column .healthy-food .food-list {
  margin-right: 100px;
}
@media (max-width: 575.98px) {
  .food-section .content-column .inner-column .healthy-food .food-list {
    margin-right: 0;
  }
}
.food-section .content-column .inner-column .healthy-food .food-list:last-child {
  margin-right: 0;
}
.food-section .content-column .inner-column .healthy-food .food-list ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
.food-section .content-column .inner-column .healthy-food .food-list ul li:last-child {
  margin-bottom: 0;
}
.food-section .content-column .inner-column .healthy-food .food-list ul li i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
}
.food-section .content-column .inner-column .image-box {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.food-section .content-column .inner-column .image-box .image {
  margin-right: 30px;
}
.food-section .content-column .inner-column .image-box .image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .food-section .image-column {
    display: none;
  }
}
/***

==================================================================
  Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: var(--theme-color2);
  /* Widget Section */
}
.main-footer .widgets-section {
  padding: 60px 0 100px;
}
@media (max-width: 991.98px) {
  .main-footer .widgets-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .main-footer .footer-column {
    margin-bottom: 30px;
  }
}
.main-footer .footer-widget.about-widget {
  max-width: 300px;
}
.main-footer .footer-widget.about-widget .input-feild {
  position: relative;
  z-index: 1;
}
.main-footer .footer-widget.about-widget .input-feild input {
  padding: 10px 25px;
  background-color: var(--theme-color-white);
  border-radius: 9px;
  font-size: 16px;
  width: 100%;
}
.main-footer .footer-widget.about-widget .input-feild button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 12px;
  color: var(--headings-color);
  font-size: 16px;
  text-align: center;
  background-color: var(--theme-color1);
  position: absolute;
  top: 5px;
  right: 5px;
}
.main-footer .footer-widget.about-widget .input-feild button i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}
.main-footer .footer-widget.about-widget .input-feild button:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 991.98px) {
  .main-footer .footer-widget.about-widget {
    max-width: 100%;
  }
}
.footer-top {
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 0 0px 30px 0;
  margin-bottom: 30px;
}
.footer-top .info-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer-top .info-item ul li i {
  display: inline-block;
  max-width: 55px;
  min-width: 55px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: var(--theme-color-white);
  border-radius: 50%;
  text-align: center;
  background-color: rgba(var(--theme-color-white-rgb), 0.11);
  font-size: 24px;
}
.footer-top .info-item ul li span {
  color: var(--theme-color-white);
}
.footer-top .info-item ul li .title {
  margin-bottom: 0;
  color: var(--theme-color-white);
  font-size: 20px;
  line-height: 26px;
}
.footer-top .info-item:hover i {
  -webkit-animation: ring-animation 2s ease-in-out infinite;
          animation: ring-animation 2s ease-in-out infinite;
}
@media (max-width: 575.98px) {
  .footer-top {
    padding: 30px 12px;
  }
}
.main-footer .footer-widget.contact-widget .user-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.main-footer .footer-widget.contact-widget .user-links li i {
  color: var(--theme-color1);
  font-size: 14px;
}
.main-footer .widget-title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 20px;
}
.main-footer .widget-content .text {
  color: #d1d5db;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}

.user-links {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.user-links li {
  position: relative;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 8px;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--theme-color-white);
  font-weight: 400;
}
.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:before {
  display: none;
}
.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%;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
}
.recent-post .inner .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #adadad;
  line-height: 30px;
  margin-bottom: 23px;
  padding-left: 25px;
}
.recent-post .inner .post-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.recent-post .inner .post-title {
  color: var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.contact-list {
  position: relative;
  margin-bottom: 30px;
}
.contact-list:last-child {
  margin-bottom: 0;
}
.contact-list .inner {
  position: relative;
}
.contact-list .inner .list-info {
  color: #75727b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  margin-bottom: 0;
}
.contact-list .inner .list-info:first-child {
  margin-bottom: 13px;
  line-height: 1.875;
}
.contact-list .inner .list-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.contact-list .inner .post-title {
  color: var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

/* Subscribe Form */
.subscribe-form {
  position: relative;
}
.subscribe-form .form-group {
  position: relative;
}
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  height: 72px;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: var(--theme-color-white);
  padding: 20px 30px;
  background: transparent;
  border: 1px solid #333f4d;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-form .form-group input[type=text]::-webkit-input-placeholder, .subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group input[type=text]::-moz-placeholder, .subscribe-form .form-group input[type=email]::-moz-placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group input[type=text]:-ms-input-placeholder, .subscribe-form .form-group input[type=email]:-ms-input-placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group input[type=text]::-ms-input-placeholder, .subscribe-form .form-group input[type=email]::-ms-input-placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
  color: var(--theme-color-white);
}
.subscribe-form .form-group .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 30px;
  line-height: 32px;
  border-radius: 0 10px 10px 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;
}

.footer-cta {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color1);
  padding: 60px 80px;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-cta .sec-title {
  max-width: 570px;
}
.footer-cta .text {
  color: var(--headings-color);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.footer-cta .btn-wrp {
  margin-right: 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-cta .btn-wrp .cta-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 45px;
  border-radius: 13px;
  background-color: var(--theme-color-white);
}
.footer-cta .btn-wrp .cta-btn i {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 5px;
}
.footer-cta .btn-wrp .cta-btn:hover {
  color: var(--headings-color);
}
.footer-cta .btn-wrp .cta-btn:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer-cta .btn-wrp .text {
  margin-top: 18px;
}
.footer-cta .bg-shape {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.footer-cta .bg-shape img {
  height: 100%;
}
.footer-cta .arry {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .footer-cta .arry {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer-cta {
    padding: 30px 20px;
  }
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: rgba(var(--theme-color-white-rgb), 0.45);
  font-size: 16px;
}
.footer-bottom .copyright-text span {
  color: var(--theme-color-white);
}
.footer-bottom .copyright-text a {
  color: var(--theme-color-white);
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-white);
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
}
.footer-bottom .footer-nav li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .footer-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    padding: 15px 0;
    padding-top: 30px;
  }
  .footer-bottom .copyright-text {
    font-size: 14px;
  }
}
.footer-bottom .goTop-btn {
  overflow: hidden;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 14px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
.footer-bottom .goTop-btn i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}
.footer-bottom .goTop-btn i:first-child {
  position: absolute;
  top: 0;
  left: 23px;
}
.footer-bottom .goTop-btn i:last-child {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.footer-bottom .goTop-btn:hover i:first-child {
  top: -60px;
}
.footer-bottom .goTop-btn:hover i:last-child {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer-style-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer-style-two .sec-shape {
  position: absolute;
  bottom: -30px;
  right: -320px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .footer-style-two .sec-shape {
    display: none;
  }
}
.footer-style-two .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-style-two .footer-top .row{
    width: 100%;
}
.footer-style-two .footer-top .logo {
  width: 300px;
  background-color: var(--theme-color1);
  padding: 40px 59px;
}
.footer-style-two .footer-top .subscrive-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer-style-two .footer-top .subscrive-box .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
}
.footer-style-two .footer-top .subscrive-box .input-feild {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer-style-two .footer-top .subscrive-box .input-feild .fa-envelope {
  font-size: 14px;
  color: var(--theme-color-white);
  position: absolute;
  top: 12px;
  left: 25px;
}
.footer-style-two .footer-top .subscrive-box .input-feild input {
  background-color: transparent;
  border: 1.2px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 6px;
  color: rgba(var(--theme-color-white-rgb), 0.55);
  padding: 10px 25px;
  padding-left: 50px;
  width: 100%;
}
.footer-style-two .footer-top .subscrive-box .input-feild input::-webkit-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}
.footer-style-two .footer-top .subscrive-box .input-feild input::-moz-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}
.footer-style-two .footer-top .subscrive-box .input-feild input:-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}
.footer-style-two .footer-top .subscrive-box .input-feild input::-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}
.footer-style-two .footer-top .subscrive-box .input-feild input::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}
.footer-style-two .footer-top .subscrive-box .input-feild input:focus {
  border: 1.2px solid rgba(var(--theme-color1-rgb), 0.5);
}
.footer-style-two .footer-top .subscrive-box .input-feild .btn-one-rounded {
  min-width: 150px;
  border-radius: 6px;
  color: var(--theme-color-black);
}
@media (max-width: 767.98px) {
  .footer-style-two .footer-top .subscrive-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .footer-style-two .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .footer-style-two .footer-top .logo {
    margin: 0 auto;
  }
}
.footer-style-two .widgets-section {
  padding: 80px 0 50px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  z-index: 1;
}
/*.footer-style-two .widgets-section::after {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 43%;*/
/*  z-index: -1;*/
/*  background-color: rgba(var(--theme-color-white-rgb), 0.1);*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  content: "";*/
/*}*/
/*@media (max-width: 1199.98px) {*/
/*  .footer-style-two .widgets-section::after {*/
/*    display: none;*/
/*  }*/
/*}*/
@media (max-width: 767.98px) {
  .footer-style-two .widgets-section {
    padding: 60px 0;
  }
}
.footer-style-two .footer-widget.about-widget {
  max-width: 590px;
}
.footer-style-two .footer-widget.about-widget .widget-title {
  font-size: 32px;
  margin-bottom: 30px;
}
.footer-style-two .footer-widget.about-widget .text {
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 550px;
}
.footer-style-two .footer-widget.about-widget .input-feild {
  max-width: 350px;
}
.footer-style-two .footer-widget.about-widget .input-feild input {
  border-radius: 38px;
}
.footer-style-two .footer-widget.about-widget .input-feild .btn-one-rounded {
  min-width: auto;
  color: var(--theme-color-black);
  margin-top: 0;
  position: absolute;
  width: 160px;
  margin-left: 10px;
}
.footer-style-two .footer-widget .widget-content .user-links li a {
    color: var(--theme-color-white);
    font-size: 17px;font-weight: 700;
    line-height: 22px;
}
.footer-menu {
    display: flex;
    gap: 20px;
    justify-content: start;
}
.footer-menu li a {
    color: var(--theme-color-white);
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}
.footer-style-two .footer-widget .widget-content .user-links li a::before {
  display: none;
}
.footer-style-two .footer-widget .widget-content .user-links li a:hover {
  color: var(--theme-color-white);
}
.footer-style-two .footer-widget.contact-widget {
  max-width: 80%;
  margin-left: auto;
}
.footer-style-two .footer-widget.contact-widget .text {
  margin-bottom: 0;
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
}
.footer-style-two .footer-widget.contact-widget a {
  font-weight: 500;
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-size: 20px;
  line-height: 35px;
}
.footer-style-two .footer-widget.contact-widget a:hover {
  color: var(--theme-color-white);
}
.footer-style-two .footer-widget.contact-widget .nuber a {
  color: var(--theme-color-white);
  font-weight: 700;
  line-height: 45px;
}
@media (max-width: 575.98px) {
  .footer-style-two .footer-widget.contact-widget {
    margin: 0;
  }
}
.footer-style-two .footer-bottom .footer-nav {
  gap: 15px;
}
.footer-style-two .footer-bottom .footer-nav li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  font-size: 15px;
}
.footer-style-two .footer-bottom .footer-nav li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

/*** 
====================================================================
Page Title
====================================================================
***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 110px;
  position: relative;
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
  content: "";
  mix-blend-mode: normal;
}
.page-title:after {
  /* background: url(../images/background/page-title-pattern.png); */
  content: "";
  height: 100%;
  mix-blend-mode: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color1);
  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: #ffffff;
}

.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: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.background-image {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.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: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--text-color-bg-theme-color1);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color2);
}
.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: 550px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: 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: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: 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 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: 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);
}
.services-details__content .video-btn {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--theme-color-dark);
  display: inline-block;
  font-size: 20px;
  height: 100px;
  left: 0;
  line-height: 100px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 38%;
  width: 100px;
}
@media (max-width: 767.98px) {
  .services-details__content .video-btn {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}
.services-details__content .video-btn:before {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.services-details__content .video-btn:after {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.sidebar-service-list {
  background-color: var(--theme-color-gray);
  padding: 45px 40px 30px;
  margin: 0;
}
.sidebar-service-list .title {
  color: #0A1222;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-service-list .title:before {
  background-color: #C6D936;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transform: matrix(1, 0.01, -0.01, 1, 0, 0);
          transform: matrix(1, 0.01, -0.01, 1, 0, 0);
  width: 100px;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li {
  margin-bottom: 20px;
}
.sidebar-service-list li a {
  color: #0A1222;
  display: block;
  font-family: var(--text-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}
.sidebar-service-list li a:hover i {
  color: var(--theme-color2);
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.5);
          transform: translateY(-50%) rotate(-45deg) scale(1.5);
}
.sidebar-service-list li a i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  color: #191825;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 45px;
}
.sidebar-service-list li.current a {
  color: var(--theme-color2);
}
.sidebar-service-list .form-control {
  background-color: var(--theme-color-white);
}
.sidebar-service-list .address li {
  color: #0A1222;
  font-family: var(--text-font);
  font-weight: 500;
  line-height: 44px;
}

.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--theme-color1);
  border-radius: 15px;
  overflow: hidden;
}

.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-color-dark);
  color: var(--theme-color1);
}

.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;
}

.nr-list {
  position: relative;
}
.nr-list .title {
  font-style: normal;
  font-family: var(--title-font);
  font-size: 18px;
  line-height: 28px;
}
.nr-list .title span {
  color: transparent;
  font-size: 34px;
  margin-right: 25px;
  -webkit-text-stroke: 1px rgba(10, 18, 34, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nr-list .title:hover span {
  color: #d9d9d9;
}

.outcome-list li {
  color: #6B7280;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.outcome-list li i {
  color: var(--theme-color2);
  font-size: 22px;
}
.services-details .services-details__content img {
    border-radius: 20px;
}

/*mobile view footer sticky*/

.sticky-content-wrapper1 .sticky-content {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    min-height: 90px;
    background: var(--theme-color1);
    padding: 14px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1051;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.sticky-content-wrapper1 .sticky-content .btn-two-rounded {
    margin-bottom: -8px;    font-size: 14px;
}
.sticky-content-wrapper1 .sticky-content.fix-bottom {
    bottom: -20px;
}

.sticky-content-wrapper1 .sticky-link {
    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;
    color: #666;
    margin: 1.4rem 0 1.3rem;
}

.sticky-content-wrapper1 .sticky-content.fix-bottom {
    -webkit-animation: fixedBottomContent 0.4s;
    animation: fixedBottomContent 0.4s;
}

@-webkit-keyframes fixedBottomContent {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: center top 0px;
        transform-origin: center top 0px;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fixedBottomContent {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: center top 0px;
        transform-origin: center top 0px;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.sticky-content-wrapper1 .sticky-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    justify-content: space-between;
}

.sticky-content-wrapper1 .sticky-footer ul li {
    list-style: none;
}


.sticky-content-wrapper1 .sticky-footer ul li p {
    margin-bottom: 0;
}

.sticky-content-wrapper1 .sticky-footer ul li p a {
    font-size: 17px;color: #fff;    margin-top: -3px; line-height: 16px;
}

.sticky-content-wrapper1 .sticky-footer ul li p i {
    font-size: 25px;color: #fff; margin-right: 10px;
}

.sticky-content-wrapper1 {
    display: none;
}

a.active {
    background: #241f5a1f !important;
    padding: 0 7px;
}


/* Overlay */
#overlay_Form {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 9997;
}

#stickyBtn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 45px;
  background: #1c6aab;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  font-size: 16px;
  transition: bottom 0.4s ease;
}

#stickyBtn.move-up {
  bottom: 300px; 
  background: #000;
}

#stickyForm {
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    height: 300px;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.25);
    transition: bottom 0.4s ease;
    z-index: 9998;
}
#stickyForm .shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
#stickyForm .shape img {
    width: 100%;
}
#stickyForm.active {
  bottom: 0;
}
.desktop-only {
  display: block;
}


@media (min-width: 992px) and (max-width: 1100px) {
    .main-header .main-box .nav-outer {
        margin-left: 0 !important;
    }
    .main-menu .navigation > li > a {
        font-size: 13px !important;
        padding: 35px 12px !important;
    }
    .main-menu .navigation > li {
        margin-right: 5px;
    }
}


@media (min-width: 1200px) and (max-width: 1370px) {
    .main-header {
        padding-left: 270px;
    }
    .main-header .logo-outer {
        width: 300px;
    }
    .main-menu .navigation > li {
        margin-right: 0;
    }
    .main-header .logo-outer {
        padding: 40px 0 0;
    }
    .footer-top .info-item ul li .title a {
        font-size: 18px;
    }
    .footer-top .info-item ul li .title {
        font-size: 18px;
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-block-three .inner-box {
        height: 550px !important;
    }
    .service-sec-two .content-box .title {
        font-size: 39px !important;
        line-height: 60px;
    }
    .service-sec-two .content-box {
        height: 420px;
    }
}


@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 60px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .mt-120 {
    margin-top: 60px !important;
  }
  .mb-120 {
    margin-bottom: 60px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
}
/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 3.3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 1050px){
    .main-header .outer-box{display: none;} 
}
@media (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }
  .main-header .logo-outer{display: none}
  .sticky-header {
    background: #fff !important;
    opacity: 1;
    padding: 0px 0px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    visibility: visible;
  }
    .bg-white-mobile { 
        background: #fff !important;
    }
  .main-header {
    padding-left: 0;
  }
  .header-style-two .main-box {   display: none;}
  .header-top .top-left .info-list {
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    gap: 5px;
  }
  .header-top .top-left {
    padding-left: 0;
  }
  .header-top .auto-container {
    justify-content: start;
    flex-direction: column;
    align-items: self-start;
  }
  .mobile-nav-toggler {
    margin-top: 28px;
  }
  .sticky-header.is-sticky {
    top: 0;
  }
  .service-list-three{
    display: none;
  }
  .service-section-three .content-column .sec-title .text {
    margin-top: 15px;
  }
  .service-content {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
    margin-top: 20px;
  }
  .about-section-seven {
    overflow: hidden;
    padding-bottom: 70px;
  }
  .footer-style-two .footer-widget.about-widget .input-feild .btn-one-rounded {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 20px 25px;
  }
  .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
  .funfact-block-two .inner-box {
      padding: 10px;
  }
    .about-section-seven .image-column .inner-column {
        max-width: 100%;
    }
    .about-section-seven .image-column .inner-column .image1 {
        max-width: 100%;
    }
    .testimonial-block-five {
        max-width: 100%;
        height: auto;
         margin-bottom: 50px; 
    }
    .testimonial-block-five .inner-box {
        margin-bottom: 0;
    }
    .banner-section-two .form-body .form-row textarea {
        margin-bottom: 0;
    }   
    .banner-section-two .form-body img{
        border-radius: 5px;
        margin: 0 auto;
        background: #fff;
        width: 100%;
        margin-bottom: 10px;
        height: 50px;
        object-fit: contain;
    }
    .service-sec-two .row {
        gap: 20px;
    }
    .page-title .title {
        font-size: 45px;
        line-height: 47px;
    }
    .footer-top .info-item ul li .title a {
        font-size: 16px;
    }
    .footer-top .info-item ul li .title {
        font-size: 16px;
    }
    .grid-5{
        grid-template-columns: repeat(2, 1fr);
    }   
    
    .menu-item.has-children.scroll ul ul {
        overflow-y: scroll;
        max-height: 350px;
    }
    .service-sec-two .content-box .title {font-size: 25px !important;}
    .service-sec-two .content-box .text {
        margin-bottom: 14px;
        font-size: 15px !important;
        line-height: 26px;
    }
    .accordion-area .accordion .accordion-item .accordion-header button, .accordion-area .accordion .accordion-item .accordion-header button{font-size: 17px;padding: 15px 10px !important}
    .accordion-area .accordion .accordion-item .accordion-body {
        padding: 15px 10px;
        padding-top: 0;
    }
    .accordion-area .accordion .accordion-button::before {right: 5px;top: 21px;}
    .about-section-seven .btn-two-rounded {
        min-width: 150px;margin-bottom: 7px;
    }
    .service-section-five {
        margin: 0 10px;
    }
    .banner-section-two .content-column .inner-column .content-box .title {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-section-two .content-column .inner-column .content-box .btn-wrp {
        gap: 30px;
        flex-direction: column;
    }
    .blog-block-three .inner-box .content-box .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-block-three .inner-box {
        height: 496px;
    }
    .banner-section-two .content-column .inner-column .content-box .title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .service-card-items {
        padding: 28px;
        height: auto !important;
    }    
    .service-card-items .content h3 {
        line-height: 32px;
    }
    .page-title-new .title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .page-title-new {
        padding: 100px 0 70px !important;
    }
    .blog-block-two .inner-box .content-box {
        height: auto !important;
    }
    .sticky-content-wrapper1.active-sticky {
        display: block;
    }
    .desktop-only {
        display: none !important;
    }
    .banner-section-two .form-offer {
        margin-top: 20px;
    }
    .sticky-content-wrapper1 .sticky-content {min-height: 100px;}
    .contact-details-block {
        height: 275px;
    }
    .about-section-two .image-column .inner-column .image .info2 {
        left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    .service-card-items { height: 400px !important; }
}