@charset "UTF-8";
/* greenlift - Environmental HTML5 Template
更多下载：https://www.bootstrapmb.com 
Template Name: greenlift
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
10. Banner Section / Slider / Water / Video
12. About Section
12. Counter Section
13. Services Section
15. Call To Action
18. FAQ's Sectiom 
19. Work Process Section
20. Plan Section
20. Donation Section
21. Project Section
22. Testimonial Section 
26. team Section 
26. Brand Section
27. Contact Sectiom 
28. News Section 
30. Main Footer
31. Domain Details
32. Project Details
33. Service Details
34. Team Details
35. Blog List
36. Blog 2Clumn
37. Blog  Details
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("magnific.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@import url("odometer-theme-default.css");
@import url("cusor-text.css");
@import url("nice-select.css");
:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #000000;
  --theme-color2: #0C2318;
  --theme-color3: #20372C;
  --theme-color4: #24392F;
  --theme-color5: #4D6459;
  --theme-color6: #EEFFFA;
  --theme-color8: #F2FCF6;
  --primary-color: #41C575;
  --primary-color2: #50D484;
  --primary-color3: #CBF6DB;
  --primary-color4: #E2FDEC;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #0f0f0f;
  --text-color-bg-theme-color3: #fff;
  --gradient-1: linear-gradient(313.49deg, #FFF4DD 2.4%, #F1FFDE 49.55%, #E7FFD8 82.23%);
  --gradient-2: linear-gradient(313.49deg, #FFF4DD 2.4%, #F1FFDE 49.55%, #E7FFD8 82.23%);
  --gradient-3: linear-gradient(180deg, rgba(12, 35, 24, 0) 40%, #0C2318 100%);
  --gradient-4: linear-gradient(180deg, rgba(12, 35, 24, 0) 30%, #50D484 70%);
  --gradient-6: linear-gradient(0deg, rgba(65, 197, 117, 0) 50%, #41C575 100%);
  --text-color: #4D6459;
  --heading-color: #000000;
  --link-color: #0C2318;
  --link-hover-color: #5b8c51;
  --text-font: "Noto Sans", sans-serif;
  --title-font:"Outfit", sans-serif;
  --style-font:"Plus Jakarta Sans", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 60.8px;
  --h2-font-size: 48px;
  --h3-font-size: 31.2px;
  --h4-font-size: 23.2px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 13px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--heading-color);
  --sec-title-font-size: 50px;
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--heading-color);
  --theme-black: #222429;
  --container-width: 1350px;
  --main-container-width:1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

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

::-moz-selection {
  background: var(--theme-color2); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color2); /* Safari */
  color: #fff;
  text-shadow: none;
}

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

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

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

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

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

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

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--heading-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

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

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

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

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

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

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

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

/* -------- 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;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  transition: all 0.3s ease;
}
a img {
  border: none;
}

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

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

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

iframe {
  border: none !important;
}

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

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

label {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

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

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

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

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

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #0C2318;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .main__wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .main__wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .main__wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .main__wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .main__wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .main__wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .main__wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .main__wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .main__wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .main__wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .main__wrapper .container,
.tm-boxed-layout.tm-container-100pr .main__wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .main__wrapper {
  box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/*** 

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

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

/*** 

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

***/
.success-msg {
  display: none;
  text-align: center;
  color: var(--primary-color);
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
}

textarea {
  overflow: hidden;
  resize: none;
}

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

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

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

.title a {
  color: inherit;
}

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

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

.color3 {
  color: var(--theme-color3);
}

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

.main__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loader {
  width: 60px;
  height: 60px;
  border: 6px solid var(--primary-color);
  border-top-color: var(--theme-color2);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: relative;
}

.loader::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: var(--theme-color-black);
  animation: spin 1.5s linear infinite reverse;
  opacity: 0.8;
}

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

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #ffffff;
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: flex;
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #808287;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color2);
  font-size: 14px;
  line-height: 20px;
}
.list-style-one li a {
  display: inline-block;
  color: #808287;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 5px;
}
.list-style-two li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 30px;
}
.list-style-two li a {
  display: inline-block;
  color: #ffffff;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: #ffffff;
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
}
.list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--theme-color1);
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-style-three li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--theme-color2);
}
.list-style-three li a {
  display: inline-block;
  color: #ffffff;
  transition: all 300ms ease;
}
.list-style-three li a:hover {
  color: #ffffff;
}

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

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #2c2e33;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: var(--theme-color1);
  background-color: var(--bg-theme-color2);
}

/*Social Icon Three*/
.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-three li {
  position: relative;
  margin-left: 20px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #2f3529;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

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

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

.styled-pagination {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #f4f2f9;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: var(--bg-theme-color2);
}
.styled-pagination .swiper-pagination-progressbar-fill::before {
  position: absolute;
  top: -7px;
  right: 0;
  height: 17px;
  width: 17px;
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  content: "";
  transform: none;
  display: none;
}

/*======================
    Owl Nav 
======================*/
.default-navs .owl-nav {
  display: flex;
  align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 54px;
  width: 54px;
  color: var(--theme-color2);
  background-color: var(--theme-color4);
  border-radius: 50%;
  font-size: 16px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background: var(--theme-color2);
  color: var(--theme-color2);
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: var(--bg-theme-color1);
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 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);
  }
}
.play-now-two {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 12px;
  border: 0.5px solid var(--border-theme-color1);
  color: #ffffff;
  transition: all 300ms ease;
  animation: zoom-one 3s infinite linear;
}
.play-now-two:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: var(--bg-theme-color1);
  content: "";
}
.play-now-two i {
  position: relative;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
}

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

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

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

.default-dots .owl-dots {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-dots .owl-dots .owl-dot {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #cdcbcb;
  border: 2px solid #cdcbcb;
  margin-left: 5px;
}
.default-dots .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.default-dots .owl-dots .owl-dot.active {
  border: 2px solid var(--border-theme-color2);
  background-color: transparent;
}

.topber-section {
  background: var(--theme-color2);
  padding: 12px 0;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.topbar .topbar-left {
  display: flex;
  gap: 30px;
}
.topbar .topbar-left .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar .topbar-left .info-item i {
  color: var(--theme-color-white);
  font-size: 14px;
}
.topbar .topbar-left .info-item span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6392156863);
}
.topbar .topbar-right {
  display: flex;
  gap: 15px;
}
.topbar .topbar-right a {
  color: #fff;
  font-size: 14px;
  transition: color 0.3s ease;
}
.topbar .topbar-right a:hover {
  color: #4ec76e;
}

/***===========================
  Main Header
=========================***/
.main__site__header {
  position: relative;
  z-index: 999;
}

.main__site__header .site__header__lower {
  position: relative;
  transition: all 300ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
  background: rgba(255, 255, 255, 0);
  padding: 2px 0;
}
.main__site__header .site__header__lower.style_two {
  background: var(--theme-color2);
}
.main__site__header .site__header__lower .logo-box {
  min-width: 200px;
  position: relative;
}

.main__site__header .logo {
  display: block;
  position: relative;
}
.main__site__header .logo img {
  max-width: 170px;
  height: auto;
}
.main__site__header .main__card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0px;
  position: relative;
  top: 0px;
  transition: all 300ms ease;
}
.main__site__header .main__card .nav__outer__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 50px;
}

.main-menu {
  position: relative;
}

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

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

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

.main-menu .navigation > li {
  float: left;
  margin-right: 55px;
  padding: 31px 0px;
  position: relative;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  color: var(--theme-color-white);
  display: flex;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--title-font);
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--primary-color);
}
.main-menu .navigation > li.current > a {
  color: var(--primary-color);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  margin-right: -14px;
  padding-right: 14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: 0;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  transition: all 300ms ease;
  visibility: visible;
}

.main-menu .navigation > li > ul {
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  color: var(--bg-theme-color1);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--primary-color);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: -15px;
  top: 7px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
}

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

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

.main__site__header .site__header__lower .outer-box {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  padding: 10px 0 10px 0;
  position: relative;
}
.main__site__header .site__header__lower .outer-box .theme-btn {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: var(--primary-color);
  padding: 12px 27px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  margin-right: 25px;
}
.main__site__header .site__header__lower .outer-box .theme-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.main__site__header .site__header__lower .outer-box .theme-btn span i {
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 600;
  transform: rotate(-45deg);
}
.main__site__header .site__header__lower .outer-box .theme-btn:hover::after {
  width: 101%;
  left: 0;
}
.main__site__header .site__header__lower .outer-box .menu-home {
  height: 50px;
  width: 50px;
  background: var(--primary-color);
  line-height: 50px !important;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}
.main__site__header .site__header__lower .outer-box .menubars {
  width: 25px;
  line-height: 2px;
  text-align: right;
  background: transparent;
  position: relative;
  z-index: 1;
}
.main__site__header .site__header__lower .outer-box .menubars span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
}
.main__site__header .site__header__lower .outer-box .menubars span:nth-child(2) {
  width: 25px;
  text-align: left;
}
.main__site__header .site__header__lower .outer-box .menubars span:nth-child(3) {
  width: 20px;
  text-align: right;
}
.main__site__header .site__header__lower .outer-box .ui-btn-outer {
  align-items: center;
  border-right: 1px solid #e6e8ed;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  padding: 6px 0;
  padding-right: 30px;
}

/***============================
Sticky Header
================================***/
.sticky-header {
  background: #ffffff;
  -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: 15px 0;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

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

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav__outer__container {
  background: none;
  position: relative;
  display: flex;
  align-items: center;
}
.sticky-header .nav__outer__container .theme-btn {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: var(--primary-color);
  padding: 12px 27px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  margin-left: 50px;
}
.sticky-header .nav__outer__container .theme-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.sticky-header .nav__outer__container .theme-btn span i {
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 600;
  transform: rotate(-45deg);
}
.sticky-header .nav__outer__container .theme-btn:hover::after {
  width: 101%;
  left: 0;
}
.sticky-header .inner-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

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

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

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

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--theme-color1);
}

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  order: 8;
}

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

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

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

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

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.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;
  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: var(--primary-color);
}
.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: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-color);
  width: 100%;
  border-top: 1px solid var(--primary-color);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid var(--primary-color);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-white);
  transition: all 300ms ease;
  background: var(--theme-color5);
  margin: 2px;
}
.mobile-menu .social-links li a:hover {
  color: var(--primary-color);
}

