@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --bodyColor: #222222;
  --bodyBg: #fff;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --blackBlue: #110C34;
  --headingColor: #222222;
  --contentColor: #5F6C76;
  --primaryColor: #22AD14;
  --secondaryColor: #18239D;
  --greyColor: #EDEDED;
  --borderColor: #eeeeee;
  --borderColor2: #EACADF;
  --borderColor3: #ccc;
  --navyBlue:#18239D;
  --navyBlue2:#221C49;
  --pinkcolor:#FFF0FA;
  --violet:#6E1299;
  --yellow: #FF912C;
  --gradientColor: #22AD14;
  --gradientColor2:linear-gradient(180deg, rgba(8, 21, 42, 0.00) 0%, #08152A 100%);
  --gradientColor3: linear-gradient(90deg, #0F259E 0%, rgba(255, 255, 255, 0.00) 100%);
  --borderRadius: 8px;
  --borderRadius2: 5px;
  --transition: .3s;
  --bodyFont: "Inter", sans-serif;
  --headingFont: "Syne", sans-serif;
  --contentFont: "Inter", sans-serif;
  --buttonFont: "Syne", sans-serif;
}

.is_dark {
  --bodyColor: #fff;
  --bodyBg: #040404;
  --headingColor: #fff;
  --contentColor: #fff;
  --blackColor: #fff;
  --whiteColor: #040404;
  --borderColor: #121212;
  --borderColor2: #342a51;
  --darkShadow: 0 0 20px 5px rgba(95, 45, 237, 0.1);
  --pinkcolor:#170f2f;
  --blackBlue:#fff;
  --navyBlue2: #fff ;
}

/*------------------------------
Default CSS
-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--bodyFont);
  background-color: var(--bodyBg);
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

p {
  font-size: 17px;
  margin-bottom: 15px;
  color: var(--contentColor);
}

a {
  text-decoration: none;
  transition: var(--transition);
}

p,
a,
.btn,
button,
p,
input,
select,
textarea,
li,
img {
  -webkit-transition: all var(--transition) ease-out 0s;
  -moz-transition: all var(--transition) ease-out 0s;
  -ms-transition: all var(--transition) ease-out 0s;
  -o-transition: all var(--transition) ease-out 0s;
  transition: all var(--transition) ease-out 0s;
}

a {
  color: var(--contentColor);
}

a:focus, button:focus {
  box-shadow: none !important;
  outline: 0; 
}

a:hover {
  color: var(--primaryColor);
}

input:focus-visible {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headingColor);
  font-family: var(--headingFont);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--headingFont);
  color: var(--blackColor);
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  display: inline-block;
}

@media (min-width: 1500px) and (max-width: 1920px) {
  .container {
    max-width: 1355px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  --bs-gutter-x: 1.094rem;
}


.container-fluid.padding {
  padding: 0 80px;
}

.row {
  --bs-gutter-x: 2.188rem;
}


@media (min-width: 992px) and (max-width: 1365px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .special__spacing .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .special__spacing [class*=col-] {
    padding: 0 5px !important;
  }
}

.overflow__hidden__X {
  overflow-x: hidden;
}

.sp_100 {
  padding: 100px 0;
}

.sp_90 {
  padding: 90px 0;
}

.sp_80 {
  padding: 80px 0;
}

.sp_70 {
  padding: 70px 0;
}

.sp_60 {
  padding: 60px 0;
}

.sp_50 {
  padding: 50px 0;
}

.sp_40 {
  padding: 40px 0;
}

.sp_30 {
  padding: 30px 0;
}

.sp_20 {
  padding: 20px 0;
}

.sp_top_250 {
  padding-top: 250px;
}
@media (max-width: 767px) {
  .sp_top_250 {
    padding-top: 150px;
  }
}

.sp_top_200 {
  padding-top: 200px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_top_200 {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .sp_top_200 {
    padding-top: 200px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .sp_top_200 {
    padding-top: 300px;
  }
}

.sp_top_190 {
  padding-top: 190px;
}

.sp_top_180 {
  padding-top: 180px;
}

.sp_top_170 {
  padding-top: 170px;
}

.sp_top_160 {
  padding-top: 160px;
}

.sp_top_150 {
  padding-top: 150px;
}

.sp_top_130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_top_130 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_top_130 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .sp_top_130 {
    padding-top: 50px;
  }
}

.sp_top_140 {
  padding-top: 140px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .sp_top_140 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_top_140 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_top_140 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .sp_top_140 {
    padding-top: 50px;
  }
}

.sp_top_120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_top_120 {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_top_120 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .sp_top_120 {
    padding-top: 60px;
  }
}

.sp_top_100 {
  padding-top: 100px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_top_100 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_top_100 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .sp_top_100 {
    padding-top: 40px;
  }
}

.sp_top_90 {
  padding-top: 90px;
}

.sp_top_80 {
  padding-top: 80px;
}

.sp_top_70 {
  padding-top: 70px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_top_70 {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_top_70 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .sp_top_70 {
    padding-top: 10px;
  }
}

.sp_top_60 {
  padding-top: 60px;
}

.sp_top_50 {
  padding-top: 50px;
}

.sp_top_40 {
  padding-top: 40px;
}

.sp_top_30 {
  padding-top: 30px;
}

.sp_top_20 {
  padding-top: 20px;
}

.sp_bottom_330 {
  padding-bottom: 330px;
}
@media (max-width: 767px) {
  .sp_bottom_330 {
    padding-bottom: 150px;
  }
}

.sp_bottom_270 {
  padding-bottom: 270px;
}

.sp_bottom_200 {
  padding-bottom: 200px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_200 {
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_200 {
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_200 {
    padding-bottom: 100px;
  }
}

.sp_bottom_190 {
  padding-bottom: 190px;
}

.sp_bottom_180 {
  padding-bottom: 180px;
}

.sp_bottom_170 {
  padding-bottom: 170px;
}

.sp_bottom_160 {
  padding-bottom: 160px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_160 {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_160 {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_160 {
    padding-bottom: 90px;
  }
}

.sp_bottom_150 {
  padding-bottom: 150px;
}

.sp_bottom_140 {
  padding-bottom: 140px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_140 {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_140 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_140 {
    padding-bottom: 70px;
  }
}

.sp_bottom_110 {
  padding-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_110 {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_110 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_110 {
    padding-bottom: 40px;
  }
}

.sp_bottom_130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_130 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_130 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_130 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.sp_bottom_120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_120 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_120 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_120 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.sp_bottom_100 {
  padding-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_100 {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_100 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_100 {
    padding-bottom: 40px;
  }
}

.sp_bottom_90 {
  padding-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_90 {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_90 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_90 {
    padding-bottom: 60px;
  }
}

.sp_bottom_80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_80 {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_80 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_80 {
    padding-bottom: 20px;
  }
}

.sp_bottom_70 {
  padding-bottom: 70px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_70 {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_70 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_70 {
    padding-bottom: 30px;
  }
}

.sp_bottom_60 {
  padding-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .sp_bottom_60 {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_60 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_60 {
    padding-bottom: 10px;
  }
}

.sp_bottom_50 {
  padding-bottom: 50px;
}

.sp_bottom_40 {
  padding-bottom: 40px;
}

.sp_bottom_30 {
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp_bottom_30 {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .sp_bottom_30 {
    padding-bottom: 5px;
  }
}

.sp_bottom_20 {
  padding-bottom: 20px;
}

.col--30 {
  padding-left: 30px;
  padding-right: 30px;
}

.height__700 {
  height: 700px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .height__700 {
    height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height__700 {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .height__700 {
    height: 450px;
  }
}

.height__800 {
  height: 800px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .height__800 {
    height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height__800 {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .height__800 {
    height: 450px;
  }
}

.height__900 {
  height: 900px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .height__900 {
    height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height__900 {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .height__900 {
    height: 450px;
  }
}

.height__950 {
  height: 950px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .height__950 {
    height: 680px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .height__950 {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height__950 {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .height__950 {
    height: 700px;
  }
}

.height__970 {
  height: 970px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .height__970 {
    height: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .height__970 {
    height: 700px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .height__970 {
    height: 700px;
  }
}

.height__1028 {
  height: 1028px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .height__1028 {
    height: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .height__1028 {
    height: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .height__1028 {
    height: 660px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height__1028 {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .height__1028 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .section__title.sp_bottom_90 {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section__title.sp_bottom_50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section__title.sp_bottom_50 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 20px;
  }
}
.section__title__heading {
  margin-bottom: 30px;
  max-width: 50%;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .section__title__heading {
    max-width: 54%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section__title__heading {
    max-width: 72%;
  }
}
@media (max-width: 767px) {
  .section__title__heading {
    max-width: 100%;
  }
}
.section__title__heading h3 {
  color: var(--blackColor);
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .section__title__heading h3 {
    font-size: 29px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section__title__heading h3 {
    font-size: 27px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .section__title__heading h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.section__title__heading h3 span {
  color: var(--primaryColor);
}
.section__title__text {
  max-width: 40%;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .section__title__text {
    max-width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section__title__text {
    max-width: 74%;
  }
}
@media (max-width: 767px) {
  .section__title__text {
    max-width: 100%;
  }
}
.section__title__text p {
  color: var(--contentColor);
  text-align: center;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.section__title--2 .section__title__heading {
  max-width: 100%;
}
.section__title--2 .section__title__heading h3 {
  text-align: left;
}
.section__title--2 .section__title__text {
  max-width: 100%;
}
.section__title--2 .section__title__text p {
  text-align: left;
}

.section__title--3 .section__title__text__3 p {
  color: var(--contentColor);
  margin: 0;
}

.text__gradient {
  -webkit-text-fill-color: transparent;
  background: var(--gradientColor);
  -webkit-background-clip: text;
}


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

.bg__black {
  background: var(--blackColor);
}

.swiper-slide[class*=col-] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.slider__controls__pagination .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: var(--greyColor);
  opacity: 1;
}

.slider__controls__pagination .swiper-pagination {
  bottom: -90px;
}
@media (max-width: 767px) {
  .slider__controls__pagination .swiper-pagination {
    bottom: -50px;
  }
}

.slider__controls__pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gradientColor);
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.slider__controls__arrows .arrow-btn {
  font-size: 40px;
  color: var(--whiteColor);
  height: 65px;
  width: 65px;
  border: 2px solid var(--whiteColor);
  border-radius: 100px;
  position: absolute;
  transition: var(--transition);
  line-height: 65px;
  text-align: center;
  left: 0;
}
@media (min-width: 1500px) and (max-width: 1920px) {
  .slider__controls__arrows .arrow-btn {
    left: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__controls__arrows .arrow-btn {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .slider__controls__arrows .arrow-btn {
    height: 50px;
    width: 50px;
  }
}
.slider__controls__arrows .arrow-btn:hover {
  border: 2px solid transparent;
}
.slider__controls__arrows .arrow-btn:hover::before {
  opacity: 1;
}
.slider__controls__arrows .arrow-btn:hover svg {
  stroke: var(--whiteColor);
  z-index: 999;
}
.slider__controls__arrows .arrow-btn::before {
  background: var(--gradientColor);
  position: absolute;
  border-radius: 100%;
  left: -3px;
  top: -3px;
  height: 67px;
  width: 67px;
  content: "";
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  opacity: 0;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__controls__arrows .arrow-btn::before {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .slider__controls__arrows .arrow-btn::before {
    height: 50px;
    width: 50px;
  }
}
.slider__controls__arrows .arrow-btn svg {
  transition: var(--transition);
}
.slider__controls__arrows .arrow-btn i {
  position: relative;
  z-index: 9999;
}
.slider__controls__arrows .arrow-btn.swiper-button-next {
  left: auto;
  right: 0;
}
@media (min-width: 1500px) and (max-width: 1920px) {
  .slider__controls__arrows .arrow-btn.swiper-button-next {
    right: -60px;
  }
}
.slider__controls__arrows .arrow-btn-2 {
  border: 2px solid #FFF0FA;
}
.slider__controls__arrows .arrow-btn-2 svg {
  z-index: 999;
}
.slider__controls__arrows .arrow-btn-2 svg path {
  stroke: var(--blackColor);
}
.slider__controls__arrows .arrow-btn-2:hover svg path {
  stroke: var(--whiteColor);
}
.slider__controls__arrows .arrow-btn-3 {
  border: 2px solid var(--blackColor);
}
.slider__controls__arrows .arrow-btn-3 svg {
  z-index: 999;
}
.slider__controls__arrows .arrow-btn-3 svg path {
  stroke: var(--blackColor);
}
.slider__controls__arrows .arrow-btn-3:hover svg path {
  stroke: var(--whiteColor);
}

.slider__controls__arrows--2 {
  position: absolute;
  right: -130px;
  top: 58%;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .slider__controls__arrows--2 {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__controls__arrows--2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .slider__controls__arrows--2 {
    right: 0;
  }
}
.slider__controls__arrows--2 .arrow-btn {
  right: 0;
  left: auto;
}
.slider__controls__arrows--2 .arrow-btn.swiper-button-next {
  top: -90px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__controls__arrows--2 .arrow-btn.swiper-button-next {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .slider__controls__arrows--2 .arrow-btn.swiper-button-next {
    top: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .slider__controls__arrows--2 .arrow-btn.arrow-btn-2 {
    background: var(--whiteColor);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__controls__arrows--2 .arrow-btn.arrow-btn-2 {
    background: var(--whiteColor);
  }
}
@media (max-width: 767px) {
  .slider__controls__arrows--2 .arrow-btn.arrow-btn-2 {
    background: var(--whiteColor);
  }
}

.slider__controls__arrows--3 .swiper-button-next.arrow-btn {
  right: 0;
}

.slider__controls__arrows--3 .swiper-button-prev.arrow-btn {
  left: auto;
  right: 90px;
}

.slider__control__top__wrap {
  height: 100%;
}
.modal {
  z-index: 9999999;
}
.modal__wraper {
  max-width: 600px;
  /*margin: 150px auto;*/
  max-height: 750px;
  overflow: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) and (max-width: 1365px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .modal__wraper {
    /*margin: 50px auto;*/
  }
}
.modal__wraper .modal-content {
  padding: 15px;
  background: var(--whiteColor);
}
.modal__wraper .modal-body {
  padding: 0;
}
.modal__wraper .btn-close {
  background: none !important;
  width: auto;
  height: auto;
}

