@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  Theme Name: Banizzo - Digital Agency HTML5 Template
  Author: CodeXup
  Support: codexup.dev@gmail.com
  Description: Banizzo – is a Digital Agency HTML5 Template that comes with high-quality 2 Pre build Home Pages and many built-in awesome inner pages  which are perfect for any creative agencies, designers, digital agencies, freelancers, developers, designers, marketing, startup, blog and portfolio.
  Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

  01. VARIBALES DECLARARION
  02. MIXIN DECLARATION
  03. TYPOGRAPHY CSS START
  04. THEME CSS START
  05. BUTTON CSS START
  06. TITLE CSS START
  07. WIDGET CSS START
  08. ANIMATION CSS START
  09. LOADING CSS START
  10. MENU CSS START
  11. MODAL CSS START
  12. HEADER CSS START
  13. OFFCANVAS CSS START
  14. HERO CSS START
  15. FEATURE CSS START
  16. ABOUT CSS START
  17. SERVICE CSS START
  18. COUNTER CSS START
  19. TESTIMONIAL CSS START
  20. PROCESS CSS START
  21. TEAM CSS START
  22. PORTFOLIO CSS START
  23. HIRE CSS START
  24. PRICE CSS START
  25. BRAND CSS START
  26. BLOG CSS START
  27. CONTACT CSS START
  28. FOOTER CSS START

**********************************************/
/*----------------------------------------*/
/*  01. VARIBALES DECLARARION
/*----------------------------------------*/
:root {
  --primary: #392D6A;
  --secondary: #DEFE5D;
  --white: #fff;
  --white-2: #E8E8E8;
  --white-3: #E2E2E2;
  --black: #000000;
  --black-2: #060606;
  --black-3: #232323;
  --gray: #555555;
  --gray-2: #999999;
  --green: #7D5DFE;
  --green-2: #09002E;
  --green-3: #120837;
  --green-4: #251F41;
  --green-5: #48339d;
  --font-unbounded: "Unbounded", sans-serif;
  --font-inter: "Inter", sans-serif;
}

/*----------------------------------------*/
/*  01. SPACE CSS START
/*----------------------------------------*/
.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-110 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 60px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-110 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media (max-width: 1199px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-140 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .pt-150 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-150 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 60px;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .mt-110 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-110 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-110 {
    margin-top: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

/*----------------------------------------*/
/* 03. TYPOGRAPHY CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-unbounded);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

p {
  padding: 0;
  margin: 0;
  font-style: normal;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  color: var(--gray);
  font-family: var(--font-inter);
}

img {
  max-width: 100%;
}

svg {
  width: 1em;
  height: 1em;
}

/*----------------------------------------*/
/* 04. THEME CSS START
/*----------------------------------------*/
.dark {
  background-color: var(--black-2);
}

.dir-rtl {
  direction: rtl;
}

.mention {
  border-radius: 0px 30px 30px 0px;
  background-color: var(--secondary);
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  padding: 20px 15px 20px 10px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .mention {
    padding: 20px 5px 20px 0;
    border-radius: 0 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .mention {
    display: none;
  }
}
.mention .text {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--font-inter);
  writing-mode: tb-rl;
  transform: rotate(180deg);
}

.social-media {
  gap: 10px;
  display: flex;
  align-items: center;
}
.social-media li a {
  color: #999999;
  padding: 0 5px;
  font-size: 18px;
}
.social-media li a:hover {
  color: var(--primary);
  fill: var(--primary);
}
.social-media.hover-1 li a:hover i,
.social-media.hover-1 li a:hover svg {
  transform: scale(1.3);
}
.social-media.hover-1 li a i,
.social-media.hover-1 li a svg {
  transition: all 0.3s;
}

.social--share {
  gap: 20px;
  display: flex;
  align-items: center;
}
.social--share .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary);
  text-transform: capitalize;
}
.social--share .social-media {
  gap: 5px;
}

.search--box {
  position: relative;
  z-index: 3;
}
.search--box button {
  border: none;
  font-size: 18px;
  font-weight: 300;
  background-color: transparent;
}
.search--box .search-close {
  display: none;
}
.search--box form {
  width: 300px;
  padding: 10px;
  position: absolute;
  right: 0;
  background-color: var(--white-3);
  transform: translateY(30px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 1399px) {
  .search--box form {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .search--box form {
    left: -130px;
  }
}
.search--box form.showed {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
@media (max-width: 767px) {
  .search--box form.showed {
    transform: translateY(15px);
  }
}
.search--box form input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--white-3);
}
.search--inline input {
  width: 300px;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--white-3);
}

.separator {
  height: 1px;
  background-color: #EAEAEA;
  margin-inline-start: 195px;
  margin-right: 195px;
}
@media (max-width: 1399px) {
  .separator {
    margin-inline-start: 30px;
    margin-right: 30px;
  }
}

.list-check {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .list-check {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding-top: 30px;
  }
}
.list-check li {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-2);
  position: relative;
  padding-inline-start: 35px;
}
@media (max-width: 991px) {
  .list-check li {
    font-size: 16px;
  }
}
.list-check li::before {
  position: absolute;
  content: "\f00c";
  inset-inline-start: 0;
  width: 25px;
  height: 25px;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  border: 1px solid var(--primary);
  border-radius: 100px;
  color: var(--primary);
  text-align: center;
  line-height: 25px;
}
.list-check-2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1399px) {
  .list-check-2 {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .list-check-2 {
    gap: 15px;
  }
}
.list-check-2 li {
  font-size: 18px;
  color: var(--black-2);
  position: relative;
  padding-inline-start: 35px;
}
@media (max-width: 1199px) {
  .list-check-2 li {
    font-size: 16px;
    padding-inline-start: 25px;
  }
}
@media (max-width: 991px) {
  .list-check-2 li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .list-check-2 li {
    font-size: 16px;
  }
}
.list-check-2 li::before {
  position: absolute;
  content: "\f058";
  inset-inline-start: 0;
  width: 25px;
  height: 25px;
  font-weight: 700;
  color: var(--primary);
  font-family: "Font Awesome 6 Free";
}
.list-check-2 li.disabled {
  color: var(--gray-6);
}
.list-check-2 li.disabled::before {
  color: var(--gray-2);
}

.cxu--go-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  font-size: 14px;
  color: var(--primary);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
}
.cxu--go-top img {
  max-width: 16px;
}
.cxu--go-top.showed {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.cxu--go-top .icon-1 {
  transition: all 0.5s;
}
.cxu--go-top .icon-2 {
  position: absolute;
  transform: translateY(50px);
  transition: all 0.5s;
  opacity: 0;
}
.cxu--go-top:hover {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  background-position: 100% 100%;
}
.cxu--go-top:hover .icon-1 {
  opacity: 0;
  transform: translateY(-50px);
}
.cxu--go-top:hover .icon-2 {
  opacity: 1;
  transform: translate(0);
}

@keyframes preloaderAnimation {
  0% {
    opacity: 1;
    height: 20px;
  }
  50% {
    opacity: 0;
    height: 25px;
  }
  100% {
    opacity: 1;
    height: 20px;
  }
}
.error404 header,
.error404 footer {
  display: none;
}

.error__area {
  text-align: center;
  height: 100vh;
}
.error__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.error__content .image {
  margin-bottom: 30px;
}
.error__content .image img {
  max-width: 500px;
}
.error__content .title {
  font-size: 48px;
  padding-bottom: 30px;
  color: var(--primary);
}
@media (max-width: 767px) {
  .error__content .title {
    font-size: 30px;
  }
}
.error__content p {
  max-width: 600px;
  padding-bottom: 30px;
}

.home-wrapper-6 {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.no-results.not-found .page-title {
  font-size: 50px;
  line-height: 1.1;
  color: var(--primary);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .no-results.not-found .page-title {
    font-size: 30px;
  }
}
.no-results.not-found .page-content p {
  margin-bottom: 50px;
}
.no-results.not-found .page-content .search-field {
  width: 360px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  padding: 5px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .no-results.not-found .page-content .search-field {
    width: 220px;
  }
}
.no-results.not-found .page-content .search-submit {
  height: 50px;
  padding: 5px 15px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}
.no-results.not-found .page-content .search-submit:hover {
  background: var(--green);
}

/*----------------------------------------*/
/* 05. BUTTON CSS START
/*----------------------------------------*/
.cxu-btn-default {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--white);
  fill: var(--white);
  background-color: var(--black-2);
  border: 1px solid var(--black-2);
}
.cxu-btn-default:hover {
  color: var(--black-2);
  fill: var(--black-2);
  background-color: transparent;
}
.cxu-btn-primary {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--white);
  fill: var(--white);
  border-radius: 30px;
  background-color: var(--green);
}
@media (max-width: 991px) {
  .cxu-btn-primary {
    padding: 12px 24px;
  }
}
.cxu-btn-primary:hover {
  color: var(--white);
  fill: var(--white);
}
.cxu-btn-border {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--primary);
  fill: var(--primary);
  border-radius: 30px;
  border: 1px solid var(--primary);
}
@media (max-width: 991px) {
  .cxu-btn-border {
    padding: 12px 24px;
  }
}
.cxu-btn-border:hover {
  color: var(--white);
  fill: var(--white);
  border-color: var(--green);
  background-color: var(--green);
}

.cxu--btn {
  display: flex;
}
.cxu--btn a {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.modal__btn {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: var(--secondary);
  position: relative;
}
.modal__btn:hover i,
.modal__btn:hover svg {
  transform: scale(1.5);
  color: var(--green);
  fill: var(--green);
}
.modal__btn i,
.modal__btn svg {
  transition: all 0.3s;
}
.modal__btn .image,
.modal__btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__btn .image {
  animation: modalRotate 10s linear infinite;
}
.modal__btn .icon {
  font-size: 24px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  overflow: hidden;
}

.cxu__link {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: var(--secondary);
  position: relative;
}
.cxu__link i,
.cxu__link svg {
  transition: all 0.3s;
}
.cxu__link .image,
.cxu__link .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cxu__link .image {
  animation: modalRotate 10s linear infinite;
}
.cxu__link .icon {
  font-size: 24px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  overflow: hidden;
}
.cxu__link .icon-1 {
  transition: all 0.5s;
}
.cxu__link .icon-2 {
  position: absolute;
  transform: translate(-35px, 35px);
  transition: all 0.5s;
  opacity: 0;
}
.cxu__link:hover .icon-1 {
  opacity: 0;
  transform: translate(35px, -35px);
}
.cxu__link:hover .icon-2 {
  opacity: 1;
  transform: translate(0, 0);
}

.hover-style-1 {
  position: relative;
  overflow: hidden;
}
.hover-style-1::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background-color: var(--primary);
  transition: all 0.5s;
  z-index: -1;
}
.hover-style-1:hover {
  color: var(--white);
  fill: var(--white);
}
.hover-style-1:hover::before {
  width: 100%;
}
.hover-style-2 {
  position: relative;
  overflow: hidden;
}
.hover-style-2::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  inset-inline-start: -60px;
  top: -60px;
  border-radius: 100%;
  background-color: #5a42b9;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}
.hover-style-2::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  inset-inline-end: -60px;
  bottom: -60px;
  border-radius: 100%;
  background-color: #5a42b9;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}
.hover-style-2:hover {
  color: var(--white);
  fill: var(--white);
  border-color: var(--green);
  background-color: var(--green);
}
.hover-style-2:hover::after {
  opacity: 1;
  bottom: -30px;
  opacity: 1;
  inset-inline-end: -30px;
}
.hover-style-2:hover::before {
  opacity: 1;
  top: -30px;
  opacity: 1;
  inset-inline-start: -30px;
}