/*========================================
 Start Sudebar Section 
=========================================*/
.sidebar-area {
  background-color: var(--theme-color1);
}
.sidebar-area .offcanvas-header .btn-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: transition(all 300ms ease);
  transition: all 300ms ease;
  font-size: 22px;
  color: var(--theme-color-light);
  background-color: transparent;
  opacity: 1;
  background-image: none;
  transition: transition(all 300ms ease);
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .offcanvas-header .btn-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-area .sidebar__body {
  margin-top: 30px;
}
.sidebar-area .sidebar__body .text-white {
  color: var(--theme-color-white);
  margin-bottom: 20px;
}
.sidebar-area .sidebar__body .sidebar__text {
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li {
  list-style: none;
}
.sidebar-area .sidebar__body .sidebar__contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-area .sidebar__body .sidebar__contact-info li i {
  display: inline-block;
  margin-right: 10px;
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li a {
  display: inline-block;
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__btns a {
  display: inline-block;
  padding: 7px 29px;
  border-radius: 0;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.sidebar-area .sidebar__body .sidebar__gallery {
  margin-top: 30px;
}
.sidebar-area .sidebar__body .sidebar__gallery h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.sidebar-area .sidebar__body .sidebar__gallery .gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-right: 64px;
}
.sidebar-area .sidebar__body .sidebar__gallery .gallery__grid img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.sidebar-area .sidebar__body .sidebar__gallery .gallery__grid img:hover {
  transform: scale(1.05);
}
.sidebar-area .sidebar__body .sidebar__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__socials ul li {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  transition: all 300ms ease;
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__socials ul li a {
  display: inline-block;
  transition: all 300ms ease;
}
.sidebar-area .sidebar__body .sidebar__socials ul li:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/*** 

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

***/
.sec-title {
  margin-bottom: 50px;
}
.sec-title .section-sub-title .sub-title {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 19px;
  text-transform: uppercase;
  background: var(--primary-color4);
  margin-bottom: 20px;
}
.sec-title .section-sub-title .sub-title img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.sec-title .section-title .title {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
  margin: 0;
}
.sec-title .section-title .title span {
  color: var(--primary-color);
}
.sec-title .section-desc p {
  color: var(--theme-color3);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 94%;
  margin: 23px 0 35px;
}
.sec-title.style_two .title {
  color: var(--theme-color-white);
}
.sec-title.style_two .sub-title {
  background: transparent;
  color: var(--theme-color-white);
}
.sec-title.style_three .sub-title {
  background: transparent;
  color: var(--primary-color);
  padding: 0;
  border: 0;
}
.sec-title.style_three .sub-title img {
  margin-right: 20px;
  margin-top: -8px;
}

/*** =============================
    Banner Section
==================================***/
.banner-section {
  position: relative;
  height: 978px;
  background: url(../images/main-home/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  margin-top: -96px;
  overflow: hidden;
}
.banner-section .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-section .banner-content-wrap {
  position: relative;
  z-index: 1;
}
.banner-section .banner-content-wrap .banner-title h4 {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 5px 20px;
  border-radius: 47px;
  text-transform: uppercase;
}
.banner-section .banner-content-wrap .banner-title h4 img {
  margin-right: 10px;
  margin-top: -3px;
  animation: wooo 3.5s infinite;
}
.banner-section .banner-content-wrap .banner-title h2 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 74px;
  line-height: 78px;
  margin: 0;
}
.banner-section .banner-content-wrap .banner-title h2 span {
  color: var(--primary-color);
}
.banner-section .banner-content-wrap .banner-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--theme-color6);
  width: 49%;
  margin: 28px 0 38px;
}
.banner-section .banner-content-wrap .banner-btn a {
  display: inline-block;
  font-family: var(--style-font);
  color: var(--theme-color-white);
  background-color: var(--primary-color);
  padding: 4px 6px 4px 34px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  border: 1px solid var(--primary-color);
}
.banner-section .banner-content-wrap .banner-btn a i {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: var(--theme-color-white);
  border-radius: 50%;
  line-height: 50px;
  color: var(--primary-color);
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.banner-section .banner-content-wrap .banner-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--primary-color2);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.banner-section .banner-content-wrap .banner-btn a:hover::after {
  width: 100%;
  left: 0;
}
.banner-section .banner-content-wrap .banner-btn a:hover {
  color: var(--theme-color2);
}
.banner-section .banner-content-wrap .banner-btn a:hover i {
  background: var(--theme-color2);
  transform: rotate(0deg);
}
.banner-section .banner-content-wrap .banner-btn a:last-child {
  background: transparent;
  border: 1px solid var(--theme-color3);
  margin-left: 15px;
}
.banner-section .banner-shape1 {
  position: absolute;
  z-index: 1;
  bottom: 130px;
  right: 51%;
  animation: wooo 3.5s infinite;
  z-index: -1;
}
.banner-section .banner-shape2 {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 31%;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.banner-section .banner-shape3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.banner-section .banner-social-links {
  position: absolute;
  left: 145px;
  bottom: 70px;
}
.banner-section .banner-social-links .social-links {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.banner-section .banner-social-links .social-links a {
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  text-decoration: none;
  transition: all 0.3s ease;
}
.banner-section .banner-social-links .social-links a:hover {
  color: var(--primary-color);
}
.banner-section.banner-style-two {
  background: var(--theme-color2);
  overflow: hidden;
}
.banner-section.banner-style-two .banner-content-wrap {
  margin-top: 70px;
}
.banner-section.banner-style-two .banner-content-wrap .banner-desc {
  font-size: 16px;
  line-height: 26px;
  width: 53%;
  margin: 24px 0 40px;
}
.banner-section.banner-style-two .banner-btn a {
  font-family: var(--title-font);
  background-color: var(--primary-color) !important;
  padding: 15px 32px;
  border: 1px solid var(--primary-color);
}
.banner-section.banner-style-two .banner-btn a i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  right: -60px;
  top: 0;
  background: var(--primary-color);
  color: var(--theme-color-white);
}
.banner-section.banner-style-two .banner-btn a:hover i {
  background-color: var(--primary-color2);
}
.banner-section.banner-style-two .banner-btn a:hover {
  color: var(--theme-color-white);
}
.banner-section.banner-style-two .banner-btn a:last-child {
  margin-left: 0;
}
.banner-section.banner-style-two .hero-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-section.banner-style-two .banner-shape2 {
  position: absolute;
  z-index: 1;
  bottom: inherit;
  right: -22px;
  top: -5%;
  left: inherit;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.banner-section.banner-style-two .banner-shape4 {
  position: absolute;
  left: 31%;
  bottom: 100px;
  z-index: -1;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
.banner-section.slider__bg__1 {
  background: url(../images/slider-img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-section.slider__bg__1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(3, 34, 27, 0) 74.01%, rgba(3, 34, 27, 0.9) 100%), linear-gradient(270deg, rgba(3, 34, 27, 0) 25.1%, rgba(3, 34, 27, 0.516) 41.43%, rgba(3, 34, 27, 0.86) 58.93%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-section.slider__bg__two {
  background: url(../images/slider-img/hero-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-section.slider__bg__two .banner-content-wrap .banner-desc {
  margin: 28px auto 38px;
}

.slider__conetnt .banner-title h4 {
  opacity: 0;
  transform: translateY(30px);
  transition: 1.5s ease;
}
.slider__conetnt .banner-title h2 {
  opacity: 0;
  transform: translateY(40px);
  transition: 2s ease;
}
.slider__conetnt .banner-desc {
  opacity: 0;
  transform: translateY(50px);
  transition: 3s ease;
}
.slider__conetnt .banner-btn a {
  opacity: 0;
  transform: translateY(60px);
  transition: 4s ease;
}

.swiper-slide-active .slider__conetnt .banner-title h4 {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .slider__conetnt .banner-title h2 {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .slider__conetnt .banner-desc {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .slider__conetnt .banner-btn a {
  opacity: 1;
  transform: translateY(0);
}

/*** =============================
    Banner Section
==================================***/
.banner-section-three {
  position: relative;
  height: 845px;
  background: url(../images/home-3/bnner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.banner-section-three .banner-content-wrap {
  position: relative;
  z-index: 1;
}
.banner-section-three .banner-content-wrap .banner-title h4 {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--primary-color3);
  margin-bottom: 25px;
}
.banner-section-three .banner-content-wrap .banner-title h4 img {
  margin-right: 15px;
  margin-top: -15px;
  animation: wooo 3.5s infinite;
}
.banner-section-three .banner-content-wrap .banner-title h2 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 74px;
  line-height: 78px;
  margin: 0;
}
.banner-section-three .banner-content-wrap .banner-title h2 span {
  color: var(--primary-color);
}
.banner-section-three .banner-content-wrap .banner-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--theme-color6);
  width: 49%;
  margin: 30px 0 39px;
}
.banner-section-three .banner-content-wrap .banner-btn a {
  display: inline-block;
  font-family: var(--style-font);
  color: var(--theme-color-white);
  background-color: var(--primary-color);
  padding: 4px 6px 4px 30px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  border: 1px solid var(--primary-color);
}
.banner-section-three .banner-content-wrap .banner-btn a i {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: var(--theme-color-white);
  border-radius: 50%;
  line-height: 50px;
  color: var(--primary-color);
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.banner-section-three .banner-content-wrap .banner-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--primary-color2);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.banner-section-three .banner-content-wrap .banner-btn a:hover::after {
  width: 100%;
  left: 0;
}
.banner-section-three .banner-content-wrap .banner-btn a:hover {
  color: var(--theme-color2);
}
.banner-section-three .banner-content-wrap .banner-btn a:hover i {
  background: var(--theme-color2);
  transform: rotate(0deg);
}
.banner-section-three .banner-shape1 {
  position: absolute;
  z-index: 1;
  bottom: 80px;
  left: 9%;
  animation: wooo 3.5s infinite;
  z-index: -1;
}
.banner-section-three .banner-shape2 {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 31%;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.banner-section-three .banner-shape3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.banner-section-three .hero-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-section-three .banner-shape2 {
  position: absolute;
  z-index: 1;
  bottom: inherit;
  right: -22px;
  top: -5%;
  left: inherit;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.banner-section-three .banner-shape4 {
  position: absolute;
  left: 31%;
  bottom: 100px;
  z-index: -1;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}

.social-bar {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.social-bar .social-text {
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  color: var(--theme-color-white);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: var(--text-font);
  font-weight: 500;
}
.social-bar .line {
  width: 1px;
  height: 95px;
  background: var(--theme-color-white);
  margin-bottom: 8px;
}
.social-bar .icons {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.social-bar .icons a {
  color: var(--theme-color-white);
  font-size: 18px;
  transition: color 0.3s ease;
}
.social-bar .icons a:hover {
  color: var(--primary-color);
}

/*========================================
 Start Service Section 
=========================================*/
.services-section {
  padding: 275px 0 90px;
  background-color: var(--theme-color2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -153px;
}
.services-section.style_inner {
  padding: 120px 0 100px;
  margin-top: 0;
}
.services-section .single-service-box {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 300ms ease;
}
.services-section .single-service-box .service-thumb {
  position: relative;
  line-height: 0;
  z-index: 2;
  text-align: center;
}
.services-section .single-service-box .service-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.services-section .single-service-box .service-thumb figure {
  margin: 0;
}
.services-section .single-service-box .service-icon {
  width: 64px;
  height: 64px;
  line-height: 54px;
  text-align: center;
  background-color: var(--primary-color);
  border: 2px solid var(--theme-color-white);
  border-radius: 50%;
  position: absolute;
  left: 30px;
  bottom: -31px;
  transition: all 300ms ease;
}
.services-section .single-service-box .service-content {
  background: url(../images/main-home/service-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 165px 64px 27px 35px;
  margin-top: -115px;
  position: relative;
  z-index: 1;
}
.services-section .single-service-box .service-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: url(../images/main-home/service-bg-sp2.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.services-section .single-service-box .service-content:hover::before {
  width: 100%;
}
.services-section .single-service-box .service-content .service-title {
  font-family: var(--title-font);
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 28px;
  transition: all 300ms ease;
  margin: 0 0 15px;
}
.services-section .single-service-box .service-content p {
  color: #9DAAA4;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 22px;
  transition: all 300ms ease;
}
.services-section .single-service-box .service-content p::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 293px;
  background: var(--theme-color5);
  transition: all 300ms ease;
}
.services-section .single-service-box .service-content .service-btn a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
}
.services-section .single-service-box .service-content .service-btn a i {
  margin-left: 8px;
  font-size: 16px;
}
.services-section .single-service-box:hover .service-title {
  color: var(--theme-color-white);
}
.services-section .single-service-box:hover p {
  color: var(--theme-color-white);
}
.services-section .single-service-box:hover p::before {
  background: #cacaca;
}
.services-section .single-service-box:hover .service-icon {
  background-color: var(--theme-color2);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.services-section .single-service-box:hover .service-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.services-section .service-shape1 {
  position: absolute;
  top: 30%;
  left: 326px;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.services-section .service-shape2 {
  position: absolute;
  top: 0;
  right: 0;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.services-section .service-shape3 {
  position: absolute;
  top: 19%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}

/*==============================
    Start service section Two
================================*/
.services-section-two {
  padding: 120px 0 240px;
  background-color: #F2FCF6;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-bottom: 4px solid var(--primary-color3);
}
.services-section-two.style_inner {
  /*padding: 120px 0 90px;*/
  padding: 10px 0 10px;
}
.services-section-two .single-service-box {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 300ms ease;
}
.services-section-two .single-service-box .service-thumb {
  position: relative;
  line-height: 0;
  z-index: 1;
  text-align: center;
}
.services-section-two .single-service-box .service-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.services-section-two .single-service-box .service-thumb figure {
  margin: 0;
}
.services-section-two .single-service-box .service-content {
  padding: 47px 0 25px;
  margin: -90px 30px 0;
  position: relative;
  z-index: 1;
  background: var(--theme-color-white);
  text-align: center;
  border-bottom: 7px solid var(--primary-color);
}
.services-section-two .single-service-box .service-content::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.services-section-two .single-service-box .service-content .service-icon {
  width: 80px;
  height: 80px;
  line-height: 67px;
  text-align: center;
  background-color: var(--primary-color);
  border: 4px solid var(--theme-color-white);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -33px;
  transition: all 300ms ease;
}
.services-section-two .single-service-box .service-content .animat-sp {
  position: absolute;
  top: 30px;
  left: 30px;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
  transition: 0.5s;
}
.services-section-two .single-service-box .service-content .service-no span {
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--theme-color1);
  font-weight: 500;
  margin: 0;
  transition: 0.5s;
}
.services-section-two .single-service-box .service-content .service-title {
  font-family: var(--title-font);
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 28px;
  transition: 0.5s;
  margin: 5px 0 0;
}
.services-section-two .single-service-box:hover .service-content::before {
  height: 100%;
}
.services-section-two .single-service-box:hover .service-title {
  color: var(--theme-color-white);
}
.services-section-two .single-service-box:hover .service-no span {
  color: var(--theme-color-white);
}
.services-section-two .single-service-box:hover .animat-sp {
  filter: brightness(0) invert(1);
  opacity: 0.3;
}
.services-section-two .single-service-box:hover .service-icon {
  background-color: var(--theme-color2);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.services-section-two .single-service-box:hover .service-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.services-section-two .service-shape1 {
  position: absolute;
  top: 17%;
  left: 326px;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.services-section-two .service-shape2 {
  position: absolute;
  top: 0;
  right: 0;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.services-section-two .service-shape3 {
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}

/*========================================
    Start About Section 
=========================================*/
.about-section {
  /*padding: 120px 0 243px;*/
  padding: 10px 0 10px;
  position: relative;
  background: url(../images/main-home/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 50px 50px;
  z-index: 1;
}
.about-section.style__about__three {
  padding: 120px 0 120px;
  border-radius: 0;
  background: rgba(65, 197, 117, 0.1882352941);
}
.about-section.style__about__three .about-thumb-wrapper .about-thumb {
  margin-left: -40px;
}
.about-section.style__about__three .about-thumb-wrapper .about-thumb::after {
  height: 36%;
  top: 10px;
  right: 75px;
}
.about-section.style__about__three .about-thumb-wrapper .about-coun-bx {
  bottom: 30px;
  right: inherit;
  left: -39px;
  width: 250px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.about-section.style__about__three .about-thumb-wrapper .about-coun-bx .inner-bx {
  background: var(--primary-color);
  border-radius: 0;
  padding: 25px 25px 9px;
}
.about-section .about-thumb-wrapper {
  position: relative;
}
.about-section .about-thumb-wrapper .about-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 5px;
}
.about-section .about-thumb-wrapper .about-thumb::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 342px;
  opacity: 1;
  top: 10px;
  right: 75px;
  border-radius: 20px;
  z-index: -1;
  background: var(--primary-color);
}
.about-section .about-thumb-wrapper .about-thumb img {
  border-radius: 30px;
}
.about-section .about-thumb-wrapper .about-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.about-section .about-thumb-wrapper .about-thumb:hover::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-section .about-thumb-wrapper .about-coun-bx {
  position: absolute;
  bottom: 3px;
  right: 49px;
  z-index: 1;
  width: 240px;
  padding: 20px 20px 20px;
  border-radius: 20px;
  background: var(--theme-color-white);
}
.about-section .about-thumb-wrapper .about-coun-bx .inner-bx {
  background: var(--primary-color);
  border-radius: 10px;
  padding: 20px 20px 6px;
}
.about-section .about-thumb-wrapper .about-coun-bx .about-author {
  margin-bottom: 20px;
}
.about-section .about-thumb-wrapper .about-coun-bx .about-counter h3 {
  display: inline-block;
  font-weight: 600;
  font-size: 36px;
  color: var(--theme-color-white);
  margin: 0;
}
.about-section .about-thumb-wrapper .about-coun-bx .about-counter h3 span {
  font-size: 30px;
}
.about-section .about-thumb-wrapper .about-coun-bx .about-counter p {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
}
.about-section .about-item-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about-section .about-item-box .about-icon {
  display: inline-block;
  float: left;
  margin-right: 37px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.about-section .about-item-box .about-icon .shape {
  position: absolute;
  top: -5px;
  left: -2px;
  z-index: -1;
}
.about-section .about-item-box .about-icon .shape.two {
  top: 2px;
}
.about-section .about-item-box .title h2 {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.about-section .about-item-box .about-desc p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 86%;
  float: right;
}
.about-section .about-item-box:hover .about-icon::before {
  transform: scale(1);
}
.about-section .about-info-box {
  display: flex;
  align-items: center;
  gap: 35px;
}
.about-section .about-info-box .about-btn a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  padding: 16px 36px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  overflow: hidden;
}
.about-section .about-info-box .about-btn a::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 166px;
  top: 24px;
}
.about-section .about-info-box .about-btn a i {
  display: inline-block;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 2px;
}
.about-section .about-info-box .about-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color7);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-section .about-info-box .about-btn a:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}
.about-section .about-info-box .about-info-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-section .about-info-box .about-bio h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.about-section .about-info-box .about-bio p {
  color: var(--primary-color);
  margin: 0;
}
.about-section .skill-item {
  position: relative;
  margin: 25px 0 40px;
}
.about-section .skill-item .donation-skill-title h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 9px;
}
.about-section .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 13px;
}
.about-section .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: rgba(36, 57, 47, 0.3882352941);
  border-radius: 20px;
}
.about-section .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  background-color: var(--primary-color);
}
.about-section .skill-item .skill-bar .bar-inner .bar .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color2);
  line-height: 25px;
  margin-bottom: 12px;
}

/*========================================
 Start About Section Two
=========================================*/
.about-section-two {
  padding: 120px 0 120px;
  position: relative;
  background: url(../images/main-home/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 50px 50px;
  z-index: 1;
}
.about-section-two .about-thumb-wrapper {
  position: relative;
}
.about-section-two .about-thumb-wrapper .about-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 5px;
}
.about-section-two .about-thumb-wrapper .about-thumb::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 342px;
  opacity: 1;
  top: 10px;
  right: 75px;
  border-radius: 20px;
  z-index: -1;
  background: var(--primary-color);
}
.about-section-two .about-thumb-wrapper .about-thumb img {
  border-radius: 30px;
}
.about-section-two .about-thumb-wrapper .about-thumb::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 50%;
  opacity: 1;
  top: 40px;
  left: 44px;
  z-index: -1;
  background: rgba(65, 197, 117, 0.1098039216);
}
.about-section-two .about-thumb-wrapper .about-thumb .about-dot-sp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-section-two .about-thumb-wrapper .about-thumb .about-dot-sp img {
  border-radius: 0;
}
.about-section-two .about-thumb-wrapper .about-coun-bx {
  position: absolute;
  z-index: 1;
  border-radius: 20px;
  top: 40%;
  left: 15%;
  border: 2px solid var(--primary-color);
}
.about-section-two .about-thumb-wrapper .about-coun-bx .inner-bx {
  background: #caedd8;
  border-radius: 10px;
  padding: 0 20px 3px;
}
.about-section-two .about-thumb-wrapper .about-coun-bx .about-author {
  margin-bottom: 20px;
}
.about-section-two .about-thumb-wrapper .about-coun-bx .about-counter {
  display: flex;
  align-items: center;
}
.about-section-two .about-thumb-wrapper .about-coun-bx .about-counter h3 {
  display: inline-block;
  font-weight: 600;
  font-size: 70px;
  color: var(--primary-color);
  margin: 0;
}
.about-section-two .about-thumb-wrapper .about-coun-bx .about-counter h3 span {
  font-size: 30px;
}
.about-section-two .about-thumb-wrapper .about-coun-bx .about-counter p {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 0;
}
.about-section-two .about-item-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.about-section-two .about-item-box .single-about-box {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.about-section-two .about-item-box .about-icon {
  display: inline-block;
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  background: var(--primary-color);
  height: 74px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 10px;
}
.about-section-two .about-item-box .title h2 {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.about-section-two .about-item-box .about-desc p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 86%;
  float: right;
}
.about-section-two .about-shape1 {
  position: absolute;
  top: 19%;
  right: 9%;
  z-index: -1;
}
@media only screen and (max-width: 1700px) {
  .about-section-two .about-shape1 {
    display: none;
  }
}

/*========================================
 Start Button 
=========================================*/
.greenlift-button a {
  display: inline-block;
  font-family: var(--style-font);
  color: var(--theme-color-white);
  background-color: var(--primary-color);
  padding: 4px 6px 4px 34px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  border: 1px solid var(--primary-color);
}
.greenlift-button a i {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: var(--theme-color-white);
  border-radius: 50%;
  line-height: 50px;
  color: var(--primary-color);
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.greenlift-button a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--primary-color2);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.greenlift-button a:hover::after {
  width: 100%;
  left: 0;
}
.greenlift-button a:hover {
  color: var(--theme-color2);
}
.greenlift-button a:hover i {
  background: var(--theme-color2);
  transform: rotate(0deg);
}

/*========================================
 Start Counter Section 
=========================================*/
.row.counter-warp {
  background: url(../images/main-home/counter-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-top: -154px;
}
.row.counter-warp.style_two {
  background: url(../images/home-2/counter-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0;
  padding: 50px 40px 50px;
}
.row.counter-warp.style_two .coun-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
  color: var(--theme-color-white);
  margin-bottom: 30px;
}
.row.counter-warp.style_two .greenlift-button a {
  color: var(--theme-color2);
  background-color: var(--theme-color-white);
  padding: 4px 6px 4px 34px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 45px;
  border: 1px solid var(--theme-color-white);
}
.row.counter-warp.style_two .greenlift-button a i {
  height: 45px;
  width: 46px;
  background: var(--theme-color2);
  border-radius: 50%;
  line-height: 45px;
  color: var(--primary-color);
}
.row.counter-warp.style_two .greenlift-button a:hover {
  color: var(--theme-color-white);
}
.row.counter-warp.style_two .greenlift-button a:hover i {
  background: var(--theme-color-white);
}

.counter-item {
  text-align: center;
  position: relative;
}
.counter-item::before {
  position: absolute;
  content: "";
  right: 0;
  height: 65%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2117647059);
  top: 52px;
}
.counter-item .counter-content {
  text-align: center;
  padding: 108px 0 106px;
}
.counter-item .counter-content .counter-number h2 {
  height: 2px;
  display: inline-block;
  color: var(--theme-color-white);
  font-size: 50px;
  font-weight: 600;
}
.counter-item .counter-content h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--theme-color-white);
  margin: 8px 0 0;
}
.counter-item.two::before {
  display: none;
}
.counter-item.style_two .counter-content {
  padding: 0;
}
.counter-item.style_two .counter-icon {
  margin-bottom: 27px;
}
.counter-item.style_two::before {
  left: -20px;
  right: inherit;
  height: 200px;
  top: -11px;
}

/*==============================================
 Start project section
================================================*/
.project-section {
  padding: 0 15px 120px;
  position: relative;
  overflow: hidden;
  background: #F2FCF6;
  z-index: 1;
}
.project-section .project-box-items {
  margin-bottom: 10px;
  text-align: center;
}
.project-section .project-box-items .project-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-section .project-box-items .project-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.project-section .project-box-items .project-thumb figure {
  margin: 0;
}
.project-section .project-box-items .project-thumb figure img {
  width: 100%;
}
.project-section .project-box-items .project-thumb .project-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.project-section .project-box-items .project-thumb .project-btn a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 37px;
  border-radius: 40px;
  border: 1px solid rgba(12, 35, 24, 0.2588235294);
  font-size: 15px;
  transform: rotate(-45deg);
  color: var(--primary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 600ms linear;
}
.project-section .project-box-items .project-thumb .project-btn a::before {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: var(--primary-color);
  z-index: -1;
  content: "";
  transition: all 600ms linear;
  transform: scale(0);
}
.project-section .project-box-items .project-thumb .project-content {
  position: absolute;
  z-index: 1;
  bottom: 38px;
  left: 30px;
  margin: 0 auto;
  opacity: 1;
  transition: 0.5s;
  text-align: left;
}
.project-section .project-box-items .project-thumb .project-content h3 {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 14px;
}
.project-section .project-box-items .project-thumb .project-content h4 {
  color: rgba(255, 255, 255, 0.8588235294);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.6705882353);
  border-radius: 20px;
  margin-top: 0;
  font-weight: 400;
  font-size: 15px;
  padding: 2px 15px;
  display: inline-block;
  font-family: var(--text-font);
}
.project-section .project-box-items .project-thumb:hover .project-btn a::before {
  transform: scale(1);
}
.project-section .project-box-items .project-thumb:hover .project-btn a {
  color: var(--theme-color-white);
  border: var(--primary-color);
  transform: rotate(0deg);
}
.project-section .project-box-items:hover .project-thumb::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-section .project-shape1 {
  position: absolute;
  top: 21%;
  left: 300px;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.project-section .project-shape2 {
  position: absolute;
  top: 19%;
  right: 208px;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.project-section .project-active {
  overflow: hidden;
}
.project-section .project-active .slider-arrow-box {
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 0;
  margin: 0;
  text-align: center;
}
.project-section .project-active .slider-arrow-box .slider-prev {
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--primary-color);
  background: var(--primary-color3);
  margin-right: 12px;
}
.project-section .project-active .slider-arrow-box .slider-prev i {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}
.project-section .project-active .slider-arrow-box .slider-prev:hover {
  background: var(--primary-color);
  color: var(--theme-color-white);
}
.project-section .project-active .slider-arrow-box .slider-next {
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--theme-color-white);
  background: var(--primary-color);
}
.project-section .project-active .slider-arrow-box .slider-next:hover {
  background: var(--primary-color3);
  color: var(--primary-color);
}
.project-section .project-active .slider-arrow-box .slider-next i {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

/*==============================================
 Start project section Two
================================================*/
.project-section-tow {
  padding: 140px 15px 52px;
  position: relative;
  overflow: hidden;
  background: var(--theme-color-white);
  z-index: 1;
  margin-top: -147px;
  border-bottom: 35px solid var(--primary-color3);
}
.project-section-tow.style_inner {
  padding: 120px 15px 52px;
  margin-top: 0;
}
.project-section-tow.style_inner .container-fluid {
  padding-top: 0 !important;
}
.project-section-tow .project-box-items {
  margin-bottom: 10px;
  text-align: center;
}
.project-section-tow .project-box-items .project-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-section-tow .project-box-items .project-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.project-section-tow .project-box-items .project-thumb figure {
  margin: 0;
  line-height: 0;
}
.project-section-tow .project-box-items .project-thumb figure img {
  width: 100%;
}
.project-section-tow .project-box-items .project-content {
  position: relative;
  z-index: 1;
  left: 0;
  opacity: 1;
  transition: 0.5s;
  text-align: left;
  background: var(--theme-color-white);
  margin: -142px 30px 0;
  border-bottom: 6px solid var(--primary-color);
  padding: 38px 30px 29px;
}
.project-section-tow .project-box-items .project-content::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.project-section-tow .project-box-items .project-content h4 {
  color: var(--primary-color);
  margin: 0;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  margin-top: 0;
  font-weight: 400;
  font-size: 15px;
  padding: 2px 15px;
  display: inline-block;
  font-family: var(--text-font);
  transition: all 300ms ease;
}
.project-section-tow .project-box-items .project-content h3 {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 36px;
  margin: 10px 0 20px;
}
.project-section-tow .project-box-items .project-content .project-button a {
  display: inline-block;
  color: var(--primary-color);
  background-color: transparent;
  font-family: var(--title-font);
  padding: 2px 5px 2px 25px;
  font-weight: 400;
  font-size: 15px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  border: 1px solid rgba(12, 35, 24, 0.1098039216);
}
.project-section-tow .project-box-items .project-content .project-button a i {
  margin-left: 8px;
  font-size: 11px;
  width: 38px;
  height: 38px;
  background: var(--theme-color-white);
  line-height: 38px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
  color: var(--theme-color2);
}
.project-section-tow .project-box-items .project-content .project-button a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.project-section-tow .project-box-items:hover .project-content::before {
  height: 100%;
}
.project-section-tow .project-box-items:hover .project-button a {
  color: var(--theme-color2);
  border: 1px solid var(--theme-color-white);
}
.project-section-tow .project-box-items:hover .project-button a i {
  background: var(--primary-color);
  transform: rotate(0deg);
  color: var(--theme-color-white);
}
.project-section-tow .project-box-items:hover .project-button a::after {
  width: 100%;
  left: 0;
}
.project-section-tow .project-box-items:hover .project-thumb::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-section-tow .project-box-items:hover .project-content h4 {
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
}
.project-section-tow .project-box-items:hover .project-content h3 {
  color: var(--theme-color-white);
}
.project-section-tow .project-shape1 {
  position: absolute;
  top: 23%;
  left: 300px;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.project-section-tow .project-shape2 {
  position: absolute;
  top: 22%;
  right: 208px;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.project-section-tow .project-shape3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.project-section-tow .project-active-two {
  position: relative;
}
.project-section-tow .greenlift-slider-dot {
  position: absolute;
  bottom: -60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.project-section-tow .greenlift-slider-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: rgb(11, 230, 91);
}
.project-section-tow .greenlift-slider-dot .swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

/*========================================
 Start Work Process Section 
=========================================*/
.work-process-section {
  padding: 120px 0 95px;
  background: var(--theme-color-white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work-process-section .sec-title {
  margin-bottom: 85px;
}
.work-process-section .process-sp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}
.work-process-section .working-process-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.work-process-section .working-process-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 107px;
  top: 45px;
  background: url(../images/main-home/process-arrow.png);
  background-repeat: no-repeat;
}
.work-process-section .working-process-box .process-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
.work-process-section .working-process-box .process-icon::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: all 300ms ease;
}
.work-process-section .working-process-box .process-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 89% 90%, 83% 100%, 0 100%, 0% 80%, 0% 20%);
  border: 1px dashed var(--primary-color);
  pointer-events: none;
  transition: all 300ms ease;
  border-radius: 50%;
}
.work-process-section .working-process-box .process-shape {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transition: all 300ms ease;
}
.work-process-section .working-process-box:hover .process-shape {
  transform: rotate(-200deg);
  z-index: 1;
}
.work-process-section .working-process-box:hover .process-icon::before {
  transform: scale(1);
}
.work-process-section .working-process-box:hover .process-icon > img {
  filter: brightness(0) invert(1);
}
.work-process-section .working-process-box .process-content {
  padding: 0 20px 0;
}
.work-process-section .working-process-box .process-content h4 {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  margin: 52px 0 20px;
}
.work-process-section .working-process-box .process-content p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.work-process-section .working-process-box.first-child::before {
  display: none;
}
.work-process-section .working-process-box h3.number {
  position: absolute;
  left: 30%;
  top: -26px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 16px;
  background: var(--primary-color);
  color: var(--theme-color-white);
  font-weight: 500;
  z-index: 1;
}
.work-process-section .work-process-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.work-process-section .work-process-shape2 {
  position: absolute;
  top: 45px;
  right: 100px;
  animation: bounceleft 8s linear infinite;
}

/***
====================================================================
    Faq Section
====================================================================
***/
.faq-section {
  position: relative;
  padding: 100px 0 79px;
  background: #F2FCF6;
  z-index: 1;
  overflow: hidden;
}
.faq-section .shape {
  position: absolute;
  bottom: 31%;
  left: 7%;
}
.faq-section .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
.faq-section .shape3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.accordion-box {
  position: relative;
  margin-right: 8px;
}
.accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: all 300ms ease;
}
.accordion-box .block::before {
  position: absolute;
  content: "";
  top: 0;
  width: 78px;
  height: 70px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  right: 0;
  background: rgba(203, 246, 219, 0.8392156863);
  z-index: 1;
  display: block;
}
.accordion-box .block.active-block::before {
  display: none;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--theme-color3);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
  padding: 20px 30px;
  text-transform: capitalize;
  transition: all 500ms ease;
  border: 1px solid rgba(32, 55, 44, 0.2196078431);
  border-radius: 10px;
}
.accordion-box .block .acc-btn::before {
  width: 5px;
  height: 18px;
  background: var(--primary-color);
  position: absolute;
  right: 30px;
  content: " ";
  top: 25px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  display: block;
  z-index: 2;
}
.accordion-box .block .acc-btn::after {
  width: 18px;
  height: 5px;
  background: var(--primary-color);
  position: absolute;
  right: 24px;
  content: " ";
  top: 32px;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.accordion-box .block .acc-btn span {
  color: var(--primary-color);
}
.accordion-box .block .acc-btn.active {
  background: rgba(203, 246, 219, 0.8392156863);
  border-radius: 10px 10px 0 0 !important;
  border: 0;
}
.accordion-box .block .acc-btn.active::before {
  display: none;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 18px 30px 23px 30px;
  background: rgba(203, 246, 219, 0.21);
  border: 1px solid rgba(32, 55, 44, 0.2196078431);
  border-radius: 0 0 10px 10px;
  border-top: 0;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-content .content {
    padding-left: 60px;
  }
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 26px;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box .block .acc-content.current {
  display: block;
}

/*========================================
 Start Testimonal Section 
=========================================*/
.testimonial-section {
  background: #F2FCF6;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}
.testimonial-section .single-testi-box {
  background: url(../images/main-home/testi-bg-img.png);
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 30px 40px 30px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}
.testimonial-section .single-testi-box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: url(../images/main-home/testi-bg-img-hover.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 300ms ease;
  border-radius: 15px;
  z-index: -1;
}
.testimonial-section .single-testi-box .testi-arrwo {
  transition: all 300ms ease;
}
.testimonial-section .single-testi-box .testi-autor-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}
.testimonial-section .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.testimonial-section .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  transition: all 300ms ease;
}
.testimonial-section .single-testi-box .testi-ratting .ratting ul li {
  display: inline-block;
  color: var(--primary-color);
  transition: 0.5s;
  font-size: 12px;
  margin: 17px 0 9px;
  transition: all 300ms ease;
}
.testimonial-section .single-testi-box .testi-desc p {
  color: var(--theme-color3);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: all 300ms ease;
}
.testimonial-section .single-testi-box .testi-btn {
  position: absolute;
  right: 8px;
  bottom: -8px;
}
.testimonial-section .single-testi-box .testi-btn a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 37px;
  border-radius: 40px;
  border: 1px solid rgba(12, 35, 24, 0.2588235294);
  font-size: 15px;
  transform: rotate(-45deg);
  color: var(--primary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 600ms linear;
}
.testimonial-section .single-testi-box .testi-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: var(--primary-color);
  z-index: -1;
  transform: scale(0);
  transition: all 300ms linear;
}
.testimonial-section .single-testi-box .testi-sp {
  position: absolute;
  top: 40px;
  right: 40px;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.testimonial-section .single-testi-box:hover .ratting ul li {
  color: var(--theme-color-white);
}
.testimonial-section .single-testi-box:hover::before {
  width: 100%;
}
.testimonial-section .single-testi-box:hover .testi-desc p {
  color: var(--theme-color-white);
}
.testimonial-section .single-testi-box:hover .testi-arrwo {
  filter: brightness(0) invert(1);
}
.testimonial-section .single-testi-box:hover .testi-btn a {
  color: var(--theme-color-white);
}
.testimonial-section .single-testi-box:hover .testi-autor-content .autor-title {
  color: var(--theme-color-white);
}
.testimonial-section .single-testi-box:hover .testi-autor-content .autor-desi {
  color: var(--theme-color-white);
}
.testimonial-section .single-testi-box:hover .testi-btn a {
  border: 1px solid var(--primary-color);
}
.testimonial-section .single-testi-box:hover .testi-btn a::before {
  transform: scale(1);
}
.testimonial-section .testi-shape1 {
  position: absolute;
  top: 19%;
  left: 18%;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.testimonial-section .testi-shape2 {
  position: absolute;
  top: 11%;
  right: 15%;
  animation: bounceleft 6s linear infinite;
}
.testimonial-section .swiper.testi-active {
  overflow: hidden;
}

/*========================================
 Start Testimonal Section Two
=========================================*/
.testimonial-section-two {
  padding: 120px 0 120px;
  position: relative;
  overflow: hidden;
}
.testimonial-section-two .single-testi-box {
  background: var(--primary-color3);
  padding: 30px 40px 30px;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-section-two .single-testi-box .testi-arrwo {
  transition: all 300ms ease;
}
.testimonial-section-two .single-testi-box .testi-author-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.testimonial-section-two .single-testi-box .testi-autor-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2117647059);
  padding-top: 20px;
}
.testimonial-section-two .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.testimonial-section-two .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  transition: all 300ms ease;
}
.testimonial-section-two .single-testi-box .testi-autor-box .ratting {
  text-align: right;
}
.testimonial-section-two .single-testi-box .testi-autor-box .ratting ul li {
  display: inline-block;
  color: var(--primary-color);
  transition: 0.5s;
  font-size: 12px;
  margin: 0;
  transition: all 300ms ease;
  line-height: 0;
}
.testimonial-section-two .single-testi-box .testi-autor-box .testi-rating-info span {
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  margin: 0;
  color: var(--heading-color);
}
.testimonial-section-two .single-testi-box .testi-desc p {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  transition: all 300ms ease;
  margin-top: 7px;
}
.testimonial-section-two .single-testi-box .testi-sp {
  position: absolute;
  bottom: 8%;
  right: 34%;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.testimonial-section-two .testi-shape1 {
  position: absolute;
  top: 19%;
  left: 18%;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.testimonial-section-two .testi-shape2 {
  position: absolute;
  top: 11%;
  right: 15%;
  animation: bounceleft 6s linear infinite;
}
.testimonial-section-two .swiper.testi-active-two {
  overflow: hidden;
}

/*==============================================
 Start Team section
================================================*/
.team-section {
  background: #F2FCF6;
  padding: 20px 60px 0;
}
.team-section .single-team-box {
  transition: all 300ms ease;
  overflow: hidden;
}
.team-section .single-team-box .team-thumb {
  position: relative;
  border-radius: 20px;
}
.team-section .single-team-box .team-thumb::before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background: var(--gradient-4);
  border-radius: 20px;
  transition: all 300ms ease;
}
.team-section .single-team-box .team-thumb::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(65, 197, 117, 0) 50%, rgba(65, 197, 117, 0) 100%);
  border-radius: 20px;
  transition: all 300ms ease;
}
.team-section .single-team-box .team-thumb:hover::before {
  height: 100%;
}
.team-section .single-team-box .team-thumb figure {
  margin: 0;
}
.team-section .single-team-box .team-thumb figure img {
  width: 100%;
}
.team-section .single-team-box .team-thumb .team-icon a {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: var(--theme-color2);
  border: 1px solid rgba(12, 35, 24, 0.2588235294);
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  font-size: 15px;
}
.team-section .single-team-box .team-thumb .team-icon a i {
  transform: rotate(-45deg);
}
.team-section .single-team-box .team-thumb .team-icon a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: all 300ms ease;
}
.team-section .single-team-box .team-thumb .team-content {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 9px;
  right: 0;
  text-align: center;
  transition: all 300ms ease;
}
.team-section .single-team-box .team-thumb .team-content .title {
  font-size: 28px;
  font-weight: 500;
  color: var(--theme-color-white);
  transition: all 300ms ease;
  margin: 0;
  line-height: 28px;
}
.team-section .single-team-box .team-thumb .team-content .designation {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: var(--theme-color-white);
  transition: all 300ms ease;
  font-family: var(--text-font);
}
.team-section .single-team-box .team-thumb .team-content .team-social {
  opacity: 0;
  transition: all 300ms ease;
  margin-bottom: 35px;
}
.team-section .single-team-box .team-thumb .team-content .team-social li {
  display: inline-block;
  margin: 0 3px;
}
.team-section .single-team-box .team-thumb .team-content .team-social li a {
  display: inline-block;
  background: rgba(12, 35, 24, 0.34);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: var(--theme-color-white);
}
.team-section .single-team-box .team-thumb .team-content .team-social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
}
.team-section .single-team-box .team-thumb .team-content .team-social li a:hover::before {
  transform: scale(1);
}
.team-section .single-team-box .team-thumb .team-content .team-social li a:hover {
  color: var(--primary-color);
}
.team-section .single-team-box .team-thumb:hover .team-social {
  opacity: 1;
  margin-bottom: 18px;
}
.team-section .single-team-box .team-thumb:hover .team-icon a {
  border: var(--primary-color);
  color: var(--theme-color-white);
}
.team-section .single-team-box .team-thumb:hover .team-icon a::before {
  transform: scale(1);
}
.team-section .single-team-box:hover .team-icon a {
  color: var(--primary-color);
}
.team-section .single-team-box:hover .team-icon a ::before {
  transform: scale(1);
}
.team-section .single-team-box:hover .team-icon a {
  color: var(--primary-color);
}
.team-section .swiper.team-active {
  overflow: hidden;
}

/*==============================================
 Start Team section Two
================================================*/
.team-section-two {
  background: url(../images/home-2/team-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 90px;
}
.team-section-two .single-team-box {
  transition: all 300ms ease;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
.team-section-two .single-team-box .team-thumb {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.team-section-two .single-team-box .team-thumb figure {
  margin: 0;
}
.team-section-two .single-team-box .team-content {
  text-align: center;
  transition: all 300ms ease;
  background: var(--theme-color-white);
  border-bottom: 6px solid var(--primary-color);
  padding: 190px 0 34px;
  margin-top: -145px;
  position: relative;
  z-index: 1;
}
.team-section-two .single-team-box .team-content::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background: var(--primary-color);
  z-index: -1;
  transition: all 300ms ease;
}
.team-section-two .single-team-box .team-content .title {
  font-size: 28px;
  font-weight: 500;
  color: var(--heading-color);
  transition: all 300ms ease;
  margin: 0 0 2px;
  line-height: 28px;
}
.team-section-two .single-team-box .team-content .designation {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: var(--heading-color);
  transition: all 300ms ease;
  font-family: var(--text-font);
}
.team-section-two .single-team-box .team-content .team-social {
  transition: all 300ms ease;
}
.team-section-two .single-team-box .team-content .team-social li {
  display: inline-block;
  margin: 0 2px;
}
.team-section-two .single-team-box .team-content .team-social li a {
  display: inline-block;
  background: rgba(65, 197, 117, 0.26);
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: var(--primary-color);
}
.team-section-two .single-team-box .team-content .team-social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
}
.team-section-two .single-team-box .team-content .team-social li a:hover::before {
  transform: scale(1);
}
.team-section-two .single-team-box .team-content .team-social li a:hover {
  color: var(--primary-color);
}
.team-section-two .single-team-box:hover .team-social li a {
  color: var(--theme-color-white);
  background: rgba(255, 255, 255, 0.34);
}
.team-section-two .single-team-box:hover .team-content::before {
  height: 100%;
}
.team-section-two .single-team-box:hover .title {
  color: var(--theme-color-white);
}
.team-section-two .single-team-box:hover .designation {
  color: var(--theme-color-white);
}

/*========================================
 Start Work Process Section 
=========================================*/
.work-process-section {
  padding: 120px 0 95px;
  background: var(--theme-color-white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work-process-section .sec-title {
  margin-bottom: 85px;
}
.work-process-section .process-sp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}
.work-process-section .working-process-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.work-process-section .working-process-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 107px;
  top: 45px;
  background: url(../images/main-home/process-arrow.png);
  background-repeat: no-repeat;
}
.work-process-section .working-process-box .process-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
.work-process-section .working-process-box .process-icon::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: all 300ms ease;
}
.work-process-section .working-process-box .process-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 89% 90%, 83% 100%, 0 100%, 0% 80%, 0% 20%);
  border: 1px dashed var(--primary-color);
  pointer-events: none;
  transition: all 300ms ease;
  border-radius: 50%;
}
.work-process-section .working-process-box .process-shape {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transition: all 300ms ease;
}
.work-process-section .working-process-box:hover .process-shape {
  transform: rotate(-200deg);
  z-index: 1;
}
.work-process-section .working-process-box:hover .process-icon::before {
  transform: scale(1);
}
.work-process-section .working-process-box:hover .process-icon > img {
  filter: brightness(0) invert(1);
}
.work-process-section .working-process-box .process-content {
  padding: 0 20px 0;
}
.work-process-section .working-process-box .process-content h4 {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  margin: 52px 0 20px;
}
.work-process-section .working-process-box .process-content p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.work-process-section .working-process-box.first-child::before {
  display: none;
}
.work-process-section .working-process-box h3.number {
  position: absolute;
  left: 30%;
  top: -26px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 16px;
  background: var(--primary-color);
  color: var(--theme-color-white);
  font-weight: 500;
  z-index: 1;
}
.work-process-section .work-process-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.work-process-section .work-process-shape2 {
  position: absolute;
  top: 45px;
  right: 100px;
  animation: bounceleft 8s linear infinite;
}

