/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / TWo / Three
5.  Sticky Header 
6.  Mobile Menu
7.  Hidden Sidebar style
8.  Section Title
9.  Banner Section / Two / Three
10. Project Section / Two / Three
11. Features Section / Two / Three
12. About Section / Two / Three
13. Services Section / Two / Three
14. Video Section / Two
15. Contact Section
16. FAQ's Section / Two
17. Fun Fact Section / Two
18. Testimonial Section / Two
19. Process Section / Two
20. Team Section
21. Why Choose Us / Two / Three
22. News Section
23. Main Footer

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url("animate.css");
@import url("aos.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticons-common.css");
@import url("flaticon-set-medical.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}

:root {
  --r: 30px;
  /* radius */
  --s: 50px;
  /* size of the inner curve*/
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
  --theme-color1: #7b66ff;
  --theme-color2: #003554;
  --theme-color3: #0a878e;
  --theme-color4: #f05da8;
  --primary-color: #6f4e9d;
  --primary-color-hover: #a577e6;
  --primary-color-dark: #32135c;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #222222;
  --theme-color3-text-color: #bababa;
  --theme-color4-text-color: #535353;
  --theme-color1-rgb: 123, 102, 255;
  --theme-color2-rgb: 0, 53, 84;
  --theme-color3-rgb: 53, 224, 234;
  --theme-color4-rgb: 240, 93, 168;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-lighter: #f8f5f0;
  --theme-color-silver: #f4f4ff;
  --review-color: #FFAA18;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-dark: #333;
  --theme-color-gray: #f6f6f6;
  --gradient-1: linear-gradient(88.96deg, #7b66ff 0.98%, #f05da8 75.08%);
  --gradient-2: linear-gradient(to left, rgba(var(--theme-color1-rgb), 1) 0%, rgba(var(--theme-color1-rgb), 0.7) 100%);
  --gradient-3: linear-gradient(180deg, var(--theme-color1) 0%, rgba(0, 0, 0, 0) 100%);
  --gradient-4: linear-gradient(180deg, rgba(217, 244, 95, 0) 0%, rgba(217, 244, 95, 0.5) 100%);
  --gradient-5: linear-gradient(180deg, var(--theme-color1) 0%, rgba(126, 142, 55, 0) 100%);
  --gradient-6: linear-gradient(180deg, #0a0a0a 0%, rgba(10, 10, 10, 0.3) 45%, #0a0a0a 90%);
  --gradient-7: linear-gradient(180deg, rgba(217, 244, 95, 0.7) 37.5%, rgba(255, 212, 212, 0) 100%);
  --text-color: #757575;
  --headings-color: #003554;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --body-font-family: "Inter", sans-serif;
  --heading-font-family: "Google Sans Flex", sans-serif;
  --font-family-style3: "Playfair Display", serif;
  --body-bg: #000000;
  --body-font-size: 16px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2625em;
  --line-height-heading-h2: 1.2em;
  --line-height-heading: 1.3em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 80px;
  --h2-font-size: 50px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 600;
  --h2-font-weight: 500;
  --h3-font-weight: 500;
  --h4-font-weight: 500;
  --h5-font-weight: 500;
  --h6-font-weight: 500;
  --sec-title-subtitle-color: var(--headings-color);
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--body-font-family);
  --sec-title-subtitle-font-weight: 400;
  --sec-title-subtitle-line-height: 1.4;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: 50px;
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: 500;
  --sec-title-title-line-height: var(--line-height-heading-h2);
  --theme-light-background: #133241;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #000000;
  --container-width: 1350px;
  --small-container-width: 1000px;
  --large-container-width: 1870px;
}

.title {
  letter-spacing: 0;
  color: var(--theme-color1-text-color)
}

.title-black {
  color: var(--theme-color-black)
}

.title-white {
  color: var(--theme-color-white)
}

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

::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

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

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

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

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

body {
  /* background-color: var(--body-bg); */
  background-color: #070B14;
  /* background-color: white; */
  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(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

[data-tm-layout=lemon] body {
  background-color: var(--dark-color1);
}

p,
.text {
  /* color: var(--text-color); */
  color: #e7e7e7;
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /* color: var(--headings-color); */
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading-h2);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.2;
}

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

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

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

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

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

p {
  margin-bottom: 20px;
}

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

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img {
  border: none;
}

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

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

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



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









.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section>.container,
section>.container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
    --bs-gutter-x: 30px;
  }
}

/*=== Default Form ===*/
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #fbfbfb;
  border: 1px solid #f4f5f8;
  color: #111;
  font-size: 0.9rem;
  width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #111;
  opacity: 1;
}





.form-control::placeholder,
.input-text::placeholder {
  color: #111;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #111;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #111;
}

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

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


.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}

.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}

.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}

.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}

.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

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

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

/*** 

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

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

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

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

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

.title a {
  color: inherit;
}

















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





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









.section-padding {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
}

.fix {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  br {
    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/logo.png);
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading-font-family);
  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(--theme-color1);
}

.preloader-loaded.light .preloader-slide {
  background-color: #fff;
}

.preloader-loaded.loaded .text-preloader-outer {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

/*=======================
Scroll To Top style
=======================*/
.back-to-top-wrapper {
  position: fixed;
  right: 29px;
  top: 75%;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.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(--primary-color); */
  background: linear-gradient(90deg, #5A6CFF, #8B5CF6);
  -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--theme-color2-text-color);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: var(--theme-color1-text-color);
}

.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*Social Icon One*/


.social-icon-one li {
  position: relative;
  margin-left: 21px;
}

.social-icon-one li:first-child {
  margin-left: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: var(--theme-color1);
}

.social-icon-one.light li a {
  color: var(--theme-color-light);
}

.social-icon-one.light li a:hover {
  color: var(--theme-color1);
}

/*Social Icon Two*/


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

















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

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

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



.play-btn:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-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:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.play-btn-two .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 122px;
  width: 122px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-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:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}





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





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





/*======================
    Contact Info Button 
======================*/




.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}





.info-btn strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-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(--theme-color-light);
  background-color: var(--theme-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-two strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-dark);
}

.info-btn-two .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}















/*================================
    Progress Bar
=================================*/




















/*========================
  Select2 Dropdown Plugin
========================*/


















/*==========================
	Nav Style One
===========================*/




.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 .icon:before {
  left: -25px;
  right: auto;
}



.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/


.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(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-tabs .tab-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%;
}













.button-circle .inner .icon {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color1);
  font-size: 34px;
}



.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-style-one
==================================================================

***/
.btn-style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 56px;
  line-height: 56px;
  /* background: var(--gradient-1); */
  background: linear-gradient(90deg, #5A6CFF, #8B5CF6);
  border-radius: 50px;
  color: #fff;
  gap: 10px;
  border-radius: 40px;
  padding-right: 10px;
  padding-left: 30px;
}

.btn-style-one:hover {
  padding-right: 38px;
  padding-left: 10px !important;
  gap: 0;
}

.btn-style-one:hover .btn-arrow-left {
  scale: 1;
  left: 10px;
}

.btn-style-one:hover .btn-arrow-right {
  scale: 0;
}

.btn-style-one:hover .btn-title {
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
  color: #fff;
}

.btn-style-one:active {
  padding-right: 38px;
  padding-left: 10px !important;
  gap: 0;
}

.btn-style-one:active .btn-arrow-left {
  scale: 1;
  left: 10px;
}

.btn-style-one:active .btn-arrow-right {
  scale: 0;
}

.btn-style-one:active .btn-title {
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
  color: #fff;
}

.btn-style-one:focus {
  padding-right: 38px;
  padding-left: 10px !important;
  gap: 0;
}

.btn-style-one:focus .btn-arrow-left {
  scale: 1;
  left: 10px;
}

.btn-style-one:focus .btn-arrow-right {
  scale: 0;
}

.btn-style-one:focus .btn-title {
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
  color: #fff;
}

.btn-style-one .btn-arrow-left {
  height: 40px;
  line-height: 40px;
  width: 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: #fff;
  color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}

.btn-style-one .btn-arrow-right {
  height: 40px;
  line-height: 40px;
  width: 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: #fff;
  color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.btn-style-one .btn-arrow-right i {
  rotate: -30deg;
}

.btn-style-one .btn-title {
  font-weight: 400;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/***

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

***/
.btn-style-two {
  color: var(--theme-color1-text-color);
  background-color: var(--primary-color-dark);
  padding: 10px 20px;
  border-radius: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  gap: 0;
  z-index: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-two:before {
  background-color: var(--primary-color-hover);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.btn-style-two:hover {
  color: var(--theme-color2-text-color);
}

.btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}



.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 5px;
}

.accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 8px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-box .block .acc-btn i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content .content {
  position: relative;
  margin-top: -2px;
}

.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 5px !important;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box {
  position: relative;
}

.accordion-box .accordion {
  border-radius: 20px;
  padding: 25px 30px 20px 30px;
  border: none;
  background-color: var(--theme-color-white);
  margin-bottom: 21px;
}

@media (max-width: 991.98px) {
  .accordion-box .accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-box .accordion.active-block {
  padding: 25px 30px 20px 30px;
  background-color: var(--primary-color-dark);
}

@media (max-width: 991.98px) {
  .accordion-box .accordion.active-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-box .accordion.active-block .acc-btn {
  padding: 0 0 22px;
  color: var(--theme-color1-text-color);
}

.accordion-box .accordion.active-block .acc-btn.active .icon {
  background-color: var(--theme-color-white);
}

.accordion-box .accordion.active-block .acc-content .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.8);
}

.accordion-box .accordion .acc-btn {
  padding: 0;
}

.accordion-box .accordion .acc-btn .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  background-color: var(--theme-color-silver);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
}

@-webkit-keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/*** 

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

***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}













[text-split] {
  opacity: 0;
}





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

















































































































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

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







.float-horizontal {
  animation: float-horizontal 3s linear infinite alternate-reverse both;
}

@-webkit-keyframes float-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes float-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}



.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}



.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes 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 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 rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

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



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



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



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

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

















/* Animate 1 */




.active .animate-7,
.active .animate-6,
.active .animate-5,
.active .animate-4,
.active .animate-3,
.active .animate-2,
.active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.active .animate-2 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.active .animate-3 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.active .animate-4 {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.active .animate-5 {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.active .animate-6 {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

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



[data-tm-layout=lemon] .search-popup .search-back-drop {
  background-color: var(--dark-color1);
}

.search-popup .search-back-drop {
  opacity: 0.95;
}



[data-tm-layout=lemon] .search-popup .close-search {
  color: var(--headings-color);
}

.search-popup .close-search {
  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;
}



[data-tm-layout=lemon] .search-popup .form-group input[type=search],
[data-tm-layout=lemon] .search-popup .form-group input[type=text] {
  background: var(--dark-color2);
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}



[data-tm-layout=lemon] .search-popup .form-group button {
  background: var(--dark-color1);
  color: var(--dark-color2);
}

.search-popup .form-group button {
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}

[data-tm-layout=lemon] .search-popup .form-group button:hover {
  color: var(--dark-color2);
}

.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 .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 .useful-links li {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 20px;
  font-family: var(--heading-font-family);
}

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

@media (max-width: 1024px) {
  .main-header .mobile-nav-toggler {
    display: block !important;
  }
}

.main-menu {
  position: relative;
}

@media (max-width: 1024px) {
  .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: 37.2px 0;
  margin: 0 0 0 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
}

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

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
  color: var(--theme-color1);
  left: 0;
  width: 100%;
}

.main-menu .navigation>li:last-child:after {
  display: none;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: var(--theme-color-white);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font-family);
  text-transform: uppercase;
  line-height: 26.6px;
  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(--primary-color-dark);
}

.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: "";
  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 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 228px;
  z-index: 100;
  padding: 0;
  background-color: var(--theme-color-white);
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  border-bottom: 1px solid var(--theme-color-lighter);
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color1);
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font-family);
  margin: 0 30px;
  padding: 13px 0px;
  line-height: 26.6px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>a .badge-menu {
  background-color: #336AEA;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-red {
  background-color: #ff3838;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-yellow {
  background-color: #ffaa17;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-dark {
  background-color: #222429;
}

.main-menu .navigation>li>ul>li:hover {
  background-color: #F6F6F6;
}

.main-menu .navigation>li>ul>li:hover:before {
  scale: 1;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  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: 10px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  top: 10px;
  width: 220px;
  z-index: 100;
}

.main-menu .navigation>li>ul>li>ul>li {
  border-bottom: 1px solid var(--theme-color-lighter);
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color1);
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover {
  background-color: #F6F6F6;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {
  scale: 1;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  color: var(--headings-color);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.6px;
  margin: 0 30px;
  padding: 13px 0px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  color: var(--theme-color-dark);
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--heading-font-family);
}

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

.main-header .info-btn i:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  border-radius: 50%;
  content: "";
}

.main-header .info-btn:hover {
  color: var(--theme-color1);
}



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

.contact-list li .title {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--body-font-family);
  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(--theme-color1);
  position: relative;
  color: var(--theme-color-light);
  font-size: 30px;
  padding: 38.5px 10px;
  text-align: center;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
  .main-header .cart-btn {
    padding: 28px 10px;
    width: 90px;
  }
}

.main-header .cart-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

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