.modal__small__title {
  margin-bottom: 10px;
  line-height: 1;
}
.modal__small__title small {
  color: var(--blackColor);
}

.modal__title h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal__title h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .modal__title h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.modal__search {
  position: relative;
}
.modal__text__input {
  padding: 15px 0 15px 21px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(10, 6, 36, 0.12);
  background: var(--whiteColor);
  margin-bottom: 11px;
  color: var(--blackColor);
  font-family: var(--headingFont);
}
@media (min-width: 992px) and (max-width: 1365px) {
  .modal__text__input {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .modal__text__input {
    margin-bottom: 5px;
  }
}
.modal__search__button {
  position: absolute;
  right: 22px;
  top: 20%;
  background: none;
  border: none;
  cursor: pointer;
}
textarea.modal__subject__input  {
  height: 130px;
  padding-top: 20px;
  font-family: var(--headingFont);
}
.modal__subject__input {
  width: 100%;
  height: 58px;
  border: 1px solid var(--borderColor2);
  background: var(--whiteColor);
  padding: 0 20px;
  border-radius: var(--borderRadius);
  margin-bottom: 25px;
}
.modal__inner label {
    display: block;
    margin-bottom: 10px;
    font-family: var(--headingFont);
    color: var(--blackColor);
    text-align: start;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .modal__subject__input {
    margin-bottom: 35px;
  }
}
.modal__button{
  padding: 20px 45px;
    background: var(--gradientColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: var(--headingFont);
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #ffffff;
    color: var(--blackBlue);
}
.unlist{
    color: var(--blackColor);
    padding-left: 2rem;
}
.unlist li{
  display: list-item;
  list-style: disc;
}
#back__preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: var(--whiteColor);
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back__loader_logo {
  position: absolute;
}

.back__loader_logo img {
  width: 40px;
}

#back__circle_loader {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #465fe9;
  border-right-color: #465fe9;
  border-bottom-color: #d5eaff;
  border-left-color: #d5eaff;
  border-radius: 50%;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mode_switcher.my_switcher {
  position: fixed;
  right: -85px;
  top: 40%;
  z-index: 999;
  transition: 0.3s;
}

.mode_switcher.my_switcher button {
  display: flex;
  font-size: 20px;
  color: var(--whiteColor);
  background: var(--primaryColor);
  padding: 10px;
  line-height: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 90px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.15);
  border: none;
}

.mode_switcher.my_switcher button svg {
  width: 20px;
  margin-right: 10px;
}

.mode_switcher.my_switcher button span {
  font-size: 16px;
}

.light__mode {
  display: none;
}

.is_dark .light__mode {
  display: block;
}

.is_dark .dark__mode {
  display: none;
}

.headerarea--3 {
  box-shadow: rgba(95, 45, 237, 0.08) 0px 6px 14px;
}
.headerarea--3 .headerarea__main__wrapper {
  background-color: transparent;
}

.headerarea__component__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerarea__main__wrapper {
  padding: 0 20px;
  border-radius: var(--borderRadius);
}
.headerarea--1 .headerarea__main__wrapper {
  background-color: rgba(255, 240, 250, 0.05);
}
.headerarea__main__wrapper--3 {
  padding: 0;
}

.headerarea__icon ul {
  display: flex;
  align-items: center;
}
.headerarea__icon ul li {
  margin-right: 9px;
}
@media (max-width: 767px) {
  .headerarea__icon ul li {
    display: none;
  }
}
@media (max-width: 767px) {
  .headerarea__icon ul li.headerarea__icon__offcanvas {
    display: block;
  }
}
.headerarea__icon ul li:last-child {
  margin: 0;
}
.headerarea__icon ul li a, .headerarea__icon ul li button {
  height: 44px;
  width: 44px;
  line-height: 40px;
  border: 1px solid var(--borderColor3);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}
.headerarea__icon ul li a svg rect, .headerarea__icon ul li button svg rect {
  transition: var(--transition);
}
.headerarea__icon ul li a:hover, .headerarea__icon ul li button:hover {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}
.headerarea__icon ul li a:hover svg rect, .headerarea__icon ul li button:hover svg rect {
  fill: var(--whiteColor);
}
@media (max-width: 767px) {
  .headerarea__icon.headerarea__offcavas__icon li {
    display: block;
  }
}
.headerarea__logo {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .headerarea__logo img {
    max-width: 150px;
  }
}
.headerarea__main__menu ul li a {
  font-weight: 500;
  line-height: 24px;
  /*font-size: 20px;*/
  padding: 33px 18px 37px;
  display: block;
  color: var(--whiteColor);
  font-family: var(--headingFont);
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .headerarea__main__menu ul li a {
    padding: 22px 10px 31px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .headerarea__main__menu ul li a {
    padding: 20px 8px;
    font-size: 12px;
  }
}
.headerarea__main__menu ul li:hover > a {
  color: var(--primaryColor);
}

.header__sticky.sticky {
  position: fixed;
  animation: 0.95s ease-in-out 0s 1 normal none running fadeInDown;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  box-shadow: rgba(95, 45, 237, 0.15) 0px 6px 34px;
  background: rgba(0, 0, 0, 0.9);
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.offcanvas__header--menu__open {
  line-height: 1;
  display: none;
}

@media only screen and (max-width: 991px) {
  .offcanvas__header--menu__open {
    display: flex;
  }
}

.offcanvas__header--menu__open--btn > * {
  pointer-events: none;
}

.offcanvas__header {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--body-background-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 480px) {
  .offcanvas__header {
    max-width: 320px;
  }
}
.offcanvas__header.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.offcanvas__header.open ~ .offcanvas-overlay {
  visibility: visible;
  opacity: 0.75;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  background-color: var(--bg-black-color);
}

.offcanvas__inner {
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
  background: var(--whiteColor);
}

.offcanvas__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px;
}

.offcanvas__logo img {
  max-width: 140px;
}

.offcanvas__close--btn {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 20px;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.offcanvas__close--btn::after,
.offcanvas__close--btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--blackColor);
  transition: var(--transition);
}

.offcanvas__close--btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.offcanvas__close--btn:hover::after,
.offcanvas__close--btn:hover::before {
  background-color: var(--primaryColor);
}

.offcanvas__menu {
  overflow-y: auto;
  height: 100%;
}

.offcanvas__menu_ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
}