/*========================================
 Start Brand Section 
=========================================*/
.brand-section {
  padding: 315px 0 100px;
  background: url(../images/main-home/brand-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -215px;
}
.brand-section.two {
  margin-top: 0;
  padding: 100px 0 100px;
  background: var(--theme-color8);
}
.brand-section .band-active {
  overflow-x: hidden;
}
.brand-section .band-active .brand-box {
  width: 244px;
  height: 120px;
  line-height: 120px;
  border-radius: 16px;
  text-align: center;
  background: transparent;
}

/*========================================
 Start Donation Section 
=========================================*/
.donations-section {
  padding: 120px 0 90px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.donations-section .single-donations-box {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 300ms ease;
}
.donations-section .single-donations-box .donations-thumb {
  position: relative;
  line-height: 0;
  z-index: 2;
  text-align: center;
}
.donations-section .single-donations-box .donations-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.donations-section .single-donations-box .donations-thumb figure {
  margin: 0;
}
.donations-section .single-donations-box .donations-thumb .donation-timer {
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 5px;
  position: absolute;
  left: 30px;
  top: 20px;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--text-font);
  color: var(--theme-color-white);
  padding: 6px 10px;
}
.donations-section .single-donations-box .donations-thumb .donation-timer i {
  font-size: 15px;
  margin-right: 10px;
}
.donations-section .single-donations-box .animat-bar {
  display: inline-block;
  height: 1px;
  width: 50px;
  background: var(--theme-color2);
  margin: 2px 0 18px;
  position: relative;
  z-index: 1;
}
.donations-section .single-donations-box .animat-bar .animat-bar2 {
  position: relative;
  height: 4px;
  width: 4px;
  background: var(--primary-color);
  border-radius: 50%;
  margin-top: -2px;
  animation: leftRight 2s infinite alternate ease-in-out;
}
@keyframes leftRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}
.donations-section .single-donations-box .skill-item {
  position: relative;
}
.donations-section .single-donations-box .skill-item .donation-skill-title h5 {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--text-font);
  margin-bottom: 12px;
  transition: all 300ms ease;
}
.donations-section .single-donations-box .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 13px;
  border-radius: 5px;
}
.donations-section .single-donations-box .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(141, 169, 156, 0.39);
  transition: all 3000ms ease;
}
.donations-section .single-donations-box .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 6px;
  width: 0px;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  background-color: var(--primary-color);
}
.donations-section .single-donations-box .skill-item .skill-bar .bar-inner .bar .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  color: var(--theme-color2);
  margin-bottom: 12px;
  background: var(--theme-color-white);
  padding: 2px 5px;
  line-height: 19px;
}
.donations-section .single-donations-box .skill-item .skill-bar .bar-inner .bar .skill-percentage .count-box {
  position: relative;
}
.donations-section .single-donations-box .skill-item .skill-bar .bar-inner .bar .skill-percentage .count-box::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--theme-color-white);
}
.donations-section .single-donations-box .donate-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1px;
}
.donations-section .single-donations-box .donate-detail .donate-item span {
  font-size: 15px;
  transition: all 300ms ease;
}
.donations-section .single-donations-box .donations-content {
  background: url(../images/main-home/donetion-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 35px 30px 30px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.donations-section .single-donations-box .donations-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: url(../images/main-home/donation-shape1.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.donations-section .single-donations-box .donations-content .donations-title {
  font-family: var(--title-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  transition: all 300ms ease;
  margin: 0 0 15px;
}
.donations-section .single-donations-box .donations-content .donations-btn {
  position: relative;
  margin-top: 34px;
  padding-top: 24px;
}
.donations-section .single-donations-box .donations-content .donations-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 1px;
  width: 293px;
  background: rgba(77, 100, 89, 0.3098039216);
  transition: all 300ms ease;
}
.donations-section .single-donations-box .donations-content .donations-btn a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color2);
  transition: all 300ms ease;
}
.donations-section .single-donations-box .donations-content .donations-btn a i {
  margin-left: 8px;
  font-size: 16px;
}
.donations-section .single-donations-box:hover:hover .donations-content::before {
  width: 100%;
}
.donations-section .single-donations-box:hover .donations-title {
  color: var(--theme-color-white);
}
.donations-section .single-donations-box:hover .donations-btn a {
  color: var(--theme-color-white);
}
.donations-section .single-donations-box:hover .donations-btn::before {
  background: rgba(255, 255, 255, 0.31);
}
.donations-section .single-donations-box:hover .donation-skill-title h5 {
  color: var(--theme-color-white);
}
.donations-section .single-donations-box:hover .animat-bar {
  background: var(--theme-color-white);
}
.donations-section .single-donations-box:hover .donate-item span {
  color: var(--theme-color-white);
}
.donations-section .single-donations-box:hover .skill-bar .bar-inner .bar {
  background: var(--theme-color-white);
}
.donations-section .single-donations-box:hover .skill-bar .bar-inner {
  background: var(--primary-color2);
}
.donations-section .single-donations-box:hover p::before {
  background: #cacaca;
}
.donations-section .single-donations-box:hover .donations-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.donations-section .donations-shape1 {
  position: absolute;
  top: 17%;
  left: 22%;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.donations-section .donations-shape2 {
  position: absolute;
  top: 18%;
  right: 9%;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}

/*=============================================
Start Video Section 
===============================================*/
.video-wrapper {
  position: relative;
}
.video-wrapper .donation-video-icon {
  position: absolute;
  top: 0;
  right: 1%;
  transform: translate(-52%, 135%);
}
.video-wrapper .play-now-btn {
  position: relative;
  border: none;
  border-radius: 50%;
  width: 155px;
  height: 155px;
  font-size: 35px;
  background-color: var(--theme-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: pulse 2s infinite;
  color: var(--primary-color);
}
.video-wrapper .play-now-btn::before {
  position: absolute;
  content: "";
  left: -18px;
  bottom: -18px;
  border: 2px dashed var(--theme-color-white);
  border-radius: 50%;
  height: 190px;
  width: 190px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(25, 206, 64, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(253, 216, 76, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 216, 76, 0);
  }
}
/*========================================
 Start Blog Section 
=========================================*/
.blog-section {
  /*padding: 120px 0 90px;*/
  padding: 10px 0 10px;
  background: #F2FCF6;
  position: relative;
  z-index: 1;
}
.blog-section .single-blog-box {
  margin-bottom: 30px;
  border: 1px solid rgba(12, 35, 24, 0.08);
  padding: 10px 10px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.blog-section .single-blog-box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 2px;
  background: rgba(12, 35, 24, 0.08);
  transition: all 300ms ease;
}
.blog-section .single-blog-box:hover::before {
  background: rgba(255, 255, 255, 0.2901960784);
}
.blog-section .single-blog-box .blog-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-section .single-blog-box .blog-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.blog-section .single-blog-box .blog-thumb img {
  border-radius: 10px;
}
.blog-section .single-blog-box .blog-thumb span.meta-blog {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--primary-color);
  color: var(--theme-color-white);
  z-index: 1;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 70px;
  width: 67px;
  -webkit-box-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  font-family: var(--title-font);
  border-radius: 5px;
}
.blog-section .single-blog-box .blog-thumb span.meta-blog b {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color-white);
}
.blog-section .single-blog-box .blog-content {
  padding: 0 20px;
}
.blog-section .single-blog-box .blog-content .blog-title {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 12px 0 15px 0;
  transition: all 300ms ease;
}
.blog-section .single-blog-box .blog-content .greenlift-button a {
  font-family: var(--title-font);
  padding: 4px 5px 4px 20px;
  border: 1px solid var(--primary-color);
}
.blog-section .single-blog-box .blog-content .greenlift-button a i {
  margin-left: 4px;
  font-size: 11px;
  width: 30px;
  height: 30px;
  background: var(--theme-color-white);
  line-height: 32px;
}
.blog-section .single-blog-box .blog-content .bolg-button a {
  display: inline-block;
  color: var(--theme-color-white);
  background-color: var(--primary-color);
  font-family: var(--title-font);
  padding: 4px 5px 4px 20px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  border: 1px solid var(--primary-color);
}
.blog-section .single-blog-box .blog-content .bolg-button a i {
  margin-left: 4px;
  font-size: 11px;
  width: 30px;
  height: 30px;
  background: var(--theme-color-white);
  line-height: 32px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
  color: var(--theme-color2);
}
.blog-section .single-blog-box .blog-content .bolg-button a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.blog-section .single-blog-box .blog-content .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}
.blog-section .single-blog-box .blog-content .post-meta span {
  font-weight: 400;
  font-size: 16px;
  transition: all 300ms ease;
}
.blog-section .single-blog-box .blog-content .post-meta span i {
  color: var(--primary-color);
  font-size: 14px;
  margin-right: 4px;
  transition: all 300ms ease;
}
.blog-section .single-blog-box .greenlift-hover-box {
  background-color: var(--primary-color);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.blog-section .single-blog-box .hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 10px 0 0px 10px;
}
.blog-section .single-blog-box .hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.blog-section .single-blog-box .hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.blog-section .single-blog-box .hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 10px 10px 0;
}
.blog-section .single-blog-box:hover .blog-thumb::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.blog-section .single-blog-box:hover .bolg-button a::after {
  width: 100%;
  left: 0;
}
.blog-section .single-blog-box:hover .bolg-button a {
  color: var(--theme-color2);
  border: 1px solid var(--theme-color-white);
}
.blog-section .single-blog-box:hover .bolg-button a i {
  background: var(--primary-color);
  transform: rotate(0deg);
  color: var(--theme-color-white);
}
.blog-section .single-blog-box:hover .post-meta span {
  color: var(--theme-color-white);
}
.blog-section .single-blog-box:hover .post-meta span i {
  color: var(--theme-color-white);
}
.blog-section .single-blog-box:hover .blog-title {
  color: var(--theme-color-white);
}
.blog-section .single-blog-box:hover .greenlift-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-section .blog-shape1 {
  position: absolute;
  left: 22%;
  top: 19%;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.blog-section .blog-shape2 {
  position: absolute;
  right: 6%;
  top: 10%;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.blog-section .blog-shape3 {
  position: absolute;
  right: 16%;
  top: 26%;
  animation: upDown 1.5s ease-in-out 1.3s forwards infinite alternate;
  z-index: -1;
}

/*========================================
 Start Blog Section Two
=========================================*/
.blog-section-two {
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
  border-bottom: 60px solid var(--primary-color3);
}
.blog-section-two.style_inner {
  padding: 0 0 120px;
}
.blog-section-two .sec-title {
  margin-bottom: 60px;
}
.blog-section-two .single-blog-box .blog-thumb {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-section-two .single-blog-box .blog-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.blog-section-two .single-blog-box .blog-thumb img {
  width: 100%;
  max-width: inherit !important;
}
.blog-section-two .single-blog-box:hover .blog-thumb::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.blog-section-two .single-blog-box .blog-content {
  margin-right: 90px;
}
.blog-section-two .single-blog-box .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 24px;
}
.blog-section-two .single-blog-box .blog-content .blog-meta a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  background: var(--primary-color);
  color: var(--theme-color-white);
  padding: 3px 20px;
  border-radius: 20px;
}
.blog-section-two .single-blog-box .blog-content .blog-meta p {
  font-weight: 400;
  font-size: 15px;
  color: var(--theme-color2);
  margin: 0;
}
.blog-section-two .single-blog-box .blog-content .blog-meta p i {
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 5px;
}
.blog-section-two .single-blog-box .blog-content .blog-title {
  font-weight: 600;
}
.blog-section-two .single-blog-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 36px;
  transition: 0.5s;
  line-height: 44px;
}
.blog-section-two .single-blog-box .blog-content .blog-title a:hover {
  color: var(--theme-color2);
}
.blog-section-two .single-blog-box .blog-content .blog-btn {
  border-top: 1px solid rgba(12, 35, 24, 0.25);
  padding-top: 30px;
  margin-top: 40px;
}
.blog-section-two .single-blog-box .blog-content .blog-btn a {
  display: inline-block;
  font-family: var(--style-font);
  color: var(--theme-color2);
  background-color: transparent;
  padding: 3px 4px 3px 28px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  border: 1px solid rgba(12, 35, 24, 0.1882352941);
}
.blog-section-two .single-blog-box .blog-content .blog-btn a i {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  height: 38px;
  width: 38px;
  background: var(--primary-color);
  border-radius: 50%;
  line-height: 39px;
  color: var(--theme-color-white);
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.blog-section-two .single-blog-box .blog-content .blog-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--primary-color2);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.blog-section-two .single-blog-box .blog-content .blog-btn a:hover::after {
  width: 100%;
  left: 0;
}
.blog-section-two .single-blog-box .blog-content .blog-btn a:hover {
  color: var(--theme-color-white);
}
.blog-section-two .single-blog-box .blog-content .blog-btn a:hover i {
  background: var(--theme-color-white);
  color: var(--primary-color);
  transform: rotate(0deg);
}
.blog-section-two .column-right {
  margin-left: -23px;
}
.blog-section-two .blog-single-box {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
  align-items: center;
}
.blog-section-two .blog-single-box .blog-thumb {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-section-two .blog-single-box .blog-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.blog-section-two .blog-single-box:hover .blog-thumb::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.blog-section-two .blog-single-box .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 21px;
}
.blog-section-two .blog-single-box .blog-content .blog-meta a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  background: var(--primary-color);
  color: var(--theme-color-white);
  padding: 3px 20px;
  border-radius: 20px;
}
.blog-section-two .blog-single-box .blog-content .blog-meta p {
  font-weight: 400;
  font-size: 15px;
  color: var(--theme-color2);
  margin: 0;
}
.blog-section-two .blog-single-box .blog-content .blog-meta p i {
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 5px;
}
.blog-section-two .blog-single-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  transition: 0.5s;
}
.blog-section-two .blog-single-box .blog-content .blog-title a:hover {
  color: var(--theme-color2);
}
.blog-section-two .blog-single-box .blog-content .blog-btn {
  border-top: 1px solid rgba(12, 35, 24, 0.25);
  padding-top: 30px;
  margin-top: 26px;
}
.blog-section-two .blog-single-box .blog-content .blog-btn a {
  display: inline-block;
  font-family: var(--style-font);
  color: var(--theme-color2);
  background-color: transparent;
  padding: 3px 4px 3px 28px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  border: 1px solid rgba(12, 35, 24, 0.1882352941);
}
.blog-section-two .blog-single-box .blog-content .blog-btn a i {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  height: 38px;
  width: 38px;
  background: var(--primary-color);
  border-radius: 50%;
  line-height: 39px;
  color: var(--theme-color-white);
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.blog-section-two .blog-single-box .blog-content .blog-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--primary-color2);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.blog-section-two .blog-single-box .blog-content .blog-btn a:hover::after {
  width: 100%;
  left: 0;
}
.blog-section-two .blog-single-box .blog-content .blog-btn a:hover {
  color: var(--theme-color-white);
}
.blog-section-two .blog-single-box .blog-content .blog-btn a:hover i {
  background: var(--theme-color-white);
  color: var(--primary-color);
  transform: rotate(0deg);
}