.main-header .cart-btn-two {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .cart-btn-two:hover {
  color: var(--theme-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(--theme-color-white);
  background-color: var(--theme-color-dark);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}



.header-search .form-group {
  position: relative;
}

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

.main-header .search-btn {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  text-align: center;
}

.main-header .search-btn:hover {
  color: var(--theme-color1);
}

[data-tm-layout=lemon] .main-header .search-btn:hover {
  color: var(--dark-color2);
}

.main-header .search-btn:hover strong {
  color: var(--theme-color1);
}

/*** 

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

***/
.header-style-one {
  position: absolute;
  padding: 40px 0 0;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .header-style-one {
    padding: 40px 0 20px;
  }
}

.header-style-one .header-lower {
  position: relative;
}

.header-style-one .header-lower .inner-container {
  position: relative;
  max-width: 1720px;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1439.98px) {
  .header-style-one .header-lower .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-style-one .header-lower .inner-container .logo-box {
  position: relative;
}

.header-style-one .header-lower .inner-container .logo-box .logo img {
  max-width: 200px;
  margin-left: 44px;
}

.header-style-one .header-lower .inner-container .nav-outer {
  position: relative;
  border-radius: 30px;
  display: inline-block;
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  padding: 0 30px 0 0;
  margin-right: 65px;
}

@media (max-width: 1199.98px) {
  .header-style-one .header-lower .inner-container .nav-outer {
    margin-right: 0;
  }
}

.header-style-one .header-lower .inner-container .nav-outer .main-menu .navigation>li {
  padding: 16.9px 0;
}

.header-style-one .header-lower .inner-container .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5px;
}

.header-style-one .header-lower .inner-container .right-box .theme-btn {
  margin-right: 20px;
}

@media (max-width: 1199.98px) {
  .header-style-one .header-lower .inner-container .right-box .theme-btn {
    display: none;
  }
}

.header-style-one .header-lower .inner-container .right-box .search-btn {
  display: inline-block;
  color: var(--theme-color-white);
  font-size: 20px;
  padding: 7px 0 7px 20px;
  margin: 0;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .header-style-one .header-lower .inner-container .right-box .search-btn {
    border-left: none;
  }
}

@media (max-width: 1024px) {
  .header-style-one .header-lower .inner-container .right-box .search-btn {
    display: none;
  }
}

.header-style-one .header-lower .inner-container .right-box .mobile-nav-toggler {
  display: block;
  margin-left: 20px;
  margin-bottom: 16px;
  margin-right: 19px;
}

.header-style-one .header-lower .inner-container .right-box .mobile-nav-toggler span {
  background-color: var(--theme-color-white);
}

/*** 

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

***/




.header-style-two .header-lower {
  position: relative;
  max-width: 1880px;
  border-radius: 20px;
  background-color: var(--theme-color-white);
  margin: 0 auto;
  padding: 25.6px 0;
}

@media (max-width: 1024px) {
  .header-style-two .header-lower {
    border-radius: 0;
    padding: 20px 0;
  }
}

.header-style-two .header-lower .inner-container {
  position: relative;
  max-width: 1730px;
  padding: 0 15px;
  margin: 0 auto;
  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: 1439.98px) {
  .header-style-two .header-lower .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-style-two .header-lower .inner-container .logo-box {
  position: relative;
}

.header-style-two .header-lower .inner-container .logo-box .logo img {
  max-width: 180px;
}

.header-style-two .header-lower .inner-container .nav-outer {
  position: relative;
  border-radius: 30px;
  display: inline-block;
  background-color: var(--theme-color-silver);
  padding: 0 109px 0 107px;
  margin-left: -90px;
}

@media (max-width: 1439.98px) {
  .header-style-two .header-lower .inner-container .nav-outer {
    margin-left: 0;
    padding: 0 30px;
  }
}

.header-style-two .header-lower .inner-container .nav-outer .main-menu .navigation>li {
  padding: 21.5px 0 17.5px;
  margin: 0 16px;
}

.header-style-two .header-lower .inner-container .nav-outer .main-menu .navigation>li a {
  color: #222;
}

.header-style-two .header-lower .inner-container .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5px;
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-right: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .header-style-two .header-lower .inner-container .right-box .header-phone_box {
    display: none;
  }
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box .icon {
  position: relative;
  bottom: 4px;
  width: 45px;
  height: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box i {
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box .info {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-black);
  font-family: var(--heading-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 24px;
  margin-bottom: 4px;
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box .info strong {
  color: #979797;
  font-weight: 400;
  font-family: var(--body-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 3px;
}

.header-style-two .header-lower .inner-container .right-box .header-phone_box .info strong:hover {
  color: var(--theme-color1);
}

.header-style-two .header-lower .inner-container .right-box .search-btn {
  position: relative;
  top: 4px;
  display: inline-block;
  color: var(--headings-color);
  font-size: 28px;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .header-style-two .header-lower .inner-container .right-box .search-btn {
    border-left: none;
  }
}

@media (max-width: 1024px) {
  .header-style-two .header-lower .inner-container .right-box .search-btn {
    display: none;
  }
}

.header-style-two .header-lower .inner-container .right-box .mobile-nav-toggler {
  display: block;
  margin-right: 20px;
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .header-style-two .header-lower .inner-container .right-box .mobile-nav-toggler {
    margin-right: 0;
  }
}





[data-tm-layout=dark] .mobile-nav-toggler span {
  background-color: var(--headings-color);
}

.mobile-nav-toggler span {
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}

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

/***

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

***/


[data-tm-layout=lemon] .sticky-header {
  background: var(--theme-color2);
}

.sticky-header {
  -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; */
}



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



.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: 1024px) {
  .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: 50px;
  height: 50px;
  background-color: var(--primary-color);
  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);
}

.sticky-header .header-phone_box i {
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}

.sticky-header .header-phone_box .info {
  font-size: 17px;
  font-weight: 400;
  color: rgba(33, 38, 33, 0.6);
  font-family: var(--heading-font-family);
  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;
  line-height: 24px;
}

.sticky-header .header-phone_box .info strong {
  color: var(--headings-color);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 30px;
}

.sticky-header .header-phone_box .info strong:hover {
  color: var(--theme-color1);
}



@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: 1439.98px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 50px;
  }
}

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



[data-tm-layout=dark] .sticky-header .mobile-nav-toggler span {
  background-color: var(--headings-color);
}

.sticky-header .mobile-nav-toggler span {
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}

@media (max-width: 767.98px) {
  .sticky-header .mobile-nav-toggler span {
    background-color: var(--theme-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;
  background: #fff;
}

.sticky-header .logo {
  padding: 19px 0 20px;
}

.sticky-header .logo img {
  max-height: 50px;
}

.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.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(--theme-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(--theme-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(--theme-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: 0 0 0 32px;
}

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  cursor: pointer;
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.mobile-nav-toggler.style-2 {
  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: 7px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mobile-nav-toggler.style-2 span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color-white);
}

.mobile-nav-toggler.style-2 span:nth-child(2) {
  width: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-nav-toggler.style-2 span:nth-child(3) {
  width: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-nav-toggler.style-2:hover span:nth-child(2) {
  width: 40px;
}

.mobile-nav-toggler.style-2:hover span:nth-child(3) {
  width: 40px;
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block !important;
  }
}

.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: 5px;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color-white);
  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(--headings-color); */
  background-color: #101827;
  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: 500;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: var(--primary-color-hover);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  font-weight: 500;
  font-family: var(--title-font);
  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: "";
}

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

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}

.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.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(--bg-theme-color1);
  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(0, 0, 0, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  background-color: var(--theme-color2);
  color: var(--primary-color-hover);
}

/***

==================================================================
gellary-section-h1
==================================================================

***/
/*** 

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

***/
.sec-title {
  position: relative;
}

.sec-title.light .sub-title {
  /* background-color: rgba(var(--theme-color-white-rgb), 0.17); */
  background-color: white;
  color: var(--primary-color-dark);
}

.sec-title.light .title {
  color: var(--theme-color-white);
}

.sec-title.light .title span {
  color: transparent;
  /* Override parent color */
  background-image: var(--gradient-1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  font-weight: 400;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  padding: 9px 20px 9px 40px;
  border-radius: 50px;
  background-color: var(--theme-color-white);
  color: var(--primary-color-dark);
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-family: var(--sec-title-subtitle-font-family);
  font-weight: var(--sec-title-subtitle-font-weight);
  text-transform: capitalize;
  letter-spacing: 0.1em;
}

.sec-title .sub-title.bg-color {
  background-color: white;
}

.sec-title .sub-title.bg-color p {
  margin-bottom: 0px;
  color: var(--primary-color-dark);
}

.sec-title .sub-title:before {
  position: absolute;
  left: 18px;
  top: calc(50% - 4px);
  background-color: var(--primary-color-hover);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

.sec-title .title {
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  /* color: var(--theme-color1-text-color); */
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  margin-bottom: 0;
  margin-top: 25px;
}

.sec-title .title span {
  /* Remove the fallback color - it breaks the gradient */
  background-image: var(--gradient-1);
  -webkit-background-clip: text;
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  /* font-family: var(--font-family-style3); */
  /* font-weight: 400; */
  display: inline-block;
  /* Helps with rendering */
}

.sec-title .title .color {
  /* Remove the fallback color - it breaks the gradient */
  background-image: var(--gradient-1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  font-weight: 400;
  display: inline-block;
  /* Helps with rendering */
}

/*** 

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

***/
.banner-section {
  position: relative;
  padding: 20px 15px;
}

.banner-section .outer-box {
  position: relative;
  max-width: 1880px;
  padding: 210px 0 100px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .banner-section .outer-box {
    padding: 250px 0 100px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .outer-box {
    padding: 160px 0 120px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box {
    padding: 140px 0 20px;
  }
}

.banner-section .outer-box .bg-image {
  /* position: absolute; */
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.banner-section .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-image: url(../images/banner1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section .outer-box .outer-container {
  position: relative;
  max-width: 1710px;
  padding: 0 15px;
  margin: 0 auto;
}

.banner-section .outer-box .outer-container .banner-content {
  position: relative;
}

.banner-section .outer-box .outer-container .banner-content .inner-content {
  position: relative;
  /* padding-top: 30px; */
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content {
    text-align: center;
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.banner-section .outer-box .outer-container .banner-content .inner-content .banner-title {
  position: relative;
  color: var(--theme-color-white);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(48px, 8vw, 130px);
  line-height: 1;
  margin-bottom: 0;
  font-size: 70px;
}

.banner-section .outer-box .outer-container .banner-content .inner-content .content {
  position: relative;
  margin-top: 10px;
  padding-left: 190px;
}

@media (max-width: 1199.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content {
    padding-left: 130px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content {
    text-align: center;
    padding-left: 0;
  }
}

.banner-section .outer-box .outer-container .banner-content .inner-content .content .shape {
  position: absolute;
  top: 12px;
  left: 8px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content .shape {
    display: none;
  }
}

.banner-section .outer-box .outer-container .banner-content .inner-content .content .banner-title {
  margin-bottom: 20px;
  font-size: 70px;
  width: 100%;
}

.banner-section .outer-box .outer-container .banner-content .inner-content .content .text {
  position: relative;
  color: var(--theme-color-white);
  margin: 0 0 40px;
  max-width: 700px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .content .text {
    margin: 0 auto 30px;
  }
}

.banner-section .outer-box .outer-container .funfact-column {
  position: relative;
}

.banner-section .outer-box .outer-container .funfact-column .inner-column {
  position: relative;
  max-width: 504px;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column {
    -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;
    gap: 20px;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box {
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 38px 20px 40px;
  border-radius: 30px 30px 30px 30px;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  backdrop-filter: blur(10px);
  text-align: center;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box {
    max-width: 100%;
    padding: 40px 20px;
    border-radius: 30px 30px 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box {
    border-radius: 30px;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box:hover .award img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two {
  margin-left: auto;
  border-radius: 0 30px 30px 30px;
  padding-top: 50px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two {
    margin-left: 0;
    padding: 40px 20px;
    border-radius: 0 30px 30px 0;
  }
}

@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two {
    border-radius: 30px;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two .award {
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two .award {
    margin-bottom: 0;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box.two .award img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box .count-box {
  position: relative;
  margin-bottom: -2px;
  color: var(--theme-color-white);
  font-size: 46px;
}

@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box .count-box {
    margin-bottom: 2px;
  }
}

.banner-section .outer-box .outer-container .funfact-column .inner-column .funfact-box .text {
  color: var(--theme-color-white);
}

/*** 

====================================================================
    banner-section-two
====================================================================

***/


.banner-section-two .outer-box {
  position: relative;
  max-width: 1880px;
  border-radius: 30px;
  margin: 0 auto;
  overflow: hidden;
  padding: 500px 0 100px;
}

@media (max-width: 1439.98px) {
  .banner-section-two .outer-box {
    padding: 400px 0 100px;
  }
}

@media (max-width: 1024px) {
  .banner-section-two .outer-box {
    padding: 250px 0 100px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box {
    padding: 200px 0 120px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-two .outer-box {
    padding: 120px 0;
  }
}

.banner-section-two .outer-box .shape-1 {
  position: absolute;
  top: 54px;
  right: 190px;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .shape-1 {
    display: none;
  }
}

.banner-section-two .outer-box .shape-2 {
  position: absolute;
  bottom: 107px;
  right: 0;
  pointer-events: none;
}

.banner-section-two .outer-box .shape-3 {
  position: absolute;
  top: 158px;
  left: 100px;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .shape-3 {
    display: none;
  }
}

.banner-section-two .outer-box .bg-image {
  /* position: absolute; */
  position: relative;
  overflow: hidden;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 0;
}

.bg-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(5, 12, 25, 0.327);

  z-index: 1;
}

.banner-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.banner-section-two .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-image: url(../images/banner2-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
}

.banner-section-two .outer-box .outer-container {
  position: relative;
  max-width: 1710px;
  padding: 0 15px;
  margin: 0 auto;
}

.banner-section-two .outer-box .outer-container .banner-content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  z-index: 2;
}

@media (max-width: 1439.98px) {
  .banner-section-two .outer-box .outer-container .banner-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .outer-container .banner-content {
    -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;
  }
}

.banner-section-two .outer-box .outer-container .banner-content .banner-title {
  position: relative;
  color: var(--theme-color-white);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: clamp(36px, 8vw, 130px);
  line-height: 1;
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .outer-container .banner-content .banner-title {
    text-align: center;
  }
}

.banner-section-two .outer-box .outer-container .banner-content .content {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .banner-section-two .outer-box .outer-container .banner-content .content {
    max-width: 700px;
    text-align: center;
    padding-bottom: 0;
  }
}

.banner-section-two .outer-box .outer-container .banner-content .content .text {
  position: relative;
  margin-bottom: 40px;
  color: var(--theme-color-white);
}

/***

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

***/


.project-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--theme-color-white);
}

.project-section .outer-box .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .project-section .outer-box .sec-title-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;
  }
}

.project-section .outer-box .sec-title-box .sec-title {
  position: relative;
  max-width: 620px;
}

@media (max-width: 991.98px) {
  .project-section .outer-box .sec-title-box .sec-title {
    max-width: 100%;
  }
}







.project-block img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}



.project-block:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.project-block:hover 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:hover .content {
  clip-path: inset(0 0 0 0);
}

.project-block .content {
  position: absolute;
  bottom: 20px;
  left: 0px;
  margin: 0px 20px;
  background-color: var(--theme-color1);
  border-radius: 20px;
  padding: 30px;
  z-index: 9;
  padding-right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
}

.project-block .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-top: 5px;
  list-style: none;
}

.project-block .content ul li {
  margin: 0;
}

.project-block .content ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

.project-block .content ul li a:hover {
  color: #fff;
}

.project-block .content ul .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.project-block .content .title {
  margin: 0;
  color: #fff;
  font-size: 26px;
}

.project-block .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-block .content .title a:hover {
  color: #fff;
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

@media (max-width: 991.98px) {


  .project-block .content ul li a {
    font-size: 16px;
  }

  .project-block .content .title {
    font-size: 22px;
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .project-block .content ul {
    padding-bottom: 0px;
    display: inline-block;
  }

  .project-block .content ul li {
    margin: 0;
    display: inline-block;
    margin-right: 5px;
  }
}

@media (max-width: 1199.98px) {
  .project-block .content .title {
    font-size: 28px;
  }
}

/***

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

***/


.pricing-section .bottom-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 58px;
}

.pricing-section .bottom-box .inner-box .feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.price-block.pricing-active .inner-block:before {
  height: 100%;
  opacity: 1;
}

.price-block.pricing-active .inner-block .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}

.price-block.pricing-active .inner-block .pricing-header .title-outer .title-box .sub-title {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-header .title-outer .title-box .pricing-plan-title {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-header .title-outer .offer {
  background: #fff;
  color: var(--theme-color2);
}

.price-block.pricing-active .inner-block .pricing-header .pricing-plan-pricing {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-header .pricing-plan-postfix {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.2)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.2) 0%, rgba(255, 255, 255, 0) 96.24%);
}

.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing {
  background-color: #fff;
  color: var(--theme-color2);
}

.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing:hover {
  color: #fff;
}

.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing::before {
  background-color: var(--theme-color3);
}

.price-block.pricing-active .inner-block .features-list li {
  color: #fff;
}

.price-block.pricing-active .inner-block .features-list li .icon {
  background: #fff;
  color: var(--theme-color2);
}

.price-block.pricing-active .inner-block .features-list li span {
  color: #fff;
}

.price-block.pricing-active .inner-block .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.price-block.pricing-active .inner-block .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}



.price-block .inner-block {
  background-color: #fff;
  border: 1px solid rgba(33, 38, 33, 0.1);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .inner-block:hover:before {
  height: 100%;
  opacity: 1;
}

.price-block .inner-block:hover .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}

.price-block .inner-block:hover .pricing-header .title-outer .title-box .sub-title {
  color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .title-outer .offer {
  background: #fff;
  color: #121212;
}

.price-block .inner-block:hover .pricing-header .pricing-plan-pricing {
  color: var(--theme-color-white);
}

.price-block .inner-block:hover .pricing-header .pricing-plan-postfix {
  color: #fff;
}

.price-block .inner-block:hover .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.1)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.1) 0%, rgba(255, 255, 255, 0) 96.24%);
}

.price-block .inner-block:hover .pricing-bottom .btn-style-pricing {
  background-color: #fff;
  color: var(--theme-color2);
}

.price-block .inner-block:hover .pricing-bottom .btn-style-pricing:hover {
  color: #fff;
}

.price-block .inner-block:hover .pricing-bottom .btn-style-pricing::before {
  background-color: var(--theme-color3);
}

.price-block .inner-block:hover .features-list li {
  color: #fff;
}

.price-block .inner-block:hover .features-list li .icon {
  background: #fff;
  color: var(--theme-color2);
}

.price-block .inner-block:hover .features-list li span {
  color: #fff;
}

.price-block .inner-block:hover .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.price-block .inner-block:hover .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}

.price-block .inner-block:before {
  position: absolute;
  content: "";
  background: rgb(0, 53, 84);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .inner-block.active:before {
  height: 100%;
  opacity: 1;
}

.price-block .inner-block.active .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}

.price-block .inner-block.active .pricing-header .title-outer .title-box .sub-title {
  color: var(--theme-color-white);
}

.price-block .inner-block.active .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color-white);
}

.price-block .inner-block.active .pricing-header .title-outer .offer {
  background: #fff;
  color: #121212;
}

.price-block .inner-block.active .pricing-header .pricing-plan-pricing {
  color: var(--theme-color-white);
}

.price-block .inner-block.active .pricing-header .pricing-plan-postfix {
  color: #fff;
}

.price-block .inner-block.active .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.1)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.1) 0%, rgba(255, 255, 255, 0) 96.24%);
}

.price-block .inner-block.active .pricing-bottom .btn-style-pricing {
  background-color: #fff;
  color: var(--theme-color2);
}

.price-block .inner-block.active .features-list li {
  color: #fff;
}

.price-block .inner-block.active .features-list li .icon {
  background: #fff;
  color: var(--theme-color2);
}

.price-block .inner-block.active .features-list li span {
  color: #fff;
}

.price-block .inner-block.active .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.price-block .inner-block.active .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}





.price-block .pricing-header .title-outer .title-box .sub-title {
  margin-bottom: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color2);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 12px;
}











.price-block .pricing-bottom .theme-btn {
  width: 100%;
  padding: 20px 17px;
  margin-top: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .pricing-bottom .theme-btn:hover {
  color: var(--theme-color2);
}

.price-block .pricing-bottom .theme-btn:before {
  background-color: #fff;
}









.price-block .features-list li {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: var(--theme-color2);
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .features-list li .icon {
  color: #fff;
  background-color: var(--theme-color1);
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .features-list li.no-action .icon {
  background-color: #708f87;
  color: rgba(255, 255, 255, 0.5);
}

.price-block .features-list li.no-action span {
  color: rgba(33, 38, 33, 0.4);
}



.price-block .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -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;
}

.price-block .theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}













/*** 

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

***/


.features-section .sec-title {
  margin-bottom: 50px;
}

.features-section .outer-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
}

@media (max-width: 991.98px) {
  .features-section .outer-box {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

@media (max-width: 575.98px) {
  .features-section .outer-box {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.features-section .outer-box .feature-block:last-child .inner-block {
  margin-right: 0;
  padding-right: 0;
}

.features-section .outer-box .feature-block:last-child .inner-block:after {
  display: none;
}

.feature-item .inner-block {
  background-color: var(--theme-color-lighter);
  border-radius: 20px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1399.98px) {
  .feature-item .inner-block {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .feature-item .inner-block {
    gap: 10px;
  }
}

.feature-item .inner-block.active,
.feature-item .inner-block:hover {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 34px 40px 52px;
}

@media (max-width: 1399.98px) {

  .feature-item .inner-block.active,
  .feature-item .inner-block:hover {
    padding: 20px;
  }
}

.feature-item .inner-block.active:before,
.feature-item .inner-block:hover:before {
  opacity: 1;
  height: 100%;
}

.feature-item .inner-block.active .icon,
.feature-item .inner-block:hover .icon {
  background-color: var(--theme-color-dark);
  color: var(--theme-color1);
}

.feature-item .inner-block.active .icon i,
.feature-item .inner-block.active .icon img,
.feature-item .inner-block:hover .icon i,
.feature-item .inner-block:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-item .inner-block.active .content .text,
.feature-item .inner-block:hover .content .text {
  clip-path: inset(0 0 0 0);
  visibility: visible;
  opacity: 1;
  max-height: 83px;
  margin-top: 7px;
}

@media (max-width: 1199.98px) {

  .feature-item .inner-block.active .content .text,
  .feature-item .inner-block:hover .content .text {
    max-height: 96px;
  }
}

.feature-item .inner-block:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color1);
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-item .icon {
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--theme-color2);
  text-align: center;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 575.98px) {
  .feature-item .icon {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.feature-item .icon i,
.feature-item .icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.feature-item .content {
  position: relative;
}

.feature-item .content .title {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -2%;
}

@media (max-width: 1199.98px) {
  .feature-item .content .title {
    line-height: 1.4;
  }
}

.feature-item .content .text {
  margin-top: 0;
  line-height: 30px;
  color: rgba(12, 64, 62, 0.8);
  max-width: 329px;
  max-height: 0;
  clip-path: inset(100% 0 0 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
  .feature-item .content .text {
    line-height: 24px;
  }
}

/*** 

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

***/
.about-section {
  position: relative;
  padding: 0 15px;
}

.about-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  /* background-color: var(--theme-color-white); */
  background-color: #101827;
  margin-top: 100px;
}

.about-section .outer-box:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/shape-5.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.about-section .outer-box:after {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/shape-7.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.about-section .outer-box .image-column .inner-column {
  position: relative;
  padding-right: 62px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1439.98px) {
  .about-section .outer-box .image-column .inner-column {
    padding-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .about-section .outer-box .image-column .inner-column {
    max-width: 583px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-section .outer-box .image-column .inner-column {
    max-width: 100%;
  }
}

.about-section .outer-box .image-column .inner-column .round-text {
  position: absolute;
  top: 50%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 191px;
  height: 191px;
  border-radius: 50%;
  line-height: 191px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  z-index: 3;
}

@media (max-width: 1199.98px) {
  .about-section .outer-box .image-column .inner-column .round-text {
    left: 50%;
  }
}

@media (max-width: 767.98px) {
  .about-section .outer-box .image-column .inner-column .round-text {
    display: none;
  }
}

.about-section .outer-box .image-column .inner-column .round-text span svg {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  width: 100%;
  height: calc(100% - 10px);
}

.about-section .outer-box .image-column .inner-column .round-text span text {
  fill: var(--theme-color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.8px;
}

.about-section .outer-box .image-column .inner-column .round-text span textPath {
  fill: var(--primary-color-dark);
}

.about-section .outer-box .image-column .inner-column .round-text .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.about-section .outer-box .image-column .inner-column .image-box {
  position: relative;
  width: 100%;
  max-width: 299px;
  border-radius: 30px;
  overflow: hidden;
}

.about-section .outer-box .image-column .inner-column .image-box.one {
  max-width: 263px;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .image-column .inner-column .image-box.one {
    max-width: 100%;
    max-height: 400px;
  }
}

@media (max-width: 767.98px) {
  .about-section .outer-box .image-column .inner-column .image-box.two {
    display: none;
  }
}

.about-section .outer-box .image-column .inner-column .image-box .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  margin-bottom: 20px;
}

.about-section .outer-box .image-column .inner-column .image-box .image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-section .outer-box .content-column .inner-column {
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .about-section .outer-box .content-column .inner-column {
    padding-bottom: 0;
  }
}

.about-section .outer-box .content-column .inner-column .sec-title .title {
  margin-bottom: 16px;
  margin-top: 20px;
}

.about-section .outer-box .content-column .inner-column .sec-title .text {
  margin-bottom: 30px;
}

.about-section .outer-box .content-column .inner-column .info-box {
  position: relative;
  padding: 40px 0 30px;
  border-top: 1px solid rgba(var(--theme-color-black-rgb), 0.09);
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.about-section .outer-box .content-column .inner-column .info-box .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .content-column .inner-column .info-box .info {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .about-section .outer-box .content-column .inner-column .info-box .info {
    -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 .outer-box .content-column .inner-column .info-box .info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: var(--primary-color-dark);
  color: var(--theme-color1-text-color);
}

.about-section .outer-box .content-column .inner-column .info-box .info .icon {
  position: relative;
  width: 100%;
  max-width: 75px;
  height: 75px;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  background-color: var(--theme-color-silver);
  border-radius: 50%;
  font-size: 42px;
  color: var(--theme-color1);
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 575.98px) {
  .about-section .outer-box .content-column .inner-column .info-box .info .icon {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.about-section .outer-box .content-column .inner-column .info-box .info .content {
  position: relative;
}

.about-section .outer-box .content-column .inner-column .info-box .info .content .title {
  margin-bottom: 0;
}

.about-section .outer-box .content-column .inner-column .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .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;
  }
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info {
  padding-left: 30px;
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .about-section .outer-box .content-column .inner-column .bottom-box .call-info {
    padding-left: 0;
    border-left: none;
  }
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info .icon {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  line-height: 61px;
  font-size: 23px;
  font-weight: 400;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info .info {
  position: relative;
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info .info .text {
  position: relative;
}

.about-section .outer-box .content-column .inner-column .bottom-box .call-info .info .title {
  position: relative;
  margin-bottom: 0;
}

/*** 

====================================================================
   about-section-two 
====================================================================

***/


.about-section-two .shape-1 {
  position: absolute;
  top: 80px;
  right: 0;
}

.about-section-two .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-section-two .image-column .inner-column {
  position: relative;
  height: 100%;
  margin-right: -42px;
}

@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column {
    height: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    max-height: 500px;
  }
}

.about-section-two .image-column .inner-column .image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about-section-two .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.about-section-two .content-column .inner-column {
  position: relative;
  padding-left: 78px;
}

@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column {
    padding-left: 0;
  }
}

.about-section-two .content-column .inner-column .sec-title {
  margin-bottom: 35px;
}

.about-section-two .content-column .inner-column .sec-title .title {
  margin-bottom: 30px;
}

.about-section-two .content-column .inner-column .sec-title .text {
  max-width: 675px;
}

.about-section-two .content-column .inner-column .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1439.98px) {
  .about-section-two .content-column .inner-column .info-box {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-section-two .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;
    margin-bottom: 20px;
  }
}

.about-section-two .content-column .inner-column .info-box .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .info-box .info {
    -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;
  }
}

@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .info-box .info.two {
    margin-bottom: 0;
  }
}

.about-section-two .content-column .inner-column .info-box .info.two .icon {
  color: var(--theme-color4);
}

.about-section-two .content-column .inner-column .info-box .info:hover .icon i {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.about-section-two .content-column .inner-column .info-box .info .icon {
  position: relative;
  margin-right: 30px;
  font-size: 55px;
  font-weight: 400;
  color: var(--theme-color1);
  margin-top: -15px;
}

.about-section-two .content-column .inner-column .info-box .info .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section-two .content-column .inner-column .info-box .info .icon:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-color: rgba(123, 102, 255, 0.2117647059);
  border-radius: 50%;
  left: 60%;
  bottom: 19%;
  z-index: -1;
}

.about-section-two .content-column .inner-column .info-box .info .title {
  position: relative;
  margin-bottom: 0;
}

.about-section-two .content-column .inner-column .info-box .image-box {
  position: relative;
  width: 100%;
  max-width: 237px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 209px;
}

.about-section-two .content-column .inner-column .info-box .image-box:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}

.about-section-two .content-column .inner-column .info-box .image-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-section-two .content-column .inner-column .info-box .image-box .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  max-height: 209px;
  z-index: 0;
}

.about-section-two .content-column .inner-column .info-box .image-box .image img {
  width: 100%;
  height: 100%;
  max-height: 209px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section-two .content-column .inner-column .info-box .image-box .play-now-one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
  font-size: 20px;
  text-align: center;
  z-index: 2;
}

.about-section-two .content-column .inner-column .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 7px;
}

@media (max-width: 767.98px) {
  .about-section-two .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;
  }
}

.about-section-two .content-column .inner-column .bottom-box .call-info {
  padding-left: 20px;
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .bottom-box .call-info {
    padding-left: 0;
    border-left: none;
  }
}

.about-section-two .content-column .inner-column .bottom-box .call-info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.about-section-two .content-column .inner-column .bottom-box .call-info .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  font-weight: 400;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section-two .content-column .inner-column .bottom-box .call-info .info {
  position: relative;
}

.about-section-two .content-column .inner-column .bottom-box .call-info .info .text {
  position: relative;
  font-size: 14px;
  color: var(--theme-color-black);
}

.about-section-two .content-column .inner-column .bottom-box .call-info .info .title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/***

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

***/






.marquee-section .marquee-group .text {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-color2);
  padding: 0 30px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .marquee-section .marquee-group .text {
    font-size: 50px;
    line-height: 60px;
  }
}

.marquee-section .marquee-group .text:nth-of-type(2n) {
  color: var(--theme-color1);
}

.marquee-section .marquee-group .text.divider {
  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-repeat: no-repeat;
  background-position: center;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

/*** 

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

***/
/*** 

====================================================================
  map section
====================================================================

***/
/***

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

***/
.services-section {
  position: relative;
  padding-top: 0px;
}

.services-section .shaep-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

@media (max-width: 1199.98px) {
  .services-section .shaep-1 {
    display: none;
  }
}

.services-section .shaep-2 {
  position: absolute;
  top: 80px;
  right: 30px;
}

@media (max-width: 1199.98px) {
  .services-section .shaep-2 {
    display: none;
  }
}

.service-block:nth-child(2) .inner-block:hover .content-box .icon-block {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.service-block:nth-child(2) .inner-block .content-box .icon-block {
  /* background-color: var(--theme-color2); */
  color: var(--theme-color1-text-color);
}

.service-block:nth-child(3) .inner-block:hover .content-box .icon-block {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.service-block:nth-child(3) .inner-block .content-box .icon-block {
  /* background-color: var(--theme-color3); */
  color: var(--theme-color1-text-color);
}

.service-block:nth-child(4) .inner-block:hover .content-box .icon-block {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.service-block:nth-child(4) .inner-block .content-box .icon-block {
  /* background-color: var(--theme-color4); */
  color: var(--theme-color1-text-color);
}

.service-block .inner-block {
  background-color: var(--theme-color-white);
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block:hover {
  background-color: var(--theme-color1);
}

.service-block .inner-block:hover .image-box .image:before {
  height: 0;
}

.service-block .inner-block:hover .image-box .image:after {
  height: 100%;
}

.service-block .inner-block: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);
}

.service-block .inner-block: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);
}

.service-block .inner-block:hover .content-box .icon-block {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.service-block .inner-block:hover .content-box .icon-block i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.service-block .inner-block:hover .content-box .icon-block img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.service-block .inner-block:hover .content-box .service-title {
  color: var(--theme-color-white);
}



.service-block .inner-block:hover .content-box .btn-more {
  background: var(--gradient-1);
  color: var(--theme-color-white);
}

.service-block .inner-block:hover .content-box .btn-more .btn-icon {
  color: var(--theme-color2);
}

.service-block .inner-block:hover .shape-style1 svg path {
  fill: var(--theme-color1);
}

.service-block .inner-block .image-box {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.service-block .inner-block .image-box .image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 0;
}

.service-block .inner-block .image-box .image:before {
  background-color: var(--theme-color-white);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .image-box .image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 53, 84, 0)), color-stop(34.76%, rgba(0, 53, 84, 0.57)), to(#003554));
  background: linear-gradient(180deg, rgba(0, 53, 84, 0) 0%, rgba(0, 53, 84, 0.57) 34.76%, #003554 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .image-box .image img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.service-block .inner-block .content-box {
  padding: 30px;
  position: relative;
}

.service-block .inner-block .content-box .icon-block {
  background-color: #4a2d74;
  border-radius: 50%;
  height: 70px;
  line-height: 1;
  width: 70px;
  font-size: 40px;
  color: var(--theme-color1-text-color);
  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;
  margin-bottom: 23px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .icon-block .icon {
  position: relative;
}

.service-block .inner-block .content-box .icon-block i {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .icon-block img {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .service-title {
  margin-top: 0;
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .service-title a:hover {
  color: var(--theme-color-white);
}

.service-block .inner-block .content-box .service-title a:focus {
  color: var(--theme-color-white);
}

.service-block .inner-block .content-box .service-details {
  margin-bottom: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more {
  background-color: var(--theme-color-silver);
  border-radius: 25px;
  color: var(--theme-color2);
  font-weight: 600;
  padding: 6px 6px 6px 20px;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more .btn-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more .btn-icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  height: 40px;
  line-height: 1;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more img {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-block .content-box .btn-more:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.service-block .inner-block .content-box .btn-more:hover img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.service-block .inner-block .shape-style1 {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  background-image: url(../images/shape-2.png);
  width: 87px;
  height: 99px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    services-section-two
====================================================================

***/


.services-section-two .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--theme-color-white);
}

.services-section-two .outer-box .shape-1 {
  position: absolute;
  bottom: 62px;
  right: 65px;
}

@media (max-width: 1199.98px) {
  .services-section-two .outer-box .shape-1 {
    display: none;
  }
}

.services-section-two .outer-box:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/shape-25.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.services-section-two .outer-box .bottom-box {
  position: relative;
  z-index: 3;
}

.services-section-two .outer-box .bottom-box .inner-box {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  max-width: 607px;
  margin: 70px auto 0;
}

@media (max-width: 991.98px) {
  .services-section-two .outer-box .bottom-box .inner-box {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .services-section-two .outer-box .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.services-section-two .outer-box .bottom-box .inner-box .image {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .services-section-two .outer-box .bottom-box .inner-box .image {
    margin-right: 0;
  }
}

.services-section-two .outer-box .bottom-box .inner-box .text {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .services-section-two .outer-box .bottom-box .inner-box .text {
    margin-right: 0;
  }
}

.services-section-two .outer-box .bottom-box .inner-box a {
  position: relative;
  color: var(--theme-color2);
  text-decoration: underline;
}











































































































































































@-webkit-keyframes "wobble" {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes "wobble" {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/***

====================================================================
    Causes Section
====================================================================

***/
/***

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

***/
.video-section {
  position: relative;
  padding: 0 15px;
  margin: 20px 0px;
}

.video-section .outer-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px 40px;
  max-width: 1880px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .video-section .outer-box {
    padding: 20px 0px;
  }
}

.video-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  z-index: 0;
}

.video-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.video-section .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 25, 53, 0)), to(#003554));
  background-image: linear-gradient(180deg, rgba(2, 25, 53, 0) 0%, #003554 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
}

.video-section .outer-box .video-box {
  text-align: center;
  position: relative;
}

.video-section .outer-box .video-box .play-now-one {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  line-height: 130px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 180px;
}

@media (max-width: 1199.98px) {
  .video-section .outer-box .video-box .play-now-one {
    margin-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .video-section .outer-box .video-box .play-now-one {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .video-section .outer-box .video-box .play-now-one {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}

.video-section .outer-box .video-box .play-now-one:hover {
  background: rgba(53, 224, 234, 0.4);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.video-section .outer-box .video-box .play-now-one:hover i {
  color: var(--theme-color2-text-color);
}

.video-section .outer-box .video-box .play-now-one i {
  font-size: 25px;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .outer-box .funfact-box .inner-box {
  position: relative;
  background-color: rgba(243, 248, 243, 0.0509803922);
  backdrop-filter: blur(10px);
  padding: 32px 40px 25px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .outer-box .funfact-box .inner-box:hover {
  transform: translateY(-5px) scale(1.02);
}

@media (max-width: 575.98px) {
  .video-section .outer-box .funfact-box .inner-box {
    padding: 30px 20px 23px;
  }
}

.video-section .outer-box .funfact-box .inner-box .title {
  position: relative;
  padding-top: 15px;
  display: block;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-section .outer-box .funfact-box .inner-box .title i,
.video-section .outer-box .funfact-box .inner-box .title svg {
  display: inline-block;
  margin-right: 10px;
  padding-left: 5px;
  font-size: 6px;
  color: var(--theme-color3);
  position: relative;
  bottom: 3px;
}

@media (max-width: 991.98px) {

  .video-section .outer-box .funfact-box .inner-box .title i,
  .video-section .outer-box .funfact-box .inner-box .title svg {
    margin-right: 5px;
  }
}

.video-section .outer-box .funfact-box .inner-box .title span {
  color: var(--theme-color-white);
}

.video-section .outer-box .funfact-box .inner-box .count-box {
  position: relative;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
  .video-section .outer-box .funfact-box .inner-box .count-box {
    font-size: 35px;
  }
}

/*** 

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

***/


.form-column .inner-column {
  position: relative;
  background-color: var(--theme-color-white);
  border-radius: 20px;
  z-index: 2;
  overflow: hidden;
  margin-right: -100px;
  margin-left: 59px;
}

@media (max-width: 1599.98px) {
  .form-column .inner-column {
    margin-right: 0;
    margin-left: 0;
  }
}

.form-column .inner-column .title {
  margin-bottom: 26px;
}

.form-column .inner-column .theme-btn {
  border-radius: 100px;
  padding: 18.2px 50.1px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: -6px;
}

@media (max-width: 575.98px) {
  .form-column .inner-column .theme-btn {
    padding: 10px 20px;
  }
}

.form-column .title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background-color: var(--theme-color2);
}

@media (max-width: 1439.98px) {
  .form-column .title-box {
    padding: 20px 44px;
  }
}

@media (max-width: 991.98px) {
  .form-column .title-box {
    padding: 20px 40px;
  }
}

@media (max-width: 767.98px) {
  .form-column .title-box {
    padding: 20px 36px;
  }
}

@media (max-width: 575.98px) {
  .form-column .title-box {
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form-column .title-box .title {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
}

.form-column .title-box .title br {
  display: block;
}











.form-column .contact-form h6 {
  color: var(--theme-color2);
  margin-bottom: 14.2px;
  font-weight: 400;
}



.form-column .contact-form .form-clt input,
.form-column .contact-form .form-clt textarea {
  position: relative;
  height: calc(1.8rem + 32px);
  padding: 14px 20px;
  outline: 0;
  background-color: var(--bg-color);
  border: 2px solid rgba(241, 238, 246, 0.5);
  font-size: 1rem;
  width: 100%;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.form-column .contact-form .form-clt input::-webkit-input-placeholder,
.form-column .contact-form .form-clt textarea::-webkit-input-placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input::-moz-placeholder,
.form-column .contact-form .form-clt textarea::-moz-placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input:-ms-input-placeholder,
.form-column .contact-form .form-clt textarea:-ms-input-placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input::-ms-input-placeholder,
.form-column .contact-form .form-clt textarea::-ms-input-placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input::placeholder,
.form-column .contact-form .form-clt textarea::placeholder {
  color: var(--text-color);
}

.form-column .contact-form .form-clt input:focus,
.form-column .contact-form .form-clt textarea:focus {
  border-color: var(--theme-color1);
}

.form-column .contact-form .form-clt textarea {
  height: 155px;
}

/*** 

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

***/


.contact-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  padding: 90px 0;
}

.contact-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}

.contact-section .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(73%, rgba(0, 53, 84, 0.7098039216)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 53, 84, 0.7098039216) 73%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .contact-section .outer-box .bg-image:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), color-stop(73%, rgba(0, 53, 84, 0.7098039216)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 53, 84, 0.7098039216) 73%);
  }
}

.contact-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-section .outer-box .content-column .inner-column {
  position: relative;
  margin-right: -15px;
}

@media (max-width: 1439.98px) {
  .contact-section .outer-box .content-column .inner-column {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .contact-section .outer-box .content-column .inner-column {
    margin-bottom: 40px;
  }
}

.contact-section .outer-box .content-column .inner-column .info-box {
  position: relative;
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .contact-section .outer-box .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;
    margin-top: 40px;
    padding-top: 30px;
  }
}

.contact-section .outer-box .content-column .inner-column .info-box .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-section .outer-box .content-column .inner-column .info-box .info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.contact-section .outer-box .content-column .inner-column .info-box .info .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  font-size: 25px;
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-section .outer-box .content-column .inner-column .info-box .info .icon.one {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}

.contact-section .outer-box .content-column .inner-column .info-box .info .icon.two {
  background-color: var(--theme-color4);
  color: var(--theme-color4-text-color);
}

.contact-section .outer-box .content-column .inner-column .info-box .info .content {
  position: relative;
}

.contact-section .outer-box .content-column .inner-column .info-box .info .content .title {
  margin-bottom: 0;
  color: var(--theme-color-white);
}

.contact-section .outer-box .content-column .inner-column .info-box .info .content .text {
  position: relative;
  color: rgba(var(--theme-color-white-rgb), 0.698);
}

.contact-section .outer-box .form-column .contact-form .form-clt {
  margin-bottom: 16px;
}

.contact-section .outer-box .form-column .contact-form .form-clt textarea {
  height: 147px;
}

.contact-section .outer-box .form-column .contact-form .form-clt input,
.contact-section .outer-box .form-column .contact-form .form-clt textarea {
  background-color: transparent;
  border-width: 2px;
  border-radius: 20px;
  background-color: var(--theme-color-silver);
  border-color: transparent;
}

.contact-section .outer-box .form-column .contact-form .form-clt input:focus,
.contact-section .outer-box .form-column .contact-form .form-clt textarea:focus {
  border-color: var(--theme-color1);
}

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

/***

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

***/
.cta-section {
  position: relative;
  padding: 0 15px;
}

.cta-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
}

.cta-section .outer-box .left-column .inner-column {
  position: relative;
  padding: 15px;
}

.cta-section .outer-box .left-column .inner-column .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.cta-section .outer-box .left-column .inner-column .bg-image:before {
  position: absolute;
  content: "";
  background-image: url(../images/cta1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  z-index: 1;
}

.cta-section .outer-box .left-column .inner-column .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
  /* background-color: #021935; */
  background-color: #101827;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .left-column .inner-column .shedule-box .inner-box {
    max-width: 100%;
    padding: 20px;
  }
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .title-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;
  margin-bottom: 20px;
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .title-box .title {
  margin-bottom: 0;
  color: var(--theme-color-white);
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list.two {
  padding-top: 11px;
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list.two li {
  margin-bottom: 0 !important;
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list li {
  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;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list li span {
  color: rgba(var(--theme-color-white-rgb), 0.7);
}

.cta-section .outer-box .left-column .inner-column .shedule-box .inner-box .shedule-list li:last-child {
  margin-bottom: 10px;
}

.cta-section .outer-box .right-column .inner-column {
  position: relative;
  border-radius: 30px;
  /* background-color: #021935; */
  background-color: #101827;
}

.cta-section .outer-box .right-column .inner-column .info {
  position: relative;
  padding: 40px 30px 35px 51px;
}

@media (max-width: 1499.98px) {
  .cta-section .outer-box .right-column .inner-column .info {
    padding: 60px 50px;
  }
}

@media (max-width: 1439.98px) {
  .cta-section .outer-box .right-column .inner-column .info {
    padding: 50px 30px;
  }
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info {
    text-align: center;
    padding: 40px 20px;
  }
}

.cta-section .outer-box .right-column .inner-column .info.style-one {
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info.style-one {
    border-right: none;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  }
}

.cta-section .outer-box .right-column .inner-column .info:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.cta-section .outer-box .right-column .inner-column .info .title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cta-section .outer-box .right-column .inner-column .info .title-box .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info .title-box .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.cta-section .outer-box .right-column .inner-column .info .title-box .title {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info .title-box .title {
    text-align: center;
  }
}

.cta-section .outer-box .right-column .inner-column .info .text {
  color: rgba(var(--theme-color-white-rgb), 0.7);
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .cta-section .outer-box .right-column .inner-column .info .text {
    text-align: center;
  }
}

/*** 

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

***/
.faq-section {
  position: relative;
}

.faq-section .content-column .inner-column {
  position: relative;
  max-width: 501px;
  padding-right: 60px;
}

@media (max-width: 1199.98px) {
  .faq-section .content-column .inner-column {
    padding-right: 20px;
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.faq-section .content-column .inner-column:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/line-2.png);
  width: 1px;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

@media (max-width: 1199.98px) {
  .faq-section .content-column .inner-column:before {
    display: none;
  }
}

.faq-section .content-column .inner-column .image {
  position: relative;
  width: 100%;
  max-width: 424px;
  height: 100%;
  margin-bottom: 50px;
  -webkit-mask-image: url(../images/choose-us-2-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.faq-section .content-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-section .content-column .inner-column .bottom-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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .faq-section .content-column .inner-column .bottom-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.faq-section .content-column .inner-column .bottom-box .title {
  margin-bottom: 0;
}

.faq-section .content-column .inner-column .bottom-box .title br {
  display: block;
}

@media (max-width: 991.98px) {
  .faq-section .content-column .inner-column .bottom-box .title br {
    display: none;
  }
}

.faq-section .faq-column .inner-column {
  position: relative;
  margin-left: 18px;
}

@media (max-width: 1199.98px) {
  .faq-section .faq-column .inner-column {
    margin-left: 0;
  }
}

.faq-section .faq-column .inner-column .acc-content .content .text {
  max-width: 609px;
}

/*** 

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

***/






.funfact-section .funfact-title.style-two span {
  font-weight: 600;
  border-radius: 53px;
  padding: 6px 21px;
  background-color: var(--theme-color-lighter);
  letter-spacing: 0;
  z-index: 1;
}

























.funfact-section .inner-row>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.funfact-section .inner-row>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.funfact-section .inner-row>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.funfact-section .inner-row>*:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

@media (max-width: 991.98px) {


  .funfact-section .inner-row>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .funfact-section .inner-row>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (max-width: 575.98px) {


  .funfact-section .inner-row>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .funfact-section .inner-row>*:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

/*** 

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

***/
.testimonial-section {
  position: relative;
  padding: 100px 15px;
}

.testimonial-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #101827;
}

.testimonial-section .outer-box .shape-1 {
  position: absolute;
  top: 50px;
  right: 50px;
  pointer-events: none;
}

.testimonial-section .outer-box .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.testimonial-section .outer-box .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.testimonial-section .outer-box .image-column .inner-column {
  padding-right: 4px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-section .outer-box .image-column .inner-column {
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.testimonial-section .outer-box .image-column .inner-column .icon {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
}

.testimonial-section .outer-box .image-column .inner-column .info-box {
  position: absolute;
  bottom: 30px;
  right: -56px;
  padding: 25px 30px 30px;
  background-color: #070b14c2;
  border-radius: 20px;
  width: 100%;
  max-width: 239px;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .testimonial-section .outer-box .image-column .inner-column .info-box {
    right: -22px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section .outer-box .image-column .inner-column .info-box {
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
  }
}

.testimonial-section .outer-box .image-column .inner-column .info-box .text {
  line-height: 25px;
  position: relative;
  color: var(--theme-color-white);
}

.testimonial-section .outer-box .image-column .inner-column .info-box .author-image {
  margin-top: 10px;
}

.testimonial-section .outer-box .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  max-height: 596px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .testimonial-section .outer-box .image-column .inner-column .image {
    min-height: 400px;
  }
}

.testimonial-section .outer-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  max-height: 596px;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .testimonial-section .outer-box .image-column .inner-column .image img {
    min-height: 400px;
  }
}

.testimonial-section .outer-box .content-column .inner-column {
  position: relative;
  padding-left: 84px;
}

@media (max-width: 1199.98px) {
  .testimonial-section .outer-box .content-column .inner-column {
    padding-left: 0px;
  }
}

.testimonial-section .testimonial-one-slider {
  position: relative;
}

.testimonial-section .testimonial-one-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-right: 9px;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .testimonial-section .testimonial-one-dots {
    padding-right: 0;
  }
}

.testimonial-section .testimonial-one-dots .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #e7e7e7;
  opacity: 1;
  z-index: 2;
}

.testimonial-section .testimonial-one-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color-hover);
}

.testimonial-block .top-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;
  margin-bottom: 20px;
}

.testimonial-block .top-box .quote-icon i {
  font-size: 70px;
  color: rgb(255, 255, 255);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .top-box .quote-icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .top-box .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 10em !important;
}

@media (max-width: 575.98px) {
  .testimonial-block .top-box .star-rating {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.testimonial-block .top-box .star-rating i {
  font-size: 20px;
  color: var(--theme-color3);
}

.testimonial-block .text {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #ddd;
}

.testimonial-block .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .testimonial-block .author-info {
    -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;
  }
}

.testimonial-block .author-info .testimonial-name {
  color: #fff;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 4px;
}

.testimonial-block .author-info .testimonial-position {
  letter-spacing: -0.03em;
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 575.98px) {
  .testimonial-block .author-info .testimonial-position {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .testimonial-block .text {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*** 

====================================================================
    testimonial-section-two
====================================================================

***/


.testimonial-section-two .outer-box {
  background-color: var(--theme-color-white);
  border-radius: 40px;
  max-width: 1860px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.testimonial-section-two .outer-box .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .testimonial-section-two .outer-box .shape-1 {
    display: none;
  }
}

.testimonial-section-two .outer-box .shape-2 {
  position: absolute;
  top: 100px;
  right: 40px;
}

@media (max-width: 991.98px) {
  .testimonial-section-two .outer-box .shape-2 {
    display: none;
  }
}

.testimonial-section-two .outer-box .content-column .inner-column {
  margin-left: -15px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .outer-box .content-column .inner-column {
    margin-left: 0;
  }
}

.testimonial-section-two .outer-box .content-column .inner-column .sec-title {
  margin-bottom: 78px;
}

@media (max-width: 1439.98px) {
  .testimonial-section-two .outer-box .content-column .inner-column .sec-title {
    margin-bottom: 50px;
  }
}

.testimonial-section-two .outer-box .image-column {
  position: relative;
}

@media (max-width: 1199px) {
  .testimonial-section-two .outer-box .image-column {
    display: none;
  }
}

.testimonial-section-two .outer-box .image-column .inner-column {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  max-height: 632px;
  padding-right: 54px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .outer-box .image-column .inner-column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-right: 0;
  }
}

.testimonial-section-two .outer-box .image-column .inner-column .image {
  border-radius: 30px;
  height: 100%;
  max-height: 632px;
  max-width: 451px;
  width: 100%;
}

@media (max-width: 1439.98px) {
  .testimonial-section-two .outer-box .image-column .inner-column .image {
    max-width: 398px;
  }
}

.testimonial-section-two .outer-box .image-column .inner-column .image img {
  border-radius: 30px;
  height: 100%;
  max-height: 632px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  left: -108px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .outer-box .image-column .inner-column .info-box {
    display: none;
  }
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .counter-box {
  border-right: 1px solid rgba(12, 47, 37, 0.1019607843);
  padding-right: 30px;
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .counter-box .count-box {
  font-size: 60px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0;
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .counter-box .rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .counter-box .rating i {
  color: var(--theme-color3);
}

.testimonial-section-two .outer-box .image-column .inner-column .info-box .text {
  position: relative;
}

.testimonial-block-two .inner-block {
  position: relative;
}

.testimonial-block-two .inner-block:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.testimonial-block-two .inner-block .icon {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block-two .inner-block .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

@media (max-width: 991.98px) {
  .testimonial-block-two .inner-block .text {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.testimonial-block-two .inner-block .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.testimonial-block-two .inner-block .author-info .image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.testimonial-block-two .inner-block .author-info .image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-block-two .inner-block .author-info .info {
  position: relative;
}

.testimonial-block-two .inner-block .author-info .info .name {
  font-size: 20px;
  margin-bottom: 0;
}

.testimonial-block-two .inner-block .author-info .info .designation {
  position: relative;
  margin-top: -4px;
}

.testimonial-block-two .inner-block .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .testimonial-block-two .inner-block .arrow-box {
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 40px;
  }
}

.testimonial-block-two .inner-block .arrow-box .testi-slider-prev,
.testimonial-block-two .inner-block .arrow-box .testi-slider-next {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(12, 47, 37, 0.1019607843);
  -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);
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block-two .inner-block .arrow-box .testi-slider-prev:hover,
.testimonial-block-two .inner-block .arrow-box .testi-slider-next:hover {
  border-color: var(--theme-color4);
  background-color: var(--theme-color4);
  color: var(--theme-color4-text-color);
}

/***

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

***/
/***

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

***/
/***

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

***/
.team-section {
  position: relative;
}

.team-section:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/shape-5.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.team-section:after {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/shape-13.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.team-section .sec-title-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;
  /* text-align: center; */
  margin: 0px auto;
}

@media (max-width: 991.98px) {
  .team-section .sec-title-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: 20px;
  }
}

.team-section .sec-title-box .sec-title {
  max-width: 100%;
  /* margin: 0px auto; */
}

.team-section .bottom-box {
  position: relative;
  z-index: 3;
}

.team-section .bottom-box .inner-box {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  max-width: 607px;
  margin: 50px auto 0;
}

@media (max-width: 991.98px) {
  .team-section .bottom-box .inner-box {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .team-section .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.team-section .bottom-box .inner-box .image {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .team-section .bottom-box .inner-box .image {
    margin-right: 0;
  }
}

.team-section .bottom-box .inner-box .text {
  position: relative;
  margin-right: 10px;
  color: var(--theme-color1-text-color);
}

@media (max-width: 767.98px) {
  .team-section .bottom-box .inner-box .text {
    margin-right: 0;
  }
}

.team-section .bottom-box .inner-box a {
  position: relative;
  color: var(--theme-color2);
  text-decoration: underline;
}

.team-block {
  margin-top: 30px;
  padding: 10px;
  background-color: var(--theme-color-white);
  border-radius: 20px;
  position: relative;
  z-index: 9;
  min-height: 555px;
}

.team-block .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  min-height: 400px;
}

.team-block .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 400px;
}

.team-block .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  min-height: 400px;
}

.team-block .team-content {
  background-color: var(--theme-color-silver);
  padding: 20px 20px;
  border-radius: 20px;
  position: relative;
  min-height: 132px;
}

.team-block .team-content .title {
  margin-bottom: 0;
}

.team-block .team-content .title .text {
  color: #000 !important;
}

.team-block .team-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.team-block .team-content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.team-block .team-content .share-icon {
  background-color: var(--theme-color-white);
  background-size: 200%;
  border-radius: 50%;
  bottom: 19px;
  color: var(--primary-color);
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}

@media (max-width: 575.98px) {
  .team-block .team-content .share-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

.team-block .team-content .share-icon:hover {
  background-position: 100% 0;
}

.team-block .team-content .social-links {
  position: absolute;
  right: 20px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -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: transparent;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-block .team-content .social-links a {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
  background-size: 200%;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}



@media (max-width: 575.98px) {
  .team-block .team-content .social-links a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

.team-block .team-content .social-links a:hover {
  background-position: 100% 0;
}

.team-block:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.team-block:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-block:hover .team-content .social-links {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.team-block:hover .team-content .share-icon {
  background-color: var(--primary-color);
  color: var(--theme-color1-text-color);
}

/***

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

***/


.clients-section .outer-container {
  position: relative;
  overflow: hidden;
}

.clients-section .outer-container .outer-box {
  position: relative;
  border-top: 1px solid var(--theme-color-lighter);
  border-bottom: 1px solid var(--theme-color-lighter);
  border-left: 1px solid var(--theme-color-lighter);
}

.clients-section .outer-container .outer-box .client-block {
  height: 140px;
  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;
  border-right: 1px solid var(--theme-color-lighter);
}

.client-block .inner-box:hover .image-box .image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

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

.client-block .inner-box .image-box .image {
  margin-bottom: 0;
  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;
}

.client-block .inner-box .image-box .image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.client-block .inner-box .image-box .image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.client-block .inner-box .image-box .image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*** 

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

***/
.why-choose-us-section {
  position: relative;
}

.why-choose-us-section .shape-1 {
  position: absolute;
  top: 135px;
  right: 140px;
}

@media (max-width: 1199.98px) {
  .why-choose-us-section .shape-1 {
    display: none;
  }
}

.why-choose-us-section .left-column .inner-column {
  position: relative;
  padding-top: 130px;
}

@media (max-width: 1199.98px) {
  .why-choose-us-section .left-column .inner-column {
    padding-top: 50px;
  }
}

@media (max-width: 991.98px) {
  .why-choose-us-section .left-column .inner-column {
    padding-top: 0;
  }
}

.why-choose-us-section .left-column .inner-column .wcu-block .inner-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 575.98px) {
  .why-choose-us-section .left-column .inner-column .wcu-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.why-choose-us-section .left-column .inner-column .wcu-block .inner-block .content {
  text-align: right;
}

.why-choose-us-section .right-column .inner-column {
  position: relative;
  padding-top: 130px;
}

@media (max-width: 1199.98px) {
  .why-choose-us-section .right-column .inner-column {
    padding-top: 50px;
  }
}

@media (max-width: 991.98px) {
  .why-choose-us-section .right-column .inner-column {
    padding-top: 0;
  }
}

.why-choose-us-section .right-column .inner-column .wcu-block .inner-block .shape {
  position: absolute;
  left: -76px;
  right: auto;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

@media (max-width: 991.98px) {
  .why-choose-us-section .image-column {
    display: none;
  }
}

.why-choose-us-section .image-column .inner-column {
  position: relative;
  margin: 0 -34.4px;
  z-index: 2;
}

.why-choose-us-section .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
}

.why-choose-us-section .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1111;
  /* position: absolute; */
}

.why-choose-us-section .bottom-box {
  position: relative;
  z-index: 3;
}

.why-choose-us-section .bottom-box .inner-box {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 60px;
  background-color: var(--theme-color-white);
  width: 100%;
  max-width: 607px;
  margin: -15px auto 0;
}

@media (max-width: 991.98px) {
  .why-choose-us-section .bottom-box .inner-box {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .why-choose-us-section .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.why-choose-us-section .bottom-box .inner-box .image {
  position: relative;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .why-choose-us-section .bottom-box .inner-box .image {
    margin-right: 0;
  }
}

.why-choose-us-section .bottom-box .inner-box .text {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .why-choose-us-section .bottom-box .inner-box .text {
    margin-right: 0;
  }
}

.why-choose-us-section .bottom-box .inner-box a {
  position: relative;
  color: var(--theme-color2);
  font-weight: 500;
  text-decoration: underline;
}

/* .wcu-block:nth-child(1) .inner-block {
  margin-bottom: 200px;
} */

@media (max-width: 1199.98px) {
  .wcu-block:nth-child(1) .inner-block {
    margin-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .wcu-block:nth-child(1) .inner-block {
    margin-bottom: 40px;
  }
}

.wcu-block .inner-block {
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 1199.98px) {
  .wcu-block .inner-block {
    gap: 15px;
  }
}

@media (max-width: 575.98px) {
  .wcu-block .inner-block {
    -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;
  }
}

.wcu-block .inner-block:hover .icon {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.wcu-block .inner-block .shape {
  position: absolute;
  top: -44px;
  right: -76px;
}

@media (max-width: 991.98px) {
  .wcu-block .inner-block .shape {
    display: none;
  }
}

.wcu-block .inner-block .icon {
  position: relative;
  display: inline-block;
  width: 170%;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

@media (max-width: 767.98px) {
  .wcu-block .inner-block .icon {
    max-width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
  }
}

.wcu-block .inner-block .icon.two {
  background-color: var(--theme-color3);
  color: var(--theme-color1-text-color);
}

.wcu-block .inner-block .icon.three {
  background-color: var(--theme-color4);
  color: var(--theme-color1-text-color);
}

.wcu-block .inner-block .icon.four {
  background-color: var(--theme-color2);
  color: var(--theme-color1-text-color);
}

.wcu-block .inner-block .icon.five {
  background-color: var(--primary-color);
  color: var(--theme-color1-text-color);
}

.wcu-block .inner-block .icon.six {
  background-color: var(--primary-color-dark);
  color: var(--theme-color1-text-color);
}


.wcu-block .inner-block .content .title {
  position: relative;
  margin-bottom: 6px;
}

/*** 

====================================================================
    why-choose-us-section-two
====================================================================

***/




@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}



@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box .sec-title {
    max-width: 100%;
  }
}



@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box .text {
    max-width: 100%;
  }
}



@media (max-width: 767.98px) {
  .choose-us-block1 {
    margin-top: 20px;
  }
}



@media (max-width: 1199.98px) {
  .choose-us-block1 .shape {
    display: none;
  }
}











@media (max-width: 1199.98px) {
  .choose-us-block-content1 li {
    padding: 30px 25px;
    padding-bottom: 25px;
    gap: 18px;
  }
}

@media (max-width: 575.98px) {
  .choose-us-block-content1 li {
    display: -ms-grid;
    display: grid;
  }
}





































/***

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

***/
.working-section {
  position: relative;
  padding: 0 15px;
  margin-top: 100px;
}

.working-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  /* background-color: var(--theme-color-white); */
  background-color: #101827;
}

.working-section .outer-box:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: url(../images/shape-12.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.working-section .outer-box .bottom-box {
  position: relative;
}

.working-section .outer-box .bottom-box .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(12, 47, 37, 0.1019607843);
  border-radius: 20px;
  margin-top: 35px;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .working-section .outer-box .bottom-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
}

.working-section .outer-box .bottom-box .inner-box .left-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .working-section .outer-box .bottom-box .inner-box .left-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.working-section .outer-box .bottom-box .inner-box .right-box {
  position: relative;
  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;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 1024px) {
  .working-section .outer-box .bottom-box .inner-box .right-box {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (max-width: 1024px) {
  .working-section .outer-box .bottom-box .inner-box .right-box .shape {
    display: none;
  }
}

.working-section .outer-box .bottom-box .inner-box .image {
  position: relative;
  margin-right: 67px;
  width: 100%;
  max-width: 182px;
}

@media (max-width: 1439.98px) {
  .working-section .outer-box .bottom-box .inner-box .image {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .working-section .outer-box .bottom-box .inner-box .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.working-section .outer-box .bottom-box .inner-box .title {
  position: relative;
  margin-bottom: 0;
  max-width: 377px;
}

@media (max-width: 767.98px) {
  .working-section .outer-box .bottom-box .inner-box .title {
    margin-bottom: 16px;
    max-width: 100%;
    text-align: center;
  }
}

.working-block {
  border-radius: 20px;
  background-color: var(--theme-color-silver);
  padding: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.working-block::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 30px;
}

.working-block .number-top {
  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: 25px;
  position: relative;
  z-index: 11;
}

.working-block .number-top .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  background-color: var(--primary-color-dark);
  color: var(--theme-color1-text-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.working-block .number-top .shape-style1 {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  background-image: url(../images/shape-10.png);
  width: 87px;
  height: 99px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block .content {
  position: relative;
  z-index: 11;
}

.working-block .content .working-title {
  margin-bottom: 15px;
  margin-top: 0;
}

.working-block .content .working-details {
  color: #727272;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.working-block:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.working-block:hover .number-top .number {
  background-color: var(--primary-color-hover);
  color: var(--theme-color1-text-color);
}

.working-block:hover .content .working-details {
  color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
  .working-block {
    padding: 30px;
  }
}

/***

====================================================================
    working-section-two
====================================================================

***/


.working-section-two .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
}

.working-section-two .outer-box .shape-1 {
  position: absolute;
  top: 150px;
  left: 90px;
  pointer-events: none;
}

.working-section-two .outer-box .shape-2 {
  position: absolute;
  top: 30px;
  right: 50px;
  pointer-events: none;
}

.working-section-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 0;
}

.working-section-two .outer-box .bg-image:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
  opacity: 0.95;
}

.working-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.working-section-two .outer-box .bottom-box {
  position: relative;
  padding-top: 50px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.25);
  text-align: center;
}

.working-section-two .outer-box .bottom-box .inner-box {
  position: relative;
  max-width: 617px;
  margin: 0 auto;
}

.working-section-two .outer-box .bottom-box .inner-box .text {
  position: relative;
  color: var(--theme-color-white);
}

.working-section-two .outer-box .bottom-box .inner-box a {
  display: inline-block;
  color: var(--theme-color1);
}

.working-block-two .inner-block {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.working-block-two .inner-block:hover .icon-block .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.working-block-two .inner-block:hover .icon-block .icon i {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
}

.working-block-two .inner-block:hover .icon-block .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
}

.working-block-two .inner-block .icon-block {
  margin-bottom: 23px;
}

.working-block-two .inner-block .icon-block .working-shape {
  position: absolute;
  right: -80px;
  left: calc(55% + 100px);
  top: 15%;
}

.working-block-two .inner-block .icon-block .icon {
  background-color: var(--theme-color2);
  border-radius: 50%;
  border: 1px solid rgba(230, 230, 230, 0.17);
  color: #fff;
  font-size: 75px;
  line-height: 1;
  height: 150px;
  width: 150px;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two .inner-block .icon-block .icon i {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two .inner-block .icon-block .icon img {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two .inner-block .working-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two .inner-block .working-details {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-two:last-child .inner-block .icon-block .working-shape {
  display: none;
}

@media (max-width: 767.98px) {
  .working-block-two .inner-block .icon-block .working-shape {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .working-block-two:nth-child(2) .inner-block .icon-block .working-shape {
    display: none;
  }
}

/*** 

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

***/


.news-block .thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.news-block .thumb .date {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  font-size: 30px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block .content {
  padding: 30px 40px;
}

@media (max-width: 1439.98px) {
  .news-block .content {
    padding: 30px 35px;
  }
}

@media (max-width: 991.98px) {
  .news-block .content {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .news-block .content {
    padding: 28px 30px;
  }
}

@media (max-width: 575.98px) {
  .news-block .content {
    padding: 26px 28px;
  }
}

.news-block .content .title {
  margin-bottom: 16px;
}

@media (max-width: 575.98px) {
  .news-block .content .title {
    margin-bottom: 9px;
  }
}

.news-block .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-block .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.news-block .content .link-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  color: var(--theme-color2);
  text-transform: capitalize;
  margin-top: 33px;
}

@media (max-width: 575.98px) {
  .news-block .content .link-btn {
    margin-top: 18px;
  }
}

.news-block .content .link-btn i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  background-color: var(--theme-color-silver);
  text-align: center;
  color: var(--theme-color3);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.news-block .content .link-btn:hover i {
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.news-block:hover .thumb .date {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.news-block:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-block:hover .thumb 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 Section
====================================================================

***/


.blog-section-two .shape-1 {
  position: absolute;
  bottom: 105px;
  left: 155px;
}

@media (max-width: 1439.98px) {
  .blog-section-two .shape-1 {
    display: none;
  }
}

.blog-section-two .shape-2 {
  position: absolute;
  top: 140px;
  right: 150px;
}

@media (max-width: 1439.98px) {
  .blog-section-two .shape-2 {
    display: none;
  }
}



.blog-block-two .inner-block {
  position: relative;
  border-bottom: 3px solid #e9e9e9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-block-two .inner-block: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-block: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;
  overflow: hidden;
}

.blog-block-two .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .blog-block-two .image-box .image {
    min-height: 400px;
  }
}

.blog-block-two .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767.98px) {
  .blog-block-two .image-box .image img {
    height: 100%;
    min-height: 400px;
  }
}

.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 .image-box .date-box {
  position: absolute;
  bottom: 0;
  left: 30px;
  background-color: var(--theme-color1);
  width: 78px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  z-index: 2;
  padding: 12px;
}

.blog-block-two .image-box .date-box .date {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: var(--theme-color1-text-color);
  font-family: var(--heading-font-family);
  margin-bottom: 2px;
}

.blog-block-two .image-box .date-box .month {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--theme-color1-text-color);
}



.blog-block-two .content-box .inner-box {
  position: relative;
  padding: 0 28px 20px;
}

@media (max-width: 767.98px) {
  .blog-block-two .content-box .inner-box {
    padding: 0 15px 20px;
  }
}

.blog-block-two .content-box .inner-box .meta-box {
  background-color: #e9e9e9;
  padding: 5px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.blog-block-two .content-box .inner-box .meta-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-block-two .content-box .inner-box .meta-box li i {
  font-size: 14px;
  color: var(--theme-color1);
  margin-right: 5px;
}

.blog-block-two .content-box .inner-box .meta-box li span {
  font-size: 14px;
  line-height: 26px;
  color: rgb(161, 161, 161);
}

.blog-block-two .content-box .inner-box .title {
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-block-two .content-box .inner-box .title a:hover {
  color: var(--theme-color1);
}

.blog-block-two .content-box .inner-box .text {
  margin-bottom: 20px;
}

.blog-block-two .content-box .inner-box .read-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.blog-block-two .content-box .inner-box .read-more-btn:hover span {
  color: var(--theme-color1);
}

.blog-block-two .content-box .inner-box .read-more-btn i {
  font-size: 16px;
  color: var(--theme-color2);
}

.blog-block-two .content-box .inner-box .read-more-btn span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #31333e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

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

***/
/***

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

***/
.main-footer {
  padding-top: 120px;
  position: relative;
  /* Widget Section */
}

.main-footer .widgets-section {
  padding: 25px 0px 25px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .main-footer .widgets-section {
    padding: 80px 0 0;
  }
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 0px;
  margin: 0px auto;
  padding-top: 20px;
}

/* @media (max-width: 1199.98px) {
  .main-footer .footer-column {
    margin-bottom: 30px;
  }
} */

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  color: var(--theme-color-white);
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
}

.main-footer .widget-content {
  position: relative;
}

.main-footer .widget-content .text {
  position: relative;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  margin: 0 0 45px;
}

.main-footer .links-widget {
  position: relative;
  height: 100%;
}



/* @media (max-width: 1199.98px) {
  .main-footer .links-widget.style-one {
    margin-left: 30px;
    padding-left: 30px;
  }
} */

@media (max-width: 991.98px) {
  .main-footer .links-widget.style-one {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.main-footer .links-widget.style-two {
  margin-left: -13px;
  padding-left: 80px;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .main-footer .links-widget.style-two {
    margin-left: 0;
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .main-footer .links-widget.style-two {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.main-footer .links-widget .user-links li {
  position: relative;
  display: block;
  margin: -5px 0 0 0;
}

.main-footer .links-widget .user-links li a {
  display: block;
  position: relative;
  line-height: 2.5rem;
  color: #dcdcdc;
  padding: 0 0 0 25px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 40px;
}

.main-footer .links-widget .user-links li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: var(--primary-color-hover);
}

.main-footer .links-widget .user-links li a i {
  color: var(--primary-color-hover);
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-footer .contact-widget {
  position: relative;
  margin-left: -20px;
  padding-left: 80px;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .main-footer .contact-widget {
    margin-left: 0;
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .main-footer .contact-widget {
    border-left: none;
    padding-left: 0;
  }
}

.main-footer .contact-widget .info.style-two .widget-title {
  margin-bottom: 15px;
}

.main-footer .contact-widget .info span,
.main-footer .contact-widget .info .text {
  margin: -3px 0 0 0;
  position: relative;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}

.main-footer .contact-widget .info .text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.main-footer .contact-widget .info span {
  display: block;
}



.footer-middle-box .inner-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 70px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}

@media (max-width: 767.98px) {
  .footer-middle-box .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: 30px;
    padding: 20px 15px;
  }
}

.footer-middle-box .inner-box .left-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 455px;
  position: relative;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .footer-middle-box .inner-box .left-box {
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .footer-middle-box .inner-box .left-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.footer-middle-box .inner-box .left-box .logo img {
  max-width: 180px;
}

.footer-middle-box .inner-box .left-box .social-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer-middle-box .inner-box .left-box .social-icon li a {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 400;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-middle-box .inner-box .left-box .social-icon li a:hover {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
}

.footer-middle-box .inner-box .right-box {
  -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;
  max-width: 690px;
  position: relative;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .footer-middle-box .inner-box .right-box {
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .footer-middle-box .inner-box .right-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 0px;
  }
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box .right-box {
    max-width: 100%;
  }
}

.footer-middle-box .inner-box .right-box .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1199.98px) {
  .footer-middle-box .inner-box .right-box .title {
    margin-bottom: 15px;
  }
}

.footer-middle-box .inner-box .right-box .form-clt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box .right-box .form-clt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

.footer-middle-box .inner-box .right-box .form-clt input {
  border-radius: 60px;
  height: 66.4px;
  position: relative;
  width: 100%;
  max-width: 389px;
  padding: 17px 30px;
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
  color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
  .footer-middle-box .inner-box .right-box .form-clt input {
    max-width: 350px;
  }
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box .right-box .form-clt input {
    border-radius: 30px;
    max-width: none;
    width: 100%;
  }
}

.footer-middle-box .inner-box .right-box .form-clt input::-webkit-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt input::-moz-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt input:-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt input::-ms-input-placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt input::placeholder {
  color: rgba(var(--theme-color-white-rgb), 0.9);
}

.footer-middle-box .inner-box .right-box .form-clt .submit-btn {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  height: 67px;
  line-height: 67px;
  position: relative;
  text-align: center;
  width: 67px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 767.98px) {
  .footer-middle-box .inner-box .right-box .form-clt .submit-btn {
    border-radius: 30px;
    width: 100%;
  }
}

.footer-middle-box .inner-box .right-box .form-clt .submit-btn:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
}

.footer-style-one {
  position: relative;
  padding: 0 15px 20px;
  /* margin-top: 100px; */
}

.footer-style-one .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  /* background-color: var(--theme-color2); */
  background-color: #101827;
}

.footer-style-one .outer-box .about-widget {
  position: relative;
  padding-bottom: 23px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .footer-style-one .outer-box .about-widget {
    margin-right: -30px;
  }
}

@media (max-width: 991.98px) {
  .footer-style-one .outer-box .about-widget {
    margin-right: 0;
  }
}

.footer-style-one .outer-box .shape-1 {
  position: absolute;
  top: 72px;
  right: 0;
  pointer-events: none;
}

.footer-style-one .outer-box .shape-2 {
  position: absolute;
  bottom: 30px;
  right: 35px;
  pointer-events: none;
}

.footer-style-one .outer-box .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  padding: 41.5px 10px;
}

@media (max-width: 1199.98px) {
  .footer-bottom {
    padding: 41.5px 0;
  }
}

.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;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .footer-bottom .inner-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .footer-bottom .copyright-text {
    text-align: center;
  }
}

.footer-bottom .copyright-text a {
  color: inherit;
}

.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-white);
}

.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .footer-bottom .footer-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: var(--text-color);
  margin-left: 23px;
}

.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}

.footer-bottom .footer-nav li a {
  color: var(--theme-color-white);
}

.footer-bottom .footer-nav li a:hover {
  color: var(--primary-color-hover);
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
  width: 100%;
}

.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}

.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}

.product-details .bx-wrapper {
  margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}

.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}

.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}

.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}

.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: #ffc737;
}

.product-details .product-info .product-details__reveiw i+i {
  margin-left: 4px;
}

.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color2);
  margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}

.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.product-details .product-info .product-details__buttons-1 .btn-title {
  color: var(--headings-color);
  text-transform: capitalize;
  font-weight: 500;
}

.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}

.product-details .product-info .product-details__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}

.product-details .product-info .product-details__social .social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.product-details .product-info .product-details__social .social-icon-one li {
  position: relative;
  margin-left: 0;
}

.product-details .product-info .product-details__social .social-icon-one li a {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}

.product-details .product-info .product-details__social .title .h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

@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 .quantity-box {
  border-radius: 10px;
  height: 60px;
  position: relative;
  width: 98px;
}

.product-details__quantity .quantity-box input {
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  outline: none;
  padding-left: 30px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 98px;
}

.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 29px;
}

.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  top: auto;
}









.product-discription .product-description__list ul {
  display: block;
  position: relative;
}

.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}

.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  font-weight: 600;
  margin: 0;
}

.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}

.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}





.product-discription .tab-btn-box .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 {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}

.product-discription .single-comment-box .inner-box .h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box .h5 span {
  font-weight: 400;
  text-transform: capitalize;
}









.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}

.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}



.product-discription .comment-box .review-box .rating 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;
}







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


  .product-details__title span {
    margin-left: 0;
    display: block;
  }






}

/***

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

***/










.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 400ms ease;
  transition: all 400ms 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 400ms ease;
  transition: all 400ms ease;
}

.category-block .h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}

.category-block .h4 a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

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

.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

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

***/




.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(--theme-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 400ms ease;
  transition: all 400ms ease;
}

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

.category-block-two .h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}

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

.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}







.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 .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 .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

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

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

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

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





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

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

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

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

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



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

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

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

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

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

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

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







/***

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

***/




/*=== Mixitup Gallery ===*/




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

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

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: var(--theme-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 .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-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 400ms ease;
  transition: all 400ms ease;
}

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

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

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

.product-block .h4 a {
  color: var(--theme-color2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

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











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







/*
 * 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 {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color2);
}

table.tbl-shopping-cart .coupon-form .apply-button:hover span,
table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color-white);
}

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

.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block {
  background: #fbfbfb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 0;
}

.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(--theme-color2-text-color);
}



.payment-method .accordion-box .block .acc-btn.active {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}



.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  background-color: #F6F6F6;
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color1);
  border-radius: 3px;
  color: var(--theme-color1-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}







.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color1);
}

.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}

.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}







.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
  color: #646578;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}





.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color2);
}





.range-slider .title {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}

.range-slider .title:before {
  color: #646578;
  content: "$";
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}

.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}



.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}













.range-slider input[type=submit] {
  background: var(--theme-color1);
  border: none;
  border-radius: 10px;
  color: var(--theme-color1-text-color);
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

/*** 

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

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.page-title .title {
  font-size: 75px;
  color: #ffffff;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 34px;
  }
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}



.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "";
  right: -6px;
  top: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li a {
  color: var(--theme-color1);
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}





.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 .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}



input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}





input::placeholder {
  color: #cccccc;
  opacity: 1;
}

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

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

/***

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

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}

.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 375.98px) {
  .contact-details__info li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.contact-details__info li .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: var(--primary-color-dark);
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 60px;
  justify-content: center;
  width: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .icon span {
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
  background-color: var(--primary-color-hover);
  color: var(--theme-color2-text-color);
}

.contact-details__info li:hover .icon span {
  color: var(--theme-color2-text-color);
}

.contact-details__info li:hover .text a {
  color: var(--primary-color-hover);
}

.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}

.contact-details__info li .text {
  margin-left: 30px;
}

@media (max-width: 375.98px) {
  .contact-details__info li .text {
    margin-left: 0;
  }
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}

.contact-details__info li .text a {
  color: var(--theme-color1-text-color);
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .text span {
  color: var(--theme-color1-text-color);
  font-size: 16px;
}

.contact-details__info li+li {
  margin-top: 19px;
}



/***
=============================================
    Services Details
=============================================
***/






.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 400ms ease;
  transition: all 400ms ease;
  -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 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -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 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}





.service-sidebar .service-sidebar-single-contact-box .icon {
  display: inline-block;
  height: 60px;
  position: relative;
  text-align: center;
  width: 60px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  color: var(--headings-color);
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms 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 a {
  color: #ffffff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}



.service-sidebar .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 .service-sidebar-single-btn .theme-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 50px 8px;
  width: 100%;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}





.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}







.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-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
  width: 60px;
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
}

.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}



.sidebar-service-list li+li {
  margin-top: 10px;
}

.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  display: block;
  background-color: #f5faff;
  color: var(--headings-color);
  border-radius: 15px;
  padding: 19px 40px;
}

.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}

.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}

.sidebar-service-list li.current a {
  color: var(--theme-color2);
}

.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}















.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}

.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.help-contact a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/


.project-details__img img {
  border-radius: 10px;
  height: 100%;
  max-height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}











.project-details__details-list li {
  position: relative;
  display: block;
}

.project-details__details-list li+li {
  margin-top: 24px;
}







.project-details__social a {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-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 400ms ease;
  transition: all 400ms ease;
  width: 40px;
  z-index: 1;
}

.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.project-details__social a+a {
  margin-left: 10px;
}





.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 400ms ease;
  transition: all 400ms ease;
}

.project-details__pagination li a:hover {
  color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border: 2px solid var(--theme-color1);
}

.project-details__pagination li .content {
  position: relative;
  display: block;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms 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 400ms ease;
  transition: all 400ms ease;
  margin-left: 20px;
  z-index: 1;
}

.project-details__pagination li.previous .content {
  text-align: right;
}

/***

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

***/






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











.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.blog-details__meta li a:hover {
  color: var(--theme-color2);
}

.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}







.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 35px;
}

.blog-details__tags a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  text-decoration: none;
}

.blog-details__tags a+a {
  margin-left: 6px;
}



.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--theme-color2-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(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a+a {
  margin-left: 10px;
}





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

.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.blog-details__pagenation li+li {
  margin-left: 30px;
}

/* Nav Links */








.nav-links .prev .thumb {
  margin-right: 20px;
}





.nav-links .next .thumb {
  margin-left: 20px;
}

.nav-links>div {
  -webkit-transition: all 400ms ease;
  transition: all 400ms 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 400ms ease;
  transition: all 400ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-lighter);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .nav-links>div>a {
    padding: 30px;
  }
}

.nav-links>div>a:hover {
  color: #fff;
  background-color: var(--theme-color2);
}



.room-heading .title {
  line-height: 1;
  margin-top: 0;
}





.room-heading .kodelisting-room-basic-info li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  padding: 5px 0;
  margin-right: 30px;
}

.room-heading .kodelisting-room-basic-info li i {
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-right: 10px;
}

.room-heading .kodelisting-room-basic-info li .csrbi-text {
  font-size: 14px;
  white-space: nowrap;
}









.kodelisting-room-booking .room-booking-title .title {
  font-size: 24px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
}







.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
  background-color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}