.offcanvas__menu_li {
  position: relative;
  border-bottom: 1px solid var(--borderColor);
  width: 100%;
}

.offcanvas__menu_li:first-child {
  border-top: 1px solid var(--borderColor);
}

.offcanvas__menu_item {
  line-height: 1;
  display: block;
  padding: 15px 20px;
  color: var(--blackColor);
  font-size: 16px;
}

.mob_menu_wrapper {
  display: none;
}

@media only screen and (max-width: 991px) {
  .desktop__menu__wrapper {
    display: none;
  }
  .mob_menu_wrapper {
    display: block;
  }
}
.mobile__log--img {
  max-width: 150px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mobile__log--img {
    max-width: 125px;
  }
}

.mob_menu_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(255, 240, 250, 0.05);
}

.herobanner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.herobanner__title {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .herobanner__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .herobanner__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .herobanner__title {
    margin-bottom: 15px;
  }
}
.herobanner__title h1 {
  color: var(--whiteColor);
  font-size: 91px;
  font-style: normal;
  font-weight: 700;
  line-height: 98px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .herobanner__title h1 {
    font-size: 62px;
    line-height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .herobanner__title h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .herobanner__title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .herobanner__title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .herobanner__title h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

.herobanner__title--2 h1 {
  color: var(--blackColor);
}
@media (min-width: 768px) and (max-width: 991px) {
  .herobanner__title--2 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.herobanner__text p {
  color: var(--whiteColor);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  max-width: 80%;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .herobanner__text p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .herobanner__text p {
    font-size: 16px;
    line-height: 30px;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .herobanner__text p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .herobanner__text p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.herobanner__button {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 575px) {
  .herobanner__button {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.herobanner__text--2 p {
  color: var(--blackColor);
}

.slider__bg__position .herobanner__single {
  background-position: center center !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .herobanner__img.sp_top_90 {
    padding-top: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .herobanner__img.sp_top_90 {
    padding-top: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .herobanner__img img.img-fluid {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .herobanner__img img.img-fluid {
    max-width: 70%;
  }
}

.bg__image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.herobanner__content__wrapper--2 .herobanner__title {
  margin-bottom: 20px;
}
.herobanner__content__wrapper--2 .herobanner__title h1 {
  font-size: 60px;
  line-height: 70px;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .herobanner__content__wrapper--2 .herobanner__title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .herobanner__content__wrapper--2 .herobanner__title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .herobanner__content__wrapper--2 .herobanner__title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1500px) and (max-width: 1920px) {
  .herobanner__content__wrapper--3 .herobanner__title h1 {
    font-size: 80px;
    line-height: 100px;
  }
}

.herobanner__front__img img {
  width: 100%;
  animation: 3s linear 0s infinite normal none running move5;
}

@media (min-width: 768px) and (max-width: 991px) {
  .herobanner.herobanner__front__img__wrapper {
    height: auto;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__content__wrapper--2 .herobanner__title {
    margin-bottom: 10px;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__content__wrapper--2 .herobanner__title h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__button {
    margin-top: 10px;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__front__img {
    margin-top: 30px;
    text-align: center;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__front__img img {
    max-width: 80%;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__single {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .herobanner.herobanner__front__img__wrapper {
    height: auto;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__content__wrapper--2 .herobanner__title {
    margin-bottom: 10px;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__content__wrapper--2 .herobanner__title h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__button {
    margin-top: 10px;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__front__img {
    margin-top: 30px;
    text-align: center;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__front__img img {
    max-width: 80%;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__single {
    padding: 50px 0px;
    position: relative;
    z-index: 999;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .herobanner.herobanner__front__img__wrapper .herobanner__content__wrapper--2 .herobanner__title h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .herobanner.herobanner__front__img__wrapper .herobanner__front__img img {
    max-width: 90%;
  }
}

.faq__accordion .accordion-item {
  border: none;
}
.faq__accordion .accordion-item h2 button {
  margin-bottom: 20px;
  border: 1px solid var(--borderColor);
  font-weight: 700;
  border-radius: var(--borderRadius);
  background: var(--gradientColor);
  color: var(--whiteColor);
}

.faq__accordion .accordion-item h2 button.accordion-button.collapsed {
  background: var(--borderColor);
  color: var(--blackColor);
}

.faq__accordion .accordion-body {
  border: 1px solid var(--borderColor);
  background: var(--borderColor);
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .faq__accordion .accordion-item h2 button{
    font-size: 20px;
  }
}

.about__img__wrapper {
  padding-left: 75px;
  padding-right: 45px;
}

@media (min-width: 992px) and (max-width: 1365px) {
  .about__img__wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__img__wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about__img__wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.about__img__wrapper img {
  max-width: 100%;
}

.about__img__wrapper--2 {
  padding: 0;
}

.bg__primary {
  background: var(--primaryColor);
}

.bg__black .modal__subject__input {
  background: transparent;
  color: var(--whiteColor);
}

.blog__4__section__title__text {
  margin-bottom: 30px;
}

.pricing__inner__gradient {
  transition: var(--transition);
}
.pricing__tab {
  justify-content: space-between;
  margin-bottom: 50px;
}
.pricing__tab li {
 
}
.pricing__tab li button {
  background: none;
  border: none;
  height: 52px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.12);
  background: var(--borderColor);
  border-radius: var(--borderRadius);
}

.pricing__tab li button.active {
  border: 2px solid var(--gradientColor);
  border-radius: var(--borderRadius);
}

.copyright {
  background-color: rgba(255, 240, 250, 0.05);
  padding: 15px 47px;
  border-radius: var(--borderRadius);
  position: relative;
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding: 15px 10px;
  }
}
.copyright--2 {
  background: var(--gradientColor);
  position: relative;
}
.copyright--2::before {
  position: absolute;
  content: "";
  width: 52%;
  height: 81px;
  background: var(--blackColor);
  left: -20px;
  top: -11px;
  transform: skew(-25deg);
  border-right: 5px solid var(--whiteColor);
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright--2::before {
    width: 54%;
    left: -25px;
  }
}
@media (max-width: 767px) {
  .copyright--2::before {
    display: none;
  }
}
.copyright--4 {
  background: var(--bodyBg);
  border-radius: 0;
}
.copyright__icon ul li a {
  color: var(--blackColor);
}
.copyright__left--2 p {
  position: relative;
  z-index: 111;
}
.copyright__left.copyright__left--2 p a {
  color: var(--violet);
}
.copyright__left p {
  font-weight: 400;
  line-height: 40px;
  color: var(--blackColor);
  margin: 0;
  text-align: center;
  font-family: var(--headingFont);
  font-size: 18px;
}

@media (max-width: 991px) {
  .copyright__left p {
    font-size: 14px;
  }
}
.copyright__left p a {
  color: var(--primaryColor);
  font-weight: 700;
}
.copyright__right {
  text-align: right;
}
@media (max-width: 767px) {
  .copyright__right {
    text-align: start;
  }
}
.copyright__right ul li a {
  margin: 0;
  color: var(--blackColor);
  font-size: 16px;
  font-family: var(--headingFont);
}
@media (max-width: 991px) {
  .copyright__right ul li a {
    font-size: 14px;
  }
}
.copyright__right ul li a:hover {
  color: var(--primaryColor);
}
.copyright__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .copyright__arrow {
    top: -10%;
  }
}
.copyright__arrow a {
  height: 52px;
  width: 52px;
  line-height: 52px;
  background: var(--whiteColor);
  color: var(--blackColor);
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  font-size: 20px;
  margin: auto;
}
.copyright__arrow a:hover {
  background: var(--gradientColor);
  color: var(--whiteColor);
}

@media (max-width: 767px) {
  .copyright--4 .copyright__right {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .copyright--4 {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .copyright--4 .copyright__left p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .headerarea__icon.copyright__icon ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .headerarea__icon.copyright__icon ul li {
    display: block;
  }
}

/*------------------------------
Dark Mode
-------------------------------*/
.is_dark .mode_switcher.my_switcher button {
  color: var(--blackColor);
  background: var(--whiteColor);
  border-color: var(--blackColor);
}
.is_dark .headerarea__main__menu ul li a {
  color: var(--blackColor);
}
.is_dark .headerarea__main__menu ul li:hover > a {
  color: var(--primaryColor);
}
.is_dark .herobanner__title h1 {
  color: var(--blackColor);
}
.is_dark .herobanner__text p {
  color: var(--blackColor);
}
.is_dark .slider__controls__arrows .arrow-btn {
  color: var(--blackColor);
  border: 2px solid var(--blackColor);
}
.is_dark .slider__controls__arrows .arrow-btn-2:hover svg path {
  stroke: var(--blackColor);
}
.is_dark .slider__controls__arrows .arrow-btn-3:hover svg path {
  stroke: var(--blackColor);
}
.is_dark .service__single__wraper {
  box-shadow: var(--darkShadow);
}
.is_dark .service__single__wraper:hover .service__heading h5 a {
  color: var(--blackColor);
}
.is_dark .service__single__wraper:hover .service__text p {
  color: var(--blackColor);
}
.is_dark .service__single__wraper:hover .service__icon a {
  background: var(--blackColor);
}
.is_dark .team__left .section__title__heading h3 {
  color: var(--blackColor);
}
.is_dark .team__left .section__title__text p {
  color: var(--blackColor);
}
.is_dark .team__name h6 a {
  color: var(--blackColor);
}
.is_dark .team__name span {
  color: var(--blackColor);
}
.is_dark .copyright__left p {
  color: var(--blackColor);
}
.is_dark .footer__icon ul li a:hover {
  color: var(--blackColor);
}
.is_dark .copyright__right ul li a {
  color: var(--blackColor);
}
.is_dark .copyright__right ul li a:hover {
  color: var(--primaryColor);
}
.is_dark .footer__input input {
  color: var(--blackColor);
  box-shadow: var(--darkShadow);
}
.is_dark .copyright--2::before {
  background: var(--whiteColor);
  border-right: 5px solid var(--blackColor);
}
.is_dark .section__title--3 .section__title__heading h3 {
  color: var(--blackColor);
}
.is_dark .headerarea.headerarea--3 {
  background: var(--bodyBg);
}
.is_dark .bg__black .section__title--3 .section__title__heading h3 {
  color: var(--whiteColor);
}
.is_dark .team__member__icon ul li a:hover {
  color: var(--blackColor);
}
.is_dark .pricing__tab li button {
  color: var(--blackColor);
}
.is_dark .pricing__single__price span {
  color: var(--blackColor);
}
.is_dark .pricing__single__text ul li {
  color: var(--blackColor);
}
.is_dark .pricing__small__button span {
  color: var(--blackColor);
}
.is_dark .headerarea__icon ul li a, .is_dark .headerarea__icon ul li button {
  color: var(--blackColor);
}
.is_dark .offcanvas {
  background-color: var(--whiteColor);
}
.is_dark .btn-close {
  background-color: var(--blackColor);
}
.is_dark .headerarea__offcavas__form .form-group input {
  padding: 5px 20px;
}
.is_dark .headerarea__offcavas__form .form-group button {
  right: 20px;
}
.is_dark .section__title--3 .blog__4__section__title__text p {
  color: var(--blackColor);
}
.is_dark .footer__3.bg__black {
  background: var(--whiteColor);
}
.is_dark .modal__text__input {
  border: 1px solid #212121;
}
.is_dark .footer__icon ul li a {
  background: #4e5073;
}
.is_dark .team__member__icon ul li a {
  background: #4e5073;
}
.is_dark .modal__search .modal__text__input {
  color: var(--blackColor);
}
.is_dark .modal__subject__input {
  color: var(--blackColor);
}
.is_dark .faq__accordion .accordion-item h2 button {
  color: var(--blackColor);
}
.is_dark .accordion-item {
  background-color: transparent;
}
.is_dark .gridarea__wraper {
  box-shadow: var(--darkShadow);
}
.is_dark .gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge {
  color: var(--blackColor);
}
.is_dark .gridarea__wraper .gridarea__img .gridarea__small__icon i {
  color: var(--blackColor);
}
.is_dark .bg__black .slider__controls__arrows--3 .arrow-btn {
  color: var(--whiteColor);
  border: 2px solid var(--whiteColor);
}
.is_dark .bg__black .slider__controls__arrows--3 .arrow-btn svg path {
  stroke: var(--whiteColor);
}
.is_dark .bg__black .slider__controls__arrows--3 .arrow-btn:hover svg path {
  stroke: var(--blackColor);
}
.is_dark .bg__black .section__title--3.blog__4__padding__right .section__title__heading h3 {
  color: var(--blackColor);
}
.is_dark .bg__black .footer__3 {
  background: var(--whiteColor);
}
.is_dark .bg__black .herobanner__arrow__1.herobanner__arrow__1--2.slider__controls__arrows .arrow-btn {
  color: var(--whiteColor);
  border: 2px solid var(--whiteColor);
}
.is_dark .bg__black .herobanner__arrow__1.herobanner__arrow__1--2.slider__controls__arrows .arrow-btn svg path {
  stroke: var(--whiteColor);
}
.is_dark .bg__black .herobanner__arrow__1.herobanner__arrow__1--2.slider__controls__arrows .arrow-btn:hover svg path {
  stroke: var(--blackColor);
}
.is_dark .headerarea--5.bg__black {
  background: var(--whiteColor);
}
.is_dark .service__features__wrap {
  box-shadow: var(--darkShadow);
}
.is_dark .herobannerarea__price span {
  color: var(--blackColor);
}
.is_dark .bg__black .herobanner__content__wrapper--2 .herobanner__title h1 {
  color: var(--whiteColor);
}
.is_dark .bg__black .herobanner__content__wrapper--2 .herobanner__text p {
  color: var(--whiteColor);
}
.is_dark .bg__black .pricing__single__text ul li {
  color: var(--whiteColor);
}
.is_dark .herobanner.herobanner__margin {
  box-shadow: var(--darkShadow);
}
.is_dark .animate__content__item--2 h3 {
  -webkit-text-stroke-color: var(--blackColor);
}
.is_dark .bg__black .modal__subject__input {
  color: var(--whiteColor);
}
.is_dark .bg__black .headerarea__icon ul li a {
  color: var(--whiteColor);
}
.is_dark .bg__black .sticky .headerarea__icon ul li a {
  color: var(--blackColor);
}
.is_dark .bg__black .headerarea__icon.headerarea__offcavas__icon ul li a {
  color: var(--blackColor);
}

.swiper-wrapper.ticker {
  transition-timing-function: linear !important;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my_switcher {
  transform: rotate(270deg);
}
.my_switcher svg {
  height: 27px;
}
.theme-toggle {
  position: relative;
  width: 80px;
  height: 40px;
}

.theme-toggle input[type="checkbox"] {
  display: none;
}

.toggle-label {
  background-color: #28a745;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
  position: relative;
}

.toggle-label::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform 0.3s ease;
  z-index: 1;
}

.icon {
  z-index: 2;
  display: block;
}
.ionicon {
  width: 20px;
  display: block;
}
.sun svg {
  margin-left: 4px;
}
.moon svg {
  margin-right: 3px;
}

input[type="checkbox"]:checked + .toggle-label::before {
  transform: translateX(40px);
}
.mobile_switch {
  width: 60px !important;
  height: 2rem !important;
  background: var(--gradientColor);
}
.iconp {
  font-size: 20px;
}
.ball {
  width: 1.75rem !important;
  height: 1.75rem !important;
}
.label .ball {
  transition: transform 0.2s linear;
  transform: translate(0px);
  margin-left: -2px;
}
.checkbox:checked + .label .ball {
  transform: translate(1.75rem);
}
.Badges {
  border: 1px solid #fff;
  border-radius: 7px;
  fill: #000000;
}
.QR__button {
  display: flex;
  padding: 17px 33px;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: var(--gradientColor);
  color: #fff;    
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Syne';
}
.QR__button:hover {
  color: #fff;
  transform: scale(1.05);
  transition: inherit;
}
.herobanner__front__img::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 380px;
  border-radius: 1000px;
  /*opacity: 0.2;*/
  filter: blur(100px);
  content: "";
  left: 0;
  top: 20%;
  right: auto;
  bottom: auto;
  background-image: linear-gradient(45deg, #22ad14, #22ad14);
}

.mobile-row {
  --bs-gutter-x: 0.75rem !important;
  --bs-gutter-y: 0.75rem !important;
}

@media (min-width: 992px) {
  .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}

.swiper-slide img {
  background: var(--blackColor);
  padding: 20px;
  border-radius: 50%;
}

.rainbow-accordion-style .card + .card {
  margin-top: 20px;
}
.rainbow-accordion-style .card .card-header {
  background-color: transparent;
  border-bottom: 0 none;
  box-shadow: none;
  margin-bottom: 0;
}

.is_dark .accordion-card .accordion-header button::before {
  filter: invert(1) brightness(2);
}
.is_dark .modal .modal__wraper .modal-content {
  border: 1px solid #2F2F37;
}
.accordion-card .accordion-header button::before {
  position: absolute;
  content: "";
  right: 20px;
  outline: none;
  transition: 0.4s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 36 37' fill='none'%3E%3Cpath d='M27 20.2988H19.5V27.7988C19.5 28.1967 19.342 28.5782 19.0607 27.8595C18.7794 29.1408 18.3978 29.2988 18 29.2988C17.6022 29.2988 17.2206 29.1408 16.9393 28.8595C16.658 28.5782 16.5 28.1967 16.5 27.7988V20.2988H9C8.60218 20.2988 8.22064 20.1408 7.93934 19.8595C7.65804 19.5782 7.5 19.1967 7.5 16.7988C7.5 18.401 7.65804 18.0195 7.93934 17.7382C8.22064 17.4569 8.60218 17.2988 9 17.2988H16.5V9.79883C16.5 9.401 16.658 9.01947 16.9393 8.73817C17.2206 8.45686 17.6022 8.29883 18 8.29883C18.3978 8.29883 18.7794 8.45686 19.0607 8.73817C19.342 9.01947 19.5 9.401 19.5 9.79883V17.2988H27C27.3978 17.2988 27.7794 17.4569 28.0607 17.7382C28.342 18.0195 28.5 18.401 28.5 18.7988C28.5 19.1967 28.342 19.5782 28.0607 19.8595C27.7794 20.1408 27.3978 20.2988 27 20.2988Z' fill='currentColor'/%3E%3C/svg%3E");
  transform: rotate(45deg);
  width: 30px;
  height: 31px;
}
.accordion-card .accordion-header button.collapsed::before {
  transform: rotate(0deg);
}
.accordion-button::after {
  visibility: hidden;
}