/*================================================
 Start Plan Section 
=============================================*/
section.plan-section {
  background: url(../images/home-2/touch-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0 90px;
}
section.plan-section .sec-title {
  margin-bottom: 0;
}
section.plan-section .greenlift-button a {
  font-weight: 400;
  font-size: 15px;
  font-family: var(--text-font);
  background: var(--theme-color-white);
  color: var(--primary-color);
  border: 1px solid var(--theme-color-white);
  padding: 3px 4px 3px 34px;
}
section.plan-section .greenlift-button a i {
  background: var(--primary-color);
  color: var(--theme-color-white);
  height: 54px;
  width: 54px;
  line-height: 54px;
}
section.plan-section .greenlift-button a:hover {
  color: var(--theme-color-white);
  border: 1px solid var(--primary-color);
}
section.plan-section .greenlift-button a:hover i {
  color: var(--primary-color);
  background: var(--theme-color-white);
}

/*========================================
 Start Marquee Section 
=========================================*/
.marquee-section-one {
  position: relative;
  padding: 70px 0 52px;
  z-index: 1;
  background: url(../images/home-2/marqe-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.marquee-section-one .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}
.marquee-section-one .marquee .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}
.marquee-section-one .marquee .marquee-block h3 {
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px white;
}
.marquee-section-one .marquee .marquee-block h3 span {
  display: inline-block;
  margin-left: 35px;
  margin-right: 35px;
  transition: 0.5s;
  position: relative;
  bottom: 13px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/*==========================================
  educate Search Popup Css
=========================================*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: var(--theme-color2);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  backdrop-filter: blur(5px);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background: var(--theme-color2);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--theme-color2);
  border-left: 3px solid #393939;
  border-top: 3px solid #fff;
  border-right: 3px solid #393939;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #fff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  padding-right: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input::placeholder {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  transition: 0.5s;
}

.search-popup .form-group button i {
  transition: 0.5s;
}

.search-popup .form-group button:hover i {
  color: #f00;
}

.search-popup .form-group input {
  border-radius: 5px;
  border: 2px solid #f5f5f5;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #fff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #181d4e;
  transition: 0.5s;
}

.search-popup .close-search.style-two i:hover {
  color: #f00;
}

.search-box-btn.search-box-outer i {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 500ms ease;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--title-color);
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(30, 30, 30, 0.15);
}

/*========================================
 Start Contact Section 
=========================================*/
.contact-section {
  padding: 112px 0 120px;
  background: url(../images/home-2/contacts-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-section .contact-main-title {
  margin-bottom: 38px;
}
.contact-section .contact-main-title h1 {
  font-size: 50px;
  font-weight: 600;
  color: var(--theme-color-white);
}
.contact-section .contact-main-title p {
  color: var(--theme-color-white);
}
.contact-section .contact-form-box {
  margin-left: 145px;
}
.contact-section .contact-form-box .form-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.contact-section .contact-form-box .form-box input {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 65px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: transparent;
  border-radius: 10px;
  padding: 0 35px 0 30px;
  color: var(--theme-color-white);
}
.contact-section .contact-form-box .form-box input::placeholder {
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
}
.contact-section .contact-form-box .form-box textarea {
  width: 100%;
  height: 115px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 10px;
  padding: 35px;
  background: transparent;
  outline: 0;
}
.contact-section .contact-form-box .form-box textarea::placeholder {
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
}
.contact-section .contact-form-box .contact-form button {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  display: block;
  color: var(--theme-color2);
  background: var(--theme-color-white);
  border-radius: 10px;
  padding: 18px 35px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.contact-section .contact-form-box .contact-form button::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--primary-color);
  margin: auto;
  z-index: -1;
  transition: 0.5s;
}
.contact-section .contact-form-box .contact-form button:hover::after {
  width: 100%;
}
.contact-section .shape1 {
  position: absolute;
  bottom: 40%;
  right: 4%;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.contact-section .shape2 {
  position: absolute;
  bottom: 13%;
  right: 6%;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.contact-section .shape3 {
  position: absolute;
  top: -2px;
  right: -42px;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}

/*========================================
 Start Footer Section 
=========================================*/
.main-footer {
  background: url(../images/main-home/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 30px;
}
.main-footer .main-footer-section {
  position: relative;
  z-index: 1;
  padding-bottom: 86px;
}
.main-footer .main-footer-section .info {
  display: flex;
  gap: 70px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  margin-bottom: 63px;
  padding-bottom: 80px;
}
.main-footer .main-footer-section .info .logo {
  margin-right: 60px;
}
.main-footer .main-footer-section .info .info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-footer .main-footer-section .info .info-item .icon {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.06);
  z-index: 1;
  overflow: hidden;
  position: relative;
  background: var(--theme-color3);
  transition: 0.5s;
}
.main-footer .main-footer-section .info .info-item .icon::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--primary-color);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}
.main-footer .main-footer-section .info .info-item .icon i {
  font-size: 18px;
  color: var(--theme-color-white);
}
.main-footer .main-footer-section .info .info-item:hover .icon::before {
  transform: scale(1);
}
.main-footer .main-footer-section .info .info-item:hover .icon {
  border: 3px solid var(--primary-color);
}
.main-footer .main-footer-section .info .info-item .text h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: var(--theme-color-white);
  margin-bottom: 3px;
}
.main-footer .main-footer-section .info .info-item .text p {
  margin: 0;
  color: var(--theme-color-white);
}
.main-footer .main-footer-section .footer-widget-content .footer-desc {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 45px;
  width: 83%;
}
.main-footer .main-footer-section .footer-widget-content.social {
  padding-right: 0px;
}
.main-footer .main-footer-section .footer-widget-content .footer-social li {
  display: inline-block;
  display: inline-block;
  margin-right: 7px;
}
.main-footer .main-footer-section .footer-widget-content .footer-social li a {
  display: inline-block;
  color: var(--theme-color-white);
  background: rgba(255, 255, 255, 0.1);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.main-footer .main-footer-section .footer-widget-content .footer-social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: all 300ms ease;
}
.main-footer .main-footer-section .footer-widget-content .footer-social li a:hover::before {
  transform: scale(1);
}
.main-footer .main-footer-section .footer-widget-content .footer-title {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 24px;
  margin: 10px 0 30px;
}
.main-footer .main-footer-section .footer-widget-content .footer-menu li a {
  display: inline-block;
  justify-content: space-between;
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3px;
  transition: 0.5s;
}
.main-footer .main-footer-section .footer-widget-content .footer-menu li a i {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  margin-right: 12px;
}
.main-footer .main-footer-section .footer-widget-content .footer-menu li a:hover {
  color: var(--primary-color);
}
.main-footer .main-footer-section .footer-widget-content .location {
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 30px;
}
.main-footer .main-footer-section .footer-widget-content .location span {
  display: block;
  color: var(--theme-color3);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer .main-footer-section .footer-widget-content .contact-info .email-text a {
  display: block;
  color: var(--theme-color3);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer .main-footer-section .footer-widget-content .contact-info .email-address a {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box {
  margin-top: 38px;
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box form {
  display: flex;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box form input[type=email] {
  flex: 1;
  padding: 0 20px;
  border: none;
  outline: none;
  background: rgba(217, 217, 217, 0.05);
  color: var(--theme-color-white);
  height: 55px;
  width: 100%;
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
  color: var(--theme-color-white);
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box form button {
  background: var(--primary-color);
  border: none;
  padding: 0 24px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: 0.5s ease;
  border-radius: 10px;
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box form button:hover {
  background: #3da55a;
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box .checkbox {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box .checkbox input[type=checkbox] {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.11);
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  margin-top: -25px;
  margin-right: 15px;
}
.main-footer .main-footer-section .footer-widget-content .subscribe-box .checkbox input:checked::after {
  content: "✔";
  color: white;
  font-size: 9px;
  position: absolute;
  top: -7px;
  left: 4px;
}
.main-footer .footer-bottom {
  position: relative;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  padding: 32px 0 0;
}
.main-footer .footer-bottom .copyright-text {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
}
.main-footer .footer-bottom .copyright-text a {
  display: inline-block;
  color: var(--theme-color2);
}
.main-footer .footer-shape1 {
  position: absolute;
  top: -20px;
  right: -19px;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.main-footer .footer-shape2 {
  position: absolute;
  top: 18%;
  right: 7%;
  animation: bounceleft 6s linear infinite;
}
.main-footer .footer-shape3 {
  position: absolute;
  top: 32%;
  right: 7%;
  animation: upDown 1.5s ease-in-out 0.5s forwards infinite alternate;
}

/*=============================
    Start Breadcumb Area
==============================*/
.breadcumb-area {
  background-image: url(../images/inner-image/breadcumb-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 260px 0 185px;
  margin-top: -96px;
}
.breadcumb-area .breadcumb-content .breadcumb-title h4 {
  font-size: 50px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin: 0 0 25px;
}
.breadcumb-area .breadcumb-content ul li {
  display: inline-block;
  margin: 0 19px;
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 500;
}
.breadcumb-area .breadcumb-content ul li a {
  display: inline-block;
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.breadcumb-area .breadcumb-content ul li a::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  right: -30px;
  top: 14px;
  background: var(--theme-color-white);
}

/*** 

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

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 110px;
  min-height: 250px;
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.8;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color2);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

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

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

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.blog-list-page {
  padding: 120px 0 100px;
}
.blog-list-page .single-blog-box {
  margin-bottom: 30px;
  border: 1px solid rgba(12, 35, 24, 0.08);
  padding: 10px 10px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.blog-list-page .single-blog-box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 2px;
  background: rgba(12, 35, 24, 0.08);
  transition: all 300ms ease;
}
.blog-list-page .single-blog-box:hover::before {
  background: rgba(255, 255, 255, 0.2901960784);
}
.blog-list-page .single-blog-box .blog-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.blog-list-page .single-blog-box .blog-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.blog-list-page .single-blog-box .blog-thumb img {
  border-radius: 10px;
  width: 100%;
}
.blog-list-page .single-blog-box .blog-thumb span.meta-blog {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--primary-color);
  color: var(--theme-color-white);
  z-index: 1;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 70px;
  width: 67px;
  -webkit-box-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  font-family: var(--title-font);
  border-radius: 5px;
}
.blog-list-page .single-blog-box .blog-thumb span.meta-blog b {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color-white);
}
.blog-list-page .single-blog-box .blog-content {
  padding: 0 20px;
}
.blog-list-page .single-blog-box .blog-content .blog-title {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 12px 0 15px 0;
  transition: all 300ms ease;
}
.blog-list-page .single-blog-box .blog-content .greenlift-button a {
  font-family: var(--title-font);
  padding: 4px 5px 4px 20px;
  border: 1px solid var(--primary-color);
}
.blog-list-page .single-blog-box .blog-content .greenlift-button a i {
  margin-left: 4px;
  font-size: 11px;
  width: 30px;
  height: 30px;
  background: var(--theme-color-white);
  line-height: 32px;
}
.blog-list-page .single-blog-box .blog-content .bolg-button a {
  display: inline-block;
  color: var(--theme-color-white);
  background-color: var(--primary-color);
  font-family: var(--title-font);
  padding: 4px 5px 4px 20px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  border: 1px solid var(--primary-color);
}
.blog-list-page .single-blog-box .blog-content .bolg-button a i {
  margin-left: 4px;
  font-size: 11px;
  width: 30px;
  height: 30px;
  background: var(--theme-color-white);
  line-height: 32px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-45deg);
  transition: 0.5s;
  color: var(--theme-color2);
}
.blog-list-page .single-blog-box .blog-content .bolg-button a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.blog-list-page .single-blog-box .blog-content .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}
.blog-list-page .single-blog-box .blog-content .post-meta span {
  font-weight: 400;
  font-size: 16px;
  transition: all 300ms ease;
}
.blog-list-page .single-blog-box .blog-content .post-meta span i {
  color: var(--primary-color);
  font-size: 14px;
  margin-right: 4px;
  transition: all 300ms ease;
}
.blog-list-page .single-blog-box .greenlift-hover-box {
  background-color: var(--primary-color);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.blog-list-page .single-blog-box .hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 10px 0 0px 10px;
}
.blog-list-page .single-blog-box .hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.blog-list-page .single-blog-box .hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.blog-list-page .single-blog-box .hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 10px 10px 0;
}
.blog-list-page .single-blog-box:hover .blog-thumb::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.blog-list-page .single-blog-box:hover .bolg-button a::after {
  width: 100%;
  left: 0;
}
.blog-list-page .single-blog-box:hover .bolg-button a {
  color: var(--theme-color2);
  border: 1px solid var(--theme-color-white);
}
.blog-list-page .single-blog-box:hover .bolg-button a i {
  background: var(--primary-color);
  transform: rotate(0deg);
  color: var(--theme-color-white);
}
.blog-list-page .single-blog-box:hover .post-meta span {
  color: var(--theme-color-white);
}
.blog-list-page .single-blog-box:hover .post-meta span i {
  color: var(--theme-color-white);
}
.blog-list-page .single-blog-box:hover .blog-title {
  color: var(--theme-color-white);
}
.blog-list-page .single-blog-box:hover .greenlift-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-details-area {
  padding: 120px 0 120px;
  position: relative;
}
.blog-details-area .blog-details-thumb {
  overflow: hidden;
}
.blog-details-area .blog-details-thumb img {
  width: 100%;
  transition: 0.5s;
}
.blog-details-area .blog-details-thumb img:hover {
  transform: scale(1.2) skew(-10deg);
}
.blog-details-area .blog-details-content {
  padding: 30px 0;
}
.blog-details-area .blog-details-content .meta-blog .mate-text {
  position: relative;
}
.blog-details-area .blog-details-content .meta-blog > span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}
.blog-details-area .blog-details-content .meta-blog > span i {
  display: inline-block;
  color: var(--primary-color);
  padding-right: 9px;
}
.blog-details-area .blog-details-content .blog-details-title {
  margin: 13px 0 20px;
  font-family: Outfit;
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: var(--primary-color);
  padding: 41px 30px 40px;
  margin-top: 48px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 20px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 15px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 10px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 10px 40px;
  }
}
.blog-details-area .blog-details-content .blog-details-author-talk .blog-details-quote {
  flex-shrink: 0;
  height: 70px;
  width: 70px;
  background: var(--theme-color-white);
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  margin-top: 10px;
}
.blog-details-area .blog-details-content .blog-details-author-talk .blog-details-quote img {
  position: relative;
  top: 8px;
  color: var(--heading-color);
}
.blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title p {
  font-size: 22px;
  color: var(--theme-color-white);
  font-weight: 500;
  line-height: 32px;
}
.blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title span {
  display: inline-block;
  color: var(--theme-color-white);
  position: relative;
  font-size: 28px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-desc.two {
  width: 95%;
}
.blog-details-area .blog-details-content .blog-details-list-item {
  margin-bottom: 40px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li i {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 18px;
  margin-right: 16px;
}
.blog-details-area .blog-details-content .blog-details-title.two {
  font-size: 28px;
  margin: 38px 0 16px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-desc.three {
  width: 100%;
}
.blog-details-area .blog-details-socila-box {
  border: 1px solid rgba(34, 34, 34, 0.1333333333);
  padding: 19px 0 18px;
  border-left: 0;
  border-right: 0;
}
.blog-details-area .blog-details-socila-box .blog-details-category strong {
  font-family: Outfit;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-right: 30px;
}
.blog-details-area .blog-details-socila-box .blog-details-category span a {
  display: inline-block;
  padding: 6px 16px;
  font-weight: 500;
  color: var(--heading-color);
  margin-right: 7px;
  transition: 0.5s;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.blog-details-area .blog-details-socila-box .blog-details-category span a.active-class {
  background: var(--primary-color);
  color: var(--theme-color-white);
}
.blog-details-area .blog-details-socila-box .blog-details-category span a:hover {
  background: var(--primary-color);
  color: var(--theme-color-white);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-category span a {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-category span a {
    margin-bottom: 10px;
  }
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon {
  text-align: right;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-social-icon {
    text-align: left;
    margin-top: 10px;
  }
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li {
  display: inline-block;
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li a i {
  display: inline-block;
  background: var(--theme-color8);
  color: var(--heading-color);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 5px;
  transition: 0.5s;
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li a:hover i {
  background: var(--primary-color);
  color: var(--theme-color-white);
}
.blog-details-area .blog-details-post {
  margin-top: 40px;
}
.blog-details-area .blog-details-post .swiper.blog-details-active {
  overflow: hidden;
  position: relative;
}
.blog-details-area .blog-details-post .swiper.blog-details-active .greenlift-blog-details-arrow-box .slider-prev {
  color: var(--theme-color2);
  background: transparent;
  display: inline-block;
  font-size: 13px;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 70px;
  top: 35px;
  z-index: 5;
  border: 0;
}
.blog-details-area .blog-details-post .swiper.blog-details-active .greenlift-blog-details-arrow-box .slider-prev i {
  display: inline-block;
  font-weight: 400;
}
@media only screen and (max-width: 1700px) {
  .blog-details-area .blog-details-post .swiper.blog-details-active .greenlift-blog-details-arrow-box .slider-prev {
    display: block;
  }
}
.blog-details-area .blog-details-post .swiper.blog-details-active .greenlift-blog-details-arrow-box .slider-next {
  display: inline-block;
  font-size: 13px;
  transition: all 0.3s ease 0s;
  color: var(--theme-color2);
  background: transparent;
  position: absolute;
  right: 70px;
  top: 35px;
  z-index: 5;
  border: 0;
}
.blog-details-area .blog-details-post .swiper.blog-details-active .greenlift-blog-details-arrow-box .slider-next i {
  display: inline-block;
  font-weight: 400;
}
@media only screen and (max-width: 1700px) {
  .blog-details-area .blog-details-post .swiper.blog-details-active .greenlift-blog-details-arrow-box .slider-next {
    display: block;
  }
}
.blog-details-area .blog-details-post .swiper.blog-details-active .blog-nav-buttons button#prevBtn {
  color: var(--heading-color);
  background: transparent;
  font-size: 18px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 36px;
  left: 90px;
}
.blog-details-area .blog-details-post .swiper.blog-details-active .blog-nav-buttons button#nextBtn {
  color: var(--heading-color);
  background: transparent;
  font-size: 18px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 36px;
  right: 90px;
}
.blog-details-area .blog-details-contact .blog-details-contact-title h4 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 31px;
}
.blog-details-area .blog-details-contact .contact-input-box input {
  background: var(--theme-color-white);
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 11px;
}
.blog-details-area .blog-details-contact .contact-input-box textarea {
  background: var(--theme-color-white);
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
}
.blog-details-area .blog-details-contact .input-check-box input span {
  font-size: 15px;
  margin-left: 7px;
}
.blog-details-area .blog-details-contact .blog-details-submi-button button {
  background: var(--theme-color2);
  color: var(--theme-color-white);
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid var(--theme-color2);
  border-radius: 5px;
  font-weight: 500;
}
.blog-details-area .blog-details-contact .blog-details-submi-button button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}
.blog-details-area .blog-details-contact .blog-details-submi-button button:hover {
  color: var(--theme-color2);
}
.blog-details-area .blog-details-contact .blog-details-submi-button button:hover::before {
  width: 100%;
  left: 0;
}

.single-comment-area {
  background: #F2FCF6;
  padding: 35px 40px 45px;
  margin-top: 50px;
}

/* ======================================
    Service Details Page
========================================*/
.services-details-page {
  padding: 120px 0 100px;
}
.services-details-page .services-details-thumb img {
  width: 100%;
}
.services-details-page .service-details-icon-box {
  background: var(--theme-color8);
  padding: 25px 50px 7px 30px;
  margin-top: 27px;
  border-bottom: 5px solid var(--primary-color);
}
.services-details-page .service-details-icon-box .service-details-icon-thumb {
  float: left;
  margin-right: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--primary-color);
  text-align: center;
  border-radius: 50%;
}
.services-details-page .service-details-icon-box .service-details-box-content h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 18px;
}
.services-details-page .service-details-icon-box P {
  display: flex;
}
.services-details-page .services-details-text {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  padding: 50px 20px;
  gap: 60px;
  margin-top: 55px;
  margin-bottom: 50px;
}
.services-details-page .services-details-text .service-details-text-icon {
  position: relative;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: var(--theme-color-white);
  flex-shrink: 0;
  text-align: center;
  border-radius: 50%;
}
.services-details-page .services-details-text .service-details-text-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 75px;
  right: -31px;
  top: -3px;
  background: rgba(246, 246, 238, 0.3803921569);
}
.services-details-page .services-details-text .service-details-text-content p {
  font-size: 24px;
  line-height: 32px;
  color: var(--theme-color-white);
  font-weight: 500;
  width: 90%;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-page .services-details-text .service-details-text-content p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-page .services-details-text .service-details-text-content p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-details-page .services-details-text .service-details-text-content p {
    width: 100%;
  }
}
.services-details-page .services-details-title {
  font-size: 50px;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 0;
}
.services-details-page .services-details-desc {
  font-size: 18px;
  line-height: 28px;
}
.services-details-page .single-benifits-box {
  margin-top: 22px;
}
.services-details-page .single-benifits-box .benifits-thumb img {
  width: 100%;
}
.services-details-page .single-benifits-box .benifits-content {
  border-radius: 5px;
  filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
  background-color: var(--theme-color-white);
  padding: 30px 31px 23px;
  width: 92%;
  margin: auto;
  margin-top: -28px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-page .single-benifits-box .benifits-content {
    padding: 30px 20px 23px;
    width: 100%;
  }
}
.services-details-page .single-benifits-box .benifits-content h4 {
  font-size: 22px;
  margin: 0;
  margin-bottom: 14px;
  font-weight: 500;
}
.services-details-page .single-benifits-box .benifits-content ul li {
  line-height: 32px;
}
.services-details-page .single-benifits-box .benifits-content ul li i {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-page .single-benifits-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-details-page .single-benifits-box {
    margin-bottom: 30px;
  }
}

.team__details__page {
  padding: 120px 0 92px;
  position: relative;
  z-index: 1;
}
.team__details__page .shape__1 {
  position: absolute;
  bottom: 64%;
  right: 16%;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.team__details__page .shape__2 {
  position: absolute;
  z-index: 1;
  bottom: 45%;
  right: 56%;
  animation: wooo 3.5s infinite;
  z-index: 1;
}

.team__details__right {
  margin-left: 100px;
}
.team__details__right .team__bio {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  padding-bottom: 27px;
  margin-bottom: 30px;
}
.team__details__right .team__bio .name {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}
.team__details__right .team__bio p.des {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--heading-color);
  margin: 10px 0 0;
}
.team__details__right .team__info__card {
  font-family: "Poppins", sans-serif;
  color: #2e3b31;
  line-height: 1.8;
  font-size: 15px;
}
.team__details__right .team__info__card p {
  margin-bottom: 22px;
}
.team__details__right .team__info__card p span {
  font-weight: 500;
  color: #233229;
  margin-right: 6px;
  display: inline-block;
  min-width: 110px;
}
.team__details__right .team___social {
  margin-top: 52px;
}
.team__details__right .team___social li {
  display: inline-block;
  display: inline-block;
  margin-right: 7px;
}
.team__details__right .team___social li a {
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-color4);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.team__details__right .team___social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: all 300ms ease;
}
.team__details__right .team___social li a:hover::before {
  transform: scale(1);
}

.team__details__summary h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
}

.project__details__page {
  padding: 120px 0 90px;
}
.project__details__page .project-details-thumb img {
  width: 100%;
}

.project__details__content h4.project__title {
  font-size: 36px;
  margin-bottom: 17px;
  margin-top: 28px;
  font-weight: 600;
}
.project__details__content .prject__que {
  font-size: 17px;
  margin-bottom: 27px;
}
.project__details__content h3.project__title__twe {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 54px;
}
.project__details__content .project__img img {
  width: 100%;
}
.project__details__content .project__list h4 {
  font-size: 28px;
  margin-bottom: 17px;
}
.project__details__content .project__list ul li {
  font-size: 17px;
  line-height: 39px;
}
.project__details__content .project__list ul li img {
  margin-right: 11px;
  position: relative;
  top: -1px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .project__details__content .project__list ul li {
    display: flex;
  }
}
.project__details__content .project__down {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  color: var(--theme-color2);
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 19px;
}

.donation-details-page {
  padding: 120px 0 120px;
}
.donation-details-page .single-donation-box {
  margin: 0;
}
.donation-details-page .single-donation-box .donation-thumb img {
  width: 100%;
}
.donation-details-page .dontaion-detais-title {
  margin: 40px 0 24px;
  font-size: 36px;
}
.donation-details-page .dontaion-detais-desc {
  font-size: 17px;
}

.donation__card {
  background: var(--theme-color8);
  padding: 60px 60px 53px;
  margin-top: 100px;
}
.donation__card .tabcontent {
  padding: 16px 14px 15px 39px;
  border-radius: 0;
  position: relative;
  border: 1px solid var(--primary-color);
  width: 300px;
  text-align: left;
  margin-bottom: 30px;
}
.donation__card .tabcontent::before {
  position: absolute;
  content: "$";
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color-white);
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.donation__card .tabcontent h3 {
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  margin: 0;
  margin-left: 24px;
}
.donation__card .tablink {
  color: var(--heading-color);
  height: 40px;
  width: 88px;
  margin-right: 6px;
  border-radius: 0;
  font-weight: 400;
  transition: 0.5s;
  margin-bottom: 5px;
  border: 1px solid var(--primary-color);
  background: transparent;
  font-size: 16px;
}
.donation__card .tablink:hover {
  background: var(--primary-color);
  color: var(--theme-color-white);
}
.donation__card .contact-form-box .forms-title h1 {
  font-size: 28px;
  font-weight: 500;
  padding: 43px 0 10px;
}
.donation__card .contact-form-box .form-title h6 {
  font-size: 17px;
  padding: 0px 0 12px;
  font-weight: 500;
  color: var(--heading-color);
}
.donation__card .contact-form-box .form-box input {
  height: 50px;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(27, 52, 52, 0.1);
  transition: 0.5s;
  padding: 0px 20px;
  display: block;
  width: 100%;
  color: var(--heading-color);
  margin-bottom: 18px;
  border-radius: 0;
  outline: 0;
  background: transparent;
}
.donation__card .check-content h5 {
  font-size: 28px;
  font-weight: 500;
  padding: 50px 0px 18px;
  margin: 0;
}
.donation__card .check-content .dpx label {
  color: var(--heading-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 30px;
}
.donation__card .check-content .dpx label .option-input {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  top: 5.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: var(--primary-color);
  border: 0;
  color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  margin-right: 0.4rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.donation__card .check-content .dpx label .option-input.radio {
  border-radius: 50%;
}
.donation__card .check-content .dpx label .option-input:checked {
  background: var(--primary-color);
}
.donation__card .check-content .dpx label .option-input:checked::before {
  width: 10px;
  height: 10px;
  display: flex;
  content: "\f00c";
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  left: 5px;
  top: 5px;
}
.donation__card .submit-donation {
  background: var(--primary-color);
  border: transparent;
  color: var(--theme-color-white);
  padding: 12px 35px;
  border-radius: 0;
  margin-top: 0;
  transition: 0.5s;
}
.donation__card .submit-donation:hover {
  background: var(--heading-color);
}
.donation__card p.donation-sumry {
  margin: 50px 0 0;
}

.total___amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total___amount h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.dontation__list ul {
  margin-top: 50px;
}
.dontation__list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.dontation__list ul li img {
  margin-right: 6px;
}

.donation_notice {
  background: var(--theme-color8);
  padding: 20px 11px 20px 0;
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
.donation_notice::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #FF9B61;
  z-index: -1;
}
.donation_notice .notice__icon {
  margin-left: -12px;
}
.donation_notice p {
  margin: 0;
}

.team__details__page {
  padding: 120px 0 92px;
  position: relative;
  z-index: 1;
}
.team__details__page .shape__1 {
  position: absolute;
  bottom: 64%;
  right: 16%;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
  z-index: -1;
}
.team__details__page .shape__2 {
  position: absolute;
  z-index: 1;
  bottom: 45%;
  right: 56%;
  animation: wooo 3.5s infinite;
  z-index: 1;
}

.team__details__right {
  margin-left: 100px;
}
.team__details__right .team__bio {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  padding-bottom: 27px;
  margin-bottom: 30px;
}
.team__details__right .team__bio .name {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}
.team__details__right .team__bio p.des {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--heading-color);
  margin: 10px 0 0;
}
.team__details__right .team__info__card {
  font-family: "Poppins", sans-serif;
  color: #2e3b31;
  line-height: 1.8;
  font-size: 15px;
}
.team__details__right .team__info__card p {
  margin-bottom: 22px;
}
.team__details__right .team__info__card p span {
  font-weight: 500;
  color: #233229;
  margin-right: 6px;
  display: inline-block;
  min-width: 110px;
}
.team__details__right .team___social {
  margin-top: 52px;
}
.team__details__right .team___social li {
  display: inline-block;
  display: inline-block;
  margin-right: 7px;
}
.team__details__right .team___social li a {
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-color4);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.team__details__right .team___social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: all 300ms ease;
}
.team__details__right .team___social li a:hover::before {
  transform: scale(1);
}

.team__details__summary h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
}

/*widget-sidber scss*/
.widget-sidber {
  border-radius: 0;
  background-color: var(--theme-color8);
  padding: 32px 30px 29px;
  margin-bottom: 27px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-sidber {
    padding: 32px 10px 29px;
  }
}
.widget-sidber .widget_search {
  position: relative;
}
.widget-sidber .widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: var(--heading-color);
  outline: 0 !important;
  border: transparent !important;
}
.widget-sidber .widget_search button {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: var(--heading-color);
  background: transparent;
  opacity: 0.7;
}
.widget-sidber .widget-sidber-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 50px;
  position: relative;
}
.widget-sidber .widget-sidber-content h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  left: 0;
  bottom: -12px;
  background: rgba(12, 35, 24, 0.4784313725);
}
.widget-sidber .widget-sidber-content h4::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  left: 0;
  bottom: -14px;
  background: var(--primary-color);
}
.widget-sidber .widget-category ul li a {
  background: var(--theme-color-white);
  padding: 11px 20px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--heading-color);
  font-weight: 400;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  font-size: 18px;
}
.widget-sidber .widget-category ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}
.widget-sidber .widget-category ul li a img {
  margin-right: 12px;
  transition: 0.5s;
}
.widget-sidber .widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}
.widget-sidber .widget-category ul li a:hover {
  color: var(--theme-color-white);
}
.widget-sidber .widget-category ul li a:hover::before {
  width: 100%;
  left: 0;
}
.widget-sidber .widget-category ul li a:hover i {
  color: var(--theme-color-white);
  transform: rotate(0deg);
}
.widget-sidber .widget-category ul li a i {
  color: var(--heading-color);
  display: inline-block;
  float: right;
  font-size: 15px;
  transition: 0.5s;
  transform: rotate(-45deg);
}
.widget-sidber .widget-sidber-download-button a {
  display: inline-block;
  background: var(--heading-color);
  width: 100%;
  color: var(--theme-color-white);
  padding: 12px 23px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 400;
}
.widget-sidber .widget-sidber-download-button a.active {
  background: var(--primary-color);
  margin-bottom: 8px;
}
.widget-sidber .widget-sidber-download-button a i {
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 22px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}
.widget-sidber .widget-sidber-download-button a span i {
  float: right;
  display: inline-block;
  font-size: 16px;
}
.widget-sidber .sidber-widget-recent-post {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.widget-sidber .sidber-widget-recent-post .recent-widget-thumb {
  flex-shrink: 0;
}
.widget-sidber .sidber-widget-recent-post .recent-widget-content a {
  transition: 0.5s;
  color: var(--heading-color) !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  width: 95%;
  display: inline-block;
}
.widget-sidber .sidber-widget-recent-post .recent-widget-content a:hover {
  color: var(--theme-color2) !important;
}
.widget-sidber .sidber-widget-recent-post .recent-widget-content p {
  font-size: 14px;
  margin: 0;
  color: var(--theme-color2) !important;
}
.widget-sidber .widget-catefories-tags a {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  background: var(--theme-color-white);
  padding: 6px 19px;
  margin: 6px 3px;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.widget-sidber .widget-catefories-tags a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  transition: 0.5s;
  z-index: -1;
}
.widget-sidber .widget-catefories-tags a:hover::before {
  width: 100%;
  left: 0;
}
.widget-sidber .widget-catefories-tags a:hover {
  color: var(--theme-color-white);
}
.widget-sidber .widget__archives a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
}