.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--theme-color2);
  /* brownish color */
}











.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  font-style: normal;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  width: 16px;
}





.kodelisting-room-booking .reservation-form .btn-style-one {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.kodelisting-room-booking .reservation-form .btn-style-one:hover {
  color: var(--theme-color-dark);
}

.kodelisting-room-booking .reservation-form .btn-style-one:before {
  background: var(--theme-color1);
}

.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
  background: none;
  border-color: rgba(var(--theme-color2-rgb), 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: var(--text-color);
  font-size: 0.875rem;
  height: 48px;
  line-height: 35px;
}

.kodelisting-room-booking .form-select::-webkit-input-placeholder,
.kodelisting-room-booking .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select::-moz-placeholder,
.kodelisting-room-booking .form-control::-moz-placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select:-ms-input-placeholder,
.kodelisting-room-booking .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select::-ms-input-placeholder,
.kodelisting-room-booking .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}

.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
  font-size: 14px;
  color: #000;
}





/*** 

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

***/










.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color1);
  color: var(--theme-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,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color1-text-color);
  opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color1-text-color);
}

.sidebar__search-form input[type=search]::-moz-placeholder {
  color: var(--theme-color1-text-color);
}

.sidebar__search-form input[type=search]:-ms-input-placeholder {
  color: var(--theme-color1-text-color);
}

