
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Outfit:wght@100..900&display=swap');
/* font-family: "Manrope", sans-serif; */


@import url("../../../css2-1");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("select2.min.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon-digiplus.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
:root {
  --color1: #66b032;
  --colory: #ffaa17;
  --color1-rgb: 102, 176, 50;
  --color1-dark: #2f4633;
  --color2: #324a36;
  --color3: #6a6f78;
  --color-light: #FFF9F0;
  --color-white: #ffffff;
  --color-white-rgb: 255,255,255;
  --green: #49853d;
  --green2: #3ca00e;
  --green3: #1c4801;
  --yellow: #e3bf21;
  --light-yellow: #ffd700;
  --color-lighter: #F2F3F5;
  --color-lighter2: #FCFCFC;
  --color-silver: #9393a9;
  --review-color: #e3bf21;
  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  --color-dark: #121C27;
  --color-dark2: #130D1A;
  --color-dark3: #374b3f;
  --color-gray: #222222;
  --color-gray2: #F6F6F6;
  --color1-text-color: #000000;
  --color2-text-color: #ffffff;
  --color3-text-color: #ffffff;
  --gradient-1: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(217, 244, 95) 100%);
  --gradient-2: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.22%, #000000 100%);
  --gradient-3: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.22%, #e3bf21 100%);
  --text-color: #6d6c74;
  --headings-color: #374b3f;
  --link-color: var(--color1);
  --link-hover-color: var(--color1);
  --text-font: "DM Sans", sans-serif;
  /* --title-font: "Manrope", sans-serif; */
  --title-font: "Outfit", sans-serif !important;
  --style-font-family: "Syne", sans-serif;
  --style-font-family2: "Figtree", Sans-serif;
  --body-font-size: 16px;
  --body-line-height: 27px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2625em;
  --line-height-heading-h2: 1.20834em;
  --line-height-heading: 1.41667em;
  --line-height-heading-md: 1.5em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 90px;
  --h2-font-size: 60px;
  --h2x-font-size: 50px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 500;
  --h6-font-weight: 500;
  --sec-title-subtitle-color: var(--color1);
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 30px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --sec-title-title-line-height: var(--line-height-heading-h2);
  --light-background: #f8f6f1;
  --light-background-text-color: var(--headings-color);
  --black: #000000;
  --container-width: 1310px;
  --small-container-width: 1000px;
  --large-container-width: 1750px;
}

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

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

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

.heading-font{
  font-family: "Cormorant Garamond", serif !important;
}

.heading-font2{
  font-family: "Outfit", sans-serif !important;
}

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

.h2x {
  font-size: var(--h2x-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);
}

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

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

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

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

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

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.row:not([class*=gx-], [class*=gy-], [class*=g-]) {
  --bs-gutter-x: 30px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.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: #fff;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #fff;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #fff;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--color-dark) !important;
  --sec-title-color: var(--color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {
  color: var(--color-light);
}
.dark-layout .preloader {
  background-color: var(--color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

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

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

/*** 

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

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

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

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

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

.title a {
  color: inherit;
}

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

.color2 {
  color: var(--color2) !important;
}

.color3 {
  color: var(--color3) !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
}

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  margin-left: -55px;
  margin-top: -70px;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.png);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--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;
}

.preloader-loaded {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
  color: #000;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {
  color: var(--color1);
}
.preloader-loaded.light .preloader-slide {
  background-color: #fff;
}
.preloader-loaded.loaded .text-preloader-outer {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader-loaded.loaded .preloader-slide.slide-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded.loaded .preloader-slide.slide-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded .text-preloader-outer {
  position: absolute;
  z-index: 100;
}
.preloader-loaded .text-preloader-outer .text-preloading {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 180px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
@media (max-width: 1199.98px) {
  .preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 40px;
  }
}
.preloader-loaded .text-preloader-outer .text-preloading:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  margin-left: -55px;
  margin-top: -70px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.png);
  content: "";
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split {
  color: #fff;
  position: relative;
  display: inline-block;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
  color: var(--color1);
  content: attr(data-text);
  -webkit-animation: text-split 4s infinite;
          animation: text-split 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader-loaded .preloader-slide {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader-loaded .preloader-slide.slide-left {
  left: 0;
}
.preloader-loaded .preloader-slide.slide-right {
  right: 0;
}

@-webkit-keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  50% {
    --gradient-angle: 190deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  50% {
    --gradient-angle: 190deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
/*=======================
Scroll To Top style
=======================*/
/*=======================
Scroll To Top style
=======================*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--green);
  -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
          box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--color1-text-color);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: var(--text-color-color1);
}
.back-to-top-btn svg path{
  stroke: var(--yellow);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/*=== List Style One ===*/
.link-style-one {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--color-dark);
}
.link-style-one:before {
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 2px;
  height: 1px;
  background-color: var(--color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.link-style-one i {
  position: relative;
  top: 1px;
  display: block;
  font-size: 14px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link-style-one:hover {
  color: var(--color1);
}
.link-style-one:hover:before {
  right: 100%;
}

.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.list-style-one li {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.list-style-one li:last-child {
  margin-right: 0 !important;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--color-dark);
  font-size: 16px;
  line-height: 27px;
}
.list-style-one li a {
  display: block;
  color: var(--color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--color1);
}
.list-style-one.light li {
  color: var(--color-light);
}
.list-style-one.light li a {
  color: var(--color-light);
}
.list-style-one.light li a:hover {
  color: var(--color1);
}
.list-style-one.light i {
  color: var(--color-light);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 25px;
  font-weight: 600;
  color: var(--color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 15px;
}
.list-style-two li i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--color1);
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a {
  display: inline-block;
  font-weight: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: var(--color1);
}
.list-style-two.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-style-two.two-column li {
  width: 50%;
}
@media (max-width: 767.98px) {
  .list-style-two.two-column li {
    width: 100%;
  }
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 21px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: var(--color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--color1);
}
.social-icon-one.light li a {
  color: var(--color-light);
}
.social-icon-one.light li a:hover {
  color: var(--color1);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a i {
  position: relative;
}
.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}
.social-icon-two li a:hover {
  color: #fff;
}
.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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

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

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

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

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

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

.devider {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .devider {
    width: 100%;
  }
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.play-btn {
  position: relative;
}
.play-btn:hover .icon {
  background-color: var(--color1);
  color: var(--color-dark);
}
.play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
          animation: fa-spin 60s infinite linear;
}

.play-btn-two {
  position: relative;
}
.play-btn-two:hover .icon {
  background-color: var(--color1);
  color: var(--color-dark);
}
.play-btn-two .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 122px;
  width: 122px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn-two .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
          animation: fa-spin 60s infinite linear;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now:hover .icon {
  background-color: var(--color1);
  color: var(--color-light);
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #ffffff;
  color: var(--color-dark);
  z-index: 1;
  font-size: 22px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}
.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple.light:before, .play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.light:after {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}
.play-now-two {
  height: 150px;
  width: 150px;
  background-color: rgba(21, 21, 21, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
          animation: zoom-one 3s infinite linear;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--title-font);
}
@media (max-width: 991.98px) {
  .info-btn {
    padding-left: 70px;
  }
}
.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.info-btn small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .info-btn small {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.info-btn strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--color1);
}
@media (max-width: 991.98px) {
  .info-btn strong {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .info-btn strong {
    font-size: 20px;
  }
}
.info-btn .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color-light);
  background-color: var(--color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .info-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.info-btn:hover {
  color: var(--color1);
}

.info-btn-two {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 74px;
  padding: 0 42px;
  padding-left: 90px;
  border-radius: 50px;
  background-color: var(--color-light);
  font-family: var(--title-font);
}
@media (max-width: 991.98px) {
  .info-btn-two {
    padding-left: 70px;
  }
}
.info-btn-two small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dark);
  margin-bottom: 0;
}
.info-btn-two strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark);
}
.info-btn-two .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color-light);
  background-color: var(--color1);
}
.info-btn-two:hover {
  color: var(--color1);
}

.styled-pagination {
  position: relative;
  max-width: 356px;
  margin: 12px auto;
  width: 100%;
  margin-top: 60px;
  background-color: transparent;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}
.styled-pagination .swiper-pagination-progressbar-fill:before {
  position: absolute;
  top: -7px;
  height: 15px;
  width: 15px;
  background-color: var(--color1);
  border-radius: 50%;
  content: "";
}

.swiper-horizontal {
  padding-bottom: 70px;
}

.swiper-horizontal > .styled-scrollbar {
  border-radius: 2px;
  height: 3px;
  width: 356px;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.swiper-horizontal > .styled-scrollbar > .swiper-scrollbar-drag {
  background-color: var(--color1);
  border-radius: 50%;
  height: 15px;
  max-width: 15px;
  top: -6px;
  cursor: pointer;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 35px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 6px;
  margin-top: 31px;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 14px;
  color: var(--color-dark);
  font-weight: 600;
  font-family: var(--text-font);
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 6px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  background-color: var(--color2);
}
.skills .skill-item .skill-bar .bar-inner .bar:before {
  border: 1px solid #d7d7d7;
  content: "";
  top: -4px;
  left: -3px;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 8px;
  bottom: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--color2);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 26px;
  text-align: center;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 65px;
  width: 65px;
  color: var(--color1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-navs .owl-next span,
.default-navs .owl-prev span {
  display: inline-block;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 1px solid var(--color2);
}

.swiper-arry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.swiper-arry .arry-prev,
.swiper-arry .arry-next {
  position: relative;
  width: 45px;
  height: 45px;
  z-index: 1;
  line-height: 45px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-dark);
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.swiper-arry .arry-prev:before,
.swiper-arry .arry-next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background-color: var(--color1);
  content: "";
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.swiper-arry .arry-prev:hover,
.swiper-arry .arry-next:hover {
  color: var(--color-white);
}
.swiper-arry .arry-prev:hover:before,
.swiper-arry .arry-next:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-navs-two .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-navs-two .owl-nav:before {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  left: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}
.custom-navs-two .owl-nav:after {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  right: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}
.custom-navs-two .owl-nav .owl-prev,
.custom-navs-two .owl-nav .owl-next {
  background-color: #F9F6F1;
  color: var(--color-dark);
  font-size: 8px;
  position: relative;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}
.custom-navs-two .owl-nav .owl-prev:hover,
.custom-navs-two .owl-nav .owl-next:hover {
  background-color: var(--color1);
  color: var(--color-light);
}
.custom-navs-two .owl-nav .owl-next {
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
}

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

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--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-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.blockquote-style-one {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-dark);
  padding: 0 0 0 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 30px;
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  z-index: 2;
  background-color: var(--color1);
  content: "";
}

.box-shadow-none,
.box_shadow_none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.button-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}
.button-circle .inner {
  width: 140px;
  height: 140px;
  line-height: 153px;
  text-align: center;
}
.button-circle .inner .shape-circle1 {
  position: absolute;
  top: 0;
  left: 0;
}
.button-circle .inner .icon {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  color: var(--color-dark);
  background-color: var(--color1);
  font-size: 34px;
}
.button-circle .inner .text-circle-box {
  position: relative;
}
.button-circle .inner .text-circle-box svg {
  fill: #fff;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 12px;
  text-transform: uppercase;
}

/***

==================================================================
btn
==================================================================

***/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
btn style two
==================================================================

***/
/* .btn-style-one {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color1);
  border-radius: 30px;
  color: var(--color1-text-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  height: 56px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 0;
  padding: 0 70px 0 26px;
} */
 .btn-style-one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    color: var(--color1-text-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    height: 56px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 0;
    padding: 0 70px 0 26px;
    border: 2px solid #66b032;
}
.btn-style-one:hover {
  background-color: var(--yellow);
}
.btn-style-one:hover .btn-arrow-left {
  scale: 1;
}
.btn-style-one:hover .btn-arrow-right {
  scale: 0;
}
.btn-style-one:hover .btn-title {
  -webkit-transform: translateX(37px);
          transform: translateX(37px);
}
/* .btn-style-one .btn-title {
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 100px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
} */
 .btn-style-one .btn-title {
    color: #3ca00e;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 100px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn-style-one:hover .btn-title{
  color: var(--color1-dark);
}
.btn-style-one .btn-title:before {
  display: none;
}
.btn-style-one .btn-title:after {
  display: none;
}
.btn-style-one .btn-arrow-left {
  width: 40px;
  height: 40px;
  line-height: 1;
  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;
  background: var(--color2);
  color: var(--color2-text-color);
  border-radius: 50%;
  scale: 0;
  left: 7px;
  right: auto;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 10px;
}
.btn-style-one .btn-arrow-right {
  width: 40px;
  height: 40px;
  line-height: 1;
  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;
  background: var(--color2);
  color: var(--color2-text-color);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 10px;
  position: absolute;
  right: 7px;
  left: auto;
}


/*Btn Style One*/
.btn-style-two {
  background-color: transparent;
  border: 2px solid var(--green2);
  overflow: hidden;
  position: relative;
  color: var(--green2);
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 26px;
  gap: 20px;
  height: 56px;
  display: inline-flex;
  border-radius: 30px;
}
.btn-style-two:before {
  background-color: var(--color2);
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 0;
}
.btn-style-two:hover {
  color: var(--color2-text-color);
}
.btn-style-two:hover .btn-arrow-left {
  background-color: var(--color1);
}
.btn-style-two:hover i {
  color: var(--color-white);
}
.btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-two .btn-title {
  /* color: var(--green2); */
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  position: relative;
  z-index: 2;
  display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Btn Style One*/
.btn-style-three {
  background-color: var(--color2);
  overflow: hidden;
  padding: 21.5px 51.2px;
  position: relative;
  color: var(--color2-text-color);
  text-transform: uppercase;
  font-weight: 700;
  gap: 20px;
  height: 59px;
}
.btn-style-three:before {
  background-color: var(--color1);
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 0;
}
.btn-style-three:hover {
  color: var(--color1-text-color);
}
.btn-style-three:hover .btn-arrow-left {
  background-color: var(--color1);
}
.btn-style-three:hover i {
  color: var(--color-white);
}
.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-three .btn-title {
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  position: relative;
  z-index: 2;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: var(--color-lighter);
  margin-bottom: 20px;
  border-radius: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block.active-block {
  border-radius: 20px !important;
}
.accordion-box .block.active-block .acc-btn {
  border-bottom: none;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--color2);
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  padding: 26px 30px;
  padding-left: 25px;
  text-transform: capitalize;
  border-radius: 25px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid #eee;
  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;
  color: var(--color2-text-color);
  background-color: var(--color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-btn .icon {
    display: none;
  }
}
.accordion-box .block .acc-btn .icon:before {
  position: relative;
  z-index: 1;
}
.accordion-box .block .acc-btn.active {
  padding-bottom: 26px;
}
.accordion-box .block .acc-btn.active .icon {
  
  background-color: var(--color1);
}

.accordion-box .block.active-block .acc-btn.active .icon{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 0 20px 25px 25px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 25px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--text-color2);
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box .block .acc-content.current {
  display: block;
}

/*================================
    accordion-box style-two
=================================*/
.accordion-box-two {
  position: relative;
  margin: 0 95px 0 25px;
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  .accordion-box-two {
    margin: 0;
    padding: 0;
  }
}
.accordion-box-two .block {
  position: relative;
  margin-bottom: 5px;
  padding: 26px 0 1px 32px;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box-two .block.active-block {
  border-radius: 5px !important;
  background-color: rgba(255, 255, 255, 0.5019607843);
  backdrop-filter: blur(63px);
}
.accordion-box-two .block.active-block:before {
  background-color: #163839;
}
.accordion-box-two .block:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 47, 245, 0.1019607843);
}
@media (max-width: 1199.98px) {
  .accordion-box-two .block:before {
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .accordion-box-two .block:before {
    display: none;
  }
}
.accordion-box-two .block .acc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  color: var(--color3);
  font-family: var(--style-font3);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box-two .block .acc-btn .icon {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 16px;
  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;
  color: var(--color-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box-two .block .acc-btn.active {
  color: var(--color1);
  padding-bottom: 5px;
}
.accordion-box-two .block .acc-btn.active.icon {
  color: var(--color1);
  padding-bottom: 5px;
}
.accordion-box-two .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box-two .block .acc-content .content {
  position: relative;
  padding: 2px 110px 40px 0px;
}
.accordion-box-two .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--color3);
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--style-font3);
}
@media (max-width: 575.98px) {
  .accordion-box-two .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box-two .block .acc-content.current {
  display: block;
}

/*================================
    accordion-box style-three
=================================*/
.accordion-box.style-three {
  position: relative;
}
.accordion-box.style-three .block {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box.style-three .block.active-block {
  border-radius: 20px !important;
}

/*================================
    accordion-box-three
=================================*/
.accordion-box-three {
  position: relative;
}
.accordion-box-three .block {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  border-radius: 10px;
  -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);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box-three .block.active-block {
  border-radius: 20px !important;
}
.accordion-box-three .block .acc-btn {
  position: relative;
  color: var(--color3);
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  padding: 18px 30px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .accordion-box-three .block .acc-btn {
    padding: 15px 30px;
  }
}
.accordion-box-three .block .acc-btn .icon {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--color-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .accordion-box-three .block .acc-btn .icon {
    top: 16px;
  }
}
.accordion-box-three .block .acc-btn .icon:before {
  position: relative;
  z-index: 1;
}
.accordion-box-three .block .acc-btn .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box-three .block .acc-btn.active {
  color: var(--color-white);
  background: var(--gradient-1);
  padding-bottom: 15px;
  border-radius: 10px 10px 0 0;
}
.accordion-box-three .block .acc-btn.active .icon {
  color: var(--color-white);
}
.accordion-box-three .block .acc-btn.active .icon:before {
  content: "\f078";
}
.accordion-box-three .block .acc-btn.active .icon:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.accordion-box-three .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box-three .block .acc-content .content {
  position: relative;
  padding: 20px 30px 45px 32px;
}
@media (max-width: 575.98px) {
  .accordion-box-three .block .acc-content .content {
    padding-left: 40px;
  }
}
.accordion-box-three .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .accordion-box-three .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box-three .block .acc-content.current {
  display: block;
}

/*================================
    accordion-box-four
=================================*/
.accordion-box-four {
  position: relative;
}
.accordion-box-four .block {
  position: relative;
  background-color: #f0edfd;
  margin-bottom: 28px;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box-four .block.active-block {
  border-radius: 20px !important;
}
.accordion-box-four .block .acc-btn {
  position: relative;
  color: var(--color3);
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 19px;
  cursor: pointer;
  padding: 32px 30px;
  padding-left: 26px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-box-four .block .acc-btn {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion-box-four .block .acc-btn {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .accordion-box-four .block .acc-btn {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 30px;
  }
}
.accordion-box-four .block .acc-btn .icon {
  position: absolute;
  top: 32px;
  right: 30px;
  font-size: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .accordion-box-four .block .acc-btn .icon {
    font-size: 20px;
    top: 16px;
  }
}
.accordion-box-four .block .acc-btn .icon:before {
  position: relative;
  z-index: 1;
}
.accordion-box-four .block .acc-btn.active {
  color: var(--color1);
  padding-bottom: 15px;
}
.accordion-box-four .block .acc-btn.active .icon {
  color: var(--color1);
}
.accordion-box-four .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box-four .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box-four .block .acc-content .content {
  position: relative;
  padding: 5px 140px 30px 75px;
}
@media (max-width: 1199.98px) {
  .accordion-box-four .block .acc-content .content {
    padding: 5px 40px 30px 75px;
  }
}
.accordion-box-four .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .accordion-box-four .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box-four .block .acc-content.current {
  display: block;
}

/*** 

====================================================================
    Case Studies Section
====================================================================

***/
.case-studies-section {
  position: relative;
  padding: 130px 0px 70px;
}
.case-studies-section .anim-icons .image-1 {
  position: absolute;
  top: 120px;
  left: 0;
}
@media (max-width: 991.98px) {
  .case-studies-section .anim-icons .image-1 {
    display: none;
  }
}
.case-studies-section .sec-title {
  position: relative;
}
.case-studies-section .sec-title .nav-right {
  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;
}
@media (max-width: 575.98px) {
  .case-studies-section .sec-title .nav-right .swiper-arry {
    display: none;
  }
}
.case-studies-section .sec-title .text {
  max-width: 420px;
}
.case-studies-section .tab-button-box {
  position: relative;
  padding: 20px;
  background-color: var(--color-white);
  border-radius: 35px 35px 0px 35px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(189, 157, 157, 0.2509803922);
          box-shadow: 0px 0px 30px 0px rgba(189, 157, 157, 0.2509803922);
}
@media (max-width: 991.98px) {
  .case-studies-section .tab-button-box {
    margin-bottom: 40px;
    border-radius: 35px;
  }
}
.case-studies-section .tab-button-box .tab-buttons {
  padding: 30px 45px;
  border-radius: 35px 35px 0px 35px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 1599.98px) {
  .case-studies-section .tab-button-box .tab-buttons {
    padding: 5px 25px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-section .tab-button-box .tab-buttons {
    border-radius: 35px;
  }
}
.case-studies-section .tab-button-box .tab-buttons li {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  padding: 20px 0px;
  cursor: pointer;
  color: var(--color2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-studies-section .tab-button-box .tab-buttons li:last-child {
  border-bottom: none;
}
.case-studies-section .tab-button-box .tab-buttons li.active-btn {
  color: var(--color1);
}
.case-studies-section .tabs-content {
  position: relative;
  margin-right: -447px;
}
@media (max-width: 1199.98px) {
  .case-studies-section .tabs-content {
    margin-right: 0;
  }
}
.case-studies-section .tabs-content .tab {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.case-studies-section .tabs-content .tab.active-tab {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.casestudies-block-one .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.casestudies-block-one .inner-box:hover .image-box::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.casestudies-block-one .inner-box:hover .image-box::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.casestudies-block-one .inner-box .image-box {
  position: relative;
  margin-bottom: 0;
}
.casestudies-block-one .inner-box .image-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: var(--gradient-2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.casestudies-block-one .inner-box .image-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: var(--gradient-3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.casestudies-block-one .inner-box .image-box img {
  width: 100%;
}
.casestudies-block-one .inner-box .content-inner {
  position: absolute;
  padding: 35px 35px 23px;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
.casestudies-block-one .inner-box .content-inner .title {
  max-width: 230px;
  color: var(--color-white);
}
.casestudies-block-one .inner-box .content-inner .link-btn {
  display: none;
}
.casestudies-block-one .inner-box .content-inner .link-btn .link {
  width: 37px;
  height: 37px;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--color-white);
  background-color: var(--color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.casestudies-block-one .inner-box .content-inner .link-btn .link:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*** 

====================================================================
    Chooseus Section
====================================================================

***/
.chooseus-section {
  position: relative;
  padding: 135px 0;
  z-index: 99;
  overflow: hidden;
}
.chooseus-section.bg-gray {
  background-color: var(--color-lighter);
}
.chooseus-section .shape-bg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 179px;
  background-position: top left;
  background-size: contain;
}
.chooseus-section .bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .chooseus-section .bg-image {
    width: 38%;
  }
}
@media (max-width: 991.98px) {
  .chooseus-section .bg-image {
    display: none;
  }
}
.chooseus-section .anim-icons .image-1 {
  position: absolute;
  top: calc(50% - 249px);
  right: 0;
}

.features-list-slider .swiper-scrollbar {
  position: absolute;
  top: 0;
  left: 65px;
  width: 1px;
  background: rgba(19, 13, 26, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-list-slider .swiper-scrollbar {
    left: 10px;
  }
}

.features-list-slider .swiper-scrollbar-drag {
  background: rgba(19, 13, 26, 0.3);
}

.content-column .inner-colmun {
  margin-left: 100px;
}
@media (max-width: 1599.98px) {
  .content-column .inner-colmun {
    margin-left: 60px;
  }
}
@media (max-width: 575.98px) {
  .content-column .inner-colmun {
    margin-left: 0px;
  }
}

.features-list-slider {
  height: 455px;
}
@media (max-width: 767.98px) {
  .features-list-slider {
    height: 655px;
  }
}
@media (max-width: 575.98px) {
  .features-list-slider {
    height: 600px;
  }
}

.feature-block-three {
  position: relative;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 575.98px) {
  .feature-block-three {
    padding-left: 50px;
  }
}
.feature-block-three:hover .inner-box .icon-box {
  color: var(--color1);
}
.feature-block-three .sl-number {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-color2);
}
@media (max-width: 575.98px) {
  .feature-block-three .sl-number {
    display: none;
  }
}
.feature-block-three .inner-box {
  position: relative;
  padding-left: 77px;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .feature-block-three .inner-box {
    padding-left: 0;
    max-width: 100%;
  }
}
.feature-block-three .inner-box .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #1B152C;
  margin-bottom: 10px;
}
.feature-block-three .inner-box .text {
  color: var(--text-color2);
}
.feature-block-three .inner-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: var(--text-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .feature-block-three .inner-box .icon-box {
    position: relative;
  }
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.anim-icons .shape-leaf1 {
  position: absolute;
  left: 39px;
  bottom: 0;
}
@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf1 {
    display: none;
  }
}
.anim-icons .shape-leaf2 {
  position: absolute;
  right: 39px;
  bottom: 0;
}
@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf2 {
    display: none;
  }
}
.anim-icons.align-top .shape-leaf1,
.anim-icons.align-top .shape-leaf2 {
  bottom: auto;
  top: 0;
}

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.anim-icons.full-width {
  max-width: 100%;
  pointer-events: none;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-wheel-1 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-1.png);
}

.icon-wheel-2 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-2.png);
}

.icon-wheel-3 {
  width: 149px;
  height: 147px;
  background-image: url(../images/icons/icon-wheel-3.png);
}

.icon-wheel-5 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-5.png);
}

.icon-wheel-compass-1 {
  width: 171px;
  height: 176px;
  background-image: url(../images/icons/icon-wheel-compass-1.png);
}

.icon-wheel-compass-2 {
  width: 97px;
  height: 99px;
  background-image: url(../images/icons/icon-wheel-compass-2.png);
}

.icon-wheel-compass-3 {
  width: 103px;
  height: 106px;
  background-image: url(../images/icons/icon-wheel-compass-3.png);
}

.icon-anchor-1 {
  width: 138px;
  height: 136px;
  background-image: url(../images/icons/icon-anchor-1.png);
}

.icon-sailboat-line-1 {
  width: 431px;
  height: 705px;
  background-image: url(../images/icons/icon-sailboat-line-1.png);
}

.icon-sailboat-line-3 {
  width: 242px;
  height: 250px;
  background-image: url(../images/icons/icon-sailboat-line-3.png);
}

.icon-sailboat-line-4 {
  width: 369px;
  height: 728px;
  background-image: url(../images/icons/icon-sailboat-line-4.png);
}

.icon-big-boat-1 {
  width: 800px;
  height: 464px;
  background-image: url(../images/icons/icon-big-boat-1.png);
}

.icon-big-boat-2 {
  width: 229px;
  height: 739px;
  background-image: url(../images/icons/icon-big-boat-2.png);
}

.icon-big-boat-3 {
  width: 373px;
  height: 126px;
  background-image: url(../images/icons/icon-big-boat-3.png);
}

.icon-big-boat-5 {
  width: 229px;
  height: 739px;
  background-image: url(../images/icons/icon-big-boat-5.png);
}

.icon-pattern1 {
  width: 494px;
  height: 465px;
  background-image: url(../images/background/footer1-pattern1.png);
}

.icon-pattern2 {
  width: 247px;
  height: 477px;
  background-image: url(../images/background/footer1-pattern2.png);
}

.icon-plane-1 {
  width: 350px;
  height: 349px;
  background-image: url(../images/icons/icon-plane-1.png);
}

.icon-plane-2 {
  width: 106px;
  height: 640px;
  background-image: url(../images/icons/icon-plane-2.png);
}

.icon-plane-3 {
  width: 455px;
  height: 420px;
  background-image: url(../images/icons/icon-plane-3.png);
}

.icon-plane-4 {
  width: 301px;
  height: 336px;
  background-image: url(../images/icons/icon-plane-4.png);
}

.icon-plane-5 {
  width: 313px;
  height: 253px;
  background-image: url(../images/icons/icon-plane-5.png);
}

.icon-plane-6 {
  width: 188px;
  height: 110px;
  background-image: url(../images/icons/icon-plane-6.png);
}

.icon-plane-7 {
  width: 256px;
  height: 255px;
  background-image: url(../images/icons/icon-plane-7.png);
}

.icon-plane-8 {
  width: 374px;
  height: 194px;
  background-image: url(../images/icons/icon-plane-8.png);
}

.icon-plane-9 {
  width: 313px;
  height: 253px;
  background-image: url(../images/icons/icon-plane-9.png);
}

.icon-big-arrow {
  width: 1279px;
  height: 250px;
  background-image: url(../images/banner/icon-big-arrow.png);
}

.icon-arrow {
  width: 42px;
  height: 64px;
  background-image: url(../images/icons/icon-arrow.png);
}

.icon-arrow-2 {
  width: 92px;
  height: 35px;
  background-image: url(../images/icons/icon-arrow-2.png);
}

.icon-big-bus {
  width: 807px;
  height: 621px;
  background-image: url(../images/icons/icon-big-bus.png);
}

.icon-bus {
  width: 623px;
  height: 432px;
  background-image: url(../images/icons/icon-bus.png);
}

.icon-bus-2 {
  width: 218px;
  height: 198px;
  background-image: url(../images/icons/icon-bus-2.png);
}

.icon-bus-3 {
  width: 800px;
  height: 502px;
  background-image: url(../images/icons/icon-bus-3.png);
}

.overlay-1 {
  width: 200px;
  height: 204px;
  background-image: url(../images/icons/overlay-1.png);
}

.overlay-2 {
  width: 860px;
  height: 621px;
  background-image: url(../images/icons/overlay-2.png);
}

.overlay-3 {
  width: 491px;
  height: 500px;
  background-image: url(../images/icons/overlay-3.png);
}

.overlay-4 {
  width: 1078px;
  height: 621px;
  background-image: url(../images/icons/overlay-4.png);
}

.overlay-5 {
  width: 379px;
  height: 297px;
  background-image: url(../images/icons/overlay-5.png);
}

.overlay-6 {
  width: 1706px;
  height: 780px;
  background-image: url(../images/icons/overlay-6.png);
}

.icon-shapes {
  width: 92px;
  height: 144px;
  background-image: url(../images/icons/icon-box.png);
}

.icon-box-2 {
  width: 233px;
  height: 194px;
  background-image: url(../images/icons/icon-box-2.png);
}

.icon-border-3 {
  width: 137px;
  height: 18px;
  background-image: url(../images/icons/icon-border-3.png);
}

.icon-quote {
  width: 92px;
  height: 66px;
  background-image: url(../images/icons/icon-quote.png);
}

.icon-quote-2 {
  width: 137px;
  height: 99px;
  background-image: url(../images/icons/icon-quote-2.png);
}

.icon-container {
  width: 615px;
  height: 396px;
  background-image: url(../images/icons/icon-container.png);
}

.icon-dots {
  width: 730px;
  height: 565px;
  background-image: url(../images/icons/icon-dots.png);
}

.icon-dots-2 {
  width: 679px;
  height: 676px;
  background-image: url(../images/icons/icon-dots-2.png);
}

.icon-dots-3 {
  width: 611px;
  height: 547px;
  background-image: url(../images/icons/icon-dots-3.png);
}

.icon-dots-4 {
  width: 810px;
  height: 666px;
  background-image: url(../images/icons/icon-dots-4.png);
}

.icon-dots-5 {
  width: 580px;
  height: 376px;
  background-image: url(../images/icons/icon-dots-5.png);
}

.icon-dotted-map {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map.png);
}

.icon-dotted-map-2 {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map-2.png);
}

.icon-city {
  width: 919px;
  height: 348px;
  background-image: url(../images/icons/icon-city.png);
}

.icon-city-2 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-2.png);
}

.bg-lines {
  width: 1532px;
  height: 100%;
  background-image: url(../images/icons/bg-lines.jpg);
}

.icon-city-3 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-3.png);
}

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

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

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

.zoom-three {
  -webkit-animation: zoom-three 5s infinite linear;
          animation: zoom-three 5s infinite linear;
}

.icon-10 {
  width: 233px;
  height: 174px;
  background-image: url(../images/icons/icon-10.png);
}

.icon-11 {
  width: 155px;
  height: 155px;
  background-image: url(../images/icons/icon-11.png);
}

.icon-12 {
  width: 52px;
  height: 112px;
  background-image: url(../images/icons/icon-12.png);
}

.icon-13 {
  width: 425px;
  height: 508px;
  background-image: url(../images/icons/icon-13.png);
}

.icon-20 {
  width: 276px;
  height: 240px;
  background-image: url(../images/icons/icon-20.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-21 {
  width: 196px;
  height: 194px;
  background-image: url(../images/icons/icon-21.png);
}

.shape-6 {
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/shape-6.png);
}

.shape-7 {
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/shape-7.png);
}

.icon-20 {
  width: 276px;
  height: 240px;
  background-image: url(../images/icons/icon-20.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-21 {
  width: 196px;
  height: 194px;
  background-image: url(../images/icons/icon-21.webp);
}

.icon-22 {
  width: 70px;
  height: 70px;
  background-image: url(../images/icons/icon-22.webp);
  background-size: cover;
}

.icon-23 {
  width: 78px;
  height: 78px;
  background-image: url(../images/icons/icon-23.webp);
}

.icon-24 {
  width: 666px;
  height: 674px;
  background-image: url(../images/icons/icon-24.webp);
}

.shape-17 {
  width: 169px;
  height: 850px;
  background-image: url(../images/icons/shape-17.png);
}

.shape-18 {
  width: 615px;
  height: 712px;
  background-image: url(../images/icons/shape-18.png);
}

.icon-quote-3 {
  width: 43px;
  height: 33px;
  background-image: url(../images/icons/icon-quote-3.png);
}

.shape-11 {
  width: 860px;
  height: 860px;
  background-image: url(../images/icons/shape-11.png);
  background-position: -207px -67px;
}

.bg-pattern-13 {
  background-image: url(../images/icons/pattern-13.jpg);
}

.shape-8 {
  width: 860px;
  height: 860px;
  background-image: url(../images/icons/shape-8.png);
}

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

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes 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);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
            box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
            box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}
@keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
            box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
            box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}
@-webkit-keyframes tm-animation-flicker {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
  }
  50% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  75% {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
@keyframes tm-animation-flicker {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
  }
  50% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  75% {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(150px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(150px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.overlay-anim-two {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.overlay-anim-two:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.overlay-anim-two:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

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

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

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

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

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

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

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.circleZoom {
  -webkit-animation: circlezoomrotate 15s infinite linear;
          animation: circlezoomrotate 15s infinite linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

/*** 

====================================================================
  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(--color-dark);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--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-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--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(--color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

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

/*** 

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

***/
.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399.98px) {
  .header-top .top-center {
    display: none;
  }
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header-top .useful-links li {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 20px;
  font-family: var(--title-font);
}
.header-top .useful-links li a {
  color: #bdbdbd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--color1);
}

.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1023.98px) {
  .main-header .main-box {
    padding: 0;
  }
}
.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.98px) {
  .main-header .main-box .nav-outer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.main-menu {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .main-menu {
    display: none;
  }
}

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

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

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

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 32.5px 0;
  margin-right: 59px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1599.98px) {
  .main-menu .navigation > li {
    margin-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .main-menu .navigation > li {
    margin-right: 30px;
  }
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  color: var(--color1);
  left: 0;
  width: 100%;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:last-child:after {
  display: none;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: var(--color1);
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  /* width: 234px; */
  z-index: 100;
  padding: 10px 0 0;
  background-color: var(--color-lighter2);
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid var(--color-lighter);
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  color: var(--color-dark);
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 30px;
  padding: 10px 0px;
  line-height: 29px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  white-space: nowrap;
}
.main-menu .navigation > li > ul > li > a .badge-menu {
  background-color: #336AEA;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-red {
  background-color: #ff3838;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-yellow {
  background-color: #e3bf21;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-dark {
  background-color: #374b3f;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--color-lighter2);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  top: 0px;
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid var(--color-lighter);
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--color-white);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--color-light);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-light);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 20px;
  color: var(--color-dark);
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--color1);
}
.main-header .ui-btn i {
  font-size: 23px;
}

.main-header .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  color: var(--color-dark);
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--title-font);
}
.main-header .info-btn small {
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background-color: var(--color1);
}
.main-header .info-btn i:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background-color: var(--color1);
  opacity: 0.1;
  border-radius: 50%;
  content: "";
}
.main-header .info-btn:hover {
  color: var(--color1);
}

.contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list li {
  position: relative;
  padding-left: 65px;
  margin-left: 35px;
}
.contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: var(--color1);
}
.contact-list li .title {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--text-font);
  margin-bottom: 2px;
}
.contact-list li .text {
  font-size: 16px;
  line-height: 24px;
  color: #cecece;
}
.contact-list li .text a {
  color: inherit;
}

.main-header .cart-btn {
  background-color: var(--color1);
  position: relative;
  color: var(--color-light);
  font-size: 30px;
  padding: 38.5px 10px;
  text-align: center;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .main-header .cart-btn {
    padding: 28px 10px;
    width: 90px;
  }
}
.main-header .cart-btn:hover {
  background-color: var(--color1);
  color: var(--color-dark);
}
.main-header .cart-btn .count {
  position: absolute;
  top: 30px;
  right: 20px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--color-dark);
  background-color: var(--color-white);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .cart-btn-two {
  position: relative;
  color: var(--color-dark);
  font-size: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .cart-btn-two:hover {
  color: var(--color1);
}
.main-header .cart-btn-two .count {
  position: absolute;
  top: -7px;
  right: -12px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--color-white);
  background-color: var(--color-dark);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-search {
  position: relative;
  width: 160px;
}
.header-search .form-group {
  position: relative;
}
.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6);
  background: none;
}

.main-header .search-btn {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  text-align: center;
}
.main-header .search-btn:hover {
  color: var(--color1);
}
[data-tm-layout=lemon] .main-header .search-btn:hover {
  color: var(--dark-color2);
}
.main-header .search-btn:hover strong {
  color: var(--color1);
}

/*** 

====================================================================
    Header Style one
====================================================================

***/
.header-style-one {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
}
.header-style-one .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1599.98px) {
  .header-style-one .header-phone_box {
    display: none;
  }
}
.header-style-one .header-phone_box:hover .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.header-style-one .header-phone_box .icon {
  width: 50px;
  height: 50px;
  background-color: var(--color1);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.header-style-one .header-phone_box i {
  color: var(--color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 22px;
}
.header-style-one .header-phone_box .info {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
}
.header-style-one .header-phone_box .info strong {
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 21px;
}
.header-style-one .header-phone_box .info strong:hover {
  color: var(--color1);
}
.header-style-one .header-lower {
  margin: 0;
}
.header-style-one .header-lower .inner-container {
  padding: 29px 99px 26px;
  max-width: none;
}
.header-style-one .mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
  display: none !important;
}
@media only screen and (max-width: 1699px) {
  .header-style-one .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media only screen and (max-width: 1400px) {
  .header-style-one .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-one .mobile-nav-toggler {
    margin-left: 50px;
  }
}
.header-style-one .mobile-nav-toggler span {
  background-color: var(--color-white);
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}
[data-tm-layout=dark] .header-style-one .mobile-nav-toggler span {
  background-color: var(--headings-color);
}
@media (max-width: 767.98px) {
  .header-style-one .mobile-nav-toggler span {
    background-color: var(--color-white);
  }
}
.header-style-one .mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}
.header-style-one .mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}
.header-style-one .mobile-nav-toggler:hover span {
  width: 12px;
}
.header-style-one .mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}
.header-style-one .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-one .main-box .left-box {
  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;
  max-width: 1047px;
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .left-box {
    width: 160px;
  }
}
.header-style-one .main-box .left-box .logo-box .logo {
  max-width: 250px;
}
@media (max-width:1599px){
  .header-style-one .main-box .left-box .logo-box .logo {
    max-width: 250px;
  }
}
.header-style-one .main-box .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.header-style-one .main-box .nav-outer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1192px;
  margin-left: 20px;
}
.header-style-one .main-menu .navigation > li {
  margin-right: 30px;
}

@media (max-width: 1599.98px) {
  .header-style-one .main-menu .navigation > li {
    margin-right: 20px;
  }
}

.header-style-one .main-menu .navigation > li a {
  color: var(--color-dark);
  text-transform: uppercase;
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  
}
.header-style-one .main-menu .navigation > li.dropdown > a {
    padding-right: 24px;
    background: url("../images/down-arrow.svg") no-repeat right center;
    background-size: 22px;
}
.header-style-one .main-menu .navigation > li.dropdown > a:hover {
  color: var(--color1);
}
.header-style-one .main-menu .navigation > li.dropdown ul li a {
  text-transform: capitalize;
  color: var(--color-dark);
}
.header-style-one .main-menu .navigation > li.dropdown ul li a:hover {
  color: var(--color1);
}
.header-style-one .action-box .btn {
  margin-left: 26px;
}
.header-style-one .outer-container {
  max-width: 1700px;
  margin: 0 auto;
  border-radius: 43px;
  /* border: 1px solid rgba(255, 255, 255, 0.1490196078);
  background-color: rgba(var(--color-black-rgb), 0.25); */
}
.sticky-header .auto-container {
    max-width: 1700px;
}
@media (max-width: 1700px) {
  .header-style-one .outer-container {
    padding: 0 15px;
    margin: 0 15px;
  }
}
@media (max-width: 1023px) {
  .header-style-one .outer-container {
    padding: 17px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .outer-container {
    margin: 0 5px;
  }
}
.header-style-one .header-lower .inner-container {
  max-width: 1610px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  /* padding: 0px 15px; */
}
/*.header-style-one .header-lower .logo-box {
  min-width: 255px;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .logo-box {
    min-width: 160px;
  }
}*/
.header-style-one .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-one .main-box .nav-outer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1208px;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .nav-outer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-style-one .action-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .header-style-one .action-box .btn-box {
    display: none;
  }
}
.header-style-one .info-call {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .info-call:last-child {
  margin-right: 0;
}
.header-style-one .info-call span {
  color: var(--color6);
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.header-style-one .info-call .icon {
  background-color: var(--color1);
  border-radius: 50%;
  color: var(--text-color-color1);
  margin-right: 8px;
  height: 41px;
  line-height: 41px;
  width: 41px;
  margin-right: 10px;
  text-align: center;
}

.mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
  display: none !important;
}
@media only screen and (max-width: 1699px) {
  .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media only screen and (max-width: 1400px) {
  .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media (max-width: 1399.98px) {
  .mobile-nav-toggler {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .header-style-one .mobile-nav-toggler {
    display: block !important;
  }
}
.mobile-nav-toggler span {
  background-color: var(--color-white);
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}
[data-tm-layout=dark] .mobile-nav-toggler span {
  background-color: var(--headings-color);
}
@media (max-width: 767.98px) {
  .mobile-nav-toggler span {
    background-color: var(--color-white);
  }
}
.mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}
.mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}
.mobile-nav-toggler:hover span {
  width: 12px;
}
.mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}

/*** 

====================================================================
    Header Style two
====================================================================

***/
.header-style-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-style-two .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1599.98px) {
  .header-style-two .header-phone_box {
    display: none;
  }
}
.header-style-two .header-phone_box:hover .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.header-style-two .header-phone_box .icon {
  line-height: 50px;
  padding-right: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.header-style-two .header-phone_box i {
  color: var(--color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 25px;
}
.header-style-two .header-phone_box .info {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
}
.header-style-two .header-phone_box .info strong {
  color: var(--color-white);
  font-weight: 700;
  font-size: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 21px;
  font-family: var(--title-font);
}
.header-style-two .header-phone_box .info strong:hover {
  color: var(--color1);
}
.header-style-two .header-lower {
  margin: 0;
}
.header-style-two .header-lower .inner-container {
  padding: 29px 99px 26px;
  max-width: none;
}
.header-style-two .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-two .main-box .left-box {
  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;
}
@media (max-width: 575.98px) {
  .header-style-two .main-box .left-box {
    width: 160px;
  }
}
.header-style-two .main-box .left-box .logo-box .logo {
  max-width: 180px;
}
.header-style-two .main-box .right-box {
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .header-style-two .main-box .right-box {
    display: none;
  }
}
.header-style-two .main-box .right-box .search-btn {
  padding: 5px 0 5px 13px;
}
.header-style-two .main-box .right-box .search-btn i {
  font-size: 21px;
}
.header-style-two .main-box .nav-outer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1192px;
  margin-left: 224px;
}
@media (max-width: 1399.98px) {
  .header-style-two .main-box .nav-outer {
    margin-left: 100px;
  }
}
.header-style-two .main-menu .navigation > li {
  margin-right: 48px;
}
@media (max-width: 1399.98px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 28px;
  }
}
.header-style-two .main-menu .navigation > li a {
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: 500;
}
.header-style-two .main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
}
.header-style-two .main-menu .navigation > li.dropdown > a:hover {
  color: var(--color1);
}
.header-style-two .main-menu .navigation > li.dropdown ul li a {
  text-transform: capitalize;
  color: var(--color-dark);
}
.header-style-two .main-menu .navigation > li.dropdown ul li a:hover {
  color: var(--color1);
}
.header-style-two .action-box .btn {
  margin-left: 26px;
}
.header-style-two .mobile-nav-toggler {
  display: none !important;
}
@media (max-width: 1023px) {
  .header-style-two .mobile-nav-toggler {
    display: block !important;
  }
}
.header-style-two .header-lower {
  margin: 0 15px;
}
.header-style-two .header-lower .inner-container {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  padding: 19px 10px 29px;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .inner-container {
    padding: 20px 15px 0;
  }
}
@media (max-width: 1023.98px) {
  .header-style-two .header-lower .inner-container {
    padding: 20px 15px;
  }
}
.header-style-two .header-lower .logo-box {
  min-width: 255px;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .logo-box {
    min-width: 160px;
  }
}
.header-style-two .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-two .main-box .nav-outer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1208px;
}
@media (max-width: 991.98px) {
  .header-style-two .main-box .nav-outer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-style-two .action-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .header-style-two .action-box .btn-box {
    display: none;
  }
}
.header-style-two .info-call {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-two .info-call:last-child {
  margin-right: 0;
}
.header-style-two .info-call span {
  color: var(--color6);
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.header-style-two .info-call .icon {
  background-color: var(--color1);
  border-radius: 50%;
  color: var(--text-color-color1);
  margin-right: 8px;
  height: 41px;
  line-height: 41px;
  width: 41px;
  margin-right: 10px;
  text-align: center;
}
.header-style-two .mobile-nav-toggler {
  color: var(--color-dark);
  margin-left: 4px;
}
.header-style-two .mobile-nav-toggler:hover .shape-line {
  background-color: var(--color1);
}
.header-style-two .mobile-nav-toggler:hover .shape-line:before {
  background-color: var(--color1);
}
.header-style-two .mobile-nav-toggler:hover .shape-line:after {
  background-color: var(--color1);
}
.header-style-two .mobile-nav-toggler .shape-line {
  background-color: var(--color-dark);
  border-radius: 2px;
  margin: 7px 5px 7px 28px;
  height: 1px;
  width: 16.5px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-two .mobile-nav-toggler .shape-line:before {
  background-color: var(--color-dark);
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  height: 1px;
  width: 24.75px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-two .mobile-nav-toggler .shape-line:after {
  background-color: var(--color-dark);
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 1px;
  width: 24.75px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-two .mobile-nav-toggler .shape-line-img {
  margin: 7px 5px 7px 27px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-two .mobile-nav-toggler .shape-line-img .icon-img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: auto;
}

/***

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

***/
.sticky-header {
  background: var(--color-white);
  -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;
}
[data-tm-layout=lemon] .sticky-header {
  background: var(--color2);
}
.sticky-header .mobile-nav-toggler {
  display: none !important;
}
.sticky-header .mobile-nav-toggler span {
  color: var(--color-black);
}
.sticky-header .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .sticky-header .header-phone_box {
    display: none;
  }
}
.sticky-header .header-phone_box:hover .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.sticky-header .header-phone_box .icon {
  width: 45px;
  height: 45px;
  background-color: var(--color1);
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sticky-header .header-phone_box i {
  color: var(--color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.sticky-header .header-phone_box .info {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
}
.sticky-header .header-phone_box .info strong {
  color: rgb(151, 151, 151);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 21px;
}
.sticky-header .header-phone_box .info strong:hover {
  color: var(--color1);
}
.sticky-header .mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
}
@media only screen and (max-width: 1699px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media only screen and (max-width: 1400px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media (max-width: 1399.98px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 50px;
  }
}
@media (max-width: 1023px) {
  .sticky-header .mobile-nav-toggler {
    display: block !important;
  }
}
.sticky-header .mobile-nav-toggler span {
  background-color: var(--color-black);
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}
[data-tm-layout=dark] .sticky-header .mobile-nav-toggler span {
  background-color: var(--headings-color);
}
@media (max-width: 767.98px) {
  .sticky-header .mobile-nav-toggler span {
    background-color: var(--color-black);
  }
}
.sticky-header .mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}
.sticky-header .mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}
.sticky-header .mobile-nav-toggler:hover span {
  width: 12px;
}
.sticky-header .mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}

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

.sticky-header .logo {
    padding: 2px 0 2px;
}
.sticky-header .logo img {
    max-height: initial;
    max-width: 250px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.sticky-header .main-menu .navigation.onepage-nav > li {
  margin-left: 35px;
}

.header-style-one.header-style-home5 .sticky-header .main-menu .navigation.onepage-nav > li {
  margin-right: 10px;
}

@media (max-width: 1499.98px) {
  .main-menu .navigation.onepage-nav > li,
  .sticky-header .main-menu .navigation.onepage-nav > li {
    margin-right: 28px;
  }
}
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li > a {
  color: var(--color-dark);
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--color-black);
}
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li.current > a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li > a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--color-dark);
}

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

.sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 1023.98px) {
  .sticky-header .mobile-nav-toggler {
    display: inline-block !important;
  }
}

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

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

/***

==================================================================
    Instagram Section
==================================================================

***/
.instagram-section {
  padding: 80px 0 0;
  position: relative;
}
.instagram-section.style-two {
  margin-bottom: -1px;
}
.instagram-section.style-two .instagram-block .inner-box .image-box .icon {
  font-size: 54px;
}
.instagram-section .icon-instagram1-6 {
  background-image: url(../images/resource/instagram1-6.png);
  position: absolute;
  width: 201px;
  height: 360px;
  right: 0;
  bottom: 51px;
}
@media (max-width: 1399.98px) {
  .instagram-section .icon-instagram1-6 {
    display: none;
  }
}
.instagram-section .icon-instagram1-7 {
  background-image: url(../images/resource/instagram1-7.png);
  position: absolute;
  width: 201px;
  height: 360px;
  left: 0;
  bottom: 51px;
}
@media (max-width: 1399.98px) {
  .instagram-section .icon-instagram1-7 {
    display: none;
  }
}
.instagram-section .sec-title h4 {
  font-weight: 500;
  position: relative;
}
.instagram-section .sec-title h4:before {
  border: 1px solid #1C1A1D;
  content: "";
  position: absolute;
  left: calc(50% + 170px);
  width: 36.84%;
  opacity: 10%;
  top: 18px;
}
.instagram-section .sec-title h4:after {
  border: 1px solid #1C1A1D;
  content: "";
  position: absolute;
  right: calc(50% + 170px);
  width: 36.84%;
  opacity: 10%;
  top: 18px;
}
.instagram-section .instagram-block .inner-box .image-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.instagram-section .instagram-block .inner-box .image-box:hover .image:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.instagram-section .instagram-block .inner-box .image-box:hover .image a img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.instagram-section .instagram-block .inner-box .image-box:hover .icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.instagram-section .instagram-block .inner-box .image-box .image {
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.instagram-section .instagram-block .inner-box .image-box .image:before {
  border-radius: 0;
  background-color: rgba(var(--color1-rgb), 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.instagram-section .instagram-block .inner-box .image-box .image a img {
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.instagram-section .instagram-block .inner-box .image-box .icon {
  color: var(--color-light);
  position: absolute;
  pointer-events: none;
  font-size: 28px;
  z-index: 2;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

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

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

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 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: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-dark);
  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 .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a .badge-menu {
  background-color: #336AEA;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-red {
  background-color: #ff3838;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-yellow {
  background-color: #e3bf21;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-dark {
  background-color: #374b3f;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--color1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

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

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

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

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--color-dark);
  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(--color1);
}

/***

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

***/
.toggle-hidden-bar {
  position: relative;
  height: 24px;
  min-width: 38px;
}
.toggle-hidden-bar .line {
  position: absolute;
  left: 0;
  top: 10px;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
}
.toggle-hidden-bar .line:nth-child(1) {
  width: 24px;
  top: 0;
}
.toggle-hidden-bar .line:nth-child(3) {
  width: 24px;
  left: auto;
  right: 0;
  top: 21px;
}

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

.contact-list-two {
  position: relative;
  padding: 30px 30px 20px;
}
.contact-list-two li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-two li:last-child {
  margin-right: 0;
}
.contact-list-two li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: var(--color1);
}
.contact-list-two li .contact-info-box a {
  color: var(--color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--color-light);
}
.contact-list-two li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: var(--color-light);
  font-weight: 700;
  text-transform: uppercase;
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 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(--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(--color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--color1);
}

/***

==================================================================
    Gallery Section
==================================================================

***/
.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gallery-section {
  position: relative;
  padding: 100px 0 80px;
}
.gallery-section .outer-box {
  padding: 0 14px;
}
.gallery-section .sec-title {
  margin-bottom: 51px;
}
.gallery-section.style-two {
  padding: 100px 0;
}
.gallery-section.style-two .gallery-block {
  margin-bottom: 30px;
}
.gallery-section.style-two .gallery-block .inner-box .image-box .image-1:before {
  background-color: rgba(var(--color1-rgb), 0.5);
  backdrop-filter: blur(10px);
}
.gallery-section.style-two .gallery-block .inner-box .content-box {
  padding: 7px 25px 0;
}
.gallery-section.style-two .gallery-block .inner-box .content-box .btn-link {
  color: var(--color-white);
}
.gallery-section.style-two .gallery-block .inner-box .content-box .title {
  color: var(--color-white);
  font-weight: 500;
}
.gallery-section.style-two .gallery-block .inner-box .content-box .text {
  color: var(--color-white);
}
.gallery-section.style-three {
  padding: 100px 0;
}
.gallery-section.style-three .outer-box {
  padding: 0 30px;
}
.gallery-section.style-three .gallery-block {
  margin-bottom: 30px;
}
.gallery-section.style-three .gallery-block .inner-box .image-box .image-1:before {
  background-color: rgba(var(--color1-rgb), 0.9);
  backdrop-filter: none;
}
.gallery-section.style-three .gallery-block .inner-box .content-box {
  padding: 7px 25px 0;
}
.gallery-section.style-three .gallery-block .inner-box .content-box .btn-link {
  color: var(--color-white);
}
.gallery-section.style-four {
  padding: 100px 0;
}
.gallery-section.style-four .outer-box {
  padding: 0;
}
.gallery-section.style-four .gallery-block {
  margin-bottom: 0;
}
.gallery-section.style-four .gallery-block .inner-box:hover .image-box .image-1:before {
  height: 100%;
}
.gallery-section.style-four .gallery-block .inner-box .image-box .image-1:before {
  background-color: rgba(var(--color1-rgb), 0.9);
  backdrop-filter: none;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-section.style-four .gallery-block .inner-box .content-box {
  padding: 7px 25px 0;
}
.gallery-section.style-four .gallery-block .inner-box .content-box .btn-link {
  color: var(--color-white);
}

.gallery-block {
  margin-bottom: 20px;
}
.gallery-block .inner-box {
  position: relative;
  overflow: hidden;
}
.gallery-block .inner-box:hover {
  background-color: var(--color1);
}
.gallery-block .inner-box:hover .image-box .image-1:before {
  height: calc(100% - 40px);
}
.gallery-block .inner-box:hover .content-box {
  opacity: 1;
  top: 50%;
}
.gallery-block .inner-box .image-box {
  margin-bottom: 0;
}
.gallery-block .inner-box .image-box .image-1 {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .image-box .image-1:before {
  background-color: rgba(var(--color-white-rgb), 0.8);
  backdrop-filter: blur(5px);
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  height: 0;
  width: calc(100% - 40px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .image-box .image-1 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .content-box {
  text-align: center;
  padding: 7px 55px 0;
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  width: calc(100% - 70px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .gallery-block .inner-box .content-box {
    width: calc(100% - 10px);
    padding: 7px 15px 0;
  }
}
.gallery-block .inner-box .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}
@media (max-width: 1399.98px) {
  .gallery-block .inner-box .content-box .btn-box {
    margin-bottom: 15px;
  }
}
.gallery-block .inner-box .content-box .btn-link {
  color: var(--headings-color);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .gallery-block .inner-box .content-box .btn-link {
    font-size: 30px;
  }
}
.gallery-block .inner-box .content-box .btn-link:hover {
  color: var(--color1);
}
.gallery-block .inner-box .content-box .title {
  color: var(--headings-color);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .gallery-block .inner-box .content-box .title {
    font-size: 20px;
  }
}
.gallery-block .inner-box .content-box .title:hover {
  color: var(--color1);
}
.gallery-block .inner-box .content-box .title a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .content-box .text {
  color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

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

***/
.sec-title {
  position: relative;
  margin-bottom: 60px;
}
.sec-title.mw575 .title {
  max-width: 575px;
}
.sec-title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  color: var(--sec-title-subtitle-color);
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: -9px;
}
.sec-title .sub-title .icon-img {
  min-width: 14px;
}
.sec-title .sub-title .icon {
  color: var(--color-white);
  margin-right: 8px;
  font-size: 16px;
}
.sec-title .sub-title .sub-title-line {
  background-color: var(--color1);
  height: 3px;
  width: 54px;
}
.sec-title.text-center .sub-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-title h1 {
  position: relative;
  font-size: var(--h1-font-size);
  font-weight: 400;
  line-height: 1.211em;
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  line-height: var(--sec-title-title-line-height);
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 36px;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title .text {
  color: var(--color-lighter2);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .sec-title .text {
    font-size: 14px;
  }
  .sec-title .text br {
    display: none;
  }
}
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
  color: var(--color-white);
}

.title-stroke-text {
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
  pointer-events: none;
  text-transform: uppercase;
  color: var(--color1);
}
@media (max-width: 1599.98px) {
  .title-stroke-text {
    font-size: 160px;
    line-height: 180px;
  }
}
.title-stroke-text span {
  position: relative;
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
  pointer-events: none;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--color-white);
  opacity: 0.25;
  white-space: nowrap;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
}
@media (max-width: 1599.98px) {
  .title-stroke-text span {
    font-size: 160px;
    line-height: 180px;
  }
}

/*** 

====================================================================
sec-title-h1
====================================================================

***/
.sec-title-h1 {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .sec-title-h1 {
    margin-bottom: 35px;
  }
}
.sec-title-h1 .sub-title {
  color: var(--color1);
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.sec-title-h1 .sub-title:before {
  background: var(--color1);
  bottom: 10px;
  content: "";
  height: 2px;
  position: absolute;
  right: -70px;
  width: 54px;
}
@media (max-width: 339.98px) {
  .sec-title-h1 .sub-title:before {
    display: none;
  }
}
.sec-title-h1 .sub-title.white {
  color: var(--color-white);
}
.sec-title-h1 .title {
  /* font-weight: 900;
  line-height: 60px; */
}
@media (max-width: 991.98px) {
  .sec-title-h1 .title {
    font-size: 36px;
    line-height: 45px;
  }
  .sec-title-h1 .title br {
    display: none;
  }
}
.sec-title-h1 .title.uppercase {
  text-transform: uppercase;
}
.sec-title-h1 .text {
  color: var(--text-color2);
  margin-top: 30px;
}
.sec-title-h1.white .sub-title {
  font-family: var(--text-font);
}
.sec-title-h1.white .title {
  color: var(--color-white);
}

/*** 

====================================================================
    Banner Section One
====================================================================

***/
@-webkit-keyframes roundrotate {
  from {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  to {
    -webkit-transform: translateY(100px) rotate(360deg);
            transform: translateY(100px) rotate(360deg);
  }
}
@keyframes roundrotate {
  from {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  to {
    -webkit-transform: translateY(100px) rotate(360deg);
            transform: translateY(100px) rotate(360deg);
  }
}
/* Animate 1 */
.swiper-slide .animate-7,
.swiper-slide .animate-6,
.swiper-slide .animate-5,
.swiper-slide .animate-4,
.swiper-slide .animate-3,
.swiper-slide .animate-2,
.swiper-slide .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.swiper-slide .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.swiper-slide .fadeInUpBig {
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(100px);
          transform: scale(0.9) translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.swiper-slide.swiper-slide-active .animate-7,
.swiper-slide.swiper-slide-active .animate-6,
.swiper-slide.swiper-slide-active .animate-5,
.swiper-slide.swiper-slide-active .animate-4,
.swiper-slide.swiper-slide-active .animate-3,
.swiper-slide.swiper-slide-active .animate-2,
.swiper-slide.swiper-slide-active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.swiper-slide.swiper-slide-active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide.swiper-slide-active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.swiper-slide.swiper-slide-active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.swiper-slide.swiper-slide-active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.swiper-slide.swiper-slide-active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.swiper-slide.swiper-slide-active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.swiper-slide.swiper-slide-active .fadeInUpBig {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

====================================================================
banner-section-h1
====================================================================

***/
.banner-section-h1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner-section-h1 .anim-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.banner-section-h1 .outer-box {
  position: relative;
  padding: 132px 0 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .outer-box {
    padding: 200px 0 0;
  }
}
.banner-section-h1 .outer-box:before {
  position: absolute;
  content: "";
  /* background-image: url(../images/banner/banner-h1-6.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  bottom: 0;
  left: 0;
  width: 1484px;
  height: 100%;
  z-index: 1;
}
.banner-section-h1 .outer-box .shape-1 {
  position: absolute;
  left: 49%;
  top: calc(25% + 5px);
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .outer-box .shape-1 {
    display: none;
  }
}
.banner-section-h1 .outer-box .shape-1 img {
  -webkit-animation: tm-animation-flicker 3s ease-in-out infinite;
          animation: tm-animation-flicker 3s ease-in-out infinite;
}
.banner-section-h1 .outer-box .shape-2 {
  position: absolute;
  left: 45.5%;
  z-index: 2;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .banner-section-h1 .outer-box .shape-2 {
    display: none;
  }
}
.banner-section-h1 .outer-box .shape-3 {
  position: absolute;
  left: 63%;
  bottom: 6%;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .outer-box .shape-3 {
    display: none;
  }
}
.banner-section-h1 .outer-box .shape-3 img {
  animation: tm-animation-slide-horizontal 4s linear infinite alternate-reverse both;
      width: 23rem;
}
.banner-section-h1 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .bg-image {
    width: 100%;
    height: 100%;
  }
}
.banner-section-h1 .bg-image img {
  width: 100%;
  height: 100%;
      object-fit: cover;
    object-position: top;
}
.banner-section-h1 .bg-image:before {
  position: absolute;
  content: "";
 background-image: linear-gradient(330deg, #56ae12 0%, #ffffff 50%);
/* background-image: linear-gradient(300deg, #000 0%, #000 50%); */
  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.banner-section-h1 .tm-text-editor {
  position: absolute;
  right: -19%;
  bottom: 42%;
  z-index: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 85px;
  font-weight: 900;
  letter-spacing: 10px;
  color: rgba(185, 185, 185, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  line-height: 190px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .banner-section-h1 .tm-text-editor {
    display: none;
  }
}
.banner-section-h1 .inner-box {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .inner-box .banner-content {
    margin: 0 auto;
  }
}
.banner-section-h1 .inner-box .banner-content .inner-content {
  padding: 10px;
  padding-left: 5px;
  max-width: 928px;
  margin: 20px 0 98px;
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content {
    text-align: center;
  }
}
.banner-section-h1 .inner-box .banner-content .inner-content .sub-title {
  font-weight: 800;
  font-size: 14px;
  color: var(--green2);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .sub-title {
    font-weight: 400;
  }
}
.banner-section-h1 .inner-box .banner-content .inner-content .sub-title:before {
  position: absolute;
  right: -55px;
  bottom: 15px;
  content: "";
  background: var(--light-yellow);
  height: 1px;
  width: 54px;
}
@media (max-width: 575.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .sub-title:before {
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .sub-title {
    letter-spacing: 0;
  }
}
.banner-section-h1 .inner-box .banner-content .inner-content .banner-title {
  font-weight: 400;
  font-size: 56px;
  line-height: 62px;
  color: var(--color-dark);
  margin-bottom: 32px;
}
@media (max-width: 1599.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-title {
        font-size: 56px;
        /* font-weight: 300; */
        line-height: 62px;
        letter-spacing: -1px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-title {
    font-size: 48px;
    line-height: 70px;
  }
}
.banner-section-h1 .inner-box .banner-content .inner-content .banner-title span {
  font-weight: 700;
}
.banner-section-h1 .inner-box .banner-content .inner-content .text {
  position: relative;
  z-index: 1;
  color: var(--color-dark);
     max-width: 580px;
    line-height: 28px;
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .text {
    margin: 0 auto;
  }
}
.banner-section-h1 .inner-box .banner-content .inner-content .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-info .btn {
    margin-right: 0;
  }
}
.banner-section-h1 .inner-box .banner-content .inner-content .banner-info .author-img {
  position: relative;
  max-width: 194px;
}
.banner-section-h1 .inner-box .banner-content .inner-content .banner-info .text {
  font-size: 18px;
  line-height: 34px;
  color: var(--color-white);
}
@media (max-width: 1399.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-info .text {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-info .text {
    margin: 0;
    text-align: left;
  }
}
.banner-section-h1 .inner-box .hero-image {
  position: relative;
  z-index: 1;
  /* -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); */
}
@media (max-width: 1199.98px) {
  .banner-section-h1 .inner-box .hero-image {
    display: none;
  }
}

/*** 

====================================================================
banner-section-h2
====================================================================

***/
.banner-section-h2 {
  background-color: var(--color-dark2);
  padding: 215px 0 122px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .banner-section-h2 {
    padding-bottom: 80px;
  }
}
.banner-section-h2:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/home2-banner-1.png);
  bottom: -192px;
  left: -62px;
  width: 594px;
  height: 627px;
  pointer-events: none;
}
.banner-section-h2 .outer-container {
  max-width: 1610px;
  padding: 0 15px;
  margin: 0 auto;
}
.banner-section-h2 .shape-1 {
  position: absolute;
  left: calc(50% - 57.5px);
  top: 111px;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .banner-section-h2 .shape-1 {
    display: none;
  }
}
.banner-section-h2 .shape-2 {
  position: absolute;
  top: 55px;
  left: 0;
  pointer-events: none;
  max-width: 1307px;
  max-height: 880px;
}
@media (max-width: 1399.98px) {
  .banner-section-h2 .shape-2 {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .banner-section-h2 .shape-2 {
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 20%;
  }
}
.banner-section-h2 .shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .banner-section-h2 .hero-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-h2 .hero-content {
    text-align: center;
  }
}
.banner-section-h2 .hero-content .sub-title {
  font-family: var(--body-font-family);
  border-radius: 30px;
  background-color: rgba(var(--color-white-rgb), 0.1);
  display: inline-block;
  padding: 9px 25px;
  color: var(--color-white);
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .banner-section-h2 .hero-content .sub-title {
    padding: 9px 20px;
    width: 100%;
  }
}
.banner-section-h2 .hero-content .title {
  color: var(--color-white);
  font-family: var(--title-font);
  font-size: 90px;
  font-weight: 300;
  margin-bottom: 25px;
  max-width: 765px;
  line-height: 100px;
  text-transform: capitalize !important;
}
@media (max-width: 991.98px) {
  .banner-section-h2 .hero-content .title {
    margin: 0 auto 25px;
  }
}
.banner-section-h2 .hero-content .title span {
  font-weight: 700;
  display: block;
}
@media (max-width: 575.98px) {
  .banner-section-h2 .hero-content .title span {
    display: inline;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-h2 .hero-content .title {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-h2 .hero-content .title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-h2 .hero-content .title {
    font-size: 43px;
    line-height: 63px;
  }
  .banner-section-h2 .hero-content .title br {
    display: none;
  }
}
.banner-section-h2 .hero-content .text {
  color: var(--color-white);
  font-family: var(--body-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 46px;
  margin-top: 28px;
  max-width: 455px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .banner-section-h2 .hero-content .text {
    margin: 28px auto 46px;
    max-width: 655px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-h2 .hero-content .text {
    font-size: 15px;
  }
}
.banner-section-h2 .hero-content .hero-button {
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-section-h2 .hero-content .hero-button {
    margin: 0 auto;
  }
}
.banner-section-h2 .hero-content .hero-button .shape {
  position: absolute;
  right: -226px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .banner-section-h2 .hero-content .hero-button .shape {
    display: none;
  }
}
.banner-section-h2 .hero-content .hero-button .video-btn {
  color: var(--color-white);
  position: relative;
  z-index: 2;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  margin-left: 33px;
  text-transform: capitalize;
}
[data-tm-layout=dark] .banner-section-h2 .hero-content .hero-button .video-btn {
  color: var(--color-dark);
}
@media (max-width: 575.98px) {
  .banner-section-h2 .hero-content .hero-button .video-btn {
    margin-left: 0;
    margin-top: 20px;
    display: none;
  }
}
.banner-section-h2 .hero-content .hero-button .icon {
  background-color: var(--color1);
  color: var(--color1-text-color);
  border-radius: 50%;
  display: inline-block;
  height: 57px;
  line-height: 57px;
  margin-right: 20px;
  text-align: center;
  width: 57px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.banner-section-h2 .hero-content .hero-button .icon:hover {
  background-color: var(--color2);
  color: var(--color1-text-color2);
}
.banner-section-h2 .hero-img-box {
  position: relative;
  padding-left: 15px;
}
@media (max-width: 1399.98px) {
  .banner-section-h2 .hero-img-box {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section-h2 .hero-img-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-h2 .hero-img-box .left-box {
    margin-left: 25px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-h2 .hero-img-box .left-box {
    display: none;
  }
}
.banner-section-h2 .hero-img-box .img-1 {
  position: relative;
  max-width: 421px;
  max-height: 647px;
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .banner-section-h2 .hero-img-box .img-1 {
    max-width: 310px;
    max-height: 550px;
  }
}
.banner-section-h2 .hero-img-box .img-1 img {
  border-radius: 200px 200px 0px 200px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.banner-section-h2 .hero-img-box .img-1:before {
  background-color: transparent;
  border-radius: 200px 200px 0px 200px;
  border: 6px solid var(--color1);
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: -1;
}
.banner-section-h2 .hero-img-box .img-2 {
  position: relative;
  width: 284px;
  height: 315px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner-section-h2 .hero-img-box .img-2 {
    width: 209px;
    height: 287px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-h2 .hero-img-box .img-2 {
    display: none;
  }
}
.banner-section-h2 .hero-img-box .img-2:before {
  background-color: transparent;
  border-radius: 0% 50% 50% 50%;
  border: 2px solid var(--color1);
  bottom: 10px;
  content: "";
  left: -10px;
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 1;
}
.banner-section-h2 .hero-img-box .img-2 img {
  border-radius: 0% 50% 50% 50%;
  width: 284px;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .banner-section-h2 .hero-img-box .img-2 img {
    width: 209px;
    height: 287px;
  }
}
.banner-section-h2 .hero-img-box .img-3 {
  position: relative;
  width: 284px;
  height: 302px;
}
@media (max-width: 1199.98px) {
  .banner-section-h2 .hero-img-box .img-3 {
    width: 209px;
    height: 241px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-h2 .hero-img-box .img-3 {
    display: none;
  }
}
.banner-section-h2 .hero-img-box .img-3 img {
  border-radius: 50% 50% 50% 0%;
  width: 284px;
  height: 302px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .banner-section-h2 .hero-img-box .img-3 img {
    width: 209px;
    height: 241px;
  }
}
.banner-section-h2 .hero-img-box .img-3:before {
  background-color: transparent;
  border-radius: 50% 50% 50% 0%;
  border: 2px solid var(--color1);
  bottom: -10px;
  content: "";
  left: -10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

/***

====================================================================
    Projects Section
====================================================================

***/
@-webkit-keyframes circlezoomrotate {
  from {
    -webkit-transform: rotate(0deg) scale(0.5);
            transform: rotate(0deg) scale(0.5);
  }
  to {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes circlezoomrotate {
  from {
    -webkit-transform: rotate(0deg) scale(0.5);
            transform: rotate(0deg) scale(0.5);
  }
  to {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.projects-section {
  position: relative;
  padding: 110px 0 90px;
}
@media (max-width: 991.98px) {
  .projects-section {
    padding: 70px 0 50px;
  }
}
.projects-section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.project-block {
  margin-bottom: 30px;
}
.project-block .inner-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .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);
}
.project-block .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.project-block .inner-box:hover .content-box:before {
  bottom: 0;
}
.project-block .inner-box:hover .content-box .title, .project-block .inner-box:hover .content-box .text {
  opacity: 1;
  visibility: visible;
}
.project-block .inner-box:hover .content-box .icon-box {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.project-block .inner-box:hover .content-box .icon-box:hover {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}
.project-block .image-box {
  position: relative;
}
.project-block .image-box .image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.project-block .image-box .image img {
  border-right: 20px;
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block .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);
}
.project-block .content-box {
  padding: 39px 34px 34px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .project-block .content-box {
    padding: 39px 15px 34px;
  }
}
.project-block .content-box:before {
  background-color: rgba(var(--color1-rgb), 0.95);
  border-radius: 20px 188px 20px 20px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  right: 4px;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.project-block .content-box:after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#1d1d29));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.project-block .content-box .title {
  color: var(--color1-text-color);
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .project-block .content-box .title {
    font-size: 20px;
  }
}
.project-block .content-box .text {
  color: var(--color1-text-color);
  margin-bottom: 5px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  z-index: 2;
}
.project-block .content-box .icon-box {
  background-color: var(--color-dark);
  border-radius: 50%;
  color: var(--color-white);
  font-size: 30px;
  height: 73px;
  line-height: 73px;
  width: 73px;
  text-align: center;
  position: absolute;
  right: 41px;
  top: 5px;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .project-block .content-box .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    top: 12px;
  }
}
.project-block .content-box .icon-box a {
  display: block;
}
.project-block .content-box .icon-box .icon {
  color: var(--text-color-color1);
}

/***

====================================================================
   project-section-h2
====================================================================

***/
.project-section-h2 {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 1599.98px) {
  .project-section-h2 {
    padding-top: 75px;
  }
}
@media (max-width: 1199.98px) {
  .project-section-h2 {
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .project-section-h2 {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.project-section-h2:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(186deg, #FAFAFA 53%, rgba(167, 80, 102, 0) 9%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-block-h2 .inner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--green3);
  border-radius: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .project-block-h2 .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project-block-h2 .inner-block:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/project-h2-1.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.project-block-h2 .inner-block .content-box .inner-box {
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
}
@media (max-width: 991.98px) {
  .project-block-h2 .inner-block .content-box .inner-box {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .project-block-h2 .inner-block .content-box .inner-box {
    padding: 40px;
  }
}
.project-block-h2 .inner-block .content-box .inner-box:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.project-block-h2 .inner-block .content-box .inner-box .icon {
  margin-bottom: 15px;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block-h2 .inner-block .content-box .inner-box .title {
  color: var(--color-white);
  margin-bottom: 15px;
  font-weight: 700;
}
.project-block-h2 .inner-block .content-box .inner-box .title:hover {
  color: var(--color1);
}
.project-block-h2 .inner-block .content-box .inner-box .text {
  color: rgba(var(--color-white-rgb), 0.6);
  max-width: 350px;
  margin-bottom: 35px;
}
.project-block-h2 .inner-block .image {
  border-radius: 0 60px 60px 0;
  position: relative;
  max-width: 704px;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-block-h2 .inner-block .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .project-block-h2 .inner-block .image {
    max-height: 345px;
    max-width: 100%;
    border-radius: 0 0 60px 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575.98px) {
  .project-block-h2 .inner-block .image {
    max-height: none;
  }
}
.project-block-h2 .inner-block .image img {
  border-radius: 0 60px 60px 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .project-block-h2 .inner-block .image img {
    border-radius: 0 0 60px 60px;
  }
}

/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section {
  position: relative;
  padding: 0 0 80px;
}
.pricing-section .pricing-outer {
  margin: 0 auto;
}

.pricing-block {
  position: relative;
}
.pricing-block:hover .inner-box {
  margin-top: -10px;
}
.pricing-block.active .inner-box {
  border-color: var(--color1);
  background-color: var(--color1);
}
.pricing-block.active .inner-box:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-image: url(../images/icons/mask-style1.png);
  background-position: right top;
  background-size: cover;
  border-radius: 15px;
}
.pricing-block.active .inner-box .shape-image1 {
  top: 61px;
}
.pricing-block:hover .inner-box {
  border-color: var(--color1);
}
.pricing-block .inner-box {
  background-clip: padding-box;
  border: 1px solid rgba(var(--color-black-rgb), 0.1);
  border-radius: 20px;
  position: relative;
  padding: 42px 44px 49px;
  margin-bottom: 40px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box {
    padding: 40px 20px 48px;
  }
}
.pricing-block .inner-box .discount-percent {
  font-size: 14px;
  color: var(--color2);
  position: absolute;
  right: 21px;
  top: 13px;
}
.pricing-block .inner-box .shape-image1 {
  position: absolute;
  top: 49px;
  right: 41px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .pricing-block .inner-box .shape-image1 img {
    opacity: 0.4;
  }
}
.pricing-block .inner-box .title {
  margin-bottom: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pricing-block .inner-box .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 20px;
  padding-bottom: 29px;
  border-bottom: 1px solid #E8EAF1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.pricing-block .inner-box .price-box .price {
  display: block;
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .price-box .price sup {
  top: 19px;
  font-size: 24px;
  vertical-align: top;
}
.pricing-block .inner-box .price-box .price sub {
  top: 19px;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  right: -42px;
}
.pricing-block .inner-box .price-box .validaty {
  position: relative;
  color: var(--text-color2);
  margin-left: 10px;
  top: 11px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .features {
  position: relative;
  margin-bottom: 30px;
}
.pricing-block .inner-box .features li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 2.75;
  font-weight: 400;
  padding-left: 32px;
  color: var(--color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .features li:before {
  background-image: url(../images/icons/icon-check-round.png);
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 15.21px;
  height: 15.21px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box .features li.item-disable {
  color: #C0C0C0;
}
.pricing-block .inner-box .features li.item-disable:before {
  background-image: url(../images/icons/icon-check-round2.png);
}
.pricing-block .inner-box .btn {
  width: 100%;
}

/*** 

====================================================================
    Feature Block
====================================================================

***/
.feature-block {
  position: relative;
  margin-bottom: 30px;
}
.feature-block.style-one {
  margin-top: 185px;
}
.feature-block .inner-box {
  background-color: #fff;
  border: 1px solid #E7E3EE;
  border-radius: 30px 30px 0 30px;
  padding: 40px 40px 38px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box:hover:after {
  height: 66px;
  top: -12px;
}
.feature-block .inner-box:hover .icon-box .front-icon {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-animation: iconBounceIn 1s forwards;
  animation: iconBounceIn 1s forwards;
}
.feature-block .inner-box:before {
  background-color: #054D14;
  border-radius: 10px;
  content: "";
  height: 66px;
  width: 100%;
  top: -12px;
  left: 0;
  position: absolute;
  z-index: -2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box:after {
  background-color: #777777;
  border-radius: 10px;
  content: "";
  height: 0;
  width: 100%;
  top: 54px;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .icon-box {
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.feature-block .icon-box:before {
  background: #F4F1FA;
  border-radius: 50%;
  content: "";
  height: 71px;
  left: 41px;
  top: 5px;
  position: absolute;
  width: 71px;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .icon-box .front-icon {
  color: #6A6F78;
  display: inline-block;
  font-size: 70px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-block .content-box .title {
  margin-bottom: 12px;
}
.feature-block .content-box .text {
  margin-bottom: 13px;
}
.feature-block .content-box .btn-expand-icon .btn-title {
  color: #272E39;
  font-size: 18px;
  font-weight: 600;
}
/***

====================================================================
    Feature Block Two
====================================================================

***/
.feature-block-two {
  margin-bottom: 40px;
}
.feature-block-two .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  cursor: pointer;
}
.feature-block-two .inner-box:hover .icon-box {
  background-color: var(--color1);
}
.feature-block-two .inner-box:hover .icon-box path {
  fill: var(--color-black);
}
.feature-block-two .inner-box .icon-box {
  width: 83px;
  height: 83px;
  line-height: 83px;
  text-align: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-gray);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-block-two .inner-box .content-box .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 8px;
}
.feature-block-two .inner-box .content-box .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

/*** 

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

***/
.about-section {
  position: relative;
  padding: 130px 15px 69px;
}
.about-section .outer-box {
  background-color: var(--color-lighter);
  border-radius: 60px;
  max-width: 1890px;
  padding: 130px 15px 100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about-section .outer-box {
    padding: 106px 0 100px;
  }
}
.about-section .sec-title {
  margin-bottom: 38px;
  margin-top: 23px;
}
@media (max-width: 991.98px) {
  .about-section .image-box {
    margin-top: 50px;
  }
}
.about-section .info-block {
  margin-bottom: 42px;
}
.about-section .info-block:last-child .inner-box:before {
  width: 100%;
}
.about-section .info-block .inner-box {
  position: relative;
}
.about-section .info-block .inner-box:hover .content-box {
  border-color: var(--color1);
}
.about-section .info-block .inner-box:hover .content-box .icon-box {
  background-color: var(--color1);
  border-color: var(--color1);
}
.about-section .info-block .inner-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .about-section .info-block .inner-box .content-box {
    display: block;
  }
}
.about-section .info-block .inner-box .content-box .title {
  margin-bottom: 4px;
}
.about-section .info-block .inner-box .icon-box {
  background-color: var(--color2);
  border: 1px solid rgba(var(--color-black-rgb), 0.1);
  border-radius: 50%;
  color: var(--text-color-color2);
  font-size: 30px;
  line-height: 1;
  margin: 11px 37px 0 10px;
  height: 66px;
  line-height: 72px;
  text-align: center;
  width: 66px;
  min-width: 66px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .about-section .info-block .inner-box .icon-box {
    margin-bottom: 20px;
  }
}
.about-section .info-block .inner-box .icon-box:before {
  border: 1px dashed var(--color1);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 84px;
  width: 84px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-section .info-block .inner-box .icon-box .icon {
  color: var(--color-white);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@-webkit-keyframes squrerotate {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-150px, 200px) rotate(180deg);
            transform: translate(-150px, 200px) rotate(180deg);
  }
}

@keyframes squrerotate {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-150px, 200px) rotate(180deg);
            transform: translate(-150px, 200px) rotate(180deg);
  }
}
/*** 

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

***/
.about-section-two {
  position: relative;
  padding: 180px 0 40px;
}
@media (max-width: 1199.98px) {
  .about-section-two {
    padding: 80px 0 40px;
  }
}
.about-section-two .about2-pattrn1 {
  background-image: url(../images/resource/about2-7.png);
  position: absolute;
  width: 425px;
  height: 422px;
  left: 0;
  bottom: -45px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .about-section-two .about2-pattrn1 {
    display: none;
  }
}
.about-section-two .image-column .inner-column .image-box {
  position: relative;
  margin-right: 52px;
  margin-left: -52px;
}
.about-section-two .image-column .inner-column .image-box .play-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.about-section-two .image-column .inner-column .image-box .play-box .play-btn-two {
  background-color: var(--color1);
  bottom: 0;
  border-radius: 50%;
  right: 0;
  height: 206px;
  width: 206px;
  line-height: 206px;
  left: -16px;
  z-index: 3;
}
.about-section-two .image-column .inner-column .image-box .play-box .play-btn-two .icon {
  border: 1px dashed var(--color-light);
  font-size: 44px;
  color: var(--color-light);
}
.about-section-two .image-column .inner-column .image-box .play-box .play-btn-two .icon:hover {
  color: var(--color-dark);
}
.about-section-two .image-column .inner-column .image-box .play-box .play-btn-two .icon-text-2 {
  background-image: url(../images/icons/icon-text-2.png);
  bottom: -7px;
  right: -6px;
  z-index: 2;
  width: 196px;
  height: 194px;
  pointer-events: none;
  position: relative;
  -webkit-animation: fa-spin 40s infinite linear;
          animation: fa-spin 40s infinite linear;
}
.about-section-two .image-column .inner-column .image-box .image {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box .image {
    display: none;
  }
}
.about-section-two .image-column .inner-column .image-box .image a img {
  width: 100%;
}
.about-section-two .image-column .inner-column .image-box .image-one {
  height: 100%;
  margin-left: 0;
}
.about-section-two .image-column .inner-column .image-box .image-one img {
  height: 100%;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box .image-one img {
    width: 100%;
  }
}
.about-section-two .image-column .inner-column .image-box .image-two {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box .image-two {
    display: none;
  }
}
.about-section-two .image-column .inner-column .image-box .image-two img {
  width: 100%;
}
.about-section-two .content-column .inner-column {
  margin-left: 88px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .content-column .inner-column {
    margin-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column {
    margin-top: 50px;
  }
}
.about-section-two .content-column .inner-column .sec-title .text {
  margin-top: 17px;
}
.about-section-two .content-column .inner-column .list-box .inner .thumb {
  margin-bottom: 23px;
  margin-top: 38px;
}
.about-section-two .content-column .inner-column .list-box .inner .thumb img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-two .content-column .inner-column .list-box .inner .title {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .list-box .inner .title {
    font-size: 24px;
  }
}
.about-section-two .content-column .inner-column .list-box .inner:hover .thumb img {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.about-section-two .content-column .inner-column .author-box {
  margin-top: 48px;
}
.about-section-two .content-column .inner-column .author-box .inner {
  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: 991.98px) {
  .about-section-two .content-column .inner-column .author-box .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .author-box .inner {
    display: block;
  }
}
.about-section-two .content-column .inner-column .author-box .inner .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .about-section-two .content-column .inner-column .author-box .inner .contact-info {
    margin-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .author-box .inner .contact-info {
    margin-left: 0;
    margin-top: 40px;
  }
}
.about-section-two .content-column .inner-column .author-box .inner .contact-info .sign {
  margin-left: 32px;
}
.about-section-two .content-column .inner-column .author-box .inner .contact-info .sign .text {
  color: var(--color-dark);
  font-size: 14px;
}
.about-section-two .content-column .inner-column .author-box .inner .contact-info .sign a {
  color: var(--color-dark);
  font-size: 22px;
  font-weight: 700;
  font-family: var(--title-font);
  letter-spacing: 5px;
}
.about-section-two .content-column .inner-column .author-box .inner .contact-info .sign a:hover {
  color: var(--color1);
}

/*** 

====================================================================
    about-section-h1
====================================================================

***/
.about-section-h1 {
  position: relative;
  padding: 120px 0 100px;
}
@media (max-width: 991.98px) {
  .about-section-h1 {
    padding: 80px 0 60px;
  }
}
/*
.about-section-h1:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/about-h1-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 62% auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.78;
  pointer-events: none;
}
*/
.about-section-h1 .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1199.98px) {
  .about-section-h1 .image-column .inner-column {
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .about-section-h1 .image-column .inner-column {
    width: 100%;
  }
}
.about-section-h1 .image-column .inner-column .image-box {
  position: relative;
  border-radius: 30px;
  max-width: 300px;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .about-section-h1 .image-column .inner-column .image-box {
    max-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-height: 410px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-section-h1 .image-column .inner-column .image-box img {
  border-radius: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .about-section-h1 .image-column .inner-column .image-box img {
    max-height: 410px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .about-section-h1 .image-column .inner-column .image-box img:first-child {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .about-section-h1 .image-column .inner-column .image-box.one {
    display: none;
  }
}
.about-section-h1 .image-column .inner-column .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.about-section-h1 .image-column .inner-column .icon img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
@media (max-width: 767.98px) {
  .about-section-h1 .image-column .inner-column .icon {
    display: none;
  }
}
.about-section-h1 .content-column .inner-column {
  padding-left: 25px;
}
@media (max-width: 1199.98px) {
  .about-section-h1 .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-h1 .content-column .inner-column .info-box {
  padding: 10px 42px 10px 13px;
  margin: 0px 0px 0px 0px;
  background-color: var(--color-white);
  border-radius: 87px;
  border: 1px solid rgba(136, 136, 136, 0.1019607843);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 50px;
  position: relative;
}
@media (max-width: 767.98px) {
  .about-section-h1 .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-radius: 20px;
    padding: 20px;
  }
}
.about-section-h1 .content-column .inner-column .info-box:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: var(--color2);
  color: var(--color1);
}
.about-section-h1 .content-column .inner-column .info-box .icon {
  width: 110px;
  height: 110px;
  font-size: 55px;
  background-color: var(--color-gray2);
  border-radius: 50%;
  text-align: center;
  line-height: 123px;
  color: var(--color-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-h1 .content-column .inner-column .info-box span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: var(--color-black);
}
@media (max-width: 575.98px) {
  .about-section-h1 .content-column .inner-column .info-box span br {
    display: none;
  }
}
.about-section-h1 .content-column .inner-column .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .about-section-h1 .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.about-section-h1 .content-column .inner-column .bottom-box .phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-h1 .content-column .inner-column .bottom-box .phone_box:hover .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.about-section-h1 .content-column .inner-column .bottom-box .phone_box .icon {
  width: 50px;
  height: 50px;
  background-color: var(--color1);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.about-section-h1 .content-column .inner-column .bottom-box .phone_box i {
  color: var(--color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 22px;
}
.about-section-h1 .content-column .inner-column .bottom-box .phone_box .info {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
}
.about-section-h1 .content-column .inner-column .bottom-box .phone_box .info strong {
  color: var(--color-black);
  font-weight: 700;
  font-size: 18px;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 23px;
}
.about-section-h1 .content-column .inner-column .bottom-box .phone_box .info strong:hover {
  color: var(--color1);
}

/*** 

====================================================================
    about-section-h2
====================================================================

***/
.about-section-h2 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section-h2 {
    padding: 80px 0;
  }
}
.about-section-h2 .image-column .inner-column {
  padding-right: 32px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .about-section-h2 .image-column .inner-column {
    padding-right: 0;
  }
}
.about-section-h2 .image-column .inner-column .image {
  position: relative;
}
.about-section-h2 .image-column .inner-column .image:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/icons/about-shape.webp") no-repeat;
  background-size: 100% 100%;
      /* animation: spin 7s linear infinite; */
}
.about-section-h2 .image-column .inner-column .image img {
  /* -webkit-mask-image: url(../images/icons/about-h2-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat; */
}
.about-section-h2 .image-column .inner-column .icon {
  position: absolute;
  bottom: -88px;
  left: -170px;
}
.about-section-h2 .image-column .inner-column .icon img {
  -webkit-animation: spin 7s linear infinite;
          animation: spin 7s linear infinite;
}
@media (max-width: 1199.98px) {
  .about-section-h2 .content-column .inner-column {
    margin-top: 40px;
  }
}
.about-section-h2 .content-column .inner-column .sec-title-h1 {
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .about-section-h2 .content-column .inner-column .sec-title-h1 .title br {
    display: none;
  }
}
.about-section-h2 .content-column .inner-column .info-box {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  border-top: 1px solid rgba(var(--color-black-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
}
.about-section-h2 .content-column .inner-column .info-box .right-box{
  background: var(--green2);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-box .left-box .info svg{
  min-width: 57px;
}
@media (max-width: 1199.98px) {
  .about-section-h2 .content-column .inner-column .info-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 767.98px) {
  .about-section-h2 .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 575.98px) {
  .about-section-h2 .content-column .inner-column .info-box {
    margin-bottom: 30px;
  }
}
.about-section-h2 .content-column .inner-column .info-box .left-box {
  padding: 27px 25px 28px 0;
}
.about-section-h2 .content-column .inner-column .info-box .left-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.about-section-h2 .content-column .inner-column .info-box .left-box .info.ml-0 {
  margin-left: 0;
}
.about-section-h2 .content-column .inner-column .info-box .left-box .info .content .title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 5px;
  line-height: 23.4px;
  color: var(--headings-color);
}
.about-section-h2 .content-column .inner-column .info-box .left-box .info .content .text {
  color: var(--text-color2);
}
.about-section-h2 .content-column .inner-column .info-box .right-box .counter-box {
  /* padding: 14px 0 27px 45px; */
  /* border-left: 1px solid rgba(var(--color-black-rgb), 0.1); */
}
@media (max-width: 767.98px) {
  .about-section-h2 .content-column .inner-column .info-box .right-box .counter-box {
    border-left: none;
    padding-left: 0;
  }
}
.about-section-h2 .content-column .inner-column .info-box .right-box .counter-box .count-box {
  font-size: 120px;
  font-weight: 500;
  line-height: 90px;
  font-family: var(--title-font);
  color: var(--color-white);
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .about-section-h2 .content-column .inner-column .info-box .right-box .counter-box .count-box {
    font-size: 80px;
    line-height: 80px;
  }
}
.about-section-h2 .content-column .inner-column .info-box .right-box .counter-box .text {
  display: block;
  font-size: 15px;
  color: var(--color-white);
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.about-section-h2 .content-column .inner-column .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .about-section-h2 .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}
.about-section-h2 .content-column .inner-column .bottom-box .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-h2 .content-column .inner-column .bottom-box .author-info .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--color3);
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section-h2 .content-column .inner-column .bottom-box .author-info .author-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.about-section-h2 .content-column .inner-column .bottom-box .author-info .info .designation {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: var(--color1);
  font-family: var(--title-font);
  margin-top: 6px;
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee-section {
  position: relative;
  padding: 50px 0 0;
  background: var(--colo-white);
  
}
.marquee-section.style-lake .marquee .text.divider .icon {
  -webkit-text-fill-color: var(--color6);
  -webkit-text-stroke: 1px var(--color6);
}
.marquee-section .bg {
  opacity: 0.03;
}
.marquee-section .marquee.marquee-style-one .text {
  text-transform: uppercase;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
   background: linear-gradient(
90deg,
#4FAF2D 0%,
#62BC30 50%,
#4FAF2D 100%
);
box-shadow:
0 -8px 20px rgba(0,0,0,.04),
0 8px 20px rgba(0,0,0,.06);
    padding-block: 22px;
}
.marquee .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee .marquee-group.scroll-slow {
  -webkit-animation: scroll 120s linear infinite;
          animation: scroll 120s linear infinite;
}
.marquee .text {
  color: rgba(2, 1, 1, 0);
  font-size: 60px;
  font-weight: 700;
  font-family: var(--title-font);
  letter-spacing: 0;
  line-height: 60px;
  padding: 0 40px;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.marquee-group svg{
  width: 70px;
}
.marquee-group svg path{
  fill: var(--yellow);
}
@media (max-width: 991.98px) {
  .marquee .text {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .marquee .text {
    font-size: 36px;
  }
}
.marquee .text.text-style2 {
     -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 1px #ffffff;
    color: var(--color-black);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.marquee .text:after {
  -webkit-text-fill-color: #D9D9D9;
  -webkit-text-stroke: 1px #D9D9D9;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.marquee .text:hover {
  -webkit-text-fill-color: var(--yellow);
  -webkit-text-stroke: 1px #fff;
  color: var(--yellow);
  cursor: pointer;
}
.marquee .text:hover:after {
  background-color: transparent;
}
.marquee .text:hover:before {
  width: 0;
}
.marquee .text.divider .icon {
  -webkit-text-fill-color: var(--color1);
  -webkit-text-stroke: 1px var(--color1);
  color: var(--color1);
  font-size: 40px;
  position: relative;
  top: -3px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee.slide-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
.main-slider {
  position: relative;
}
.main-slider .sub-title {
  color: var(--headings-color);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  line-height: var(--sec-title-subtitle-line-height);
  font-family: var(--sec-title-subtitle-font-family);
  margin-top: 0;
}
.main-slider .title {
  text-transform: uppercase;
  position: relative;
  font-size: var(--h1-font-size);
  font-weight: 700;
  line-height: 1.211em;
  margin-bottom: 0;
}
@media (max-width: 801.98px) {
  .main-slider .title {
    font-size: 50px;
  }
}
@media (max-width: 424.98px) {
  .main-slider .title {
    font-size: 48px;
  }
}
.main-slider .style-title {
  color: var(--color-light);
  font-family: var(--title-font);
  font-size: 216px;
  font-weight: 700;
  line-height: 115px;
  letter-spacing: 47.5px;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (max-width: 1445.98px) {
  .main-slider .style-title {
    font-size: 130px;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .main-slider .style-title {
    letter-spacing: 27px;
    font-size: 100px;
  }
}
@media (max-width: 801.98px) {
  .main-slider .style-title {
    letter-spacing: 16px;
    font-size: 52px;
  }
}
@media (max-width: 479.98px) {
  .main-slider .style-title {
    letter-spacing: 21px;
    font-size: 52px;
  }
}
.main-slider .image-curve {
  background-image: url(../images/main-slider/slide-shape-bottom.png);
  position: absolute;
  width: 100%;
  height: 69px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .main-slider .image-curve {
    display: none;
  }
}
.main-slider .tparrows {
  background-color: rgba(28, 26, 29, 0.5);
  border-radius: 50%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider .tparrows.tp-leftarrow:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f177";
  color: var(--color-light);
  font-size: 30px;
  font-weight: 300;
  line-height: 80px;
}
.main-slider .tparrows.tp-leftarrow:hover {
  background-color: rgba(194, 167, 78, 0.5);
}
.main-slider .tparrows.tp-rightarrow:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f178";
  color: var(--color-light);
  font-size: 30px;
  font-weight: 300;
  line-height: 80px;
}
.main-slider .tparrows.tp-rightarrow:hover {
  background-color: rgba(194, 167, 78, 0.4);
}
@media (max-width: 1199.98px) {
  .main-slider .image-style-one {
    display: none;
  }
}

.slider-style-two .tparrows {
  display: block;
}
.slider-style-three .image-curve-two {
  background-image: url(../images/main-slider/slide-shape-bottom2.png);
  position: absolute;
  width: 100%;
  height: 153px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .slider-style-three .image-curve-two {
    display: none;
  }
}

.bounce-z {
  -webkit-animation: fa-spin 70s infinite;
          animation: fa-spin 70s infinite;
}

@media (max-width: 1199.98px) {
  .rev_slider .tp-mask-wrap .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
}
/*** 

====================================================================
  Main Slider Two
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
.services-section-h2 {
  padding: 70px 15px 30px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .services-section-h2 {
    padding-top: 50px;
  }
}
.services-section-h2 .outer-box {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  padding: 110px 0;
  max-width: 1870px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .services-section-h2 .outer-box {
    padding: 80px 0 40px;
  }
}
.services-section-h2 .outer-box:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/service-h1-bg-1.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}
.services-section-h2 .outer-box .upper-box .sec-title-h1 {
  margin-bottom: 85px;
}
.services-section-h2 .outer-box .upper-box .service-block:nth-child(1) .inner-block, .services-section-h2 .outer-box .upper-box .service-block:nth-child(2) .inner-block {
  margin-right: 4px;
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 62px 40px;
}
@media (max-width: 1399.98px) {
  .services-section-h2 .outer-box .upper-box .service-block .inner-block {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .services-section-h2 .outer-box .upper-box .service-block .inner-block {
    padding: 62px 15px 30px;
  }
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block:hover {
  background-color: var(--green);
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block:hover .number {
  background-color: var(--yellow);
  border-color: transparent;
  color: var(--color1-dark);
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block:hover .title {
  color: var(--color-white);
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block:hover .list-style-two li {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
  color: var(--color-light);
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block:hover .icon img {
  -webkit-animation: rotateX 30s linear infinite;
          animation: rotateX 30s linear infinite;
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block .number {
  position: absolute;
  right: 30px;
  top: -30px;
  background: var(--yellow);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 36px;
  line-height: 1;
  padding: 10px 26px 12px;
  color: #fff;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block .title {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block .list-style-two li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 12px 36px;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .services-section-h2 .outer-box .upper-box .service-block .inner-block .list-style-two li {
    padding: 12px 30px;
  }
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block .icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
@media (max-width: 575.98px) {
  .services-section-h2 .outer-box .upper-box .service-block .inner-block .icon {
    display: none;
  }
}
.services-section-h2 .outer-box .lower-box {
  padding: 125px 0 0;
}
@media (max-width: 991.98px) {
  .services-section-h2 .outer-box .lower-box {
    padding: 80px 0 0;
  }
}
.services-section-h2 .outer-box .lower-box .sec-title-h1 .title {
  margin-bottom: 50px;
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box {
  position: relative;
  padding: 40px 0px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box {
    padding: 20px 0;
  }
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box:hover .image-box, .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box.active .image-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box:hover .content-box, .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box.active .content-box {
  padding-left: 370px;
}
@media (max-width: 1199.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box:hover .content-box, .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box.active .content-box {
    padding-left: 300px;
  }
}
@media (max-width: 991.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box:hover .content-box, .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box.active .content-box {
    padding-left: 0px;
  }
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box:hover .content-box .icon-box .icon, .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box.active .content-box .icon-box .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: var(--color1);
  color: var(--color1-text-color);
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .image-box {
  position: absolute;
  top: 45px;
  left: 0;
  max-width: 338px;
  height: 120px;
  opacity: 0;
  border-radius: 20px;
  visibility: hidden;
  margin-right: 30px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .image-box {
    max-width: 275px;
  }
}
@media (max-width: 991.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .image-box {
    position: relative;
    max-width: 360px;
    opacity: 1;
    height: auto;
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .image-box {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .image-box {
    margin-bottom: 25px;
  }
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .title-box .number {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  font-style: italic;
  font-family: var(--style-font);
  color: var(--color-white);
}
@media (max-width: 575.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .title-box .number {
    display: none;
  }
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .title-box .title {
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  font-family: var(--title-font);
  color: var(--color-white);
}
@media (max-width: 1399.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .title-box .title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .title-box .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 575.98px) {
  .services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .title-box .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .icon-box .icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*** 

====================================================================
  Service Section
====================================================================

***/
.ks-service-area {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
[data-tm-layout=dark] .ks-service-area {
  background-color: var(--dark-color2);
}
.ks-service-area:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/service-h1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.96;
}
.ks-service-icon {
  margin-bottom: 25px;
}
.ks-service-icon span {
  border-radius: 50%;
  border: 1px solid #76878F;
  color: var(--color1);
  display: inline-block;
  height: 62px;
  line-height: 56px;
  position: relative;
  text-align: center;
  width: 62px;
  z-index: 1;
}
.ks-service-icon span::after {
  background-color: var(--color1);
  border-radius: 50%;
  height: 100%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ks-service-title {
  margin-bottom: 25px;
  line-height: 1.33;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .ks-service-title {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-service-title {
    font-size: 20px;
  }
}
.ks-service-top-text p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ks-service-top-text p br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ks-service-top-text p {
    margin-top: 30px;
  }
}
.ks-service-top-wrap {
  margin-bottom: 50px;
}
.ks-service-list-box {
  margin-bottom: 20px;
}
.ks-service-list-box ul{
  list-style: none;
}
.ks-service-list-box ul li {
  line-height: 1.87;
  padding-left: 0;
  padding-right: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 11px;
  color: var(--text-color2);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-service-list-box ul li {
    font-size: 14px;
  }
}
.ks-service-list-box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--text-color2);
}
.ks-service-more {
  font-weight: 700;
  font-size: 12px;
  color: var(--text-color2);
  text-transform: uppercase;
}
.ks-service-more::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 55%;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 20px;
  background-color: rgba(147, 147, 169, 0.3);
}
@media (max-width: 1199.98px) {
  .ks-service-more::before {
    width: 40%;
  }
}
.ks-service-more:hover {
  color: #ffffff;
}
.ks-service-number {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 90px;
  line-height: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-family: var(--heading-font-family);
}
.ks-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ks-service-item {
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-service-item {
    padding: 30px 25px;
  }
}
.ks-service-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 15px;
  background-color: var(--black2-color);
  -webkit-mask-image: url(../images/service/mask.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: top right;
  -webkit-mask-repeat: no-repeat;
}
.ks-service-item:hover .ks-service-icon span {
  color: var(--color1-text-color);
  border-color: var(--color1);
}
[data-tm-layout=dark] .ks-service-item:hover .ks-service-icon span {
  color: var(--headings-color);
}
.ks-service-item:hover .ks-service-icon span::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.ks-service-item:hover .ks-service-list-box ul li {
  color: var(--color-white);
}
.ks-service-thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.ks-service-thumb img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  min-height: 215px;
}
@media (max-width: 575.98px) {
  .ks-service-thumb img {
    min-height: auto;
  }
}
.ks-service-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ks-service-link a {
  display: inline-block;
  border-radius: 200px;
  padding: 10px 15px;
  width: 48px;
  height: 62px;
  line-height: 41px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
  background-color: var(--color1);
}
@media (max-width: 1199.98px) {
  .ks-service-link a {
    height: 55px;
    width: 42px;
    line-height: 2;
  }
}
.ks-service-link a svg {
  position: relative;
  z-index: 1;
}
.ks-service-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 200px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--yellow);
}
.ks-service-style-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ks-service-style-2 .outer-box {
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 15px;
}
.ks-service-style-2 .outer-box .sec-title-h1 {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .ks-service-style-2 .outer-box .sec-title-h1 {
    margin-bottom: 30px;
  }
}
.ks-service-style-2 .ks-service-item {
  padding: 25px 25px 20px 25px;
  border-radius: 20px;
  z-index: 1;
  margin-bottom: 30px;
  
}
.ks-service-style-2 .ks-service-item::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  -webkit-mask-position: bottom right;
  background-color: var(--color-light);
  -webkit-mask-image: url(../images/service/mask-2.png);
}
.ks-service-style-2 .ks-service-item .ks-service-list-box {
  margin-bottom: 15px;
}
.ks-service-style-2 .ks-service-item:hover::after {
  background-color: var(--color2);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-list-box ul li {
  color: var(--color2-text-color);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-list-box ul li:after {
  background-color: var(--color2-text-color);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-title {
  color: var(--color-white);
}
[data-tm-layout=dark] .ks-service-style-2 .ks-service-item:hover .ks-service-title {
  color: var(--color-yellow);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-list-box ul li {
  color: var(--color2-text-color);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-list-box ul li::after {
  background-color: var(--color2-text-color);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-more {
  color: var(--color-white);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-more:before {
  background-color: var(--text-color);
}
[data-tm-layout=dark] .ks-service-style-2 .ks-service-item:hover .ks-service-more {
  color: var(--headings-color);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-link a {
  color: var(--color1-dark);
}
[data-tm-layout=dark] .ks-service-style-2 .ks-service-item:hover .ks-service-link a:after {
  background-color: var(--color-white);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-link a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ks-service-style-2 .ks-service-item:hover .ks-service-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ks-service-style-2 .ks-service-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-bottom: 0;
}
.ks-service-style-2 .ks-service-icon span {
  color: var(--color1-text-color);
  border-color: var(--yellow);
  background-color: var(--yellow);
}
[data-tm-layout=dark] .ks-service-style-2 .ks-service-icon span svg path {
  fill: var(--headings-color);
}
.ks-service-style-2 .ks-service-link {
  color: var(--color2-text-color);
}
[data-tm-layout=dark] .ks-service-style-2 .ks-service-link a {
  background-color: var(--color2);
  color: var(--color2-text-color);
}
.ks-service-style-2 .ks-service-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: var(--color1-dark);
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
}
@media (max-width: 1199.98px) {
  .ks-service-style-2 .ks-service-title {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-service-style-2 .ks-service-title {
    font-size: 19px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-service-style-2 .ks-service-more::before {
    width: 36%;
  }
}
.ks-service-style-2.ks-service-area {
  padding-bottom: 90px;
  padding-top: 70px;
}
@media (max-width: 991.98px) {
  .ks-service-style-2.ks-service-area {
    padding: 75px 0 50px;
  }
}

/***

==================================================================
    Video Section
==================================================================

***/
.video-section {
  position: relative;
  margin: 0px 30px;
  overflow: hidden;
  border-radius: 30px;
}
.video-section .bg-image {
  overflow: hidden;
  z-index: -1;
}
.video-section .video-outer {
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
  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;
  text-align: center;
}
.video-section .video-outer::before {
  position: absolute;
  top: calc(50% - 45px);
  left: 50%;
  width: 682px;
  height: 682px;
  content: "";
  opacity: 0.9;
  border-radius: 50%;
  background-color: var(--color1);
  -webkit-transform: translateX(-341px);
          transform: translateX(-341px);
}
.video-section .video-outer .play-now {
  padding: 9px;
  border-radius: 50%;
  margin-bottom: 100px;
}
.video-section .video-outer .play-now .icon {
  width: 106px;
  height: 106px;
  font-size: 30px;
  line-height: 106px;
  padding-left: 0;
  color: var(--color1);
  background-color: var(--color2);
}
.video-section .video-outer .title {
  color: var(--color2);
  font-weight: 700;
}

/***

==================================================================
    Video Section Two
==================================================================

***/
.video-section-two {
  margin-bottom: 50px;
}
.video-section-two .video-outer {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 145px 0 240px;
}
.video-section-two .bg-image {
  z-index: -1;
}
.video-section-two .content {
  text-align: center;
}
.video-section-two .content .play-now {
  position: absolute;
  right: 50px;
  top: calc(50% - 20px);
  padding: 9px;
  z-index: 1;
  border-radius: 50%;
}
.video-section-two .content .play-now .icon {
  width: 88px;
  height: 88px;
  font-size: 30px;
  line-height: 88px;
  padding-left: 0;
  color: var(--color1);
  background-color: var(--color2);
}
.video-section-two .content .play-now::after {
  position: absolute;
  top: -9px;
  left: 0;
  width: 282px;
  height: 282px;
  content: "";
  border-radius: 50%;
  z-index: -2;
  background-color: var(--color1);
}
.video-section-two .content .play-now::before {
  position: absolute;
  bottom: 15px;
  left: -17px;
  width: 315px;
  height: 315px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  border: 1px solid var(--color-white);
}
.video-section-two .content .stylish-title {
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--color-light);
  font-family: var(--style-font);
}

/***

==================================================================
    Video Section Three
==================================================================

***/
.video-section-three {
  position: relative;
  padding-bottom: 283px;
}
.video-section-three .title-stroke-text {
  position: absolute;
  right: 0;
  bottom: 118px;
}
.video-section-three .video-outer {
  position: relative;
  height: 565px;
  border-radius: 30px;
  overflow: hidden;
}
.video-section-three.style-two {
  padding-bottom: 0;
}
.video-section-three.style-two .outer-box {
  position: relative;
  max-width: 1716px;
  margin: 0 auto;
  height: 750px;
  border-radius: 30px;
  overflow: hidden;
}

/***

==================================================================
    Video Section Three
==================================================================

***/
.video-section-four .video-outer {
  position: relative;
  padding: 200px 0px;
}
.video-section-four .video-outer .bg-image {
  border-radius: 30px;
  overflow: hidden;
}
.video-section-four .video-outer .button-circle {
  padding-bottom: 0;
}
.video-section-four .video-outer .customer-info {
  position: absolute;
  padding: 35px 25px;
  max-width: 248px;
  border-radius: 30px;
  left: 60px;
  bottom: -50px;
  background-color: var(--color-gray);
}
@media (max-width: 575.98px) {
  .video-section-four .video-outer .customer-info {
    left: 20px;
  }
}
.video-section-four .video-outer .customer-info .image-box {
  margin-bottom: 5px;
}
.video-section-four .video-outer .customer-info .count-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.video-section-four .video-outer .customer-info .count-outer .count-box {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.video-section-four .video-outer .customer-info .count-outer .count-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.video-section-four .video-outer .customer-info .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
  position: relative;
  padding-top: 130px;
  z-index: 2;
}
.contact-section .anim-icons .image-1 {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: -1;
}
.contact-section .outer-box {
  position: relative;
  padding: 80px;
  margin: 0px 100px;
  border-radius: 30px;
  background-color: var(--color2);
}
.contact-section .outer-box .bg-image {
  position: absolute;
  background-size: contain;
  background-position: left center;
}
.contact-section .content-column .inner-column .sec-title {
  max-width: 460px;
}
.contact-section .content-column .inner-column .contact-info {
  margin-top: 165px;
}
.contact-section .content-column .inner-column .contact-info .email {
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0;
}
.contact-section .content-column .inner-column .contact-info .phone {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}
.contact-section .contact-form {
  position: relative;
}
.contact-section .contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-section .contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-section .contact-form .form-group label {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 10px;
}
.contact-section .contact-form .form-group input:not([type=submit]),
.contact-section .contact-form .form-group textarea,
.contact-section .contact-form .form-group select {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: var(--color6);
  background-color: transparent;
  border-bottom: 1px solid var(--color12);
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section .contact-form .form-group textarea {
  height: auto;
  min-height: 120px;
  padding-top: 20px;
}
.contact-section .contact-form .form-group ::-webkit-input-placeholder {
  color: var(--color6);
}
.contact-section .contact-form .form-group input:focus,
.contact-section .contact-form .form-group select:focus,
.contact-section .contact-form .form-group textarea:focus {
  border-color: var(--color1);
}

/*** 

====================================================================
 contact-section-h1
====================================================================

***/
.contact-section-h1 {
  position: relative;
  padding: 120px 0 14px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .contact-section-h1 {
    padding: 80px 0 14px;
  }
}
.contact-section-h1 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.contact-section-h1 .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section-h1 .anim-icon-two {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .contact-section-h1 .anim-icon-two {
    display: none;
  }
}
.contact-section-h1 .content-column .inner-column {
  position: relative;
}
.contact-section-h1 .content-column .inner-column .anim-icon {
  position: absolute;
  top: 80px;
  right: 100px;
  animation: tm-animation-slide-horizontal 4s linear infinite alternate-reverse both;
}
@media (max-width: 991.98px) {
  .contact-section-h1 .content-column .inner-column .anim-icon {
    display: none;
  }
}
.contact-section-h1 .content-column .inner-column .sec-title-h2 {
  margin-bottom: 50px;
}
.contact-section-h1 .content-column .inner-column .info-box .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .contact-section-h1 .content-column .inner-column .info-box .inner-box {
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-h1 .content-column .inner-column .info-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .contact-section-h1 .content-column .inner-column .info-box .info {
    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;
  }
}
.contact-section-h1 .content-column .inner-column .info-box .info{
  min-width: 30%;
}
.contact-section-h1 .content-column .inner-column .info-box .info:hover .icon i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.contact-section-h1 .content-column .inner-column .info-box .info:hover a {
  color: var(--color1);
}
.contact-section-h1 .content-column .inner-column .info-box .info .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: var(--color1);
  color: var(--color1-text-color);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 10px;
}
.contact-section-h1 .content-column .inner-column .info-box .info:hover .icon{
  background-color: var(--yellow);
}
.contact-section-h1 .content-column .inner-column .info-box .info .icon i {
  font-size: 30px;
  font-weight: 300;
  color: var(--color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-h1 .content-column .inner-column .info-box .info:hover .icon i{
  color: var(--color1-dark);
}
.contact-section-h1 .content-column .inner-column .info-box .info .text {
  color: var(--color-silver);
}
.contact-section-h1 .content-column .inner-column .info-box .info a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 10px;
  display: block;
}
.contact-section-h1 .form-column .inner-column {
  background-color: var(--color-white);
  margin: 0px 0px -90px -18px;
  padding: 50px 75px 60px 60px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .contact-section-h1 .form-column .inner-column {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-h1 .form-column .inner-column {
    margin-top: 30px;
    margin-left: 0;
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-h1 .form-column .inner-column {
    padding: 30px 20px;
  }
}
.contact-section-h1 .form-column .inner-column .sec-title-h1 {
  margin-bottom: 0;
}
.contact-section-h1 .form-column .inner-column .sec-title-h1 .sub-title {
  color: var(--color2);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.contact-section-h1 .form-column .inner-column .sec-title-h1 .sub-title:before {
  display: none;
}
.contact-section-h1 .form-column .inner-column .sec-title-h1 .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  .contact-section-h1 .form-column .inner-column .sec-title-h1 .title {
    font-size: 36px;
  }
}
.contact-section-h1 .contact-form {
  position: relative;
}
.contact-section-h1 .contact-form .form-group {
  position: relative;
  margin-bottom: 16px;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .contact-section-h1 .contact-form .form-group {
    padding-right: 15px;
  }
}
.contact-section-h1 .contact-form .form-group:last-child {
  margin-bottom: 0;
  margin-top: 27px;
}
.contact-section-h1 .contact-form .select2-container--default .select2-selection--single,
.contact-section-h1 .contact-form input:not([type=submit]),
.contact-section-h1 .contact-form textarea,
.contact-section-h1 .contact-form select {
  position: relative;
  display: block;
  width: 100%;
  height: 60.8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 23px 20px;
  color: var(--color2);
  border-radius: 6px;
  border: 2px solid transparent;
  background-color: #F5F5F5;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-h1 .contact-form .select2-container--default .select2-selection--single::-webkit-input-placeholder, .contact-section-h1 .contact-form input:not([type=submit])::-webkit-input-placeholder, .contact-section-h1 .contact-form textarea::-webkit-input-placeholder, .contact-section-h1 .contact-form select::-webkit-input-placeholder {
  color: var(--color2);
}
.contact-section-h1 .contact-form .select2-container--default .select2-selection--single::-moz-placeholder, .contact-section-h1 .contact-form input:not([type=submit])::-moz-placeholder, .contact-section-h1 .contact-form textarea::-moz-placeholder, .contact-section-h1 .contact-form select::-moz-placeholder {
  color: var(--color2);
}
.contact-section-h1 .contact-form .select2-container--default .select2-selection--single:-ms-input-placeholder, .contact-section-h1 .contact-form input:not([type=submit]):-ms-input-placeholder, .contact-section-h1 .contact-form textarea:-ms-input-placeholder, .contact-section-h1 .contact-form select:-ms-input-placeholder {
  color: var(--color2);
}
.contact-section-h1 .contact-form .select2-container--default .select2-selection--single::-ms-input-placeholder, .contact-section-h1 .contact-form input:not([type=submit])::-ms-input-placeholder, .contact-section-h1 .contact-form textarea::-ms-input-placeholder, .contact-section-h1 .contact-form select::-ms-input-placeholder {
  color: var(--color2);
}
.contact-section-h1 .contact-form .select2-container--default .select2-selection--single::placeholder,
.contact-section-h1 .contact-form input:not([type=submit])::placeholder,
.contact-section-h1 .contact-form textarea::placeholder,
.contact-section-h1 .contact-form select::placeholder {
  color: var(--color2);
}
.contact-section-h1 .contact-form ::-webkit-input-placeholder {
  color: var(--color2);
}
.contact-section-h1 .contact-form input:focus,
.contact-section-h1 .contact-form select:focus,
.contact-section-h1 .contact-form textarea:focus {
  border-color: var(--color1);
}
.contact-section-h1 .contact-form textarea {
  height: 200px;
  resize: none;
}

/*** 

====================================================================
    Contact Section-h2
====================================================================

***/
.contact-section-h2 {
  position: relative;
  padding: 0 0 110px;
}
@media (max-width: 991.98px) {
  .contact-section-h2 {
    padding: 0 0 70px;
  }
}
.contact-section-h2 .outer-box {
  max-width: 1860px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding-left: 15px;
  background-color: var(--color3);
}
@media (max-width: 1199.98px) {
  .contact-section-h2 .outer-box {
    padding-left: 0;
    border-radius: 0;
  }
}
.contact-section-h2 .outer-box .bg {
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .contact-section-h2 .outer-box .bg {
    border-radius: 0;
  }
}
.contact-section-h2 .outer-box .shape-11 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.42;
}
.contact-section-h2 .content-column .inner-column {
  position: relative;
  padding: 110px 54px 110px 0;
  margin-left: -25px;
}
@media (max-width: 1399.98px) {
  .contact-section-h2 .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .contact-section-h2 .content-column .inner-column {
    padding: 60px 0 40px;
  }
}
.contact-section-h2 .content-column .inner-column .sec-title-h1 {
  margin-bottom: 30px;
}
.contact-section-h2 .content-column .inner-column .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.contact-section-h2 .content-column .inner-column .btn-box .readmore {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  background: var(--gradient-1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-h2 .content-column .inner-column .btn-box .readmore i {
  position: relative;
  z-index: 3;
}
.contact-section-h2 .content-column .inner-column .btn-box .readmore:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.contact-section-h2 .content-column .inner-column .btn-box .readmore:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background-color: var(--color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-h2 .content-column .inner-column .btn-box .readmore:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact-section-h2 .image-column .inner-column {
  position: relative;
  margin-right: -328px;
  margin-left: 72px;
  max-height: 744px;
}
@media only screen and (max-width: 1699px) {
  .contact-section-h2 .image-column .inner-column {
    margin-left: 55px;
  }
}
@media (max-width: 1399.98px) {
  .contact-section-h2 .image-column .inner-column {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-h2 .image-column .inner-column {
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-section-h2 .image-column .inner-column .image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  max-height: 744px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .contact-section-h2 .image-column .inner-column .image {
    border-radius: 0;
    max-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .contact-section-h2 .image-column .inner-column .image {
    height: 100%;
  }
}
.contact-section-h2 .image-column .inner-column .image img {
  width: 100%;
  max-height: 744px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section-h2 .image-column .inner-column .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-top-right-radius: 20px;
  padding: 60px 145px 60px 0;
  background-color: #1B152C;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .contact-section-h2 .image-column .inner-column .info-box {
    padding: 25px 35px 25px 0;
  }
}
@media (max-width: 575.98px) {
  .contact-section-h2 .image-column .inner-column .info-box {
    padding: 60px 145px 60px 0;
    gap: 10px;
    width: 100%;
  }
}
@media (max-width: 499.98px) {
  .contact-section-h2 .image-column .inner-column .info-box {
    padding: 30px;
  }
}
.contact-section-h2 .image-column .inner-column .info-box:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.contact-section-h2 .image-column .inner-column .info-box .icon {
  position: relative;
  width: 75px;
  height: 75px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: var(--color1-text-color);
  background-color: var(--color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .contact-section-h2 .image-column .inner-column .info-box .icon {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-h2 .image-column .inner-column .info-box .icon {
    font-size: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 75px;
    width: 75px;
  }
}
.contact-section-h2 .image-column .inner-column .info-box .title {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
}
@media (max-width: 767.98px) {
  .contact-section-h2 .image-column .inner-column .info-box .title {
    font-size: 16px;
  }
}
.contact-section-h2 .image-column .inner-column .info-box .phone {
  position: relative;
  color: var(--color-white);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .contact-section-h2 .image-column .inner-column .info-box .phone {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-h2 .image-column .inner-column .info-box .phone {
    font-size: 22px;
  }
}
.contact-section-h2 .image-column .inner-column .info-box .phone:hover {
  color: var(--color1);
}
.contact-section-h2 .contact-form {
  position: relative;
}
.contact-section-h2 .contact-form .form-group {
  position: relative;
  margin-bottom: 16px;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .contact-section-h2 .contact-form .form-group {
    padding-right: 16px;
  }
}
.contact-section-h2 .contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-section-h2 .contact-form .select2-container--default .select2-selection--single,
.contact-section-h2 .contact-form input:not([type=submit]),
.contact-section-h2 .contact-form textarea,
.contact-section-h2 .contact-form select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 23px 20px;
  color: var(--colo-white);
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #0d0a16;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-h2 .contact-form ::-webkit-input-placeholder {
  color: #9c94b3;
}
.contact-section-h2 .contact-form input:focus,
.contact-section-h2 .contact-form select:focus,
.contact-section-h2 .contact-form textarea:focus {
  border-color: var(--color1);
}
.contact-section-h2 .contact-form textarea {
  height: 155px;
  resize: none;
}
.contact-section-h2 .contact-form .btn-box .btn {
  border-radius: 50px;
  padding: 21.5px 51.2px;
}

/***

====================================================================
    Cta Section
====================================================================

***/
.cta-section {
  position: relative;
}
@media (max-width: 1399.98px) {
  .cta-section {
    padding: 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .cta-section {
    padding: 0px;
  }
}
.cta-section .anim-icons .image-1 {
  position: absolute;
  top: -100px;
  left: 0;
}
.cta-section .outer-box {
  position: relative;
  padding: 100px 0 121px;
  border-radius: 30px;
  background-color: var(--color2);
  border: 1px solid var(--color-gray);
}
@media (max-width: 1599.98px) {
  .cta-section .outer-box {
    padding: 50px;
  }
}
.cta-section .outer-box .content-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .cta-section .outer-box .content-column {
    margin-bottom: 50px;
  }
}
.cta-section .outer-box .content-column .title-box {
  padding-bottom: 68px;
  margin-bottom: 75px;
  border-bottom: 1px solid var(--color-gray);
}
@media (max-width: 575.98px) {
  .cta-section .outer-box .content-column .title-box {
    padding-bottom: 50px;
  }
}
.cta-section .outer-box .content-column .title-box .title {
  font-size: 100px;
  font-weight: 700;
  line-height: 126px;
  color: var(--color-white);
  margin-bottom: 18px;
}
@media (max-width: 1399.98px) {
  .cta-section .outer-box .content-column .title-box .title {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 991.98px) {
  .cta-section .outer-box .content-column .title-box .title {
    font-size: 50px;
    line-height: 70px;
  }
}
.cta-section .outer-box .content-column .title-box .title span {
  color: var(--color1);
  font-weight: 400;
}
.cta-section .outer-box .content-column .title-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: var(--color-lighter2);
  max-width: 750px;
}
.cta-section .outer-box .content-column .counter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
@media (max-width: 575.98px) {
  .cta-section .outer-box .content-column .counter-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-section .outer-box .content-column .counter-box .count-box {
  color: var(--color1);
  font-weight: 700;
  font-size: 50px;
  line-height: 34px;
  margin-bottom: 15px;
}
.cta-section .outer-box .content-column .counter-box .count-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
}
.cta-section .outer-box .image-column .inner-colmun {
  position: relative;
}
.cta-section .outer-box .image-column .inner-colmun .image-box {
  margin-right: -130px;
  margin-left: 80px;
  padding-top: 10px;
}
.cta-section .outer-box .image-column .inner-colmun .link-btn {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% + 20px);
  max-width: 150px;
  width: 100%;
  height: 150px;
  line-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: var(--color-white);
}
.cta-section .outer-box .image-column .inner-colmun .link-btn:hover .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cta-section .outer-box .image-column .inner-colmun .link-btn .btn-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  color: var(--color-gray);
  max-width: 70px;
  margin-bottom: 10px;
}
.cta-section .outer-box .image-column .inner-colmun .link-btn .icon {
  font-size: 30px;
  width: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Cta Section Two
====================================================================

***/
.cta-section-two {
  position: relative;
  padding-bottom: 80px;
}
.cta-section-two .anim-icons .image-1 {
  position: absolute;
  top: -180px;
  right: 0;
  -webkit-animation: circlezoomrotate 15s infinite linear;
          animation: circlezoomrotate 15s infinite linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.cta-section-two .anim-icons .image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.cta-section-two .outer-box {
  position: relative;
}
.cta-section-two .outer-box .link-btn {
  position: relative;
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
  height: 150px;
  line-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid var(--color1);
}
.cta-section-two .outer-box .link-btn:hover .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cta-section-two .outer-box .link-btn .btn-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  color: var(--color-white);
  max-width: 70px;
  margin-bottom: 10px;
}
.cta-section-two .outer-box .link-btn .icon {
  font-size: 30px;
  width: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Cta Section Three
====================================================================

***/
.cta-section-three {
  position: relative;
  z-index: 99;
  padding: 100px 0px;
}
.cta-section-three::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: var(--gradient-6);
}
.cta-section-three .bg-image {
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
}
.cta-section-three .bg-image-2 {
  z-index: -1;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.cta-section-three .outer-box {
  position: relative;
}
.cta-section-three .outer-box .title {
  font-size: 100px;
  font-weight: 700;
  line-height: 126px;
  text-transform: capitalize;
  color: var(--color1);
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .cta-section-three .outer-box .title {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 991.98px) {
  .cta-section-three .outer-box .title {
    font-size: 50px;
    line-height: 70px;
  }
}
.cta-section-three .outer-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: var(--text-color);
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 35px;
}

/***

====================================================================
   cta-section-h1
====================================================================

***/
.cta-section-h1 {
  padding: 0 15px;
}
.cta-section-h1 .outer-box {
  max-width: 1870px;
  margin: 0 auto;
  padding: 120px 15px 0;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .cta-section-h1 .outer-box {
    padding: 80px 15px 0;
  }
}
.cta-section-h1 .outer-box:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/cta-h3-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.cta-section-h1 .outer-box .anim-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .cta-section-h1 .outer-box .anim-icon {
    display: none;
  }
}
.cta-section-h1 .ks-funfact-2-area {
  position: relative;
}
.cta-section-h1 .ks-funfact-2-shape-1 {
  position: absolute;
  top: -140%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .cta-section-h1 .ks-funfact-2-shape-1 {
    top: -100%;
  }
}
@media (max-width: 991.98px) {
  .cta-section-h1 .ks-funfact-2-shape-1 {
    top: -65%;
  }
}
.cta-section-h1 .ks-funfact-2-number {
  font-weight: 700;
  font-size: 90px;
  line-height: 0.7;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: var(--color-white);
}
.cta-section-h1 .ks-funfact-2-number i {
  font-style: normal;
}
.cta-section-h1 .ks-funfact-2-item {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cta-section-h1 .ks-funfact-2-item {
    text-align: center;
    margin-right: 0;
    margin-bottom: 70px;
  }
}
.cta-section-h1 .ks-funfact-2-item span {
  text-transform: uppercase;
}
.cta-section-h1 .ks-funfact-2-item.style-three {
  margin-right: -90px;
}
@media (max-width: 991.98px) {
  .cta-section-h1 .ks-funfact-2-item.style-three {
    text-align: center;
    margin-right: 0;
  }
}
.cta-section-h1 .ks-funfact-2-item.style-one {
  text-align: center;
  margin-left: -55px;
}
@media (max-width: 991.98px) {
  .cta-section-h1 .ks-funfact-2-item.style-one {
    text-align: center;
    margin-left: 0;
  }
}
.cta-section-h1 .ks-funfact-2-item.style-two {
  text-align: center;
  margin-right: -60px;
}
@media (max-width: 991.98px) {
  .cta-section-h1 .ks-funfact-2-item.style-two {
    text-align: center;
    margin-right: 0;
  }
}
.cta-section-h1 .ks-funfact-2-item.style {
  margin-left: -85px;
}
@media (max-width: 991.98px) {
  .cta-section-h1 .ks-funfact-2-item.style {
    margin-left: 0;
  }
}
.cta-section-h1 .ks-funfact-2-border {
  padding-bottom: 53px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
@media (max-width: 1399.98px) {
  .cta-section-h1 .ks-funfact-2-border {
    padding-bottom: 43px;
  }
}
.cta-section-h1 .ks-step-icon {
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 133px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--colory);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cta-section-h1 .ks-step-icon:hover {
  background-color: #37334b;
}
.cta-section-h1 .ks-step-icon:hover i {
  color: var(--colory);
}
.cta-section-h1 .ks-step-icon:hover .ks-step-number {
  background-color: var(--colory);
  color: var(--color1-text-color);
  top: 90px;
  left: 80px;
  -webkit-transform: scale(-1) rotate(-180deg);
          transform: scale(-1) rotate(-180deg);
}
.cta-section-h1 .ks-step-icon i {
  font-size: 60px;
  color: var(--color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .cta-section-h1 .ks-step-icon i {
    width: 40px;
  }
}
.cta-section-h1 .ks-step-number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  color: var(--color2-text-color);
  background-color: var(--color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cta-section-h1 .ks-step-title {
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--color-white);
}
@media (max-width: 1199.98px) {
  .cta-section-h1 .ks-step-title {
    font-size: 22px;
  }
}
.cta-section-h1 .ks-step p {
  color: var(--text-color2);
}
.cta-section-h1 .ks-step-bottom {
  margin: 56px 31.5px 0;
  border-radius: 250px;
  padding: 10px 10px 10px 40px;
  border: 1px solid rgb(66, 66, 88);
}
@media (max-width: 1199.98px) {
  .cta-section-h1 .ks-step-bottom {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-section-h1 .ks-step-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 20px;
    padding: 20px;
  }
}
.cta-section-h1 .ks-step-bottom h5 {
  color: var(--color-white);
  font-family: var(--style-font-family);
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .cta-section-h1 .ks-step-bottom h5 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .cta-section-h1 .ks-step-bottom h5 {
    margin-bottom: 15px !important;
  }
}
.cta-section-h1 .ks-step-bottom p {
  color: var(--text-color);
}
@media (max-width: 1399.98px) {
  .cta-section-h1 .ks-step-area.pt-90 {
    padding-top: 20px;
  }
}
.cta-section-h1 .ks-step-area {
  padding: 110px 0 120px;
}
@media (max-width: 991.98px) {
  .cta-section-h1 .ks-step-area {
    padding: 80px 0;
  }
}
.cta-section-h1 .ks-step-area .sec-title-h1 {
  margin-bottom: 60px;
}
.cta-section-h1 .ks-step-area .sec-title-h1 .title {
  text-transform: uppercase;
}
.cta-section-h1 .ks-step-area-2 {
  background-image: url(../images/background/home4-process-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-section-h1 .ks-step-area-2 .ks-section-subtitle, .cta-section-h1 .ks-step-area-2 .ks-section-title, .cta-section-h1 .ks-step-area-2 .ks-step-title {
  color: var(--color-white);
}
[data-tm-layout=dark] .cta-section-h1 .ks-step-area-2 .ks-section-subtitle, [data-tm-layout=dark] .cta-section-h1 .ks-step-area-2 .ks-section-title, [data-tm-layout=dark] .cta-section-h1 .ks-step-area-2 .ks-step-title {
  color: var(--headings-color);
}
.cta-section-h1 .ks-step-area-2:before {
  background: rgba(255, 248, 38, 0.3);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  bottom: 50px;
  content: "";
  height: 415px;
  position: absolute;
  top: auto;
  width: 415px;
}
.cta-section-h1 .ks-step-shape-1 {
  position: absolute;
  top: -14%;
  right: 7%;
  z-index: 0;
}
@media only screen and (max-width: 1699px) {
  .cta-section-h1 .ks-step-shape-1 {
    top: -22%;
    right: 3%;
  }
}
@media (max-width: 1599.98px) {
  .cta-section-h1 .ks-step-shape-1 {
    top: -22%;
    right: 0%;
  }
}
.cta-section-h1 .ks-step-shape-2 {
  position: absolute;
  top: 28%;
  left: -30%;
  z-index: 0;
}
.cta-section-h1 .ks-step-shape-3 {
  position: absolute;
  top: 28%;
  right: -73px;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .ks-step-item.text-center.ks-step-item {
    margin-bottom: 30px;
  }
}

/*** 

====================================================================
    Call To Action Three
====================================================================

***/
.call-to-action-three {
  position: relative;
  margin: 0 20px;
  z-index: 3;
}
.call-to-action-three .shape-20 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.call-to-action-three .btn-box {
  position: relative;
  gap: 13px;
  margin-top: 44px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
}
.call-to-action-three .btn-box .readmore {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  background: var(--gradient-1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.call-to-action-three .btn-box .readmore i {
  position: relative;
  z-index: 3;
}
.call-to-action-three .btn-box .readmore:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.call-to-action-three .btn-box .readmore:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background-color: var(--color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.call-to-action-three .btn-box .readmore:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 1699px) {
  .call-to-action-three {
    margin: 0 30px;
  }
}
@media (max-width: 1399.98px) {
  .call-to-action-three {
    margin: 0 20px;
  }
}
.call-to-action-three .outer-box {
  position: relative;
  padding: 115px 0 426px;
  max-width: 1860px;
  margin: 0 auto;
  border-radius: 250px 250px 25px 25px;
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .call-to-action-three .outer-box {
    padding: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .call-to-action-three .outer-box {
    padding: 150px 15px 60px;
  }
}
@media (max-width: 335.98px) {
  .call-to-action-three .outer-box {
    padding: 100px 15px 60px;
  }
}
.call-to-action-three .outer-box .icon-30 {
  position: absolute;
  bottom: 184px;
  right: 260px;
}
@media (max-width: 1199.98px) {
  .call-to-action-three .outer-box .icon-30 {
    display: none;
  }
}
.call-to-action-three .outer-box .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.call-to-action-three .outer-box .bg-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .call-to-action-three .outer-box .bg-image img {
    border-radius: 200px 200px 30px 30px;
  }
}
.call-to-action-three .outer-box .content-box {
  position: relative;
}
@media (max-width: 1399.98px) {
  .call-to-action-three .outer-box .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .call-to-action-three .outer-box .content-box {
    gap: 20px;
  }
}
.call-to-action-three .outer-box .content-box .title {
  position: relative;
  color: var(--color-white);
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 1399.98px) {
  .call-to-action-three .outer-box .content-box .title {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .call-to-action-three .outer-box .content-box .title {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .call-to-action-three .outer-box .content-box .title {
    font-size: 36px;
    line-height: 1.2em;
  }
  .call-to-action-three .outer-box .content-box .title br {
    display: none;
  }
}
.call-to-action-three .outer-box .content-box .text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #9c94b3;
  text-align: center;
  margin: 38px 0 0;
}
@media (max-width: 767.98px) {
  .call-to-action-three .outer-box .content-box .text br {
    display: none;
  }
}
.call-to-action-three .outer-box .text-box {
  position: relative;
  text-align: center;
  margin-top: 75px;
}
.call-to-action-three .outer-box .text-box .title-two {
  font-size: 170px;
  font-weight: 800;
  line-height: 160px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: transparent;
  margin-bottom: -52px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.33);
  font-family: var(--style-font-family2);
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .call-to-action-three .outer-box .text-box .title-two {
    font-size: 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .call-to-action-three .outer-box .text-box .title-two {
    font-size: 105px;
  }
}
@media (max-width: 1199.98px) {
  .call-to-action-three .outer-box .text-box {
    display: none;
  }
}

/*** 
====================================================================
    Faq Section
====================================================================
***/
.faq-section {
  position: relative;
  padding: 120px 15px 115px;
}
@media (max-width: 991.98px) {
  .faq-section {
    padding: 80px 15px 75px;
  }
}
.faq-section .outer-box {
  max-width: 1700px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .faq-section .outer-box {
    padding: 80px 0 0;
  }
}
@media (max-width: 767.98px) {
  .faq-section .outer-box {
    padding: 60px 0 0;
  }
}
.faq-section .shape-17 {
  position: absolute;
  top: 0;
  left: 50px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .faq-section .shape-17 {
    display: none;
  }
}
.faq-section .shape-2 {
  position: absolute;
  top: 0px;
  right: 0px;
}
.faq-section .shape-3 {
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.faq-section .content-column .inner-column {
  position: relative;
  padding-right: 11px;
}
.faq-section .content-column .inner-column .sec-title-h1 {
  margin-bottom: 42px;
}
.faq-section .content-column .inner-column .accordion-box .block .acc-btn {
  font-weight: 700;
}
.faq-section .image-column .inner-column {
  position: relative;
  margin-right: -57px;
  padding-left: 50px;
  margin-top: -60px;
}
@media (max-width: 1199.98px) {
  .faq-section .image-column .inner-column {
    margin-right: 0;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }
}
.faq-section .image-column .inner-column .image {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .faq-section .image-column .inner-column .image {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .faq-section .image-column .inner-column .image {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .faq-section .image-column .inner-column .image {
    width: 100%;
  }
}
.faq-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  height: 100%;
}
.faq-section .image-column .inner-column .icon-20 {
  position: absolute;
  bottom: 65px;
  right: -100px;
  z-index: 6;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1699.98px) {
  .faq-section .image-column .inner-column .icon-20 {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .faq-section .image-column .inner-column .icon-20 {
    display: none;
  }
}
.faq-section .image-column .inner-column .icon-21 {
  position: absolute;
  top: 40px;
  left: -70px;
}
@media (max-width: 991.98px) {
  .faq-section .image-column .inner-column .icon-21 {
    display: none;
  }
}
.faq-section .image-column .inner-column .icon-22 {
  position: absolute;
  bottom: 30px;
  left: 0;
  -webkit-animation: fa-spin 10s infinite linear;
          animation: fa-spin 10s infinite linear;
}
@media (max-width: 767.98px) {
  .faq-section .image-column .inner-column .icon-22 {
    display: none;
  }
}
.faq-section .image-column .inner-column .icon-23 {
  position: absolute;
  top: 230px;
  right: -90px;
  z-index: 2;
  -webkit-animation: fa-spin 10s infinite linear;
          animation: fa-spin 10s infinite linear;
}
@media (max-width: 767.98px) {
  .faq-section .image-column .inner-column .icon-23 {
    display: none;
  }
}
.faq-section .image-column .inner-column .icon-24 {
  position: absolute;
  bottom: 60px;
  left: -40px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .faq-section .image-column .inner-column .icon-24 {
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .faq-section .image-column .inner-column .icon-24 {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .faq-section .image-column .inner-column .icon-24 {
    display: none;
  }
}
.faq-section .image-column .inner-column .icon-25 {
  position: absolute;
  top: -80px;
  right: -90px;
}
@media (max-width: 575.98px) {
  .faq-section .image-column .inner-column .icon-25 {
    display: none;
  }
}
.faq-section .image-column .inner-column .shape-18 {
  position: absolute;
  top: 0;
  right: -150px;
}
@media (max-width: 575.98px) {
  .faq-section .image-column .inner-column .shape-18 {
    display: none;
  }
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/
.fun-fact-section {
  position: relative;
  padding-bottom: 80px;
}
.fun-fact-section .container {
  max-width: 1200px;
}
.fun-fact-section .anim-icons {
  pointer-events: none;
}
.fun-fact-section .anim-icons .image-1 {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
}
.fun-fact-section .fact-counter {
  position: relative;
  margin-left: -70px;
}
@media (max-width: 991.98px) {
  .fun-fact-section .fact-counter {
    margin-left: 0;
  }
}

.fact-counter-one {
  margin-top: 75px;
}

.counter-block {
  position: relative;
  margin-bottom: 50px;
}
.counter-block .inner {
  border-top: 1px solid rgba(var(--color-black-rgb), 0.1);
  padding: 45px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.counter-block .inner:hover .count-text,
.counter-block .inner:hover .count-box {
  color: var(--color1);
}
.counter-block .count-box {
  color: var(--color2);
  display: inline-block;
  font-family: var(--title-font);
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .count-box .count-text {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .counter-title {
  display: block;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 14px;
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
  Funfact Section
====================================================================

***/
.ks-funfact-mlr {
  margin: 0 15px;
}
@media (max-width: 767.98px) {
  .ks-funfact-mlr .ks-section-subtitle {
    color: var(--color-dark) !important;
  }
}
@media (max-width: 767.98px) {
  .ks-funfact-mlr .ks-section-subtitle i {
    color: var(--color1) !important;
  }
}
@media (max-width: 767.98px) {
  .ks-funfact-mlr .ks-section-title {
    color: var(--color-dark) !important;
  }
}
[data-tm-layout=dark] .ks-funfact-mlr.home8-style .ks-section-subtitle,
[data-tm-layout=dark] .ks-funfact-mlr.home8-style .ks-section-title {
  color: var(--headings-color);
}
.ks-funfact-area.home2-style .outer-box {
  margin-top: 30px;
  padding-top: 120px;
  padding-bottom: 155px;
  position: relative;
  z-index: 1;
  position: relative;
  padding-bottom: 70px;
  max-width: 1860px;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .ks-funfact-area.home2-style .outer-box {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .ks-funfact-area.home2-style .outer-box {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .ks-funfact-area.home2-style .outer-box {
    padding-bottom: 160px;
    padding-top: 80px;
  }
}
.ks-funfact-area.home2-style .outer-box:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/funfact-h2-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 258px;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 30px 30px 0 0;
}
.ks-funfact-area.home2-style .outer-box:after {
  position: absolute;
  content: "";
  background-color: rgba(19, 19, 46, 0.9019607843);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  border-radius: 30px 30px 0 0;
}
.ks-funfact-area.home2-style .outer-box .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 30px 30px 0 0;
}
.ks-funfact-area.home2-style .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.ks-funfact-area.home2-style .anim-icon {
  position: absolute;
  bottom: -700px;
  width: 986px;
  height: 1770px;
  left: -33px;
  z-index: 1;
  pointer-events: none;
}
.ks-funfact-area.home2-style .sec-title-h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .ks-funfact-area.home2-style .sec-title-h1 .title br {
    display: none;
  }
}
.ks-funfact-bg {
  border-radius: 50px;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
@media only screen and (max-width: 1699px) {
  .ks-funfact-bg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ks-funfact-bg {
    display: none;
  }
}
@media only screen and (max-width: 1699px) {
  .ks-funfact-area.pb-155 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .ks-funfact-area.pb-155 {
    padding-bottom: 80px;
  }
}
.ks-funfact-wrap {
  margin-left: 62px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .ks-funfact-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.ks-funfact-item {
  background-color: var(--color1);
  border-radius: 200px;
  margin-bottom: 30px;
  padding: 6.5px 10px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[data-tm-layout=dark] .ks-funfact-item {
  background-color: var(--dark-color2);
}
@media (max-width: 767.98px) {
  .ks-funfact-item {
    padding-right: 50px;
  }
}
@media (max-width: 375.98px) {
  .ks-funfact-item {
    padding-right: 15px;
  }
}
@media (max-width: 320.98px) {
  .ks-funfact-item {
    padding-right: 15px;
  }
}
.ks-funfact-item > span {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--color2);
}
@media (max-width: 767.98px) {
  .ks-funfact-item > span {
    font-size: 13px;
    line-height: 1;
  }
}
.ks-funfact-item:hover {
  background-color: var(--color-white);
}
.ks-funfact-item:hover span {
  color: var(--color-dark);
}
[data-tm-layout=dark] .ks-funfact-item:hover span {
  color: var(--color-white);
}
.ks-funfact-item:hover .ks-funfact-icon {
  background-color: var(--color1);
  color: var(--color1-text-color);
}
.ks-funfact-item:hover .ks-funfact-number {
  color: var(--color-dark);
}
[data-tm-layout=dark] .ks-funfact-item:hover .ks-funfact-number {
  color: var(--color-white);
}
.ks-funfact-icon {
  background-color: var(--color2);
  border-radius: 50%;
  color: var(--color-white);
  display: inline-block;
  height: 83px;
  line-height: 83px;
  margin-right: 25px;
  text-align: center;
  width: 83px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[data-tm-layout=dark] .ks-funfact-icon {
  color: var(--headings-color);
}
@media (max-width: 767.98px) {
  .ks-funfact-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-funfact-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .ks-funfact-icon svg {
    width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-funfact-icon svg {
    width: 35px;
  }
}
.ks-funfact-number {
  color: var(--color1-text-color);
  font-family: var(--body-font-family);
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[data-tm-layout=dark] .ks-funfact-number {
  color: var(--headings-color);
}
@media only screen and (max-width: 1699px) {
  .ks-funfact-number {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .ks-funfact-number {
    font-size: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .ks-funfact-number {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-funfact-number {
    font-size: 30px;
  }
}
.ks-funfact-number i {
  font-style: normal;
}

/*** 

====================================================================
	Testimonial Arry
====================================================================

***/
.testimonial-arry {
  position: absolute;
  right: 70px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 99;
}
@media (max-width: 575.98px) {
  .testimonial-arry {
    display: none;
  }
}
.testimonial-arry-prev {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: var(--color12);
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  color: var(--paragraph-light);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.testimonial-arry-prev:hover {
  color: var(--color-black);
  background-color: var(--color1);
}
.testimonial-arry-next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: var(--color12);
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  color: var(--paragraph-light);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  left: unset;
  right: 0;
}
.testimonial-arry-next:hover {
  color: var(--color-black);
  background-color: var(--color1);
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/
.testimonial-section {
  position: relative;
}
.testimonial-section .outer-box {
  background-image: url(../images/background/testimonial-bg-2.jpg);
  border-radius: 60px;
}

.testimonial-block {
  border-radius: 20px;
  overflow: hidden;
  padding: 1px;
  position: relative;
  z-index: 0;
}
.testimonial-block::after, .testimonial-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.2rem;
  background-image: linear-gradient(#fff 30%, #fff 40%, #fff 0%, #fff 0%, #fff), linear-gradient(25deg, #fff, #fff 10%, #fff 10%, #fff);
  border-radius: inherit;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-animation: rotate 8.5s linear infinite;
          animation: rotate 8.5s linear infinite;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
@media (max-width: 767.98px) {
  .testimonial-block::after, .testimonial-block::before {
    display: none;
  }
}
.testimonial-block .inner-box {
  background-color: var(--color2);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  cursor: pointer;
  margin-top: 34px;
  padding: 40px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box {
    padding: 30px 25px;
  }
}
.testimonial-block .inner-box .review .rating .icon {
  color: var(--color1);
  font-size: 16px;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .review .rating .icon {
    font-size: 14px;
  }
}
.testimonial-block .inner-box .review .rating .icon:last-child {
  margin-right: 0;
}
.testimonial-block .inner-box .quote-icon {
  position: absolute;
  right: 43px;
  top: 25px;
}
.testimonial-block .inner-box .quote-icon .icon {
  color: rgba(106, 111, 120, 0.2);
  font-size: 63px;
  line-height: 100%;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .quote-icon .icon {
    font-size: 70px;
  }
}
.testimonial-block .inner-box .text {
  color: var(--color-white);
  font-family: var(--text-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .testimonial-block .inner-box .text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-block .inner-box .info-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.testimonial-block .inner-box .info-box .user-thumb {
  border-radius: 50%;
  max-width: 75px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block .inner-box .info-box .user-thumb .user {
  border-radius: 50%;
  max-width: 65px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block .inner-box .info-box .name {
  color: var(--color-white);
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: var(--title-font);
}
.testimonial-block .inner-box .info-box .designation {
  color: rgba(var(--color-white-rgb), 0.7);
  display: block;
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/*** 

====================================================================
  Testimonial Section Two
====================================================================

***/
.testimonial-section-two {
  position: relative;
  padding: 120px 0 170px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section-two {
    padding: 120px 0;
  }
}
.testimonial-section-two .bg::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-color1);
  opacity: 0.8;
  content: "";
}
.testimonial-section-two .testimonials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .testimonial-section-two .testimonials {
    -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;
  }
}
.testimonial-section-two .testimonials::before {
  position: absolute;
  left: -75px;
  top: -120px;
  height: 100px;
  width: 128px;
  background-image: url(../images/icons/shape-1.png);
  content: "";
}
.testimonial-section-two .testimonials .testimonial-content-two {
  width: calc(100% - 81px);
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .testimonial-section-two .testimonials .testimonial-content-two {
    width: 100%;
  }
}

.testimonial-block-two {
  position: relative;
}
.testimonial-block-two .inner-box {
  position: relative;
  padding-left: 371px;
}
@media only screen and (max-width: 1023px) {
  .testimonial-block-two .inner-box {
    padding-left: 0;
    text-align: center;
  }
}
.testimonial-block-two .text {
  position: relative;
  font-size: 24px;
  line-height: 50px;
  color: #819291;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-block-two .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-block-two .text {
    font-size: 18px;
    line-height: 1.7em;
  }
}
.testimonial-block-two .name {
  color: var(--color1);
  margin-bottom: 5px;
}
.testimonial-block-two .image-box {
  position: absolute;
  left: 13px;
  top: 4px;
  width: 298px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .testimonial-block-two .image-box {
    margin-bottom: 30px;
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .testimonial-block-two .image-box {
    position: relative;
    display: inline-block;
    top: 0;
  }
}
.testimonial-block-two .image-box .quote-info {
  background-color: var(--color1);
  border-radius: 50%;
  height: 67.5px;
  line-height: 67px;
  width: 67.5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.testimonial-block-two .image-box .quote-info .icon {
  color: var(--text-color-color1);
  font-size: 30px;
}
.testimonial-block-two .image {
  position: relative;
  display: inline-block;
  height: 298px;
  width: 298px;
  border-radius: 50%;
  padding: 0;
  margin-bottom: 0;
  border-radius: 50%;
}

.testimonial-thumbs-two {
  height: 314px;
  width: 81px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .testimonial-thumbs-two {
    width: 280px;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .testimonial-thumbs-two {
    margin-top: 50px;
  }
}
.testimonial-thumbs-two .testimonial-thumb {
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.testimonial-thumbs-two .testimonial-thumb .image {
  position: relative;
  height: 81px;
  width: 81px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-thumbs-two .testimonial-thumb .image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-thumbs-two .testimonial-thumb.swiper-slide-thumb-active .image {
  background-color: var(--bg-color2);
}
.testimonial-thumbs-two .testimonial-thumb.swiper-slide-thumb-active .image img {
  opacity: 0.7;
}

.testimonial-content-two .testimonial-pagination-two {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 23px;
  width: auto;
  z-index: 9;
}
@media only screen and (max-width: 1023px) {
  .testimonial-content-two .testimonial-pagination-two {
    display: none;
  }
}
.testimonial-content-two .testimonial-pagination-two .swiper-pagination-bullet {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2.5px solid #fff;
  background-color: #D4E4BC;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.testimonial-content-two .testimonial-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #87C03D;
  border-color: #87C03D;
}

.testimonial-content-two .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.testimonial-content-two .testimonial-block-two.swiper-slide-active .image-column .image {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

/*** 

====================================================================
    testimonial-section-h1
====================================================================

***/
.testimonial-section-h1 {
  position: relative;
  padding: 90px 0 0;
}
@media (max-width: 1399.98px) {
  .testimonial-section-h1 {
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-h1 {
    padding: 30px 0 80px;
  }
}
.testimonial-section-h1 .shape-8 {
  position: absolute;
  top: -450px;
  left: -60px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .testimonial-section-h1 .shape-8 {
    left: auto;
    right: -100px;
  }
}
.testimonial-section-h1 .sec-title-h1 {
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-h1 .sec-title-h1 {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-h1 .sec-title-h1 {
    margin-bottom: 20px;
  }
}
.testimonial-section-h1 .testi-swiper-h1 {
  padding-top: 40px;
  border-top: 1px solid rgba(173, 173, 173, 0.1803921569);
  padding-bottom: 0;
}
.testimonial-section-h1 .swiper-navs-box {
  position: relative;
  margin-top: 25px;
  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: 1399.98px) {
  .testimonial-section-h1 .swiper-navs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-h1 .swiper-navs-box {
    gap: 20px;
  }
}
.testimonial-section-h1 .swiper-navs-box .image-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-h1 .swiper-navs-box .image-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.testimonial-section-h1 .swiper-navs-box .image-box .author-image {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section-h1 .swiper-navs-box .image-box .author-image img {
  width: 80px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-mask-image: url(../images/icons/shape-h3-1.png);
          mask-image: url(../images/icons/shape-h3-1.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.testimonial-section-h1 .swiper-navs-box .image-box .author-image.active .shape-7 {
  opacity: 1;
}
.testimonial-section-h1 .swiper-navs-box .image-box .author-image .shape-7 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-section-h1 .swiper-navs-box .nav-box {
  position: relative;
  width: 116px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-h1 .swiper-navs-box .nav-box {
    margin-right: 0;
  }
}
.testimonial-section-h1 .swiper-navs-box .nav-box:before {
  content: "";
  position: absolute;
  top: 33px;
  right: 100%;
  width: 296px;
  height: 1px;
  background-color: rgba(255, 67, 46, 0.2);
  opacity: 1;
  margin-right: 30px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-h1 .swiper-navs-box .nav-box:before {
    display: none;
  }
}
.testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-prev {
  left: -10px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-next {
    right: 0;
  }
}
.testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-prev,
.testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-next {
  width: 52px;
  height: 52px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 52px;
  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;
  color: var(--color1);
  background-color: var(--color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
}
.testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-prev:after,
.testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-next:after {
  display: none;
}
.testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-prev:hover,
.testimonial-section-h1 .swiper-navs-box .nav-box .swiper-button-next:hover {
  color: var(--color1-text-color);
  background-color: var(--color1);
}
@media (max-width: 1199.98px) {
  .testimonial-section-h1 .image-column {
    display: none;
  }
}
.testimonial-section-h1 .image-column .inner-column {
  position: relative;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .testimonial-section-h1 .image-column .inner-column {
    max-width: 512px;
    margin: 0 auto;
  }
}
.testimonial-section-h1 .image-column .inner-column:hover:before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
  left: 100%;
}
.testimonial-section-h1 .image-column .inner-column .image {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  margin-left: 50px;
  z-index: 3;
  overflow: hidden;
}
.testimonial-section-h1 .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 395px;
  height: 400px;
  border-radius: 500px 500px 0px 0px;
  border: 5px solid var(--color1);
  top: 110px;
  right: 100px;
  z-index: 1;
}
.testimonial-section-h1 .image-column .inner-column .image:after {
  position: absolute;
  content: "";
  bottom: 130px;
  right: 68px;
  width: 354px;
  height: 440px;
  border-radius: 60% 60% 0% 0%;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  border-radius: 60% 60% 0% 0%;
  border-style: none;
  overflow: hidden;
  background-color: #EAE3FB;
  z-index: 0;
}
.testimonial-section-h1 .image-column .inner-column .image img {
  position: relative;
  z-index: 2;
}
.testimonial-section-h1 .image-column .inner-column .icon-10 {
  position: absolute;
  top: -35px;
  right: -5px;
}
.testimonial-section-h1 .image-column .inner-column .icon-11 {
  position: absolute;
  bottom: 200px;
  left: -95px;
}
@media (max-width: 1199.98px) {
  .testimonial-section-h1 .image-column .inner-column .icon-11 {
    display: none;
  }
}
.testimonial-section-h1 .image-column .inner-column .icon-12 {
  position: absolute;
  top: 23px;
  left: -50px;
}
.testimonial-section-h1 .image-column .inner-column .icon-13 {
  position: absolute;
  bottom: 110px;
  right: 70px;
}

.testimonial-block-h3 .inner-box {
  position: relative;
  padding-right: 10px;
}
@media (max-width: 1399.98px) {
  .testimonial-block-h3 .inner-box {
    text-align: center;
  }
}
.testimonial-block-h3 .inner-box .icon-quote {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-h3 .inner-box .icon-quote {
    margin: 0 auto 15px;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-block-h3 .inner-box .icon-quote-3 {
    margin: 0 auto 15px;
  }
}
.testimonial-block-h3 .inner-box .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  max-width: 750px;
  margin-top: 20px;
  color: var(--text-color2);
}
@media (max-width: 1199.98px) {
  .testimonial-block-h3 .inner-box .text {
    margin: 20px auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonial-block-h3 .inner-box .text {
    font-size: 18px;
    line-height: 32px;
  }
}
.testimonial-block-h3 .inner-box .author-box .name {
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial-block-h3 .inner-box .author-box .designation {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--text-color2);
}

/*** 

====================================================================
Testimonial Section
====================================================================

***/
.ks-testimonial-area {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: var(--color-lighter2);
}
@media (max-width: 991.98px) {
  .ks-testimonial-area {
    padding-bottom: 80px;
    padding-top: 70px;
  }
}
.ks-testimonial-area .outer-box {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
}
.ks-testimonial-area .ks-testimonial-top-wrap {
  margin-bottom: 17px;
}
.ks-testimonial-area .ks-testimonial-top-wrap .sec-title-h1 {
  margin-bottom: 17px;
}
.ks-testimonial-item {
  background-color: var(--color-white);
  border-radius: 100px 100px 0 100px;
  -webkit-box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 60px;
  position: relative;
  z-index: 1;
}
[data-tm-layout=dark] .ks-testimonial-item {
  background-color: var(--dark-color2);
}
@media (max-width: 1199.98px) {
  .ks-testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .ks-testimonial-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 50px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-item {
    padding: 30px 20px;
  }
}
.ks-testimonial-item .ks-testimonial-content {
  padding: 32px 0;
}
.ks-testimonial-item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
  color: var(--text-color2);
}
@media (max-width: 1199.98px) {
  .ks-testimonial-item p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-item p {
    font-size: 16px;
  }
}
.ks-testimonial-item .quote {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .ks-testimonial-item .quote {
    margin-bottom: 10px;
  }
}
.ks-testimonial-item .quote svg {
  fill: var(--review-color);
}
@media (max-width: 767.98px) {
  .ks-testimonial-item .quote svg {
    width: 60px;
  }
}
.ks-testimonial-item .ratting {
  margin-bottom: 18px;
}
.ks-testimonial-item .ratting i {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
[data-tm-layout=dark] .ks-testimonial-item .ratting i {
  color: var(--review-color);
}
.ks-testimonial-top-text p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ks-testimonial-top-text p br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-top-text p {
    margin-top: 30px;
  }
}
.ks-testimonial-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 70px;
  position: relative;
}
@media (max-width: 991.98px) {
  .ks-testimonial-thumb {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-top: 30px;
  }
}
.ks-testimonial-thumb img {
  border-radius: 100px;
}
.ks-testimonial-thumb-sm {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 20px 0;
  border-radius: 0 0 50px 0;
  width: 95px;
  height: 115px;
  background-color: var(--color-white);
}
.ks-testimonial-thumb-sm::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -60px;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(-1) rotate(90deg);
          transform: scale(-1) rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ks-testimonial-thumb-sm::after {
  content: "";
  position: absolute;
  bottom: -59px;
  left: 0px;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(-1) rotate(90deg);
  transform: scale(-1) rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ks-testimonial-thumb-sm img {
  border-radius: 70px;
}
.ks-testimonial-shape-1 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: -1;
}
[data-tm-layout=dark] .ks-testimonial-shape-1 {
  opacity: 0.1;
}
.ks-testimonial-user-info {
  line-height: 1;
}
@media (max-width: 991.98px) {
  .ks-testimonial-user-info {
    margin-left: 0px;
  }
}
.ks-testimonial-user-wrap span {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color-yellow);
}
.ks-testimonial-user-wrap .title {
  color: var(--color-white);
  font-family: var(--body-font-family);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .ks-testimonial-user-wrap .title {
    margin-bottom: 5px;
  }
}
[data-tm-layout=dark] .ks-testimonial-user-wrap .title {
  color: var(--headings-color);
}
.ks-testimonial-user-wrap span {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-white);
}
.ks-testimonial-user-wrap .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.ks-testimonial-user-wrap .thumb img {
  border-radius: 50%;
  height: 58px;
  width: 58px;
}
.ks-testimonial-bottom {
  margin-top: -40px;
  margin-left: 60px;
  padding: 60px 80px 20px 80px;
  border-radius: 0 0 100px 100px;
  -webkit-box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--color1);
}
@media (max-width: 991.98px) {
  .ks-testimonial-bottom {
    margin-left: 0;
    border-radius: 20px;
    padding: 60px 50px 20px 50px;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-bottom {
    padding: 60px 20px 20px 20px;
  }
}
.ks-testimonial-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 31px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-testimonial-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ks-testimonial-navigation button {
  height: 52px;
  width: 52px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 0.8;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2392156863);
}
@media (max-width: 991.98px) {
  .ks-testimonial-navigation button {
    height: 38px;
    width: 38px;
  }
}
@media (max-width: 991.98px) {
  .ks-testimonial-navigation button svg {
    width: 15px;
  }
}
.ks-testimonial-navigation button svg path {
  fill: var(--color1-text-color);
}
.ks-testimonial-navigation button:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
.ks-testimonial-navigation button:hover svg path {
  fill: var(--headings-color);
}
[data-tm-layout=dark] .ks-testimonial-navigation button:hover svg path {
  fill: var(--headings-color);
}

/***

====================================================================
    Process Section
====================================================================

***/
.process-section {
  position: relative;
  padding: 130px 0 100px;
}

.process-block {
  margin-bottom: 30px;
}
.process-block:last-child .inner-box .icon-box:before {
  display: none;
}
.process-block .inner-box {
  position: relative;
  text-align: center;
}
.process-block .inner-box:hover .icon-box {
  background-color: var(--color2);
  color: var(--color1);
}
.process-block .inner-box:hover .icon-box .number {
  background-color: var(--color1);
  color: var(--text-color-color1);
  top: 90px;
  left: 80px;
  -webkit-transform: scale(-1) rotate(-180deg);
          transform: scale(-1) rotate(-180deg);
}
.process-block .inner-box .icon-box {
  background-color: var(--color1);
  border-radius: 50%;
  color: var(--text-color-color1);
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  height: 120px;
  line-height: 140px;
  width: 120px;
  margin: 0 auto 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .inner-box .icon-box:before {
  background-image: url(../images/icons/icon-arrow.png);
  content: "";
  width: 163px;
  height: 100px;
  position: absolute;
  right: -242px;
  top: 69px;
}
.process-block .inner-box .icon-box .number {
  background-color: var(--color3);
  color: var(--text-color-color3);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.process-block .inner-box .content-box {
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .inner-box .content-box .title {
  margin-bottom: 5px;
}
.process-block .inner-box .content-box .text {
  color: var(--text-color2);
  max-width: 268px;
  margin: 0 auto;
}

/***
====================================================================
    Process Section Two
====================================================================
***/
.process-section-two {
  position: relative;
}
.process-section-two .outer-box {
  background-image: url(../images/background/process-bg.jpg);
  border-radius: 60px;
  margin-left: 12px;
  margin-right: 12px;
}
.process-section-two .outer-box .sec-title .title {
  max-width: 563px;
}

.process-block-one {
  position: relative;
  z-index: 0;
}
.process-block-one .inner-box {
  background-color: rgba(var(--color-white-rgb), 0.1);
  border-radius: 154px;
  margin-bottom: 50px;
  padding: 57px 45px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .process-block-one .inner-box {
    margin-bottom: 30px;
    margin-right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .process-block-one .inner-box {
    border-radius: 30px;
  }
}
@media (max-width: 767.98px) {
  .process-block-one .inner-box {
    padding: 57px 20px;
  }
}
.process-block-one .inner-box img {
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-one .inner-box:hover {
  background-color: rgba(var(--color-white-rgb), 0.05);
}
.process-block-one .inner-box:hover .image-box::before {
  -webkit-transform: rotate(175deg);
          transform: rotate(175deg);
}
.process-block-one .inner-box:hover .image-box .circle-box {
  -webkit-transform: rotateZ(175deg);
          transform: rotateZ(175deg);
}
.process-block-one .inner-box:hover .image-box .circle-box span {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.process-block-one .inner-box .image-box {
  border-radius: 50%;
  display: block;
  height: 211px;
  line-height: 186px;
  margin: 0 auto 25px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 211px;
  z-index: 9;
}
.process-block-one .inner-box .image-box .circle-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0px;
  content: "";
  border-radius: 50%;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.process-block-one .inner-box .image-box .circle-box span {
  background-color: var(--color1);
  border-radius: 50%;
  color: var(--text-color-color1);
  display: inline-block;
  font-family: var(--text-font);
  font-size: 18px;
  font-weight: 700;
  height: 57px;
  left: 0;
  line-height: 57px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -25px;
  text-align: center;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  width: 57px;
  -webkit-box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
  box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-one:nth-child(2) .inner-box, .process-block-one:nth-child(4) .inner-box {
  margin: 35px auto 30px;
}
.process-block-one:nth-child(2) .image-box .circle-box span, .process-block-one:nth-child(4) .image-box .circle-box span {
  bottom: -25px;
  top: auto;
}
.process-block-one .title,
.process-block-one .text {
  color: var(--color-white);
}

/***
====================================================================
    Process Section Three
====================================================================
***/
.process-section-three {
  position: relative;
  padding: 130px 0 100px;
}
.process-section-three .bottom-text {
  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;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .process-section-three .bottom-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.process-section-three .bottom-text .text {
  text-transform: capitalize;
  color: var(--color2);
}
.process-section-three .bottom-text .btn-link {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 30px;
  color: var(--color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.process-section-three .bottom-text .btn-link .icon {
  width: 16px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  font-size: 8px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color2);
  background-color: var(--color-lighter);
}

.outer-box {
  position: relative;
}
.outer-box .border-line {
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 1199.98px) {
  .outer-box .border-line {
    display: none;
  }
}

.process-block-three {
  margin-top: 78px;
  margin-bottom: 30px;
}
.process-block-three:nth-child(even) {
  margin-top: 25px;
}
@media (max-width: 1199.98px) {
  .process-block-three {
    margin-top: 25px;
  }
}
.process-block-three.active .inner-box, .process-block-three:hover .inner-box {
  background-color: var(--color2);
}
.process-block-three.active .inner-box .icon-box, .process-block-three:hover .inner-box .icon-box {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
}
.process-block-three.active .inner-box .content-box .sl-number, .process-block-three:hover .inner-box .content-box .sl-number {
  color: var(--color-white);
  background-color: var(--color1);
}
.process-block-three.active .inner-box .content-box .title, .process-block-three:hover .inner-box .content-box .title {
  color: var(--color-white);
}
.process-block-three.active .inner-box .content-box .sub-title, .process-block-three:hover .inner-box .content-box .sub-title {
  color: var(--color-white);
}
.process-block-three.active .inner-box .content-box .text, .process-block-three:hover .inner-box .content-box .text {
  color: var(--color-white);
}
.process-block-three .inner-box {
  position: relative;
  padding: 50px 30px 40px;
  max-width: 307px;
  margin: 0 auto;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 20px 15px rgba(240, 228, 228, 0.4);
          box-shadow: 0px 0px 20px 15px rgba(240, 228, 228, 0.4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-box .icon-box {
  position: absolute;
  right: 44px;
  top: -25px;
  width: 84px;
  height: 84px;
  font-size: 50px;
  line-height: 78px;
  text-align: center;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 20px 15px rgba(240, 228, 228, 0.4);
          box-shadow: 0px 0px 20px 15px rgba(240, 228, 228, 0.4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-box .content-box {
  padding: 0;
}
.process-block-three .inner-box .content-box .sl-number {
  position: relative;
  width: 60px;
  height: 68px;
  font-size: 16px;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  color: var(--color2);
  background-color: #F2F1F5;
  border-radius: 48px 0px 48px 48px;
  margin-bottom: 25px;
}
.process-block-three .inner-box .content-box .title {
  color: var(--color2);
  text-transform: capitalize;
}
.process-block-three .inner-box .content-box .sub-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--color1);
}
.process-block-three .inner-box .content-box .text {
  color: var(--text-color2);
}

/***

====================================================================
    Product Section
====================================================================

***/
.product-section {
  padding: 140px 0 100px;
  position: relative;
}
@media (max-width: 991.98px) {
  .product-section {
    padding: 100px 0 0;
  }
}
.product-section.style-two {
  padding: 130px 0 100px;
}
.product-section.style-two .testimonial-pattrn1-1 {
  top: 125px;
}
@media (max-width: 767.98px) {
  .product-section .sec-title .text br {
    display: none;
  }
}
.product-section .testimonial-pattrn1-1 {
  background-image: url(../images/resource/testimonial-pattrn1-1.png);
  position: absolute;
  width: 205px;
  height: 263px;
  top: 35px;
  right: 48px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .product-section .testimonial-pattrn1-1 {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .product-block.home-style {
    margin-bottom: 40px;
  }
}
.product-block.home-style .inner-box {
  border: none;
}
.product-block.home-style .inner-box:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-block.home-style .inner-box:hover .image-box:before {
  height: 100%;
}
.product-block.home-style .inner-box:hover .image-box .image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.product-block.home-style .inner-box:hover .image-box .icon-box {
  bottom: 23px;
}
.product-block.home-style .inner-box:hover .image-box .icon-box .icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-block.home-style .inner-box .image-box {
  overflow: hidden;
  position: relative;
}
.product-block.home-style .inner-box .image-box:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(28.77%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 28.77%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block.home-style .inner-box .image-box .image {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block.home-style .inner-box .image-box .image a {
  width: 100%;
}
.product-block.home-style .inner-box .image-box .image a img {
  width: 100%;
}
.product-block.home-style .inner-box .image-box .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.product-block.home-style .inner-box .image-box .icon-box {
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block.home-style .inner-box .image-box .icon-box .icon {
  background-color: var(--color-dark);
  border-radius: 50%;
  color: var(--color-light);
  display: inline-block;
  font-size: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-block.home-style .inner-box .image-box .icon-box .icon:last-child {
  margin-right: 0;
}
.product-block.home-style .inner-box .image-box .icon-box .icon:hover {
  background-color: var(--color1);
}
.product-block.home-style .inner-box .content-box {
  margin-top: 34px;
}
@media (max-width: 767.98px) {
  .product-block.home-style .inner-box .content-box {
    margin-bottom: 24px;
  }
}
.product-block.home-style .inner-box .content-box .inner {
  text-align: center;
}
.product-block.home-style .inner-box .content-box .inner .price {
  color: var(--color1);
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .product-block.home-style .inner-box .content-box .inner .price {
    font-size: 24px;
  }
}
.product-block.home-style .inner-box .content-box .inner .price .price-style {
  position: relative;
}
.product-block.home-style .inner-box .content-box .inner .price .price-style:before {
  background-color: var(--color1);
  bottom: 14px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767.98px) {
  .product-block.home-style .inner-box .content-box .inner .price .price-style:before {
    bottom: 10px;
  }
}
.product-block.home-style .inner-box .content-box .inner .title {
  color: var(--headings-color);
  font-size: var(--h4-font-size);
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 9px;
}
@media (max-width: 767.98px) {
  .product-block.home-style .inner-box .content-box .inner .title {
    font-size: 24px;
    margin-top: 6px;
  }
}
.product-block.home-style .inner-box .content-box .inner .title a {
  color: var(--headings-color);
}
.product-block.home-style .inner-box .content-box .inner .title:hover {
  color: var(--color1);
}

.product-block.home-style .title a {
  color: var(--headings-color);
}

/***

====================================================================
    Product Deals Section
====================================================================

***/
.product-deals-section {
  padding: 204px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .product-deals-section {
    padding: 170px 0;
  }
}
.product-deals-section:before {
  background: -webkit-gradient(linear, right top, left top, from(#141215), color-stop(rgba(20, 18, 21, 0.6392156863)), color-stop(transparent), to(transparent));
  background: linear-gradient(to left, #141215, rgba(20, 18, 21, 0.6392156863), transparent, transparent);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.product-deals-section .outer-box {
  position: relative;
  z-index: 1;
}
.product-deals-section .curved-shape-top {
  width: 100%;
  height: 69px;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-deals-section .curved-shape-bottom {
  width: 100%;
  height: 69px;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 1;
}
.product-deals-section .sec-title h1 {
  color: var(--color-light);
  font-size: 80px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .product-deals-section .sec-title h1 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .product-deals-section .sec-title h1 {
    font-size: 45px;
  }
}
.product-deals-section .sec-title .text-two {
  color: var(--color-light);
  display: block;
  font-size: 40px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .product-deals-section .sec-title .text-two {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .product-deals-section .sec-title .text-two {
    font-size: 24px;
    margin-top: 0;
  }
}
.product-deals-section .sec-title .text {
  color: var(--color-light);
}
.product-deals-section .sec-title .text-three {
  color: var(--color1);
  display: block;
  font-size: 40px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: 14px;
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .product-deals-section .sec-title .text-three {
    font-size: 34px;
  }
}

.countdown-block-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .countdown-block-outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .countdown-block-outer .countdown-block {
    margin: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .countdown-block-outer .countdown-block {
    margin: 0 5px;
  }
}
.countdown-block-outer .countdown-block .inner-box .content-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color1);
  border: 1px dashed var(--color-light);
  border-radius: 50% 50% 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 134px;
  -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;
  position: relative;
  width: 136px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .countdown-block-outer .countdown-block .inner-box .content-box {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .countdown-block-outer .countdown-block .inner-box .content-box {
    width: 80px;
    height: 80px;
  }
}
.countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
  color: var(--color-light);
  font-size: 40px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
  color: var(--color-light);
}
@media (max-width: 767.98px) {
  .countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
    font-size: 12px;
  }
}
.countdown-block-outer .countdown-block .inner-box:hover .content-box {
  background-color: var(--color-light);
}
.countdown-block-outer .countdown-block .inner-box:hover .content-box .countdown-time,
.countdown-block-outer .countdown-block .inner-box:hover .content-box .countdown-title {
  color: var(--color1);
}

/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 120px 0;
}
.team-section.color-bg {
  padding-bottom: 100px;
  background-color: var(--color1);
}
.team-section .anim-icons .image-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}
.team-section .sec-title {
  margin-bottom: 0;
}
.team-section .button-circle {
  margin-top: 60px;
}

.team-block .inner-box {
  position: relative;
  margin-bottom: 26px;
}
.team-block .inner-box:hover .image-box .image img {
  left: calc(50% + 25px);
}
.team-block .inner-box:hover .image-box .image .shape-style1 path {
  fill: var(--color1);
}
.team-block .inner-box:hover .social-icon-list1 {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
  opacity: 1;
}
.team-block .inner-box .image-box {
  position: relative;
  padding-top: 103px;
}
.team-block .inner-box .image-box .image {
  background-color: var(--color2);
  border-radius: 20px;
  display: block;
  margin-bottom: 0;
  min-height: 374px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box .image-box .image .shape-style1 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 374;
  width: 236;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box .image-box .image .shape-style1 path {
  fill: rgba(var(--color6-rgb), 0.27);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-box .image-box .image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 345px;
  max-height: 495px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .social-icon-list1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .social-icon-list1 li {
  margin-right: 10px;
}
.team-block .social-icon-list1 li:last-child {
  margin-right: 0;
}
.team-block .social-icon-list1 li a {
  background-color: var(--color-gray);
  border-radius: 50%;
  color: var(--color-white);
  display: inline-block;
  font-size: 20px;
  height: 46px;
  line-height: 50px;
  text-align: center;
  width: 46px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .social-icon-list1 li a:hover {
  background-color: var(--color1);
  color: var(--text-color-color1);
}
.team-block .content-box {
  position: relative;
  margin: 30px 0 0;
}
.team-block .content-box .name {
  color: var(--headings-color);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .content-box .name a:hover {
  color: var(--color1);
}
.team-block .content-box .designation {
  color: var(--color6);
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .content-box.light .name {
  color: var(--color-gray);
}
.team-block .content-box.light .name a:hover {
  color: var(--color-white);
}
.team-block .content-box.light .designation {
  color: var(--color-gray);
}

/***

====================================================================
    Team Section Two
====================================================================

***/
.team-block-two .inner-box {
  background-color: var(--color-lighter);
  border-radius: 20px;
  padding: 15px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.team-block-two .inner-box .shape-style1 {
  height: 482px;
  left: 55px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 270px;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box .image {
  border-radius: 20px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.team-block-two .inner-box .content-box {
  border-radius: 0 0 20px 20px;
  padding: 20px 50px 10px;
}
.team-block-two .inner-box .content-box .title {
  margin-bottom: 0;
}
.team-block-two .inner-box .content-box .sub-title {
  color: var(--color4);
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box .socials {
  background-color: var(--color-white);
  border-radius: 50%;
  bottom: 83px;
  color: var(--color-dark);
  cursor: pointer;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 46px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box .socials .fa-plus {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box .socials ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 46px;
}
.team-block-two .inner-box .socials ul li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.team-block-two .inner-box .socials ul li:nth-child(2) {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-two .inner-box .socials ul li:nth-child(3) {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-two .inner-box .socials ul li:nth-child(4) {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-two .inner-box .socials ul li a {
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--color-dark);
  color: var(--color-white);
  border-radius: 50%;
  display: inline-block;
}
.team-block-two .inner-box .socials ul li i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.team-block-two .inner-box .socials ul li:hover i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.team-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1) rotate(-3deg);
          transform: scale(1.1) rotate(-3deg);
}
.team-block-two .inner-box:hover .socials {
  background-color: var(--color1);
  color: var(--color-dark);
}
.team-block-two .inner-box:hover .socials .fa-plus {
  display: inline-block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.team-block-two .inner-box:hover .socials ul {
  visibility: visible;
}
.team-block-two .inner-box:hover .socials ul li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}

/***

====================================================================
    Team Section Three
====================================================================

***/
.team-section-three {
  padding: 123px 0;
  position: relative;
}
.team-section-three .title-stroke-text {
  position: absolute;
  right: 0;
  top: -33px;
}
.team-section-three .sec-title {
  margin-bottom: 51px;
}
.team-section-three .sec-title .text {
  margin-top: 40px;
  padding-left: 40px;
}
.team-section-three .outer-box {
  background-color: var(--color2);
  max-width: 1720px;
  margin: 0 auto;
  padding: 118px 0 97px;
  position: relative;
  z-index: 1;
}

.team-block-three .inner-box {
  margin-bottom: 26px;
  position: relative;
}
.team-block-three .inner-box:hover .image-box .image .shape-style1 path {
  fill: var(--color1);
}
.team-block-three .inner-box:hover .social-icon-list1 {
  opacity: 1;
  -webkit-transform: translateY(-37px);
          transform: translateY(-37px);
}
.team-block-three .inner-box .image-box {
  position: relative;
}
.team-block-three .inner-box .image-box .image {
  background-color: var(--color-gray);
  border-radius: 20px;
  display: block;
  margin-bottom: 0;
  padding-top: 48px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .inner-box .image-box .image .shape-style1 {
  left: 50%;
  position: absolute;
  top: 0;
  height: 543px;
  width: 304px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .team-block-three .inner-box .image-box .image .shape-style1 {
    height: 450px;
  }
}
.team-block-three .inner-box .image-box .image .shape-style1 path {
  fill: rgba(var(--color6-rgb), 0.27);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .social-icon-list1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  width: 100%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .social-icon-list1 li {
  margin-right: 10px;
}
.team-block-three .social-icon-list1 li:last-child {
  margin-right: 0;
}
.team-block-three .social-icon-list1 li a {
  background-color: var(--color-gray);
  border-radius: 50%;
  color: var(--color-white);
  display: inline-block;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .social-icon-list1 li a:hover {
  background-color: var(--color1);
  color: var(--text-color-color1);
}
.team-block-three .content-box {
  margin: 20px 0 0;
  position: relative;
}
.team-block-three .content-box .name {
  color: var(--headings-color);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-three .content-box .name a:hover {
  color: var(--color1);
}
.team-block-three .content-box .designation {
  color: var(--color6);
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Team Section Four
====================================================================

***/
.team-section-four {
  padding: 95px 0 77px;
}
.team-section-four .sec-title {
  margin-bottom: 52px;
}

.team-block-four .inner-box {
  margin-bottom: 50px;
  position: relative;
}
.team-block-four .inner-box:hover .image-box .image:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-block-four .inner-box:hover .social-icon-list1 {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 1;
}
.team-block-four .inner-box .image-box {
  position: relative;
  text-align: center;
}
.team-block-four .inner-box .image-box .image {
  background-color: var(--color-gray);
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  width: 348px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .team-block-four .inner-box .image-box .image {
    width: 100%;
    max-width: 292px;
  }
}
.team-block-four .inner-box .image-box .image img {
  height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 1199.98px) {
  .team-block-four .inner-box .image-box .image img {
    height: 100%;
    max-height: 292px;
  }
}
.team-block-four .inner-box .image-box .image:before {
  background-color: var(--color1);
  bottom: 0;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: -1;
}
.team-block-four .inner-box .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .team-block-four .inner-box .team-member {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.team-block-four .inner-box .team-member .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color1);
  border-radius: 50%;
  color: var(--color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 348px;
  max-height: 348px;
  outline: 1px solid rgba(var(--color-black-rgb), 0.3);
  outline-offset: -10px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .team-block-four .inner-box .team-member .inner {
    max-width: 292px;
    width: 100%;
    max-height: 292px;
    height: 100%;
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .team-block-four .inner-box .team-member .inner {
    min-height: 292px;
  }
}
.team-block-four .inner-box .team-member .inner .total {
  color: var(--color-gray);
  font-weight: 700;
  font-size: 80px;
  line-height: var(--line-height-heading-h2);
}
.team-block-four .inner-box .team-member .inner .title {
  color: var(--color-gray);
  font-size: var(--h4-font-size);
  line-height: var(--line-height-heading);
  margin-bottom: 0;
}
.team-block-four .inner-box .team-member .inner .btn-link-style {
  color: var(--color-black);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
}
.team-block-four .social-icon-list1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-four .social-icon-list1 li {
  margin-right: 10px;
}
.team-block-four .social-icon-list1 li:last-child {
  margin-right: 0;
}
.team-block-four .social-icon-list1 li a {
  background-color: var(--color-gray);
  border-radius: 50%;
  color: var(--color-white);
  display: inline-block;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-four .social-icon-list1 li a:hover {
  background-color: var(--color1);
  color: var(--text-color-color1);
}
.team-block-four .content-box {
  position: relative;
  margin: 32px 0 0;
}
.team-block-four .content-box .name {
  color: var(--headings-color);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-four .content-box .name a:hover {
  color: var(--color1);
}
.team-block-four .content-box .designation {
  color: var(--color15);
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-four .content-box .btn-link-style {
  font-size: 14px;
  text-decoration: underline;
}

/***

====================================================================
    Team Awards Section
====================================================================

***/
.team-awards-section {
  position: relative;
  padding: 177px 0 90px;
}
.team-awards-section .anim-icons .image-1 {
  position: absolute;
  left: 0;
  bottom: -250px;
  z-index: -1;
}
.team-awards-section .sec-title .btn-box {
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-awards-section .sec-title .btn-box .btn .btn-title {
  text-decoration: underline;
}
.team-awards-section .sec-title .btn-box .btn:hover .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.team-awards-section .sec-title .btn-box .image-shape1 {
  margin-left: 30px;
  margin-right: -17px;
  top: 5px;
}
.team-awards-section .outer-box .content-column .text {
  max-width: 285px;
  margin-bottom: 120px;
}
.team-awards-section .outer-box .content-column .text span {
  color: var(--color6);
}

.team-award-block {
  margin-bottom: 40px;
}
.team-award-block .inner-box {
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-award-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team-award-block .inner-box:hover {
  background-color: var(--color1);
}
.team-award-block .inner-box:hover .content-box {
  border-color: var(--color1);
}
.team-award-block .inner-box:hover .content-box .title {
  color: var(--color2);
}
.team-award-block .inner-box:hover .content-box .year {
  color: var(--color2);
}
.team-award-block .inner-box:hover .content-box .award-image img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
.team-award-block .inner-box:hover .award-image-top img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.team-award-block .inner-box:hover .number:before {
  opacity: 1;
}
.team-award-block .inner-box:hover .number:after {
  opacity: 1;
}
.team-award-block .inner-box .number {
  background-color: var(--color-gray);
  border-radius: 10px 0 0 10px;
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  min-width: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-award-block .inner-box .number {
    padding: 15px 15px 17px;
    width: 100%;
  }
}
.team-award-block .inner-box .number:before {
  background-image: url(../images/icons/shape-style44.png);
  border-radius: 10px 0 0 10px;
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block .inner-box .number:after {
  background: var(--gradient-7);
  border-radius: 10px 0 0 10px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block .inner-box .content-box {
  padding: 60px 63px 50px;
  position: relative;
  width: 100%;
  border-top: 1px solid var(--color11);
  border-bottom: 1px solid var(--color11);
  border-right: 1px solid var(--color11);
  border-radius: 0 10px 10px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .team-award-block .inner-box .content-box {
    padding: 60px 30px 49px;
  }
}
@media (max-width: 575.98px) {
  .team-award-block .inner-box .content-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 15px 49px;
  }
}
.team-award-block .inner-box .content-box .award-image-top {
  margin-bottom: 23px;
}
.team-award-block .inner-box .content-box .award-image-top img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block .inner-box .content-box .year {
  color: var(--color15);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block .inner-box .content-box .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-award-block .inner-box .content-box .title {
    font-size: 24px;
  }
}
.team-award-block .inner-box .content-box .text {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block .inner-box .content-box .text span {
  font-size: 18px;
  text-transform: uppercase;
}
.team-award-block .inner-box .content-box .award-image {
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block .inner-box .content-box .award-image.style1 {
  bottom: 0;
  right: 0;
}
.team-award-block .inner-box .content-box .award-image.style1 img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Team Awards Section
====================================================================

***/
.team-awards-section-two {
  padding: 0px 0 120px;
}
.team-awards-section-two .title-stroke-text {
  text-align: center;
  margin-bottom: 40px;
}
.team-awards-section-two .content-column .image1 {
  margin-top: 170px;
}
.team-awards-section-two .content-column .image1 img {
  margin-left: 0;
}
.team-awards-section-two .team-award-outer {
  margin-top: 151px;
}

.team-award-block-two .inner-box {
  border-bottom: 1px solid var(--color11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .team-award-block-two .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team-award-block-two .inner-box:hover .content-box .award-image, .team-award-block-two .inner-box.active .content-box .award-image {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-award-block-two .inner-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 0 37px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .team-award-block-two .inner-box .content-box {
    display: block;
  }
}
.team-award-block-two .inner-box .content-box .award-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.team-award-block-two .inner-box .content-box .title {
  margin-bottom: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-award-block-two .inner-box .content-box .title {
    font-size: 24px;
  }
}
.team-award-block-two .inner-box .content-box .award-date {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block-two .inner-box .content-box .award-image {
  position: absolute;
  right: 64px;
  bottom: -47px;
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-award-block-two .inner-box .content-box .award-image {
    max-width: 120px;
  }
}

.team-awards-section-three {
  position: relative;
  padding: 150px 0px 140px;
}
.team-awards-section-three .anim-icons .image-1 {
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media (max-width: 1199.98px) {
  .team-awards-section-three .anim-icons .image-1 {
    display: none;
  }
}
.team-awards-section-three .outer-box {
  position: relative;
}
.team-awards-section-three .outer-box .star-icon {
  position: absolute;
  right: 15%;
  top: 40px;
  width: 55px;
  height: 55px;
}
@media (max-width: 1199.98px) {
  .team-awards-section-three .content-column .sec-title {
    margin-bottom: 20px;
  }
}
.team-awards-section-three .content-column .text-box {
  margin-left: 110px;
}
@media (max-width: 1199.98px) {
  .team-awards-section-three .content-column .text-box {
    margin-left: 0;
  }
}
.team-awards-section-three .content-column .text-box .text {
  max-width: 232px;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 60px;
  color: var(--color8);
}
@media (max-width: 1199.98px) {
  .team-awards-section-three .content-column .text-box .text {
    max-width: none;
  }
}
@media (max-width: 1199.98px) {
  .team-awards-section-three .content-column .text-box .image1 {
    display: none;
  }
}
.team-awards-section-three .block-clomun {
  margin-top: 220px;
}
@media (max-width: 1199.98px) {
  .team-awards-section-three .block-clomun {
    margin-top: 0;
  }
}

.team-award-block-three .inner-box {
  border-bottom: 1px solid rgba(var(--color-white-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .team-award-block-three .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team-award-block-three .inner-box:hover .content-box .title-box .serial-no, .team-award-block-three .inner-box.active .content-box .title-box .serial-no {
  background-color: var(--color1);
  color: var(--text-color-color1);
}
.team-award-block-three .inner-box:hover .content-box .icon, .team-award-block-three .inner-box.active .content-box .icon {
  color: var(--color1);
  opacity: 1;
}
.team-award-block-three .inner-box .content-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;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-award-block-three .inner-box .content-box {
    -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;
    text-align: center;
  }
}
.team-award-block-three .inner-box .content-box .title-box {
  min-width: 320px;
  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) {
  .team-award-block-three .inner-box .content-box .title-box {
    -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;
    margin-bottom: 20px;
  }
}
.team-award-block-three .inner-box .content-box .title-box .serial-no {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
  line-height: 80px;
  color: var(--color-white);
  background-color: var(--color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block-three .inner-box .content-box .title-box .title {
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block-three .inner-box .content-box .award-date {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #9D9D9D;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block-three .inner-box .content-box .icon {
  font-size: 34px;
  color: var(--color9);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    team-section-h1
====================================================================

***/
.team-section-h1 {
  padding: 110px 0;
}
@media (max-width: 1399.98px) {
  .team-section-h1 {
    padding: 110px 0 80px;
  }
}
@media (max-width: 991.98px) {
  .team-section-h1 {
    padding: 70px 0 40px;
  }
}
.team-section-h1 .outer-box {
  position: relative;
}
.team-section-h1 .nav-box {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .team-section-h1 .nav-box {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    display: none;
    margin-top: 20px;
    text-align: center;
  }
}
.team-section-h1 .nav-box .team-h1-item_button-prev {
  position: absolute;
  left: -11px;
  width: 52px;
  height: 52px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  line-height: 49px;
  border-radius: 150px;
  display: inline-block;
  color: var(--color1-text-color);
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
.team-section-h1 .nav-box .team-h1-item_button-prev:hover {
  background-color: var(--color1);
}
.team-section-h1 .nav-box .team-h1-item_button-next {
  position: absolute;
  right: -11px;
  width: 52px;
  height: 52px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  line-height: 49px;
  border-radius: 150px;
  display: inline-block;
  color: var(--color1-text-color);
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
@media (max-width: 1399.98px) {
  .team-section-h1 .nav-box .team-h1-item_button-next {
    position: relative;
  }
}
.team-section-h1 .nav-box .team-h1-item_button-next:hover {
  background-color: var(--color1);
}
.team-section-h1 .team-block-h1 .inner-block {
  position: relative;
  z-index: 1;
  background-color: var(--color-lighter);
  border-radius: 20px;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .team-section-h1 .team-block-h1 .inner-block {
    margin-bottom: 30px;
  }
}
.team-section-h1 .team-block-h1 .inner-block:hover .content-box .inner-box .socials {
  color: var(--color1-text-color);
  background-color: var(--color1);
}
.team-section-h1 .team-block-h1 .inner-block:hover .content-box .inner-box .socials .fa-plus {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: inline-block;
}
.team-section-h1 .team-block-h1 .inner-block:hover .content-box .inner-box .socials ul {
  visibility: visible;
}
.team-section-h1 .team-block-h1 .inner-block:hover .content-box .inner-box .socials ul li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}
.team-section-h1 .team-block-h1 .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.team-section-h1 .team-block-h1 .inner-block:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.team-section-h1 .team-block-h1 .inner-block .image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}
.team-section-h1 .team-block-h1 .inner-block .image img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-section-h1 .team-block-h1 .inner-block .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);
}
.team-section-h1 .team-block-h1 .inner-block .shape-style1 {
  position: absolute;
  left: 55px;
  top: 0;
  z-index: 0;
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box {
  padding: 20px 50px 10px;
}
@media (max-width: 575.98px) {
  .team-section-h1 .team-block-h1 .inner-block .content-box .inner-box {
    padding: 15px;
  }
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box .author-info {
  margin-top: 12px;
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box .author-info .name {
  font-weight: 600;
  color: var(--color2);
  margin-bottom: 0;
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box .author-info .designation {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color2);
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box .socials {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color2);
  color: var(--color2-text-color);
  position: absolute;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  font-size: 14px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box .socials .fa-plus {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box .socials ul {
  width: 40px;
  position: absolute;
  bottom: 45px;
  right: 0;
  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;
  gap: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box .socials ul li {
  opacity: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-section-h1 .team-block-h1 .inner-block .content-box .inner-box .socials ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color2);
  color: var(--color-white);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/***

====================================================================
    Clients Section
====================================================================

***/
.clients-section {
  position: relative;
  padding: 50px 0;
}
.clients-section .carousel-outer {
  margin: 0 -44px;
}
.clients-section .anim-icons .image-1 {
  position: absolute;
  top: -220px;
  left: calc(50% - 647px);
}
.clients-section .sec-title .text {
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.clients-section .sec-title .text:before {
  border-top: 1px solid var(--color1);
  content: "";
  position: absolute;
  left: calc(50% + 116px);
  width: 39.84%;
  top: 16px;
}
.clients-section .sec-title .text:after {
  border-top: 1px solid var(--color1);
  content: "";
  position: absolute;
  right: calc(50% + 116px);
  width: 39.84%;
  top: 16px;
}
.clients-section .sec-title .text span {
  background-color: var(--color2);
  color: var(--color-white);
  display: inline-block;
  font-size: 14px;
  padding: 3px 31px 4px;
  text-align: center;
}

.client-block .inner-box:hover .image-box .image img {
  opacity: 0.6;
}
.client-block .inner-box .image-box .image {
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-block .inner-box .image-box .image img {
  opacity: 1;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Clients Section Two
====================================================================

***/
.clients-section-two {
  position: relative;
  padding: 130px 0;
}
.clients-section-two .anim-icons {
  pointer-events: none;
}
.clients-section-two .anim-icons .image-2 {
  position: absolute;
  top: -45px;
  right: 0;
  z-index: -1;
}
.clients-section-two .outer-box {
  border-top: 1px solid var(--color4);
  border-left: 1px solid var(--color4);
}
.clients-section-two .sec-title {
  margin-bottom: 50px;
}
.clients-section-two .sec-title .text {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
}

.client-block-two {
  border-right: 1px solid var(--color4);
  border-bottom: 1px solid var(--color4);
}
.client-block-two .inner-box {
  padding: 10px;
  min-height: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-block-two .inner-box:hover .image-box .image img {
  -webkit-filter: invert(1) brightness(1);
          filter: invert(1) brightness(1);
}
.client-block-two .inner-box .image-box .image {
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-block-two .inner-box .image-box .image img {
  opacity: 1;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Clients Section Three
====================================================================

***/
.clients-section-three {
  position: relative;
}
.clients-section-three.style-two {
  margin-top: -100px;
}
.clients-section-three .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  border: 1px solid var(--color4);
}
.clients-section-three .sec-title {
  padding: 35px;
  border-right: 1px solid var(--color4);
  margin-bottom: 0;
}
.clients-section-three .sec-title .text {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
.clients-section-three .clients-swiper {
  padding-left: 50px;
  padding-bottom: 0;
}
.clients-section-three .client-block-three .inner-box {
  padding: 10px;
  min-height: 128px;
  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;
}
.clients-section-three .client-block-three .inner-box:hover .image-box .image img {
  opacity: 0.6;
}
.clients-section-three .client-block-three .inner-box .image-box .image {
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clients-section-three .client-block-three .inner-box .image-box .image img {
  opacity: 1;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    claint-section-h1
====================================================================

***/
.claint-section-h1 {
  padding: 0 0 100px;
}
@media (max-width: 991.98px) {
  .claint-section-h1 {
    padding: 0 0 60px;
  }
}
.claint-section-h1 .sec-title {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .claint-section-h1 .sec-title {
    margin-bottom: 30px;
  }
}
.claint-section-h1 .sec-title .sub-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  display: inline-block;
  position: relative;
}
.claint-section-h1 .sec-title .sub-title:before {
  position: absolute;
  content: "";
  background-color: #D9D9D9;
  width: 539px;
  height: 1px;
  top: calc(50% - 0.5px);
  right: 209px;
}
.claint-section-h1 .sec-title .sub-title:after {
  position: absolute;
  content: "";
  background-color: #D9D9D9;
  width: 539px;
  height: 1px;
  top: calc(50% - 0.5px);
  left: 209px;
}
.claint-section-h1 .logo {
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .claint-section-h1 .logo {
    text-align: center;
  }
}

/***

====================================================================
    claint-section-h2
====================================================================

***/
.claint-section-h2 {
  padding: 10px 0 50px;
}
@media (max-width: 991.98px) {
  .claint-section-h2 {
    padding: 80px 0 10px;
  }
}
.claint-section-h2 .sec-title {
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  .claint-section-h2 .sec-title {
    margin-bottom: 30px;
  }
}
.claint-section-h2 .sec-title .sub-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  display: inline-block;
  position: relative;
}
.claint-section-h2 .sec-title .sub-title:before {
  position: absolute;
  content: "";
  background-color: #D9D9D9;
  width: 519px;
  height: 1px;
  top: calc(50% - 0.5px);
  right: 209px;
}
.claint-section-h2 .sec-title .sub-title:after {
  position: absolute;
  content: "";
  background-color: #D9D9D9;
  width: 519px;
  height: 1px;
  top: calc(50% - 0.5px);
  left: 209px;
}
.claint-section-h2 .logo {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .claint-section-h2 .logo {
    text-align: center;
  }
}

/*** 

====================================================================
    Why Choose Us
====================================================================

***/
.why-choose-us {
  position: relative;
  padding: 0 0 54px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .why-choose-us {
    padding: 0;
  }
}
.why-choose-us .bg {
  background-size: auto;
  background-position: right bottom;
  bottom: -222px;
  pointer-events: none;
  top: auto;
  z-index: -1;
}
.why-choose-us .icon-sailboat-line-1 {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: -1;
}
.why-choose-us .icon-wheel-compass-1 {
  position: absolute;
  top: -50px;
  right: 155px;
  -webkit-animation: fa-spin 70s infinite;
          animation: fa-spin 70s infinite;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .why-choose-us .icon-wheel-compass-1 {
    opacity: 0.1;
  }
}
.why-choose-us .sec-title-two {
  text-align: center;
}
.why-choose-us .sec-title-two h2 {
  opacity: 0.2 !important;
  color: var(--text-color);
  font-family: var(--text-font);
  font-size: 120px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px var(--text-color);
}
@media (max-width: 991.98px) {
  .why-choose-us .sec-title-two h2 {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us .sec-title-two h2 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us .sec-title-two h2 {
    font-size: 50px;
  }
}
.why-choose-us .content-column {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .why-choose-us .content-column {
    margin-bottom: 0;
  }
}
.why-choose-us .content-column .inner-column {
  position: relative;
}
.why-choose-us .image-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .why-choose-us .image-column .inner-column {
    padding-right: 0;
  }
}
.why-choose-us .image-column .inner-column .image-box {
  position: relative;
}
.why-choose-us .image-column .inner-column .image-box .image {
  position: relative;
  margin-bottom: 0;
  margin-top: -202px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .why-choose-us .image-column .inner-column .image-box .image img {
    display: none;
  }
}
.why-choose-us .image-column .inner-column .image-box .image-2 {
  position: absolute;
  top: 17px;
  left: 100px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .why-choose-us .image-column .inner-column .image-box .image-2 {
    display: none;
  }
}
.why-choose-us .image-column .inner-column .image-box .image-3 {
  position: absolute;
  bottom: 104px;
  right: 3px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .why-choose-us .image-column .inner-column .image-box .image-3 {
    display: none;
  }
}
.why-choose-us .image-column .inner-column .image-box .image-3 img {
  outline: 10px solid var(--color-light);
  outline-offset: -10px;
}

/*** 

====================================================================
    Why Choose Us Two
====================================================================

***/
.why-choose-us-two {
  background-color: #fff;
  padding: 150px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-two {
    padding: 100px 0 80px;
  }
}
.why-choose-us-two .sec-title .text {
  margin-top: 16px;
}
.why-choose-us-two .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 56%;
  z-index: -1;
}
.why-choose-us-two .content-column {
  position: relative;
}
.why-choose-us-two .content-column:before {
  content: "";
  position: absolute;
  max-height: 621px;
  width: 100px;
  background-color: #bfa888;
  left: -28px;
  top: -45px;
  height: 116.7%;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two .content-column:before {
    max-height: 690px;
  }
}
.why-choose-us-two .content-column .inner-column {
  background-color: #fff;
  padding: 64px 133px 80px 61px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two .content-column .inner-column {
    padding: 60px 60px 60px 50px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-two .content-column .inner-column {
    padding: 60px 30px 60px 30px;
  }
}
.why-choose-us-two .inner-column .text-box text {
  font-size: 200px;
  font-family: Allison;
}
.why-choose-us-two .icon-big-boat-2 {
  position: absolute;
  left: -45px;
  bottom: 3px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two .icon-big-boat-2 {
    display: none;
  }
}
.why-choose-us-two .content-column-two {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .why-choose-us-two .content-column-two {
    display: none;
  }
}
.why-choose-us-two .content-column-two .text {
  color: white;
  font-size: 250px;
  font-family: Allison;
  text-align: end;
  letter-spacing: 10px;
  position: relative;
  left: 100px;
  top: -100px;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two .content-column-two .text {
    font-size: 150px;
    left: -70px;
  }
}

/*** 

====================================================================
    Why Choose Us Three
====================================================================

***/
.why-choose-us-three {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.why-choose-us-three .icon-big-boat-5 {
  position: absolute;
  right: 80px;
  bottom: 105px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .why-choose-us-three .icon-big-boat-5 {
    display: none;
  }
}
.why-choose-us-three .bg {
  background-size: auto;
  background-position: left bottom;
  bottom: 0;
  pointer-events: none;
  top: auto;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .why-choose-us-three .bg {
    background-size: cover;
  }
}
.why-choose-us-three .icon-sailboat-line-1 {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: -1;
}
.why-choose-us-three .icon-wheel-compass-1 {
  position: absolute;
  top: -50px;
  right: 155px;
  -webkit-animation: fa-spin 70s infinite;
          animation: fa-spin 70s infinite;
  z-index: -1;
}
.why-choose-us-three .sec-title-two {
  text-align: center;
}
.why-choose-us-three .sec-title-two h2 {
  opacity: 0.2 !important;
  color: var(--text-color);
  font-family: var(--text-font);
  font-size: 120px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px var(--text-color);
}
.why-choose-us-three .content-column {
  position: relative;
}
.why-choose-us-three .content-column .inner-column {
  position: relative;
  background-color: #f4efec;
  padding: 81px 98px 92px 98px;
}
@media (max-width: 767.98px) {
  .why-choose-us-three .content-column .inner-column {
    padding: 60px 35px 55px 39px;
  }
}
.why-choose-us-three .content-column .inner-column:before {
  border: 1px solid var(--color1);
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  right: 18px;
  bottom: 18px;
}
.why-choose-us-three .content-column .inner-column .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

/*** 

====================================================================
    ks-choose
====================================================================

***/
.ks-choose-area {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ks-choose-area .ks-section-title-wrap {
  margin-bottom: 50px;
}
.ks-choose-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 40px;
  padding-right: 40px;
  border-radius: 20px 100px 20px 20px;
  background-color: var(--color-dark);
}
[data-tm-layout=dark] .ks-choose-content {
  background-color: var(--dark-color2);
}
@media (max-width: 1199.98px) {
  .ks-choose-content {
    padding: 25px;
    border-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .ks-choose-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .ks-choose-content h5 br {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-choose-content h5 br {
    display: block;
  }
}
.ks-choose-content .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: overlay;
}
.ks-choose-list-box ul li {
  line-height: 1.7;
  position: relative;
  padding-left: 30px;
}
.ks-choose-list-box ul li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ks-choose-list-title {
  margin-bottom: 15px;
}
.ks-choose-thumb-sm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 75px;
}
@media only screen and (max-width: 1400px) {
  .ks-choose-thumb-sm {
    margin-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-thumb-sm {
    margin-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .ks-choose-thumb-sm {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-choose-thumb-sm {
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.ks-choose-thumb-sm > img {
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .ks-choose-thumb-sm > img {
    width: 100%;
  }
}
.ks-choose-thumb {
  position: relative;
  border-radius: 50px;
  position: relative;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .ks-choose-thumb {
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-thumb {
    width: 100%;
    height: auto;
    -webkit-mask-image: unset !important;
            mask-image: unset !important;
  }
}
@media (max-width: 991.98px) {
  .ks-choose-thumb {
    border-radius: 20px;
  }
}
.ks-choose-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .ks-choose-thumb img {
    border-radius: 20px;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-thumb img {
    width: 100%;
  }
}
.ks-choose-thumb-wrap {
  height: 100%;
  z-index: -1;
  position: relative;
}
@media (max-width: 1199.98px) {
  .ks-choose-thumb-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .ks-choose-thumb-wrap {
    margin-top: 20px;
  }
}
.ks-choose-thumb-wrap .ks-choose-item {
  position: absolute;
  left: 0;
  bottom: 1.5%;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .ks-choose-thumb-wrap .ks-choose-item {
    bottom: 0;
  }
}
.ks-choose-thumb-wrap .ks-choose-item p br {
  display: block;
}
.ks-choose-item {
  background-color: var(--color-white);
  padding: 30px;
  padding-bottom: 22px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[data-tm-layout=dark] .ks-choose-item {
  background-color: #374b3f;
}
@media (max-width: 1599.98px) {
  .ks-choose-item {
    padding: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .ks-choose-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .ks-choose-item {
    margin-bottom: 30px;
  }
}
.ks-choose-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  content: "";
  height: 100%;
  width: 0;
  border-radius: 20px;
  z-index: -1;
  background-color: var(--color-dark);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
[data-tm-layout=dark] .ks-choose-item::after {
  background-color: #374b3f;
}
.ks-choose-item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.ks-choose-item:hover .ks-choose-title {
  color: #ffffff;
  border-color: rgba(245, 245, 245, 0.2);
}
.ks-choose-item:hover p {
  color: var(--gray2-color);
}
.ks-choose-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.79;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .ks-choose-item p br {
    display: none;
  }
}
.ks-choose-item-wrap {
  margin-right: -300px;
}
@media (max-width: 1199.98px) {
  .ks-choose-item-wrap {
    margin-right: 0;
  }
}
.ks-choose-icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 15px;
  background-color: var(--color-yellow);
}
.ks-choose-icon svg {
  height: 32px;
  width: 32px;
}
.ks-choose-title {
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--gray-color);
}
[data-tm-layout=dark] .ks-choose-title {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1399.98px) {
  .ks-choose-title {
    font-size: 18px;
  }
}
.ks-choose-experts {
  position: absolute;
  bottom: 19%;
  right: 0;
  padding: 10px;
  z-index: 1;
  border-radius: 100px 0 0 100px;
  background-color: var(--color-yellow);
}
@media (max-width: 1399.98px) {
  .ks-choose-experts {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-experts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .ks-choose-experts {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-choose-experts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ks-choose-experts h5 {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.ks-choose-experts-icon {
  display: inline-block;
  height: 77px;
  width: 77px;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-dark);
  margin-right: 20px;
}
[data-tm-layout=dark] .ks-choose-experts-icon {
  background-color: var(--dark-color2);
}

.ks-choose-2 {
  position: relative;
}
.ks-choose-2-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ks-choose-2-area.home-1-style {
  z-index: 0;
  position: relative;
  padding: 0 15px;
}
.ks-choose-2-area.home-1-style .outer-box {
  max-width: 1854px;
  padding: 120px 15px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .ks-choose-2-area.home-1-style .outer-box {
    padding: 80px 15px;
  }
}
@media (max-width: 991.98px) {
  .ks-choose-2-area.home-1-style .outer-box {
    padding: 80px 0;
  }
}
.ks-choose-2-area.home-1-style .outer-box:before {
  background-image: url(../images/resource/wcu-h2-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
  border-radius: 30px;
}
.ks-choose-2-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .ks-choose-2-content {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .ks-choose-2-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-2-content {
    padding-right: 0;
  }
}
.ks-choose-2-content .ks-section-title-wrap {
  margin-bottom: 30px;
}
.ks-choose-2-content .sec-title-h1 {
  margin-bottom: 25px;
}
.ks-choose-2-content p {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  color: var(--color-silver);
}
@media (max-width: 1599.98px) {
  .ks-choose-2-content p {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-2-content p {
    font-size: 15px;
  }
}
.ks-choose-2-icon {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .ks-choose-2-icon {
    left: -24px;
    top: 55%;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-2-icon {
    display: none;
  }
}
.ks-choose-2-icon img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.ks-choose-2-more-wrap {
  margin-bottom: 50px;
}
.ks-choose-2-more-wrap p {
  margin-bottom: 0;
}
.ks-choose-2-more-info {
  padding-right: 55px;
  margin-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767.98px) {
  .ks-choose-2-more-info {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-choose-2-more-info {
    margin-bottom: 0;
    padding-right: 25px;
  }
}
.ks-choose-2-more-info:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.ks-choose-2-more-info .icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: var(--color1);
  font-size: 30px;
  color: var(--color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ks-choose-2-more-info b {
  color: var(--color-white);
  font-family: var(--title-font);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.33;
  text-transform: capitalize;
}
[data-tm-layout=dark] .ks-choose-2-more-info b {
  color: var(--headings-color);
}
@media (max-width: 1599.98px) {
  .ks-choose-2-more-info b {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-2-more-info b {
    font-size: 15px;
  }
}
.ks-choose-2-thumb {
  position: relative;
  z-index: 0;
  max-width: 288px;
  max-height: 288px;
  overflow: hidden;
  border-radius: 50%;
}
.ks-choose-2-thumb img {
  border-radius: 50%;
  max-width: 288px;
  max-height: 288px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 339.98px) {
  .ks-choose-2-thumb img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767.98px) {
  .ks-choose-2-thumb {
    margin-bottom: 30px;
  }
}
.ks-choose-2-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ks-choose-2-thumb-wrap {
  position: relative;
  padding-left: 44px;
}
@media (max-width: 1399.98px) {
  .ks-choose-2-thumb-wrap {
    padding-left: 0;
    padding-right: 44px;
    padding-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .ks-choose-2-thumb-wrap {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .ks-choose-2-thumb-wrap {
    padding-top: 20px;
  }
}
.ks-choose-2-thumb-wrap .style-2 {
  margin-top: -50px;
}
@media (max-width: 1199.98px) {
  .ks-choose-2-thumb-wrap .style-2 {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .ks-choose-2-thumb-wrap .style-2 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.ks-choose-2-circle {
  border-radius: 50%;
  width: 290px;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: var(--color1);
}
@media (max-width: 767.98px) {
  .ks-choose-2-circle {
    margin-bottom: 30px;
  }
}
@media (max-width: 339.98px) {
  .ks-choose-2-circle {
    max-width: 250px;
    max-height: 250px;
  }
}
.ks-choose-2-circle .text {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  font-family: var(--title-font);
  color: var(--color1-text-color);
}
@media (max-width: 1199.98px) {
  .ks-choose-2-circle .text {
    font-size: 25px;
  }
}

/*** 

====================================================================
    why-choose-us-section-h2
====================================================================

***/
.why-choose-us-section-h2 {
  position: relative;
}
.why-choose-us-section-h2 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.why-choose-us-section-h2 .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-h2 {
    padding-top: 80px;
  }
}
.why-choose-us-section-h2 .content-column .inner-column {
  position: relative;
  padding: 90px 0 70px;
  padding-left: 30px;
}
@media (max-width: 1399.98px) {
  .why-choose-us-section-h2 .content-column .inner-column {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-h2 .content-column .inner-column {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-section-h2 .content-column .inner-column {
    padding: 60px 0 80px;
  }
}
.why-choose-us-section-h2 .content-column .inner-column .sec-title-h1 {
  margin-bottom: 30px;
}
.why-choose-us-section-h2 .content-column .inner-column .sec-title-h1 .sub-title {
  margin-bottom: 10px;
}
.why-choose-us-section-h2 .content-column .inner-column .sec-title-h1 .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  color: var(--color-white);
  font-family: var(--heading-font-family);
  margin-top: 30px;
}
.why-choose-us-section-h2 .content-column .inner-column .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-top: 35px;
}
.why-choose-us-section-h2 .content-column .inner-column .btn-box .readmore {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  background: var(--gradient-1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-section-h2 .content-column .inner-column .btn-box .readmore i {
  position: relative;
  z-index: 3;
}
.why-choose-us-section-h2 .content-column .inner-column .btn-box .readmore:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.why-choose-us-section-h2 .content-column .inner-column .btn-box .readmore:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background-color: var(--color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-section-h2 .content-column .inner-column .btn-box .readmore:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.why-choose-us-section-h2 .image-column .inner-column {
  position: relative;
  margin-left: -518px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-h2 .image-column .inner-column {
    margin-left: 0;
  }
}
.why-choose-us-section-h2 .image-column .inner-column .image {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 200px;
  margin-bottom: 0;
  width: 100%;
  max-height: 780px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-h2 .image-column .inner-column .image {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-section-h2 .image-column .inner-column .image {
    border-bottom-right-radius: 100px;
  }
}
.why-choose-us-section-h2 .image-column .inner-column .image img {
  position: relative;
  width: 100%;
}
.why-choose-us-section-h2 .image-column .inner-column .exp-box {
  position: absolute;
  bottom: 120px;
  right: 100px;
  padding: 0 42px 25px 25px;
  display: inline-block;
  border-radius: 20px;
  background-color: var(--color-white);
}
@media (max-width: 991.98px) {
  .why-choose-us-section-h2 .image-column .inner-column .exp-box {
    bottom: 30px;
    left: 30px;
    right: auto;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-section-h2 .image-column .inner-column .exp-box {
    bottom: 10px;
    left: 10px;
    padding: 0 15px 15px;
    right: 20px;
  }
}
.why-choose-us-section-h2 .image-column .inner-column .exp-box:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.why-choose-us-section-h2 .image-column .inner-column .exp-box .icon {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 44px;
  margin-top: -40px;
  margin-left: -25px;
  margin-bottom: 15px;
  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;
  color: var(--color1-text-color);
  border-radius: 50%;
  background: var(--color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .why-choose-us-section-h2 .image-column .inner-column .exp-box .icon {
    width: 60px;
    height: 60px;
    font-size: 20px;
    margin-left: -15px;
  }
}
.why-choose-us-section-h2 .image-column .inner-column .exp-box .cat {
  position: relative;
  font-size: 16px;
  color: var(--text-color2);
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .why-choose-us-section-h2 .image-column .inner-column .exp-box .cat {
    font-size: 12px;
  }
}
.why-choose-us-section-h2 .image-column .inner-column .exp-box .title {
  position: relative;
  line-height: 32.38px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .why-choose-us-section-h2 .image-column .inner-column .exp-box .title {
    font-size: 18px;
    line-height: 1.2em;
  }
  .why-choose-us-section-h2 .image-column .inner-column .exp-box .title br {
    display: none;
  }
}
.why-choose-us-section-h2 .image-column .style-inner {
  margin-right: 200px;
}

.why-choose-us-block-h2 .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-block-h2 .inner-box {
    padding: 25px 27.5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-block-h2 .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
  }
}
.why-choose-us-block-h2 .inner-box.active:before, .why-choose-us-block-h2 .inner-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.why-choose-us-block-h2 .inner-box.active .icon, .why-choose-us-block-h2 .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.why-choose-us-block-h2 .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  background-color: var(--yellow);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-block-h2 .inner-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 65px;
  width: 1px;
  height: 100%;
  background-color: #323241;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .why-choose-us-block-h2 .inner-box:after {
    left: 75px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-block-h2 .inner-box:after {
    display: none;
  }
}
.why-choose-us-block-h2 .inner-box .icon-box {
  position: relative;
  width: 25px;
  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-negative: 0;
      flex-shrink: 0;
}
.why-choose-us-block-h2 .inner-box .icon-box .icon {
  position: relative;
  font-size: 25px;
  line-height: 1em;
  color: var(--color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-block-h2 .inner-box:hover .icon-box .icon{
  color: var(--color-white);
}
.why-choose-us-block-h2 .inner-box .content-box {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-block-h2 .inner-box .content-box {
    padding-left: 49px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-block-h2 .inner-box .content-box {
    padding-left: 0;
  }
}
.why-choose-us-block-h2 .inner-box .content-box .title {
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-block-h2 .inner-box .content-box .text {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Work Section
====================================================================

***/
.work-section {
  position: relative;
  padding: 120px 0px 40px;
}
.work-section .anim-icons .image-1 {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
.work-section .work-carousel,
.work-section .outer-box {
  position: relative;
  margin: 0 85px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 1699px) {
  .work-section .work-carousel,
  .work-section .outer-box {
    margin: 0 -80px;
  }
}
@media (max-width: 1399.98px) {
  .work-section .work-carousel,
  .work-section .outer-box {
    margin: 0;
  }
}
.work-section .marquee {
  border: 0;
  padding: 0 0 70px;
}
.work-section .marquee .text {
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 32px;
  text-transform: uppercase;
  color: var(--color-light);
}
.work-section .marquee .text:after {
  display: none;
}
@media (max-width: 991.98px) {
  .work-section .marquee .text {
    font-size: 72px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 575.98px) {
  .work-section .marquee .text {
    font-size: 54px;
    letter-spacing: 0.1em;
  }
}

.work-block {
  position: relative;
}
.work-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  min-height: 344px;
  border-radius: 200px;
  background-color: var(--color2);
  border: 1px solid rgba(51, 51, 51, 0.5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .inner-box:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0px;
  border-radius: inherit;
  background: var(--gradient-3);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.work-block .inner-box:hover:before {
  border-color: var(--color1);
  padding: 7px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.work-block .inner-box:hover .title {
  color: var(--color1);
}
.work-block .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
}
.work-block .icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .count {
  color: var(--color-white);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .title {
  color: var(--color15);
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0;
}

/***

====================================================================
    Social Section
====================================================================

***/
.socials-section {
  position: relative;
}
.socials-section .outer-box {
  background-color: var(--color2);
  border: 1px solid var(--color9);
  border-radius: 30px;
  padding: 121px 15px 99px;
  margin: 0px 100px;
  position: relative;
  z-index: 1;
}
.socials-section .anim-icons .image-1 {
  position: absolute;
  top: -120px;
  right: -10px;
  pointer-events: none;
  z-index: 2;
}
.socials-section .sec-title {
  margin-bottom: 51px;
}
@media (max-width: 575.98px) {
  .socials-section .title br {
    display: none;
  }
}
.socials-section .title-stroke-text {
  position: absolute;
  left: 0;
  top: 20px;
  pointer-events: none;
}

.social-block .inner-box {
  position: relative;
  padding: 33px 40px 25px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 30px;
  border: 1px solid var(--color9);
}
.social-block .inner-box:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0px;
  border-radius: inherit;
  background: var(--gradient-3);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-block .inner-box:hover {
  border-color: transparent;
}
.social-block .inner-box:hover:before {
  padding: 5px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.social-block .inner-box:hover .icon-box {
  background-color: var(--color-white);
}
.social-block .inner-box:hover .icon-box .icon {
  color: var(--color-dark);
}
.social-block .inner-box .icon-box {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--color1);
}
.social-block .inner-box .icon-box .icon {
  font-size: 46px;
  line-height: 110px;
  color: var(--color-gray);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-block .inner-box .title {
  margin-bottom: 0;
}

/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-section {
  background-color: var(--color-lighter);
  position: relative;
  padding: 129px 0 100px;
}
.blog-section .sec-title {
  margin-bottom: 49px;
}

.blog-block {
  margin-bottom: 40px;
}
.blog-block .inner-box {
  background-color: var(--color-white);
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .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 .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blog-block .image-box {
  position: relative;
}
.blog-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-block .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block .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 .image-box .date {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
}
.blog-block .image-box .date strong {
  position: relative;
  display: block;
  width: 60px;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--text-font);
  padding: 8px 0 10px;
  line-height: 1;
  color: var(--color-light);
  background-color: var(--color1);
  text-align: center;
}
.blog-block .image-box .date strong span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
}
.blog-block .content-box {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 26px 30px 44px;
  position: relative;
  z-index: 1;
}
.blog-block .content-box .post-meta {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-block .content-box .post-meta .meta-item {
  color: #6F7174;
  font-size: 14px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.blog-block .content-box .post-meta .meta-item:first-child {
  margin-left: 0;
}
.blog-block .content-box .post-meta .meta-item .icon {
  color: var(--color1);
  font-size: 15px;
  line-height: 1;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.blog-block .content-box .title {
  margin-bottom: 0;
}
.blog-block .content-box .title:hover {
  color: var(--color1);
}
.blog-block .content-box .text {
  margin-bottom: 10px;
}
.blog-block .btn-box {
  background-color: #FAFAFC;
  padding: 10px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-block .btn-box .btn-link-style1 {
  color: var(--text-color2);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .btn-box .btn-link-style1:hover {
  color: var(--color1);
}
.blog-block .btn-box .btn-link-style1:hover .btn-title:after {
  width: 100%;
}
.blog-block .btn-box .btn-link-style1:hover .icon {
  color: var(--color1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog-block .btn-box .btn-link-style1 .btn-title {
  position: relative;
}
.blog-block .btn-box .btn-link-style1 .btn-title:after {
  background-color: var(--color1);
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .btn-box .btn-link-style1 .icon {
  color: var(--color1);
  font-size: 20px;
  position: relative;
  top: 6px;
  margin-left: 11px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .meta-comment {
  color: #6F7174;
  font-size: 14px;
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .meta-comment:hover {
  color: var(--color1);
}
.blog-block .meta-comment .icon {
  color: var(--color1);
  font-size: 15px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Blog Section-h1
====================================================================

***/
.blog-section-h1 {
  position: relative;
  padding: 190px 0 100px;
}
@media (max-width: 991.98px) {
  .blog-section-h1 {
    padding: 150px 0 60px;
  }
}
.blog-section-h1 .sec-title {
  margin-bottom: 49px;
}

.blog-block-h1 {
  margin-bottom: 40px;
}
.blog-block-h1 .inner-box {
  background-color: #F7F7F9;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 30px;
}
.blog-block-h1 .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-h1 .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blog-block-h1 .image-box {
  position: relative;
}
.blog-block-h1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 30px 30px 0 0;
}
.blog-block-h1 .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 30px 30px 0 0;
}
.blog-block-h1 .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-h1 .image-box .date-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--color1);
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.5px 14.5px;
}
.blog-block-h1 .image-box .date-box:before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 6px;
  background-color: var(--color1);
  content: "";
  opacity: 0.3;
  z-index: 2;
}
.blog-block-h1 .image-box .date-box .day {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1-text-color);
  line-height: 14px;
}
.blog-block-h1 .image-box .date-box .month {
  font-size: 12px;
  font-weight: 600;
  color: var(--color1-text-color);
  line-height: 12px;
}
.blog-block-h1 .content-box {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 25px 32px 35px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 30px 30px;
  background-color: var(--color-white);
}
.blog-block-h1 .content-box .post-meta {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-block-h1 .content-box .post-meta .meta-item {
  color: var(--color-silver);
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.blog-block-h1 .content-box .post-meta .meta-item:first-child {
  margin-left: 0;
}
.blog-block-h1 .content-box .post-meta .meta-item .icon {
  color: var(--color1);
  font-size: 15px;
  line-height: 1;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.blog-block-h1 .content-box .title {
  margin-bottom: 0;
  line-height: 32px;
}
.blog-block-h1 .content-box .title:hover {
  color: var(--color1);
}
.blog-block-h1 .content-box .text {
  margin-bottom: 10px;
}
.blog-block-h1 .btn-box {
  background-color: #F7F7F9;
  padding: 12px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 575.98px) {
  .blog-block-h1 .btn-box {
    padding: 12px 20px 0;
  }
}
.blog-block-h1 .btn-box .btn-link-style1 {
  color: var(--text-color2);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-h1 .btn-box .btn-link-style1:hover {
  color: var(--color1);
}
.blog-block-h1 .btn-box .btn-link-style1:hover .btn-title:after {
  width: 100%;
}
.blog-block-h1 .btn-box .btn-link-style1:hover .icon {
  color: var(--color1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog-block-h1 .btn-box .btn-link-style1 .btn-title {
  position: relative;
}
.blog-block-h1 .btn-box .btn-link-style1 .btn-title:after {
  background-color: var(--color1);
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-h1 .btn-box .btn-link-style1 .icon {
  color: var(--color1);
  font-size: 20px;
  position: relative;
  top: 6px;
  margin-left: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-h1 .meta-comment {
  color: #6F7174;
  font-size: 14px;
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-h1 .meta-comment:hover {
  color: var(--color1);
}
.blog-block-h1 .meta-comment .icon {
  color: var(--color1);
  font-size: 15px;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Blog Section Two
====================================================================

***/
.blog-section-two {
  position: relative;
  padding: 130px 0 100px;
}

.blog-block-two {
  margin-bottom: 40px;
}
.blog-block-two.style-two .content-box {
  margin-top: 30px;
}
.blog-block-two .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-two .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-two .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blog-block-two .image-box {
  position: relative;
}
.blog-block-two .image-box .image {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-block-two .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-mask-image: url(../images/resource/blog3-mask1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.blog-block-two .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-two .content-box {
  position: relative;
  margin-top: -50px;
  z-index: 1;
}
.blog-block-two .content-box .post-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 17px 23px 10px 0;
  text-transform: uppercase;
  position: relative;
}
.blog-block-two .content-box .post-meta .category {
  color: var(--color1);
}
.blog-block-two .content-box .post-meta .category span {
  color: var(--color-white);
  margin-left: 5px;
}
.blog-block-two .content-box .post-meta .date {
  color: var(--color6);
  margin-left: 7px;
}
.blog-block-two .content-box .post-meta .date span {
  margin-left: 5px;
}
.blog-block-two .content-box .post-meta .author {
  color: var(--color-white);
  margin-left: 7px;
}
.blog-block-two .content-box .title {
  margin-bottom: 22px;
}
.blog-block-two .content-box .title:hover {
  color: var(--color1);
}
.blog-block-two .content-box .text {
  margin-bottom: 10px;
}
.blog-block-two .content-box .btn-link-style1 {
  color: var(--color1);
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-two .content-box .btn-link-style1:hover {
  color: var(--color1);
}
.blog-block-two .content-box .btn-link-style1:hover .btn-title:after {
  width: 100%;
}
.blog-block-two .content-box .btn-link-style1:hover .icon {
  color: var(--color1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog-block-two .content-box .btn-link-style1 .btn-title {
  position: relative;
}
.blog-block-two .content-box .btn-link-style1 .btn-title:after {
  background-color: var(--color1);
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-two .content-box .btn-link-style1 .icon {
  font-size: 14px;
  position: relative;
  top: 0;
  margin-left: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    news-section-h2
====================================================================

***/
.news-section-h2 {
  position: relative;
  padding: 0 0 90px;
}
@media (max-width: 991.98px) {
  .news-section-h2 {
    padding: 0 0 50px;
  }
}
.news-section-h2 .sec-title-h2 {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .news-section-h2 .sec-title-h2 {
    margin-bottom: 30px;
  }
}

.news-block-h2 {
  padding: 0 10px;
}
.news-block-h2 .inner-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block-h2 .inner-block:hover .images-box .inner-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);
}
.news-block-h2 .inner-block:hover .images-box .inner-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.news-block-h2 .inner-block .images-box {
  position: relative;
}
.news-block-h2 .inner-block .images-box .inner-box .image {
  position: relative;
  overflow: hidden;
}
.news-block-h2 .inner-block .images-box .inner-box .image:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color1)));
  background-image: linear-gradient(transparent, var(--color1));
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
  pointer-events: none;
}
.news-block-h2 .inner-block .images-box .inner-box .image img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block-h2 .inner-block .images-box .inner-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);
}
.news-block-h2 .inner-block .images-box .inner-box .date-box {
  position: absolute;
  left: 30px;
  bottom: 0;
  text-align: center;
  line-height: 1;
  background-color: var(--color1);
  padding: 11px 22px;
  z-index: 2;
}
.news-block-h2 .inner-block .images-box .inner-box .date-box .date {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  margin-bottom: 5px;
  color: var(--color1-text-color);
}
.news-block-h2 .inner-block .images-box .inner-box .date-box .month {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color1-text-color);
  text-transform: uppercase;
}
.news-block-h2 .inner-block .content-box .inner-box {
  position: relative;
  padding: 0 28px 20px;
  z-index: 1;
  border-bottom: 3px solid #f3f4f7;
}
@media (max-width: 991.98px) {
  .news-block-h2 .inner-block .content-box .inner-box {
    padding: 0 15px 20px;
  }
}
.news-block-h2 .inner-block .content-box .inner-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f3f4f7;
  padding: 5px 12px;
  margin-bottom: 15px;
}
.news-block-h2 .inner-block .content-box .inner-box .post-meta li {
  margin-right: 15px;
  font-size: 14px;
  color: rgba(var(--color-black-rgb), 0.4);
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .news-block-h2 .inner-block .content-box .inner-box .post-meta li {
    margin-right: 10px;
  }
}
.news-block-h2 .inner-block .content-box .inner-box .post-meta li i {
  margin-right: 5px;
  color: var(--color1);
  font-size: 14px;
}
.news-block-h2 .inner-block .content-box .inner-box .title {
  font-weight: 700;
  margin-bottom: 11px;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
}
.news-block-h2 .inner-block .content-box .inner-box .title a:hover {
  color: var(--color1);
}
.news-block-h2 .inner-block .content-box .inner-box .text {
  margin-bottom: 20px;
}
.news-block-h2 .inner-block .content-box .inner-box .btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark);
}
.news-block-h2 .inner-block .content-box .inner-box .btn:hover {
  color: var(--color1);
}
.news-block-h2 .inner-block .content-box .inner-box .btn:hover .icon {
  background-color: var(--color1);
}
.news-block-h2 .inner-block .content-box .inner-box .btn .icon {
  margin-right: 8px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  color: var(--color2-text-color);
  background-color: var(--color2);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  bottom: 2px;
}
.news-block-h2 .inner-block .content-box .inner-box .btn .btn-title {
  line-height: 16px;
  text-transform: capitalize;
}

/***====================================================================
    Map Section-two CSS
====================================================================***/
.map-section-h2 {
  position: relative;
  padding: 0 20px;
  z-index: 3;
  margin-top: -386px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .map-section-h2 {
    margin-top: 0px;
  }
}
.map-section-h2 iframe {
  display: block;
  width: 100%;
  height: 533px;
  /* border-radius: 250px 250px 25px 25px; */
  border-radius: 10px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 1399.98px) {
  .map-section-h2 iframe {
    border-radius: 10px;
  }
}
@media (max-width: 575.98px) {
  .map-section-h2 iframe {
    height: 400px;
  }
}
.map-section-h2 .content {
  position: relative;
}
.map-section-h2 .content .contact-list-box {
  position: absolute;
  /* top: 110px; */
  top: 55px;
  right: 0;
  padding: 25px 30px 30px;
  width: 100%;
  max-width: 400px;
  background: var(--color1);
  border-radius: 20px 20px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .map-section-h2 .content .contact-list-box {
    /* top: 110px; */
    top: 55px;
    right: auto;
    left: 33%;
  }
}
@media (max-width: 991.98px) {
  .map-section-h2 .content .contact-list-box {
    top: 0;
    right: auto;
    left: 30%;
  }
}
@media (max-width: 767.98px) {
  .map-section-h2 .content .contact-list-box {
    top: 0;
    right: auto;
    left: 0;
    max-width: 100%;
  }
}
.map-section-h2 .content .contact-list-box .title {
  position: relative;
  color: #fff;
  margin-bottom: 0;
}
.map-section-h2 .content .contact-list-box .contact-list-three li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 17px;
  padding-top: 17px;
  position: relative;
}
.map-section-h2 .content .contact-list-box .contact-list-three li:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.map-section-h2 .content .contact-list-box .contact-list-three li .icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: var(--color1-text-color);
  background-color: var(--yellow);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.map-section-h2 .content .contact-list-box .contact-list-three li .text {
  position: relative;
  color: #fff;
  padding-right: 20px;
}
.map-section-h2 .content .contact-list-box .contact-list-three li a {
  color: #fff;
}
.map-section-h2 .content .contact-list-box .contact-list-three li a:hover {
  color: var(--color2);
}

/***

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

***/
.main-footer {
  position: relative;
  /* Widget Section */
}
.main-footer .widgets-section {
  padding: 116px 0 30px;
  position: relative;
}
.main-footer .footer-column {
  position: relative;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 26px;
  position: relative;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--color-light);
}

.user-links {
  position: relative;
}
.user-links li {
  color: rgba(var(--color-white-rgb), 0.55);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  margin-bottom: 7px;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--color1);
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media (max-width: 475.98px) {
  .user-links.two-column li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.subscribe-widget .subscribe-form-one {
  margin-bottom: 50px;
  position: relative;
}
.subscribe-widget .subscribe-form-one .form-group {
  position: relative;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text],
.subscribe-widget .subscribe-form-one .form-group input[type=email] {
  background: rgba(102, 102, 102, 0.2);
  border-radius: 40px;
  color: var(--color-white);
  display: block;
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  padding: 20px 65px 20px 35px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-webkit-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-webkit-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-moz-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-moz-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]:-ms-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]:-ms-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-ms-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-ms-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::placeholder,
.subscribe-widget .subscribe-form-one .form-group input[type=email]::placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group .btn {
  background-color: var(--color1);
  border-radius: 50%;
  color: var(--color-white);
  font-size: 26px;
  height: 58px;
  line-height: 62px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
}
.subscribe-widget .subscribe-form-one .form-group .btn:hover {
  background-color: var(--color-dark);
  color: var(--color-gray);
}
.subscribe-widget .text {
  color: rgba(var(--color-white-rgb), 0.55);
  margin-bottom: 20px;
}

.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(--color1);
}
.recent-post .inner .post-title {
  color: var(--color-light);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.contacts-widget {
  text-align: start;
}
.contacts-widget .text {
  line-height: 45px;
}
.contacts-widget .contact-info-list li {
  margin-bottom: 12px;
}
.contacts-widget .contact-info-list li:last-child {
  margin-bottom: 0;
}
.contacts-widget .contact-info-list li a {
  color: rgba(var(--color-white-rgb), 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-widget .contact-info-list li a .icon {
  color: var(--color-white);
  display: inline-block;
  margin-right: 8px;
  min-width: 18px;
  position: relative;
  top: 2px;
}
.contacts-widget .contact-info-list li a:hover {
  color: var(--color1);
}

.timetable-widget .timetable li {
  color: rgba(var(--color-white-rgb), 0.55);
  font-size: 18px;
  line-height: 35px;
}
.timetable-widget .timetable li.close {
  color: var(--color1);
  font-weight: 600;
}
.timetable-widget .timetable li span {
  margin-left: 7px;
}

.social-widget .social-icon-list1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-widget .social-icon-list1 li {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-widget .social-icon-list1 li:first-child {
  margin-left: 0;
}
.social-widget .social-icon-list1 li:last-child {
  margin-right: 0;
}
.social-widget .social-icon-list1 li a {
  background-color: #313131;
  border: 1px solid #313131;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 16px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
  width: 48px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-widget .social-icon-list1 li a i {
  position: relative;
}
.social-widget .social-icon-list1 li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--color1);
  content: "";
  color: var(--color-white);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-widget .social-icon-list1 li a:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: var(--color-white);
}
.social-widget .social-icon-list1 li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*=== Footer Bottom ===*/
.footer-bottom {
  padding: 30px 0;
  position: relative;
  z-index: 3;
}
.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 534.98px) {
  .footer-bottom .inner-container {
    display: block;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: var(--color-white);
}
@media (max-width: 534.98px) {
  .footer-bottom .copyright-text {
    text-align: center;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--color-light);
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: var(--color-light);
}

/*** 

====================================================================
  Footer Section footer-style-one
====================================================================

***/
.footer-style-one {
  position: relative;
  padding-top: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1699px) {
  .footer-style-one {
    margin: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .footer-style-one {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .footer-style-one {
    padding: 0;
  }
}
.footer-style-one:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/footer-h2-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  top: 0;
  left: 0;
  pointer-events: none;
}
.footer-style-one .anim-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .footer-style-one .anim-icon {
    display: none;
  }
}
.footer-style-one .anim-icon-2 {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
}
.footer-style-one .upper-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  padding-right: 70px;
  max-width: 1280px;
  margin-bottom: 110px;
}
@media (max-width: 1399.98px) {
  .footer-style-one .upper-box .inner-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-one .upper-box .inner-box {
    margin-bottom: 50px;
    padding: 20px 10px 25px;
  }
}
.footer-style-one .upper-box .inner-box:before {
  background-image: url(../images/icons/footer-h1-2.png);
  background-position: 130px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1;
}
.footer-style-one .upper-box .inner-box:after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, color-stop(12%, rgba(255, 255, 255, 0.2509803922)), color-stop(30%, #e3bf21));
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.2509803922) 12%, #e3bf21 30%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  border-radius: 25px;
  top: 0;
  left: 0;
}
.footer-style-one .upper-box .inner-box .image-1 {
  width: 235px;
  height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .footer-style-one .upper-box .inner-box .image-1 {
    display: none;
  }
}
.footer-style-one .upper-box .inner-box .image-1 img {
  width: 100%;
  height: 100%;
}
.footer-style-one .upper-box .inner-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 856px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1399.98px) {
  .footer-style-one .upper-box .inner-box .content {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .footer-style-one .upper-box .inner-box .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px;
  }
}
.footer-style-one .upper-box .inner-box .title {
  font-weight: 700;
  line-height: 46px;
  color: var(--color1-text-color);
  position: relative;
  z-index: 2;
  padding: 55px 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer-style-one .upper-box .inner-box .title {
    padding: 0;
  }
  .footer-style-one .upper-box .inner-box .title br {
    display: none;
  }
}
.footer-style-one .upper-box .inner-box .icon {
  position: relative;
  z-index: 2;
  top: 20px;
  right: 15px;
}
@media (max-width: 991.98px) {
  .footer-style-one .upper-box .inner-box .icon {
    display: none;
  }
}
.footer-style-one .upper-box .inner-box .btn {
  position: relative;
  z-index: 2;
  margin-left: 90px;
  margin-bottom: 17px;
}
@media (max-width: 991.98px) {
  .footer-style-one .upper-box .inner-box .btn {
    margin: 0;
  }
}
.footer-style-one .upper-box .inner-box .image-2 {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 25px 25px 0;
  height: 100%;
}
@media (max-width: 575.98px) {
  .footer-style-one .upper-box .inner-box .image-2 {
    border-radius: 25px;
  }
}
.footer-style-one .upper-box .inner-box .image-2 img {
  border-radius: 0 25px 25px 0;
  height: 100%;
}
@media (max-width: 575.98px) {
  .footer-style-one .upper-box .inner-box .image-2 img {
    border-radius: 25px;
  }
}
.footer-style-one.main-footer {
  position: relative;
  background-color: var(--color-dark2);
  /* Widget Section */
  /* Subscribe Form */
  /*=== Footer Bottom ===*/
}
.footer-style-one.main-footer .widgets-section {
  position: relative;
  padding: 140px 0 15px;
}
@media (max-width: 991.98px) {
  .footer-style-one.main-footer .widgets-section {
    padding: 80px 0 8px;
  }
}
.footer-style-one.main-footer .widgets-section-two {
  position: relative;
  padding: 100px 0 95px;
}
.footer-style-one.main-footer .footer-column {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer-style-one.main-footer .footer-column {
    margin-top: 20px;
  }
}
.footer-style-one.main-footer .footer-widget {
  position: relative;
}
.footer-style-one.main-footer .widget-title {
  position: relative;
  color: var(--color-white);
  margin-bottom: 21px;
  padding-bottom: 5px;
  font-weight: 700;
  font-family: var(--title-font);
}
.footer-style-one.main-footer .widget-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 2px;
  background: var(--gradient-1);
  content: "";
}
.footer-style-one.main-footer .widget-title.style {
  font-size: 23.2px;
  margin-bottom: 25px;
}
.footer-style-one.main-footer .widget-title.style::before {
  display: none;
}
.footer-style-one.main-footer .widget-content {
  position: relative;
}
.footer-style-one.main-footer .widget-content .text {
  color: var(--color-white);
}
.footer-style-one.main-footer .user-links {
  position: relative;
}
.footer-style-one.main-footer .user-links li {
  position: relative;
  line-height: 32px;
  color: #9c94b3;
  font-weight: 500;
}
.footer-style-one.main-footer .user-links li:last-child {
  margin-bottom: 0;
}
.footer-style-one.main-footer .user-links li a {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one.main-footer .user-links li a:hover {
  color: var(--color-white);
}
.footer-style-one.main-footer .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one.main-footer .user-links li a:hover:before {
  width: 100%;
}
.footer-style-one.main-footer .user-links.style-two li {
  padding-left: 0;
}
.footer-style-one.main-footer .user-links.style-two li:before {
  display: none;
}
.footer-style-one.main-footer .user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-one.main-footer .user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer-style-one.main-footer .style {
  position: relative;
}
.footer-style-one.main-footer .style li {
  margin-bottom: 8px;
}
.footer-style-one.main-footer .recent-post {
  position: relative;
  margin-bottom: 30px;
}
.footer-style-one.main-footer .recent-post:last-child {
  margin-bottom: 0;
}
.footer-style-one.main-footer .recent-post .inner {
  position: relative;
}
.footer-style-one.main-footer .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;
}
.footer-style-one.main-footer .recent-post .inner .post-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--color1);
}
.footer-style-one.main-footer .recent-post .inner .post-title {
  color: var(--color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}
.footer-style-one.main-footer .contact-list {
  position: relative;
  margin-bottom: 30px;
}
.footer-style-one.main-footer .contact-list:last-child {
  margin-bottom: 0;
}
.footer-style-one.main-footer .contact-list .inner {
  position: relative;
}
.footer-style-one.main-footer .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;
}
.footer-style-one.main-footer .contact-list .inner .list-info:first-child {
  margin-bottom: 13px;
  line-height: 1.875;
}
.footer-style-one.main-footer .contact-list .inner .list-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--color1);
}
.footer-style-one.main-footer .contact-list .inner .post-title {
  color: var(--color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}
.footer-style-one.main-footer .contact-list-two {
  position: relative;
  padding: 35px;
  border-radius: 20px;
  overflow: hidden;
  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: 100px;
}
@media (max-width: 1199.98px) {
  .footer-style-one.main-footer .contact-list-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-one.main-footer .contact-list-two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .footer-style-one.main-footer .contact-list-two {
    padding: 35px 10px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-one.main-footer .contact-list-two {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px;
  }
}
.footer-style-one.main-footer .contact-list-two:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  background-image: url(../images/icons/footer-bg.jpg);
}
.footer-style-one.main-footer .contact-list-two:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  pointer-events: none;
  background: var(--gradient-1);
}
.footer-style-one.main-footer .contact-list-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .footer-style-one.main-footer .contact-list-two li {
    max-width: 33.3333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
            flex: 0 0 33.3333333%;
  }
}
@media (max-width: 991.98px) {
  .footer-style-one.main-footer .contact-list-two li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .footer-style-one.main-footer .contact-list-two li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.footer-style-one.main-footer .contact-list-two li:hover .icon-box {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.footer-style-one.main-footer .contact-list-two .icon-box {
  position: relative;
  width: 63px;
  height: 63px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one.main-footer .contact-list-two .icon {
  position: relative;
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: var(--color1);
  background-color: var(--color-white);
}
.footer-style-one.main-footer .contact-list-two .subtitle {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  text-transform: capitalize;
}
.footer-style-one.main-footer .contact-list-two .text {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
}
@media (max-width: 575.98px) {
  .footer-style-one.main-footer .contact-list-two .text {
    font-size: 16px;
  }
}
.footer-style-one.main-footer .contact-list-two .text a {
  color: var(--color-white);
}
.footer-style-one.main-footer .contact-list-two .text a:hover {
  color: var(--color2);
}
.footer-style-one.main-footer .newsletter-form {
  position: relative;
}
.footer-style-one.main-footer .newsletter-form .form-group {
  position: relative;
}
.footer-style-one.main-footer .newsletter-form .form-group.checkbox {
  margin-top: 20px;
}
.footer-style-one.main-footer .newsletter-form .form-group input[type=text],
.footer-style-one.main-footer .newsletter-form .form-group input[type=email] {
  position: relative;
  display: block;
  height: 56px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #9c94b3;
  padding: 23px 20px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #0d0a16;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one.main-footer .newsletter-form .form-group ::-webkit-input-placeholder {
  color: #9c94b3;
}
.footer-style-one.main-footer .newsletter-form .form-group input:focus {
  border-color: var(--color1);
}
.footer-style-one.main-footer .newsletter-form .form-group .form-btn {
  position: absolute;
  right: 18px;
  top: 0;
  height: 56px;
  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;
  background: transparent;
  color: var(--color1);
}
.footer-style-one.main-footer .newsletter-form.light-bg {
  position: relative;
}
.footer-style-one.main-footer .newsletter-form.light-bg input[type=text],
.footer-style-one.main-footer .newsletter-form.light-bg input[type=email] {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-black);
  padding: 23px 10px 23px 20px;
  padding-left: 40px;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: var(--color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one.main-footer .newsletter-form.light-bg input[type=text]::-webkit-input-placeholder, .footer-style-one.main-footer .newsletter-form.light-bg input[type=email]::-webkit-input-placeholder {
  color: var(--text-color2);
}
.footer-style-one.main-footer .newsletter-form.light-bg input[type=text]::-moz-placeholder, .footer-style-one.main-footer .newsletter-form.light-bg input[type=email]::-moz-placeholder {
  color: var(--text-color2);
}
.footer-style-one.main-footer .newsletter-form.light-bg input[type=text]:-ms-input-placeholder, .footer-style-one.main-footer .newsletter-form.light-bg input[type=email]:-ms-input-placeholder {
  color: var(--text-color2);
}
.footer-style-one.main-footer .newsletter-form.light-bg input[type=text]::-ms-input-placeholder, .footer-style-one.main-footer .newsletter-form.light-bg input[type=email]::-ms-input-placeholder {
  color: var(--text-color2);
}
.footer-style-one.main-footer .newsletter-form.light-bg input[type=text]::placeholder,
.footer-style-one.main-footer .newsletter-form.light-bg input[type=email]::placeholder {
  color: var(--text-color2);
}
.footer-style-one.main-footer .newsletter-form.light-bg .form-btn i {
  position: absolute;
  height: 50px;
  width: 45px;
  line-height: 50px;
  text-align: center;
  right: -8px;
  top: 10px;
  border-radius: 12%;
  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;
  background: var(--color1);
  color: var(--color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one.main-footer .newsletter-form.light-bg .form-btn i:hover {
  background-color: var(--color2);
  color: var(--color1);
}
.footer-style-one.main-footer .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #9c94b3;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer-style-one.main-footer .custom-checkbox input {
  display: none;
}
.footer-style-one.main-footer .custom-checkbox .checkmark {
  position: relative;
  height: 15px;
  width: 15px;
  min-width: 15px;
  border-radius: 50%;
  border: 2px solid #9c94b3;
  margin-right: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-style-one.main-footer .custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 4px;
  height: 6px;
  border: solid #9c94b3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer-style-one.main-footer .footer-bottom {
  position: relative;
  z-index: 3;
}
.footer-style-one.main-footer .footer-bottom .inner-container {
  position: relative;
}
.footer-style-one.main-footer .footer-bottom .copyright-text {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 0;
}
.footer-style-one.main-footer .footer-bottom .copyright-text a {
  color: inherit;
}
.footer-style-one.main-footer .footer-bottom .copyright-text a:hover {
  color: var(--color2);
}
.footer-style-one.main-footer .footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-style-one.main-footer .footer-bottom .footer-nav li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--color-white);
  margin-left: 30px;
}
.footer-style-one.main-footer .footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
.footer-style-one.main-footer .footer-bottom .footer-nav li a {
  color: var(--color-white);
}
.footer-style-one.main-footer .footer-bottom .footer-nav li a:hover {
  color: var(--color2);
}
.footer-style-one.main-footer .footer-bottom.style {
  position: relative;
  padding-bottom: 7px;
}
.footer-style-one.main-footer .footer-bottom.style .inner-container {
  position: relative;
  padding: 0 10px;
}
.footer-style-one.main-footer .footer-bottom.style .inner-container .copyright-text {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 60px;
  margin-top: 70px;
  color: #6A6F78;
}
.footer-style-one.main-footer .footer-bottom.style .inner-container .copyright-text a {
  color: inherit;
}
.footer-style-one.main-footer .footer-bottom.style .inner-container .copyright-text a:hover {
  color: var(--color2);
}
.footer-style-one.main-footer .footer-bottom.style .inner-container li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #6A6F78;
  margin-left: 18px;
  margin-bottom: 50px;
  margin-top: 75px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .footer-style-one.main-footer .footer-bottom.style .inner-container li {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.footer-style-one.main-footer .footer-bottom.style .inner-container li:hover {
  color: var(--color1);
}
.footer-style-one.main-footer .footer-bottom.style .inner-container li:first-child {
  margin-left: 0;
}
.footer-style-one.main-footer .footer-bottom.style .inner-container li a {
  color: #6A6F78;
}
.footer-style-one.main-footer .footer-bottom.style .inner-container li a:hover {
  color: var(--color2);
}
.footer-style-one .scroll-up-two {
  position: absolute;
  width: 60px;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  font-weight: 900;
  color: var(--color1-text-color);
  text-align: center;
  cursor: pointer;
  background-color: var(--color1);
  z-index: 100;
  border-radius: 14px;
  bottom: 120px;
}
@media (max-width: 767.98px) {
  .footer-style-one .scroll-up-two {
    bottom: 140px;
  }
}
.footer-style-one .widgets-section {
  padding: 80px 0 0;
}
.footer-style-one .content-box {
  position: relative;
  padding: 45px 60px 30px;
  border-radius: 20px;
  overflow: hidden;
  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: 150px;
}
@media (max-width: 991.98px) {
  .footer-style-one .content-box {
    padding: 45px 22px 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-one .content-box {
    display: block;
    text-align: center;
  }
  .footer-style-one .content-box .btn-box .text {
    text-align: center;
  }
}
.footer-style-one .content-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  background-image: url(../images/icons/fot5.png);
}
.footer-style-one .content-box .title-box .title {
  color: var(--color-white);
}
@media (max-width: 991.98px) {
  .footer-style-one .content-box .title-box .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-one .content-box .title-box .title {
    font-size: 30px;
  }
}
.footer-style-one .content-box .shape-40 {
  position: relative;
  right: 50px;
}
@media (max-width: 991.98px) {
  .footer-style-one .content-box .shape-40 {
    display: none;
  }
}
.footer-style-one .about-widget {
  padding-right: 95px;
  margin-right: -10px;
}
@media (max-width: 991.98px) {
  .footer-style-one .about-widget {
    margin-right: 0;
    padding-right: 0;
  }
}
.footer-style-one .about-widget .image {
  max-width: 200px;
  margin-bottom: 10px;
}
.footer-style-one .about-widget .text {
  position: relative;
  font-weight: 400;
  line-height: 30px;
  color: #d1d5db;
  padding-top: 16px;
  margin-bottom: 25px;
}
.footer-style-one .links-widget {
  padding-left: 10px;
}
@media (max-width: 1199.98px) {
  .footer-style-one .links-widget {
    padding-left: 35px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-one .links-widget {
    padding-left: 0;
  }
}
.footer-style-one .links-widget.two {
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .footer-style-one .links-widget.two {
    padding-left: 0;
  }
}
.footer-style-one .newsletter-widget {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .footer-style-one .newsletter-widget {
    padding-left: 0;
  }
}
.footer-style-one .newsletter-widget .widget-title.style {
  margin-bottom: 10px;
}
.footer-style-one .newsletter-widget .list-style-five li {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.footer-style-one .newsletter-widget .list-style-five li i {
  font-size: 30px;
  line-height: 1;
  color: var(--color1);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one .newsletter-widget .list-style-five li:hover i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.footer-style-one .footer-bottom .inner-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer-style-one .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
    margin: 0 -15px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-one .footer-bottom .copyright-text {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .footer-style-one .footer-bottom .footer-nav {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .footer-style-one .footer-bottom .footer-nav li {
    margin-top: 0;
  }
}

/*** 

====================================================================
  footer-style-two
====================================================================

***/
.footer-style-two {
  position: relative;
  background-color: #13132e;
  padding: 110px 0 0;
}
@media (max-width: 991.98px) {
  .footer-style-two {
    padding: 70PX 0 0;
  }
}
.footer-style-two .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
          filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  width: 422px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .shape-1 {
    display: none;
  }
}
.footer-style-two .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  -webkit-filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
          filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  width: 453px;
}
.footer-style-two .shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .footer-style-two .shape-3 {
    display: none;
  }
}
.footer-style-two .shape-4 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .footer-style-two .shape-4 {
    display: none;
  }
}
.footer-style-two .upper-box .inner-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(var(--color-white-rgb), 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 57px;
  position: relative;
}
@media (max-width: 767.98px) {
  .footer-style-two .upper-box .inner-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.footer-style-two .upper-box .inner-box .footer-mail_box .info,
.footer-style-two .upper-box .inner-box .footer-phone_box .info {
  color: var(--text-color);
}
.footer-style-two .upper-box .inner-box .footer-mail_box .info strong,
.footer-style-two .upper-box .inner-box .footer-phone_box .info strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  font-family: var(--title-font);
  color: var(--color-white);
  display: block;
}
@media (max-width: 767.98px) {
  .footer-style-two .upper-box .inner-box .footer-mail_box .info strong,
  .footer-style-two .upper-box .inner-box .footer-phone_box .info strong {
    margin: 0 0 20px;
  }
}
.footer-style-two .upper-box .inner-box .footer-mail_box:hover .info strong,
.footer-style-two .upper-box .inner-box .footer-phone_box:hover .info strong {
  color: var(--color1);
}
.footer-style-two .upper-box .inner-box .footer-logo {
  max-width: 430px;
  padding-right: 81px;
}
@media (max-width: 575.98px) {
  .footer-style-two .upper-box .inner-box .footer-logo {
    margin-bottom: 20px;
  }
}
.footer-style-two .widgets-section {
  padding: 52px 0 5px;
}
@media (max-width: 575.98px) {
  .footer-style-two .widgets-section {
    padding: 52px 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section .footer-column {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-two .widgets-section .footer-column {
    margin-bottom: 30px;
  }
}
.footer-style-two .widgets-section .footer-column .footer-widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  color: var(--color-white);
  margin-bottom: 10px;
  font-family: var(--title-font);
}
.footer-style-two .widgets-section .footer-column .footer-widget .text {
  color: var(--text-color);
}
.footer-style-two .widgets-section .footer-column .about-widget .text {
  /* max-width: 256px; */
}
@media (max-width: 575.98px) {
  .footer-style-two .widgets-section .footer-column .about-widget .text {
    max-width: none;
  }
}
.footer-style-two .widgets-section .footer-column .links-widget {
  padding-left: 5px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section .footer-column .links-widget {
    padding-left: 0;
  }
}
.footer-style-two .widgets-section .footer-column .links-widget .widget-title {
  margin-bottom: 15px;
}
.footer-style-two .widgets-section .footer-column .links-widget ul li {
  margin-top: 10px;
}
.footer-style-two .widgets-section .footer-column .links-widget ul li a {
  line-height: 1;
  color: var(--color-light);
  font-family: var(--title-font);
  font-weight: 500;
}
.footer-style-two .widgets-section .footer-column .widget-content {
  padding-left: 15px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section .footer-column .widget-content {
    padding-left: 0;
  }
}
.footer-style-two .widgets-section .footer-column .social-widget ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.footer-style-two .widgets-section .footer-column .social-widget ul li a:hover {
  color: var(--color1-text-color);
}
.footer-style-two .widgets-section .footer-column .subscribe-widget {
  padding-left: 21px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section .footer-column .subscribe-widget {
    padding-left: 0;
  }
}
.footer-style-two .widgets-section .footer-column .subscribe-widget .widget-title {
  margin-bottom: 20px;
}
.footer-style-two .widgets-section .footer-column .subscribe-widget .subscribe-form-one input {
  background-color: rgba(83, 83, 83, 0.2196078431);
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 40px;
  border-radius: 50px 50px 50px 50px;
  height: 70px;
}
@media (max-width: 767.98px) {
  .footer-style-two .widgets-section .footer-column .subscribe-widget .subscribe-form-one input {
    border-radius: 0;
  }
}
.footer-style-two .widgets-section .footer-column .subscribe-widget .subscribe-form-one button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color1);
  line-height: 50;
  display: flex;
  align-items: center;
  justify-content: center;
      position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
@media (max-width: 767.98px) {
  .footer-style-two .widgets-section .footer-column .subscribe-widget .subscribe-form-one button {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: var(--color1);
    line-height: 50;
    top: 70px;
    right: 0;
  }
}
.footer-style-two .widgets-section .footer-column .subscribe-widget .subscribe-form-one button i {
  font-size: 16px;
  color: var(--color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-two .widgets-section .footer-column .subscribe-widget .subscribe-form-one button:hover {
  background-color: var(--color-white);
}
.footer-style-two .widgets-section .footer-column .subscribe-widget .subscribe-form-one button:hover i {
  color: var(--color1);
}
.footer-style-two .footer-bottom {
  padding: 20px 0 20px;
}
.footer-style-two .footer-bottom .inner-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-style-two .footer-bottom .inner-container .copyright-text {
  color: var(--text-color);
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-details .bxslider .thumb-box li {
  height: 100px;
  position: relative;
  width: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: var(--review-color);
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  color: var(--color-dark);
  font-size: 16px;
  line-height: 1;
  margin-left: 18px;
  position: relative;
  top: 1px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}
.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}
.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--color1);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.product-details .product-info .product-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}
.product-details .product-info .product-details__social .title h3 {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}
.product-details .product-info .product-details__social .social-icon-two li a {
  background-color: var(--color1);
  color: var(--color1-text-color);
}
.product-details .product-info .product-details__social .social-icon-two li a:before {
  background-color: var(--color2);
}
.product-details .product-info .product-details__social .social-icon-two li a:hover {
  color: var(--color2-text-color);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 10px;
  height: 60px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 60px;
  border: 1px solid #e0e4e8;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--color1);
}
.product-details__quantity .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: var(--color1-text-color);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: var(--color1);
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--color2-text-color);
  background-color: var(--color2);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-discription {
  position: relative;
  display: block;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-discription .product-description__list ul {
  position: relative;
  display: block;
}
.product-discription .product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--headings-color);
}
.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--color1);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  color: var(--color1-text-color);
  background-color: var(--color1);
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #f4f5f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .product-discription .single-comment-box .inner-box {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .product-discription .single-comment-box .inner-box {
    margin-bottom: 30px;
  }
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  margin-right: 20px;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .single-comment-box .inner-box p {
  margin-bottom: 0;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 51px 60px 60px 60px;
  position: relative;
}
@media (max-width: 767.98px) {
  .product-discription .comment-box {
    padding: 50px 30px;
  }
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #000 !important;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #000 !important;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #000 !important;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #000 !important;
}
.form-control::placeholder, .input-text::placeholder {
  color: #000 !important;
}

/***

====================================================================
 Categories Section
====================================================================

***/
.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.png);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.png);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.png);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.png);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 {
  font-size: 20px;
  color: var(--color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 a:hover {
  color: var(--color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
  color: var(--color1);
}
.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two h4 {
  font-size: 22px;
  color: var(--color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two h4 a {
  color: var(--color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:before {
  background: #f0e2e3;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:before {
  background: #f1ede1;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.png);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.png) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color3)", endColorstr="#00e5e5e5",GradientType=0 );
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--color2);
  font-weight: 400;
}

.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--color1);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--color1);
  color: var(--color1-text-color);
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block h4 {
  display: block;
  font-size: 22px;
  color: var(--color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color: var(--color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--color1);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--color1);
  border-radius: 50px;
  color: var(--color1-text-color);
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--color2);
  color: var(--color-white);
}

.product-block .cat {
  color: #707070;
  display: block;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.tbl-shopping-cart img, table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
table.tbl-shopping-cart th,
table.tbl-shopping-cart td, table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}
table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
  color: var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}
table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
  background-color: #757575;
  border-radius: 24px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 24px;
}
table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
  background: #f4f5f4;
  color: #1e2434;
  cursor: pointer;
  display: inline-block;
  padding: 15px 29px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--color-yellow);
  color: var(--color-dark);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #444;
}

.form-control, .input-text {
  color: #000 !important;
}

.payment-method .accordion-box .block {
  background: #f4f5f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}
.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}
.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--text-color-bg-color2);
}
.payment-method .payment-method h3 {
  margin-bottom: 32px;
}

.shop-sidebar {
  position: relative;
  display: block;
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  position: relative;
  margin: 0px;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  position: relative;
  width: 100%;
  height: 52px;
  background-color: var(--light-background);
  border: 1px solid var(--light-background);
  border-radius: 5px;
  color: #646578;
  padding: 10px 60px 10px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::-webkit-input-placeholder {
  color: var(--headings-color);
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::-moz-placeholder {
  color: var(--headings-color);
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search]:-ms-input-placeholder {
  color: var(--headings-color);
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::-ms-input-placeholder {
  color: var(--headings-color);
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search]::placeholder {
  color: var(--headings-color);
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: var(--color1-text-color);
  background-color: var(--color1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  color: var(--text-color-bg-color1);
  background-color: var(--color1);
}
.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background-color: var(--light-background);
  padding: 35px 30px 37px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.shop-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  color: #646578;
  font-weight: 400;
  padding-left: 20px;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color1);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--color1);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
  position: relative;
  padding-left: 90px;
  padding-bottom: 24px;
  margin-bottom: 23px;
  min-height: 108px;
  border-bottom: 1px solid #e1e1e1;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #646578;
  margin-bottom: 7px;
}
.shop-sidebar .post-widget .post .price {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0a267a;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--color1);
}

.range-slider {
  position: relative;
}
.range-slider .title {
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.range-slider .title:before {
  position: absolute;
  content: "$";
  left: -5px;
  top: -19px;
  color: #646578;
  font-size: 18px;
}
.range-slider p {
  position: relative;
  display: inline-block;
  color: #646578;
  margin-right: 10px !important;
}
.range-slider .input {
  color: #646578;
  max-width: 75px;
  font-size: 18px;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 14px;
  background-color: #d0d4dd;
  border-radius: 2px;
}
.range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background-color: var(--color1);
}
.range-slider .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--color1);
  position: absolute;
}
.range-slider .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider .ui-widget-content .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--color1);
}
.range-slider .ui-widget-content .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider input[type=submit] {
  position: relative;
  display: block;
  background: var(--color1);
  color: var(--color1-text-color);
  float: right;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  text-transform: capitalize;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  color: var(--color2-text-color);
  background-color: var(--color2);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 80px;
}
.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(158deg, #ffffff 54%, #66b032 100%);
    opacity: 0.85;
    content: "";
}
.page-title .title-outer {
  text-align: center;
}
.page-title .title {
  font-size: 60px;
  font-weight: 700;
  color: var(--color1-dark);
  margin-bottom: 17px;
}
@media (max-width: 575.98px) {
  .page-title .title {
    font-size: 48px;
  }
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}
.page-title .image-curve {
  background-image: url(../images/main-slider/slide-shape-bottom.png);
  position: absolute;
  width: 100%;
  height: 69px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-title .large-title {
  color: rgba(255, 255, 255, 0.1);
  bottom: -50px;
  font-size: 216px;
  line-height: normal;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .page-title .large-title {
    bottom: -30px;
    font-size: 150px;
  }
}
@media (max-width: 767.98px) {
  .page-title .large-title {
    display: none;
  }
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: var(--color1-dark);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: var(--color1-dark);
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
}
.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(--color1-dark);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: var(--color-white);
}

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

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

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

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--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 input[type=search]::-webkit-input-placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form input[type=search]::-moz-placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form input[type=search]:-ms-input-placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form input[type=search]::-ms-input-placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form input[type=search]::placeholder {
  color: var(--text-color);
}
.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;
}

/***
=============================================
    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 .btn-style-one .icon {
  left: -76px;
  position: relative;
}
.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(--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(--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(--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(--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(--color2);
  color: var(--text-color-bg-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 .btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .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 .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(--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(--color2);
  color: var(--text-color-bg-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-color2);
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
  color: var(--text-color-bg-color1);
  background-color: var(--color1);
  padding-left: 80px;
}
.service-list li a:hover i, .service-list li a.current i {
  width: 60px;
  color: var(--text-color-bg-color2);
  background-color: var(--color2);
}
.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  background-color: #f5faff;
  border-radius: 15px;
  color: var(--color-dark);
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 40px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-service-list li a:hover {
  color: var(--color1);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color1-text-color);
  background-color: var(--color1);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  color: var(--color1);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color1-text-color);
  background-color: var(--color1);
}

.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--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;
  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;
  background-color: var(--color2);
  color: var(--color2-text-color);
}
.help-icon:hover {
  background-color: #fff;
  color: #191825;
}

.help-title {
  font-size: 38px;
  color: var(--color1-text-color);
  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: var(--color1-text-color);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: #fff;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--color1);
}
.blog-details__meta li a i {
  color: var(--color1);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  background-color: var(--color1);
  color: var(--color1-text-color);
  display: inline-block;
  font-size: 12px;
  font-weight: var(--body-font-weight-bold);
  padding: 5px 30px 5px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--color2);
  color: var(--color2-text-color);
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--light-background-text-color);
  background-color: var(--light-background);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--color1-text-color);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--color1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--light-background-text-color);
  background-color: var(--light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--color2);
  color: var(--text-color-bg-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--light-background);
  color: var(--light-background-text-color);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  background-color: var(--color1);
  color: var(--color1-text-color);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--color1);
  color: var(--color1-text-color);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--color1-text-color);
  opacity: 1;
  position: relative;
  z-index: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--color1-text-color);
  opacity: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--color1-text-color);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--light-background-text-color);
  background-color: var(--light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--color1);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--light-background-text-color);
  background-color: var(--light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--light-background-text-color);
  background-color: var(--light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  background: var(--color1);
  color: var(--color-white);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--light-background-text-color);
  background-color: var(--light-background);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--color2);
  color: var(--color2-text-color);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--color1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .form-control,
.comment-one .input-text {
  color: #333;
}
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}
.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--black);
  margin-bottom: 24px;
}
.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}
.comment-one .comment-one__btn {
  font-size: 14px;
  height: auto;
  padding: 11px 31px;
  position: absolute;
  border-radius: 30px;
  right: 0;
  top: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
      -ms-flex: 100px 0 0px;
          flex: 100px 0 0;
  max-width: 100px;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: var(--text-color);
}
.comment-form .form-control::-moz-placeholder {
  color: var(--text-color);
}
.comment-form .form-control:-ms-input-placeholder {
  color: var(--text-color);
}
.comment-form .form-control::-ms-input-placeholder {
  color: var(--text-color);
}
.comment-form .form-control::placeholder {
  color: var(--text-color);
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--color-dark);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color1);
  border-radius: 50%;
  color: var(--color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
}
.team-details__social a:hover {
  background-color: var(--color2);
  color: var(--color-white);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--color-dark);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
}
.team-contact-form .form-control,
.team-contact-form .input-text {
  color: #333;
}
.team-contact-form .form-control::-webkit-input-placeholder, .team-contact-form .input-text::-webkit-input-placeholder {
  color: #333;
  opacity: 0.7;
}
.team-contact-form .form-control::-moz-placeholder, .team-contact-form .input-text::-moz-placeholder {
  color: #333;
  opacity: 0.7;
}
.team-contact-form .form-control:-ms-input-placeholder, .team-contact-form .input-text:-ms-input-placeholder {
  color: #333;
  opacity: 0.7;
}
.team-contact-form .form-control::-ms-input-placeholder, .team-contact-form .input-text::-ms-input-placeholder {
  color: #333;
  opacity: 0.7;
}
.team-contact-form .form-control::placeholder,
.team-contact-form .input-text::placeholder {
  color: #333;
  opacity: 0.7;
}
.team-contact-form .form-control:-ms-input-placeholder,
.team-contact-form .input-text:-ms-input-placeholder {
  color: #333;
}
.team-contact-form .form-control::-ms-input-placeholder,
.team-contact-form .input-text::-ms-input-placeholder {
  color: #333;
}
.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}

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

.project-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 43px 50px 50px;
  z-index: 1;
}

.project-details__details-list {
  position: relative;
  display: block;
}
.project-details__details-list li {
  position: relative;
  display: block;
}
.project-details__details-list li + li {
  margin-top: 24px;
}

.project-details__client {
  font-size: 16px;
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 16px;
  line-height: 24px;
}

.project-details__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.project-details__social a {
  background-color: var(--color1);
  border-radius: 50%;
  color: var(--color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--color2);
  color: var(--color-white);
}
.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-details__pagination {
  position: relative;
  display: block;
}
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--color1);
  color: var(--color1-text-color);
  border: 2px solid var(--color1);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}
.project-details__pagination li.previous .content {
  text-align: right;
}

/***

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

***/
.contact-info-block {
  position: relative;
  margin-bottom: 20px;
}
.contact-info-block .inner {
  position: relative;
  padding-left: 110px;
  min-height: 80px;
  overflow: hidden;
  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 only screen and (max-width: 576px) {
  .contact-info-block .inner {
    padding-left: 70px;
    min-height: auto;
  }
}
.contact-info-block .inner:hover .icon {
  background-color: var(--color2);
  border-radius: 50%;
}
.contact-info-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  background-color: var(--color1);
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 576px) {
  .contact-info-block .icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
}
.contact-info-block .title {
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #717070;
  font-weight: 500;
  margin-bottom: 7px;
}
.contact-info-block .text {
  font-family: var(--text-font);
  font-size: 16px;
  line-height: 30px;
  color: #171717;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-info-block .text a {
  color: inherit;
  font-weight: inherit;
}
.contact-info-block .text a:hover {
  color: var(--color1);
}

.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(--color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--color-white);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--color2);
}
.contact-details__info li:hover .icon span {
  color: var(--color-white);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 450px;
}


.sec-title-h1.white .sub-title{
  color: var(--yellow);
}
.sec-title-h1.white .sub-title:before{
  background-color: var(--yellow);
}
.ks-service-area:before{
  display: none;
}
.project-h2_inner-container .content-box .subtitle{
  font-size: 15px;
  display: block;
  font-family: var(--title-font);
  color: var(--yellow);
  font-weight: 600;
}
.why-choose-us-holder{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.why-choose-us-block-h2{
  width: 48%;
}
.logo-icon{
  position: absolute;
  left: 0;
  top: 10px;
  transform: translate(0,-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-icon img{
  width: 70px;
}
.why-choose-us-section-h2 .image-column .inner-column .exp-box{
  padding-top: 60px;
}
.faq-section .row{
  /* align-items: center; */
}
.form-column .btn-style-two .btn-title{
  color: var(--color1-dark);
  transition: 0.4s;
}
.form-column .btn-style-two:hover .btn-title{
  color: var(--light-yellow);
}
.ks-service-list-box ul li::after{
  display: none;
}
.ks-service-area.ks-service-style-2 .bottom-box{
  text-align: center;
  margin-top: 25px;
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block .list-style-two {
  width: 77%;
}
.services-section-h2 .outer-box .upper-box .service-block .inner-block .icon{
  width: 150px;
}
/* .main-header .logo img{
  width: 120px;
} */
.sticky-header .logo img{
  object-fit: contain;
}

.text-grn{
  color: var(--green2);
}

.bg-grn{
  background: var(--green2) !important;
}

.text-yellow{
  color: var(--colory) !important;
}

.ptb-0{
  padding-block: 0;
}

.about-sec{
    background:#fff;
    padding:110px 0;
}

.section-tag{

    display:inline-block;
    color:#69B42E;
    font-weight:700;
    letter-spacing:2px;
    font-size:13px;
    text-transform:uppercase;
    position:relative;
}

.section-tag::after{

    content:"";
    width:80px;
    height:2px;
    background:#d9c447;
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;

}

.section-title{

    font-size:58px;
    line-height:1.05;
    font-weight:700;
    color:#1b2330;
    max-width:620px;

}

.section-title span{

    color:#63B32E;

}

.lead-text{

    font-size:22px;
    color:#374151;
    line-height:1.7;

}

.about-sec p{

    color:#606C80;
    font-size:17px;
    line-height:1.6;

}

.about-image{

    position:relative;

}

.about-image img{

    border-radius:36px;
    box-shadow:0 30px 80px rgba(0,0,0,.12);

}

.floating-card{

    position:absolute;
    bottom:30px;
    right:-30px;

    width:230px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(20px);

    border-radius:24px;

    padding:28px;

}

.floating-card .number{

    display:block;
    font-size:46px;
    color:#63B32E;
    font-weight:700;

}

.floating-card small{

    color:#666;
    font-size:15px;

}

.feature-item{

    border:1px solid #edf0f2;

    padding:18px 20px;

    border-radius:18px;

    transition:.35s;

    font-weight:600;

    color:#2e3642;

    background:#fff;

}

.feature-item:hover{

    background:#f7fff2;

    border-color:#63B32E;

    transform:translateY(-5px);

}

.btn-about{

    display:inline-flex;

    align-items:center;

    gap:12px;

    background:#69B42E;

    color:#fff;

    padding:18px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.btn-about span{

    width:36px;

    height:36px;

    background:#2F4B2E;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

}

.btn-about:hover{

    transform:translateY(-4px);

    color:#fff;

}

/*==========================================
  SECTION
==========================================*/

.cc_vm_section{
    position:relative;
    
    padding:0 0 120px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbf8 100%);
}



/*==========================================
  SECTION BADGE
==========================================*/

.cc_badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 22px;

    border-radius:50px;

    background:#EAF8DF;

    color:#3D7A24;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

/*==========================================
  TITLE
==========================================*/

.cc_section_title{

    font-size:56px;

    font-weight:700;

    line-height:1.1;

    color:#24352E;

}

.cc_section_title span{

    color:#67B62F;

}

.cc_section_text{

    max-width:720px;

    margin:auto;

    color:#667085;

    font-size:18px;

    line-height:1.9;

}

/*==========================================
  IMAGE
==========================================*/

.cc_image_wrapper{

    position:relative;

}

.cc_main_image{

    width:100%;

    display:block;

    border-radius:32px;

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

}

/*==========================================
 FLOATING CARD
==========================================*/

.cc_floating_box{

    position:absolute;

    right:-25px;

    bottom:35px;

    width:220px;

    padding:28px;

    border-radius:24px;

    background:#ffffff;

    box-shadow:0 18px 45px rgba(0,0,0,.12);

    animation:ccFloat 5s ease infinite;

}

.cc_floating_box h5{

    font-size:42px;

    color:#67B62F;

    font-weight:700;

    margin-bottom:4px;

}

.cc_floating_box p{

    margin:0;

    color:#667085;

    font-size:15px;

}

/*==========================================
 INFO CARD
==========================================*/

.cc_info_card{

    display:flex;

    gap:28px;


    margin-bottom:30px;


    transition:.35s;

}
/*
.cc_info_card:hover{

    transform:translateY(-8px);

    box-shadow:0 35px 70px rgba(0,0,0,.08);

}
*/
.cc_card_green {
    background: linear-gradient(145deg, #67B62F, #66b032);
	padding: 30px;
	    margin-top: -100px;
    position: relative;	
}

.cc_card_green h3,
.cc_card_green h4,
.cc_card_green p{

    color:#ffffff;

}

/*==========================================
 ICON
==========================================*/

.cc_icon_box{

    width:80px;

    min-width:80px;

    height:80px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#EAF8DF;

    color:#67B62F;

    font-size:30px;

}

.cc_card_green .cc_icon_box{

    background:rgba(255,255,255,.15);

    color:#ffffff;

}

/*==========================================
 CONTENT
==========================================*/

.cc_content{

    flex:1;

}

.cc_content h3{

    font-size:16px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#67B62F;

    margin-bottom:16px;

}

.cc_content h4{

    font-size:44px;

    line-height:1.25;

    color:#24352E;

    margin-bottom:22px;

    font-weight:700;

}

.text-grn{
color:#67B62F;
}
.text-white{
	color: #fff !important;
	position: relative;
}

.cc_content p{

    color:#667085;

    font-size:18px;

    line-height:1.9;	

    margin-bottom:18px;

}
.mission-wrapper .cc_content p{

    color:#fff;

    font-size:16px;

    line-height:1.5;	

    margin-bottom:0;

}

.mission-wrapper .cc_content h4{
	color: #fff;
}

.cc_value_card p{

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

/*==========================================
 FLOAT
==========================================*/

@keyframes ccFloat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0);
    }

}


.cc2_process_sec{

    padding:120px 0;

    background:#fff;

}

.cc2_process_left{

    position:sticky;

    top:100px;

}

.cc2_badge{

    display:inline-flex;

    padding:10px 20px;

    border-radius:40px;

    background:#eef9e8;

    color:#67B62F;

    font-weight:600;

    font-size:14px;

    letter-spacing:1px;

}

.cc2_title{

    font-size:52px;

    font-weight:700;

    line-height:1.15;

    color:#24352E;

}

.cc2_title span{

    color:#67B62F;

}

.cc2_desc{

    font-size:18px;

    line-height:1.9;

    color:#667085;

    margin:30px 0;

}

.cc2_process_img{

    width:100%;

    border-radius:28px;

    margin-top:30px;

}

.cc2_process_list{

    padding-left:70px;

}

.cc2_process_item{

    display:flex;

    gap:35px;

    padding:0 0 50px;

    position:relative;

}

.cc2_process_item:not(:last-child)::before{

    content:"";

    position:absolute;

    left:27px;

    top:40px;

    width:2px;

    height:100%;

    background:#e6ece7;

}

.cc2_number{

    width:56px;

    height:56px;

    border-radius:50%;

    background:#67B62F;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    font-weight:700;

    flex-shrink:0;

    position:relative;

    z-index:2;

}

.cc2_content{

    padding-top:8px;

}

.cc2_content h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:15px;

    color:#24352E;

}

.cc2_content p{

    font-size:17px;

    line-height:1.9;

    color:#667085;

    margin:0;

}
.sec-title-h1.sm-gap .text {
    margin-top: 15px;
}
.list-style-one {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    padding-left: 20px;
}
.list-style-one i{
   color: var(--green);
}


/*=========================================
    INDUSTRY SECTION
=========================================*/

.cc3_industry_sec{
    padding:120px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

/* .cc3_industry_sec::before{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    left:-220px;
    top:-180px;
    border-radius:50%;
    background:radial-gradient(rgba(103,182,47,.08),transparent);
}

.cc3_industry_sec::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-160px;
    bottom:-160px;
    border-radius:50%;
    background:radial-gradient(rgba(247,201,72,.10),transparent);
} */

/*=========================================
    Badge
=========================================*/

.cc3_badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 24px;

    border-radius:50px;

    background:#EDF9E8;

    color:#67B62F;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:25px;

}


/*=========================================
    Heading
=========================================*/

.cc3_title{

    font-size:56px;

    line-height:1.15;

    font-weight:700;

    color:#24352E;

    margin-bottom:0;

}

.cc3_title span{

    color:#67B62F;

}


/*=========================================
    Left Content
=========================================*/

.cc3_content_wrap{

    padding-right:35px;

}

.cc3_subtitle{

    font-size:34px;

    line-height:1.35;

    font-weight:700;

    color:#24352E;

    margin-bottom:40px;

}

.cc3_para{

    color:#667085;

    font-size:17px;

    line-height:1.9;

    margin-top:30px;

}


/*=========================================
    Growth Card
=========================================*/

.cc3_growth_card {
    display: flex;
    gap: 25px;
    padding: 0;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #E8ECEA;
    /* box-shadow: 0 18px 45px rgba(0,0,0,.06); */
    margin-bottom: 15px;
    transition: .35s;
    border-right: none;
}

.gr-left {
    background: #67B62F;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
        justify-content: center;
    align-items: center;
    padding: 15px;
        width: 140px;
    min-height: 100%;
}

.cc3_growth_card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 55px rgba(0,0,0,.08);

}

.cc3_growth_icon{

    color:#ffffff;

    font-size:28px;

}

.cc3_growth_left{

    text-align:center;

    min-width:110px;

}

.cc3_growth_left h2{

    font-size:36px;

    font-weight:700;

    color:#fff;

    margin:0;

    line-height:1;

}

.cc3_growth_icon i {
    font-size: 50px;
    font-weight: 300;
}

.cc3_growth_left span{

    font-size:14px;

    color:#fff;

}

.cc3_growth_content{

    flex:1;

}

.cc3_growth_content h4{

    font-size:22px;

    font-weight:700;

    color:#24352E;

    margin-bottom:6px;

}

.cc3_growth_content p {
    margin: 0;
    color: #667085;
    line-height: 1.5;
}


/*=========================================
    Check List
=========================================*/

.cc3_check_list{

    padding:0;

    margin:0;

    list-style:none;

}

.cc3_check_list li{

    display:flex;

    align-items:flex-start;

    gap:15px;

    padding:14px 0;

    color:#24352E;

    font-size:17px;

    border-bottom:1px solid #F1F2F4;

}

.cc3_check_list li:last-child{

    border:none;

}

.cc3_check_list i{

    color:#67B62F;

    font-size:18px;

}


/*=========================================
    Source
=========================================*/

.cc3_source{

    margin-top:30px;

    padding:18px 22px;

    border-left:4px solid #67B62F;

    background:#F8FBF8;

    color:#667085;

    font-size:15px;

}

.cc3_source strong{

    color:#24352E;

}


/*=========================================
    Table Card
=========================================*/

.cc3_table_card {
    border-radius: 29px;
    border-radius: 3px;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #E8ECEA;
    box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

.cc3_table_card h3{

    font-size:28px;

    font-weight:700;

    color:#24352E;

    margin-bottom:30px;

}


/*=========================================
    Table
=========================================*/

.cc3_table{

    margin:0;

}

.cc3_table thead{

    background:#67B62F;

}

.cc3_table thead th{

    color:#ffffff;
    background: var(--green2);
    border:none;

    padding:18px;

    font-size:16px;

    font-weight:600;

}

.cc3_table thead th:first-child{

    border-radius:4px 0 0 4px;

}

.cc3_table thead th:last-child{

    border-radius:0 4px 4px 0;

}
.cc3_table tbody td {
    padding: 14px 12px;
    vertical-align: middle;
    color: #24352E;
    border-color: #EEF1F2;
    font-size: 14px;
}

.cc3_table tbody tr:nth-child(even){

    background:#FAFBFC;

}

.cc3_table tbody tr:hover{

    background:#F2F8EE;

}

/*=========================================
    Statistics Card
=========================================*/

.cc3_stat_card{
    margin-top:30px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.cc3_stat_item{
    display:flex;
    align-items:center;
    gap:20px;
    padding:24px 28px;
    background:#ffffff;
    border:1px solid #E8ECEA;
    border-radius:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
    transition:.35s ease;
}

.cc3_stat_item:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
    border-color:#67B62F;
}

.cc3_stat_item i{
    width:64px;
    height:64px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EDF9E8;
    color:#67B62F;
    font-size:26px;
    flex-shrink:0;
}

.cc3_stat_item strong{
    display:block;
    font-size:24px;
    color:#24352E;
    font-weight:700;
    margin-bottom:4px;
}

.cc3_stat_item span{
    color:#667085;
    line-height:1.6;
    font-size:15px;
}



/*=========================================
    Bottom White Cards
=========================================*/

/* .cc3_box{
    height:100%;
    background:#ffffff;
    border:1px solid #E8ECEA;
    border-radius:30px;
    padding:45px;
    box-shadow:0 18px 45px rgba(0,0,0,.06);
} */

.cc3_box h3{
    font-size:32px;
    font-weight:700;
    color:#24352E;
    margin-bottom:18px;
}

.cc3_box>p{
    font-size:17px;
    color:#667085;
    line-height:1.5;
    margin-bottom:15px;
}



/*=========================================
    Feature Items
=========================================*/

.cc3_feature{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:20px 0;
    border-bottom:1px solid #EEF1F2;
}

.cc3_feature:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.cc3_feature i{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:16px;
    background:#67B62F;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.cc3_feature div{
    color:#667085;
    line-height:1.8;
    font-size:16px;
}

.cc3_feature strong{
    display:block;
    color:#24352E;
    font-size:18px;
    margin:3px 0;
}



/*=========================================
    Career Cards
=========================================*/
.cc3_job_card {
    background: #ffffff;
    border: 1px solid #E8ECEA;
    border-radius: 6px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: .35s ease;
}

.cc3_job_card:hover{
    transform:translateY(-8px);
    background:#67B62F;
    border-color:#67B62F;
    box-shadow:0 20px 45px rgba(103,182,47,.28);
}

.cc3_job_card i{
    width:72px;
    height:72px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
    background:#EDF9E8;
    color:#67B62F;
    font-size:28px;
    transition:.35s;
}

.cc3_job_card h4{
    margin:0;
    color:#24352E;
    font-size:17px;
    line-height:1.5;
    font-weight:600;
    transition:.35s;
}

.cc3_job_card:hover i{
    background:#ffffff;
}

.cc3_job_card:hover h4{
    color:#ffffff;
}



/*=========================================
    Small Animation
=========================================*/

.cc3_growth_card,
.cc3_table_card,
.cc3_box,
.cc3_stat_item,
.cc3_job_card{
    transition:all .35s ease;
}



/*=========================================
    Bottom Row Spacing
=========================================*/

.cc3_industry_sec .row.mt-5{
    margin-top:90px !important;
}

/*=========================================
    Bottom CTA
=========================================*/

.cc3_bottom_cta{
    margin-top:100px;
    background:linear-gradient(135deg,#67B62F 0%,#5AA52A 100%);
    border-radius:36px;
    padding:55px 60px;
    position:relative;
    overflow:hidden;
    box-shadow:0 30px 70px rgba(103,182,47,.22);
}

.cc3_bottom_cta::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    right:-150px;
    top:-180px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}

.cc3_bottom_cta::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    left:-80px;
    bottom:-120px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
}

.cc3_bottom_cta .row{
    position:relative;
    z-index:2;
}

.cc3_bottom_cta img{
    max-width:180px;
    transition:.4s;
}

.cc3_bottom_cta:hover img{
    transform:translateY(-8px) rotate(-3deg);
}

.cc3_bottom_cta h3{
    color:#fff;
    font-size:40px;
    line-height:1.25;
    font-weight:700;
    margin-bottom:18px;
}

.cc3_bottom_cta p{
    color:rgba(255,255,255,.92);
    font-size:17px;
    line-height:1.8;
    margin-bottom:0;
}



/*=========================================
    CTA Button
=========================================*/

.cc3_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 36px;
    background:#fff;
    color:#24352E;
    border-radius:60px;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    letter-spacing:.5px;
    transition:.35s ease;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.cc3_btn:hover{
    background:#24352E;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}



/*=========================================
    Smooth Hover Effects
=========================================*/

/* .cc3_table_card:hover,
.cc3_box:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 60px rgba(0,0,0,.08);
} */

.cc3_feature:hover i{
    transform:scale(1.08);
    transition:.3s;
}

.cc3_stat_item:hover i{
    transform:rotate(-8deg);
}

.cc3_growth_icon,
.cc3_feature i,
.cc3_stat_item i,
.cc3_job_card i{
    transition:.35s ease;
}



/*=========================================
    Responsive
=========================================*/

@media (max-width:1199px){

    .cc3_title{
        font-size:48px;
    }

    .cc3_subtitle{
        font-size:30px;
    }

    .cc3_box{
        padding:35px;
    }

}



@media (max-width:991px){

    .cc3_industry_sec{
        padding:90px 0;
    }

    .cc3_title{
        font-size:42px;
    }

    .cc3_subtitle{
        font-size:28px;
        margin-bottom:30px;
    }

    .cc3_content_wrap{
        padding-right:0;
    }

    .cc3_growth_card{
        flex-direction:column;
        text-align:center;
    }

    .cc3_growth_left{
        min-width:auto;
    }

    .cc3_growth_content{
        text-align:center;
    }

    .cc3_table_card{
        margin-top:15px;
    }

    .cc3_bottom_cta{
        padding:45px 35px;
        text-align:center;
    }

    .cc3_bottom_cta img{
        margin-bottom:25px;
    }

    .cc3_bottom_cta h3{
        font-size:34px;
    }

    .cc3_bottom_cta .text-lg-end{
        text-align:center !important;
        margin-top:30px;
    }

}



@media (max-width:767px){

    .cc3_industry_sec{
        padding:70px 0;
    }

    .cc3_badge{
        font-size:12px;
        padding:8px 18px;
    }

    .cc3_title{
        font-size:34px;
    }

    .cc3_subtitle{
        font-size:24px;
    }

    .cc3_growth_card{
        padding:25px;
    }

    .cc3_growth_left h2{
        font-size:44px;
    }

    .cc3_table_card{
        padding:25px;
    }

    .cc3_table_card h3{
        font-size:24px;
    }

    .cc3_box{
        padding:28px;
    }

    .cc3_box h3{
        font-size:26px;
    }

    .cc3_job_card{
        padding:22px 16px;
    }

    .cc3_bottom_cta{
        margin-top:70px;
        padding:35px 25px;
    }

    .cc3_bottom_cta h3{
        font-size:30px;
    }

    .cc3_bottom_cta p{
        font-size:16px;
    }

    .cc3_btn{
        width:100%;
        padding:16px 20px;
    }

}



@media (max-width:575px){

    .cc3_title{
        font-size:30px;
    }

    .cc3_subtitle{
        font-size:22px;
    }

    .cc3_growth_icon{
        width:65px;
        height:65px;
        font-size:24px;
    }

    .cc3_growth_left h2{
        font-size:38px;
    }

    .cc3_table thead th,
    .cc3_table tbody td{
        padding:14px;
        font-size:14px;
    }

    .cc3_stat_item{
        padding:20px;
    }

    .cc3_stat_item strong{
        font-size:20px;
    }

    .cc3_stat_item i{
        width:56px;
        height:56px;
        font-size:22px;
    }

    .cc3_feature i{
        width:52px;
        height:52px;
        font-size:20px;
    }

    .cc3_bottom_cta{
        border-radius:26px;
    }

    .cc3_bottom_cta h3{
        font-size:26px;
    }

}



@media (max-width:1599px){
  .btn-style-one{
    padding: 0 60px 0 20px;
  }
}

@media(max-width:992px){

.section-title{

font-size:42px;

}

.floating-card{

position:relative;

right:auto;

bottom:auto;

margin-top:-80px;

margin-left:auto;

}

}

@media(max-width:991px){

    .cc2_process_left{

        position:static;

        margin-bottom:70px;

    }

    .cc2_process_list{

        padding-left:0;

    }

    .cc2_title{

        font-size:40px;

    }

}


@media(min-width:1300px){
  .banner-section-h1 .inner-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .banner-section-h1 .inner-box .hero-image {
      height: 100%;
      display: grid;
      align-items: flex-end;
  }
  .banner-section-h1 .inner-box .hero-image img{
    width: 60vh;
  }
  .serv2.services-section-h2 .outer-box .lower-box .service-block-h2 .inner-box .content-box .title-box .title {
    font-size: 50px;
}
}

.c-white{
  color: var(--color-white) !important;
}

.c-dark{
  color: var(--color-dark);
}

.cc3_bg-bottom {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}



/*==================================================
    CAREER SECTION
==================================================*/

.cc4_career_sec{
    padding:120px 0;
    background:#fafafa;
    position:relative;
    overflow:hidden;
}



.cc4_career_sec .container{
    position:relative;
    z-index:2;
}



/*==================================================
Badge
==================================================*/

.cc4_badge{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 24px;

    border-radius:40px;

    background:#EDF9E8;

    color:#67B62F;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:24px;

}



/*==================================================
Heading
==================================================*/

.cc4_title{

    font-size:50px;

    line-height:1.15;

    font-weight:700;

    color:#24352E;

    margin-bottom:25px;

}

.cc4_title span{

    color:#67B62F;

}

.cc4_intro{

    margin:0 auto 18px;

    color:#667085;

    font-size:16px;

    line-height:1.5;

}



/*==================================================
Image
==================================================*/

.cc4_image_wrap{

    border-radius:32px;

    overflow:hidden;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

    position:relative;

}

.cc4_image_wrap img{

    width:100%;

    display:block;

    transition:.6s;

}

.cc4_image_wrap:hover img{

    transform:scale(1.05);

}



/*==================================================
Timeline
==================================================*/

.cc4_timeline{

    position:relative;

}

.cc4_timeline::before{

    content:"";

    position:absolute;

    left:30px;

    top:20px;

    bottom:20px;

    width:2px;

    background:#67B62F;

}



/*==================================================
Timeline Item
==================================================*/

.cc4_item{

    position:relative;

    display:flex;

    align-items:flex-start;

    gap:25px;

    padding-bottom:30px;

}

.cc4_item:last-child{

    padding-bottom:0;

}



/*==================================================
Icon
==================================================*/

.cc4_icon{

    width:60px;

    height:60px;

    min-width:60px;

    border-radius:50%;

    background:#ffffff;

    border:2px solid #67B62F;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    z-index:2;

    color:#67B62F;

    font-size:22px;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

    transition:.35s;

}

.cc4_item:hover .cc4_icon{

    background:#67B62F;

    color:#fff;

    transform:scale(1.08);

}



/*==================================================
Content
==================================================*/

.cc4_content{

    flex:1;

    padding-top:5px;

}

.cc4_content h3{

    font-size:28px;

    font-weight:700;

    color:#24352E;

    margin-bottom:10px;

}

.cc4_content p{

    margin:0;

    color:#667085;

    line-height:1.5;

    font-size:16px;

}



/*==================================================
Hover
==================================================*/

.cc4_item{

    transition:.35s;

}

.cc4_item:hover{

    transform:translateX(10px);

}

.cc4_item:hover .cc4_content h3{

    color:#67B62F;

}



/*==================================================
Responsive
==================================================*/

@media(max-width:1199px){

    .cc4_title{

        font-size:48px;

    }

}



@media(max-width:991px){

    .cc4_career_sec{

        padding:90px 0;

    }

    .cc4_title{

        font-size:42px;

    }

    .cc4_intro{

        font-size:17px;

    }

    .cc4_image_wrap{

        margin-bottom:50px;

    }

    .cc4_timeline{

        padding-left:30px;

    }

    .cc4_timeline::before{

        left:24px;

    }

}



@media(max-width:767px){

    .cc4_career_sec{

        padding:70px 0;

    }

    .cc4_title{

        font-size:34px;

    }

    .cc4_intro{

        font-size:16px;

        line-height:1.8;

    }

    .cc4_item{

        gap:18px;

        padding-bottom:32px;

    }

    .cc4_icon{

        width:52px;

        height:52px;

        min-width:52px;

        font-size:18px;

    }

    .cc4_content h3{

        font-size:22px;

    }

    .cc4_content p{

        font-size:15px;

    }

}



@media(max-width:575px){

    .cc4_badge{

        font-size:12px;

        padding:8px 18px;

    }

    .cc4_title{

        font-size:30px;

    }

    .cc4_timeline{

        padding-left:15px;

    }

    .cc4_timeline::before{

        left:15px;

    }

    .cc4_icon{

        width:46px;

        height:46px;

        min-width:46px;

        font-size:16px;

    }

    .cc4_content h3{

        font-size:20px;

    }

}


/*==================================================
    FLAGSHIP PROGRAM
==================================================*/

.cc5_program_sec{
    padding:120px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}


.cc5_program_sec .container{
    position:relative;
    z-index:2;
}

/*==================================================
Badge
==================================================*/

.cc5_badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 24px;

    border-radius:40px;

    background:#EDF9E8;

    color:#67B62F;

    font-size:14px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:24px;

}

.cc5_badge i{

    font-size:16px;

}

/*==================================================
Heading
==================================================*/

.cc5_title{

    font-size:62px;

    line-height:1.05;

    font-weight:700;

    color:#24352E;

    margin-bottom:12px;

}

.cc5_title span{

    display:block;

    color:#67B62F;

}

.cc5_subtitle{

    font-size:34px;

    font-weight:600;

    color:#67B62F;

    margin-bottom:28px;

}

.cc5_intro{

    max-width:900px;

    margin:0 auto 30px;

    color:var(--color-dark);

    font-size:18px;

}

/*==================================================
Image
==================================================*/

.cc5_image_wrap{

    height:100%;

    overflow:hidden;

    border-radius:32px;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

}

.cc5_image_wrap img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.cc5_image_wrap:hover img{

    transform:scale(1.05);

}

/*==================================================
Highlights Panel
==================================================*/

.cc5_highlight_box{
    background:var(--color1);
    border:1px solid #E9ECEF;
    border-radius:32px;
    /* box-shadow:0 20px 50px rgba(0,0,0,.06); */

} 

/*==================================================
Heading
==================================================*/

.cc5_heading{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:35px;

}

.cc5_heading_icon{

    width:58px;

    height:58px;

    border-radius:50%;

    background:#EDF9E8;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#67B62F;

    font-size:22px;

}

.cc5_heading h3{

    margin:0;

    font-size:32px;

    font-weight:700;

    color:#24352E;

}

/*==================================================
Program List
==================================================*/

.cc5_list{

    list-style:none;

    margin:0;

    padding:0;

}

.cc5_list li{

    display:flex;

    align-items:flex-start;

    gap:14px;

    padding:16px 0;

    border-bottom:1px solid #EEF1F3;

    color:#24352E;

    font-size:17px;

    line-height:1.6;

}

.cc5_list li:last-child{

    border-bottom:none;

}

.cc5_list i{

    color:#67B62F;

    font-size:18px;

    flex-shrink:0;

}

.cc5_list li:hover{

    color:#67B62F;

    padding-left:6px;

    transition:.3s;

}

/*==================================================
    PROGRAM DURATION
==================================================*/

.cc5_duration_wrap{

    margin-top:45px;

}

.cc5_duration_title{

    font-size:18px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#24352E;

    margin-bottom:25px;

    position:relative;

    padding-bottom:12px;

}

.cc5_duration_title::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:70px;

    height:3px;

    background:#67B62F;

    border-radius:30px;

}



/*==================================================
    DURATION CARD
==================================================*/

.cc5_duration_card{

    background:#ffffff;

    border:1px solid #E9ECEF;

    border-radius:24px;

    padding:35px 25px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.cc5_duration_card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.08);

    border-color:#67B62F;

}

.cc5_duration_icon{

    width:72px;

    height:72px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#EDF9E8;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#67B62F;

    font-size:28px;

    transition:.35s;

}

.cc5_duration_card:hover .cc5_duration_icon{

    background:#67B62F;

    color:#fff;

    transform:rotate(-8deg);

}

.cc5_duration_card h5{

    font-size:20px;

    font-weight:600;

    color:#24352E;

    margin-bottom:12px;

}

.cc5_duration_card h2{

    font-size:44px;

    font-weight:700;

    color:#67B62F;

    margin-bottom:8px;

    line-height:1;

}

.cc5_duration_card span{

    display:inline-block;

    color:#667085;

    font-size:16px;

    font-weight:500;

}



/*==================================================
    CTA
==================================================*/

.cc5_cta{

    margin-top:40px;

}

.cc5_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    background: transparent;
    color: #ffffff;
    padding: 22px 30px;
    border-radius: 100px;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 20px 45px rgba(103,182,47,.25);
    border: 5px dotted;
}

.cc5_btn:hover{

    color:#fff;

    transform:translateY(-5px);

    box-shadow:0 30px 60px rgba(103,182,47,.35);

}

.cc5_btn_icon{

    width:50px;

    height:50px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    flex-shrink:0;

}

.cc5_btn span:nth-child(2){

    flex:1;

    font-size:20px;

    font-weight:700;

}

.cc5_btn_arrow{

    width:40px;

    height:40px;

    border-radius:50%;

    background:#ffffff;

    color:#24352E;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    transition:.35s;

}

.cc5_btn:hover .cc5_btn_arrow{

    transform:translateX(6px);

}



/*==================================================
    GENERAL HOVER
==================================================*/

/* .cc5_highlight_box:hover{

    transform:translateY(-6px);

    box-shadow:0 30px 70px rgba(0,0,0,.08);

    transition:.35s;

} */

.cc5_image_wrap,

.cc5_highlight_box,

.cc5_duration_card,

.cc5_btn{

    transition:.35s ease;

}

.cc5_highlight_box .cc5_heading h3 {
    color: #ffffff;
}

/*==================================================
    RESPONSIVE
==================================================*/

@media (max-width:1399px){

    .cc5_title{
        font-size:54px;
    }

    .cc5_subtitle{
        font-size:30px;
    }

}



@media (max-width:1199px){

    .cc5_program_sec{
        padding:100px 0;
    }

    .cc5_title{
        font-size:48px;
    }

    .cc5_subtitle{
        font-size:28px;
    }

    .cc5_intro{
        font-size:17px;
    }

    .cc5_highlight_box{
        padding:35px;
    }

    .cc5_heading h3{
        font-size:28px;
    }

    .cc5_list li{
        font-size:16px;
    }

    .cc5_btn span:nth-child(2){
        font-size:21px;
    }

}



@media (max-width:991px){

    .cc5_program_sec{
        padding:90px 0;
    }

    .cc5_title{
        font-size:42px;
    }

    .cc5_subtitle{
        font-size:26px;
    }

    .cc5_intro{
        font-size:16px;
        line-height:1.8;
    }

    .cc5_image_wrap{
        height:500px;
        margin-bottom:20px;
    }

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

    .cc5_highlight_box{
        margin-top:10px;
    }

    .cc5_duration_card{
        padding:30px 20px;
    }

    .cc5_btn{
        padding:20px 24px;
    }

}



@media (max-width:767px){

    .cc5_program_sec{
        padding:70px 0;
    }

    .cc5_badge{
        font-size:12px;
        padding:8px 18px;
    }

    .cc5_title{
        font-size:34px;
    }

    .cc5_subtitle{
        font-size:22px;
        line-height:1.4;
    }

    .cc5_intro{
        font-size:15px;
    }

    .cc5_image_wrap{
        height:380px;
        border-radius:24px;
    }

    .cc5_highlight_box{
        padding:28px;
        border-radius:24px;
    }

    .cc5_heading{
        margin-bottom:25px;
    }

    .cc5_heading_icon{
        width:50px;
        height:50px;
        font-size:18px;
    }

    .cc5_heading h3{
        font-size:24px;
    }

    .cc5_list li{
        padding:13px 0;
        font-size:15px;
    }

    .cc5_duration_title{
        font-size:16px;
    }

    .cc5_duration_card h2{
        font-size:38px;
    }

    .cc5_btn{
        flex-direction:column;
        text-align:center;
        gap:18px;
    }

    .cc5_btn span:nth-child(2){
        font-size:20px;
    }

}



@media (max-width:575px){

    .cc5_program_sec{
        padding:60px 0;
    }

    .cc5_title{
        font-size:30px;
    }

    .cc5_subtitle{
        font-size:20px;
    }

    .cc5_intro{
        font-size:15px;
    }

    .cc5_image_wrap{
        height:300px;
        border-radius:20px;
    }

    .cc5_highlight_box{
        padding:22px;
        border-radius:20px;
    }

    .cc5_heading{
        gap:12px;
    }

    .cc5_heading h3{
        font-size:22px;
    }

    .cc5_heading_icon{
        width:44px;
        height:44px;
        font-size:16px;
    }

    .cc5_list li{
        font-size:14px;
        gap:10px;
    }

    .cc5_list i{
        font-size:15px;
    }

    .cc5_duration_wrap{
        margin-top:35px;
    }

    .cc5_duration_card{
        padding:25px 18px;
    }

    .cc5_duration_card h5{
        font-size:18px;
    }

    .cc5_duration_card h2{
        font-size:32px;
    }

    .cc5_duration_card span{
        font-size:14px;
    }

    .cc5_btn{
        padding:18px;
        border-radius:18px;
    }

    .cc5_btn_icon{
        width:50px;
        height:50px;
        font-size:18px;
    }

    .cc5_btn span:nth-child(2){
        font-size:18px;
    }

    .cc5_btn_arrow{
        width:46px;
        height:46px;
        font-size:16px;
    }

}



/*==================================================
    REDUCED MOTION
==================================================*/

@media (prefers-reduced-motion: reduce){

    .cc5_image_wrap img,
    .cc5_btn,
    .cc5_duration_card,
    .cc5_highlight_box,
    .cc5_list li,
    .cc5_duration_icon,
    .cc5_btn_arrow{

        transition:none !important;
        transform:none !important;

    }

}

.d-grid{
    display:grid;
}

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

.gap-2{
  gap: 2rem;
}

.bg-light{
  background: #f5f5f5;
}

.bg-dark{
  background: #13132e !important;
}

.pos-rel{
  position: relative;
}

.bg-white:before{
  background: #fff !important;
}

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

.cc3_job_card.bg-grn {
    background: #324a63;
    border-color: #324a63;
    box-shadow: 0 20px 45px rgba(103,182,47,.28);
}
.cc3_job_card.bg-grn i {
    color: #324a63;
}

.cc3_job_card.bg-grn h4 {
    color: #ffffff;
}

.border-radius10{
    border-radius: 10px;
}

.accordion ul, .accordion p {
    color: #6d6c74;
}

.accordion .content > * + *{
  margin-top: 1rem;
}

.list-style li {
    padding-left: 0;
    margin-bottom: 5px;
}
.list-style li i{
  color: #fff;
}

.list-style li.c-dark i{
  color: #222;
}


/*=========================================
Sticky CTA
=========================================*/

.cc8_sticky_cta{

    position:fixed;

    right:0;

    top:50%;

    transform:translateY(-50%);

    z-index:3;

    display:flex;

    flex-direction:column;

    gap:14px;

    align-items:flex-end;

}



/*=========================================
Buttons
=========================================*/

.cc8_btn{

    width:300px;

    height:72px;

    display:flex;

    align-items:center;

    overflow:hidden;

    text-decoration:none;

    border-radius:18px 0 0 18px;

    color:#fff;

    box-shadow:0 12px 35px rgba(0,0,0,.18);

    transform:translateX(228px);

    transition:
        transform .35s ease,
        background .35s ease,
        box-shadow .35s ease;

}

.cc8_btn:hover{

    transform:translateX(0);

}



/*=========================================
Colors
=========================================*/

.cc8_contact{

    background:#67B62F;

}

.cc8_download{

    background:#0F2746;

}



/*=========================================
Icon
=========================================*/

.cc8_icon{

    width:72px;

    min-width:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    transition:.35s;

}

.cc8_btn:hover .cc8_icon{

    transform:scale(1.08);

}



/*=========================================
Label
=========================================*/

.cc8_label{

    flex:1;

    color:#fff;

    font-size:18px;

    font-weight:600;

    white-space:nowrap;

}



/*=========================================
Arrow
=========================================*/

.cc8_arrow{

    width:50px;

    min-width:50px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:18px;

    color:#fff;

    transition:.35s;

}

.cc8_btn:hover .cc8_arrow{

    transform:translateX(-4px);

}



/*=========================================
Hover
=========================================*/

.cc8_contact:hover{

    background:#5AA52A;

}

.cc8_download:hover{

    background:#163760;

}



/*=========================================
Mobile
=========================================*/

@media(max-width:991px){

    .cc8_btn{

        width:250px;

        height:60px;

        transform:translateX(190px);

    }

    .cc8_icon{

        width:60px;

        min-width:60px;

        font-size:22px;

    }

    .cc8_label{

        font-size:16px;

    }

    .cc8_arrow{

        width:40px;

        min-width:40px;

    }

}

@media(max-width:767px){

    .cc8_sticky_cta{

        display:none;

    }

}


/*=============================================
    PROGRAM SNAPSHOT
=============================================*/

.cc7_snapshot_card{

    background:#ffffff;

    border-radius:28px;

    padding:30px;

    box-shadow:
        0 20px 60px rgba(16,24,40,.08),
        0 8px 20px rgba(16,24,40,.04);

    border:1px solid #edf1ed;

    overflow:hidden;

    position:relative;
    background:rgba(255,255,255,.75);
backdrop-filter:blur(16px);
-webkit-backdrop-filter:blur(16px);

}

.cc7_snapshot_card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#63b32e;

}

/*=============================================
    HEADER
=============================================*/

.cc7_snapshot_head{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:10px;

}

.cc7_snapshot_head span{

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1.4px;

    color:#63b32e;

}

.cc7_snapshot_more{

    width:34px;

    height:34px;

    border:none;

    border-radius:50%;

    background:#f5f8f5;

    color:#96a29b;

    cursor:pointer;

    transition:.3s;

}

.cc7_snapshot_more:hover{

    background:#63b32e;

    color:#fff;

}

/*=============================================
    ITEM
=============================================*/

.cc7_snapshot_item{

    display:flex;

    align-items:flex-start;

    gap:16px;

    padding:10px 0;

    border-bottom:1px solid #edf1ed;

    transition:.35s;

}

.cc7_snapshot_item_last{

    border-bottom:none;

    padding-bottom:0;

}

.cc7_snapshot_item:hover{

    transform:translateX(6px);

}

/*=============================================
    ICON
=============================================*/

.cc7_snapshot_icon{

    width:56px;

    height:56px;

    min-width:56px;

    border-radius:16px;

    background:#e1ebdb;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#63b32e;

    font-size:22px;

    transition:.35s;

}

.cc7_snapshot_item:hover .cc7_snapshot_icon{

    background:#63b32e;

    color:#fff;

    transform:rotate(-8deg);

}

/*=============================================
    CONTENT
=============================================*/

.cc7_snapshot_content{

    flex:1;

}

.cc7_snapshot_content h6{

    margin:0 0 6px;

    font-size:16px;

    font-weight:700;

    color:#22352f;

}

.cc7_snapshot_content p{

    margin:0;

    font-size:13px;

    line-height:1.25;

    color:#6b7280;

}

/*=============================================
    RESPONSIVE
=============================================*/

@media (max-width:991px){

    .cc7_snapshot_card{

        padding:25px;

    }

}

@media (max-width:767px){

    .cc7_snapshot_card{

        border-radius:22px;

        padding:22px;

    }

    .cc7_snapshot_icon{

        width:50px;

        height:50px;

        min-width:50px;

        font-size:20px;

    }

    .cc7_snapshot_content h6{

        font-size:17px;

    }

    .cc7_snapshot_content p{

        font-size:14px;

    }

}

@media (max-width:575px){

    .cc7_snapshot_item{

        gap:14px;

        padding:16px 0;

    }

    .cc7_snapshot_head{

        margin-bottom:22px;

    }

    .cc7_snapshot_head span{

        font-size:12px;

    }

    .cc7_snapshot_more{

        width:30px;

        height:30px;

    }

}

@media (min-width: 1300px) {
    .banner-section-h1.style2 .inner-box {
        display: grid;
        grid-template-columns: 1.8fr 1fr 1.3fr;
    }
    .banner-section-h1.style2 .inner-box .hero-image img {
        width: 100%;
    }
}


/*===============================
    WHO SHOULD APPLY
================================*/

.cc9_apply_sec{

    padding:120px 0;

    background:#ffffff;

    position:relative;

    overflow:hidden;

}

.cc9_apply_sec::before{

    content:"";

    position:absolute;

    left:-120px;

    top:-120px;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(99,179,46,.05);

}

.cc9_apply_sec::after{

    content:"";

    position:absolute;

    right:-100px;

    bottom:-100px;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(99,179,46,.04);

}

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

.cc9_left{

    position:sticky;

    top:120px;

}

.cc9_tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    border-radius:50px;

    background:#eef8e8;

    color:#63b32e;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.cc9_left h2{

    margin:28px 0 18px;

    font-size:58px;

    line-height:1.05;

    font-weight:800;

    color:#152234;

}

.cc9_left h2 span{

    color:#63b32e;

}

.cc9_line{

    width:70px;

    height:4px;

    border-radius:10px;

    background:#63b32e;

    margin-bottom:24px;

}

.cc9_left p{

    font-size:18px;

    line-height:1.9;

    color:#6c7686;

}

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







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

@media(max-width:991px){

    .cc9_apply_sec{

        padding:80px 0;

    }

    .cc9_left{

        position:relative;

        top:0;

        margin-bottom:20px;

    }

    .cc9_left h2{

        font-size:44px;

    }

}

@media(max-width:767px){

    .cc9_left h2{

        font-size:36px;

    }

    .cc9_left p{

        font-size:16px;

    }

}



.course-roadmap{

    padding:120px 0;

}


.roadmap-header{

    margin-bottom:70px;

}

.course-roadmap .tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:#eef8e8;

    color:#63b32e;

    font-weight:600;

    font-size:13px;

    letter-spacing:1px;

}


.roadmap-header p{

    margin-top:15px;

    font-size:20px;

    color:#666;

}

.horizontal-wrapper{

    overflow:hidden;

}

.horizontal-sliders{

    display:flex;

    gap:40px;

    padding-left:8vw;

    padding-right:20vw;
   

}

.horizontal-sliders .slide{

    flex:0 0 520px;

    background:#fff;

    border-radius:28px;

    padding:50px;

    border:5px solid #edf2eb;
    position: relative;

}

.horizontal-sliders .slide::before{

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    position:absolute;

    right:45px;

    top:45px;

    font-size:78px;

    color:#63b32e;

    opacity:.07;

    transition:.35s;

}

/* 01 */
.horizontal-sliders .slide:nth-child(1)::before{
    content:"\f19c"; /* fa-building */
}

/* 02 */
.horizontal-sliders .slide:nth-child(2)::before{
    content:"\f5dc"; /* fa-user-doctor / anatomy alternative */
}

/* 03 */
.horizontal-sliders .slide:nth-child(3)::before{
    content:"\f484"; /* fa-pills */
}

/* 04 */
.horizontal-sliders .slide:nth-child(4)::before{
    content:"\f0f1"; /* fa-briefcase-medical */
}

/* 05 */
.horizontal-sliders .slide:nth-child(5)::before{
    content:"\f0c0"; /* fa-users */
}

/* 06 */
.horizontal-sliders .slide:nth-child(6)::before{
    content:"\f4ad"; /* fa-comments */
}

/* 07 */
.horizontal-sliders .slide:nth-child(7)::before{
    content:"\f3c5"; /* fa-location-dot */
}

/* 08 */
.horizontal-sliders .slide:nth-child(8)::before{
    content:"\f505"; /* fa-shield-alt / shield */
}

/* 09 */
.horizontal-sliders .slide:nth-child(9)::before{
    content:"\f2c2"; /* fa-id-card */
}

/* 10 */
.horizontal-sliders .slide:nth-child(10)::before{
    content:"\f19d"; /* fa-graduation-cap */
}

/* 11 */
.horizontal-sliders .slide:nth-child(11)::before{
    content:"\f0b1"; /* fa-briefcase */
}

/* Decorative Bottom Line */

.horizontal-sliders .slide::after{

    content:"";

    position:absolute;

    left:55px;

    bottom:45px;

    width:90px;

    height:4px;

    border-radius:20px;

    background:#63b32e;

    transition:.4s;

}

.horizontal-sliders .slide span{

    width:80px;

    height:80px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#63b32e;

    color:#fff;

    font-size:30px;

    font-weight:700;

    margin-bottom:35px;

}

.horizontal-sliders .slide h3{
    margin-bottom:25px;
}

.horizontal-sliders .slide p{

    color:#666;

    line-height:1.5;

    font-size:16px;

}

@media(max-width:991px){

.horizontal-sliders .slide{

    flex:0 0 80vw;

}

}




/*=====================================================
    Career Opportunities Section
======================================================*/

.cc12_career_sec{
    position: relative;
    padding: 120px 0;
    background: rgb(251 251 251);
    overflow: hidden;
}

.cc12_career_sec::before{
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(99,179,46,.08),
            transparent 70%);
    pointer-events: none;
}

/*=====================================================
    Left Image
======================================================*/

.cc12_image{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.cc12_image img{
    width: 100%;
    display: block;
    object-fit: cover;
}

.cc12_image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(22,55,30,.92),
            rgba(22,55,30,.45),
            transparent 55%);
}

.cc12_quote{
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 3;
    color: #fff;
}

.cc12_quote span{
    display: block;
    font-size: 56px;
    line-height: 1;
    color: #63b32e;
    margin-bottom: 12px;
}

.cc12_quote h4{
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.cc12_quote p{
    color: #63b32e;
    font-weight: 600;
    margin: 0;
}

/*=====================================================
    Heading
======================================================*/

.cc12_heading{
    margin-bottom: 45px;
}

.cc12_tag{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 100px;
    background: #eef8e8;
    color: #63b32e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
}

.cc12_tag i{
    font-size: 18px;
}

.cc12_heading h2{
    line-height: 1.05;
    font-weight: 700;
    color: #21372d;
    margin: 25px 0;
}

.cc12_heading h2 span{
    display: block;
    color: #63b32e;
}

.cc12_heading p{
    color: #6b7280;
    max-width: 700px;
    margin: 0;
}

/*=====================================================
    Cards
======================================================*/

.cc12_card{
    position: relative;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #63b32e;
    box-shadow: 0 15px 35px rgba(15,23,42,.05);
    transition: .35s;
    overflow: hidden;
}

.cc12_card::before{
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(99,179,46,.08),
            transparent 70%);
}

.cc12_card:hover{
    transform: translateY(-10px);
    border-color: #63b32e;
    box-shadow: 0 25px 60px rgba(99,179,46,.14);
}

.cc12_icon{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #63b32e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 30px;
    box-shadow: 0 12px 25px rgba(99,179,46,.25);
}

.cc12_no{
    position: absolute;
    top: 28px;
    right: 30px;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: rgba(99,179,46,.08);
}

.cc12_card h4{
    line-height: 1.3;
    font-weight: 700;
    color: #21372d;
    margin-bottom: 0;
}

.cc12_card::after{
    content: "";
    position: absolute;
    left: 20px;
    bottom: 15px;
    width: 45px;
    height: 4px;
    border-radius: 10px;
    background: #63b32e;
    transition: .35s;
}

.cc12_card:hover::after{
    width: 90px;
}

/*=====================================================
    CTA
======================================================*/

.cc12_cta{
    margin-top: 70px;
    background: linear-gradient(90deg,#f8fcf6,#ffffff);
    border: 1px solid #edf2ed;
    border-radius: 24px;
    overflow: hidden;
}

.cc12_cta .row{
    align-items: stretch;
}

.cc12_cta .col-lg-5{
    border-left: 1px solid #edf2ed;
}

.cc12_cta .col-lg-7,
.cc12_cta .col-lg-5{
    padding: 35px 40px;
}

.cc12_cta_icon{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #eef8e8;
    color: #63b32e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.cc12_cta .d-flex{
    gap: 22px;
}

.cc12_cta h4{
    font-weight: 700;
    color: #2b3e35;
    margin-bottom: 12px;
}

.cc12_cta p{
    margin: 0;
    color: #667085;
}

.cc12_cta_right{
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.cc12_cta_right h4{
    margin: 0;
    line-height: 1.4;
}

/*=====================================================
    Responsive
======================================================*/

@media(max-width:1199px){


}

@media(max-width:991px){

    .cc12_career_sec{
        padding:90px 0;
    }


    .cc12_cta{
        margin-top:50px;
    }

    .cc12_cta .col-lg-5{
        border-left:none;
        border-top:1px solid #edf2ed;
    }

}

@media(max-width:767px){


    .cc12_card{
        padding:28px;
    }

    .cc12_card h4{
        font-size:24px;
    }

    .cc12_no{
        font-size:48px;
    }

    .cc12_icon{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .cc12_cta .col-lg-7,
    .cc12_cta .col-lg-5{
        padding:28px;
    }

    .cc12_cta .d-flex,
    .cc12_cta_right{
        flex-direction:column;
        align-items:flex-start;
    }


}






/*=========================================================
    SECTION
=========================================================*/

.cc13_cta_sec{

    position:relative;

    padding:120px 0;

    background:#fff;

    overflow:hidden;

}

.cc13_cta_sec::before{

    content:"";

    position:absolute;

    top:-220px;

    right:-220px;

    width:550px;

    height:550px;

    border-radius:50%;

    background:radial-gradient(circle,
            rgba(99,179,46,.08),
            transparent 70%);

}

.cc13_cta_sec::after{

    content:"";

    position:absolute;

    left:-180px;

    bottom:-180px;

    width:450px;

    height:450px;

    border-radius:50%;

    background:radial-gradient(circle,
            rgba(99,179,46,.05),
            transparent 70%);

}

.cc13_wrapper{

    position:relative;

    z-index:2;

}

/*=========================================================
    TAG
=========================================================*/

.cc13_tag{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:12px 26px;

    background:#eef8e8;

    color:#63b32e;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.cc13_tag i{

    font-size:18px;

}

/*=========================================================
    HEADING
=========================================================*/

.cc13_wrapper h2{

    line-height:1.05;

    font-weight:700;

    color:#24382f;

    margin:30px 0;

    letter-spacing:-1.5px;

}

.cc13_wrapper h2 span{

    display:block;

    color:#63b32e;

}

.cc13_wrapper>div:first-child p{

    color:#667085;

    max-width:900px;

    margin:auto;

}

/*=========================================================
    LEARNING BOX
=========================================================*/

.cc13_learning_box{

    position:relative;

    padding:55px;

    background:#fff;

    border-radius:32px;

    border:1px solid #edf2ed;

    box-shadow:

        0 15px 40px rgba(15,23,42,.05),

        0 40px 100px rgba(15,23,42,.04);

    overflow:hidden;

}

.cc13_learning_box::before{

    content:"";

    position:absolute;

    right:-120px;

    top:-120px;

    width:260px;

    height:260px;

    border-radius:50%;

    background:radial-gradient(circle,
        rgba(99,179,46,.08),
        transparent 70%);

}

.cc13_learning_box h4{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:15px;

    margin-bottom:45px;

    font-weight:700;

    color:#23382f;

}

.cc13_learning_box h4 i{

    color:#63b32e;

}

/*=========================================================
    ITEMS
=========================================================*/

.cc13_item{

    display:flex;

    align-items:center;

    gap:16px;

    height:100%;

    padding:18px 20px;

    background:#f9fbf8;

    border:1px solid #edf2ed;

    border-radius:10px;

    transition:.35s;

}

.cc13_item:hover{

    transform:translateY(-6px);

    background:#fff;

    border-color:#63b32e;

    box-shadow:0 15px 35px rgba(99,179,46,.12);

}

.cc13_item i{

    width:38px;

    height:38px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#63b32e;

    color:#fff;

    font-size:14px;

    flex-shrink:0;

}

.cc13_item span{

    font-size:17px;

    font-weight:600;

    color:#2d4035;

    line-height:1.5;

}

/*=========================================================
    RESPONSIVE (PART 1)
=========================================================*/

@media(max-width:1199px){

    .cc13_wrapper h2{

    }

}

@media(max-width:991px){

    .cc13_cta_sec{

        padding:90px 0;

    }

    .cc13_wrapper h2{

    }

    .cc13_learning_box{

        padding:40px;

    }

    .cc13_learning_box h4{

    }

}

@media(max-width:767px){

    .cc13_wrapper h2{

    }

    .cc13_wrapper>div:first-child p{

    }

    .cc13_learning_box{

        padding:30px;

        border-radius:24px;

    }

    .cc13_learning_box h4{

        flex-direction:column;

        gap:10px;

        text-align:center;

    }

    .cc13_item{

        padding:16px;

    }

    .cc13_item span{

        font-size:15px;

    }

}


/*=========================================================
    ADMISSION BANNER
=========================================================*/

.cc13_admission{

    position:relative;

    overflow:hidden;

    padding:35px 45px;

    border-radius:26px;

    background:linear-gradient(135deg,#63b32e 0%,#4b9924 100%);

    box-shadow:
        0 25px 60px rgba(99,179,46,.28);

}

.cc13_admission::before{

    content:"";

    position:absolute;

    top:-120px;

    right:-120px;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

}

.cc13_admission::after{

    content:"";

    position:absolute;

    left:-80px;

    bottom:-80px;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

}

.cc13_admission_left{

    display:flex;

    align-items:center;

    gap:25px;

}

.cc13_icon{

    width:82px;

    height:82px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.18);

    color:#fff;

    font-size:34px;

    flex-shrink:0;

    backdrop-filter:blur(8px);

}

.cc13_admission h3{

    margin:0 0 10px;

    color:#fff;

    font-size:38px;

    font-weight:700;

}

.cc13_admission p{

    margin:0;

    color:rgba(255,255,255,.92);

    font-size:18px;

    line-height:1.8;

}

.cc13_seat{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:16px 26px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-weight:700;

    backdrop-filter:blur(12px);

}

.cc13_seat i{

    font-size:18px;

}


/*=========================================================
    CTA BUTTONS
=========================================================*/

.cc13_buttons{

    display:flex;

    justify-content:center;

    gap:25px;

    flex-wrap:wrap;

}

.cc13_btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:14px;

    min-width:290px;

    height:72px;

    padding:0 38px;

    border-radius:100px;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    transition:.35s;

}

.cc13_btn i{

    transition:.35s;

}

.cc13_btn_primary{

    background:#63b32e;

    color:#fff;

    box-shadow:0 18px 40px rgba(99,179,46,.22);

}

.cc13_btn_primary:hover{

    color:#fff;

    transform:translateY(-6px);

    background:#4b9924;

    box-shadow:0 28px 55px rgba(99,179,46,.35);

}

.cc13_btn_primary:hover i{

    transform:translateX(6px);

}

.cc13_btn_outline{

    background:#fff;

    color:#2d4035;

    border:2px solid #63b32e;

}

.cc13_btn_outline:hover{

    color:#fff;

    background:#63b32e;

    transform:translateY(-6px);

}

.cc13_btn_outline:hover i{

    transform:translateY(2px);

}


/*=========================================================
    ENTRANCE ANIMATION
=========================================================*/

.cc13_learning_box,
.cc13_admission,
.cc13_buttons{

    transition:.45s;

}

.cc13_learning_box:hover{

    transform:translateY(-8px);

}


/*=========================================================
    RESPONSIVE
=========================================================*/

@media(max-width:1199px){

    .cc13_admission h3{

        font-size:32px;

    }

}


@media(max-width:991px){

    .cc13_admission{

        padding:35px;

    }

    .cc13_admission_left{

        flex-direction:column;

        align-items:flex-start;

    }

    .cc13_seat{

        margin-top:30px;

    }

    .cc13_buttons{

        flex-direction:column;

        align-items:center;

    }

}


@media(max-width:767px){

    .cc13_admission{

        padding:28px;

        border-radius:20px;

    }

    .cc13_icon{

        width:68px;

        height:68px;

        font-size:28px;

    }

    .cc13_admission h3{

        font-size:28px;

    }

    .cc13_admission p{

        font-size:16px;

    }

    .cc13_btn{

        width:100%;

        min-width:100%;

        height:62px;

        font-size:16px;

    }

    .cc13_seat{

        width:100%;

        justify-content:center;

        font-size:15px;

    }

}

.lh-sm{
    line-height:1 !important;
}

.theme-btn.sm .btn-title{
    font-size: 13px;
}

.ks-service-style-2.bg-light .ks-service-item::after {
    background-color: var(--color-white);
}
.ks-service-style-2.bg-light .ks-service-item:hover::after {
    background-color: var(--color2);
}

.ks-service-style-2.bg-light .ks-service-item:hover .c-dark{
 color: #fff !important;
}

.sec-pad{
  padding-block: 120px;
}

.chk-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    color: var(--color-dark);
    margin-top: 12px;
}

.chk-wrapper .form-check {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 10px;
}

.chk-wrapper input[type="radio"] {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 100% !important;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 0 !important;
    margin: 0 !important;
    position: initial !important;
    border: 1px solid #c8c8c8 !important;
}

.chk-wrapper input[type="radio"]:checked {
    background-color: var(--color2);
    border-color: var(--color2);
}

.contact-form label {
    color: var(--color-dark) !important;
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important
}

.chk-wrapper .form-check label {
    font-weight: 400 !important;
    font-size: 14px !important
}

.btn-style-two.btn-primary {
    background-color: transparent !important;
    border: 2px solid var(--green2) !important;
}

.contact-section-h1.contact-style2{
  background: #fff !important;
  overflow: hidden;
  padding: 120px 0 !important;
}
.contact-section-h1.contact-style2 .form-column .inner-column {
    margin: 0;
}

.contact-section-h1.contact-style2 .content-column .inner-column .info-box .info a {
    color: var(--color-dark);
}

img.style-grn{
      filter: hue-rotate(45deg);
}

.banner-section-h1.corporate-banner .bg-image:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(
337deg, #56ae12 0%, rgba(255,255,255,0.3) 50%) !important;
    /* background-image: linear-gradient(300deg, #000 0%, #000 50%); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.max-w500{
    max-width: 510px;
}

.flex-5{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  
}

.flex-5 .grid-item{
  width: calc(33.33% - 30px);    
}



@media(max-width:767px){
    .flex-5 .grid-item{
      width: calc(100%);    
    }
}




/*=============================
 Section
=============================*/

.ct4_sec{
    position:relative;
    overflow:hidden;
    background:#fff;
    padding-block: 120px;
}

.ct4_sec::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:radial-gradient(circle,#dff4d4 0%,transparent 72%);
    top:-140px;
    right:-140px;
    opacity:.7;
}

.ct4_sec::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:radial-gradient(circle,#edf8e8 0%,transparent 75%);
    left:-120px;
    bottom:120px;
}

.mt-80{
    margin-top:80px;
}


/*=============================
 Heading
=============================*/

.ct4_heading{
    max-width:540px;
}

.ct4_tag{

    display:inline-flex;

    align-items:center;

    gap:14px;

    font-size:15px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:22px;

}

.ct4_tag::after{

    content:"";

    width:90px;

    height:2px;

    opacity:.35;

}

.ct4_heading h2{

    line-height:1.08;

    font-weight:800;

    margin-bottom:28px;

}

.ct4_heading h2 span{

}

.ct4_heading p{

    color:#5d6a83;

    margin-bottom:18px;

}

.ct4_heading p:last-child{

    margin-bottom:0;

}


/*=============================
 Image
=============================*/

.ct4_img{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    box-shadow:0 35px 90px rgba(18,45,35,.12);

}

.ct4_img img{

    width:100%;

    display:block;

    transition:.6s;

}

.ct4_img:hover img{

    transform:scale(1.04);

}

.ct4_img::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        180deg,
        rgba(255,255,255,0) 40%,
        rgba(11,42,30,.12) 100%
    );

    pointer-events:none;

}


/*=============================
 White Containers
=============================*/

.ct4_box {
    position: relative;
    background: #fff;
    border: 1px solid #e8edf0;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 12px 40px rgba(16,39,30,.05);
    border-radius: 10px;
}

.ct4_box h3{

    position:relative;

    font-weight:700;

    margin-bottom:30px;

}

.ct4_box h3::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:-16px;

    transform:translateX(-50%);

    width:90px;

    height:2px;

    opacity:.35;

}


/*=========================================
 Feature Items
=========================================*/

.ct4_item{

    position:relative;

    text-align:center;

    padding:35px 22px;

    height:100%;

    border-right:1px solid #edf1f4;

    border-bottom:1px solid #edf1f4;

    transition:.35s;

}

.ct4_item:hover{

    background:#fbfdf9;

}

.ct4_item:hover .ct4_icon{

    color:#fff;

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(99,179,46,.28);

}

.ct4_item:hover h4{

}

.ct4_item:nth-child(2n){

    border-right:none;

}

.ct4_item:nth-last-child(-n+2){

    border-bottom:none;

}


/*=========================================
 Icon
=========================================*/

.ct4_icon{

    width:82px;

    height:82px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 22px;

    background:#f4f8ef;

    font-size:32px;

    transition:.35s;

}


/*=========================================
 Title
=========================================*/

.ct4_item h4{

    font-size:23px;

    line-height:1.35;

    font-weight:700;

    margin-bottom:10px;

    transition:.35s;

}

.ct4_item small{

    display:block;

    color:#7b8798;

    font-size:15px;

    margin-top:8px;

}


/*=========================================
 Industries
=========================================*/

.ct4_industry{

    display:flex;

    flex-direction:column;

    gap:14px;

}

.ct4_industry_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 13px;
    /* border: 1px solid #edf2f4; */
    border-radius: 10px;
    transition: .35s;
    background: #50b621;
}


.ct4_industry_item i {
    width: 30px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f3f8ef; */
    color: var(--green2);
    font-size: 24px;
    flex-shrink: 0;
    transition: .35s;
}



.ct4_industry_item span{

    line-height:1.45;

    font-weight:600;

    color:var(color--dark);

}


/*=========================================
 Responsive
=========================================*/

@media (max-width:991px){

    .mt-80{

        margin-top:60px;

    }

    .ct4_box{

        padding:35px;

    }

    .ct4_heading{

        max-width:100%;

        text-align:center;

    }

    .ct4_tag{

        justify-content:center;

    }

    .ct4_heading h2{

    }

}

@media (max-width:767px){

    .ct4_box{

        padding:25px;

        border-radius:22px;

    }

    .ct4_box h3{

        margin-bottom:30px;

    }

    .ct4_item{

        border-right:none !important;

        border-bottom:1px solid #edf1f4;

        padding:28px 15px;

    }

    .ct4_item:last-child{

        border-bottom:none;

    }

    .ct4_heading h2{

    }

    .ct4_heading p{

        font-size:16px;

    }

    .ct4_icon{

        width:70px;

        height:70px;

        font-size:28px;

    }

    .ct4_item h4{

    }

    .ct4_industry_item{

        padding:16px;

    }

    .ct4_industry_item span{

        font-size:17px;

    }

    .ct4_industry_item i{

        width:52px;

        height:52px;

        font-size:22px;

    }

}



/*=========================================
 Stories of Transformation
=========================================*/

.ss3_sec{

    position:relative;

    overflow:hidden;

    background:#fff;

}

.ss3_sec::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:radial-gradient(circle,#eef9e8 0%,transparent 72%);

    left:-180px;

    top:80px;

    z-index:0;

}

.ss3_sec::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:radial-gradient(circle,#f5fbf2 0%,transparent 72%);

    right:-120px;

    bottom:100px;

    z-index:0;

}

.ss3_sec .container{

    position:relative;

    z-index:2;

}

.mt-80{

    margin-top:80px;

}


/*=========================================
 Heading
=========================================*/

.ss3_heading{

    max-width:520px;

}

.ss3_tag{

    display:inline-flex;

    align-items:center;

    gap:14px;

    font-size:15px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    color:var(--green2);

    margin-bottom:22px;

}

.ss3_tag::after{

    content:"";

    width:90px;

    height:2px;

    background:var(--green2);

    opacity:.35;

}

.ss3_heading h2{

    font-size:clamp(44px,4vw,62px);

    line-height:1.08;

    font-weight:800;

    color:var(color--dark);

    margin-bottom:28px;

}

.ss3_heading h2 span{

    color:var(--green2);

}

.ss3_heading p{

    font-size:18px;

    line-height:1.9;

    color:#5f6f82;

}


/*=========================================
 Future Feature Card
=========================================*/

.ss3_future{

    margin-top:45px;

    display:flex;

    gap:24px;

    align-items:flex-start;

    padding:32px;

    border-radius:24px;

    background:#fff;

    border:1px solid #edf1f3;

    box-shadow:0 18px 45px rgba(16,40,30,.05);

}

.ss3_future_icon{

    width:72px;

    height:72px;

    flex-shrink:0;

    border-radius:50%;

    background:#edf8e6;

    color:var(--green2);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

}

.ss3_future h4{

    font-size:22px;

    font-weight:700;

    color:var(--color-dark);

    margin-bottom:10px;

}

.ss3_future p{

    margin:0;

    color:#5f6f82;

    line-height:1.8;

}


/*=========================================
 Common Title
=========================================*/

.ss3_title{

    display:flex;

    align-items:center;

    gap:20px;

    margin-bottom:32px;

}

.ss3_title_icon{

    width:72px;

    height:72px;

    border-radius:10px;

    border: 1px solid #fff;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    flex-shrink:0;

}

.ss3_title h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:5px;

}

.ss3_title p{

    margin:0;

}


/*=========================================
 Student Spotlight
=========================================*/

.ss3_spotlight{

    background:#fff;

    border-radius:10px;

    padding:30px;

    border:1px solid #edf1f4;

    box-shadow:0 25px 55px rgba(18,45,35,.06);

}

.ss3_student_img{

    overflow:hidden;

    border-radius:24px;

    background:#f7f7f7;

}

.ss3_student_img img{

    width:100%;

    display:block;

    transition:.45s;

}

.ss3_student_img:hover img{

    transform:scale(1.05);

}


/*=========================================
 Student Details
=========================================*/

.ss3_student_info h3{

    font-size:32px;

    font-weight:700;

    margin-bottom:10px;

}

.ss3_student_info>span{

    display:block;

    color:var(--green2);

    font-weight:600;

    margin-bottom:25px;

}

.ss3_student_info ul{

    margin:0;

    padding:0;

    list-style:none;

}

.ss3_student_info li{

    display:flex;

    align-items:flex-start;

    gap:14px;

    padding:15px 0;

    color:#fff;

    font-weight:500;

    border-bottom:1px solid #2a7109;

}

.ss3_student_info li:last-child{

    border-bottom:none;

}

.ss3_student_info li i{

    width:38px;

    height:38px;

    border-radius:4px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f3f8ef;

    color:var(--green2);

    flex-shrink:0;

    font-size:16px;

    transition:.35s;

}

.ss3_student_info li:hover i{

    background:var(--green2);

    color:#fff;

}

.ss3_student_info li:hover{

    color:var(--green2);

}

/*=========================================
 Classroom Moments
=========================================*/

.ss3_classroom{

    height:100%;

    padding:45px;

    border-radius:30px;

    background:#fff;

    border:1px solid #edf1f4;

    box-shadow:0 25px 55px rgba(18,45,35,.05);

}

.ss3_list{

    margin:0;

    padding:0;

    list-style:none;

}

.ss3_list li{

    display:flex;

    align-items:center;

    gap:18px;

    padding:18px 0;

    font-size:18px;

    font-weight:500;

    color:var(color--dark);

    border-bottom:1px solid #eef2f4;

    transition:.35s;

}

.ss3_list li:last-child{

    border-bottom:none;

}

.ss3_list li i{

    width:50px;

    height:50px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f3f8ef;

    color:var(--green2);

    font-size:18px;

    transition:.35s;

    flex-shrink:0;

}

.ss3_list li:hover{

    color:var(--green2);

    padding-left:10px;

}

.ss3_list li:hover i{

    background:var(--green2);

    color:#fff;

}


/*=========================================
 Gallery
=========================================*/

.ss3_gallery{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    background:#f7f7f7;

    cursor:pointer;

    box-shadow:0 12px 35px rgba(18,45,35,.05);

}

.ss3_gallery img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

    display:block;

}

.ss3_gallery::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(

        180deg,

        rgba(0,0,0,0) 40%,

        rgba(18,45,35,.35) 100%

    );

    opacity:0;

    transition:.4s;

    z-index:1;

}

.ss3_gallery::after{

    content:"\f00e";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%) scale(.5);

    width:70px;

    height:70px;

    border-radius:50%;

    background:#fff;

    color:var(--green2);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    opacity:0;

    transition:.4s;

    z-index:2;

}

.ss3_gallery:hover img{

    transform:scale(1.08);

}

.ss3_gallery:hover::before{

    opacity:1;

}

.ss3_gallery:hover::after{

    opacity:1;

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

}


/*=========================================
 Bottom Banner
=========================================*/

.ss3_bottom{

    margin-top:80px;

    display:flex;

    align-items:center;

    gap:22px;

    padding:28px 40px;

    border-radius:24px;

    background:linear-gradient(

        90deg,

        #fbfdf9,

        #f4f9ef

    );

    border:1px solid #e7efe2;

}

.ss3_bottom_icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#edf8e6;

    color:var(--green2);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    flex-shrink:0;

}

.ss3_bottom p{

    margin:0;

    font-size:22px;

    font-weight:500;

    line-height:1.7;

    color:var(color--dark);

}


/*=========================================
 Responsive
=========================================*/

@media(max-width:991px){

    .mt-80{

        margin-top:60px;

    }

    .ss3_heading{

        max-width:100%;

        text-align:center;

    }

    .ss3_tag{

        justify-content:center;

    }

    .ss3_spotlight,

    .ss3_classroom{

        padding:35px;

    }

    .ss3_bottom{

        flex-direction:column;

        text-align:center;

    }

}

@media(max-width:767px){

    .ss3_spotlight,

    .ss3_classroom{

        padding:25px;

        border-radius:20px;

    }

    .ss3_title{

        flex-direction:column;

        text-align:center;

    }

    .ss3_title h3{

        font-size:28px;

    }

    .ss3_heading h2{

        font-size:38px;

    }

    .ss3_heading p{

        font-size:16px;

    }

    .ss3_student_info h3{

        font-size:26px;

    }

    .ss3_student_info{

        text-align:center;

    }

    .ss3_student_info li{

        font-size:16px;

    }

    .ss3_list li{

        font-size:16px;

    }

    .ss3_bottom{

        padding:25px;

        margin-top:60px;

    }

    .ss3_bottom p{

        font-size:18px;

    }

    .ss3_bottom_icon{

        width:60px;

        height:60px;

        font-size:22px;

    }

}


/*==============================
  Course Module Card
==============================*/

.panel {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid #e8ece8;
    border-radius: 24px;
    overflow: hidden;
    transition: .35s ease;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
}

.panel:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .10);
    border-color: #63b32e;
}

/* Top Green Border */

.panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #63b32e, #8ad84f);
    z-index: 1;
}


/*==============================
 Heading
==============================*/

.panel-heading {
    position: relative;
    padding: 32px 30px 22px;
    background: #fff;
    border: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-dark);
    margin: 0;
}

/* Bottom Divider */

.panel-heading::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: calc(100% - 60px);
    height: 1px;
    background: #edf2ef;
}


/*==============================
 Body
==============================*/

.panel-body {
    padding: 30px;
}






/*==============================
 Responsive
==============================*/

@media (max-width:991px){

    .panel-heading{
        font-size:26px;
        padding:25px 24px 18px;
    }

    .panel-body{
        padding:24px;
    }

}

@media (max-width:767px){

    .panel-heading{
        font-size:22px;
    }

    .cc3_check_list li{
        font-size:16px;
    }

}




/* enroll modal  */

.enroll-modal{
    border:none;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 35px 100px rgba(0,0,0,.18);
    /* background: url("../images/banner/enroll-modal-bg.webp") no-repeat top center / cover; */
    background: #f2ffe2;
}

.custom-close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 5;
    background: #0f3c24;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 1;
    /* filter: invert(1); */
    font-size: 26px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.enroll-content{
    padding:30px;
}

/* .enroll-content-up{
  max-width: 400px;
} */

.seat-tag{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 22px;
    border-radius:14px;
    background:#fff0f0;
    color:#d52f2f;
    font-weight:700;
    border: 3px dotted #ff7070;
}

.seat-tag i{
    font-size:24px;
}

.enroll-content h2 {
    margin: 10px 0 10px;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #102339;
}

.enroll-content h2 span{
    display:block;
    color:#57b32d;
}

.enroll-content h2::after{
    content:"";
    display:block;
    width:90px;
    height:5px;
    background:#57b32d;
    margin-top:25px;
    border-radius:5px;
}

.date-box{
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    gap: 18px;

    margin: 15px 0;
    padding: 18px 22px;

    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.25);

    background: linear-gradient(135deg,#f7d20f,#f7d20f);

    box-shadow:
        0 10px 30px rgba(255,152,0,.28),
        inset 0 1px rgba(255,255,255,.35);

        color: #444444;
        border: 4px dotted #ff9800;
}

.date-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        110deg,
        transparent 15%,
        rgba(255,255,255,.22) 45%,
        transparent 70%
    );
    transform:translateX(-120%);
    animation:shine 4s linear infinite;
}

.date-box .icon{
    width:64px;
    height:64px;

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.16);
    backdrop-filter:blur(8px);

    flex-shrink:0;
}

.date-box .icon i{
    font-size:30px;
    animation:calendarBounce 2s ease-in-out infinite;
}

.date-box small{
    display:block;
    opacity:.9;
    margin-bottom:4px;
}

.date-box h4{
    margin:0;
    font-weight:700;
    font-size: 28px;
}

.date-box .pulse{
    position:absolute;
    top:18px;
    right:18px;

    width:12px;
    height:12px;

    border-radius:50%;
    background:#fff;

    animation:pulse 1.8s infinite;
}

@keyframes shine{

    100%{
        transform:translateX(150%);
    }

}

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(255,255,255,.8);
    }

    70%{
        box-shadow:0 0 0 16px rgba(255,255,255,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(255,255,255,0);
    }

}

@keyframes calendarBounce{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-4px);
    }

}

.feature-list{
    display:flex;
    justify-content:space-between;
    margin-bottom:40px;
}

.feature{
    text-align:center;
    flex:1;
}

.feature i {
    width: 50px;
    height: 50px;
    background: #eef7e8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #57b32d;
    font-size: 23px;
    margin: auto auto 15px;
}

.feature span {
    display: block;
    font-weight: 600;
    line-height: 1.25;
}

.btn-enroll{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    background:#57b32d;
    color:#fff;
    text-decoration:none;
    height:78px;
    border-radius:10px;
    font-size:28px;
    font-weight:700;
    transition:.3s;
}

.btn-enroll:hover{
    background:#46961f;
    color:#fff;
}

.popup-image{
    height:100%;
    position:relative;
}

.popup-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/*==============================
    JOB VACANCY PANEL
==============================*/

.vacancy-panel{
    background: linear-gradient(135deg,#0d3b2e,#0f4d39);
    border-radius: 0;
    padding: 32px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    position: relative;
    overflow: hidden;
}

.vacancy-panel::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    right:-140px;
    top:-140px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.vacancy-panel::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    left:-100px;
    bottom:-100px;
    border-radius:50%;
    background:rgba(132,204,22,.08);
}

/*==============================
    HEADER
==============================*/

.vacancy-panel .vacancy-head{
    display:flex;
    gap:18px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
    padding-right: 50px;
}

.vacancy-panel .vacancy-icon{
    width:68px;
    height:68px;
    border-radius:18px;
    background:rgba(132,204,22,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.vacancy-panel .vacancy-icon i{
    font-size:28px;
    color:#9BE42D;
}

.vacancy-panel .vacancy-head h4{
    margin:0 0 6px;
    font-weight:700;
    color: #fff;
}

.vacancy-panel .vacancy-head p{
    margin:0;
    opacity:.75;
}

/*==============================
    LIST
==============================*/

.vacancy-panel .vacancy-list{
    display:flex;
    flex-direction:column;
    gap:18px;
    position:relative;
    z-index:2;
}

/*==============================
    CARD
==============================*/

.vacancy-panel .vacancy-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    transition: .35s;
}

.vacancy-panel .vacancy-card:hover{
    transform:translateY(-4px);
    background:rgba(255,255,255,.08);
    border-color:rgba(155,228,45,.35);
}

/*==============================
    ICON
==============================*/

.vacancy-panel .job-icon{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.vacancy-panel .job-icon i{
    font-size:20px;
    color:#3EAF2A;
}

/*==============================
    TEXT
==============================*/

.vacancy-panel .job-info{
    flex:1;
}

.vacancy-panel .job-info h5 {
    margin: 0 0 4px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.vacancy-panel .job-meta{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.vacancy-panel .job-meta span{
    display:flex;
    align-items:center;
    gap:7px;
    opacity:.82;
}

.vacancy-panel .job-meta i{
    color:#9BE42D;
}

/*==============================
    FOOTER
==============================*/

.vacancy-panel .vacancy-footer{
    margin-top:auto;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:22px;
    border-radius:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    position:relative;
    z-index:2;
}

.vacancy-panel .footer-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.vacancy-panel .footer-left>i{
    width:58px;
    height:58px;
    border-radius:50%;
    background:rgba(155,228,45,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#9BE42D;
    flex-shrink:0;
}

.vacancy-panel .footer-left h5{
    margin:0 0 4px;
    font-weight:600;
    color: #fff;
}

.vacancy-panel .footer-left p{
    margin:0;
    opacity:.75;
}



/*==============================
    RESPONSIVE
==============================*/

@media (max-width:991px){

    .vacancy-panel{
        padding:24px;
    }

    .vacancy-panel .vacancy-footer{
        flex-direction:column;
        align-items:flex-start;
    }

    .vacancy-panel .apply-btn{
        width:100%;
        justify-content:center;
    }

    .vacancy-panel .job-meta{
        gap:12px;
    }

}

@media (max-width:576px){

    .vacancy-panel .vacancy-card{
        padding:15px;
    }

    .vacancy-panel .job-icon{
        width:54px;
        height:54px;
    }

    .vacancy-panel .job-icon i{
        font-size:22px;
    }

    .vacancy-panel .vacancy-head{
        gap:12px;
    }

    .vacancy-panel .vacancy-icon{
        width:58px;
        height:58px;
    }

}

/* end of enroll modal */



.nav-stacked {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.nav-pills .nav-link {
    color: #222;
    border: 1px solid #ccc;
}

.nav-pills .nav-link:hover {
    background: #efefef;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #66b032;
    border-color: #66b032;
}


.bannerSlider .swiper-pagination {
    bottom:80px;
    left: 23px;
    right: auto;
    max-width: max-content;
}

.bannerSlider .swiper-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
        border-radius: 50px;
        transition: all 0.2s ease;
}

.bannerSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #054D14;
        width: 100px;
}


.ks-testimonial-user-wrap{
  height: 0 !important;
  width: 0 !important;
  overflow: hidden ! important;
}

.ks-testimonial-navigation{
  justify-content: center !important;
}


.ks-service-style-2.no-mask .ks-service-item::after {
    -webkit-mask-image: none;
    mask-image: none;
}
.ks-service-style-2.no-mask .ks-service-item {
    height: 100%;
}


.form-card h5 {
    font-size: 32px;
    color: #272727 !important;
}

.form-card .form-label{
    color:#272727 !important;
    font-weight: 600 !important;
}

.form-card  .form-check-label{
    color:#272727 !important;
}

.form-card .btn-primary {
    background: #66b032;
    border-color: #66b032;
}

.form-card .btn-primary:hover {
    background: #e3bf21;
    border-color: #e3bf21;
    color: #222;
}

.form-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
    border-bottom: 2px dotted #66b032;
    margin-bottom: 30px;
}
.form-heading i {
    display: inline-flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    background: #66b032;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -4px;
    font-size: 20px;
    font-weight: 300;
}


.form-card input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b0b0b0 !important;
}
.form-card input::-moz-placeholder { /* Firefox 19+ */
  color: #b0b0b0 !important;
}
.form-card input:-ms-input-placeholder { /* IE 10+ */
  color: #b0b0b0 !important;
}
.form-card input:-moz-placeholder { /* Firefox 18- */
  color: #b0b0b0 !important;
}

.form-card .form-control[type=file] {
    height: initial;
}


.home-tabs {
    display: flex;
    margin-inline: auto;
    /* background: #efefef; */
    /* padding: 10px; */
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    /* box-shadow: 0 0 0 6px rgba(0,0,0,0.09); */
    margin-bottom: 120px;
    gap: 15px;
        border: none;

}
.home-tabs li {
    width: calc(50% - 15px);
}

.home-tabs .nav-link {
    color: #222;
    text-align: center;
    padding: 30px 30px;
    border-radius: 10px !important;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    background: #efefef;
        font-size: 22px;
}

.home-tabs .nav-link i{
  font-size: 30px;
      font-weight: 300;
}

.home-tabs .nav-link.active {
    background: #3ca00e;
    color: #fff;
    border-radius: 10px !important;
}






/*======================================
Medical Representative Overview
======================================*/

.mr-overview{
    position: relative;
    overflow: hidden;
}



.mr-overview .sec-title{
    margin-bottom: 28px;
}



.mr-overview .sub-title{
    position: relative;
    padding-left: 24px;
    margin-bottom: 24px;
}

.mr-overview .sub-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 42px;
    border-radius: 10px;
}

.mr-overview p{
    margin-bottom: 20px;
}

.mr-overview .overview-image{
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 30px 80px rgba(0,0,0,.08);
}

.mr-overview .overview-image img{
    width: 100%;
    display: block;
}



.mr-overview .program-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 90px 0 60px;
}

.mr-overview .program-heading span{
    flex: 1;
    height: 2px;
    position: relative;
}

.mr-overview .program-heading span.bg-grn::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3ca00e;
}

.mr-overview .program-heading span:last-child::after{
    left: 0;
    right: auto;
}

.mr-overview .program-heading h2{
    margin: 0;
}



.modal-btn .btn-title {
    font-size: 14px;
}


.max-width{
  max-width: max-content !important;
}

.seat-tag i{
  display:inline-block;
    transform-origin:top center;
    animation:bellRing 2s ease-in-out infinite;
    filter: drop-shadow(0 0 0 transparent);
}

@keyframes bellRing{

    0%,50%,100%{
        transform:rotate(0);
        filter:drop-shadow(0 0 0 rgba(255,193,7,0));
    }

    5%{
        transform:rotate(18deg);
    }

    10%{
        transform:rotate(-18deg);
    }

    15%{
        transform:rotate(15deg);
    }

    20%{
        transform:rotate(-15deg);
    }

    25%{
        transform:rotate(10deg);
    }

    30%{
        transform:rotate(-10deg);
    }

    35%{
        transform:rotate(6deg);
    }

    40%{
        transform:rotate(-6deg);
        filter:drop-shadow(0 0 12px rgba(255,193,7,.8));
    }

    45%{
        transform:rotate(0);
    }
}



.career-demand{
    position:relative;
    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;

    padding:60px;

    border-radius:28px;

    background:
        radial-gradient(circle at left,#2d6d3b 0%,transparent 35%),
        linear-gradient(135deg,#0f3025,#12392b,#184634);

    color:#fff;
}

.career-demand::before{
    content:"";
    position:absolute;
    left:-120px;
    top:-120px;

    width:300px;
    height:300px;

    border-radius:50%;

    background:rgba(255,255,255,.05);
}

.career-demand::after{
    content:"";
    position:absolute;
    right:-180px;
    bottom:-180px;

    width:420px;
    height:420px;

    border-radius:50%;

    background:rgba(111,191,68,.08);
}

.career-demand__content{
    display:flex;
    align-items:flex-start;
    gap:30px;
    z-index:2;
    max-width:720px;
}

.career-demand__icon{

    width:90px;
    height:90px;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    flex-shrink:0;
}

.career-demand__icon i{

    font-size:42px;

    color:#8bc34a;
}

.career-demand__label{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:rgba(139,195,74,.15);

    color:#b7ff8a;

    margin-bottom:20px;
}

.career-demand h2 {
    margin-bottom: 18px;
    font-weight: 700;
    color: #fff;
}

.career-demand h2 span{

    color:#8bc34a;
}

.career-demand p{

    max-width:620px;

    opacity:.9;
}

.career-demand__graphic{

    width:350px;
    position:relative;
    z-index:2;
}

.graph{

    position:relative;

    height:220px;
}

.bar{

    position:absolute;
    bottom:0;

    width:55px;

    border-radius:14px 14px 0 0;

    background:linear-gradient(to top,#3f8f2f,#8bc34a);
}

.bar1{
    left:0;
    height:70px;
}

.bar2{
    left:75px;
    height:110px;
}

.bar3{
    left:150px;
    height:150px;
}

.bar4{
    left:225px;
    height:200px;
}

.arrow{

    position:absolute;

    right:0;
    top:0;

    color:#8bc34a;

    font-size:80px;

    transform:rotate(-12deg);
}

.faq-pos{
  position: relative;
  z-index: 4;
}










/*=====================================================
    Open Positions - Job Vacancy Cards
======================================================*/

.cc13_jobs_sec{
    padding: 60px 0 20px;
}

.cc13_jobs_row{
    row-gap: 30px;
}

.cc13_job_card{
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #E8ECEA;
    border-radius: 14px;
    padding: 30px 28px;
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.cc13_job_card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--green2);
}

.cc13_job_card:hover{
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0,0,0,.08);
}

.cc13_job_top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.cc13_job_icon{
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 12px;
    background: #eef8e8;
    color: var(--green2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cc13_job_badge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 100px;
    background: #eef8e8;
    color: var(--green2);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.cc13_job_title{
    font-size: 21px;
    font-weight: 700;
    color: #24352E;
    margin-bottom: 6px;
}

.cc13_job_location{
    font-size: 14px;
    color: #667085;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cc13_job_location i{
    color: var(--green2);
}

.cc13_job_summary{
    color: #4b5a54;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.cc13_job_list{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex-grow: 1;
}

.cc13_job_list li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    color: #24352E;
    font-size: 14.5px;
    border-bottom: 1px solid #F1F2F4;
}

.cc13_job_list li:last-child{
    border-bottom: none;
}

.cc13_job_list li i{
    color: var(--green2);
    font-size: 13px;
    margin-top: 4px;
}

.cc13_job_req{
    font-size: 13.5px;
    color: #667085;
    margin-bottom: 22px;
    padding-top: 16px;
    border-top: 1px dashed #E8ECEA;
}

.cc13_job_req strong{
    color: #24352E;
}

.cc13_job_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 8px;
    background: var(--green2);
    color: #fff !important;
    font-weight: 700;
    font-size: 14.5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: .3s;
    margin-top: auto;
}

.cc13_job_btn:hover{
    background: #24352E;
    color: #fff;
}
.vacancy-list+ .modal-btn {
    position: relative;
    z-index: 2;
}



@media(max-width: 767px){




  .sticky-header .logo img {
      max-width: 100px;
  }
  .sticky-header .theme-btn.btn-style-one {
      display: none;
  }
  .header-style-one .main-box .right-box a.theme-btn.btn-style-one {
      display: none;
  }
  .banner-section-h1 .inner-box .banner-content .inner-content .banner-title {
      font-size: 30px;
      line-height: 40px;
  }
  .banner-section-h1 .outer-box {
    padding: 100px 0 0;
}
.header-style-one .mobile-nav-toggler span {
    background-color: #222;
}
h2 {
    font-size: 28px;
}

h3 {
    font-size: 25px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
.career-demand__content {
    flex-wrap: wrap;
}
.grid-2 {
    grid-template-columns: repeat(1,1fr);
}
.home-tabs .nav-link {
    font-size: 18px;
    font-size: 14px;
    flex-wrap: wrap;
    line-height: 1.25;
}
.preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 18px;
}
.banner-section-h1 .bg-image img {
    /* height: 500px; */
}
.date-box {
    flex-wrap: wrap;
}
.date-box .icon {
    display: none;
}
.feature-list {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
}
.feature span {
    font-size: 10px;
}

.seat-tag {
    padding: 14px 10px;
    font-weight: 700;
    font-size: 13px;
}
.career-demand {
    gap: 15px;
    padding: 15px;
    border-radius: 10px;
}
.career-demand .arrow {
    display: none;
}
.career-demand__graphic {
    display: none;
}
.nav-stacked {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px;
}
.nav-pills .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
}
.vacancy-list+.modal-btn {
    margin-block: 15px 0 !important;
    display: flex;
}
.cc13_jobs_sec{
        padding: 40px 0 10px;
    }
    .cc13_job_card{
        padding: 25px 22px;
    }
.banner-section-h1 .inner-box .banner-content .inner-content {
    text-align: left;
}
.banner-section-h1 .inner-box .banner-content .inner-content .banner-info > a {
    width: 100%;
    justify-content: center;
}
.bannerSlider .swiper-pagination {
    bottom: 40px;
}
.banner-section-h1 .inner-box .hero-image {
    display: block;
    position: absolute;
    bottom: 230px;
    max-width: 180px;
    right: 15px;
}
.banner-section-h1 .inner-box .banner-content .inner-content .text {
    padding-right: 150px;
        line-height: 21px;
    font-size: 14px;
}
.btn-style-one {
    width: 100%;
}
.sticky-header.fixed-header {
    padding-block: 10px;
}
.home-tabs {
    flex-direction: column;
    margin-bottom: 40px;
}
.home-tabs li {
    width: 100%;
}
.home-tabs .nav-link {
    padding: 15px 15px;
}

.gr-left {
        width: 100px;
    min-height: 100px;
}
.gr-left i {
    position: relative;
    top: 14px;
}
.cc3_growth_content > .justify-content-center {
    align-items: flex-start !important;
        text-align: left;
}
.faq-section .outer-box {
    padding: 15px 15px 0 !important;
}
.cc5_program_sec .pt-4 {
    margin-top: 0;
    padding-top: 0 !important;
}
.call-to-action-three {
    margin: 0;
}
.map-section-h2 .auto-container {
    padding: 0;
}
.map-section-h2 {
    margin-top: 20px;
}
.map-section-h2 .content .contact-list-box {
    position: initial;
}
.mapouter {
    margin-top: 20px;
}
.btn-style-one .btn-title {
    font-size: 13px;
}
.modal-btn .btn-title {
    font-size: 11px;
            line-height: 1.25;
}
.mr-banner.banner-section-h1 .inner-box {
    flex-direction: column;
}
.banner-section-h1.mr-banner .inner-box .hero-image {
    bottom: auto;
    top: 218px;
    max-width: 110px;
}
.banner-section-h1.mr-banner .inner-box .banner-content .inner-content .text {
    margin-top: 30px;
}
.banner-section-h1.mr-banner .inner-box .banner-content .inner-content {
    margin-bottom: 0;
} 
.mr-banner .ln-banner-right {
    margin-bottom: 30px;
}
.cc4_timeline::before {
    left: 38px;
}
.call-to-action-three .outer-box .bg-image img {
    border-radius: 0;
}
.call-to-action-three .outer-box {
    padding: 50px 15px 60px;
}
.call-to-action-three .outer-box .content-box {
    gap: 0;
}
.call-to-action-three .outer-box .content-box .text {
    margin: 0px 0 0;
}
.btn-style-two {
    width: 100%;
}
.mob-hide{
  display: none !important;
}
/* .banner-gre:before {
    background: #ffffff !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(69 161 54) 100%) !important;
}
.banner-gre .inner-content .banner-title, .banner-gre .inner-content .text, .banner-gre .inner-content .banner-title .text-grn {
    color: #fff !important;
    position: relative;
    z-index: 2;
} */
 .contact-section-h1.contact-style2 {
    padding: 40px 0 !important;
}
.page-title .title {
    font-size: 30px;
}
.form-card h5 {
    font-size: 20px;
}
.mob-p-0{
  padding: 0 !important;
}
.mob-white-btn{
  background: #fff !important;
  color: #000 !important;
}
.mob-p-1{
  padding: 1rem !important;
}
.mob-px-1{
  padding-inline: 1rem !important;
}
.mob-pb-0{
  padding-bottom: 0 !important;
}
.mob-mt-0.mob-mt-0.mob-mt-0{
  margin-top: 0 !important;
}
.mob-mb-1{
  margin-bottom: 1rem !important;
}
.mob-mb-2{
  margin-bottom: 2rem !important;
}
.mob-mb-3{
  margin-bottom: 3rem !important;
}
.mob-mb-4{
  margin-bottom: 4rem !important;
}
.mob-mb-5{
  margin-bottom: 5rem !important;
}
.mob-mb-6{
  margin-bottom: 6rem !important;
}
.mob-mb-7{
  margin-bottom: 7rem !important;
}
.cc_info_card {
    flex-direction: column;
}
.page-title {
    padding: 100px 0 30px;
}

}