/*-----------------------------------------------------------------
Theme Name: Solstar
Author: Mugli
Author URI: https://themeforest.net/user/mugli 
Developer: Masirul Islam -Skype:live:.cid.a84d5013f6e833cc
Version: 1.0.0 
Description: Solstar - Solar & Renewable Energy Html Template  <

-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01.Mixins
02.Variables
03.Typography
04.Buttons 
05.Gutter 
06.Container 
07.Animation 
08.Helping 
09.MeanMenu 
10.Preloader
11.Title 
12.Common 
13.Header 
14.Footer 
15.Contact 
16.Intro 
17.About 
 18.Testimonial   
 19.Sidebar
 20.Card
 21.Feature
 22.Form 
 23.Index
 24.Index2
 25.Index3
 26.Video
 27.Faq
 28.simple section
 29.Counter section
 30.slider
 31.Text Slider
 32.widget
 33.blog page
 34.Project page
 35.services page 
------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #023A85;
  --theme2: #FFE175;
  --header: #241442;
  --title: #252525;
  --orange: #F74F22;
  --gray1: #F6F8F0;
  --text: #525252;
  --border: #BABBC1;
  --border-2: #D4DCED;
  --bg: #EAECF3;
  --bg2: #EBEDE2;
  --btn-text: #252525;
  --pra-text: #737373;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  --icon-font: "Font Awesome 6 Pro";
}

/* 03.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input::placeholder {
  color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epilogue", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 70px;
  }
}

h2 {
  font-family: "Epilogue", sans-serif;
  font-size: 70px;
  line-height: 124%;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 43px;
  }
}

h3 {
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 122%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 122%;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

h2 a {
  font-family: "Epilogue", sans-serif;
  font-size: 70px;
  line-height: 124%;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 767px) {
  h2 a {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  h2 a {
    font-size: 28px;
  }
}

h3 a {
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 122%;
  display: inline-block;
}
@media (max-width: 767px) {
  h3 a {
    font-size: 16px;
  }
}

h4 a {
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 122%;
  display: inline-block;
}
@media (max-width: 450px) {
  h4 a {
    font-size: 20px;
  }
}

h5 a {
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

h6 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: var(--theme2) !important;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span a {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* 04.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.gt-btn.style1 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: var(--theme);
  padding: 12px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn.style1 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style1 i {
  margin-left: 6px;
}
.gt-btn.style1:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style1:hover {
  color: var(--theme) !important;
  border: 1px solid var(--text);
}
.gt-btn.style1:hover.gt-btn-icon-1::after {
  color: var(--theme);
}
.gt-btn.style1:hover:before {
  top: -96%;
}
.gt-btn.style2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--btn-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: var(--white);
  padding: 12px 30px;
  border-radius: 999px;
  border: 1px solid var(--theme);
}
.gt-btn.style2 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style2 i {
  margin-left: 6px;
}
.gt-btn.style2:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style2:hover {
  color: var(--theme) !important;
  border: 1px solid var(--text);
}
.gt-btn.style2:hover.gt-btn-icon-1::after {
  color: var(--theme);
}
.gt-btn.style2:hover:before {
  top: -96%;
}
.gt-btn.style3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--btn-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: var(--theme2);
  padding: 12px 30px;
}
.gt-btn.style3 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style3 i {
  margin-left: 6px;
}
.gt-btn.style3:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style3:hover {
  color: var(--white) !important;
}
.gt-btn.style3:hover.gt-btn-icon-3::after {
  color: var(--white);
}
.gt-btn.style3:hover:before {
  top: -96%;
}
.gt-btn.style4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: var(--theme);
  padding: 12px 30px;
  border: 1px solid var(--theme2);
}
.gt-btn.style4 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style4 i {
  margin-left: 6px;
}
.gt-btn.style4:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style4:hover {
  color: var(--theme) !important;
  border: 1px solid var(--text);
}
.gt-btn.style4:hover.gt-btn-icon-1::after {
  color: var(--theme);
}
.gt-btn.style4:hover:before {
  top: -96%;
}
.gt-btn.style5 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--btn-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: var(--white);
  padding: 12px 30px;
  border-radius: 999px;
  border: 1px solid #E9E9E9;
}
.gt-btn.style5 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style5 i {
  margin-left: 6px;
}
.gt-btn.style5:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style5:hover {
  color: var(--white) !important;
  border: 1px solid var(--text);
}
.gt-btn.style5:hover.gt-btn-icon-2::after {
  color: var(--white);
}
.gt-btn.style5:hover:before {
  top: -96%;
}
.gt-btn.style6 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--btn-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: var(--white);
  padding: 20px 30px;
  border-radius: 999px;
  border: 1px solid #E9E9E9;
}
.gt-btn.style6 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style6 i {
  margin-left: 6px;
}
.gt-btn.style6:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style6:hover {
  color: var(--white) !important;
  border: 1px solid var(--text);
}
.gt-btn.style6:hover.gt-btn-icon-2::after {
  color: var(--white);
}
.gt-btn.style6:hover:before {
  top: -96%;
}
.gt-btn.style7 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--btn-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: transparent;
  padding: 12px 30px;
  border-radius: 999px;
  border: 1px solid var(--theme);
}
.gt-btn.style7 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style7 i {
  margin-left: 6px;
}
.gt-btn.style7:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style7:hover {
  color: var(--white) !important;
  border: 1px solid var(--text);
}
.gt-btn.style7:hover.gt-btn-icon-2::after {
  color: var(--white);
}
.gt-btn.style7:hover:before {
  top: -96%;
}
.gt-btn.style8 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  background: var(--theme);
  padding: 12px 20px 12px 6px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn.style8 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style8 i {
  margin-left: 6px;
}
.gt-btn.style8:after {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style8:hover {
  color: var(--theme) !important;
  border: 1px solid var(--text);
}
.gt-btn.style8:hover.gt-btn-icon-4::before {
  color: var(--white);
  background: var(--theme);
  z-index: 99;
}
.gt-btn.style8:hover::after {
  top: -96%;
}
.gt-btn-icon-1::after {
  content: "\f101";
  position: relative;
  color: var(--white);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn-icon-2::after {
  content: "\f101";
  position: relative;
  color: var(--btn-text);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn-icon-3::after {
  content: "\f101";
  position: relative;
  color: var(--theme);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn-icon-4::before {
  content: "\f095";
  position: relative;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme2);
  display: inline-block;
  color: var(--title);
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* 05.Gutter */
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-64 {
    --bs-gutter-x: 64px;
  }
  .gx-47 {
    --bs-gutter-x: 47px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-120 {
    --bs-gutter-x: 120px;
  }
  .gx-134 {
    --bs-gutter-x: 134px;
  }
  .gx-140 {
    --bs-gutter-x: 140px;
  }
  .gx-165 {
    --bs-gutter-x: 165px;
  }
  .gy-60 {
    --bs-gutter-y: 60px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

/* 06.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1400px) {
  .causes-wrapper.style1 .container {
    max-width: 1352px;
  }
}
@media (min-width: 1600px) {
  .footer-widgets-wrapper.style1 .container {
    max-width: 1338px;
  }
}
/* 07.Animation */
/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.ripple-effect {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #F3E7E0;
  border: 1px solid var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
  box-shadow: 0 0 0 0 rgb(255, 217, 196);
  animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
  width: 19px;
  height: 24px;
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes move-directions {
  0% {
    transform: translateX(0) translateY(0);
  }
  33% {
    transform: translateX(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  100% {
    width: var(--progress-width);
  }
}
.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  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;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.video-box-area .video-box .play-btn:after, .video-box-area .video-box .play-btn:before {
  animation-duration: var(--ripple-ani-duration, 3s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple2;
}

.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.fancy-animation {
  animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.movingCar {
  animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
  0% {
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    transform: translateX(calc(-100vw + 108%));
  }
  51% {
    transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
  }
  100% {
    transform: translateX(0) rotateY(180deg);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving2 {
  animation: moving2 8s linear infinite;
}

@keyframes moving2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.moving3 {
  animation: moving3 8s linear infinite;
}

@keyframes moving3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-color-ani,
.color-animate {
  animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.spin2 {
  animation: spin2 10s linear infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*animation bubble****************/
.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.animation-bubble div[class^=bubble-] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../img/shape/star.html) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .animation-bubble > :nth-child(even) {
    display: none;
  }
}
.bubble-1 {
  bottom: -5px;
  left: 68%;
  animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
  bottom: -71px;
  left: 97%;
  animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
  bottom: -71px;
  left: 43%;
  animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
  bottom: -71px;
  left: 41%;
  animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes icon-anim {
  0% {
    top: 26px;
    right: 90px;
  }
  25% {
    top: 86px;
    right: 110px;
  }
  100% {
    top: 26px;
    right: 90px;
  }
}
.img-shine {
  position: relative;
}
.img-shine::before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
  z-index: 22;
}
.img-shine:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  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;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* 08.Helping */
/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--orange);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.mega-hover {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}

.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(245, 255, 255, 0.3);
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.page-nav-wrap ul li {
  display: inline-block;
  text-align: center;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid #E3E3E3;
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers.icon {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers.icon:hover {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.box-shadow {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.margin-top-10 {
  margin-top: -10px;
}

.margin-top-5 {
  margin-top: -5px;
}

.margin-top-60 {
  margin-top: -65px;
}
@media (max-width: 1399px) {
  .margin-top-60 {
    margin-top: -25px;
  }
}
@media (max-width: 1199px) {
  .margin-top-60 {
    margin-top: -27px;
  }
}
@media (max-width: 991px) {
  .margin-top-60 {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .margin-top-60 {
    margin-top: -65px;
  }
}

.margin-top-8 {
  margin-top: -10px;
}

.mt-n30 {
  margin-top: -30px !important;
}

.mt-n50 {
  margin-top: -50px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-7 {
  margin-right: 7px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-44 {
  margin-right: 44px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 25px;
  }
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mxw-615 {
  max-width: 615px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.bg-theme {
  background-color: var(--theme);
}

.bg-theme2 {
  background-color: var(--theme2);
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-color2 {
  background-color: var(--bg2);
}

.bg-title {
  background-color: var(--title);
}

.text-dark2 {
  color: #838387 !important;
}

.text-bg-color2 {
  color: var(--bg2) !important;
}

.text-theme-color {
  color: var(--theme) !important;
}

.text-theme-color2 {
  color: var(--theme2) !important;
}

.text-orange-color {
  color: var(--orange) !important;
}

/* 09.MeanMenu */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white) !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/* 10.Preloader */
/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Epilogue", sans-serif, "Jost", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Epilogue", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.back-to-top {
  border-radius: 12px;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

/* 11.Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.title-section.style1 .sub-title {
  color: var(--theme);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
.title-section.style1 h1 {
  letter-spacing: -1.8px;
  color: var(--title);
}
.title-section.style1 h1 span {
  color: var(--theme);
}
.title-section.style1 p {
  color: var(--pra-text);
  margin-bottom: 40px;
  max-width: 526px;
  margin-top: 20px;
}
.title-section.style2 {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .title-section.style2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .title-section.style2 {
    padding-top: 40px;
  }
}
.title-section.style2 .title-content.mw {
  max-width: 540px;
}
.title-section.style2 .title-content .sub-title {
  color: var(--theme);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.title-section.style2 .title-content .sub-title img {
  margin-right: 5px;
}
.title-section.style2 .title-content h3 {
  letter-spacing: -1.8px;
  color: var(--title);
}
.title-section.style2 .title-content h3 span {
  color: var(--theme);
}
.title-section.style2 .title-content h3 span.title-yellow {
  color: var(--theme2);
}
.title-section.style2 .title-content p {
  margin-top: 20px;
  color: var(--pra-text);
  max-width: 526px;
}
.title-section.style2 .title-btn {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.title-section.style2 .side-title {
  width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.title-section.style3 .title-content {
  margin-bottom: 60px;
}
.title-section.style3 .title-content.style1 {
  margin-bottom: 40px;
}
.title-section.style3 .title-content .sub-title {
  color: var(--theme);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.title-section.style3 .title-content .sub-title img {
  margin-right: 5px;
}
.title-section.style3 .title-content h3 {
  letter-spacing: -1.8px;
  color: var(--title);
}
.title-section.style3 .title-content h3 span {
  color: var(--theme);
}
.title-section.style3 .title-content p {
  color: var(--pra-text);
  max-width: 526px;
  margin-top: 26px;
}
.title-section.style4 {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.title-section.style4 .title-content.mw {
  max-width: 540px;
}
.title-section.style4 .title-content .sub-title {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.title-section.style4 .title-content .sub-title img {
  margin-right: 5px;
}
.title-section.style4 .title-content h3 {
  letter-spacing: -1.8px;
  color: var(--white);
  max-width: 610px;
}
.title-section.style4 .title-content h3 span {
  color: var(--theme2);
}
.title-section.style4 .title-btn {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.title-section.style4 .title-btn a {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--white);
  border-radius: 999px;
  border: 1px solid #E9E9E9;
  background: transparent;
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

/* 12.Common */
/*----------------------------------------------
    # All Common style here
----------------------------------------------*/
.fancy-box.style1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.fancy-box.style1 .item .icon {
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid var(--border);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.fancy-box.style1 .item .icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style1 .item h5 {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: start;
}
.fancy-box.style1 .item p {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
}
.fancy-box.style2 {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}
.fancy-box.style2 .item img {
  margin-right: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style2 .item h4 {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-right: 30px;
}
.fancy-box.style2 .item span {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-right: 5px;
}
.fancy-box.style2 .item i {
  padding: 12px 0px 12px 30px;
  text-align: center;
  color: var(--theme);
  border-left: 2px solid var(--border);
}
.fancy-box.style3 .item img {
  margin-bottom: 15px;
}
.fancy-box.style3 .item h6 {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
}
.fancy-box.style3 .item span {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.star ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.star ul li i {
  color: var(--orange);
}

.progress-wrap {
  margin-bottom: 15px;
}
.progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.progress-wrap .progress-meta .title {
  color: var(--theme);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.progress-wrap .progress-meta .percentage {
  color: var(--theme);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 500px) {
  .progress-wrap .progress-meta {
    gap: 210px;
  }
}
@media (max-width: 470px) {
  .progress-wrap .progress-meta {
    gap: 150px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #D9DDFF !important;
  border-radius: 10px;
  overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
  height: 5px;
  background-color: var(--theme);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 575px) {
  .progress-wrap .progress-container {
    width: 85%;
  }
}
.progress-wrap .progress-container:before, .progress-wrap .progress-container:after {
  position: absolute;
  top: -4px;
  content: "";
  width: 8px;
  height: 12px;
  background-color: var(--theme);
  z-index: 3;
  border-radius: 2px;
}
.progress-wrap .progress-container:before {
  left: 0;
}
.progress-wrap .progress-container:after {
  right: 30%;
}
.progress-wrap .progress-container.style2:before, .progress-wrap .progress-container.style2:after {
  background-color: var(--orange);
}

.arrow-button {
  position: absolute;
  z-index: 9;
}
.arrow-button .arrow-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 8px;
  background-color: var(--white);
  color: var(--title);
  border: 1px solid var(--title);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.arrow-button .arrow-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme2);
  color: var(--title);
  border: 1px solid var(--theme2);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.arrow-button .arrow-next:hover,
.arrow-button .arrow-prev:hover {
  background-color: var(--title);
  color: var(--white);
  border: 1px solid var(--title);
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--orange);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--orange);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--orange);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.section-padding {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding1 {
  padding: 200px 0 110px;
}
@media (max-width: 1199px) {
  .section-padding1 {
    padding: 180px 0 90px;
  }
}
@media (max-width: 991px) {
  .section-padding1 {
    padding: 170px 0 80px;
  }
}

.section-padding2 {
  padding: 110px 0 270px;
}
@media (max-width: 1199px) {
  .section-padding2 {
    padding: 90px 0 240px;
  }
}
@media (max-width: 991px) {
  .section-padding2 {
    padding: 80px 0 230px;
  }
}
@media (max-width: 767px) {
  .section-padding2 {
    padding: 80px 0 190px;
  }
}

.section-padding-3 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .section-padding-3 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-padding-3 {
    padding: 80px 0;
  }
}

.padding-bottom120 {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .padding-bottom120 {
    padding-bottom: 80px;
  }
}

.section-py-120 {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .section-py-120 {
    padding: 80px 0;
  }
}

.section-bg {
  background-color: #F6F8F0;
}

.section-bg-white {
  background-color: var(--white);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mask-content {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center center;
  -webkit-mask-position: center center;
  width: 100%;
}

.checklists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checklists li {
  display: flex;
  align-items: center;
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.checklists li svg {
  margin-right: 20px;
}

.checklists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .checklists {
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .checklists {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.checklists li {
  display: flex;
  align-items: center;
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.checklists li .icon {
  width: 16px;
  height: 16px;
  line-height: 14px;
  margin-right: 15px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checklists li .icon i {
  font-size: 10px;
  color: var(--theme2);
}

.about-counter-box {
  position: relative;
  z-index: 9;
}
.about-counter-box.style1 {
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 25px;
  margin-top: 15px;
  border-radius: 21.484px;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFE175 100%);
  max-width: 265px;
}
.about-counter-box.style1 .content .counter {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 37.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.307px;
}
.about-counter-box.style1 .content .text {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* 13.Header */
.header-top-area {
  background: var(--theme2);
}
.header-top-area .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
@media (max-width: 767px) {
  .header-top-area .header-top-wrapper {
    display: none;
  }
}
.header-top-area .header-top-wrapper .content ul {
  display: flex;
  gap: 69px;
  align-items: center;
}
@media (max-width: 991px) {
  .header-top-area .header-top-wrapper .content ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.header-top-area .header-top-wrapper .content ul li {
  color: #737373;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 991px) {
  .header-top-area .header-top-wrapper .content ul li {
    font-size: 12px;
  }
}
.header-top-area .header-top-wrapper .content ul li a {
  color: var(--title) !important;
}
.header-top-area .header-top-wrapper .content ul li i {
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 991px) {
  .header-top-area .header-top-wrapper .content ul li i {
    font-size: 12px;
  }
}
.header-top-area .header-top-wrapper .social-content ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-area .header-top-wrapper .social-content ul li a {
  color: var(--title);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Header Default */
.et-header {
  position: relative;
  z-index: 41;
}
.et-header .icon-btn {
  border-radius: 99px;
}
.et-header .menu-area {
  position: relative;
  z-index: 99999;
  padding: 0px 15px 0px 30px;
  border-radius: 20px;
  background: var(--white);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}

.main-menu a {
  display: block;
  position: relative;
  color: var(--theme);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.main-menu a:hover, .main-menu a.active {
  color: var(--theme2);
}
.main-menu > ul > li {
  margin: 0 15px;
}
.main-menu > ul > li > a {
  padding: 22px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme2);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--title);
  transition: 0.3s ease-in-out;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  transform: rotate(180deg);
  color: var(--theme2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul li.menu-item-has-children > a.active:after {
  color: var(--theme2);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.main-menu ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--title);
}
.main-menu ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--title);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme2);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu ul .sub-menu li a.active {
  color: var(--theme2);
}
.main-menu ul .sub-menu li a:hover {
  color: var(--theme2);
  padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1899px) {
  .main-menu > ul > li {
    margin: 0 15px;
  }
}
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}
.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-button .btn-wrapper {
  height: 50px;
}
.header-button .info-text p {
  color: var(--theme);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1px;
}
.header-button .info-text h4 {
  color: var(--theme);
  font-family: "Jost", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin-bottom: 1px;
}
.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}
.header-button .icon-btn:hover .badge {
  background-color: var(--title);
  color: var(--white);
}
@media (max-width: 1199px) {
  .header-button {
    padding: 22px 0;
  }
  .header-button.style2 {
    padding: 22px 0;
  }
}

.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 10px;
  background: var(--title);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style2 .line {
  margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
  width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn2 .line {
  display: block;
  height: 2px;
  width: 32px;
  background: var(--white);
  margin: auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.sidebar-btn2 .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn2 .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn2:hover .line:nth-child(2) {
  width: 32px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--text);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--text);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #363739;
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 3px;
}
.header-links li > i {
  margin-right: 11px;
  color: var(--theme);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--text);
}

.header-links a:hover {
  color: var(--theme);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links .social-links a {
  font-size: 14px;
}
.header-links .header-notice {
  margin: 0;
}

.dropdown-link {
  position: relative;
}
.dropdown-link > a {
  color: var(--text);
}
.dropdown-link > ai {
  color: var(--theme);
  margin-right: 5px;
}

.dropdown-toggle:after {
  content: "\f078";
  border: none;
  font-family: "Epilogue", sans-serif;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border);
}
.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu a {
  color: var(--title) !important;
}
.dropdown-menu a:hover {
  color: var(--theme) !important;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

@media (max-width: 1199px) {
  .menu-expand {
    font-size: 15px;
  }
}
.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
}
.menu-expand i {
  margin-right: 15px;
}
.menu-expand:hover {
  color: var(--white);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: absolute;
  margin-top: 20px;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1199px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout1 .sticky-wrapper.sticky {
  background: var(--white);
}
.header-layout1 .sticky-wrapper.sticky .menu-area {
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.header-layout1 .menu-area {
  border-radius: 120px;
  background: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.header-layout1 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout1 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout1 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--theme2);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout1 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: var(--theme2);
  color: var(--theme);
  border: 1px solid var(--theme2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1899px) {
  .header-layout1 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout1 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme2);
  background-color: transparent;
  color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout1 .icon-btn.style1:hover {
  border: 1px solid var(--title);
}
@media (max-width: 1899px) {
  .header-layout1 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .simple-icon {
    margin-left: 0;
  }
  .header-layout1 .main-menu {
    margin-left: 0;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: var(--gray1);
}
@media (max-width: 1199px) {
  .header-layout2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout2 .sticky-wrapper.sticky {
  background: var(--white);
}
.header-layout2 .menu-area {
  background: transparent;
  padding: 0;
}
.header-layout2 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout2 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout2 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout2 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--theme2);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout2 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: var(--theme2);
  color: var(--theme2);
  border: 1px solid var(--theme2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .simple-icon.sidebar-btn .line {
  background: var(--white);
}
@media (max-width: 1899px) {
  .header-layout2 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout2 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme2);
  background-color: transparent;
  color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .icon-btn.style1:hover {
  border: 1px solid var(--title);
}
@media (max-width: 1899px) {
  .header-layout2 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout2 .simple-icon {
    margin-left: 0;
  }
  .header-layout2 .main-menu {
    margin-left: 0;
  }
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .header-layout3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout3 .sticky-wrapper.sticky {
  background: var(--white);
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
  border-bottom: 0px solid #01534D;
}
.header-layout3 .menu-area {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #01534D;
}
.header-layout3 .menu-area .header-button .btn-wrapper {
  height: 65px;
}
.header-layout3 .menu-area .main-menu > ul > li > a {
  padding: 27px 0;
}
.header-layout3 .menu-area .main-menu a:hover,
.header-layout3 .menu-area .main-menu a.active {
  color: var(--title) !important;
}
.header-layout3 .menu-area .main-menu ul li.menu-item-has-children > a.active:after {
  color: var(--title) !important;
}
.header-layout3 .menu-area .main-menu ul li.menu-item-has-children > a:after {
  color: var(--title) !important;
}
.header-layout3 .menu-area .main-menu ul .sub-menu li a.active {
  color: var(--theme2) !important;
}

.et-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.et-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--title);
}
.et-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.et-menu-wrapper .et-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white);
  background-color: var(--theme);
  border-radius: 50%;
}
.et-menu-wrapper .et-menu-toggle:hover {
  background-color: var(--title);
  color: var(--white);
}
.et-menu-wrapper .et-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.et-menu-wrapper.et-body-visible {
  opacity: 1;
  visibility: visible;
}
.et-menu-wrapper.et-body-visible .et-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.et-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
  /***scroll-bar***/
}
.et-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.et-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.et-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.et-mobile-menu ul li.menu-item-has-children {
  position: relative;
}
.et-mobile-menu ul li.menu-item-has-children:before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  content: "+";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--title);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.et-mobile-menu ul li.menu-item-has-children.et-active:before {
  opacity: 0;
  visibility: hidden;
}
.et-mobile-menu ul li.menu-item-has-children.et-active:after {
  opacity: 1;
  visibility: visible;
}
.et-mobile-menu ul li.menu-item-has-children:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "\f068";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--title);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.et-mobile-menu ul li.menu-item-has-children a {
  padding-right: 18px;
}
.et-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title);
}
.et-mobile-menu ul li.et-active > a {
  color: var(--theme);
}
.et-mobile-menu ul li.et-active > a:before {
  transform: rotate(90deg);
}
.et-mobile-menu ul li ul li {
  padding-left: 20px;
}
.et-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.et-mobile-menu ul .et-item-has-children > a .et-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--gray1);
  color: var(--title);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.et-mobile-menu ul .et-item-has-children > a .et-mean-expand:before {
  content: "\f067";
}
.et-mobile-menu ul .et-item-has-children > a:after {
  content: "\f067";
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--gray1);
  float: right;
  margin-top: 1px;
}
.et-mobile-menu ul .et-item-has-children.et-active > a .et-mean-expand:before {
  content: "\f068";
}
.et-mobile-menu ul .et-item-has-children.et-active > a:after {
  content: "\f068";
}
.et-mobile-menu > ul {
  padding: 0 40px;
}
.et-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.et-mobile-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.et-mobile-menu::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.et-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.et-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  line-height: 52px;
  border: none;
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  border-radius: 0px;
}
.et-menu-toggle:hover {
  background-color: var(--white);
}
.et-menu-toggle.style-text, .et-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title);
  font-size: 20px;
}
.et-menu-toggle.style-text i, .et-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.et-menu-toggle.style-text-white {
  color: var(--white);
}
@media (max-width: 1199px) {
  .et-menu-toggle {
    background-color: var(--white);
  }
}

@media (max-width: 400px) {
  .et-menu-wrapper .et-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .et-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme);
  border-color: var(--theme);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white);
  width: 450px;
  margin-right: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  left: -1800px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .newsletter-form .as-btn:hover {
  background: var(--theme2);
}
.sidemenu-wrapper .newsletter-form .as-btn:hover:before, .sidemenu-wrapper .newsletter-form .as-btn:hover::after {
  display: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.sidemenu-wrapper .et-social a {
  box-shadow: none;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme);
  border-color: var(--theme);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white);
  width: 450px;
  margin-right: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
  -webkit-transition: right ease 1s;
  -moz-transition: right ease 1s;
  -ms-transition: right ease 1s;
  -o-transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .recent-post .post-title {
  color: var(--title);
}
.sidemenu-wrapper .widget_title {
  color: var(--title);
}
.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
  position: relative;
  overflow: hidden;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group input {
  height: 56px;
  padding: 0 20px;
  border: 1px solid var(--border-2);
  color: var(--text);
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  font-family: "Jost", sans-serif;
  transition: 0.4s ease-in-out;
  border-radius: 0px;
}
.sidemenu-wrapper .et-widget-contact .info-box_text .icon img {
  filter: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  left: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .sidemenu-wrapper {
    background: transparent;
  }
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .et-btn {
    margin-bottom: 10px;
  }
}
.info-box {
  display: flex;
  margin-bottom: 11px;
}
.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size: 16px;
  background-color: transparent;
  color: var(--theme);
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: flex;
  color: var(--text);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  align-items: center;
}
.info-box_text .details p {
  color: var(--title);
}
.info-box_text .details p a {
  color: var(--title);
}

.info-box_link {
  display: inline-block;
  color: var(--text);
}
.info-box_link:hover {
  color: var(--theme);
}

.et-widget-about {
  max-width: 354px;
  margin-bottom: -0.5em;
}
.et-widget-about .about-logo {
  margin-bottom: 35px;
}
.et-widget-about .text {
  margin-bottom: 30px;
  margin-top: -0.5em;
  color: var(--title);
}

.et-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}
.et-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: flex;
  gap: 16px;
}
.et-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}
.et-widget-contact .info-box_text .icon {
  color: var(--title);
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid var(--title);
  border-radius: 50%;
  text-align: center;
}
.et-widget-contact .info-box_text .icon img {
  filter: contrast(0) brightness(2) opacity(0.7);
}
.et-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}
.et-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}
.et-widget-contact .info-box_text .details a {
  color: var(--title);
}
.et-widget-contact .info-box_text a {
  color: inherit;
}
.et-widget-contact .info-box_text a:hover {
  color: var(--theme2);
}

.breadcumb {
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
  background-color: var(--gray1);
  padding: 120px 0 120px 0;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .breadcumb {
    padding: 180px 0 80px 0;
  }
}
.breadcumb .breadcumb-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 2;
}
.breadcumb .breadcumb-bg img {
  max-width: 100%;
}
.breadcumb .page-heading {
  position: relative;
  z-index: 6;
}
.breadcumb .page-heading h1 {
  color: var(--title);
  text-align: center;
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
}
@media (max-width: 767px) {
  .breadcumb .page-heading h1 {
    font-size: 32px;
  }
}
.breadcumb .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 19px;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .breadcumb .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcumb .page-heading .breadcrumb-items li {
  color: var(--title);
  text-align: center;
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
@media (max-width: 767px) {
  .breadcumb .page-heading .breadcrumb-items li {
    font-size: 20px;
  }
}
.breadcumb .page-heading .breadcrumb-items li a {
  color: var(--title);
  transition: all 0.4s ease-in-out;
}
.breadcumb .page-heading .breadcrumb-items li a:hover {
  color: var(--theme2);
}
.breadcumb .page-heading .breadcrumb-items li i {
  color: #023A85;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

/* 14.Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer-section {
  background: var(--theme);
  position: relative;
}
.footer-section .footer-shape {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-section .footer-shape {
    max-width: 100%;
  }
}
.footer-section .footer-widgets-wrapper.style1 {
  position: relative;
  z-index: 10;
  margin-left: 15px;
}
.footer-section .footer-widgets-wrapper.style1 .footer-title {
  max-width: 780px;
  margin: 0 auto;
}
.footer-section .footer-widgets-wrapper.style1 .footer-title h3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 46px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style1 .footer-logo {
  margin-bottom: 40px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style1 p {
  color: var(--white);
  margin-bottom: 32px;
  max-width: 300px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style1 ul {
  display: flex;
  gap: 10px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style1 ul li a {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  background: #01534D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
  display: inline-block;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style1 ul li a:hover {
  background: var(--theme2);
  color: var(--white) !important;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style2 .footer-inner-title h4 {
  color: var(--white);
  margin-bottom: 30px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style2 ul li {
  margin-bottom: 16px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style2 ul li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style2 ul li a {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style2.footer-nav {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style2.footer-nav {
    margin-left: 0;
  }
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style3 .footer-inner-title h4 {
  color: var(--white);
  margin-bottom: 30px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style3 .contact-info {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 22px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style3 .contact-info:last-child {
  margin-bottom: 0;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style3 .contact-info .icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style3 .contact-info .icon i {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style3 .contact-info .content p {
  color: var(--white);
  margin-bottom: 6px;
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style3 .contact-info .content h5 {
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style1 .single-footer-widget.style3 .contact-info .content a {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}
.footer-section .footer-widgets-wrapper.style2 {
  padding: 310px 0 82px 0;
  position: relative;
  z-index: 8;
  margin-left: 15px;
}
.footer-section .footer-widgets-wrapper.style2 .footer-title {
  max-width: 780px;
  margin: 0 auto;
}
.footer-section .footer-widgets-wrapper.style2 .footer-title h3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 46px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style1 .footer-logo {
  margin-bottom: 40px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style1 p {
  color: var(--white);
  margin-bottom: 32px;
  max-width: 300px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style1 ul {
  display: flex;
  gap: 10px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style1 ul li a {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  background: #01534D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
  display: inline-block;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style1 ul li a:hover {
  background: var(--theme2);
  color: var(--white) !important;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2 .footer-inner-title h4 {
  color: var(--white);
  margin-bottom: 30px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2 ul li {
  margin-bottom: 16px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2 ul li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2 ul li a {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2.footer-nav {
  margin-left: 25px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .footer-inner-title h4 {
  color: var(--white);
  margin-bottom: 30px;
  margin-left: -27px;
}
@media (max-width: 575px) {
  .footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .footer-inner-title h4 {
    margin-left: 0;
  }
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-left: 20px;
  margin-left: -50px;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info {
    margin-left: 0;
  }
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info:last-child {
  margin-bottom: 0;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info .icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info .icon i {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info .content p {
  color: var(--white);
  margin-bottom: 6px;
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info .content h5 {
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info .content a {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}
.footer-section .footer-bottom {
  background-color: var(--theme);
  position: relative;
  z-index: 99;
}
.footer-section .footer-bottom .footer-bottom-wrapper {
  border-top: 1px solid #01534D;
  padding: 30px;
}
@media (max-width: 991px) {
  .footer-section .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-bottom .footer-bottom-wrapper {
    padding: 15px;
  }
}
.footer-section .footer-bottom .footer-bottom-wrapper.style3 {
  padding: 30px 0;
}
.footer-section .footer-bottom .footer-bottom-wrapper P {
  color: var(--white);
}
.footer-section .footer-bottom .footer-bottom-wrapper P a {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .footer-section .footer-bottom .footer-bottom-wrapper P a {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-bottom .footer-bottom-wrapper P {
    font-size: 16px;
    line-height: 1.5;
  }
}
.footer-section .footer-bottom .footer-bottom-wrapper .footer-services {
  display: flex;
  gap: 18px;
}
@media (max-width: 991px) {
  .footer-section .footer-bottom .footer-bottom-wrapper .footer-services {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-bottom .footer-bottom-wrapper .footer-services {
    gap: 10px;
  }
}
.footer-section .footer-bottom .footer-bottom-wrapper .footer-services li a {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .footer-section .footer-bottom .footer-bottom-wrapper .footer-services li a {
    font-size: 16px;
    line-height: 1;
  }
}

.footer-widgets-wrapper.style3 {
  background-color: #023A85;
  padding: 80px 0 30px;
}

.single-footer-widget.style3 {
  position: relative;
  z-index: 3;
}
.single-footer-widget.style3 .footer-contact-info {
  padding: 40px;
  border-radius: 20px;
  background: #01534D;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-footer-widget.style3 .footer-contact-info {
    padding: 25px;
  }
}
.single-footer-widget.style3 .footer-contact-info h3 {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .single-footer-widget.style3 .footer-contact-info h3 {
    font-size: 38px;
    line-height: 51px;
  }
}
@media (max-width: 575px) {
  .single-footer-widget.style3 .footer-contact-info h3 {
    font-size: 30px;
    line-height: 44px;
  }
}
.single-footer-widget.style3 .footer-contact-info .info-box-wrapper .info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.single-footer-widget.style3 .footer-contact-info .info-box-wrapper .info-box:last-child {
  margin-bottom: 0;
}
.single-footer-widget.style3 .footer-contact-info .info-box-wrapper .info-box .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.single-footer-widget.style3 .footer-contact-info .info-box-wrapper .info-box .icon i {
  color: var(--white);
  font-size: 16px;
}
.single-footer-widget.style3 .footer-contact-info .info-box-wrapper .info-box .content .title {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-footer-widget.style3 .footer-contact-info .info-box-wrapper .info-box .content .desc {
  color: var(--white) !important;
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.single-footer-widget.style3 .footer-contact-info .info-box-wrapper .info-box .content .desc a {
  color: var(--white) !important;
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.single-footer-widget.style3 .social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-footer-widget.style3 .social-media li a {
  display: inline-block;
  width: 102.5px;
  height: 96.364px;
  line-height: 115px;
  text-align: center;
  border-radius: 12.045px;
  background-color: #01534D;
}
@media (max-width: 450px) {
  .single-footer-widget.style3 .social-media li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.single-footer-widget.style3 .social-media li a i {
  color: var(--white);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 450px) {
  .single-footer-widget.style3 .social-media li a i {
    font-size: 25px;
  }
}
.single-footer-widget.style3 .menu-box {
  padding: 40px;
  border-radius: 20px;
  background-color: #01534D;
}
@media (max-width: 1199px) {
  .single-footer-widget.style3 .menu-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .single-footer-widget.style3 .menu-box {
    padding: 25px;
  }
}
.single-footer-widget.style3 .menu-box .nav-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-footer-widget.style3 .menu-box .nav-menu-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single-footer-widget.style3 .menu-box .nav-menu-wrapper .services .menu-title {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 30px;
}
.single-footer-widget.style3 .menu-box .nav-menu-wrapper .services ul li {
  margin-bottom: 20px;
}
.single-footer-widget.style3 .menu-box .nav-menu-wrapper .services ul li a {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-footer-widget.style3 .menu-box .nav-menu-wrapper .about-company .menu-title {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 30px;
}
.single-footer-widget.style3 .menu-box .nav-menu-wrapper .about-company .about-nav-menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 140px;
}
@media (max-width: 450px) {
  .single-footer-widget.style3 .menu-box .nav-menu-wrapper .about-company .about-nav-menus {
    gap: 40px;
  }
}
.single-footer-widget.style3 .menu-box .nav-menu-wrapper .about-company .about-nav-menus ul li {
  margin-bottom: 20px;
}
.single-footer-widget.style3 .menu-box .nav-menu-wrapper .about-company .about-nav-menus ul li a {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-footer-widget.style3 .menu-box .email-signup {
  margin-bottom: 10px;
  background-color: transparent;
}
.single-footer-widget.style3 .menu-box .text {
  color: var(--white);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-footer-widget.style3 .menu-box .footer-logo {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* 15.Contact  */
.contact-section .contact-wrapper.style1 .contact-left-items .title-section {
  margin-bottom: 23px;
}
.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items .icon {
  width: 55px;
  height: 55px;
  background-color: var(--white);
  text-align: center;
  line-height: 55px;
  border-radius: 999px;
  color: var(--theme);
}
.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items .content p {
  color: #737373;
}
.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items .content a,
.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items .content span {
  display: block;
  color: var(--Gray-900, #252525);
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 6px;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.paper-plane {
  position: relative;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.paper-plane::after {
  content: "\f1d8";
  color: #252525;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  top: 23px;
  right: 30px;
  position: absolute;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.phone {
  position: relative;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.phone::after {
  content: "\f095";
  color: #252525;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  top: 23px;
  right: 30px;
  position: absolute;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.envelope {
  position: relative;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.envelope::after {
  content: "\f0e0";
  color: #252525;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  top: 15px;
  right: 30px;
  position: absolute;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt span {
  color: var(--title);
  font-weight: 600;
  text-transform: capitalize;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt input,
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt textarea {
  margin-bottom: 20px;
  color: var(--title);
  padding: 16px 30px;
  border-radius: 999px;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--white);
  color: #444;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt input::placeholder,
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: #737373;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt textarea {
  width: 100%;
  padding: 15px 20px;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--white);
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  height: 110px;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round {
  position: relative;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round label {
  background-color: var(--white);
  border: 1px solid var(--title);
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 10px;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round input[type=checkbox] {
  visibility: hidden;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round input[type=checkbox]:checked + label {
  background-color: var(--theme);
  border-color: var(--title);
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round p {
  color: #737373;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box button.gt-btn {
  color: var(--White, #FFF);
  font-family: Syne;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.5px;
  border-radius: 5px;
  background: var(--P2, #FE5E3A);
  padding: 20px 30px;
  width: 100%;
  text-align: center;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt input,
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt textarea {
  color: var(--title);
  background: var(--gray1);
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt input::placeholder,
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt textarea::placeholder {
  color: #737373;
}
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt textarea {
  background: var(--gray1);
  border: 1px solid var(--white);
  color: var(--title);
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details {
  border-radius: 20px;
  background: #F6F8F0;
  padding: 58px 40px;
}
@media (max-width: 450px) {
  .contact-section .contact-wrapper.style2 .contact-info .contract-details {
    padding: 30px 20px;
  }
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details h4 {
  color: var(--text);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details p {
  color: #737373;
  margin-bottom: 60px;
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 41px;
  column-gap: 79px;
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item {
  display: flex;
  gap: 20px;
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #dee7de;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: var(--theme);
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item .contact-inner h4 {
  color: var(--text);
  margin-bottom: 10px;
}
.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item .contact-inner a,
.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item .contact-inner p {
  color: #737373;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin-bottom: 0;
}

.contact-us .contact-left-items {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
}
@media (max-width: 767px) {
  .contact-us .contact-left-items {
    padding: 25px;
  }
}
.contact-us .contact-left-items.style2 {
  background-color: var(--gray1);
}
.contact-us .contact-left-items .title-section .sub-title {
  color: var(--theme);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-us .contact-left-items .title-section h3 {
  color: var(--title);
  margin-bottom: 33px;
}
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt span {
  color: var(--title);
  font-weight: 600;
  text-transform: capitalize;
}
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt input,
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt textarea,
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt select {
  margin-bottom: 20px;
  color: var(--title);
  padding: 16px 30px;
  width: 100%;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  color: #444;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt input::placeholder,
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt textarea::placeholder,
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt select::placeholder {
  color: #737373;
}
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt textarea {
  width: 100%;
  padding: 15px 20px;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  height: 110px;
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round {
  position: relative;
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round label {
  background-color: var(--white);
  border: 1px solid var(--title);
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 10px;
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round input[type=checkbox] {
  visibility: hidden;
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round input[type=checkbox]:checked + label {
  background-color: var(--theme);
  border-color: var(--title);
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round p {
  color: #737373;
}
.contact-us .contact-left-items .contact-content .contact-form-items .check-box button.gt-btn {
  color: var(--White, #FFF);
  font-family: Syne;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.5px;
  border-radius: 5px;
  background: var(--P2, #FE5E3A);
  padding: 20px 30px;
  width: 100%;
  text-align: center;
}
.contact-us .thumb img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.map {
  max-width: 630;
}
.map iframe {
  width: 100%;
}

/* 16.Intro */
/*----------------------------------------------
    # Intro style here
----------------------------------------------*/
.intro-wrapper.style1 {
  position: relative;
  padding-top: 107px;
}
.intro-wrapper.style1 .bg-thumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1800px) {
  .intro-wrapper.style1 .bg-thumb {
    bottom: 0;
  }
}
@media (max-width: 1399px) {
  .intro-wrapper.style1 .bg-thumb {
    display: none;
  }
}
.intro-wrapper.style1 .bg-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1800px) {
  .intro-wrapper.style1 .bg-thumb img {
    max-width: 951px;
    max-height: 900px;
  }
}
@media (max-width: 1700px) {
  .intro-wrapper.style1 .bg-thumb img {
    max-width: 877px;
    max-height: 929px;
  }
}
@media (max-width: 1600px) {
  .intro-wrapper.style1 .bg-thumb img {
    max-width: 802px;
    max-height: 929px;
  }
}
.intro-wrapper.style1 .intro-left-part {
  padding-top: 86px;
}
.intro-wrapper.style1 .intro-right-part .thumb {
  position: relative;
}
.intro-wrapper.style1 .intro-right-part .thumb .main-thumb {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  height: 100%;
}
.intro-wrapper.style1 .intro-right-part .thumb .main-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.intro-wrapper.style1 .intro-right-part .thumb .shape-thumb {
  position: absolute;
  right: 0;
  top: 133px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .intro-wrapper.style1 .intro-right-part .thumb .shape-thumb {
    left: 43%;
    bottom: 0;
    -webkit-transform: translateX(-43%);
    -ms-transform: translateX(-43%);
    transform: translateX(-43%);
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style1 .intro-right-part .thumb .shape-thumb img {
    max-width: 100%;
  }
}
.intro-wrapper.style2 {
  padding: 174px 0 0 0;
  position: relative;
}
.intro-wrapper.style2 .bg-thumb {
  position: absolute;
  bottom: 119px;
  right: 65px;
  left: 0;
  z-index: 1;
  animation: jump 45s infinite linear;
}
.intro-wrapper.style2 .bg-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.intro-wrapper.style2 .title-section {
  text-align: center;
  margin-bottom: 37px;
  position: relative;
  z-index: 9;
}
.intro-wrapper.style2 .title-section h2 {
  max-width: 850px;
  color: var(--title);
  margin: 0 auto;
  padding-bottom: 20px;
}
.intro-wrapper.style2 .title-section h2 span {
  color: var(--theme);
}
.intro-wrapper.style2 .title-section h2 img {
  margin-left: 30px;
}
.intro-wrapper.style2 .title-section p {
  color: #737373;
  margin: 0 auto;
  max-width: 530px;
}
.intro-wrapper.style2 .inner-info {
  position: relative;
  z-index: 9;
}
.intro-wrapper.style2 .inner-info .thumb.style1 {
  margin-top: 12px;
}
.intro-wrapper.style2 .inner-info .thumb.style2 {
  margin-top: 74px;
  position: relative;
}
.intro-wrapper.style2 .inner-info .thumb.style2 .btn-wrapper {
  position: absolute;
  top: -82px;
  left: -107px;
}
@media (max-width: 991px) {
  .intro-wrapper.style2 .inner-info .thumb.style2 .btn-wrapper {
    left: 0;
  }
}
.intro-wrapper.style2 .inner-info .thumb .main-thumb img {
  border-radius: 20px 20px 0px 0px;
}
.intro-wrapper.style2 .inner-info .thumb .thumb-content {
  margin-top: 67px;
  display: flex;
  align-items: center;
  gap: 20.7px;
  padding: 20px 56px;
  border-radius: 20px;
  background: var(--white);
  margin-bottom: 20px;
}
.intro-wrapper.style2 .inner-info .thumb .thumb-content .couneter-part span {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.intro-wrapper.style2 .inner-info .thumb .thumb-content .couneter-part h6 {
  color: var(--title);
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 5px;
}
.intro-wrapper.style3 {
  position: relative;
}
.intro-wrapper.style3 .intro-content {
  max-width: 905px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 2600px) {
  .intro-wrapper.style3 .intro-content {
    padding-bottom: 700px;
  }
}
@media (max-width: 991px) {
  .intro-wrapper.style3 .intro-content {
    margin-bottom: 30px;
  }
}
.intro-wrapper.style3 .intro-content .rating {
  display: inline-flex;
  padding: 12px 15px;
  border-radius: 120px;
  background-color: var(--white);
  margin-bottom: 27px;
}
.intro-wrapper.style3 .intro-content .rating .icon {
  margin-right: 13px;
}
.intro-wrapper.style3 .intro-content .rating .star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  gap: 3px;
}
.intro-wrapper.style3 .intro-content .rating .star i {
  color: #FFBA08;
}
.intro-wrapper.style3 .intro-content h1 {
  text-align: center;
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 86.8px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .intro-wrapper.style3 .intro-content h1 {
    font-size: 54px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style3 .intro-content h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.intro-wrapper.style3 .intro-content .text {
  color: var(--title);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 557px;
  margin: 0 auto;
}
.intro-wrapper.style3 .intro-content .intro-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
}
@media (max-width: 450px) {
  .intro-wrapper.style3 .intro-content .intro-meta {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.intro-wrapper.style3 .intro-content .intro-meta .video-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro-wrapper.style3 .intro-content .intro-meta .video-box .play-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.intro-wrapper.style3 .intro-content .intro-meta .video-box .video-text {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.intro-wrapper.style3 .intro-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro-wrapper.style3 .intro-thumb .left-thumb {
  position: relative;
  margin-top: 150px;
  margin-left: 100px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .intro-wrapper.style3 .intro-thumb .left-thumb {
    margin-top: 160px;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .intro-wrapper.style3 .intro-thumb .left-thumb {
    margin-top: 0;
  }
}
.intro-wrapper.style3 .intro-thumb .left-thumb .thumb1 {
  position: absolute;
  z-index: 100;
  top: 50vh;
  left: 0;
  will-change: transform;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.intro-wrapper.style3 .intro-thumb .left-thumb .thumb1 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style3 .intro-thumb .left-thumb .thumb1 {
    top: 58vh;
  }
}
@media (max-width: 991px) {
  .intro-wrapper.style3 .intro-thumb .left-thumb .thumb1 {
    top: 74vh;
    left: -78px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style3 .intro-thumb .left-thumb .thumb1 {
    display: none;
  }
}
.intro-wrapper.style3 .intro-thumb .left-thumb .thumb2 {
  position: absolute;
  z-index: 100;
  top: -4vh;
  left: -97px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style3 .intro-thumb .left-thumb .thumb2 {
    top: 38vh;
  }
}
@media (max-width: 991px) {
  .intro-wrapper.style3 .intro-thumb .left-thumb .thumb2 {
    top: 43vh;
    left: -153px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style3 .intro-thumb .left-thumb .thumb2 {
    display: none;
  }
}
.intro-wrapper.style3 .intro-thumb .left-thumb .thumb2 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.intro-wrapper.style3 .intro-thumb .right-thumb {
  position: relative;
  margin-top: 150px;
  margin-right: 100px;
}
.intro-wrapper.style3 .intro-thumb .right-thumb .thumb3 {
  position: absolute;
  z-index: 99;
  top: 50vh;
  right: 80px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style3 .intro-thumb .right-thumb .thumb3 {
    top: 59vh;
    right: 32px;
  }
}
@media (max-width: 991px) {
  .intro-wrapper.style3 .intro-thumb .right-thumb .thumb3 {
    top: 83vh;
    right: -111px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style3 .intro-thumb .right-thumb .thumb3 {
    display: none;
  }
}
.intro-wrapper.style3 .intro-thumb .right-thumb .thumb3 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.intro-wrapper.style3 .intro-thumb .right-thumb .thumb4 {
  position: absolute;
  z-index: 9;
  top: 1vh;
  right: -97px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .intro-wrapper.style3 .intro-thumb .right-thumb .thumb4 {
    top: 34vh;
    right: -167px;
  }
}
@media (max-width: 991px) {
  .intro-wrapper.style3 .intro-thumb .right-thumb .thumb4 {
    top: 38vh;
    right: -167px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style3 .intro-thumb .right-thumb .thumb4 {
    display: none;
  }
}
.intro-wrapper.style3 .intro-thumb .right-thumb .thumb4 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.intro-container-wrapper.style3 {
  padding: 210px 0 0 0;
  position: relative;
  background: linear-gradient(180deg, #fbecb2 0%, rgba(255, 225, 117, 0) 100%);
  height: 250vh;
  overflow: hidden;
}
@media (min-width: 2000px) {
  .intro-container-wrapper.style3 {
    padding-top: 570px;
    text-align: center;
    padding-bottom: 500px;
  }
}
@media (max-width: 1199px) {
  .intro-container-wrapper.style3 {
    padding-top: 120px;
    height: 300vh;
  }
}
@media (max-width: 991px) {
  .intro-container-wrapper.style3 {
    padding-top: 100px;
    height: 200vh;
  }
}
@media (max-width: 767px) {
  .intro-container-wrapper.style3 {
    padding-top: 180px;
    height: 105vh;
  }
}

/* 17.About*/
/*----------------------------------------------
    # About style here
----------------------------------------------*/
.about-page-section .about-wrapper.style1 {
  padding-top: 120px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .about-page-section .about-wrapper.style1 {
    padding-top: 60px;
  }
}

.about-wrapper.style1 {
  padding-top: 263px;
  margin-top: -239px;
}
.about-wrapper.style1 .about-left-part {
  position: relative;
}
.about-wrapper.style1 .about-left-part .thumb-info {
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  .about-wrapper.style1 .about-left-part .thumb-info .main-thumb {
    text-align: center;
  }
}
.about-wrapper.style1 .about-left-part .thumb-info .main-thumb img {
  max-width: 100%;
  max-width: 100%;
}
.about-wrapper.style1 .about-left-part .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper.style1 .about-left-part .bg-shape {
    bottom: -20px;
    left: 156px;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .about-wrapper.style1 .about-left-part .bg-shape {
    bottom: -20px;
    left: 30px;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .about-wrapper.style1 .about-left-part .bg-shape {
    left: 0;
    max-width: 100%;
  }
}
.about-wrapper.style1 .about-left-part .bg-shape img {
  width: 100%;
  height: 100%;
}
.about-wrapper.style1 .about-left-part .single-shape1 {
  position: absolute;
  bottom: 84px;
  left: 102px;
  z-index: 1;
  animation: up-down 2s infinite alternate;
}
@media (max-width: 1199px) {
  .about-wrapper.style1 .about-left-part .single-shape1 {
    left: 200px;
  }
}
.about-wrapper.style1 .about-left-part .single-shape2 {
  position: absolute;
  bottom: 144px;
  right: 55px;
  z-index: 1;
  animation: up-down 2s infinite alternate;
}
@media (max-width: 1199px) {
  .about-wrapper.style1 .about-left-part .single-shape2 {
    right: 203px;
  }
}
.about-wrapper.style1 .about-left-part .single-shape3 {
  position: absolute;
  top: 111px;
  left: 176px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper.style1 .about-left-part .single-shape3 {
    left: 271px;
  }
}
.about-wrapper.style1 .about-left-part .single-shape4 {
  position: absolute;
  bottom: 111px;
  left: 86px;
  z-index: 1;
  animation: jump 48s infinite linear;
}
@media (max-width: 1199px) {
  .about-wrapper.style1 .about-left-part .single-shape4 {
    left: 241px;
  }
}
.about-wrapper.style2 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .about-wrapper.style2 {
    padding: 40px 0;
  }
}
.about-wrapper.style2 .about-left-part {
  display: flex;
  align-items: end;
  gap: 20px;
}
.about-wrapper.style2 .about-left-part .main-thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
.about-wrapper.style2 .about-left-part .content {
  margin-bottom: 30px;
}
.about-wrapper.style2 .about-left-part .content .counter-info {
  padding: 20px 32px;
  border-radius: 20px;
  background: var(--theme);
  width: 219px;
  height: 177px;
  text-align: center;
  margin-bottom: 20px;
}
.about-wrapper.style2 .about-left-part .content .counter-info .icon-shape {
  margin-bottom: 20px;
}
.about-wrapper.style2 .about-left-part .content .counter-info span {
  color: var(--white);
  text-align: center;
  font-family: Epilogue;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.about-wrapper.style2 .about-left-part .content .counter-info p {
  color: var(--white);
}
.about-wrapper.style2 .about-right-part .title-section.style3 .title-content {
  margin-bottom: 39px;
}
.about-wrapper.style2 .about-right-part p {
  color: #737373;
  margin: 30px 0 42px 0;
}

/* 18.Testimonial  */
.testimonial-wrapper.style1 {
  margin-top: -185px;
  z-index: 99;
  position: relative;
}
.testimonial-wrapper.style1 .testimonial-info {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .testimonial-wrapper.style1 .testimonial-info {
    flex-wrap: wrap;
  }
}
.testimonial-wrapper.style1 .testimonial-info .thumb img {
  max-width: 100%;
}
.testimonial-wrapper.style1 .testimonial-info .content {
  position: relative;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFE175 100%);
  border: 1px solid #E9E9E9;
  padding: 60px 62px 63px 60px;
  border-radius: 0 20px 20px 0;
  max-width: 770px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper.style1 .testimonial-info .content {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrapper.style1 .testimonial-info .content {
    max-width: 100%;
    padding: 30px;
  }
}
.testimonial-wrapper.style1 .testimonial-info .content .content-bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial-wrapper.style1 .testimonial-info .content .icon {
  margin-bottom: 36px;
}
.testimonial-wrapper.style1 .testimonial-info .content .hightlight {
  margin-bottom: 63px;
}
.testimonial-wrapper.style1 .testimonial-info .content .hightlight p {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper.style1 .testimonial-info .content .hightlight p {
    font-size: 20px;
  }
}
.testimonial-wrapper.style1 .testimonial-info .content .profile-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.testimonial-wrapper.style1 .testimonial-info .content .profile-box .testi-content .title {
  color: var(--title);
  margin-bottom: 5PX;
}
.testimonial-wrapper.style1 .testimonial-info .content .profile-box .testi-content .designation {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.testimonial-wrapper.style2 {
  position: relative;
}
.testimonial-wrapper.style2 .title-section {
  max-width: 615px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.testimonial-wrapper.style2 .testimonial-slider-area {
  padding: 60px 40px;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid #E9E9E9;
}
@media (max-width: 470px) {
  .testimonial-wrapper.style2 .testimonial-slider-area {
    padding: 20px;
  }
}
.testimonial-wrapper.style3 .testimonial-thumb img {
  width: 100%;
}
.testimonial-wrapper.style3 .testimonialSliderThree {
  position: relative;
  margin-left: -200px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper.style3 .testimonialSliderThree {
    margin-left: 0;
  }
}

/* 19.Sidebar */
/*----------------------------------------------
    # Widget Sidebar style here
----------------------------------------------*/
.main-sidebar .single-sidebar-widget {
  padding: 20px;
  background-color: var(--bg2);
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .arrow-btn {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: -32px;
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background: transparent;
  border: none;
  color: var(--title);
  text-align: center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background: var(--theme2);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul {
  padding-left: 0;
  list-style-type: none;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li {
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li a span {
  transition: all 0.4s ease-in-out;
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover {
  background: var(--theme2);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover a {
  color: var(--title) !important;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active {
  background: var(--theme2);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active a {
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white);
  margin-right: 5px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background: var(--theme2);
  color: var(--title) !important;
}

.recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.recent-post-area .recent-items:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E5E5;
}
.recent-post-area .recent-items .recent-thumb img {
  width: 78px;
  height: 79px;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.recent-post-area .recent-items .recent-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.recent-post-area .recent-items .recent-content ul li {
  color: var(--theme);
  font-family: "Epilogue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.recent-post-area .recent-items .recent-content h6 a {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme) !important;
}

@media (max-width: 1199px) {
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
/* 20.Card */
/*----------------------------------------------
    # Card style here
----------------------------------------------*/
.feature-card.style1 {
  background-color: var(--theme);
  padding: 40px 55px 40px 40px;
}
.feature-card.style1 .card-inner .icon {
    text-align:center
  width: 80px;
  height: 80px;
  /*border-radius: 999px;*/
  /*background: var(--theme2);*/
  text-align: center;
  line-height: 80px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .feature-card.style1 .card-inner .icon {
    margin-bottom: 30px;
  }
}
.feature-card.style1 .card-inner .content h4 {
  color: var(--white);
}
@media (max-width: 1199px) {
  .feature-card.style1 .card-inner .content h4 {
    font-size: 16px;
  }
}
.feature-card.style1.rounded-left {
  border-radius: 20px 0 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.feature-card.style1.rounded-right {
  border-radius: 0 20px 20px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.feature-card.style1:hover .card-inner .icon {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}

.cta-card.style1 {
  position: relative;
}
.cta-card.style1 .card-inner.border-left::before {
  content: "";
  width: 1px;
  height: 124px;
  position: absolute;
  background: wheat;
  bottom: -31px;
  right: 225px;
}
@media (max-width: 991px) {
  .cta-card.style1 .card-inner.border-left::before {
    display: none;
  }
}
.cta-card.style1 .card-inner.border-right::after {
  content: "";
  width: 1px;
  height: 124px;
  position: absolute;
  background: wheat;
  bottom: -13px;
  right: 41px;
}
@media (max-width: 991px) {
  .cta-card.style1 .card-inner.border-right::after {
    display: none;
  }
}
.cta-card.style1 .card-inner.inner-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .cta-card.style1 .card-inner.inner-wrapper {
    border-right: 0px;
  }
}
.cta-card.style1 .card-inner .icon {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: var(--theme2);
  text-align: center;
  line-height: 90px;
}
.cta-card.style1 .card-inner .content h4 {
  color: var(--white);
  margin-bottom: 5px;
}
.cta-card.style1 .card-inner .content .number a {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .cta-card.style1 .card-inner .content .number a {
    font-size: 20px;
  }
}
.cta-card.style1 .card-inner .content h3 {
  color: var(--white);
}
@media (max-width: 1199px) {
  .cta-card.style1 .card-inner .content h3 {
    font-size: 25px;
  }
}
.cta-card.style1 .card-inner .content h3 span {
  color: var(--theme2);
}
.cta-card.style1 .card-inner .content .btn-wrapper {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .cta-card.style1 .card-inner .content .btn-wrapper {
    justify-content: start;
  }
}

.testimonial-card.style2 {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: var(--gray1);
}
@media (max-width: 575px) {
  .testimonial-card.style2 {
    padding: 20px;
  }
}
.testimonial-card.style2 .icon {
  position: absolute;
  top: 40px;
  right: 40px;
}
.testimonial-card.style2 .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .testimonial-card.style2 .testimonial-profile {
    flex-wrap: wrap;
  }
}
.testimonial-card.style2 .testimonial-profile .thumb {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style2 .testimonial-profile .thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style2 .testimonial-profile .content .name {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.testimonial-card.style2 .testimonial-profile .content .designation {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.testimonial-card.style2 .testimonial-content .text {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .testimonial-card.style2 .testimonial-content .text {
    font-size: 22px;
    line-height: 32px;
  }
}
.testimonial-card.style2 .testimonial-content .star-wrapper i {
  color: #FFBA08;
}
.testimonial-card.style3 {
  position: relative;
  padding: 60px;
  border-radius: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 0%, #FFF0BD 100%);
}
@media (max-width: 1199px) {
  .testimonial-card.style3 {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .testimonial-card.style3 {
    margin-left: 0px;
    padding: 25px;
  }
}
.testimonial-card.style3 .icon {
  position: absolute;
  top: 60px;
  right: 60px;
}
@media (max-width: 767px) {
  .testimonial-card.style3 .icon {
    position: absolute;
    top: 60px;
    right: 5px;
  }
}
.testimonial-card.style3 .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.testimonial-card.style3 .testimonial-profile .thumb {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style3 .testimonial-profile .thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style3 .testimonial-profile .content .name {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.testimonial-card.style3 .testimonial-profile .content .designation {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.testimonial-card.style3 .text {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .testimonial-card.style3 .text {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .testimonial-card.style3 .text {
    font-size: 22px;
    line-height: 30px;
  }
}

.achievement-card.style3 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--white);
}
@media (max-width: 1199px) {
  .achievement-card.style3 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .achievement-card.style3 {
    margin-top: 0;
  }
}
.achievement-card.style3 .box-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  .achievement-card.style3 .box-heading {
    margin-bottom: 60px;
  }
}
.achievement-card.style3 .box-heading .number {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -1.8px;
}
@media (max-width: 991px) {
  .achievement-card.style3 .box-heading .number {
    font-size: 54px;
    line-height: 75px;
  }
}
@media (max-width: 500px) {
  .achievement-card.style3 .box-heading .number {
    font-size: 44px;
    line-height: 55px;
  }
}
.achievement-card.style3 .box-heading .text {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 70px;
}
.achievement-card.style3 .box-text {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.achievement-card.style4 .box-thumb {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .achievement-card.style4 .box-thumb {
    margin-top: 30px;
  }
}
.achievement-card.style4 .box-thumb img {
  max-width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.achievement-card.style4 .box-content {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .achievement-card.style4 .box-content {
    margin-bottom: 30px;
  }
}
.achievement-card.style4 .box-content .box-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.achievement-card.style4 .box-content .box-heading .number {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -1.8px;
}
@media (max-width: 991px) {
  .achievement-card.style4 .box-content .box-heading .number {
    font-size: 54px;
    line-height: 75px;
  }
}
@media (max-width: 500px) {
  .achievement-card.style4 .box-content .box-heading .number {
    font-size: 44px;
    line-height: 55px;
  }
}
.achievement-card.style4 .box-content .box-heading .text {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 70px;
}
.achievement-card.style4 .box-content .box-text {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.service-card.style1 {
  background-color: var(--white);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  -webkit-transition: background 0.5s ease, border-radius 0.5s ease;
  -o-transition: background 0.5s ease, border-radius 0.5s ease;
  transition: background 0.5s ease, border-radius 0.5s ease;
}
.service-card.style1 .card-inner .icon {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: #F6F8F0;
  text-align: center;
  line-height: 80px;
  margin-bottom: 20px;
}
.service-card.style1 .card-inner .content {
  margin-bottom: 32px;
}
.service-card.style1 .card-inner .content h4 {
  color: var(--title);
  margin-bottom: 20px;
}
.service-card.style1 .card-inner .content p {
  color: #737373;
}
.service-card.style1:hover {
  border-radius: 20px;
  background: var(--Linear, linear-gradient(180deg, #F5F5F5 0%, #FFE175 100%), #FFE175);
}
.service-card.style1:hover .card-inner .icon {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.service-card.style2 {
  background-color: var(--white);
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.service-card.style2 .card-inner .icon {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #F6F8F0;
  text-align: center;
  line-height: 60px;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-card.style2 .card-inner .icon svg path {
  fill: var(--theme);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-card.style2 .card-inner .content {
  margin-bottom: 32px;
}
.service-card.style2 .card-inner .content h4 {
  color: var(--title);
  margin-bottom: 10px;
}
.service-card.style2 .card-inner .content p {
  color: #737373;
}
.service-card.style2 .card-inner:hover .icon {
  background: var(--theme);
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.service-card.style2 .card-inner:hover .icon svg path {
  fill: var(--white);
}
.service-card.style3 {
  position: relative;
}
@media (max-width: 1199px) {
  .service-card.style3 {
    margin-top: 30px;
  }
}
.service-card.style3 .icon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFE175 100%);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}
.service-card.style3 .thumb {
  margin-bottom: -130px;
  margin-left: 35px;
}
@media (max-width: 767px) {
  .service-card.style3 .thumb {
    margin-left: 60px;
  }
}
.service-card.style3 .thumb a img {
  max-width: 100%;
  border-radius: 20px 20px 0px 20px;
  -webkit-border-radius: 20px 20px 0px 20px;
  -moz-border-radius: 20px 20px 0px 20px;
  -ms-border-radius: 20px 20px 0px 20px;
  -o-border-radius: 20px 20px 0px 20px;
}
.service-card.style3 .content {
  width: 100%;
  padding: 150px 30px 25px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background-color: var(--white);
}
.service-card.style3 .content h4 {
  margin-bottom: 25px;
}

.project-card.style1 {
  text-align: center;
  margin-bottom: 30px;
}
.project-card.style1:last-child {
  margin-bottom: 0;
}
.project-card.style1 .thumb {
  position: relative;
}
.project-card.style1 .thumb .main-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.project-card.style1 .thumb .main-thumb img {
  border-radius: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  max-width: 100%;
  max-height: 100%;
}
.project-card.style1 .thumb-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: start;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.project-card.style1 .thumb-content p {
  display: inline-block;
  color: var(--white);
  background: var(--theme);
  border-radius: 5px 5px 0px 0px;
  display: inline-block;
  padding: 5px 10px 6px 20px;
}
.project-card.style1 .thumb-content h4 {
  color: var(--text);
  background: var(--white);
  padding: 10px 15px 10px 25px;
  border-radius: 0px 5px 5px 5px;
}
.project-card.style1:hover .thumb-content {
  visibility: visible;
  opacity: 1;
}
.project-card.style1:hover .main-thumb img {
  border-radius: 20px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.project-card.style2 {
  margin-bottom: 30px;
}
.project-card.style2:last-child {
  margin-bottom: 0;
}
.project-card.style2 .thumb {
  position: relative;
  overflow: hidden;
}
.project-card.style2 .thumb .main-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.project-card.style2 .thumb .main-thumb img {
  border-radius: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.project-card.style2 .thumb-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-card.style2 .thumb-content p {
  color: var(--white);
  border-radius: 5px 5px 0px 0px;
  background: var(--theme);
  padding: 5px 10px 6px 20px;
  max-width: 170px;
  margin: 0 auto;
}
.project-card.style2 .thumb-content h4 {
  color: var(--text);
  background: var(--white);
  padding: 13px 0 7px 0;
  border-radius: 10px;
  text-align: center;
}
.project-card.style2:hover .thumb-content {
  visibility: visible;
  opacity: 1;
}
.project-card.style2:hover .main-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (max-width: 1199px) {
  .project-card.style3 {
    margin-bottom: 30px;
  }
}
.project-card.style3 .project-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.project-card.style3 .project-thumb .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.project-card.style3 .project-thumb .icon a {
  display: inline-block;
  width: 132px;
  height: 132px;
  line-height: 132px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFE175 100%);
}
.project-card.style3 .project-thumb .thumb {
  border-radius: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
}
.project-card.style3 .project-content {
  margin-top: 15px;
}
.project-card.style3 .project-content .subtitle {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 5px;
}
.project-card.style3 .project-content h4 a {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.project-card.style3:hover .project-thumb .icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.project-card.style3:hover .project-thumb .thumb {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.process-card.style3 {
  padding: 0px 36px 35px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background-color: var(--white);
}
.process-card.style3 .number {
  position: relative;
  z-index: 2;
  color: rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: "Epilogue", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 86.8px;
}
.process-card.style3 .icon {
  position: relative;
  z-index: 3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: -50px auto 30px;
  text-align: center;
  border-radius: 999px;
  background: var(--theme2);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.process-card.style3 .text {
  color: var(--title);
  text-align: center;
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.process-card.style3:hover .icon {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.team-card.style1 .thumb {
  position: relative;
  text-align: center;
}
.team-card.style1 .thumb .main-thumb {
  text-align: center;
  position: relative;
  border-radius: 999px 999px 40px 40px;
  border: 2px solid #E9E9E9;
  background: var(--Linear, linear-gradient(180deg, #F5F5F5 40%, #FFE175 100%), #023A85);
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.team-card.style1 .thumb .main-thumb img {
  max-width: 100%;
}
.team-card.style1 .thumb .thumb-content {
  padding: 15px 0px 15px 30px;
  width: 236px;
  height: 93px;
  border-radius: 30px;
  background: var(--white);
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media (max-width: 1199px) {
  .team-card.style1 .thumb .thumb-content {
    padding: 15px 0px 15px 10px;
    width: 175px;
    height: 93px;
    left: 20px;
    bottom: 20px;
  }
}
.team-card.style1 .thumb .thumb-content h4 {
  color: var(--text);
  margin-bottom: 5px;
}
.team-card.style1 .thumb .thumb-content p {
  color: #737373;
}
.team-card.style1 .thumb:hover .main-thumb {
  background: var(--Linear, linear-gradient(180deg, #F5F5F5 40%, #023A85 100%), #FFE175);
}

.blog-card.style1 {
  text-align: center;
}
.blog-card.style1 .thumb-content {
  padding: 29px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background: var(--white);
  max-width: 352px;
  margin: -132px auto auto;
  position: relative;
}
.blog-card.style1 .thumb-content .meta {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 21px;
}
.blog-card.style1 .thumb-content .meta span {
  color: #737373;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-card.style1 .thumb-content .meta span i {
  color: var(--theme);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-card.style1 .thumb-content .meta a {
  color: #737373;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-card.style1 .thumb-content .meta a i {
  color: var(--theme);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-card.style1 .thumb-content h4 {
  color: var(--text);
  background: var(--white);
  margin-bottom: 31px;
}
.blog-card.style2 {
  position: relative;
}
.blog-card.style2 .thumb .main-thumb a img {
  width: 100%;
}
.blog-card.style2 .thumb-content {
  padding: 20px 38px 20px 40px;
  border-radius: 20px;
  border-bottom: 4px solid transparent;
  background: var(--white);
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .blog-card.style2 .thumb-content {
    padding: 20px;
  }
}
.blog-card.style2 .thumb-content .meta {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-card.style2 .thumb-content .meta {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.blog-card.style2 .thumb-content .meta span {
  color: #737373;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-card.style2 .thumb-content .meta span i {
  color: var(--theme);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-card.style2 .thumb-content .meta a {
  color: #737373;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-card.style2 .thumb-content .meta a i {
  color: var(--theme);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-card.style2 .thumb-content h4 {
  color: var(--text);
  background: var(--white);
}
.blog-card.style2:hover .thumb-content {
  border-radius: 20px;
  border-bottom: 4px solid #FFE175;
}
@media (max-width: 1199px) {
  .blog-card.style3 {
    margin-bottom: 30px;
  }
}
.blog-card.style3 .main-thumb {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .blog-card.style3 .main-thumb {
    text-align: center;
  }
}
.blog-card.style3 .main-thumb img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog-card.style3 .thumb-content {
  padding: 29px 35px 20px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background: var(--white);
  max-width: 352px;
  margin: -132px auto auto;
  position: relative;
  text-align: center;
}
.blog-card.style3 .thumb-content .meta {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 21px;
}
.blog-card.style3 .thumb-content .meta span {
  color: #737373;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-card.style3 .thumb-content .meta span i {
  color: var(--theme);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-card.style3 .thumb-content .meta a {
  color: #737373;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-card.style3 .thumb-content .meta a i {
  color: var(--theme);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-card.style3 .thumb-content h4 {
  color: var(--text);
  background: var(--white);
  margin-bottom: 20px;
}

.blog-card.style4 {
  margin-bottom: 58px;
}
.blog-card.style4 .thumb {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog-card.style4 .thumb img {
  max-width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog-card.style4 .blog-content .blog-meta {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 30px;
}
.blog-card.style4 .blog-content .blog-meta .date {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog-card.style4 .blog-content .blog-meta .date i {
  margin-right: 5px;
  color: var(--theme);
}
.blog-card.style4 .blog-content .blog-meta .author {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog-card.style4 .blog-content .blog-meta .author i {
  margin-right: 5px;
  color: var(--theme);
}
.blog-card.style4 .blog-content h3 {
  margin-top: 21px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .blog-card.style4 .blog-content h3 {
    margin-top: 12px;
    margin-bottom: 18px;
  }
}
.blog-card.style4 .blog-content h3 a {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
}
@media (max-width: 991px) {
  .blog-card.style4 .blog-content h3 a {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .blog-card.style4 .blog-content h3 a {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .blog-card.style4 .blog-content h3 a {
    font-size: 24px;
  }
}
.blog-card.style4 .blog-content .text {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog-card.style4 .blog-content .btn-wrapper {
  margin-top: 40px;
}
@media (max-width: 450px) {
  .blog-card.style4 .blog-content .btn-wrapper {
    margin-top: 20px;
  }
}

/* 21.Feature */
/* 22.Form */
.email-signup {
  display: flex;
  align-items: center;
  background-color: #09423c;
  padding: 5px;
  border-radius: 30px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
.email-signup input {
  flex: 1;
  padding: 16px 21px;
  border: none;
  border-radius: 999px;
  background-color: #0f6155;
  color: #fff;
  outline: none;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.email-signup input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.email-signup button {
  position: absolute;
  right: 12px;
  background-color: #fdd878;
  border: none;
  padding: 10px 30px;
  border-radius: 350px;
  color: "Epilogue", sans-serif;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.email-signup button:hover {
  background-color: #ffd95c;
}

/* 23.Index */
/*----------------------------------------------
    # Features style here
----------------------------------------------*/
.feature-section {
  position: relative;
  z-index: 10;
}
.feature-section .feature-wrapper.style1 {
  padding-bottom: 100px;
  margin-top: -139px;
}

/*----------------------------------------------
    # Cta style here
----------------------------------------------*/
.cta-section {
  position: relative;
}
.cta-section .bg-shape {
  position: absolute;
  position: absolute;
  top: 0;
  right: 315px;
  bottom: 0;
  left: 315px;
}
.cta-section .bg-shape img {
  width: 100%;
  height: 100%;
}
.cta-section .cta-wrapper.style1 {
  padding: 80px 60px;
  background-color: var(--theme);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .cta-section .cta-wrapper.style1 {
    padding: 40px 30px;
  }
}

/*----------------------------------------------
    # Services style here
----------------------------------------------*/
.service-wrapper.style1 {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .service-wrapper.style1 {
    padding-bottom: 40px;
  }
}
.service-wrapper.style1 .service-center-content .service-card.style1 {
  margin-bottom: 30px;
}
.service-wrapper.style1 .service-center-content .service-card.style1:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .service-wrapper.style1 .service-center-content .service-card.style1 {
    margin-bottom: 47px;
  }
}
.service-wrapper.style1 .service-right-content .btn-wrapper {
  margin-top: 67px;
}
.service-wrapper.style2 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .service-wrapper.style2 {
    padding: 40px 0;
  }
}
.service-wrapper.style2 .title-section.style3 {
  max-width: 540px;
  margin: 0 auto;
}

/*----------------------------------------------
    # Team style here
----------------------------------------------*/
.team-wrapper.style1 .title-section {
  max-width: 550px;
  margin: 0 auto;
}
.team-wrapper.style1 .team-info {
  display: flex;
  gap: 30px;
}

/*----------------------------------------------
    # Project style here
----------------------------------------------*/
.project-wrapper.style2 {
  margin: 0 95px;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .project-wrapper.style2 {
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .project-wrapper.style2 {
    padding: 40px 0;
  }
}
.project-wrapper.style2 .title-section {
  max-width: 615px;
  margin: 0 auto 60px auto;
  text-align: center;
}
/*----------------------------------------------
    # Blog style here
----------------------------------------------*/
.blog .blog-wrapper .title-section.title2 {
  max-width: 615px;
  margin: 0 auto 60px auto;
  text-align: center;
}

/* 24.Index2 */
/*----------------------------------------------
    # Features style here
----------------------------------------------*/
.feature-container-wrapper.style2 {
  position: relative;
  z-index: 5;
  background: var(--theme);
}
.feature-container-wrapper.style2 .title-section {
  position: relative;
  z-index: 99;
}
.feature-container-wrapper.style2 .bg-shape {
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 1;
  animation: jump2 38s infinite linear;
}

/*----------------------------------------------
    # Message Section style here
----------------------------------------------*/
.message-section {
  padding-top: 120px;
  margin-bottom: -229px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .message-section {
    padding-top: 0;
  }
}
.message-section .message-left-part .contact-form {
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 60px 66px 58px 62px;
}
@media (max-width: 767px) {
  .message-section .message-left-part .contact-form {
    padding: 20px;
    margin-bottom: 84px;
  }
}
.message-section .message-left-part .contact-form h3 {
  color: var(--title);
  margin-bottom: 36px;
}
.message-section .message-left-part .contact-form form input[type=text] {
  width: 100%;
  padding: 16px 30px;
  border-radius: 999px;
  border: 1px solid #E9E9E9;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.message-section .message-left-part .contact-form form input[type=email] {
  width: 100%;
  padding: 16px 30px;
  border-radius: 999px;
  border: 1px solid #E9E9E9;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.message-section .message-left-part .contact-form form textarea {
  margin: 30px 0;
  padding: 15px 0 0 30px;
  width: 100%;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 30px;
  border: 1px solid #E9E9E9;
  outline: none;
  resize: none;
  min-height: 133px;
}
.message-section .message-right-part {
  margin-top: -125px;
}
@media (max-width: 575px) {
  .message-section .message-right-part {
    padding-top: -40px;
  }
}
.message-section .message-right-part .thumb img {
  max-width: 100%;
  max-height: 100%;
}

/* 25.Index3 */
/*----------------------------------------------
    # Work Process Section style here
----------------------------------------------*/
.work-process-wrapper.style3 .title-desc {
  max-width: 457px;
}
@media (max-width: 1199px) {
  .work-process-wrapper.style3 .title-desc {
    margin-bottom: 30px;
    margin-top: -38px;
  }
}
.work-process-wrapper.style3 .process-content-wrapper {
  margin-top: 80px;
}
.work-process-wrapper.style3 .process-content-wrapper .content .subtitle {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.work-process-wrapper.style3 .process-content-wrapper .content .text {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 38px;
}
.work-process-wrapper.style3 .process-content-wrapper .content .checklist-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 450px) {
  .work-process-wrapper.style3 .process-content-wrapper .content .checklist-wrapper {
    flex-wrap: wrap;
  }
}
.work-process-wrapper.style3 .process-content-wrapper .thumb img {
  border-radius: 20px;
  max-width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/*----------------------------------------------
    # About Section style here
----------------------------------------------*/
.about-wrapper.style3 .about-thumb {
  position: relative;
  margin-top: 25px;
}
.about-wrapper.style3 .about-thumb .thumb1 {
  position: relative;
  z-index: 3;
}
.about-wrapper.style3 .about-thumb .thumb2 {
  position: absolute;
  bottom: 0px;
  right: 15px;
  z-index: 4;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.about-wrapper.style3 .about-thumb .thumb2 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 1199px) {
  .about-wrapper.style3 .about-thumb .thumb2 {
    position: absolute;
    bottom: 28px;
    right: 299px;
    z-index: 4;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style3 .about-thumb .thumb2 {
    position: absolute;
    bottom: 28px;
    right: 10px;
  }
}
.about-wrapper.style3 .about-thumb .shape {
  position: absolute;
  top: -25px;
  right: 55px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper.style3 .about-thumb .shape {
    position: absolute;
    top: -25px;
    right: 349px;
    z-index: 1;
  }
}
.about-wrapper.style3 .about-content .title-section {
  margin-bottom: 20px;
}
.about-wrapper.style3 .about-content h4 {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-wrapper.style3 .about-content .about-contact-wrap {
  display: flex;
  gap: 45px;
}
@media (max-width: 450px) {
  .about-wrapper.style3 .about-content .about-contact-wrap {
    flex-wrap: wrap;
  }
}
.about-wrapper.style3 .about-content .about-contact-wrap .contact-info {
  display: flex;
  gap: 15px;
}
/*----------------------------------------------
    # Project Section style here
----------------------------------------------*/
.project-wrapper.style3 .title-section {
  max-width: 615px;
  margin: 0 auto 60px auto;
  text-align: center;
}

/*----------------------------------------------
    # Solar Calculator Section style here
----------------------------------------------*/
.solar-calculator-wrapper.style3 {
  padding: 80px;
  border-radius: 20px;
  background-color: var(--theme);
}
@media (max-width: 767px) {
  .solar-calculator-wrapper.style3 {
    padding: 40px 25px;
  }
}
.solar-calculator-wrapper.style3 .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solar-calculator-wrapper.style3 .title-section {
    flex-wrap: wrap;
  }
}
.solar-calculator-wrapper.style3 .title-section h3 {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
}
@media (max-width: 991px) {
  .solar-calculator-wrapper.style3 .title-section h3 {
    font-size: 36px;
    line-height: 46px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .solar-calculator-wrapper.style3 .title-section h3 {
    margin-bottom: 20px;
  }
}
.solar-calculator-wrapper.style3 .title-section .text {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 473px;
}
@media (max-width: 991px) {
  .solar-calculator-wrapper.style3 .title-section .text {
    width: 100%;
  }
}
.solar-calculator-wrapper.style3 form input,
.solar-calculator-wrapper.style3 form .nice-select,
.solar-calculator-wrapper.style3 form .nice-select:focus {
  padding: 16px 30px;
  width: 100%;
  border-radius: 999px;
  background-color: #01534D;
  border: none;
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
.solar-calculator-wrapper.style3 form input::placeholder,
.solar-calculator-wrapper.style3 form input option,
.solar-calculator-wrapper.style3 form .nice-select::placeholder,
.solar-calculator-wrapper.style3 form .nice-select option,
.solar-calculator-wrapper.style3 form .nice-select:focus::placeholder,
.solar-calculator-wrapper.style3 form .nice-select:focus option {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.solar-calculator-wrapper.style3 form button {
  margin-top: 40px;
}

/*----------------------------------------------
    # Service Section style here
----------------------------------------------*/
.service-section.style1 {
  margin-top: -275px;
  position: relative;
  z-index: 1;
  padding-top: 400px;
}
@media (max-width: 767px) {
  .service-section.style1 {
    padding-top: 40px;
    margin-top: 0;
  }
}

.service-wrapper.style3 .title-section {
  max-width: 615px;
  margin: 0 auto 60px auto;
  text-align: center;
}

/*----------------------------------------------
    # Cta Section style here
----------------------------------------------*/
.cta-wrapper.style3 {
  position: relative;
  background-color: var(--white);
  padding: 60px 60px 90px;
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 767px) {
  .cta-wrapper.style3 {
    padding: 40px 30px 90px;
  }
}
.cta-wrapper.style3 .cta-thumb {
  margin-bottom: 40px;
}
.cta-wrapper.style3 .cta-thumb img {
  width: 100%;
}
.cta-wrapper.style3 .cta-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 450px) {
  .cta-wrapper.style3 .cta-btn {
    width: 70%;
  }
}
.cta-wrapper.style3 .cta-btn a {
  display: inline-block;
  padding: 12px 26px 12px 7.89px;
  border-radius: 1313.622px;
  background-color: var(--theme);
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 26.299px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.558px;
}
@media (max-width: 767px) {
  .cta-wrapper.style3 .cta-btn a {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .cta-wrapper.style3 .cta-btn a {
    font-size: 14px;
  }
}
.cta-wrapper.style3 .cta-btn a i {
  margin-right: 20px;
  color: var(--theme);
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--theme2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*----------------------------------------------
    # Brand Section style here
----------------------------------------------*/
.brand-logo-wrapper.style1 .brand-logo {
  text-align: center;
  opacity: 0.4;
}

/* 26.Video */
.video-box-area {
  position: relative;
  z-index: 3;
}
.video-box-area .section-bg {
  z-index: 4;
}
.video-box-area .video-box {
  position: relative;
  z-index: 5;
}
.video-box-area .video-box .video-thumb img {
  border-radius: 44px;
  max-width: 100%;
  max-width: 100%;
}
.video-box-area .video-box .video-thumb.style2 img {
  max-width: 100%;
  max-width: 100%;
  border-radius: 0px;
}
.video-box-area .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.video-box-area .video-box .play-btn > i {
  display: inline-block;
  width: 121px;
  height: 121px;
  line-height: 121px;
  text-align: center;
  border: 1px solid var(--white);
  background: rgb(246, 248, 240);
  color: var(--theme);
  font-size: 55px;
  border: 1px solid var(--theme);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.video-box-area .video-box .play-btn > i.fa-play {
  padding-right: -1.82em;
}
.video-box-area .video-box .play-btn:after, .video-box-area .video-box .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(246, 248, 240);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.video-box-area .video-box .play-btn:after {
  animation-delay: 2s;
}
.video-box-area .video-box .play-btn:hover i {
  background-color: var(--theme);
  color: var(--white);
}
.video-box-area .video-box .play-btn:hover:after, .video-box-area .video-box .play-btn:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
}

/* 27.Faq */
/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-container-wrapper.style2 .faq-thumb {
  position: relative;
  z-index: 1;
  margin-left: -315px;
  height: 100%;
}
.faq-container-wrapper.style2 .faq-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .faq-container-wrapper.style2 .faq-thumb {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

.faq-wrapper.style2 {
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .faq-wrapper.style2 {
    padding-top: 0;
  }
}
@media (min-width: 1500px) {
  .faq-wrapper.style2 {
    margin-bottom: 0em;
  }
}

.faq-content.style2 {
  position: relative;
  z-index: 3;
  padding: 75px 353px 80px 80px;
  border-radius: 30px 0px 0px 30px;
  background: var(--theme2);
  margin-right: -315px;
  margin-left: -145px;
}
@media (max-width: 1399px) {
  .faq-content.style2 {
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
    border-radius: 60px 60px 10px 10px;
    -webkit-border-radius: 60px 60px 10px 10px;
    -moz-border-radius: 60px 60px 10px 10px;
    -ms-border-radius: 60px 60px 10px 10px;
    -o-border-radius: 60px 60px 10px 10px;
  }
  .faq-content.style2 .section-title {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .faq-content.style2 {
    padding: 20;
  }
}
.faq-content.style2 .ct-accordion-item {
  border: none;
  border-radius: 8px;
  margin-bottom: 32px;
  cursor: pointer;
  border-radius: 20px;
  background: rgba(37, 37, 37, 0.05);
}
.faq-content.style2 .ct-accordion-item .ct-accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 5px 20px;
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-button {
    padding: 12px;
  }
}
.faq-content.style2 .ct-accordion-item .ct-accordion-button.collapsed {
  padding: 15px 30px 15px 20px;
}
@media (max-width: 1199px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-button.collapsed {
    padding: 12px;
  }
}
.faq-content.style2 .ct-accordion-item .ct-accordion-button .question {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.faq-content.style2 .ct-accordion-item .ct-accordion-button .question .number {
  display: inline-block;
  border-radius: 22.5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #01534D;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-button .question .number {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-button .question .number {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #01534D;
  }
}
@media (max-width: 1199px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-button .question {
    font-size: 16px;
  }
}
.faq-content.style2 .ct-accordion-item .ct-accordion-button .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--title);
  color: var(--white);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.faq-content.style2 .ct-accordion-item .ct-accordion-button .icon i {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-button .icon i {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-button .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 5px;
  }
}
.faq-content.style2 .ct-accordion-item .ct-accordion-button:not(.collapsed) .icon {
  background-color: var(--theme2);
  color: var(--title);
}
.faq-content.style2 .ct-accordion-item .ct-accordion-button:not(.collapsed) .icon i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.faq-content.style2 .ct-accordion-item .ct-accordion-body {
  border: none;
  padding-left: 95px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-body {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .faq-content.style2 .ct-accordion-item .ct-accordion-body {
    font-size: 16px;
    line-height: 26px;
    padding: 12px;
  }
}
.faq-content.style2 .ct-accordion-item .ct-accordion-body p {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.accordion {
  --bs-accordion-btn-icon-width: 0.65rem !important;
}

.accordion-button::after {
  width: 0.8rem !important;
  height: 0.8rem !important;
}

.er-faq-area {
  background: #f6f8f0;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .er-faq-area {
    padding-top: 40px;
  }
}
.er-faq-area.style2 {
  background: var(--white);
  padding: 0 0 120px 0;
}

.faq-wrapper.style3 {
  padding: 80px 50px;
  background: var(--white);
  border-radius: 20px;
}
@media (max-width: 450px) {
  .faq-wrapper.style3 {
    padding: 50px 20px;
  }
}
.faq-wrapper.style3 .left-profile-info {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .faq-wrapper.style3 .left-profile-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .faq-wrapper.style3 .left-profile-info {
    flex-wrap: wrap;
  }
}
.faq-wrapper.style3 .left-profile-info .content h3 {
  color: var(--title);
}
.faq-wrapper.style3 .left-profile-info .content p {
  color: #737373;
  max-width: 200px;
}
.faq-wrapper.style3 .accordion .er-accordion-item {
  border: 1px solid #E9E9E9;
  margin-bottom: 30px;
  border-radius: 20px;
}
.faq-wrapper.style3 .accordion .er-accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-header {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-button {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 23px 30px 23px 27px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 575px) {
  .faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-button {
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-button {
    padding: 14px;
  }
}
.faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-button span {
  z-index: 11;
}
.faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-button span i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  display: inline-block;
}
.faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-button.collapsed span {
  transform: rotate(-90deg);
}
.faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-button.collapsed span i {
  background-color: var(--theme2);
  color: var(--title);
}
.faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-body {
  background-color: var(--white);
  padding: 0 50px 30px 70px;
  fill: var(--white);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
@media (max-width: 450px) {
  .faq-wrapper.style3 .accordion .er-accordion-item .er-accordion-body {
    padding: 0 26px 26px 26px;
  }
}
.faq-wrapper.style4 {
  padding: 80px 50px;
  background: #f6f8f0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .faq-wrapper.style4 {
    padding: 30px;
  }
}
.faq-wrapper.style4 .left-profile-info {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 991px) {
  .faq-wrapper.style4 .left-profile-info {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.faq-wrapper.style4 .left-profile-info .content h3 {
  color: var(--title);
}
.faq-wrapper.style4 .left-profile-info .content p {
  color: #737373;
  max-width: 200px;
}
.faq-wrapper.style4 .accordion .er-accordion-item {
  border: 1px solid #E9E9E9;
  margin-bottom: 30px;
  border-radius: 20px;
}
.faq-wrapper.style4 .accordion .er-accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-header {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-button {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 23px 30px 23px 27px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-button {
    padding: 20px;
  }
}
.faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-button span {
  z-index: 11;
}
.faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-button span i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  display: inline-block;
}
.faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-button.collapsed span {
  transform: rotate(-90deg);
}
.faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-button.collapsed span i {
  background-color: var(--theme2);
  color: var(--title);
}
.faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-body {
  background-color: #f6f8f0;
  padding: 0 50px 30px 70px;
  fill: var(--white);
  border-top: 0;
}
@media (max-width: 767px) {
  .faq-wrapper.style4 .accordion .er-accordion-item .er-accordion-body {
    padding: 20px;
  }
}
.faq-wrapper.style5 {
  background: var(--white);
  border-radius: 20px;
}
.faq-wrapper.style5 .left-profile-info {
  display: flex;
  align-items: center;
  gap: 35px;
}
.faq-wrapper.style5 .left-profile-info .content h3 {
  color: var(--title);
}
.faq-wrapper.style5 .left-profile-info .content p {
  color: #737373;
  max-width: 200px;
}
.faq-wrapper.style5 .accordion .er-accordion-item {
  border: 1px solid #E9E9E9;
  margin-bottom: 30px;
  border-radius: 20px;
}
.faq-wrapper.style5 .accordion .er-accordion-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .faq-wrapper.style5 .accordion .er-accordion-item:last-child {
    margin-bottom: 30px;
  }
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-header {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-button {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 23px 30px 23px 27px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-button .number {
  margin-right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-button .icon {
  z-index: 11;
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-button .icon i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--gray1);
  color: var(--title);
  font-size: 16px;
  display: inline-block;
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-button.collapsed .number {
  background-color: var(--gray1);
  color: var(--title);
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-button.collapsed .icon {
  transform: rotate(-90deg);
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-button.collapsed .icon i {
  background-color: var(--gray1);
  color: var(--title);
}
.faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-body {
  background-color: var(--white);
  padding: 0 50px 30px 70px;
  fill: var(--white);
  border-top: 0;
}
@media (max-width: 500px) {
  .faq-wrapper.style5 .accordion .er-accordion-item .er-accordion-body {
    padding: 0 30px 30px 30px;
  }
}

/* 28.simple section */
.check-mark-info {
  display: flex;
  gap: 40px;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .check-mark-info {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.check-mark-info .check-mark-item {
  padding: 16px 23px 16px 21px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  display: inline-block;
}
.check-mark-info .check-mark-item h5 {
  color: "Epilogue", sans-serif;
  display: flex;
  align-items: center;
}
.check-mark-info .check-mark-item h5 i {
  margin-right: 10px;
  color: var(--theme);
}

.progress-wrap.style1 {
  margin-bottom: 23px;
}
.progress-wrap.style1.botton-margin {
  margin-bottom: 40px;
}
.progress-wrap.style1 .progress-meta {
  margin-bottom: 12px;
}
.progress-wrap.style1 .progress-meta.style1 {
  max-width: 458px;
}
.progress-wrap.style1 .progress-meta.style2 {
  max-width: 545px;
}
.progress-wrap.style1 .progress-meta .title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.progress-wrap.style1 .progress-meta .percentage {
  color: #252525;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.progress-wrap.style1 .progress-container {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #D9DDFF;
  border-radius: 10px;
  overflow: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.progress-wrap.style1 .progress-container .progress-bar {
  height: 8px;
  background-color: var(--theme);
  border-radius: 10px;
  opacity: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.progress-wrap.style1 .progress-container:before {
  content: "";
  display: none !important;
}
.progress-wrap.style1 .progress-container:after {
  content: "";
  display: none !important;
}

.social-profile {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-height: 380px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  z-index: 9;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.social-profile ul {
  position: absolute;
  bottom: 40px;
  right: 0px;
  max-width: 50px;
  z-index: 1;
  margin: 0 auto;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 144px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-border-radius: 144px;
  -moz-border-radius: 144px;
  -ms-border-radius: 144px;
  -o-border-radius: 144px;
}
.social-profile ul li {
  margin-bottom: 8px;
  display: block;
  text-align: center;
}
.social-profile ul li:last-child {
  margin-bottom: 0px;
}
.social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  border-radius: 999px;
  border: 1px solid var(--theme);
  background: var(--white);
  color: var(--title);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.social-profile ul li:hover a {
  background: var(--theme2);
  color: var(--theme) !important;
}
@media (max-width: 767px) {
  .social-profile ul {
    bottom: 130px;
    right: 20px;
  }
}
@media (max-width: 440px) {
  .social-profile ul {
    bottom: 100px;
    right: 10px;
  }
}
@media (max-width: 360px) {
  .social-profile ul {
    bottom: 90px;
    right: 10px;
  }
}
.social-profile .plus-btn {
  position: relative;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
  background-color: var(--white);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .social-profile .plus-btn {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}
@media (max-width: 1199px) {
  .social-profile .plus-btn {
    width: 66px;
    height: 66px;
    line-height: 66px;
  }
}
@media (max-width: 991px) {
  .social-profile .plus-btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.social-profile:hover ul {
  transform: translateY(-10%);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
}
.social-profile:hover .plus-btn {
  background: var(--theme);
  color: var(--white);
}

/* 29.Counter section */
.counter-section .counter-wrapper {
  position: relative;
  z-index: 9;
}
.counter-section .counter-wrapper.style1 {
  background: var(--theme);
  padding: 120px 0 300px 0;
}
@media (max-width: 767px) {
  .counter-section .counter-wrapper.style1 {
    padding: 80px 0px 300px 0px;
  }
}
.counter-section .counter-wrapper.style1 .title-section .title-content {
  max-width: 500px;
}
.counter-section .counter-wrapper.style1 .title-section .title-content h3 {
  color: var(--white);
}
.counter-section .counter-wrapper.style1 .side-title-wrapper p {
  color: var(--white);
}
.counter-section .counter-wrapper.style1 .counter-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .counter-section .counter-wrapper.style1 .counter-info {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.counter-section .counter-wrapper.style1 .counter-info .content {
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .counter-section .counter-wrapper.style1 .counter-info .content {
    text-align: center;
  }
}
.counter-section .counter-wrapper.style1 .counter-info .content:nth-child(1) {
  border-right: 2px solid #E9E9E9;
  padding-right: 144px;
}
@media (max-width: 1199px) {
  .counter-section .counter-wrapper.style1 .counter-info .content:nth-child(1) {
    border-right: 0px;
    padding-right: 0;
  }
}
.counter-section .counter-wrapper.style1 .counter-info .content:nth-child(2) {
  border-right: 2px solid #E9E9E9;
  padding-right: 124px;
}
@media (max-width: 1199px) {
  .counter-section .counter-wrapper.style1 .counter-info .content:nth-child(2) {
    border-right: 0px;
    padding-right: 0;
  }
}
.counter-section .counter-wrapper.style1 .counter-info .content:nth-child(3) {
  border-right: 2px solid #E9E9E9;
  padding-right: 128px;
}
@media (max-width: 1199px) {
  .counter-section .counter-wrapper.style1 .counter-info .content:nth-child(3) {
    border-right: 0px;
    padding-right: 0;
  }
}
.counter-section .counter-wrapper.style1 .counter-info .content span {
  color: var(--white);
  text-align: center;
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
}
.counter-section .counter-wrapper.style1 .counter-info .content p {
  color: var(--white);
  margin-bottom: 17px;
}
.counter-section .counter-wrapper.style1 .counter-info .content .icon {
  margin-left: auto;
  margin-right: auto;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
.counter-section .counter-wrapper.style1 .counter-info .content .profile-box {
  display: flex;
}
.counter-section .counter-wrapper.style1 .counter-info .content:hover .icon {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.counter-section .counter-wrapper.style2 .counter-info {
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .counter-section .counter-wrapper.style2 .counter-info {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .counter-section .counter-wrapper.style2 .counter-info {
    padding: 40px 0;
  }
}
.counter-section .counter-wrapper.style2 .counter-info .content {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
}
.counter-section .counter-wrapper.style2 .counter-info .content span {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--Gray-800, #737373);
  font-family: Epilogue;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -1.8px;
  color: transparent;
}
.counter-section .counter-wrapper.style2 .counter-info .content p {
  max-width: 71px;
  color: var(--title);
}

/* 30.slider */
.arrow-btn.style1 {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.arrow-btn.style1 .slider-prev,
.arrow-btn.style1 .slider-next {
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: #F5F5F5;
  color: #CCCCCC;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style1 .slider-prev:hover,
.arrow-btn.style1 .slider-next:hover {
  background: #E5E5E5;
  color: #111111;
}
.arrow-btn.style2 {
  position: relative;
}
@media (max-width: 1399px) {
  .arrow-btn.style2 {
    display: none;
  }
}
.arrow-btn.style2 .slider-prev {
  position: absolute;
  left: -108px;
  bottom: 215px;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: var(--theme2);
  color: var(--theme);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style2 .slider-prev:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style2 .slider-next {
  position: absolute;
  right: -108px;
  bottom: 215px;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style2 .slider-next:hover {
  background: var(--theme2);
  color: var(--white);
}
.arrow-btn.style3 {
  position: absolute;
  left: 614px;
  bottom: 100px;
}
.arrow-btn.style3 .slider-prev,
.arrow-btn.style3 .slider-next {
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: #F5F5F5;
  color: #CCCCCC;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style3 .slider-prev:hover,
.arrow-btn.style3 .slider-next:hover {
  background: #E5E5E5;
  color: #111111;
}
.arrow-btn.style4 .slider-prev {
  position: absolute;
  left: -25px;
  top: 70%;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: var(--white);
  color: var(--theme);
  border: 1px solid var(--theme);
  transition: all 0.4s;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 575px) {
  .arrow-btn.style4 .slider-prev {
    display: none;
  }
}
.arrow-btn.style4 .slider-prev:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style4 .slider-next {
  position: absolute;
  right: -25px;
  top: 70%;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: var(--white);
  color: var(--theme);
  border: 1px solid var(--theme);
  transform: translateY(-70%);
  transition: all 0.4s;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 575px) {
  .arrow-btn.style4 .slider-next {
    display: none;
  }
}
.arrow-btn.style4 .slider-next:hover {
  background: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .arrow-btn.style5 {
    display: none;
  }
}
.arrow-btn.style5 .slider-prev {
  position: absolute;
  right: 98px;
  bottom: -60px;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: var(--white);
  color: var(--theme);
  border: 1px solid var(--theme);
  transition: all 0.4s;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style5 .slider-prev:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style5 .slider-next {
  position: absolute;
  right: 30px;
  bottom: -60px;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: var(--white);
  color: var(--theme);
  border: 1px solid var(--theme);
  transform: translateY(-70%);
  transition: all 0.4s;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style5 .slider-next:hover {
  background: var(--theme);
  color: var(--white);
}

/* 31.Text Slider */
.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  background-color: var(--theme2);
  padding: 16px 0;
  position: relative;
  z-index: -1;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 40px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide-1 {
  color: var(--title);
  font-family: Epilogue;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
}
.scrolling-wrap .comm .cmn-textslide-2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Gray-900, var(--title));
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
  color: transparent;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* 32.widget */
.widget {
  position: relative;
  z-index: 99;
}
.widget .single-widget {
  border-radius: 20px;
  background: var(--Gray-700, #01534D);
  padding: 32px 56px 32px 49px;
  margin-bottom: 30px;
}
@media (max-width: 470px) {
  .widget .single-widget {
    padding: 30px;
  }
}
.widget .single-widget:last-child {
  margin-bottom: 0;
}
.widget .single-widget .content-left {
  display: flex;
  align-items: center;
  gap: 49px;
}
.widget .single-widget .content-left .number-list span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  font-family: Epilogue;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
  color: transparent;
}
.widget .single-widget .content-left .title {
  max-width: 255px;
}
.widget .single-widget .content-left .title h4 a {
  color: var(--white);
}
.widget .single-widget .medium-content {
  max-width: 330px;
}
.widget .single-widget .medium-content p {
  color: var(--white);
}
.widget .single-widget .right-content {
  text-align: end;
}
.widget .single-widget .right-content .icon a {
  width: 60px;
  height: 60px;
  border: 1px solid #E9E9E9;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget .single-widget .right-content .icon a svg {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget .single-widget:hover {
  cursor: pointer;
}
.widget .single-widget:hover .right-content .icon a {
  background: var(--theme2);
  border: 1px solid var(--theme);
}
.widget .single-widget:hover .right-content .icon a svg {
  transform: rotate(45deg);
}
.widget .single-widget:hover .right-content .icon a svg path {
  fill: var(--theme);
}

/* 33.blog page */
.main-sidebar.style2 .single-search-widget {
  padding: 40px;
  background-color: var(--gray1);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .main-sidebar.style2 .single-search-widget {
    padding: 25px;
  }
}
.main-sidebar.style2 .single-search-widget .widget-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 35px;
}
.main-sidebar.style2 .single-search-widget .search-form .form-contl {
  position: relative;
}
.main-sidebar.style2 .single-search-widget .search-form .form-contl input {
  width: 100%;
  background-color: var(--white);
  border: none;
  padding: 10px 30px;
  border-radius: 999px;
  background-color: var(--white);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}
.main-sidebar.style2 .single-search-widget .search-form .form-contl input::placeholder {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style2 .single-search-widget .search-form .form-contl button {
  position: absolute;
  top: 10px;
  right: 17px;
  font-size: 16px;
  color: #023A85;
}
.main-sidebar.style2 .single-sidebar-widget.style2 {
  position: relative;
  padding: 30px;
  background-color: var(--gray1);
  border-radius: 20px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .main-sidebar.style2 .single-sidebar-widget.style2 {
    padding: 25px;
  }
}
.main-sidebar.style2 .single-sidebar-widget.style2 .widget-title {
  position: relative;
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 30px;
}
.main-sidebar.style2 .single-sidebar-widget.style2 .widget-title:before {
  position: absolute;
  z-index: 3;
  content: "";
  bottom: -17px;
  left: 0;
  width: 85px;
  height: 3px;
  background-color: var(--theme);
}
.main-sidebar.style2 .single-sidebar-widget.style2 .widget-title:after {
  position: absolute;
  z-index: 2;
  content: "";
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--border-2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style2 .single-sidebar-widget.style2 .recent-box-wrapper .recent-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 19px 0;
  border-bottom: 1px solid var(--border-2);
}
.main-sidebar.style2 .single-sidebar-widget.style2 .recent-box-wrapper .recent-box .thumb {
  overflow: hidden;
  border-radius: 10px;
  width: 80px;
  height: 85px;
}
.main-sidebar.style2 .single-sidebar-widget.style2 .recent-box-wrapper .recent-box .thumb img {
  width: 80px;
  height: 85px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.main-sidebar.style2 .single-sidebar-widget.style2 .recent-box-wrapper .recent-box .content {
  max-width: 255px;
}
.main-sidebar.style2 .single-sidebar-widget.style2 .recent-box-wrapper .recent-box .content .date {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 5px;
}
.main-sidebar.style2 .single-sidebar-widget.style2 .recent-box-wrapper .recent-box .content .date i {
  margin-right: 5px;
  color: var(--theme);
}
.main-sidebar.style2 .single-sidebar-widget.style2 .recent-box-wrapper .recent-box .content .title a {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.main-sidebar.style2 .single-sidebar-widget.style2 .recent-box-wrapper .recent-box:hover .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.main-sidebar.style2 .single-sidebar-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style2 .single-sidebar-widget.style1 .widget-title {
  position: relative;
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 50px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .widget-title:before {
  position: absolute;
  z-index: 3;
  content: "";
  bottom: -17px;
  left: 0;
  width: 85px;
  height: 3px;
  background-color: var(--theme);
}
.main-sidebar.style2 .single-sidebar-widget.style1 .widget-title:after {
  position: absolute;
  z-index: 2;
  content: "";
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--border-2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .tag-wrapper a {
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background-color: var(--white);
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style2 .single-sidebar-widget {
  margin-bottom: 60px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
@media (max-width: 767px) {
  .main-sidebar.style2 .single-sidebar-widget.style1 {
    padding: 25px;
  }
}
.main-sidebar.style2 .single-sidebar-widget.style1 .widget-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .checklist-boxes .box {
  margin-bottom: 20px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .checklist-boxes .box:last-child {
  margin-bottom: 0;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .checklist-boxes .box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background-color: var(--white);
  padding: 10px 30px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .checklist-boxes .box a .box-title {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .checklist-boxes .box a .box-title i {
  margin-right: 15px;
  font-size: 16px;
  color: #023A85;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .checklist-boxes .box a .number {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style2 .single-contact-widget {
  margin-bottom: 60px;
}
.main-sidebar.style2 .single-contact-widget.style1 {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style2 .single-contact-widget.style1 .content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 40px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style2 .single-contact-widget.style1 .content:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: #023A85;
  backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style2 .single-contact-widget.style1 .content h4 {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.main-sidebar.style2 .single-contact-widget.style1 .content .icon {
  position: relative;
  z-index: 5;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 86px;
  height: 86px;
  line-height: 96px;
  background-color: #01534D;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-sidebar.style2 .single-contact-widget.style1 .content .icon i {
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
}
.main-sidebar.style2 .single-contact-widget.style1 .content .phone a {
  position: relative;
  z-index: 5;
  text-align: center;
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 450px) {
  .main-sidebar.style2 .single-contact-widget.style1 .content .phone a {
    font-size: 20px;
  }
}
.main-sidebar.style2 .single-download-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
  margin-bottom: 60px;
}
.main-sidebar.style2 .single-download-widget.style1 .download-box {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #023A85;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-sidebar.style2 .single-download-widget.style1 .download-box:last-child {
  margin-bottom: 0;
}
.main-sidebar.style2 .single-download-widget.style1 .download-box .widget-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.main-sidebar.style2 .single-download-widget.style1 .download-box .download {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-sidebar.style2 .single-download-widget.style1 .download-box .download .details {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style2 .single-download-widget.style1 .download-box .download .icon i {
  font-size: 24px;
  color: var(--theme);
}
.main-sidebar.style2 .single-sidebar-widget.style1 .widget-social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-sidebar.style2 .single-sidebar-widget.style1 .widget-social-media li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: var(--pra-text);
  background-color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blog-details-wrapper .blog-details-content .main-thumb img {
  max-width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog-details-wrapper .blog-details-content .blog-meta {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details-wrapper .blog-details-content .blog-meta .date {
  display: flex;
  gap: 10px;
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.blog-details-wrapper .blog-details-content .blog-meta .author {
  display: flex;
  gap: 10px;
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.blog-details-wrapper .blog-details-content .blog-meta .category {
  display: flex;
  gap: 10px;
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.blog-details-wrapper .blog-details-content .title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
  margin-bottom: 23px;
}
.blog-details-wrapper .blog-details-content .desc1 {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 23px;
}
.blog-details-wrapper .blog-details-content .desc2 {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.blog-details-wrapper .blog-details-content .highlighted-box {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
@media (max-width: 767px) {
  .blog-details-wrapper .blog-details-content .highlighted-box {
    padding: 25px;
  }
}
.blog-details-wrapper .blog-details-content .highlighted-box .header-wrap {
  display: flex;
  justify-content: space-between;
}
.blog-details-wrapper .blog-details-content .highlighted-box .header-wrap .profile-content .name {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 3px;
}
.blog-details-wrapper .blog-details-content .highlighted-box .header-wrap .profile-content .designation {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}
.blog-details-wrapper .blog-details-content .highlighted-box .header-wrap .star-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-details-wrapper .blog-details-content .highlighted-box .header-wrap .star-wrap .active {
  color: var(--theme2);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.blog-details-wrapper .blog-details-content .highlighted-box .header-wrap .star-wrap i {
  color: var(--border-2);
}
.blog-details-wrapper .blog-details-content .highlighted-box .text {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog-details-wrapper .blog-details-content .subtitle {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-details-content .desc3 {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
.blog-details-wrapper .blog-details-content .thumb-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .blog-details-wrapper .blog-details-content .thumb-wrapper {
    flex-wrap: wrap;
  }
  .blog-details-wrapper .blog-details-content .thumb-wrapper .thumb1 img {
    max-width: 100%;
  }
  .blog-details-wrapper .blog-details-content .thumb-wrapper .thumb2 img {
    max-width: 100%;
  }
}
.blog-details-wrapper .blog-details-content .thumb-wrapper .thumb1 {
  max-width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog-details-wrapper .blog-details-content .thumb-wrapper .thumb2 {
  max-width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog-details-wrapper .blog-details-content .checklist-wrapper {
  margin-top: 15px;
}
.blog-details-wrapper .blog-details-content .checklist-wrapper .checklist {
  margin-bottom: 13px;
}
.blog-details-wrapper .blog-details-content .checklist-wrapper .checklist svg {
  margin-right: 15px;
}
.blog-details-wrapper .blog-details-content .desc4 {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 30px;
}
.blog-details-wrapper .blog-details-content .bottom-thumb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-details-content .bottom-thumb img {
  max-width: 100%;
}
.blog-details-wrapper .blog-details-content .desc5 {
  margin-bottom: 42px;
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog-details-wrapper .blog-details-content .tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .blog-details-wrapper .blog-details-content .tag-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.blog-details-wrapper .blog-details-content .tag-wrapper .tags-meta {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 991px) {
  .blog-details-wrapper .blog-details-content .tag-wrapper .tags-meta {
    flex-wrap: wrap;
  }
}
.blog-details-wrapper .blog-details-content .tag-wrapper .tags-meta .tag-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-right: 12px;
}
.blog-details-wrapper .blog-details-content .tag-wrapper .tags-meta a {
  padding: 5px 10px;
  border-radius: 999px;
  background-color: var(--gray1);
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog-details-wrapper .blog-details-content .tag-wrapper .social-media-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-wrapper .blog-details-content .tag-wrapper .social-media-meta a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #E9E9E9;
  background-color: var(--white);
}
.blog-details-wrapper .blog-details-content .next-prev-wrap {
  padding: 20px 30px;
  border-radius: 20px;
  background-color: var(--gray1);
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details-wrapper .blog-details-content .next-prev-wrap .prev-btn a {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.blog-details-wrapper .blog-details-content .next-prev-wrap .prev-btn a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid var(--border-2);
  margin-right: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.blog-details-wrapper .blog-details-content .next-prev-wrap .prev-btn a:hover i {
  border: 1px solid var(--theme);
  color: var(--theme);
}
.blog-details-wrapper .blog-details-content .next-prev-wrap .line {
  width: 40px;
  height: 1px;
  transform: rotate(90deg);
  background-color: #023A85;
}
.blog-details-wrapper .blog-details-content .next-prev-wrap .next-btn a {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.blog-details-wrapper .blog-details-content .next-prev-wrap .next-btn a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid var(--border-2);
  margin-left: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.blog-details-wrapper .blog-details-content .next-prev-wrap .next-btn a:hover i {
  border: 1px solid var(--theme);
  color: var(--theme);
}
.blog-details-wrapper .blog-details-content .comment-wrapper {
  margin-top: 40px;
}
.blog-details-wrapper .blog-details-content .comment-wrapper .comment-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-details-content .comment-wrapper .comment-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 30px 23px 40px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .blog-details-wrapper .blog-details-content .comment-wrapper .comment-box {
    flex-wrap: wrap;
  }
}
.blog-details-wrapper .blog-details-content .comment-wrapper .comment-box .comment-author img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.blog-details-wrapper .blog-details-content .comment-wrapper .comment-box .author-details .name {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}
.blog-details-wrapper .blog-details-content .comment-wrapper .comment-box .author-details .designation {
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 15px;
}
.blog-details-wrapper .blog-details-content .comment-wrapper .comment-box .author-details .text {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 22px;
}
.blog-details-wrapper .blog-details-content .comment-wrapper .comment-box .author-details .reply-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #023A85;
  color: var(--title);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.blog-details-wrapper .blog-details-content .comment-wrapper .comment-box .author-details .reply-btn:hover {
  color: var(--title) !important;
}

.comment-form-wrapper.style1 .comment-form-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.comment-form-wrapper.style1 .contact-content input {
  width: 100%;
  padding: 11px 30px;
  border-radius: 30px;
  background-color: var(--gray1);
  border: none;
  margin-bottom: 30px;
}
.comment-form-wrapper.style1 .contact-content select {
  width: 100%;
  padding: 11px 30px;
  border-radius: 30px;
  background-color: var(--gray1);
  border: none;
  margin-bottom: 30px;
}
.comment-form-wrapper.style1 .contact-content textarea {
  border-radius: 30px;
  background-color: var(--gray1);
  color: var(--title);
  width: 100%;
  padding: 15px 20px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  height: 110px;
  border: none;
  margin-bottom: 30px;
}

.pagination-wrapper {
  margin-top: 70px;
}
.pagination-wrapper ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .pagination-wrapper ul {
    margin-bottom: 30px;
  }
}
.pagination-wrapper ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--gray1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.pagination-wrapper ul li a:hover {
  background-color: var(--theme);
  color: var(--white) !important;
}

/* 34.Project page */
.project-details-wrapper.style1 .content .main-thumb img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.project-details-wrapper.style1 .content .content-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.project-details-wrapper.style1 .content .desc {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.project-details-wrapper.style1 .content .checklist-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
.project-details-wrapper.style1 .content .checklist-wrapper .checklist {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.project-details-wrapper.style1 .content .checklist-wrapper .checklist svg {
  margin-right: 15px;
}
.project-details-wrapper.style1 .content .subtitle {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.project-details-wrapper.style1 .content .desc2 {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .subtitle2 {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .popular-project {
  margin-top: 30px;
  margin-bottom: 70px;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .popular-project .thumb {
  position: relative;
  z-index: 3;
  margin-right: -300px;
}
@media (max-width: 991px) {
  .project-details-wrapper.style1 .content .popular-project-wrapper .popular-project .thumb {
    margin-right: 0;
  }
}
.project-details-wrapper.style1 .content .popular-project-wrapper .popular-project .thumb img {
  max-width: 100%;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .popular-project .content {
  position: relative;
  z-index: 2;
  padding: 40px 20px 40px 265px;
  border-radius: 20px;
  background-color: var(--gray1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 991px) {
  .project-details-wrapper.style1 .content .popular-project-wrapper .popular-project .content {
    padding: 20px;
  }
}
.project-details-wrapper.style1 .content .thumb-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .project-details-wrapper.style1 .content .thumb-wrapper {
    flex-wrap: wrap;
  }
  .project-details-wrapper.style1 .content .thumb-wrapper .thumb1 img {
    max-width: 100%;
  }
  .project-details-wrapper.style1 .content .thumb-wrapper .thumb2 img {
    max-width: 100%;
  }
}
.project-details-wrapper.style1 .content .thumb-wrapper .thumb1 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.project-details-wrapper.style1 .content .thumb-wrapper .thumb2 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.project-details-wrapper.style1 .content .desc3 {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.project-details-wrapper.style1 .content .desc4 {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}
.project-details-wrapper.style1 .content .desc5 {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.project-details-wrapper.style1 .content .project-details-card-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
.project-details-wrapper.style1 .content .project-details-card.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.project-details-wrapper.style1 .content .project-details-card.style1 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid var(--border-2);
}
.project-details-wrapper.style1 .content .project-details-card.style1 .icon svg path {
  fill: var(--theme);
}
.project-details-wrapper.style1 .content .project-details-card.style1 h4 {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.main-sidebar.style1 .single-sidebar-widget {
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style1 .single-sidebar-widget.style1 .title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box {
  margin-bottom: 20px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box:last-child {
  margin-bottom: 0;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background-color: var(--white);
  padding: 10px 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .box-title {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .box-title i {
  margin-right: 15px;
  font-size: 16px;
  color: #023A85;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .number {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-contact-widget {
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-contact-widget.style1 {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style1 .single-contact-widget.style1 .content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 80px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 69, 64);
  backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content h4 {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .icon {
  position: relative;
  z-index: 5;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 86px;
  height: 86px;
  line-height: 96px;
  background-color: var(--theme);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .icon i {
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .phone a {
  position: relative;
  z-index: 5;
  text-align: center;
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.main-sidebar.style1 .single-download-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style1 .single-download-widget.style1 .download-box {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #023A85;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box:last-child {
  margin-bottom: 0;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download .details {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download .icon i {
  font-size: 24px;
  color: var(--theme);
}
.main-sidebar.style1 .single-sidebar-widget.style1 .project-info-wrapper .title {
  padding: 15px 40px;
  color: var(--white);
  font-family: var(--title);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  border-radius: 999px;
  background-color: #023A85;
}
@media (max-width: 767px) {
  .main-sidebar.style1 .single-sidebar-widget.style1 .project-info-wrapper .title {
    padding: 15px 20px;
  }
}
.main-sidebar.style1 .single-sidebar-widget.style1 .project-info-wrapper .info {
  padding: 18px 30px;
  margin-top: 30px;
  border-radius: 999px;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .main-sidebar.style1 .single-sidebar-widget.style1 .project-info-wrapper .info {
    padding: 15px 20px;
  }
}
.main-sidebar.style1 .single-sidebar-widget.style1 .project-info-wrapper .info .info-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-right: 19px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .project-info-wrapper .info .info-details {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .project-info-wrapper .info .info-details i {
  color: #EAD411;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

/* 35.services page */
.service-card.style4 {
  border-radius: 20px;
  border: 1px solid var(--border-2);
  background-color: var(--white);
}
.service-card.style4 .thumb {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.service-card.style4 .thumb img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.service-card.style4 .content {
  padding: 30px 0px 30px 30px;
}
.service-card.style4 .content .icon {
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--gray1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.service-card.style4 .content .icon svg path {
  fill: var(--theme);
}
.service-card.style4 .content h3 {
  margin-bottom: 5px;
}
.service-card.style4 .content h3 a {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.service-card.style4 .content .text {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.service-card.style4 .content .btn-wrapper {
  margin-top: 32px;
}
.service-card.style4:hover .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.service-details-wrapper.style1 .content .main-thumb img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.service-details-wrapper.style1 .content .content-title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.56px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .service-details-wrapper.style1 .content .content-title {
    font-size: 35px;
    line-height: 51.56px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper.style1 .content .content-title {
    font-size: 28px;
  }
}
.service-details-wrapper.style1 .content .desc {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.service-details-wrapper.style1 .content .checklist-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
.service-details-wrapper.style1 .content .checklist-wrapper .checklist {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.service-details-wrapper.style1 .content .checklist-wrapper .checklist svg {
  margin-right: 15px;
}
.service-details-wrapper.style1 .content .subtitle {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.service-details-wrapper.style1 .content .desc2 {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}
.service-details-wrapper.style1 .content .thumb-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .service-details-wrapper.style1 .content .thumb-wrapper {
    flex-wrap: wrap;
  }
  .service-details-wrapper.style1 .content .thumb-wrapper .thumb1 img {
    max-width: 100%;
  }
  .service-details-wrapper.style1 .content .thumb-wrapper .thumb2 img {
    max-width: 100%;
  }
}
.service-details-wrapper.style1 .content .thumb-wrapper .thumb1 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.service-details-wrapper.style1 .content .thumb-wrapper .thumb2 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.service-details-wrapper.style1 .content .desc3 {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.service-details-wrapper.style1 .content .desc4 {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}
.service-details-wrapper.style1 .content .desc5 {
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.service-details-wrapper.style1 .content .service-details-card-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .service-details-wrapper.style1 .content .service-details-card-wrapper {
    flex-wrap: wrap;
  }
}
.service-details-wrapper.style1 .content .service-details-card.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.service-details-wrapper.style1 .content .service-details-card.style1 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid var(--border-2);
}
.service-details-wrapper.style1 .content .service-details-card.style1 .icon svg path {
  fill: var(--theme);
}
.service-details-wrapper.style1 .content .service-details-card.style1 h4 {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-details-wrapper.style1 .content .service-details-card.style1 h4 {
    font-size: 20px;
  }
}
.main-sidebar.style1 .single-sidebar-widget {
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
@media (max-width: 767px) {
  .main-sidebar.style1 .single-sidebar-widget.style1 {
    padding: 25px;
  }
}
.main-sidebar.style1 .single-sidebar-widget.style1 .title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box {
  margin-bottom: 20px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box:last-child {
  margin-bottom: 0;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background-color: var(--white);
  padding: 10px 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .box-title {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .box-title i {
  margin-right: 15px;
  font-size: 16px;
  color: #023A85;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .number {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-contact-widget {
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-contact-widget.style1 {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style1 .single-contact-widget.style1 .content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 80px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 69, 64);
  backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content h4 {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .icon {
  position: relative;
  z-index: 5;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 86px;
  height: 86px;
  line-height: 96px;
  background-color: var(--theme);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .icon i {
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .phone a {
  position: relative;
  z-index: 5;
  text-align: center;
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .main-sidebar.style1 .single-contact-widget.style1 .content .phone a {
    font-size: 20px;
  }
}
.main-sidebar.style1 .single-download-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
@media (max-width: 767px) {
  .main-sidebar.style1 .single-download-widget.style1 {
    padding: 25px;
  }
}
.main-sidebar.style1 .single-download-widget.style1 .download-box {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #023A85;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box:last-child {
  margin-bottom: 0;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .title {
  color: var(--title);
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download .details {
  color: var(--pra-text);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download .icon i {
  font-size: 24px;
  color: var(--theme);
}/*# sourceMappingURL=main.css.map */

.intro-wrapper.style1 {
    background-color:white;
}