.sidebar__search-form input[type=search]::-ms-input-placeholder {
  color: var(--theme-color1-text-color);
}

.sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color1-text-color);
}

@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(--theme-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 .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 400ms ease;
  transition: all 400ms 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>img {
  width: 80px;
  border-radius: 10px;
}





.sidebar__post .sidebar__post-list .sidebar__post-content .h3 a {
  color: #0e2207;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}



.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 14px;
  padding-right: 3px;
}









.sidebar__category-list li+li {
  margin-top: 4px;
}

.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms 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: var(--theme-color1);
  -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 400ms ease;
  transition: all 400ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--theme-color1);
}









.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}

.sidebar__tags-list a:hover {
  color: var(--theme-color1-text-color);
  background: var(--theme-color1);
}

.sidebar__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}









.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.sidebar__comments-list li+li {
  margin-top: 23px;
}



.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}

.sidebar__comments-text-box p span {
  color: #0e2207;
}

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

/*** 

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

***/












.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}





.comment-one .comment-one__image img {
  border-radius: 50%;
}



/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/






.team-details-shape-1 img {
  width: auto;
}





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















.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.team-details__social a+a {
  margin-left: 10px;
}























.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color2);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}









.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
  color: #111;
}

.team-contact-form input[type=text]::-webkit-input-placeholder,
.team-contact-form input[type=email]::-webkit-input-placeholder {
  color: #111;
}