/*----------------------------------------*/
/*  07. WIDGET CSS START
/*----------------------------------------*/
.zgen--widget {
  padding: 30px;
  border-radius: 20px;
  background: #F9F9F9;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .zgen--widget {
    padding: 30px 15px;
  }
}
.zgen--widget select {
  font-size: 16px;
  color: #999;
  font-family: var(--font-inter);
  width: 100%;
  padding: 6px;
  border: 1px solid #999;
  border-radius: 3px;
}
.zgen--widget.widget_search form.search-form {
  display: grid;
  gap: 10px;
}
.zgen--widget.widget_search input.search-submit {
  color: var(--white);
  font-size: 16px;
  text-transform: capitalize;
  background: var(--primary);
  transition: all 0.3s;
}
.zgen--widget.widget_search input.search-submit:hover {
  background-color: var(--green);
}
.zgen--widget .wp-calendar-table {
  font-size: 16px;
  color: #999;
  width: 100%;
  font-family: var(--font-inter);
}
.zgen--widget .wp-calendar-table #today {
  color: #392D6A;
}
.zgen--widget .wp-calendar-nav-prev a {
  font-size: 16px;
  color: #999;
}
.zgen--widget .wp-calendar-nav-prev a:hover {
  color: #392D6A;
}
.zgen--widget .wp-block-search__label,
.zgen--widget .wp-block-heading,
.zgen--widget .widget-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: var(--font-inter);
}
.zgen--widget.widget_nav_menu li, .zgen--widget.widget_rss li,
.zgen--widget .wp-block-latest-posts li, .zgen--widget.widget_recent_entries li, .zgen--widget.widget_recent_comments li, .zgen--widget.widget_meta li, .zgen--widget.widget_pages li,
.zgen--widget .wp-block-archives li,
.zgen--widget ol.wp-block-latest-comments li {
  line-height: 0;
  padding-bottom: 10px;
}
.zgen--widget.widget_nav_menu li:last-child, .zgen--widget.widget_rss li:last-child,
.zgen--widget .wp-block-latest-posts li:last-child, .zgen--widget.widget_recent_entries li:last-child, .zgen--widget.widget_recent_comments li:last-child, .zgen--widget.widget_meta li:last-child, .zgen--widget.widget_pages li:last-child,
.zgen--widget .wp-block-archives li:last-child,
.zgen--widget ol.wp-block-latest-comments li:last-child {
  padding-bottom: 0;
}
.zgen--widget.widget_nav_menu li a, .zgen--widget.widget_rss li a,
.zgen--widget .wp-block-latest-posts li a, .zgen--widget.widget_recent_entries li a, .zgen--widget.widget_recent_comments li a, .zgen--widget.widget_meta li a, .zgen--widget.widget_pages li a,
.zgen--widget .wp-block-archives li a,
.zgen--widget ol.wp-block-latest-comments li a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  text-transform: capitalize;
}
.zgen--widget.widget_nav_menu li a:hover, .zgen--widget.widget_rss li a:hover,
.zgen--widget .wp-block-latest-posts li a:hover, .zgen--widget.widget_recent_entries li a:hover, .zgen--widget.widget_recent_comments li a:hover, .zgen--widget.widget_meta li a:hover, .zgen--widget.widget_pages li a:hover,
.zgen--widget .wp-block-archives li a:hover,
.zgen--widget ol.wp-block-latest-comments li a:hover {
  color: var(--primary);
}
.zgen--widget.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.zgen--widget.widget_search form {
  position: relative;
}
.zgen--widget.widget_search input {
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  outline: none;
  padding: 10px 40px 10px 10px;
  position: relative;
  border-radius: 3px;
  background-color: #f6f6f6;
  border: 1px solid #E1E1E1;
  font-family: var(--font-inter);
}
.zgen--widget.widget_search input::placeholder {
  opacity: 1;
}
.zgen--widget.widget_search .wp-block-search__button {
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 6px;
  color: var(--white);
  background-color: var(--green);
  background-repeat: no-repeat;
  background-position: 18px;
  border-radius: 3px;
  outline: none;
  border: none;
  padding: 5px;
}
.zgen--widget .wp-block-latest-comments li, .zgen--widget.widget_rss li, .zgen--widget.widget_recent_comments li {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: var(--font-inter);
}
.zgen--widget.widget_archive li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  padding-bottom: 10px;
  font-family: var(--font-inter);
}
.zgen--widget.widget_archive li:last-child {
  padding-bottom: 0;
}
.zgen--widget.widget_archive li a {
  color: #555;
  text-transform: capitalize;
}
.zgen--widget.widget_archive li a:hover {
  color: var(--primary);
}
.zgen--widget.widget_categories li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  padding-bottom: 10px;
  font-family: var(--font-inter);
}
.zgen--widget.widget_categories li:last-child {
  padding-bottom: 0;
}
.zgen--widget.widget_categories li .children {
  padding-left: 10px;
}
.zgen--widget.widget_categories li a {
  color: #555;
  text-transform: capitalize;
}
.zgen--widget.widget_categories li a:hover {
  color: var(--primary);
}
.zgen--widget.widget_text img {
  height: auto;
  margin-top: 10px;
  margin-bottom: 25px;
}
.zgen--widget .wp-block-categories li {
  padding-bottom: 10px;
  font-family: var(--font-inter);
}
.zgen--widget .wp-block-categories li:first-child {
  padding-top: 12px;
  border-top: 1px solid #EFEFEF;
}
.zgen--widget .wp-block-categories li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
  font-family: var(--font-inter);
  padding-bottom: 15px;
}
.zgen--widget .wp-block-categories li a::before {
  position: absolute;
  content: "\f054";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  opacity: 0;
  transition: all 0.3s;
  font-size: 14px;
}
.zgen--widget .wp-block-categories li a:hover {
  padding-inline-start: 15px;
  color: var(--primary);
}
.zgen--widget .wp-block-categories li a:hover::before {
  opacity: 1;
}
.zgen--widget.widget_nav_menu .sub-menu {
  padding-left: 10px;
}
.zgen--widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.zgen--widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 10px;
  color: #392D6A;
  border: 1px solid #392D6A;
  line-height: 1;
  font-size: 16px !important;
  border-radius: 5px;
  text-transform: capitalize;
  font-family: var(--font-inter);
}
.zgen--widget.widget_tag_cloud .tagcloud a:hover {
  color: var(--white);
  background: #392D6A;
}