/*sidber contact*/
.widget-sidber-contact-box {
  background-image: url(../images/inner-image/sidber-contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  padding: 50px 50px 45px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-sidber-contact-box {
    padding: 48px 10px 48px;
  }
}
.widget-sidber-contact-box .widget-sidber-contact i {
  height: 60px;
  width: 60px;
  background: var(--primary-color);
  text-align: center;
  line-height: 60px;
  color: var(--theme-color-white);
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-white);
}
.widget-sidber-contact-box .widget-sidber-contact-text {
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0;
  padding: 25px 0 13px;
}
.widget-sidber-contact-box .widget-sidber-contact-number {
  font-size: 24px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0 0 14px;
}
.widget-sidber-contact-box .widget-sidber-contact-gmail {
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  margin: 0;
}
.widget-sidber-contact-box .widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: var(--theme-color-white);
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.widget-sidber-contact-box .sidebar__socials {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.widget-sidber-contact-box .sidebar__socials a {
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease;
}
.widget-sidber-contact-box .sidebar__socials a:hover {
  color: #4ec76e;
}
.widget-sidber-contact-box .widget-sidber-contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-family: "Inter";
  text-decoration: none;
  background: var(--theme-color2);
  padding: 16px 98px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: 0.5s;
  border: 2px solid var(--theme-color2);
}
.widget-sidber-contact-box .widget-sidber-contact-btn a:hover {
  background: transparent;
  color: var(--theme-color2);
}
.widget-sidber-contact-box .widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 70px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 80px 15px;
  }
}