.team-contact-form input[type=text]::-moz-placeholder,
.team-contact-form input[type=email]::-moz-placeholder {
  color: #111;
}

.team-contact-form input[type=text]:-ms-input-placeholder,
.team-contact-form input[type=email]:-ms-input-placeholder {
  color: #111;
}

.team-contact-form input[type=text]::-ms-input-placeholder,
.team-contact-form input[type=email]::-ms-input-placeholder {
  color: #111;
}

.team-contact-form input[type=text]::placeholder,
.team-contact-form input[type=email]::placeholder {
  color: #111;
}

.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}

.team-contact-form textarea::-webkit-input-placeholder {
  color: #111;
}

.team-contact-form textarea::-moz-placeholder {
  color: #111;
}

.team-contact-form textarea:-ms-input-placeholder {
  color: #111;
}

.team-contact-form textarea::-ms-input-placeholder {
  color: #111;
}

.team-contact-form textarea::placeholder {
  color: #111;
}

.team-contact-form .sec-title .sub-title {
  color: var(--text-color);
}

.team-contact-form .sec-title .section-title__title {
  color: var(--headings-color);
}

/* .main-footer .links-widget .user-links li a i
{
  color:var(--primary-color);
} */


.theme-btn .btn-style-one .wow .fadeInLeft .animated {
  background: linear-gradient(90deg, #70509D 0%, #9B6DCC 100%) !important;
}







.service-block .inner-block:hover .content-box ul li {
  color: white;
  font-size: 16px;
}



.service-block .inner-block:hover .content-box .list-title {
  color: white;
}

.service-block .inner-block:hover .content-box .service-details {
  color: white;
}



/* popup */
.modal-content {
  border-radius: 20px;
  overflow: hidden;
}

.modal-header {
  padding: 25px 30px;
}

.modal-body {
  padding: 30px;
  max-height: 70vh;
  overflow-y: auto;
}

.modal-body p {
  color: #535353 !important;
}


.service-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  font-size: 18px;
}