/*----------------------------------------*/
/*  08. ANIMATION CSS START
/*----------------------------------------*/
@keyframes cxuRipple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(-25px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes moveBottom {
  0% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes moveBottom2 {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes modalRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes Loading {
  0% {
    transform: scaleY(0.1);
    background: var(--white);
  }
  50% {
    transform: scaleY(1);
    background: var(--primary);
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    -ms-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes cxufadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cxufadeUp, .cxufadeUp4, .cxufadeUp3, .cxufadeUp2 {
  opacity: 0;
  -webkit-animation-name: cxufadeUp;
  animation-name: cxufadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.cxufadeUp2 {
  animation-delay: 0.3s;
}

.cxufadeUp3 {
  animation-delay: 0.45s;
}

.cxufadeUp4 {
  animation-delay: 0.6s;
}

@-webkit-keyframes cxuSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cxuSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.infinite-move {
  animation: moveLeft 5s linear infinite;
}

.infinite-move-2 {
  animation: moveBottom 5s linear infinite;
}

.infinite-move-3 {
  animation: moveBottom2 3s linear infinite;
}

.rotate-infinite {
  animation: rotate 10s linear infinite;
}

/*----------------------------------------*/
/*  09. LOADING CSS START
/*----------------------------------------*/
.cxu-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--white-3);
  z-index: 9;
}
.cxu-preloader .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cxu-preloader .lines {
  text-align: center;
}
.cxu-preloader .line {
  width: 3px;
  height: 20px;
  background: var(--primary);
  margin: 0 1px;
  display: inline-block;
  animation: preloaderAnimation 1000ms infinite ease-in-out;
}
.cxu-preloader .line-1 {
  animation-delay: 800ms;
}
.cxu-preloader .line-2 {
  animation-delay: 600ms;
}
.cxu-preloader .line-3 {
  animation-delay: 400ms;
}
.cxu-preloader .line-4 {
  animation-delay: 200ms;
}
.cxu-preloader .line-6 {
  animation-delay: 200ms;
}
.cxu-preloader .line-7 {
  animation-delay: 400ms;
}
.cxu-preloader .line-8 {
  animation-delay: 600ms;
}
.cxu-preloader .line-9 {
  animation-delay: 800ms;
}
.cxu-preloader .text {
  color: var(--primary);
  margin: 5px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
}

/*----------------------------------------*/
/*  10. MENU CSS START
/*----------------------------------------*/
.main-menu li {
  display: inline-block;
}
.main-menu li:hover > .sub-menu {
  top: 80px;
  opacity: 1;
  visibility: visible;
}
.main-menu li a {
  display: block;
  padding: 25px 10px;
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  font-family: var(--font-inter);
}
.main-menu li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 20px;
  opacity: 0;
  inset-inline-start: calc(50% - 3px);
  transition: all 0.5s;
  background-color: var(--primary);
  border-radius: 100px;
}
.main-menu li a:hover {
  color: var(--primary);
}
.main-menu li a:hover::after {
  opacity: 1;
}
.main-menu .sub-menu {
  position: absolute;
  width: 260px;
  top: 100px;
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 99;
}
.main-menu .sub-menu li {
  display: block;
  text-align: start;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.main-menu .sub-menu li:hover .sub-menu {
  top: 0;
  inset-inline-start: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .sub-menu li a {
  padding: 5px 0;
}
.main-menu .sub-menu li a:hover {
  letter-spacing: 1px;
}
.main-menu .sub-menu li a::after {
  display: none;
}
.main-menu .sub-menu .sub-menu {
  position: absolute;
  width: 260px;
  inset-inline-start: 90%;
  top: 0;
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.main-menu .sub-menu .sub-menu li {
  display: block;
  text-align: start;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.main-menu .sub-menu .sub-menu li a {
  padding: 5px 0;
}
.main-menu .has-submenu {
  position: relative;
}
.main-menu .has-submenu::after {
  position: absolute;
  content: "\f107";
  width: 15px;
  height: 15px;
  top: 26px;
  inset-inline-end: 5px;
  color: var(--gray);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transition: all 0.2s;
}
.main-menu .has-submenu:hover::after {
  color: var(--primary);
}
.main-menu .sub-menu .has-submenu {
  position: relative;
}
.main-menu .sub-menu .has-submenu:hover::after {
  color: var(--primary);
}
.main-menu .sub-menu .has-submenu::after {
  content: "\f105";
  top: 8px;
  inset-inline-end: 20px;
}

/*----------------------------------------*/
/*  13. OFFCANVAS CSS START
/*----------------------------------------*/
.close__menu {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  line-height: 18px;
  color: var(--primary);
  cursor: pointer;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
}

.open__menu {
  background: transparent;
  border: none;
  outline: none;
  margin-left: 20px;
  display: none;
}
@media (max-width: 1199px) {
  .open__menu {
    display: unset;
  }
}

.mobile__menu {
  display: none;
}
@media (max-width: 1199px) {
  .mobile__menu {
    display: block;
  }
}

.mean-container {
  top: 0;
  width: 350px;
  height: 100%;
  position: fixed;
  inset-inline-end: -360px;
  background-color: var(--primary);
  transition: all 0.7s;
  z-index: 9;
  padding: 60px 0;
}
@media (max-width: 374px) {
  .mean-container {
    width: 300px;
  }
}
.mean-container .mean-nav > ul {
  display: block !important;
}
.mean-container .mean-bar {
  padding: 0;
  background: none;
}
.mean-container .mean-nav {
  margin: 0;
  background-color: transparent;
}
.mean-container .mean-nav li a {
  display: inline-block;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 1px solid rgba(226, 226, 226, 0.1411764706);
}
.mean-container .mean-nav ul li a {
  color: var(--white);
  background-color: transparent;
  text-transform: capitalize;
  border-color: rgba(226, 226, 226, 0.1411764706);
  font-size: 16px;
  padding: 12px 15px;
  width: 92%;
}
.mean-container .mean-nav ul li li a {
  opacity: 1;
  border-color: rgba(226, 226, 226, 0.1411764706);
  padding: 12px 25px;
  width: 90%;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: transparent;
  border-color: rgba(226, 226, 226, 0.1411764706) !important;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 24px;
  height: 24px;
  border-bottom: none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}

.offcanvas__area {
  z-index: 8;
  position: relative;
}
.offcanvas__area-2 {
  width: 100%;
  height: 100%;
  top: -130px;
  left: 0;
  padding-left: 50px;
  padding-top: 130px;
  position: fixed;
  background: var(--primary);
  z-index: 5;
}
@media (max-width: 1199px) {
  .offcanvas__area-2 {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .offcanvas__area-2 {
    padding-left: 15px;
  }
}
.offcanvas__menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--primary);
  clip-path: circle(0px at 240px 50px);
  transition: all 0.5s;
}
@media (max-width: 1919px) {
  .offcanvas__menu {
    clip-path: circle(0px at 70px 50px);
  }
}
.offcanvas__menu.active {
  clip-path: circle(75%);
}
.offcanvas__menu ul {
  position: relative;
  padding-top: 100px;
  height: 100vh;
}
.offcanvas__menu ul li {
  text-align: center;
}
.offcanvas__menu ul li a {
  font-size: 60px;
  padding: 5px 20px;
  font-weight: 600;
  transition: 0.5s;
  color: var(--white);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .offcanvas__menu ul li a {
    font-size: 36px;
  }
}
.offcanvas__menu ul li a:hover {
  color: var(--green);
}
.offcanvas__menu ul li a:hover::before {
  content: attr(data-text);
  opacity: 1;
  left: 50%;
  letter-spacing: 10px;
  width: 1800px;
  height: 1800px;
}
.offcanvas__menu ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120px;
  color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 500px;
  transition: letter-spacing 0.5s, left 0.5s;
}
@media (max-width: 767px) {
  .offcanvas__menu ul li a:before {
    display: none;
  }
}
.offcanvas__menu-2 {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .offcanvas__menu-2 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.offcanvas__menu-2 .menu-item {
  opacity: 0;
  position: relative;
  padding-bottom: 25px;
}
.offcanvas__menu-2 .menu-item a {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white);
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .offcanvas__menu-2 .menu-item a {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .offcanvas__menu-2 .menu-item a {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .offcanvas__menu-2 .menu-item a {
    font-size: 32px;
  }
}
.offcanvas__menu-2 .menu-item.menu-item-has-children > a:after {
  content: "\f078";
  position: absolute;
  font-size: 24px;
  top: 50%;
  transform: translate(20px, -50%);
  font-family: "Font Awesome 6 Free";
}
.offcanvas__menu-2 .menu-item .sub-menu {
  display: none;
  padding-top: 10px;
}
.offcanvas__menu-2 .menu-item .sub-item {
  padding-inline-start: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .offcanvas__menu-2 .menu-item .sub-item:last-child {
    padding-bottom: 0;
  }
}
.offcanvas__menu-2 .menu-item .sub-item a {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .offcanvas__menu-2 .menu-item .sub-item a {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .offcanvas__menu-2 .menu-item .sub-item a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .offcanvas__menu-2 .menu-item .sub-item a {
    font-size: 24px;
  }
}
.offcanvas__close {
  border-radius: 110px;
  padding: 14px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  font-family: var(--font-inter);
  transition: all 0.3s;
  position: absolute;
  z-index: 5;
  inset-inline-end: 50px;
  top: 50px;
}
@media (max-width: 767px) {
  .offcanvas__close {
    top: 15px;
    padding: 12px 24px;
    inset-inline-end: 15px;
  }
}
.offcanvas__close:hover {
  border-color: var(--green);
  background-color: var(--green);
}
.offcanvas__close-2 {
  position: absolute;
  width: 100px;
  height: 100px;
  inset-inline-end: 50px;
  cursor: pointer;
  top: 180px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .offcanvas__close-2 {
    inset-inline-end: 20px;
  }
}
@media (max-width: 767px) {
  .offcanvas__close-2 {
    top: 150px;
    width: 60px;
    height: 60px;
    inset-inline-end: 15px;
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 40% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.offcanvas__close-2 .outline-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  animation: morph 5s linear infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
}
.offcanvas__close-2 .outline-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  border-radius: 53% 47% 43% 57%/51% 39% 61% 49%;
}
.offcanvas__close-2 .line-1 {
  width: 50px;
  height: 2px;
  transform: rotate(45deg) translate(18px, -18px);
  display: inline-block;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .offcanvas__close-2 .line-1 {
    width: 30px;
    height: 1px;
    transform: rotate(45deg) translate(10px, -10px);
  }
}
.offcanvas__close-2 .line-2 {
  width: 50px;
  height: 2px;
  transform: rotate(-45deg) translate(-17px, -18px);
  display: inline-block;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .offcanvas__close-2 .line-2 {
    width: 30px;
    height: 1px;
    transform: rotate(-45deg) translate(-11px, -11px);
  }
}
.offcanvas__wrapper-2 {
  gap: 60px;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
}
@media (max-width: 1199px) {
  .offcanvas__wrapper-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 991px) {
  .offcanvas__wrapper-2 {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .offcanvas__wrapper-2 {
    grid-template-columns: 1fr;
  }
}
.offcanvas__social-2 {
  opacity: 0;
  height: 100vh;
  padding-top: 100px;
  border-inline-end: 1px solid var(--green-4);
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .offcanvas__social-2 {
    display: none;
  }
}
.offcanvas__social-2 li {
  padding-bottom: 20px;
}
.offcanvas__social-2 li a {
  font-size: 24px;
  color: var(--white);
  display: inline-block;
  text-transform: capitalize;
}
.offcanvas__social-2 li a:hover {
  color: var(--green);
}
.offcanvas__social-2 .contact {
  margin-top: auto;
}
.offcanvas__social-2 .contact li a {
  font-size: 22px;
  margin-bottom: 0;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  .offcanvas__social-2 .contact li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .offcanvas__social-2 .contact li a {
    font-size: 16px;
  }
}

.header__area {
  gap: 20px;
  display: grid;
  align-items: center;
}
.header__area .hp-others {
  gap: 15px;
  text-align: end;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__area .hp-logo {
    text-align: right;
  }
}
.header__area .hp-logo img {
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .header__area .hp-menu {
    display: none;
  }
}
.header__area.style-1 {
  grid-template-columns: auto 1fr auto;
  border-bottom: 1px solid var(--white-2);
  position: relative;
}
@media (max-width: 767px) {
  .header__area.style-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.header__area.style-1 .hamburger {
  background: transparent;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border: 1px solid var(--white-3);
  border-radius: 100%;
  margin-inline-start: 20px;
  display: none;
}
@media (max-width: 1199px) {
  .header__area.style-1 .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__area.style-2 {
  grid-template-columns: auto 1fr auto;
  padding: 10px 150px;
}
@media (max-width: 767px) {
  .header__area.style-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.header__area.style-2 .hamburger {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--white-3);
  border-radius: 100%;
  position: relative;
  z-index: 9;
}
.header__area.style-3 {
  grid-template-columns: 1fr auto 1fr;
  padding: 25px 195px;
}
@media (max-width: 767px) {
  .header__area.style-3 {
    grid-template-columns: 1fr 1fr;
  }
}
.header__area.style-3 .hamburger {
  border-radius: 110px;
  padding: 14px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--gray);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  font-family: var(--font-inter);
}
.header__area.style-4 {
  grid-template-columns: auto auto;
  padding: 20px 100px;
}
@media (max-width: 767px) {
  .header__area.style-4 {
    grid-template-columns: 1fr 1fr;
  }
}
.header__area-3.full {
  height: 10vh;
}
@media (max-width: 1399px) {
  .header__area-3.full {
    height: 12vh;
  }
}
@media (max-width: 767px) {
  .header__area-3.full {
    height: unset;
  }
}
.header__area-4 {
  position: absolute;
  z-index: 5;
  width: 100%;
}
.header__area-4 .search--box button {
  color: var(--white);
}
.header__wrapper {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  border-bottom: 1px solid var(--white-2);
  position: relative;
}
@media (max-width: 1919px) {
  .header__wrapper {
    padding: 10px 30px;
    grid-template-columns: 190px auto 190px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    padding: 10px 15px;
  }
}
.header__wrapper::after, .header__wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--white-2);
  top: 0;
}
.header__wrapper::before {
  inset-inline-start: 320px;
}
@media (max-width: 1919px) {
  .header__wrapper::before {
    inset-inline-start: 240px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper::before {
    display: none;
  }
}
.header__wrapper::after {
  inset-inline-end: 320px;
}
@media (max-width: 1919px) {
  .header__wrapper::after {
    inset-inline-end: 240px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper::after {
    display: none;
  }
}
.header__wrapper-default {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  border-bottom: 1px solid var(--white-2);
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 1919px) {
  .header__wrapper-default {
    padding: 10px 30px;
    grid-template-columns: 190px auto 190px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper-default {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .header__wrapper-default {
    padding: 10px 15px;
  }
}
.header__wrapper-default::after, .header__wrapper-default::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--white-2);
  top: 0;
}
.header__wrapper-default::before {
  inset-inline-start: 320px;
}
@media (max-width: 1919px) {
  .header__wrapper-default::before {
    inset-inline-start: 240px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper-default::before {
    display: none;
  }
}
.header__wrapper-default::after {
  inset-inline-end: 320px;
}
@media (max-width: 1919px) {
  .header__wrapper-default::after {
    inset-inline-end: 240px;
  }
}
@media (max-width: 1199px) {
  .header__wrapper-default::after {
    display: none;
  }
}
.header__menu {
  text-align: center;
}
@media (max-width: 1199px) {
  .header__menu {
    display: none;
  }
}
.header__menu-2 .main-menu ul li a {
  text-transform: capitalize;
}
.header__menu-3 .hamburger {
  border-radius: 110px;
  padding: 14px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--gray);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  font-family: var(--font-inter);
}
.header__logo-3 {
  text-align: center;
}
@media (max-width: 767px) {
  .header__logo-3 {
    text-align: end;
  }
}
.header__others {
  text-align: end;
}
.header__others a {
  padding: 15px 36px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header__others a {
    padding: 13px 30px;
  }
}
@media (max-width: 767px) {
  .header__others a {
    display: none;
  }
}
.header__others-3 {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__others-3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__others-3 .social-media {
    display: none;
  }
}
.header__others-3 .resume {
  border-radius: 110px;
  padding: 14px 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  font-family: var(--font-inter);
}
@media (max-width: 767px) {
  .header__others-3 .resume {
    display: none;
  }
}
.header__others-4 {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__others-4 .hamburger {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid var(--white-3);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .header__others-4 .btn-wrap {
    display: none;
  }
}
.header__others-4 .btn-wrap a {
  color: var(--white);
  padding: 15px 36px;
}

.zgen-header-absolute .header__area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.hero__area {
  position: relative;
}
.hero__area-2 {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .hero__area-2 {
    padding-top: 40px;
  }
}
.hero__area-3 {
  position: relative;
  background-image: url(../imgs/shape/pattern.png);
}
.hero__area-3.full {
  height: 90vh;
}
@media (max-width: 1399px) {
  .hero__area-3.full {
    height: 88vh;
  }
}
@media (max-width: 767px) {
  .hero__area-3.full {
    height: unset;
  }
}
.hero__area-3 .star {
  position: absolute;
  inset-inline-start: 50%;
  top: 263px;
  z-index: 3;
  animation: rotate 10s infinite linear;
}
@media (max-width: 767px) {
  .hero__area-3 .star {
    top: 160px;
    inset-inline-start: 75%;
  }
}
.hero__area-3 .diamond {
  position: absolute;
  inset-inline-end: 26%;
  bottom: 220px;
  z-index: 3;
}
.hero__wrapper-3 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .hero__wrapper-3 {
    grid-template-columns: 1fr;
  }
}
.hero__right-3 {
  padding-top: 30px;
  text-align: center;
}
.hero__content {
  position: relative;
}
.hero__content .modal-wrap {
  position: absolute;
  display: block;
  inset-inline-end: 115px;
  top: 175px;
}
@media (max-width: 1199px) {
  .hero__content .modal-wrap {
    top: 115px;
  }
}
@media (max-width: 991px) {
  .hero__content .modal-wrap {
    top: 85px;
    inset-inline-end: 50px;
  }
}
@media (max-width: 767px) {
  .hero__content .modal-wrap {
    position: unset;
    margin-top: 20px;
  }
}
.hero__content .modal__btn {
  z-index: 5;
}
@media (max-width: 1199px) {
  .hero__content .modal__btn {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .hero__content .modal__btn img {
    max-width: 80px;
  }
}
@media (max-width: 1199px) {
  .hero__content .modal__btn .icon {
    width: 50px;
    height: 50px;
  }
}
.hero__content-3 {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .hero__content-3 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .hero__content-3 {
    padding-top: 60px;
  }
}
.hero__subtitle-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--green);
  text-transform: uppercase;
  font-family: var(--font-unbounded);
  padding-inline-start: 55px;
  position: relative;
  margin-bottom: 20px;
}
.hero__subtitle-3::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--green);
  inset-inline-start: 0;
  top: 50%;
}
.hero__title {
  font-size: 140px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--primary);
  display: initial;
}
@media (max-width: 1399px) {
  .hero__title {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .hero__title {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 75px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 48px;
  }
}
.hero__title-wrap .img {
  margin-top: -80px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .hero__title-wrap .img {
    max-width: 160px;
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .hero__title-wrap .img {
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  .hero__title-wrap .img {
    max-width: 120px;
    margin-top: -20px;
  }
}
.hero__title-2 {
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--primary);
}
@media (max-width: 1399px) {
  .hero__title-2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .hero__title-2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero__title-2 {
    font-size: 48px;
  }
  .hero__title-2 img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .hero__title-2 {
    font-size: 36px;
  }
}
.hero__title-3 {
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--primary);
}
@media (max-width: 1199px) {
  .hero__title-3 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero__title-3 {
    font-size: 60px;
  }
}
.hero__img {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero__img {
    bottom: 20px;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .hero__img {
    bottom: 100px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .hero__img {
    position: static;
    margin-top: 30px;
  }
}
.hero__img-2 {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .hero__img-2 {
    max-width: 98%;
  }
}
.hero__img-2 > img {
  width: 100%;
}
.hero__img-2 .modal__btn {
  width: 160px;
  height: 160px;
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .hero__img-2 .modal__btn {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .hero__img-2 .modal__btn img {
    max-width: 100px;
  }
}
.hero__img-2 .modal__btn .icon {
  width: 80px;
  height: 80px;
  color: var(--green);
  background-color: var(--white);
}
@media (max-width: 991px) {
  .hero__img-2 .modal__btn .icon {
    width: 60px;
    height: 60px;
  }
}
.hero__img-2 .explore {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  position: absolute;
  inset-inline-end: 180px;
  top: 150px;
  gap: 15px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hero__img-2 .explore {
    top: 50px;
    inset-inline-end: 10px;
  }
}
@media (max-width: 991px) {
  .hero__img-2 .explore {
    top: 30px;
    inset-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .hero__img-2 .explore {
    top: -10px;
  }
}
.hero__img-2 .icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  background: var(--primary);
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white);
}
@media (max-width: 767px) {
  .hero__img-2 .icon {
    width: 40px;
    height: 40px;
  }
}
.hero__img-3 {
  position: relative;
}
.hero__img-3 .shape {
  position: absolute;
  z-index: 0;
  inset-inline-start: 0;
  bottom: 0;
}
.hero__img-3 .image {
  position: relative;
  z-index: 1;
}
.hero__img-3 .dribble,
.hero__img-3 .upwork {
  display: inline-block;
  border-radius: 15px;
  background: var(--white);
  padding: 20px 25px;
  box-shadow: 40px 40px 80px 0px rgba(90, 36, 6, 0.05);
  position: absolute;
  z-index: 3;
  color: var(--gray);
}
@media (max-width: 1199px) {
  .hero__img-3 .dribble,
  .hero__img-3 .upwork {
    padding: 15px 20px;
  }
}
.hero__img-3 .dribble i,
.hero__img-3 .upwork i {
  font-size: 36px;
}
.hero__img-3 .dribble p,
.hero__img-3 .upwork p {
  margin-top: 5px;
  font-size: 12px;
  color: var(--gray-2);
  font-family: var(--font-unbounded);
}
.hero__img-3 .upwork {
  top: 185px;
  inset-inline-end: -55px;
  text-align: center;
  z-index: 5;
}
@media (max-width: 1199px) {
  .hero__img-3 .upwork {
    inset-inline-end: 0;
  }
}
.hero__img-3 .dribble {
  text-align: start;
  inset-inline-start: 0;
  bottom: 150px;
  z-index: 5;
}
@media (max-width: 991px) {
  .hero__img-3 .dribble {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero__shape {
    position: absolute;
    top: 32%;
    inset-inline-start: 50%;
  }
}
.hero__shape img {
  margin-top: -50px;
  animation: moveBottom 5s linear infinite;
}
@media (max-width: 767px) {
  .hero__shape img {
    margin-top: 0;
  }
}
.hero__shape-2 img {
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .hero__shape-2 img {
    margin-top: -20px;
    margin-inline-start: 80px;
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .hero__shape-2 img {
    margin-top: 0;
  }
}
.hero__info {
  gap: 20px;
  display: grid;
  grid-template-columns: 130px 540px;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .hero__info {
    grid-template-columns: 130px 500px;
  }
}
@media (max-width: 991px) {
  .hero__info {
    grid-template-columns: 100px 340px;
  }
}
@media (max-width: 767px) {
  .hero__info {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.hero__info p {
  margin-bottom: 40px;
}
.hero__info-2 {
  display: grid;
  max-width: 660px;
  margin-inline-start: auto;
  grid-template-columns: 210px auto;
}
@media (max-width: 991px) {
  .hero__info-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero__info-2 {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.hero__info-3 {
  gap: 40px;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .hero__info-3 {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero__info-3 {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.hero__info-3 img {
  max-width: unset;
  margin-top: 20px;
}
.hero__text-3 p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hero__text-3 p {
    font-size: 16px;
  }
}

.breadcrumb__area {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url(../imgs/breadcrumb/about-us.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .breadcrumb__area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.breadcrumb__area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(33deg, #392D6A 23.25%, rgba(57, 45, 106, 0) 85.52%);
  mix-blend-mode: hard-light;
  top: 0;
  inset-inline-start: 0;
}
.breadcrumb__title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb__title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 36px;
  }
}
.breadcrumb__content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 45px;
  color: var(--white-3);
  display: inline-block;
  padding: 4px 15px;
  font-family: var(--font-inter);
  border: 1px solid var(--white-3);
  position: relative;
  z-index: 1;
}
.breadcrumb__content p a:hover {
  color: var(--white-3);
}

.cxu--hero-slider.style-1 {
  transition: all 0.3s;
}
.cxu--hero-slider.style-1:hover .swiper-button-next,
.cxu--hero-slider.style-1:hover .swiper-button-prev {
  opacity: 1;
}
.cxu--hero-slider.style-1:hover .swiper-button-prev {
  transform: translateX(0px);
}
.cxu--hero-slider.style-1:hover .swiper-button-next {
  transform: translateX(0px);
}
.cxu--hero-slider.style-1 .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 200px 200px;
  position: relative;
}
@media (max-width: 1919px) {
  .cxu--hero-slider.style-1 .slide {
    padding: 260px 120px 150px;
  }
}
@media (max-width: 1399px) {
  .cxu--hero-slider.style-1 .slide {
    padding: 260px 60px 130px;
  }
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .slide {
    height: 100vh;
    padding: 180px 50px 30px;
  }
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .slide {
    padding: 150px 15px 30px;
  }
}
.cxu--hero-slider.style-1 .slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background-color: rgba(57, 45, 106, 0.8);
}
.cxu--hero-slider.style-1 .info {
  gap: 50px;
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .cxu--hero-slider.style-1 .info {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .info {
    margin-top: 20px;
  }
}
.cxu--hero-slider.style-1 .info img {
  max-width: unset;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .shape {
    display: none;
  }
}
.cxu--hero-slider.style-1 .title {
  font-size: 110px;
  line-height: 1.1;
  color: var(--white);
}
@media (max-width: 1399px) {
  .cxu--hero-slider.style-1 .title {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .cxu--hero-slider.style-1 .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .title {
    font-size: 36px;
  }
}
.cxu--hero-slider.style-1 .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--secondary);
}
.cxu--hero-slider.style-1 .text p {
  font-size: 20px;
  color: var(--white);
  max-width: 900px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .text p {
    font-size: 16px;
  }
}
.cxu--hero-slider.style-1 .swiper-pagination {
  color: var(--white);
  font-size: 20px;
  bottom: 50px;
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .swiper-pagination {
    bottom: 20px;
  }
}
.cxu--hero-slider.style-1 .swiper-button-next,
.cxu--hero-slider.style-1 .swiper-button-prev {
  opacity: 0;
  color: var(--white);
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .swiper-button-next,
  .cxu--hero-slider.style-1 .swiper-button-prev {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cxu--hero-slider.style-1 .swiper-button-next,
  .cxu--hero-slider.style-1 .swiper-button-prev {
    display: none;
  }
}
.cxu--hero-slider.style-1 .swiper-button-prev {
  transform: translateX(-30px);
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .swiper-button-prev {
    transform: translateX(0);
  }
}
.cxu--hero-slider.style-1 .swiper-button-next {
  transform: translateX(30px);
}
@media (max-width: 1199px) {
  .cxu--hero-slider.style-1 .swiper-button-next {
    transform: translateX(0);
  }
}
.cxu--hero-slider.style-1 .autoplay-progress {
  position: absolute;
  inset-inline-end: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: var(--white);
}
.cxu--hero-slider.style-1 .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  inset-inline-start: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--white);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.cxu--hero-slider.style-1 .swiper-slide-active .title {
  animation: cxufadeUp 1s linear 1;
}
.cxu--hero-slider.style-1 .swiper-slide-active p {
  animation: cxufadeUp 1.25s linear 1;
}
.cxu--hero-slider.style-1 .swiper-slide-active a {
  animation: cxufadeUp 1.5s linear 1;
}

.logo img {
  object-fit: cover;
}
.logo__slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.logo__slider .swiper-slide {
  width: auto !important;
  margin-right: 50px;
}

.text__slider img {
  object-fit: cover;
}
.text__slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.text__slider .swiper-slide {
  gap: 40px;
  display: flex;
  align-items: center;
  width: auto !important;
}
.text__slider .text {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.text__slider.style-1 .text {
  color: var(--primary);
}
@media (max-width: 991px) {
  .text__slider.style-1 .shape img {
    max-width: 80px;
  }
}
.text__slider.style-2 .text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--green);
}
@media (max-width: 767px) {
  .text__slider.style-2 .shape img {
    max-width: 80px;
  }
}

.content__slider .navigation {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.content__slider .navigation .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.content__slider .navigation .nav-btn i,
.content__slider .navigation .nav-btn svg {
  color: #fff;
  fill: #fff;
}
.content__slider .navigation .btn-prev {
  left: 15px;
}
.content__slider .navigation .btn-next {
  right: 15px;
}
.content__slider .pagination {
  position: absolute;
  bottom: 20px !important;
  z-index: 1;
}

.fullscreen__layout .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--gray-2);
}
@media (max-width: 1399px) {
  .fullscreen__layout .hero__title-3 {
    font-size: 60px;
  }
  .fullscreen__layout .hero__content-3 {
    padding-top: 70px;
  }
  .fullscreen__layout .hero__img-3 .shape {
    max-width: 460px;
  }
  .fullscreen__layout .hero__img-3 .image {
    max-width: 340px;
  }
  .fullscreen__layout .hero__img-3 .dribble {
    bottom: 60px;
  }
  .fullscreen__layout .about__right-3 ul {
    display: none;
  }
  .fullscreen__layout .about__right-3 p {
    margin-bottom: 30px;
  }
  .fullscreen__layout .cxu__service.style-3 .service-item {
    padding: 30px;
  }
  .fullscreen__layout .service__top-2 {
    margin-bottom: 30px;
  }
  .fullscreen__layout .sec-title {
    font-size: 40px;
  }
  .fullscreen__layout .portfolio__top-5 {
    margin-bottom: 30px;
  }
  .fullscreen__layout .cxu--portfolio .thumb {
    margin-bottom: 15px;
    height: 270px;
  }
  .fullscreen__layout .cxu--portfolio .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fullscreen__layout .testimonial__left-3 {
    width: 35%;
  }
  .fullscreen__layout .testimonial__right-3 {
    width: 65%;
  }
  .fullscreen__layout .cta__content-3 .sec-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .fullscreen__layout .footer__top-3 {
    padding-bottom: 30px;
  }
  .fullscreen__layout .footer__btm-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .fullscreen__layout .hero__info-3 {
    margin-top: 25px;
  }
  .fullscreen__layout .cxu--portfolio.style-5 {
    gap: 30px;
  }
  .fullscreen__layout .testimonial__top-3 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .fullscreen__layout .hero__title-3 {
    font-size: 48px;
  }
  .fullscreen__layout .cxu__service.style-3 .service-item {
    padding: 20px;
  }
  .fullscreen__layout .cxu--portfolio.style-5 {
    gap: 15px;
  }
  .fullscreen__layout .cxu--portfolio ul li {
    margin-bottom: 5px;
  }
  .fullscreen__layout .sec-title {
    font-size: 30px;
  }
  .fullscreen__layout .cxu--testimonial.style-3 p {
    font-size: 18px;
  }
  .fullscreen__layout .blog__top-3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fullscreen__layout .hero__content-3 {
    padding-top: 40px;
  }
  .fullscreen__layout .cxu--portfolio.style-5 {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .fullscreen__layout .portfolio__top-5 {
    text-align: center;
    justify-content: center;
  }
  .fullscreen__layout .testimonial__top-3 {
    padding-top: 60px;
  }
  .fullscreen__layout .testimonial__left-3,
  .fullscreen__layout .testimonial__right-3 {
    width: 100%;
  }
  .fullscreen__layout .cta__content-3 .sec-title {
    font-size: 36px;
  }
}
.fullscreen__layout .cxu-fha {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}
@media (max-width: 767px) {
  .fullscreen__layout .cxu-fha {
    opacity: 1;
    transform: translateY(0);
  }
}
.fullscreen__layout .swiper-slide-active .cxu-fha {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.fullscreen__layout .swiper-slide-active .delay-1 {
  transition-delay: 1s;
}
.fullscreen__layout .swiper-slide-active .delay-2 {
  transition-delay: 1.2s;
}
.fullscreen__layout .swiper-slide-active .delay-3 {
  transition-delay: 1.4s;
}
.fullscreen__layout .swiper-slide-active .delay-4 {
  transition-delay: 1.6s;
}

@media (max-width: 767px) {
  .home_fullscreen_wrapper {
    flex-wrap: wrap;
  }
}

.about__area-3 {
  background-color: var(--primary);
}
.about__area-3.full {
  height: 100vh;
  padding-top: 150px;
}
@media (max-width: 1919px) {
  .about__area-3.full {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .about__area-3.full {
    height: unset;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about__wrapper-3 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
@media (max-width: 767px) {
  .about__wrapper-3 {
    grid-template-columns: 1fr;
  }
}
.about__wrapper-3 .sec-sub-title {
  font-family: var(--font-unbounded);
  position: relative;
  padding-inline-start: 60px;
}
.about__wrapper-3 .sec-sub-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  top: 48%;
  inset-inline-start: 0;
  background-color: var(--secondary);
}
.about__left-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .about__left-3 {
    gap: 100px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .about__left-3 {
    gap: 30px;
    padding-bottom: 10px;
  }
}
.about__title {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .about__title {
    flex-basis: 100%;
  }
}
.about__top {
  gap: 200px;
  display: flex;
  margin-bottom: -180px;
}
@media (max-width: 1399px) {
  .about__top {
    margin-bottom: -150px;
  }
}
@media (max-width: 1199px) {
  .about__top {
    gap: 150px;
    margin-bottom: -100px;
  }
}
@media (max-width: 991px) {
  .about__top {
    gap: 50px;
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .about__top {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.about__right-3 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .about__right-3 .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .about__right-3 .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about__right-3 .title {
    font-size: 24px;
  }
}
.about__right-3 p {
  font-size: 18px;
  color: var(--white-3);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about__right-3 p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .about__right-3 p {
    font-size: 16px;
  }
}
.about__right-3 ul {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about__right-3 ul {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.about__right-3 ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--gray-2);
  font-family: var(--font-inter);
}
@media (max-width: 767px) {
  .about__right-3 ul li {
    font-size: 16px;
  }
}
.about__right-3 ul li span {
  display: block;
  font-size: 25px;
  color: var(--white);
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .about__right-3 ul li span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about__right-3 ul li span {
    margin-bottom: 2px;
  }
}
.about__right-3 .call {
  color: var(--primary);
  background-color: var(--secondary);
}
.about__right-3 .call:hover {
  color: var(--white);
}
.about__right-3 .call:hover::before {
  background-color: var(--green);
}
.about__right-3 .call i {
  font-size: 14px;
  transform: rotate(-30deg);
}
.about__text {
  gap: 30px;
  display: grid;
  grid-template-columns: auto auto;
  position: relative;
}
@media (max-width: 991px) {
  .about__text {
    gap: 20px;
  }
}
.about__text .circle {
  animation: rotate 10s linear infinite;
}
.about__text .arrow {
  position: absolute;
  inset-inline-end: 0;
  bottom: 30px;
  margin-inline-end: -130px;
  animation: moveBottom 5s linear infinite;
}
@media (max-width: 991px) {
  .about__text .arrow {
    bottom: -80px;
    margin-inline-end: -60px;
  }
}
@media (max-width: 767px) {
  .about__text .arrow {
    bottom: -230px;
  }
}
.about__text p {
  max-width: 230px;
  font-size: 18px;
  font-weight: 500;
}
.about__img {
  position: relative;
}
.about__img .modal__btn {
  width: 160px;
  height: 160px;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .about__img .modal__btn {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .about__img .modal__btn img {
    max-width: 100px;
  }
}
.about__img .modal__btn .icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  .about__img .modal__btn .icon {
    width: 60px;
    height: 60px;
  }
}
.about-inner__wrapper {
  gap: 60px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .about-inner__wrapper {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.about-inner__wrapper-2 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
@media (max-width: 991px) {
  .about-inner__wrapper-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 767px) {
  .about-inner__wrapper-2 {
    grid-template-columns: 1fr;
  }
}
.about-inner__wrapper-2 .sec-sub-title {
  position: relative;
  padding-inline-start: 60px;
  color: var(--green);
  font-family: var(--font-unbounded);
}
.about-inner__wrapper-2 .sec-sub-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  top: 48%;
  inset-inline-start: 0;
  background-color: var(--green);
}
.about-inner__left-2 .shape {
  margin-top: 100px;
  margin-inline-start: 200px;
}
@media (max-width: 991px) {
  .about-inner__left-2 .shape {
    margin-inline-start: 60px;
  }
}
@media (max-width: 767px) {
  .about-inner__left-2 .shape {
    display: none;
  }
}
.about-inner__right .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--primary);
}
@media (max-width: 1199px) {
  .about-inner__right .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .about-inner__right .title {
    font-size: 32px;
  }
}
.about-inner__right p {
  margin-bottom: 30px;
}
.about-inner__right a i {
  transform: rotate(-30deg);
}
.about-inner__right-2 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .about-inner__right-2 .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about-inner__right-2 .title {
    font-size: 24px;
  }
}
.about-inner__right-2 p {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
}
@media (max-width: 767px) {
  .about-inner__right-2 p {
    font-size: 16px;
  }
}
.about-inner__right-2 ul {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-inner__right-2 ul {
    grid-template-columns: 1fr;
  }
}
.about-inner__right-2 ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--gray-2);
  font-family: var(--font-inter);
}
.about-inner__right-2 ul li span {
  display: block;
  font-size: 25px;
  color: var(--primary);
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .about-inner__right-2 ul li span {
    font-size: 20px;
  }
}
.about-inner__right-2 .call i {
  font-size: 14px;
  transform: rotate(-30deg);
}
.about-inner__hero-wrapper {
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .about-inner__hero-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .about-inner__hero-content {
    order: 2;
  }
}
.about-inner__hero-content .role {
  color: var(--gray);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 50px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about-inner__hero-content .role {
    margin-bottom: 30px;
  }
}
.about-inner__hero-content .wrap {
  gap: 30px;
  display: grid;
  grid-template-columns: 80px auto;
}
@media (max-width: 767px) {
  .about-inner__hero-content .wrap {
    grid-template-columns: 1fr;
  }
}
.about-inner__hero-content .shape {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .about-inner__hero-content .shape {
    display: none;
  }
}
.about-inner__hero-content .info p {
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .about-inner__hero-content .info p {
    font-size: 16px;
  }
}
.about-inner__hero-content .info p strong {
  color: var(--primary);
}
.about-inner__hero-content .info p:first-child {
  text-indent: 40px;
}
.about-inner__hero-content .info a {
  margin-top: 10px;
}
.about-inner__hero-img img {
  transform: translateX(150px);
}
@media (max-width: 1919px) {
  .about-inner__hero-img img {
    transform: translateX(60px);
  }
}
@media (max-width: 1199px) {
  .about-inner__hero-img img {
    transform: translateX(0px);
  }
}
@media (max-width: 991px) {
  .about-inner__hero-img img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .about-inner__hero-img img {
    max-width: 300px;
  }
}
.about-inner__counter-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--primary);
}
.about-inner__counter-area .counter__item {
  position: relative;
}
.about-inner__counter-area .counter__item:last-child::after {
  display: none;
}
.about-inner__counter-area .counter__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #4F408D;
  top: 0;
  inset-inline-end: 80px;
}
@media (max-width: 767px) {
  .about-inner__counter-area .counter__item::after {
    display: none;
  }
}
.about-inner__counter-list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .about-inner__counter-list {
    grid-template-columns: 1fr;
  }
}
.about-inner__service-area {
  background-color: var(--primary);
}
.about-inner__service-area .sec-title {
  font-size: 50px;
  color: var(--white);
}
@media (max-width: 991px) {
  .about-inner__service-area .sec-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-inner__service-area .sec-title {
    font-size: 32px;
  }
}

.cta__area {
  text-align: center;
  background-color: var(--green);
  position: relative;
}
.cta__area .modal__btn {
  width: 160px;
  height: 160px;
}
@media (max-width: 991px) {
  .cta__area .modal__btn {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .cta__area .modal__btn img {
    max-width: 100px;
  }
}
.cta__area .modal__btn .icon {
  width: 90px;
  height: 90px;
  background-color: var(--green);
}
@media (max-width: 991px) {
  .cta__area .modal__btn .icon {
    width: 60px;
    height: 60px;
  }
}
.cta__area .shape {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .cta__area .shape {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .cta__area .shape {
    max-width: 50px;
  }
}
.cta__area .shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .cta__area .shape-2 {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .cta__area .shape-2 {
    max-width: 50px;
  }
}
.cta__area .shape-3 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .cta__area .shape-3 {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .cta__area .shape-3 {
    max-width: 50px;
  }
}
.cta__area .shape-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .cta__area .shape-4 {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .cta__area .shape-4 {
    max-width: 50px;
  }
}
.cta__area-2 .cxu-btn-primary {
  color: #392D6A;
  text-transform: uppercase;
  background-color: var(--secondary);
}
.cta__area-2 .cxu-btn-primary:hover {
  color: var(--white);
  background-color: var(--primary);
}
.cta__area-3 {
  text-align: center;
  background-color: var(--green);
}
.cta__area-3 .cxu-btn-primary {
  color: #392D6A;
  background-color: var(--secondary);
}
.cta__area-3 .cxu-btn-primary:hover {
  color: var(--white);
}
.cta__area-3.full {
  height: 60vh;
  padding-top: 120px;
}
@media (max-width: 1919px) {
  .cta__area-3.full {
    padding-top: 80px;
  }
}
@media (max-width: 1399px) {
  .cta__area-3.full {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .cta__area-3.full {
    height: 55vh;
  }
}
@media (max-width: 767px) {
  .cta__area-3.full {
    height: unset;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cta__area-4 {
  background-color: var(--green);
}
.cta__area-4 .sec-title {
  color: var(--white);
  margin-bottom: 50px;
}
.cta__area-4 a:hover {
  color: var(--green);
  background-color: var(--white);
}
.cta__content {
  position: relative;
}
.cta__content .shape-5 {
  position: absolute;
  inset-inline-start: 100px;
  bottom: 0;
}
@media (max-width: 767px) {
  .cta__content .shape-5 {
    display: none;
  }
}
.cta__content .sec-title {
  font-size: 80px;
  max-width: 990px;
  margin: 0 auto 50px;
  color: var(--white);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .cta__content .sec-title {
    font-size: 50px;
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .cta__content .sec-title {
    font-size: 36px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cta__content .sec-title {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
.cta__content-3 .sec-sub-title {
  margin-bottom: 15px;
  font-family: var(--font-unbounded);
}
@media (max-width: 767px) {
  .cta__content-3 .sec-sub-title {
    font-size: 16px;
  }
}
.cta__content-3 .sec-sub-title span {
  width: 44px;
  height: 1px;
  display: inline-block;
  background-color: var(--secondary);
  position: relative;
  top: -6px;
}
.cta__content-3 .sec-title {
  font-size: 80px;
  color: var(--white);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cta__content-3 .sec-title {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .cta__content-3 .sec-title {
    font-size: 36px;
  }
}

.cxu--testimonial img {
  object-fit: cover;
}
.cxu--testimonial .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 !important;
}
.cxu--testimonial.style-1 .quote {
  margin-bottom: 30px;
}
.cxu--testimonial.style-1 p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3D3A4D;
}
.cxu--testimonial.style-1 .client {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.cxu--testimonial.style-1 .designation {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gray-2);
  font-family: var(--font-inter);
}
.cxu--testimonial.style-1 .navigation {
  gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  margin-top: -60px;
}
.cxu--testimonial.style-1 .navigation img {
  filter: brightness(2);
  transition: all 0.3s;
}
.cxu--testimonial.style-1 .navigation .btn-prev,
.cxu--testimonial.style-1 .navigation .btn-next {
  width: 52px;
  height: 52px;
  border: 1px solid #6F6F6F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s;
  z-index: 3;
}
.cxu--testimonial.style-1 .navigation .btn-prev:hover,
.cxu--testimonial.style-1 .navigation .btn-next:hover {
  border-color: var(--white);
  background-color: var(--white);
}
.cxu--testimonial.style-1 .navigation .btn-prev:hover img,
.cxu--testimonial.style-1 .navigation .btn-next:hover img {
  filter: brightness(1);
}
.cxu--testimonial.style-2 {
  padding: 60px 90px 120px;
  border-radius: 30px;
  background-color: #FBFAFF;
  position: relative;
}
.cxu--testimonial.style-2 .item {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 350px auto;
}
@media (max-width: 991px) {
  .cxu--testimonial.style-2 .item {
    grid-template-columns: 1fr;
  }
}
.cxu--testimonial.style-2 .client-img {
  position: relative;
  margin: 30px;
}
.cxu--testimonial.style-2 .client-img img {
  width: 290px;
  height: 340px;
  object-fit: cover;
  border-radius: 30px;
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  .cxu--testimonial.style-2 .client-img img {
    width: 160px;
    height: 180px;
  }
}
.cxu--testimonial.style-2 .client-img::after {
  position: absolute;
  width: 290px;
  height: 340px;
  inset-inline-start: 0;
  top: 0;
  content: "";
  z-index: -1;
  border-radius: 30px;
  transform: rotate(5deg);
  background: var(--secondary);
}
@media (max-width: 1199px) {
  .cxu--testimonial.style-2 .client-img::after {
    width: 250px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cxu--testimonial.style-2 .client-img::after {
    width: 160px;
    height: 180px;
  }
}
.cxu--testimonial.style-2 .quote {
  margin-bottom: 30px;
}
.cxu--testimonial.style-2 p {
  color: var(--gray);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: var(--font-unbounded);
}
.cxu--testimonial.style-2 .client {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.cxu--testimonial.style-2 .designation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-2);
  font-family: var(--font-inter);
}
.cxu--testimonial.style-2 .info-wrap {
  display: flex;
  justify-content: space-between;
}
.cxu--testimonial.style-2 .navigation {
  gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  margin-top: -60px;
}
.cxu--testimonial.style-2 .navigation img {
  filter: brightness(2);
  transition: all 0.3s;
}
.cxu--testimonial.style-2 .btn-prev,
.cxu--testimonial.style-2 .btn-next {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s;
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--white);
  border: 1px solid #D2D2D2;
  outline: 5px solid var(--white);
}
.cxu--testimonial.style-2 .btn-prev:hover,
.cxu--testimonial.style-2 .btn-next:hover {
  border-color: var(--green);
  background-color: var(--green);
}
.cxu--testimonial.style-2 .btn-prev:hover img,
.cxu--testimonial.style-2 .btn-next:hover img {
  filter: brightness(3);
}
.cxu--testimonial.style-2 .btn-prev {
  left: -30px;
}
.cxu--testimonial.style-2 .btn-next {
  right: -30px;
}
.cxu--testimonial.style-2 .pagination {
  gap: 7px;
  position: absolute;
  justify-content: center;
}

.portfolio-inner__area .sec-title {
  font-size: 50px;
}
@media (max-width: 991px) {
  .portfolio-inner__area .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .portfolio-inner__area .sec-title {
    font-size: 32px;
  }
}
.portfolio__details {
  margin: 0 auto;
  max-width: 1200px;
}
.portfolio__details-top {
  gap: 30px;
  display: grid;
  grid-template-columns: 2.1fr 1fr;
}
@media (max-width: 767px) {
  .portfolio__details-top {
    grid-template-columns: 1fr;
  }
}
.portfolio__details-top {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .portfolio__details-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .portfolio__details-top {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
.portfolio__details .content p {
  max-width: 585px;
}
.portfolio__details .info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray);
  margin-bottom: 10px;
  font-family: var(--font-inter);
}
@media (max-width: 767px) {
  .portfolio__details .info p {
    font-size: 16px;
  }
}
.portfolio__details .info p a {
  margin-inline-start: 10px;
}
.portfolio__details .info p a:hover {
  color: var(--primary);
}
.portfolio__details .info p strong {
  font-weight: 500;
  color: var(--primary);
}
.portfolio__details .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .portfolio__details .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .portfolio__details .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .portfolio__details .title {
    font-size: 32px;
  }
}

.cxu--portfolio {
  text-align: center;
}
.cxu--portfolio .thumb {
  margin-bottom: 20px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cxu--portfolio .thumb {
    margin-bottom: 10px;
  }
}
.cxu--portfolio .thumb img {
  border-radius: 30px;
}
.cxu--portfolio .thumb:hover .modal__btn {
  transform: scale(1) translate(-50%, -50%);
}
.cxu--portfolio .modal__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0) translate(-50%, -50%);
}
.cxu--portfolio .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary);
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cxu--portfolio .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .cxu--portfolio .title {
    font-size: 20px;
  }
}
.cxu--portfolio .title:hover {
  color: var(--green);
}
.cxu--portfolio .title a {
  color: inherit;
}
.cxu--portfolio ul li {
  display: inline-block;
  margin-right: 8px;
}
.cxu--portfolio ul li:last-child {
  margin-right: 0;
}
.cxu--portfolio ul li a {
  font-size: 14px;
  padding: 5px 15px;
  color: #A7A7A7;
  font-weight: 400;
}
.cxu--portfolio .navigation {
  gap: 15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.cxu--portfolio .navigation .btn-next,
.cxu--portfolio .navigation .btn-prev {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .cxu--portfolio .navigation .btn-next,
  .cxu--portfolio .navigation .btn-prev {
    width: 60px;
    height: 60px;
  }
}
.cxu--portfolio .navigation .btn-next img,
.cxu--portfolio .navigation .btn-prev img {
  transition: all 0.3s;
}
.cxu--portfolio .navigation .btn-next:hover,
.cxu--portfolio .navigation .btn-prev:hover {
  border-color: var(--green);
  background-color: var(--green);
}
.cxu--portfolio .navigation .btn-next:hover img,
.cxu--portfolio .navigation .btn-prev:hover img {
  filter: brightness(100);
}
.cxu--portfolio.style-1 .swiper {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cxu--portfolio.style-1 .swiper {
    padding-top: 0;
  }
}
.cxu--portfolio.style-1 .swiper-slide {
  transition: all 0.3s ease;
}
.cxu--portfolio.style-1 .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  z-index: 2;
}
@media (max-width: 767px) {
  .cxu--portfolio.style-1 .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.cxu--portfolio.style-1 .swiper-slide.swiper-slide-active .title,
.cxu--portfolio.style-1 .swiper-slide.swiper-slide-active ul li a {
  transform: scale(0.85);
}
@media (max-width: 767px) {
  .cxu--portfolio.style-1 .swiper-slide.swiper-slide-active .title,
  .cxu--portfolio.style-1 .swiper-slide.swiper-slide-active ul li a {
    transform: scale(1);
  }
}
.cxu--portfolio.style-1 .swiper-slide.swiper-slide-active .title {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .cxu--portfolio.style-1 .swiper-slide.swiper-slide-active .title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cxu--portfolio.style-1 .swiper-slide.swiper-slide-active .title {
    margin-bottom: 5px;
  }
}
.cxu--portfolio.style-1 .title {
  color: var(--primary);
}
.cxu--portfolio.style-1 .title:hover {
  color: var(--green);
}
.cxu--portfolio.style-1 .navigation {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .cxu--portfolio.style-1 .navigation {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .cxu--portfolio.style-1 .navigation {
    margin-top: 30px;
  }
}
.cxu--portfolio.style-2 {
  text-align: start;
  margin-inline-end: -500px;
  align-items: center;
}
@media (max-width: 1199px) {
  .cxu--portfolio.style-2 {
    margin-inline-end: -200px;
  }
}
@media (max-width: 767px) {
  .cxu--portfolio.style-2 {
    margin-inline-end: 0;
  }
}
.cxu--portfolio.style-2 .thumb {
  margin-bottom: 30px;
}
.cxu--portfolio.style-2 .title {
  margin-bottom: 0;
  margin-top: 10px;
}
.cxu--portfolio.style-2 .navigation {
  justify-content: flex-end;
  position: relative;
}
.cxu--portfolio.style-2 .navigation::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #5B4D93;
  inset-inline-start: 230px;
}
.cxu--portfolio.style-2 .navigation .btn-next img,
.cxu--portfolio.style-2 .navigation .btn-prev img {
  filter: brightness(2);
}
.cxu--portfolio.style-2 .navigation .btn-next:hover img,
.cxu--portfolio.style-2 .navigation .btn-prev:hover img {
  filter: brightness(100);
}
.cxu--portfolio.style-3 {
  gap: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
}
@media (max-width: 991px) {
  .cxu--portfolio.style-3 {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .cxu--portfolio.style-3 {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.cxu--portfolio.style-3 .thumb img {
  transform: scale(1);
  transition: all 0.5s;
}
.cxu--portfolio.style-3 .thumb img:hover {
  transform: scale(1.2);
}
.cxu--portfolio.style-4 {
  gap: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.3fr 1fr;
}
@media (max-width: 991px) {
  .cxu--portfolio.style-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cxu--portfolio.style-4 {
    grid-template-columns: 1fr;
  }
}
.cxu--portfolio.style-4 .thumb img {
  width: 100%;
}
.cxu--portfolio.style-4 .title {
  color: var(--primary);
}
.cxu--portfolio.style-4 .title:hover {
  color: var(--green);
}
.cxu--portfolio.style-5 {
  gap: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.cxu--portfolio.style-5 .title {
  color: var(--primary);
}
.cxu--portfolio.style-5 .title:hover {
  color: var(--green);
}
.cxu--portfolio.style-5 .thumb img {
  transform: scale(1.1);
  transition: all 0.7s;
}
.cxu--portfolio.style-5 .thumb img:hover {
  transform: scale(1);
}
.cxu--portfolio-6 {
  padding-top: 200px;
}
.cxu--portfolio-6 .title {
  position: absolute;
}
.cxu--portfolio-6 .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.cxu--portfolio-6 .wrap img {
  object-fit: cover;
  border-radius: 30px;
}
.cxu--portfolio-item-6 {
  width: 550px;
  height: 650px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin: 50px;
}
.cxu-navigation.style-1 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 200px 1fr;
}
@media (max-width: 767px) {
  .cxu-navigation.style-1 {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.cxu-navigation.style-1 .prev,
.cxu-navigation.style-1 .next {
  gap: 15px;
  display: grid;
  align-items: center;
}
.cxu-navigation.style-1 .prev {
  grid-template-columns: 50px auto;
}
.cxu-navigation.style-1 .next {
  grid-template-columns: auto 50px;
}
.cxu-navigation.style-1 .next .text {
  text-align: end;
}
.cxu-navigation.style-1 .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999999;
  border-radius: 100%;
  color: var(--gray-2);
}
.cxu-navigation.style-1 .icon:hover {
  color: var(--white);
  background-color: var(--primary);
}
.cxu-navigation.style-1 .text p {
  font-weight: 500;
  text-transform: capitalize;
}
.cxu-navigation.style-1 .text a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  text-transform: capitalize;
}
.cxu-navigation.style-1 .text a:hover {
  color: var(--green);
}
.cxu-navigation.style-1 .mid {
  text-align: center;
}
@media (max-width: 767px) {
  .cxu-navigation.style-1 .mid {
    display: none;
  }
}

.service__details-top {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service__details-top {
    margin-bottom: 30px;
  }
}
.service__details-top img {
  width: 100%;
}
.service__details-top .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--primary);
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .service__details-top .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .service__details-top .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.service__details-wrapper {
  gap: 100px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .service__details-wrapper {
    gap: 30px;
    margin-bottom: 50px;
    grid-template-columns: 1.7fr 1fr;
  }
}
@media (max-width: 767px) {
  .service__details-wrapper {
    grid-template-columns: 1fr;
  }
}
.service__details-content h2,
.service__details-content h3,
.service__details-content h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--primary);
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .service__details-content h2,
  .service__details-content h3,
  .service__details-content h4 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .service__details-content h2,
  .service__details-content h3,
  .service__details-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .service__details-content h2,
  .service__details-content h3,
  .service__details-content h4 {
    font-size: 24px;
  }
}
.service__details-content h3 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .service__details-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .service__details-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .service__details-content h3 {
    font-size: 22px;
  }
}
.service__details-content h4 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .service__details-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .service__details-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service__details-content h4 {
    font-size: 20px;
  }
}
.service__details-content p {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .service__details-content p {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .service__details-content p {
    padding-bottom: 20px;
  }
}
.service__details-sidebar .book-call {
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  background: var(--green);
  padding-bottom: 40px;
}
.service__details-sidebar .book-call img {
  width: 100%;
  border-radius: 30px 30px 65px 65px;
}
.service__details-sidebar .book-call .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
  padding: 30px 60px;
}
@media (max-width: 1199px) {
  .service__details-sidebar .book-call .title {
    font-size: 22px;
    padding: 40px 20px;
  }
}
.service__details-sidebar .book-call .cxu-btn-primary {
  color: #392D6A;
  background-color: var(--secondary);
}
@media (max-width: 991px) {
  .service__details-sidebar .book-call .cxu-btn-primary {
    font-size: 14px;
  }
}
.service__details-sidebar .book-call .cxu-btn-primary:hover {
  color: var(--white);
}
.service__full-image {
  overflow: hidden;
}
.service__full-image img {
  width: 100%;
}
.service__related-wrapper {
  gap: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 991px) {
  .service__related-wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.service__related-wrapper .cxu__service.style-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .service__related-wrapper .cxu__service.style-2 {
    grid-template-columns: 1fr;
  }
}
.service__related-wrapper .sec-title {
  font-size: 50px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .service__related-wrapper .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .service__related-wrapper .sec-title {
    font-size: 32px;
    padding-bottom: 15px;
  }
}
.service__related-wrapper p {
  padding-bottom: 30px;
}

.cxu__service.style-1 {
  display: grid;
}
.cxu__service.style-1 .service-item {
  gap: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid #4A3B86;
  transition: all 0.3s;
  padding-bottom: 45px;
  padding-top: 45px;
  position: relative;
}
@media (max-width: 991px) {
  .cxu__service.style-1 .service-item {
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-columns: 40px 1fr;
  }
}
@media (max-width: 767px) {
  .cxu__service.style-1 .service-item {
    grid-template-columns: 1fr;
  }
}
.cxu__service.style-1 .service-item:first-child {
  border-top: 1px solid #4A3B86;
}
.cxu__service.style-1 .service-item:hover {
  background-color: var(--secondary);
  margin-inline-start: -30px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  margin-inline-end: -30px;
  border-radius: 20px;
}
.cxu__service.style-1 .service-item:hover .number,
.cxu__service.style-1 .service-item:hover .title {
  color: var(--primary);
}
.cxu__service.style-1 .service-item:hover .services li {
  color: var(--gray);
}
.cxu__service.style-1 .service-item:hover .services li img {
  filter: brightness(0.4);
}
.cxu__service.style-1 .service-item:hover .link a {
  border-color: var(--primary);
  background-color: var(--primary);
}
.cxu__service.style-1 .service-item:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.cxu__service.style-1 .content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 0.3fr;
}
@media (max-width: 767px) {
  .cxu__service.style-1 .content {
    grid-template-columns: 1fr;
  }
}
.cxu__service.style-1 .title {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .cxu__service.style-1 .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cxu__service.style-1 .title {
    font-size: 24px;
  }
}
.cxu__service.style-1 .number {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--primary);
  text-transform: capitalize;
  font-family: var(--font-inter);
}
.cxu__service.style-1 .services {
  columns: 2;
}
.cxu__service.style-1 .services li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--white-3);
  text-transform: capitalize;
  font-family: var(--font-inter);
}
@media (max-width: 1199px) {
  .cxu__service.style-1 .services li {
    font-size: 16px;
  }
}
.cxu__service.style-1 .services li img {
  margin-inline-end: 10px;
}
.cxu__service.style-1 .link {
  text-align: end;
}
@media (max-width: 767px) {
  .cxu__service.style-1 .link {
    text-align: start;
    margin-top: 10px;
  }
}
.cxu__service.style-1 .link a {
  width: 60px;
  height: 60px;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--primary);
  overflow: hidden;
}
@media (max-width: 991px) {
  .cxu__service.style-1 .link a {
    width: 60px;
    height: 60px;
  }
}
.cxu__service.style-1 .link a:hover .icon-1 {
  opacity: 0;
  transform: translate(35px, -35px);
}
.cxu__service.style-1 .link a:hover .icon-2 {
  opacity: 1;
  transform: translate(0, 0);
}
.cxu__service.style-1 .link .icon-1 {
  transition: all 0.5s;
}
.cxu__service.style-1 .link .icon-2 {
  position: absolute;
  transform: translate(-35px, 35px);
  transition: all 0.5s;
  opacity: 0;
}
.cxu__service.style-1 .hover-img {
  position: absolute;
  top: -120px;
  width: 300px;
  height: 370px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.cxu__service.style-1 .hover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cxu__service.style-2 {
  gap: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cxu__service.style-2 .service-item {
  border-radius: 500px;
  background-color: #F9F9F9;
  padding: 60px;
  text-align: center;
  transition: all 0.3s;
}
.cxu__service.style-2 .service-item:hover {
  background-color: var(--green);
}
.cxu__service.style-2 .service-item:hover .icon {
  background-color: var(--secondary);
}
.cxu__service.style-2 .service-item:hover .icon img {
  filter: brightness(0);
}
.cxu__service.style-2 .service-item:hover .title,
.cxu__service.style-2 .service-item:hover .link a {
  color: var(--white);
}
.cxu__service.style-2 .service-item:hover p {
  color: var(--white-3);
}
.cxu__service.style-2 .hover-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cxu__service.style-2 .icon {
  display: inline-flex;
  width: 120px;
  height: 120px;
  background-color: var(--green);
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cxu__service.style-2 .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
}
.cxu__service.style-2 .icon img {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cxu__service.style-2 .icon img {
    max-width: 40px;
  }
}
.cxu__service.style-2 .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--primary);
}
.cxu__service.style-2 .title a:hover {
  color: inherit;
}
.cxu__service.style-2 p {
  margin-bottom: 30px;
}
.cxu__service.style-2 .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray-2);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cxu__service.style-3 {
  gap: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  .cxu__service.style-3 {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .cxu__service.style-3 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .cxu__service.style-3 {
    grid-template-columns: 1fr;
  }
}
.cxu__service.style-3 .service-item {
  padding: 60px;
  text-align: center;
  border-radius: 30px;
  background-color: #FAFAFA;
}
@media (max-width: 1199px) {
  .cxu__service.style-3 .service-item {
    padding: 40px 25px;
  }
}
.cxu__service.style-3 .icon {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cxu__service.style-3 .icon {
    margin-bottom: 20px;
  }
}
.cxu__service.style-3 .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--primary);
}
@media (max-width: 1199px) {
  .cxu__service.style-3 .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .cxu__service.style-3 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.cxu__service.style-3 .title a:hover {
  color: var(--green);
}
.cxu__service.style-4 {
  gap: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .cxu__service.style-4 {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .cxu__service.style-4 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .cxu__service.style-4 {
    grid-template-columns: 1fr;
  }
}
.cxu__service.style-4 .service-item {
  padding: 30px;
  gap: 15px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  background-color: #FAFAFA;
  transition: all 0.3s;
  border-radius: 5px;
}
.cxu__service.style-4 .service-item:hover {
  box-shadow: 5px 5px 0px var(--primary);
}
@media (max-width: 1199px) {
  .cxu__service.style-4 .service-item {
    padding: 40px 25px;
  }
}
.cxu__service.style-4 .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--primary);
}
@media (max-width: 1199px) {
  .cxu__service.style-4 .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .cxu__service.style-4 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.cxu__service.style-4 .title a:hover {
  color: var(--green);
}
.cxu__service.style-4 p {
  margin-bottom: 20px;
}
.cxu__service.style-4 .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cxu__service.style-4 .link a i {
  transition: all 0.3s;
}
.cxu__service.style-4 .link a:hover {
  color: var(--green);
}
.cxu__service.style-4 .link a:hover i {
  padding-left: 5px;
}

.cxu--team img {
  object-fit: cover;
}
.cxu--team .member {
  overflow: hidden;
}
.cxu--team .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary);
  transition: all 0.3s;
}
.cxu--team .designation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray);
  transition: all 0.3s;
}
.cxu--team .bio {
  border-radius: 10px;
  background: #F4F4F4;
  display: inline-block;
  padding: 12px 15px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cxu--team .bio {
    border-radius: 10px 0 0 10px;
  }
}
.cxu--team .social-media {
  padding: 10px;
  transition: all 0.3s;
}
.cxu--team .social-media li a:hover {
  color: var(--primary);
}
.cxu--team.style-1 {
  text-align: center;
}
.cxu--team.style-1 .bio {
  margin-top: -60px;
}
.cxu--team.style-1 .social-media {
  padding: 10px 0 0 0;
  justify-content: center;
}
.cxu--team.style-2 .member:hover .social-media {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.cxu--team.style-2 .member:hover .bio {
  border-radius: 10px 0 0 10px;
  background-color: var(--green);
}
.cxu--team.style-2 .member:hover .name {
  color: var(--white);
}
.cxu--team.style-2 .member:hover .designation {
  color: #E2E2E2;
}
.cxu--team.style-2 .bio {
  margin-top: -50px;
}
.cxu--team.style-2 .social-media {
  border-radius: 10px 10px 10px 0px;
  background: var(--secondary);
  padding: 10px;
  display: inline-block;
  position: absolute;
  inset-inline-end: 0;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .cxu--team.style-2 .social-media {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}

.counter__item {
  display: inline-flex;
}
.counter__item .number {
  line-height: 1;
  gap: 5px;
  display: inline-flex;
  align-items: center;
}
.counter__item.style-1 {
  position: relative;
}
.counter__item.style-1::after {
  position: absolute;
  content: "";
  width: 212px;
  height: 105px;
  transform: rotate(-26deg);
  border: 1px solid var(--white-3);
  border-radius: 100%;
  top: 0;
  inset-inline-start: -30px;
  z-index: 0;
}
.counter__item.style-1 * {
  position: relative;
  z-index: 1;
}
.counter__item.style-1 .number {
  font-size: 80px;
  font-weight: 500;
  color: var(--secondary);
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .counter__item.style-1 .number {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .counter__item.style-1 .number {
    font-size: 50px;
  }
}
.counter__item.style-1 p {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
  font-family: var(--font-inter);
}
.counter__item.style-2 .number {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.counter__item.style-2 p {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
}
.counter__item.style-3 .number {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--primary);
}
.counter__item.style-3 p {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
}

.direction-row .counter__item {
  align-items: center;
}

.cxu--pricing.style-1 {
  padding: 30px 0 30px 30px;
  border: 1px solid #E5DFFF;
  border-radius: 30px;
  overflow: hidden;
}
.cxu--pricing.style-1 .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--green);
  padding-bottom: 10px;
}
.cxu--pricing.style-1 .sale-price {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
}
.cxu--pricing.style-1 .org-price {
  font-size: 18px;
  color: var(--gray-2);
  text-decoration: line-through;
}
.cxu--pricing.style-1 .pt-period {
  font-size: 16px;
  color: #999999;
}
.cxu--pricing.style-1 .feature {
  gap: 5px;
  display: grid;
  border-top: 1px solid #E5DFFF;
  padding-top: 25px;
  padding-bottom: 30px;
}
.cxu--pricing.style-1 .feature li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--gray);
}
.cxu--pricing.style-1 .feature li i,
.cxu--pricing.style-1 .feature li svg {
  color: var(--green);
  fill: var(--green);
  margin-right: 5px;
}
.cxu--pricing.style-1 .price-wrap {
  padding-bottom: 20px;
}
.cxu--pricing.style-1 .ribbon {
  position: absolute;
  right: -48px;
  top: 30px;
  font-size: 16px;
  color: var(--white);
  background: var(--green);
  transform: rotate(45deg);
  width: 200px;
  text-align: center;
}
.cxu--pricing.style-1 .price-btn {
  margin-top: auto;
}
.cxu--pricing.style-1 .price-btn .cxu-btn-border {
  color: var(--green);
  border-color: var(--green);
}
.cxu--pricing.style-1 .price-btn .cxu-btn-border:hover {
  color: var(--white);
}