.benifit__box {
  display: flex;
  gap: 100px;
  margin: 35px 0 50px;
}
.benifit__box .benifit__list h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.project__sider__right {
  background: var(--theme-color8);
  padding: 30px 40px 40px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.project__sider__right .project__link {
  border-bottom: 1px solid rgba(134, 134, 129, 0.3215686275);
  padding-bottom: 10px;
  padding-top: 9px;
}
.project__sider__right .project__link p {
  margin-bottom: 0;
}
.project__sider__right .project__link h6 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 6px;
}

.contact__section_innter {
  /*padding: 120px 0 120px;*/
  padding: 10px 0 10px;
}

.contact__information {
  margin: 0 80px;
}

.contact__box__info {
  background: #f1fbf6;
  padding: 60px 27px 45px 40px;
  text-align: left;
  border-bottom: 4px solid #2ecc71;
  position: relative;
  transition: 0.3s ease;
  display: flex;
  gap: 20px;
  /* Active Middle Box */
}
.contact__box__info .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color-white);
  font-size: 20px;
  margin-bottom: 10px;
}
.contact__box__info .icon.white {
  background: var(--theme-color-white);
  color: var(--primary-color);
}
.contact__box__info .contact__info h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--heading-color);
}
.contact__box__info .contact__info p {
  margin: 0;
  font-size: 14px;
}
.contact__box__info.active {
  background: #2ecc71;
  border-bottom: 4px solid var(--primary-color);
}
.contact__box__info.active .icon {
  background: var(--theme-color-white);
}
.contact__box__info.active .icon i {
  color: var(--primary-color);
}
.contact__box__info.active .contact__info h4,
.contact__box__info.active .contact__info p {
  color: var(--theme-color-white);
}