.service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #198754;
  font-size: 22px;
  font-weight: 700;
}






/* footer */
/* .user-links {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
} */

.user-links li {
  margin-bottom: 0;
}

.user-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap !important;
  overflow-x: auto;
  justify-content: center;
}

.footer-logo {
  width: 100%;
  max-width: 120px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .user-links {
    flex-direction: column;
    flex-wrap: nowrap !important;
    align-items: center;
  }

  .main-footer .links-widget .user-links li a {
    margin-left: 0;
  }
}

/* 
.main-footer .links-widget.style-one {
  margin-left: 60px;
  padding-left: 74px;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
} */







.section3 {
  margin-top: 100px;
}

/* .top-content {
  text-align: center;
} */

.section3 .sec3-boxes {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section3 .sec3-boxes .box {
  text-align: center;
  width: 25%;
  margin: 1.5%;
  transition: all 0.3s ease;
  border-radius: 20% 20% 20% 20%;
  overflow: hidden;
}

.section3 .sec3-boxes .box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  margin-bottom: 10px;
}

.section3 .sec3-boxes .box p {
  font-size: 14px;
  color: #34353f;
  line-height: 26px;
  font-weight: 500;
}

.section3 .sec3-boxes .box:hover {
  /* box-shadow: var(--primary-color-hover) 0px 0px 30px 0px; */
  transform: translateY(-5px);
}