.award__list {
  display: grid;
}
.award__item {
  gap: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: 0.1fr 1fr 1fr;
  border-bottom: 1px solid #4A3B86;
  transition: all 0.3s;
  padding-bottom: 45px;
  padding-top: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .award__item {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-template-columns: 0.1fr 1fr;
  }
}
.award__item:first-child {
  border-top: 1px solid #4A3B86;
}
.award__item:hover {
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  background-color: var(--secondary);
}
.award__item:hover .number,
.award__item:hover .title {
  color: var(--primary);
}
.award__item:hover p {
  color: var(--gray);
}
.award__item:hover .award-img {
  opacity: 1;
  visibility: visible;
}
.award__item .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
  text-transform: capitalize;
}
.award__item .number {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  transition: all 0.3s;
  text-transform: capitalize;
  font-family: var(--font-inter);
}
.award__item .award-img {
  position: absolute;
  top: -120px;
  width: 300px;
  height: 370px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  inset-inline-start: 40%;
}
@media (max-width: 767px) {
  .award__item .award-img {
    display: none;
  }
}
.award__item .award-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award__item p {
  text-align: end;
  color: var(--gray-2);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .award__item p {
    grid-column: 1/-1;
    text-align: start;
  }
}

.blog__wrapper-4 {
  gap: 30px;
  display: grid;
  grid-template-columns: 75% 25%;
}
@media (max-width: 1199px) {
  .blog__wrapper-4 {
    grid-template-columns: 70% 30%;
  }
}
@media (max-width: 991px) {
  .blog__wrapper-4 {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
.blog__wrapper-4.no-sidebar {
  max-width: 90%;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
.blog__wrapper-4.no-sidebar .blog__sidebar {
  display: none;
}
.blog__wrapper-4.left-sidebar {
  grid-template-columns: 25% 75%;
}
@media (max-width: 1199px) {
  .blog__wrapper-4.left-sidebar {
    grid-template-columns: 70% 30%;
  }
}
@media (max-width: 991px) {
  .blog__wrapper-4.left-sidebar {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
.blog__wrapper-4.left-sidebar .blog__sidebar {
  order: 1;
}
.blog__wrapper-4.left-sidebar .blog__posts-4 {
  order: 2;
}
.blog__tags {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .blog__tags {
    gap: 10px;
  }
}
.blog__tags .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary);
  text-transform: capitalize;
}
.blog__tags .tags {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog__tags .tags li {
  line-height: 0;
  padding-bottom: 0;
}
.blog__tags .tags a {
  padding: 3px 12px;
  display: inline-block;
  color: var(--gray-2);
  border-radius: 50px;
  font-family: var(--font-inter);
  border: 1px solid var(--gray-2);
}
.blog__tags .tags a:hover {
  color: var(--white);
  background-color: var(--green);
}
.blog__pagination .nav-links {
  gap: 10px;
  display: flex;
  align-items: center;
}
.blog__pagination .nav-links svg {
  width: 1em;
  height: 1em;
}
.blog__pagination .nav-links .page-numbers {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-2);
  fill: var(--gray-2);
  font-weight: 600;
  margin: 0 5px;
  font-size: 16px;
}
.blog__pagination .nav-links .page-numbers:hover, .blog__pagination .nav-links .page-numbers.current {
  color: var(--primary);
  fill: var(--primary);
}
.blog__details-wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: 75% 25%;
}
@media (max-width: 1199px) {
  .blog__details-wrapper {
    grid-template-columns: 70% 30%;
  }
}
@media (max-width: 991px) {
  .blog__details-wrapper {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
.blog__details-wrapper.no-sidebar {
  max-width: 90%;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
.blog__details-wrapper.no-sidebar .blog__sidebar {
  display: none;
}
.blog__details-wrapper.left-sidebar {
  grid-template-columns: 25% 75%;
}
@media (max-width: 1199px) {
  .blog__details-wrapper.left-sidebar {
    grid-template-columns: 70% 30%;
  }
}
@media (max-width: 991px) {
  .blog__details-wrapper.left-sidebar {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
.blog__details-wrapper.left-sidebar .blog__sidebar {
  order: 1;
}
.blog__details-wrapper.left-sidebar .blog__details {
  order: 2;
}
.blog__details-top .thumb {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
}
.blog__details-top .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog__details-top .meta {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.blog__details-top .meta li {
  line-height: 0;
}
.blog__details-top .meta li span {
  color: #999999;
  padding: 3px 12px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50px;
  font-family: var(--font-inter);
  line-height: 1.5;
}
.blog__details-top .meta li a {
  color: #999999;
  padding: 3px 12px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50px;
  font-family: var(--font-inter);
}
.blog__details-top .meta li a:hover {
  color: var(--white);
  background-color: var(--green);
}
.blog__details-top .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 35px;
  word-wrap: break-word;
}
@media (max-width: 1199px) {
  .blog__details-top .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .blog__details-top .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .blog__details-top .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.blog__details-content {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .blog__details-content {
    padding-bottom: 20px;
  }
}
.blog__details-content .large {
  font-size: 30px;
  font-weight: 700;
}
.blog__details-content > p {
  padding-bottom: 25px;
}
.blog__details-content .quote {
  padding: 35px 40px;
  border-radius: 30px;
  background: #F6F6F6;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog__details-content .quote {
    padding: 30px 20px;
  }
}
.blog__details-content .quote img {
  margin-bottom: 25px;
}
.blog__details-content .quote blockquote {
  font-size: 25px;
  font-weight: 400;
  color: var(--primary);
}
@media (max-width: 991px) {
  .blog__details-content .quote blockquote {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog__details-content .quote blockquote {
    font-size: 18px;
  }
}
.blog__details-content .quote .author {
  font-weight: 500;
  padding-bottom: 0;
}
.blog__details-content .img-group {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog__details-content .img-group {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .img-group img {
  border-radius: 30px;
}
.blog__details-content h1,
.blog__details-content h2,
.blog__details-content h3,
.blog__details-content h4,
.blog__details-content h5,
.blog__details-content h6 {
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 20px;
  line-height: 1;
}
.blog__details-btm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog__details-btm {
    gap: 30px;
    margin-bottom: 25px;
  }
}

.cxu--posts {
  display: grid;
}
.cxu--posts .title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary);
}
@media (max-width: 1199px) {
  .cxu--posts .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cxu--posts .title {
    font-size: 24px;
  }
}
.cxu--posts .title a {
  color: inherit;
}
.cxu--posts .title a:hover {
  color: var(--green);
}
.cxu--posts .link {
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s;
}
.cxu--posts svg {
  width: 1em;
  height: 1em;
}
.cxu--posts .meta li img {
  width: 16px;
}
.cxu--posts.style-default {
  gap: 70px;
  display: grid;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .cxu--posts.style-default {
    gap: 50px;
  }
}
.cxu--posts.style-default .thumb {
  margin-bottom: 25px;
}
.cxu--posts.style-default .thumb img {
  border-radius: 30px;
  height: auto;
}
.cxu--posts.style-default .meta {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.cxu--posts.style-default .meta li {
  line-height: 0;
}
.cxu--posts.style-default .meta li span {
  color: #999999;
  padding: 5px 12px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50px;
  font-family: var(--font-inter);
  line-height: 1.5;
}
.cxu--posts.style-default .meta li a {
  color: #999999;
  padding: 5px 12px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50px;
  font-family: var(--font-inter);
}
.cxu--posts.style-default .meta li a:hover {
  color: var(--white);
  border-color: var(--green);
  background-color: var(--green);
}
.cxu--posts.style-default .title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 25px;
  word-wrap: break-word;
}
@media (max-width: 1199px) {
  .cxu--posts.style-default .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .cxu--posts.style-default .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cxu--posts.style-default .title {
    font-size: 24px;
  }
}
.cxu--posts.style-default .title a {
  word-break: break-word;
}
.cxu--posts.style-default .cxu-btn-border {
  color: var(--green);
  border-color: var(--green);
  padding: 13px 24px;
}
.cxu--posts.style-default .cxu-btn-border:hover {
  color: var(--white);
}
.cxu--posts.style-1 .cxu-post {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
@media (max-width: 1199px) {
  .cxu--posts.style-1 .cxu-post {
    gap: 0 30px;
    grid-template-columns: 1fr 1.3fr;
  }
}
@media (max-width: 991px) {
  .cxu--posts.style-1 .cxu-post {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cxu--posts.style-1 .cxu-post {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.cxu--posts.style-1 .cxu-post:first-child {
  border-top: 1px solid #ECECEC;
}
.cxu--posts.style-1 .cxu-post:hover .title {
  color: var(--green);
}
.cxu--posts.style-1 .cxu-post:hover .thumb {
  opacity: 1;
  visibility: visible;
}
.cxu--posts.style-1 .title {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .cxu--posts.style-1 .title {
    margin-bottom: 20px;
  }
}
.cxu--posts.style-1 .link {
  font-weight: 400;
  padding: 15px 30px;
  color: var(--green);
  border: 1px solid var(--green);
}
.cxu--posts.style-1 .link:hover {
  color: var(--white);
}
.cxu--posts.style-1 ul {
  display: flex;
}
.cxu--posts.style-1 .meta {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  height: min-content;
  position: relative;
  z-index: 1;
}
.cxu--posts.style-1 .meta li {
  display: inline;
}
.cxu--posts.style-1 .meta li a {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  color: var(--gray-2);
  border: 1px solid var(--gray-2);
}
.cxu--posts.style-1 .meta li a:hover {
  color: var(--white);
  border-color: var(--primary);
}
.cxu--posts.style-1 .meta li span {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  color: var(--gray-2);
  border: 1px solid var(--gray-2);
  line-height: 1.5;
}
.cxu--posts.style-1 .thumb {
  position: absolute;
  top: -120px;
  width: 380px;
  height: 440px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .cxu--posts.style-1 .thumb {
    position: static;
    grid-row: 1/3;
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cxu--posts.style-1 .thumb {
    opacity: 1;
    visibility: visible;
  }
}
.cxu--posts.style-1 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cxu--posts.style-2 {
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .cxu--posts.style-2 {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.cxu--posts.style-2 .cxu-post {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
}
@media (max-width: 1199px) {
  .cxu--posts.style-2 .cxu-post {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cxu--posts.style-2 .cxu-post {
    grid-template-columns: 1fr;
  }
}
.cxu--posts.style-2 .title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cxu--posts.style-2 .title {
    font-size: 24px;
  }
}
.cxu--posts.style-2 p {
  margin-bottom: 20px;
}
.cxu--posts.style-2 .link {
  font-weight: 500;
  color: var(--gray-2);
  text-transform: uppercase;
  font-family: var(--font-inter);
}
.cxu--posts.style-2 .link i {
  transition: all 0.3s;
}
.cxu--posts.style-2 .link:hover {
  color: var(--green);
}
.cxu--posts.style-2 .link:hover i {
  padding-left: 7px;
}
.cxu--posts.style-2 .blog__pagination ul {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cxu--posts.style-2 .blog__pagination ul {
    margin-top: 40px;
  }
}
.cxu--posts.style-3 {
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .cxu--posts.style-3 {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .cxu--posts.style-3 {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cxu--posts.style-3 {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.cxu--posts.style-3 .title {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cxu--posts.style-3 .title {
    font-size: 20px;
  }
}
.cxu--posts.style-3 .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.cxu--posts.style-3 .thumb img {
  width: 100%;
  border-radius: 30px;
}
.cxu--posts.style-3 p {
  margin-bottom: 20px;
}
.cxu--posts.style-3 .meta {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.cxu--posts.style-3 .meta li {
  position: relative;
}
.cxu--posts.style-3 .meta li:last-child::after {
  display: none;
}
.cxu--posts.style-3 .meta li::after {
  position: absolute;
  content: "/";
  inset-inline-end: -15px;
  color: var(--gray-2);
}
.cxu--posts.style-3 .meta li a {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  font-family: var(--font-inter);
}
.cxu--posts.style-3 .meta li a:hover {
  color: var(--green);
}
.cxu--posts.style-3 .link {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid #999;
}
.cxu--posts.style-3 .link:hover {
  color: var(--white);
  border-color: var(--green);
}
.cxu--posts.style-3 .blog__pagination ul {
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cxu--posts.style-3 .blog__pagination ul {
    margin-top: 40px;
  }
}
.cxu--posts.style-4 {
  gap: 70px;
  display: grid;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .cxu--posts.style-4 {
    gap: 50px;
  }
}
.cxu--posts.style-4 .thumb {
  margin-bottom: 25px;
}
.cxu--posts.style-4 .thumb img {
  border-radius: 30px;
}
.cxu--posts.style-4 .meta {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.cxu--posts.style-4 .meta li {
  line-height: 0;
}
.cxu--posts.style-4 .meta li span {
  color: #999999;
  fill: #999999;
  padding: 5px 12px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50px;
  font-family: var(--font-inter);
  line-height: 1.5;
}
.cxu--posts.style-4 .meta li a {
  color: #999999;
  fill: #999999;
  padding: 5px 12px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50px;
  font-family: var(--font-inter);
}
.cxu--posts.style-4 .meta li a:hover {
  color: var(--white);
  fill: var(--white);
  border-color: var(--green);
  background-color: var(--green);
}
.cxu--posts.style-4 .title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .cxu--posts.style-4 .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .cxu--posts.style-4 .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cxu--posts.style-4 .title {
    font-size: 24px;
  }
}
.cxu--posts.style-4 .cxu-btn-border {
  color: var(--green);
  fill: var(--green);
  border-color: var(--green);
  padding: 13px 24px;
}
.cxu--posts.style-4 .cxu-btn-border:hover {
  fill: var(--white);
  color: var(--white);
}
.cxu--posts.style-5 {
  gap: 10px;
  display: grid;
}
.cxu--posts.style-5 .cxu-post {
  gap: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 70px auto;
}
.cxu--posts.style-5 .thumb img {
  border-radius: 10px;
}
.cxu--posts.style-5 .meta {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.cxu--posts.style-5 .meta li a {
  color: #999999;
  padding: 2px 10px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50px;
  font-family: var(--font-inter);
}
.cxu--posts.style-5 .title {
  font-size: 14px;
  font-weight: 500;
}

.comment__form .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary);
  margin-bottom: 5px;
}
.comment__form .comment-notes {
  padding-bottom: 25px;
}
.comment__form .logged-in-as {
  margin-top: 5px;
  margin-bottom: 30px;
}
.comment__form .input {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .comment__form .input {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.comment__form input,
.comment__form textarea {
  width: 100%;
  color: #999;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  margin-bottom: 15px;
  background-color: transparent;
  outline: none;
}
.comment__form textarea {
  height: 120px;
  resize: none;
  margin-bottom: 5px;
}
.comment__form .submit {
  padding: 18px 50px;
  border: none;
  outline: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
  border-radius: 30px;
  background-color: var(--green);
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: auto;
}
.comment__form .comment-form-cookies-consent input {
  width: auto;
}
.comment__form .form-submit {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .comment__form .form-submit {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}

.comment__form .comments-title {
  margin-bottom: 30px;
}
.comment__form ol.comment-list {
  margin-bottom: 30px;
}
.comment__form footer.comment-meta {
  margin-bottom: 15px;
}
.comment__form .comment-content {
  padding-bottom: 10px;
}

.blog__details-content .wp-block-image figure.alignright.is-resized {
  float: unset;
  margin-left: auto;
}
.blog__details-content blockquote.wp-block-quote {
  margin-top: 20px;
}
.blog__details-content .wp-block-file__button {
  padding: 10px 20px;
}
.blog__details-content .wp-block-file {
  margin-bottom: 15px;
}
.blog__details-content .wp-block-cover {
  margin-bottom: 15px;
}
.blog__details-content .wp-block-media-text {
  margin-bottom: 15px;
}
.blog__details-content .wp-block-buttons {
  margin-bottom: 15px;
}
.blog__details-content .wp-block-columns {
  margin-bottom: 15px;
}
.blog__details-content .wp-block-columns p {
  padding: 10px;
}
.blog__details-content .wp-block-rss.wp-block-rss li,
.blog__details-content .wp-block-page-list li,
.blog__details-content .wp-block-latest-posts li,
.blog__details-content .wp-block-categories li,
.blog__details-content .wp-block-archives li,
.blog__details-content ul li {
  padding-bottom: 10px;
  font-family: var(--font-inter);
}
.blog__details-content .wp-block-search {
  margin-bottom: 15px;
}
.blog__details-content ul.wp-block-social-links {
  margin-bottom: 15px;
}
.blog__details-content p.wp-block-tag-cloud a {
  display: inline-block;
  padding: 10px;
  color: #392D6A;
  border: 1px solid #392D6A;
  line-height: 1;
  font-size: 16px !important;
  border-radius: 5px;
  text-transform: capitalize;
  font-family: var(--font-inter);
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog__details-content p.wp-block-tag-cloud a:hover {
  color: #fff;
  background-color: #392D6A;
}
.blog__details-content nav.wp-block-query-pagination {
  margin-top: 15px;
}
.blog__details-content .wp-block-group {
  margin-bottom: 15px;
}
.blog__details-content .wp-block-categories-dropdown select,
.blog__details-content .wp-block-archives-dropdown select {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 10px;
}
.blog__details-content ol:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog__details-content ol:not([class]) li {
  list-style: decimal;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--font-inter);
}
.blog__details-content ol:not([class]) ol {
  margin-bottom: 0;
}
.blog__details-content ol:not([class]) ol li {
  list-style: decimal;
}
.blog__details-content ol:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.blog__details-content ol:not([class]) ul {
  margin-bottom: 0;
}
.blog__details-content ol:not([class]) ul li {
  list-style: disc;
  font-family: var(--font-inter);
}
.blog__details-content ol:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.blog__details-content ol:not([class]) ul ol li {
  list-style: decimal;
}
.blog__details-content ul:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog__details-content ul:not([class]) li {
  list-style: disc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.blog__details-content ul:not([class]) ul {
  margin-bottom: 0;
}
.blog__details-content ul:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.blog__details-content ul:not([class]) ol {
  margin-bottom: 0;
}
.blog__details-content ul:not([class]) ol li {
  list-style: decimal;
}
.blog__details-content ul:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.blog__details-content ul:not([class]) ol ul li {
  list-style: disc;
}
.blog__details-content table {
  width: 100%;
}
.blog__details-content tbody,
.blog__details-content td,
.blog__details-content tfoot,
.blog__details-content th,
.blog__details-content thead,
.blog__details-content tr {
  border-width: 1px;
  padding: 3px;
  font-family: var(--font-inter);
}
.blog__details-content tbody a,
.blog__details-content td a,
.blog__details-content tfoot a,
.blog__details-content th a,
.blog__details-content thead a,
.blog__details-content tr a {
  text-decoration: none;
  font-family: var(--font-inter);
}
.blog__details-content figure {
  max-width: 100%;
}
.blog__details-content dd {
  font-family: var(--font-inter);
}
.blog__details-content .comment-author.vcard {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog__details-content ol.comment-list > li {
  margin-bottom: 15px;
}
.blog__details-content .gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-3 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .blog__details-content .gallery-columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .blog__details-content .gallery-columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-4 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .blog__details-content .gallery-columns-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .blog__details-content .gallery-columns-5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-5 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .gallery-columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1399px) {
  .blog__details-content .gallery-columns-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1199px) {
  .blog__details-content .gallery-columns-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .blog__details-content .gallery-columns-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-6 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .gallery-columns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 1399px) {
  .blog__details-content .gallery-columns-7 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1199px) {
  .blog__details-content .gallery-columns-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .blog__details-content .gallery-columns-7 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-7 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .gallery-columns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1399px) {
  .blog__details-content .gallery-columns-8 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1199px) {
  .blog__details-content .gallery-columns-8 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .blog__details-content .gallery-columns-8 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-8 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-2 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .gallery-columns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
@media (max-width: 1399px) {
  .blog__details-content .gallery-columns-9 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1199px) {
  .blog__details-content .gallery-columns-9 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .blog__details-content .gallery-columns-9 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-9 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .gallery-columns-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 1399px) {
  .blog__details-content .gallery-columns-10 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1199px) {
  .blog__details-content .gallery-columns-10 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .blog__details-content .gallery-columns-10 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__details-content .gallery-columns-10 {
    grid-template-columns: 1fr;
  }
}
.blog__details-content .wp-block-query-pagination-numbers {
  gap: 15px;
  display: flex;
}
.blog__details-content p.form-submit .submit {
  padding: 10px 15px;
}
.blog__details-content .wp-caption-text,
.blog__details-content .wp-block-table figcaption {
  padding-top: 5px;
}
.blog__details-content .wp-block-button {
  margin-bottom: 15px;
}
.blog__details-content p.has-text-align-center.has-large-font-size {
  color: #fff;
}

form#commentform {
  margin-bottom: 30px;
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 20px;
}

p.logged-in-as {
  margin-bottom: 20px;
}

p.form-submit {
  margin-top: 20px;
}

.comment-metadata {
  font-family: var(--font-inter);
}

.comment__form ol.comment-list li {
  font-family: var(--font-inter);
  margin-bottom: 10px;
}

.faq__left {
  padding-inline-end: 30px;
}
.faq__left .sec-title-2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq__left .sec-title-2 {
    margin-bottom: 20px;
  }
}
.faq__left p {
  margin-bottom: 30px;
}
.faq__left img {
  float: right;
}
@media (max-width: 991px) {
  .faq__left img {
    display: none;
  }
}
.faq__right .accordion-item {
  background-color: transparent;
}
.faq__right .accordion-button {
  font-size: 20px;
  color: var(--primary);
  background-color: transparent;
  outline: none;
  gap: 15px;
}
@media (max-width: 1199px) {
  .faq__right .accordion-button {
    font-size: 18px;
  }
}
.faq__right .accordion-button:not(.collapsed)::after {
  filter: brightness(0.5);
}
.faq__right .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.contact__wrapper {
  gap: 130px;
  display: grid;
  align-items: center;
  grid-template-columns: 1.2fr 1fr;
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .contact__wrapper {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .contact__wrapper {
    grid-template-columns: 1fr;
  }
}
.contact__left .sec-title-2 {
  margin-bottom: 15px;
}
.contact__left > p {
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 35px;
}
.contact__left .box-wrapper {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.contact__left .box-wrapper-2 {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact__left .box-wrapper-2 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.contact__left .box-wrapper-2 .title {
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
}
.contact__left .box-wrapper-2 p {
  font-weight: 500;
}
.contact__left .icon-box {
  gap: 10px;
  display: flex;
  align-items: center;
}
.contact__left .icon-box .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  border-radius: 100%;
  color: var(--white);
  font-size: 20px;
}
.contact__left .icon-box .text p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.contact__left .icon-box .text a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  color: var(--primary);
  text-transform: capitalize;
}
.contact__left .icon-box .text a:hover {
  color: var(--green);
}
.contact__form label {
  display: block;
}
.contact__form input,
.contact__form textarea {
  width: 100%;
  color: #999;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  margin-bottom: 15px;
  background-color: transparent;
  outline: none;
}
.contact__form textarea {
  height: 90px;
  resize: none;
}
.contact__form .wpcf7-submit,
.contact__form .submit {
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.5s;
}

.footer--default {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: var(--primary);
}
.footer--default p {
  color: var(--white);
}
.footer__area-3 {
  background-color: var(--primary);
}
.footer__area-3.full {
  height: 40vh;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .footer__area-3.full {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .footer__area-3.full {
    height: 45vh;
  }
}
@media (max-width: 767px) {
  .footer__area-3.full {
    height: unset;
    padding-top: 60px;
  }
}
.footer__area-4 {
  background-color: var(--primary);
}
.footer__area-4 .footer__social {
  justify-content: flex-start;
  margin-top: 30px;
}
.footer__area-4 .footer__menu li a {
  color: var(--white);
}
.footer__area-4 .footer__menu li a:hover {
  padding-inline-start: 5px;
}
.footer__area-6 {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 18px;
  background-color: var(--primary);
}
.footer__wrapper-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__wrapper-6 ul {
  gap: 30px;
  display: flex;
}
.footer__wrapper-6 ul li {
  position: relative;
}
.footer__wrapper-6 ul li:last-child::after {
  display: none;
}
.footer__wrapper-6 ul li::after {
  position: absolute;
  content: "│";
  inset-inline-end: -20px;
  color: var(--white);
}
.footer__wrapper-6 ul li a {
  font-size: 16px;
  color: var(--white);
}
.footer__wrapper-6 ul li a:hover {
  color: var(--green);
}
.footer__wrapper-6 p {
  font-size: 16px;
  color: var(--white);
}
.footer__wrapper-6 p a {
  color: var(--white-3);
}
.footer__top {
  gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1.5fr;
}
@media (max-width: 1199px) {
  .footer__top {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer__top {
    gap: 20px;
    grid-template-columns: 0.8fr 1fr 1fr 1.5fr;
  }
}
@media (max-width: 767px) {
  .footer__top {
    gap: 30px;
    padding-bottom: 50px;
    grid-template-columns: 1fr;
  }
}
.footer__top-3 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .footer__top-3 {
    padding-bottom: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__top-3 {
    padding-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
.footer__top-4 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .footer__top-4 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer__top-4 {
    padding-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
.footer__top-wrapper {
  background-color: var(--primary);
}
.footer__btm {
  gap: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
}
@media (max-width: 1199px) {
  .footer__btm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .footer__btm {
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__btm {
    grid-template-columns: 1fr;
  }
}
.footer__btm-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #312660;
}
.footer__copyright {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #504090;
}
.footer__copyright p {
  font-weight: 500;
  color: var(--gray-2);
}
.footer__copyright.content-align {
  justify-content: center;
}
.footer__logo {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .footer__logo {
    padding-top: 60px;
  }
}
.footer__logo-4 img {
  margin-bottom: 30px;
}
.footer__logo-4 p {
  color: var(--white);
  padding-inline-end: 100px;
}
@media (max-width: 991px) {
  .footer__logo-4 p {
    padding-inline-end: 0;
  }
}
.footer__menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-2);
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}
.footer__menu li a:hover {
  color: var(--white);
}
.footer__widget {
  padding-top: 90px;
  padding-bottom: 90px;
  border-inline-end: 1px solid #4F408A;
}
@media (max-width: 991px) {
  .footer__widget {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer__widget {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
}
.footer__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer__title {
    padding-bottom: 15px;
  }
}
.footer__title-3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 10px;
}
.footer__newsletter {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .footer__newsletter {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .footer__newsletter {
    padding-top: 0;
  }
}
.footer__newsletter .newsletter form {
  position: relative;
}
.footer__newsletter .newsletter input[type=email] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray-2);
  background-color: transparent;
  border: none;
  width: 100%;
  border-bottom: 1px solid #4F408A;
  padding: 8px 35px 8px 0;
  margin-bottom: 20px;
  outline: none;
}
.footer__newsletter .newsletter input[type=email]::placeholder {
  color: var(--gray-2);
  opacity: 1;
}
.footer__newsletter .newsletter .submit {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: var(--primary);
  border-radius: 100%;
  border: none;
  background-color: var(--secondary);
}
.footer__newsletter .newsletter label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--white-3);
}
.footer__contact .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--white);
}
.footer__contact li {
  line-height: 1;
}
.footer__contact a,
.footer__contact a:not([href]) {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-2);
  display: inline-block;
  line-height: 1;
}
.footer__contact a:hover,
.footer__contact a:not([href]):hover {
  color: var(--white);
}
.footer__social {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer__social {
    justify-content: flex-start;
  }
}
.footer__social li a {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid var(--gray-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-2);
}
.footer__social li a:hover {
  color: var(--gray);
  border-color: var(--secondary);
  background-color: var(--secondary);
}
@media (max-width: 991px) {
  .footer__social-3 {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  .footer__social-wrapper {
    grid-row: 2;
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .footer__social-wrapper {
    grid-row: unset;
    justify-self: unset;
  }
}
@media (max-width: 991px) {
  .footer__social-wrapper-3 {
    grid-row: 2;
    grid-column: 1/-1;
    justify-self: center;
  }
}
.footer__mail-3 a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--white-3);
}
@media (max-width: 1199px) {
  .footer__mail-3 a {
    font-size: 18px;
  }
}
.footer__mail-3 a:hover {
  color: var(--green);
}
.footer__phone-3 a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--white-3);
}
@media (max-width: 1199px) {
  .footer__phone-3 a {
    font-size: 18px;
  }
}
.footer__phone-3 a:hover {
  color: var(--green);
}
.footer__social-3 ul {
  columns: 2;
}
@media (max-width: 991px) {
  .footer__social-3 ul {
    columns: 5;
  }
}
@media (max-width: 767px) {
  .footer__social-3 ul {
    columns: 3;
  }
}
.footer__social-3 li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--white-3);
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 5px;
}
.footer__social-3 li a:hover {
  color: var(--green);
}