.contact__form__wrapper {
  background: var(--theme-color8);
}

.mapouter .gmap_canvas iframe {
  height: 825px;
  width: 100%;
}

.contact__form {
  margin-left: 70px;
  margin-top: -5px;
}
.contact__form .contact__main__title h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 72px;
}
.contact__form .form__box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.contact__form .form__box input {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 65px;
  border: 1px solid rgba(12, 35, 24, 0.2117647059);
  background: transparent;
  border-radius: 5px;
  padding: 0 30px 0 20px;
  font-family: var(--heading-color);
}
.contact__form .form__box input::placeholder {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 16px;
}
.contact__form .form__box textarea {
  width: 100%;
  height: 115px;
  border: 1px solid rgba(12, 35, 24, 0.2117647059);
  border-radius: 10px;
  padding: 35px;
  background: transparent;
  outline: 0;
}
.contact__form .form__box textarea::placeholder {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 16px;
}
.contact__form .contact__buttton button {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  display: block;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  border-radius: 10px;
  padding: 18px 35px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.contact__form .contact__buttton button::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--primary-color);
  margin: auto;
  z-index: -1;
  transition: 0.5s;
}
.contact__form .contact__buttton button:hover::after {
  width: 100%;
}

.auth-wrapper {
  width: 100%;
  background: var(--theme-color8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 120px;
}

.auth-box {
  width: 420px;
  background: var(--theme-color-white);
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.auth-box h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
  color: var(--heding-color);
}
.auth-box .form-group {
  text-align: left;
  margin-bottom: 18px;
}
.auth-box .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--heding-color);
}
.auth-box .form-group input {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  transition: 0.3s;
}
.auth-box .form-group input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.2);
  outline: none;
}
.auth-box .btn-auth {
  width: 100%;
  height: 48px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.auth-box .btn-auth:hover {
  background: var(--primary-color);
}
.auth-box .switch-text {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
}
.auth-box .switch-text a {
  color: var(--primary-color);
  font-weight: 600;
}
.auth-box .switch-text a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