.section3 .sec3-boxes img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
}

.top-content p {
  position: relative;
  display: inline-block;
  padding: 9px 20px 9px 40px;
  border-radius: 50px;
  background-color: var(--theme-color-white);
  color: var(--primary-color-dark);
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-family: var(--sec-title-subtitle-font-family);
  font-weight: var(--sec-title-subtitle-font-weight);
  text-transform: capitalize;
  letter-spacing: 0.1em;
}

.top-content p:before {
  position: absolute;
  left: 18px;
  top: calc(50% - 4px);
  background-color: var(--primary-color-hover);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}






.top-content h2 {
  position: relative;
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  /* color: var(--theme-color1-text-color); */
  font-size: clamp(37px, 5vw, 50px);
  line-height: 1.125;
  margin-bottom: 0;
  color: var(--theme-color1-text-color);
}

.top-content h2 span {
  /* Remove the fallback color - it breaks the gradient */
  background-image: var(--gradient-1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-style3);
  font-weight: 400;
  display: inline-block;
  /* Helps with rendering */
}




.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: var(--theme-color-white); */
}

.swiper-slide img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: center top;
}


/* .wcu-block:nth-child(1) .inner-block .final {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 0px !important;
} */



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

.inner-block.final {
  position: absolute;
  top: -76px;
  left: -493px;
  width: 529px;
}

.icon img {
  width: 50px;
  height: 50px;
  color: var(--theme-color1);
}

@media (max-width: 400px) {
  .header-style-one .header-lower .inner-container .logo-box .logo img {
    max-width: 167px;
    margin-left: 0px;
  }

  .banner-section .outer-box .outer-container .banner-content .inner-content .banner-title {
    font-size: 46px;
  }

  .banner-section .outer-box .outer-container .banner-content .inner-content .content .banner-title {
    font-size: 46px;
  }

  .section3 .sec3-boxes .box {
    padding: 10px;
    width: 90%;
    margin: 2%;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .section3 .sec3-boxes .box {
    padding: 10px;
    width: 48%;
    margin: 1%;
  }
}

@media(max-width: 500px) {
  .section3 .sec3-boxes .box {
    padding: 10px;
    width: 80%;
    margin: 2%;
  }
}



.service-block-two {
  padding: 40px 30px;
  /* background-color: var(--theme-color-silver); */
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  background-color: #0000001f;
  height: 480px;
}








.service-block-two::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  /* background-color: var(--theme-color1); */
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  /* background-image: none; */
}












.service-block-two .content .icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}

.service-block-two .content .icon i {
  display: inline-block;
  font-size: 50px;
  color: #10551f;
  will-change: transform;
}

.service-block-two .content .icon svg {
  display: inline-block;
  font-size: 50px;
  color: #10551f;
  will-change: transform;
}

.service-block-two .content .service-title {
  margin: 0;
}

.service-block-two .content .service-title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--theme-color1-text-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-block-two .content .service-title a:hover {
  color: var(--theme-color1-text-color);
  background-size: 100% 2px;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%); */
  text-decoration: none;
}

.service-block-two .thumb {
  max-width: 220px;
  position: relative;
  /* -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\"><circle cx=\"100\" cy=\"50\" r=\"50\"/><circle cx=\"100\" cy=\"150\" r=\"50\"/><circle cx=\"50\" cy=\"100\" r=\"50\"/><circle cx=\"150\" cy=\"100\" r=\"50\"/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\"><circle cx=\"100\" cy=\"50\" r=\"50\"/><circle cx=\"100\" cy=\"150\" r=\"50\"/><circle cx=\"50\" cy=\"100\" r=\"50\"/><circle cx=\"150\" cy=\"100\" r=\"50\"/></svg>"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  margin: 30px auto;
}

.service-block-two .thumb img {
  width: 100%;
  height: 100%;
}

.service-block-two:hover .content .service-title a {
  color: var(--primary-color-hover);
}

.service-block-two:hover .content .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two:hover .content .icon i {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two:hover .content .icon svg {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two:hover .thumb {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-block-two.active .content .service-title a {
  color: var(--theme-color1-text-color);
  text-decoration: none;
}

.service-block-two.active .content .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two.active .content .icon i {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two.active .content .icon svg {
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme-color-white);
}

.service-block-two.active .thumb {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-block-two.active::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two .content .icon i {
  color: var(--theme-color1);

}

.service-slider .swiper-slide:nth-child(1) .service-block-two .content .icon svg {
  color: var(--theme-color1);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(1) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two .content .icon i {
  color: var(--theme-color2);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two .content .icon svg {
  color: var(--theme-color2);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(2) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two .content .icon i {
  color: var(--theme-color3);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two .content .icon svg {
  color: var(--theme-color3);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(3) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two .content .icon i {
  color: var(--theme-color4);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two .content .icon svg {
  color: var(--theme-color4);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(4) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two .content .icon i {
  color: var(--theme-color1);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two .content .icon svg {
  color: var(--theme-color1);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(5) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two .content .icon i {
  color: var(--theme-color2);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two .content .icon svg {
  color: var(--theme-color2);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(6) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two .content .icon i {
  color: var(--theme-color3);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two .content .icon svg {
  color: var(--theme-color3);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(7) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two .content .icon i {
  color: var(--theme-color4);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two .content .icon svg {
  color: var(--theme-color4);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two:hover .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two:hover .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two:hover .content .icon svg {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two.active .content .icon img {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two.active .content .icon i {
  color: var(--theme-color-white);
}

.service-slider .swiper-slide:nth-child(8) .service-block-two.active .content .icon svg {
  color: var(--theme-color-white);
}







.why-choose-us-section-two {
  position: relative;
}

.why-choose-us-section-two .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.why-choose-us-section-two .sec-title-box .sec-title {
  max-width: 650px;
}

@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box .sec-title {
    max-width: 100%;
  }
}

.why-choose-us-section-two .sec-title-box .text {
  position: relative;
  max-width: 501px;
}

@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box .text {
    max-width: 100%;
  }
}

.choose-us-block1 {
  margin-top: 30px;
  position: relative;
}

@media (max-width: 767.98px) {
  .choose-us-block1 {
    margin-top: 20px;
  }
}

.choose-us-block1 .shape {
  position: absolute;
  bottom: -15px;
  right: 17%;
}

@media (max-width: 1199.98px) {
  .choose-us-block1 .shape {
    display: none;
  }
}

.choose-us-block1 .thumb {
  max-width: 450px;
  position: relative;
  /* -webkit-mask-image: url("..//images/resource/choose-us-2-1.png");
          mask-image: url("..//images/resource/choose-us-2-1.png"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 0;
}

.choose-us-block1 .thumb img {
  width: 100%;
  height: 100%;
}





.choose-us-block-content1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 31px 40px;
}

@media (max-width: 1199.98px) {
  .choose-us-block-content1 li {
    padding: 30px 25px;
    padding-bottom: 25px;
    gap: 18px;
  }
}

@media (max-width: 575.98px) {
  .choose-us-block-content1 li {
    display: -ms-grid;
    display: grid;
  }
}

.choose-us-block-content1 li:not(:last-child) {
  border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

.choose-us-block-content1 li:nth-child(1) .icon {
  background-color: var(--theme-color4);
}

.choose-us-block-content1 li:nth-child(1) .icon svg,
.choose-us-block-content1 li:nth-child(1) .icon i,
.choose-us-block-content1 li:nth-child(1) .icon img {
  color: var(--theme-color4-text-color);
}

.choose-us-block-content1 li:nth-child(2) .icon {
  background-color: var(--theme-color1);
}

.choose-us-block-content1 li:nth-child(2) .icon svg,
.choose-us-block-content1 li:nth-child(2) .icon i,
.choose-us-block-content1 li:nth-child(2) .icon img {
  color: var(--theme-color1-text-color);
}

.choose-us-block-content1 li:nth-child(3) .icon {
  background-color: var(--theme-color3);
}

.choose-us-block-content1 li:nth-child(3) .icon svg,
.choose-us-block-content1 li:nth-child(3) .icon i,
.choose-us-block-content1 li:nth-child(3) .icon img {
  color: var(--theme-color3-text-color);
}

.choose-us-block-content1 li:nth-child(4) .icon {
  background-color: var(--theme-color2);
}

.choose-us-block-content1 li:nth-child(4) .icon svg,
.choose-us-block-content1 li:nth-child(4) .icon i,
.choose-us-block-content1 li:nth-child(4) .icon img {
  color: var(--theme-color2-text-color);
}

.choose-us-block-content1 li .icon {
  border-radius: 50%;
  text-align: center;
  max-width: 80px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 7px;
  z-index: 9;
}

.choose-us-block-content1 li .icon::before {
  background-color: var(--theme-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;
}

.choose-us-block-content1 li .icon svg,
.choose-us-block-content1 li .icon i,
.choose-us-block-content1 li .icon img {
  color: var(--theme-color4-text-color);
  font-size: 40px;
  text-align: center;
  display: inline-block;
  will-change: transform;
}

.choose-us-block-content1 li .icon svg path,
.choose-us-block-content1 li .icon i path,
.choose-us-block-content1 li .icon img path {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.choose-us-block-content1 li .content .title {
  position: relative;
  margin-bottom: 5px;
}

.choose-us-block-content1 li .content p {
  padding-right: 20px;
  margin-top: 5px;
}

.choose-us-block-content1 li:hover .icon svg,
.choose-us-block-content1 li:hover .icon i,
.choose-us-block-content1 li:hover .icon img {
  color: var(--theme-color1-text-color);
  -webkit-animation: wobble 1.5s ease-in-out;
  animation: wobble 1.5s ease-in-out;
}

.choose-us-block-content1 li:hover .icon svg path,
.choose-us-block-content1 li:hover .icon i path,
.choose-us-block-content1 li:hover .icon img path {
  fill: var(--theme-color1);
}

.choose-us-block-content1 li:hover .icon::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.doc-right-title {
  color: #fff;
  font-size: 45px;
}

.doc-right-text {
  color: #c7c7c7;
  font-size: 18px;
  line-height: 34px;
}

/*** ***/



.ctabtn-container {
  position: fixed;
  bottom: 25px;
  right: 24px;
  z-index: 1111;
}

.ctabtn {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: var(--primary-color); */
  background: linear-gradient(90deg, #5A6CFF, #8B5CF6);
  /* example yellow */
  transition: all 0.5s linear;
}

.img-container {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.img-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.cta-content-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  /* background: var(--primary-color); */
  background: linear-gradient(90deg, #5A6CFF, #8B5CF6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s linear;
}

.cta-content-2 h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0px !important;
}

.cta-menu {
  position: absolute;
  top: -185px;
  left: -95px;
  width: 150px;
  z-index: -1;
}

.color-wrapper {
  /* background: linear-gradient(90deg, #B20D5D 0%, #4A0AB4 100%); */
  background: linear-gradient(90deg, #5A6CFF, #8B5CF6);
  padding: 10px;
  border-radius: 8px;
  transition: all 0.5s linear;
  position: relative;
}

.color-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #6230a8;
  bottom: -20px;
  right: 20px;
}

.media-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 8px;
}

.media-logo img {
  width: 22px;
  height: 22px;
}

.media-name {
  color: white;
  font-size: 1.1rem;
  text-decoration: none;
}

.media-name:hover {
  font-weight: bold;
  color: white;
}

.hidden {
  display: none;
}

.block {
  display: block;
}




.mySwiper {
  flex: 1;
}

.service-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  /* background: #6C4CF1; */
  background: linear-gradient(90deg, #5A6CFF, #8B5CF6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 5;
}

.service-next {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  /* background: #6C4CF1; */
  background: linear-gradient(90deg, #5A6CFF, #8B5CF6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
}

@media (max-width: 430px) {
  .service-prev {
    left: 10px;
    top: 55%;
  }

  .service-next {
    right: 10px;
    top: 55%;
  }
}

.service-prev:hover,
.service-next:hover {
  /* background: #0d3b66; */
  .service-prev: hover, .service-next:hover
}

.service-prev i,
.service-next i {
  font-size: 18px;
}

/* Form Validation Styles */
.form-control.is-invalid,
.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !important;
}

.form-control.is-valid,
.is-valid {
  border-color: #198754 !important;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.15) !important;
}

.error-message {
  color: #dc3545;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  animation: formErrorFadeIn 0.25s ease-in-out;
}

.form-status-alert {
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  display: none;
  animation: formErrorFadeIn 0.3s ease-in-out;
}

.form-status-alert.alert-success {
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  color: #0f5132;
  display: block;
}

.form-status-alert.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
  display: block;
}

@keyframes formErrorFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.overlay {
  position: relative;
  z-index: 2;
}

.working-block {
  min-height: 260px;
}

@media (max-width: 767px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .banner-title {
    font-size: 40px;
  }

  .banner-section .outer-box .outer-container .banner-content .inner-content .content .banner-title {
    font-size: 40px;
  }

  .doc-right-title {
    font-size: 35px;
    margin-top: 30px;
  }

  .header-style-one .header-lower .inner-container .logo-box .logo img {
    max-width: 150px;
    margin-left: 20px;
  }

  .sec-title .title {
    font-size: 33px;
  }
}

@media (max-width: 768px) {
  .doc-right-title {
    font-size: 34px;
    margin-top: 40px;
  }
}


@media (min-width:500px) {
  .break {
    display: none;
  }
}

.break2 {
  display: block !important;
}

@media(min-width:424px) {

  .doc-right-text .br {
    display: block !important;
  }
}

@media(min-width:768px) {

  .doc-right-text .br {
    display: none !important;
  }
}