@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --body: #fff;
  --white: #fff;
  --theme: #e52629b4;
  --theme2: #002FF5;
  --theme3: #00A9A4;
  --theme4: #57b33e;
  --theme5: #ff7029;
  --header: #1C2539;
  --base: crimson;
  --text: #000000;
  --text2: #FFFFFFA3;
  --it-text: #FFFFFF8C;
  --border: #1D20271A;
  --border2: #353535;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #FF9F0D;
  --bg: #1D2027;
  --bg2: #ffffff;
  --bg3: #191919;
  --bg4: #F2F4FE;
  --bg5: #EDF9F9;
  --bg6: #030734;
  --bg7: #f8f8f8;
  --bg8: #232323;
  --it-item: #252525;
}

.theme-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  padding: 18px 50px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 99;
}

.theme-btn::before {
  position: absolute;
  content: '';
  background-color: var(--button);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}

#about {
  background: #fff;
}

#about h2 {
  color: #96133c;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
}

video#myVideo {
  object-fit: cover;
  height: 541px;
}

.choose-us-wrapper {
  padding-top: 53px;
}

#about p {
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
}

.counter-main-items h2 {
  color: #000;
}


.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--button);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}

.theme-btn:hover {
  color: var(--white);
}

.theme-btn:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme-btn:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 15px;
    padding: 18px 35px;
  }

  a.delegate-btn.delegate-btn-navy.applynows {
    display: block !important;
  }

  .header-menu-area .header-menu-items .main-menu ul li {
    display: block !important;
    padding: 0;
    position: relative;
  }
}

@media (max-width: 575px) {
  #about h2 {
    font-size: 30px;
  }

  .theme-btn {
    font-size: 14px;
    padding: 12px 32px;
  }

  .why_delhi ul {
    padding: 0 20px;
  }

  .magazines_wrapper,
  .magazine_wrapper_txt {
    display: none;
  }
}

.theme-btn.border-white {
  border: 2px solid var(--white);
}

.theme-btn.border-white::before,
.theme-btn.border-white::after {
  background-color: var(--white);
  color: red;
}

.theme-btn.border-white:hover {
  color: var(--header);
}

.theme-btn.header-btn-2 {
  border: 2px solid var(--white);
  background: transparent;
}

.theme-btn.header-btn-2::before,
.theme-btn.header-btn-2::after {
  background-color: var(--white);
}

.theme-btn.header-btn-2:hover {
  color: var(--header);
}

.theme-btn.bg-style-2 {
  background-color: var(--button);
  color: var(--white);
}

.theme-btn.bg-style-2::before {
  background-color: var(--theme);
}

.theme-btn.bg-style-2::after {
  background-color: var(--theme);
}

.theme-btn.bg-style-3 {
  background-color: var(--white);
  color: var(--header);
}

.theme-btn.bg-style-3::before {
  background-color: var(--header);
}

.theme-btn.bg-style-3::after {
  background-color: var(--header);
}

.theme-btn.bg-style-3:hover {
  color: var(--white);
}

.theme-btn.bg-style-4 {
  background-color: var(--button);
  color: var(--white);
}

.theme-btn.bg-style-4::before {
  background-color: var(--theme2);
}

.theme-btn.bg-style-4::after {
  background-color: var(--theme2);
}

.theme-btn.bg-style-5 {
  background-color: var(--white);
  color: var(--header);
}

.theme-btn.bg-style-5::before {
  background-color: var(--header);
}

.theme-btn.bg-style-5::after {
  background-color: var(--header);
}

.theme-btn.bg-style-5:hover {
  color: var(--white);
}

.theme-btn.theme-btn-style-2 {
  background-color: transparent;
  border: 1px solid var(--theme2);
  color: var(--theme2);
}

.theme-btn.theme-btn-style-2::before {
  background-color: var(--theme2);
}

.theme-btn.theme-btn-style-2::after {
  background-color: var(--theme2);
}

.theme-btn.theme-btn-style-2:hover {
  color: var(--white);
}

.theme-btn.hover-white {
  background-color: var(--theme2);
}

.theme-btn.hover-white::before {
  background-color: var(--white);
}

.theme-btn.hover-white::after {
  background-color: var(--white);
}

.theme-btn.hover-white:hover {
  color: var(--header);
}

.theme-btn.header-btn {
  border: 2px solid var(--white);
}

.theme-btn.header-btn::before,
.theme-btn.header-btn::after {
  background-color: var(--white);
}

.theme-btn.header-btn:hover {
  color: var(--header);
}

.theme-btn-2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  display: inline-block;
  text-transform: capitalize;
}

.theme-btn-2 i {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  margin-left: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn-2:hover {
  color: var(--theme);
}

.theme-btn-2:hover i {
  color: var(--theme);
}

.theme-btn-2.color-style-2 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn-2.color-style-2:hover {
  text-decoration: underline;
  color: var(--theme2);
}

.theme-btn-2.color-style-2:hover i {
  color: var(--theme2);
}

.theme-btn-2.color-style-3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--white);
}

.theme-btn-2.color-style-3 i {
  color: var(--white);
}

.theme-btn-2.color-style-3:hover {
  color: var(--white);
}

.theme-btn-2.color-style-3:hover i {
  color: var(--white);
}

.theme-btn-2.color-style-4 {
  color: var(--theme3);
}

.theme-btn-2.color-style-4 i {
  color: var(--theme3);
}

.theme-btn-2.solar-color {
  color: var(--theme4);
}

.theme-btn-2.solar-color i {
  color: var(--theme4);
}

.theme-btn-2.solar-color:hover {
  color: var(--theme5);
}

.theme-btn-2.solar-color:hover i {
  color: var(--theme5);
}

.theme-btn-3 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--theme3);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  padding: 18px 50px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 99;
  border-radius: 10px;
}

.theme-btn-3::before {
  position: absolute;
  content: '';
  background-color: var(--button2);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}

.theme-btn-3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--button2);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}

.theme-btn-3:hover {
  color: var(--white);
}

.theme-btn-3:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.theme-btn-3:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.theme-btn-3.hover-white::before,
.theme-btn-3.hover-white::after {
  background-color: var(--white);
}

.theme-btn-3.hover-white:hover {
  color: var(--header);
}

@media (max-width: 991px) {
  .theme-btn-3 {
    font-size: 15px;
    padding: 18px 35px;
  }
}

@media (max-width: 575px) {
  .theme-btn-3 {
    font-size: 14px;
    padding: 14px 32px;
  }
}

.theme-btn-4 {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--theme5);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px 12px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 100px;
}

@media (max-width: 575px) {
  .theme-btn-4 {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
  }
}

.theme-btn-4 span {
  position: relative;
  color: var(--white);
  z-index: 999;
  margin-right: 25px;
}

@media (max-width: 575px) {
  .theme-btn-4 span {
    margin-right: 15px;
  }
}

.theme-btn-4 i {
  position: relative;
  color: var(--header);
  z-index: 999;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--white);
  border-radius: 50%;
}

.theme-btn-4::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--theme5);
  -webkit-transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-4::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--theme4);
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-4:hover {
  background-color: var(--theme4);
  color: var(--white);
}

.theme-btn-4:hover::before {
  top: 100%;
}

.theme-btn-4:hover::after {
  bottom: -50%;
}

.theme-btn-4.bg-color-2 {
  background-color: var(--theme4);
  color: var(--white);
}

.theme-btn-4.bg-color-2::before {
  background-color: var(--theme4);
}

.theme-btn-4.bg-color-2::after {
  background-color: var(--theme5);
}

.theme-btn-4.bg-color-2:hover {
  background-color: var(--theme5);
  color: var(--white);
}

.theme-btn-4.bg-color-2:hover::before {
  top: 100%;
}

.theme-btn-4.bg-color-2:hover::after {
  bottom: -50%;
}

.theme-btn-4.bg-white {
  background-color: transparent;
  border: 2px solid #f3f3f3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn-4.bg-white span {
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn-4.bg-white i {
  background-color: #f3f3f3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn-4.bg-white:hover span {
  color: var(--white);
}

.theme-btn-4.bg-white:hover i {
  color: var(--header);
  background-color: var(--white);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-weight: 700;
  color: var(--header);
  /* text-transform: capitalize; */
}

h1 {
  font-size: 75px;
  line-height: 110%;
}

@media (max-width: 1399px) {
  h1 {
    font-size: 62px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 32px;
    line-height: 120%;
  }
}

h2 {
  font-size: 40px;
  line-height: 120%;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 37px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
  line-height: 145%;
}

@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 22px;
  line-height: 137%;
}

@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  color: var(--text);
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  line-height: 1.7;
}

.preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif, "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: var(--theme);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.sub-title {
  color: var(--white);
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .sub-title {
    margin-bottom: 15px;
  }
}

.section-title {
  max-width: 850px;
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
  z-index: 99;
  margin-top: -6px;
}

.section-title span {
  color: #000;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;

}

.feature-section {
  /* background: url('../images/banner007.webp'); */
  background-size: cover;
  background-attachment: fixed;
}

.feature-section h2 {
  /* color: #ed2069 !important; */
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
}


.feature-section h2 span {
  color: #fff !important;
}



.service-section {
  background: #92133E;
}


.service-section h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}

.section-title span.color-style-2 {
  color: var(--theme2);
}

@media (max-width: 575px) {
  .section-title span {
    font-size: 20px;
  }
}

.section-title h2.active {
  position: relative;
  overflow: hidden;
  display: block;
}

.section-title h2.active::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--theme);
  -webkit-animation: a-ltr-after 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  animation: a-ltr-after 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.section-title h2.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--theme);
  -webkit-animation: a-ltr-before 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  animation: a-ltr-before 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.section-title h2.active:nth-of-type(2)::before {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.section-title h2.active:nth-of-type(2)::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.section-title .title {
  color: var(--white);
}

@media (max-width: 991px) {
  .section-title {
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin: 0 auto 10px;
  }
}

.section-title.width-style {
  max-width: 1080px;
}

.section-title.section-style-3 h2 {
  margin-top: 5px;
  font-family: "Syne", sans-serif;
}

.section-title.section-style-3 h2.color-style-white {
  color: var(--white);
}

.section-title.section-style-3 span {
  color: var(--theme3);
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.section-title.solar-title .section-both {
  margin-bottom: 15px;
}

.section-title.solar-title .section-both span {
  color: var(--theme4);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}

.section-title.solar-title .section-both span::before {
  position: absolute;
  top: -5px;
  left: -45px;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid var(--theme4);
}

.section-title.solar-title .section-both span::after {
  position: absolute;
  top: 5px;
  left: -35px;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid var(--theme4);
}

.section-title.solar-title h2 {
  color: var(--white);
}

.section-title-content {
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
  margin-top: -6px;
}

@media (max-width: 1199px) {
  .section-title-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .section-title-content {
    margin-bottom: 15px;
  }
}

.section-title-content span {
  color: var(--theme);
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title-content span.color-style-2 {
  color: var(--theme2);
}

.section-title-content span.text-white {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .section-title-content span {
    font-size: 20px;
  }
}

.section-title-content.style-3 span {
  font-weight: 600;
  color: var(--theme3);
  font-size: 18px;
  margin-bottom: 0;
}

.section-title-content.style-3 h2 {
  font-family: "Syne", sans-serif;
  margin-top: 10px;
}

.section-title-content .section-both {
  position: relative;
}

.section-title-content .section-both span {
  margin-left: 40px;
  color: var(--theme4);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}

.section-title-content .section-both::before {
  position: absolute;
  top: -2px;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid var(--theme4);
}

.section-title-content .section-both::after {
  position: absolute;
  top: 8px;
  left: 10px;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid var(--theme4);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background: #96133C;
}

.section-bg-2 {
  background-color: var(--bg2);
}

.section-bg-3 {
  background-color: var(--bg3);
}

.section-bg-4 {
  background-color: var(--bg4);
}

.section-bg-5 {
  background: var(--bg5);
}

.section-bg-6 {
  background: var(--bg6);
}

.section-bg-7 {
  background: var(--theme4);
}

.section-bg-8 {
  background: var(--bg7);
}

.section-bg-9 {
  background: var(--bg8);
}

.section-padding {
  padding: 50px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0;
  }
}

.section-padding-2 {
  padding: 90px 0;
}

@media (max-width: 1199px) {
  .why-choose-us .circle-shape {
    display: none;
  }

  .section-padding-2 {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .section-padding-2 {
    padding: 50px 0;
  }
}

@-webkit-keyframes a-ltr-after {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes a-ltr-after {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@-webkit-keyframes a-ltr-before {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes a-ltr-before {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes btb {
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes btb {
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.ring-animation {
  -webkit-animation: ring-animation 1.5s ease-in-out infinite;
  animation: ring-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation__rotate {
  -webkit-animation: rotate 40s linear infinite;
  animation: rotate 40s linear infinite;
}

@-webkit-keyframes updown8 {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes updown8 {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes lfrt10 {
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@keyframes lfrt10 {
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@-webkit-keyframes toggle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes toggle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes tpfadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tpfadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.tpfadeLeft {
  -webkit-animation-name: tpfadeLeft;
  animation-name: tpfadeLeft;
}

@-webkit-keyframes tpfadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tpfadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.tpfadeRight {
  -webkit-animation-name: tpfadeRight;
  animation-name: tpfadeRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.main-header-1 {
  position: relative;
}

/* .main-header-1::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-color: var(--theme);
  z-index: -1;
} */

.main-header-1 .header-top {
  position: relative;
}

@media (max-width: 1600px) {
  .main-header-1 .header-top {
    background-color: var(--theme);
  }
}

.main-header-1 .header-top .top-header-items {
  /* background-color: var(--theme); */
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-header-1 .header-top .top-header-items {
    display: none;
  }
}

.main-header-1 .header-top .top-header-items .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  gap: 40px;
}

.main-header-1 .header-top .top-header-items .contact-list li {
  color: #9e9890;
  font-size: 13px;
}

.main-header-1 .header-top .top-header-items .contact-list li i {
  margin-right: 10px;
  color: #d4a24e;
}

.main-header-1 .header-top .top-header-items .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.main-header-1 .header-top .top-header-items .header-right .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.main-header-1 .header-top .top-header-items .header-right .social-icon li a {
  color: var(--white);
}

.main-header-1 .main-logo {
  position: absolute;
  top: 55px;
  left: 50px;
  z-index: 9999;
}

@media (max-width: 1899px) {
  .main-header-1 .main-logo {
    display: none;
  }
}

.main-header-1 .main-button {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 9999;
}

@media (max-width: 1899px) {
  .main-header-1 .main-button {
    display: none;
  }
}

.main-header-1 .main-menu ul ul {
  left: -10px !important;
  padding: 16px 25px 15px !important;
}

.main-header-2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: transparent;
}

.main-header-2 .header-2 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 15px 0 !important;
}

@media (max-width: 1199px) {
  .main-header-2 .header-2 {
    padding: 30px 0 !important;
  }
}

.main-header-2 .header-2 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 120px;
}

@media (max-width: 1500px) {
  .main-header-2 .header-2 .menu {
    gap: 75px;
  }
}

@media (max-width: 1399px) {
  .main-header-2 .header-2 .menu {
    gap: 70px;
  }
}

.main-header-2 .header-2 .menu .sticky-logo-2 .normal-logo {
  display: block;
}

@media (max-width: 1199px) {
  .main-header-2 .header-2 .menu .sticky-logo-2 .normal-logo {
    display: none;
  }
}

.main-header-2 .header-2 .menu .sticky-logo-2 .logo-sticky {
  display: none;
}

@media (max-width: 1199px) {
  .main-header-2 .header-2 .menu .sticky-logo-2 .logo-sticky {
    display: block;
  }
}

@media (max-width: 1199px) {
  .main-header-2 .header-2 .menu .sticky-logo-2 {
    height: 0;
  }
}

.main-header-2 .header-2 .menu .main-menu ul {
  position: relative;
}

.main-header-2 .header-2 .menu .main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
}

.main-header-2 .header-2 .menu .main-menu ul li:not(:last-child) {
  margin-right: 20px;
}

.main-header-2 .header-2 .menu .main-menu ul li.active {
  position: relative;
}

.main-header-2 .header-2 .menu .main-menu ul li.active>a {
  color: var(--white);
}

.main-header-2 .header-2 .menu .main-menu ul li a {
  display: block;
  padding: 30px 0;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.main-header-2 .header-2 .menu .main-menu ul li a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: 500;
  margin-left: auto;
  position: absolute;
  right: 12px;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header-2 .header-2 .menu .main-menu ul li a:hover {
  color: var(--theme2);
}

.main-header-2 .header-2 .menu .main-menu ul li a:hover:after {
  border-color: var(--theme);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-header-2 .header-2 .menu .main-menu ul li:hover>ul {
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header-2 .header-2 .menu .main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}

.main-header-2 .header-2 .menu .main-menu ul ul {
  background-color: var(--white);
  left: 4px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  padding: 16px 30px 15px;
  border-radius: 4px;
  border: 1px solid #ebeeee;
}

.main-header-2 .header-2 .menu .main-menu ul ul li {
  float: none;
  width: 210px;
}

.main-header-2 .header-2 .menu .main-menu ul ul li ul {
  visibility: hidden;
}

.main-header-2 .header-2 .menu .main-menu ul ul li i {
  float: right;
}

.main-header-2 .header-2 .menu .main-menu ul ul li a {
  line-height: 120%;
  padding: 10px 0;
  color: var(--header);
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
}

.main-header-2 .header-2 .menu .main-menu ul ul li a:hover {
  color: var(--theme2);
}

.main-header-3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.top-header-2 {
  padding: 15px 0;
  background-color: var(--theme2);
}

@media (max-width: 1199px) {
  .top-header-2 {
    display: none;
  }
}

.top-header-2 .top-header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-header-2 .top-header-items .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.top-header-2 .top-header-items .contact-list li {
  color: var(--white);
}

.top-header-2 .top-header-items .contact-list li i {
  margin-right: 10px;
  color: var(--white);
}

.top-header-2 .top-header-items .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.top-header-2 .top-header-items .header-right .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.top-header-2 .top-header-items .header-right .social-icon li a {
  color: var(--white);
}

.top-header-2 .top-header-items .header-right .support-list {
  gap: 30px;
}

.top-header-2 .top-header-items .header-right .support-list li {
  color: var(--white);
}

.top-header-2.top-header-3 {
  background-color: var(--bg6);
}

.top-header-2.top-header-3 .top-header-items .contact-list li i {
  color: var(--theme3);
}

.top-header-2.top-header-3 .top-header-items.header-right .support-list li {
  color: var(--white);
}

.top-header-2.top-header-4 {
  background-color: var(--theme5);
}

.top-header-2.top-header-4 .top-header-items .contact-list li i {
  color: var(--white);
}

.top-header-2.top-header-4 .top-header-items.header-right .support-list li {
  color: var(--white);
}

header-area {
  z-index: 999;
  position: relative;
}

header-area.style-2 {
  margin-bottom: 0;
}

.header-menu-area {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
}

@media (max-width: 1199px) {
  .header-menu-area {
    /* background-color: var(--white); */
    overflow: hidden;
  }
}

.header-menu-area .sticky-logo {
  display: none;
}

.header-menu-area.sticky-header {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header-menu-area.fixed-header {
  position: fixed;
}

.header-menu-area.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  background: #ffffff;
}

.header-menu-area.sticky_menu .header-menu-items {
  padding: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .header-menu-area.sticky_menu .header-menu-items {
    padding: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .header-menu-area.sticky_menu .header-menu-items {
    padding: 0 0 20px;
  }
}

@media (max-width: 500px) {
  .header-menu-area.sticky_menu .header-menu-items {
    padding: 0 0 15px;
  }
}

.header-menu-area.sticky_menu .header-menu-items .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
}

.header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo {
  display: block;
}

@media (max-width: 1199px) {
  .header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo {
    display: none;
  }
}

.header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo-2 .normal-logo {
  display: none;
}

.header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo-2 .logo-sticky {
  display: block;
}

.header-menu-area.sticky_menu .header-2 {
  padding: 0 0 !important;
}

@media (max-width: 1199px) {
  .header-menu-area.sticky_menu .header-2 {
    padding: 30px 0 !important;
  }
}

.header-menu-area.sticky_menu .header-2 .menu .main-menu ul li a {
  color: var(--header);
}

.header-menu-area.sticky_menu .header-2 .menu .main-menu ul li a:hover {
  color: var(--theme2);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-button-2 .header-btn {
  background-color: var(--theme2) !important;
  color: var(--white);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-button-2 .header-btn::before,
.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-button-2 .header-btn::after {
  background-color: var(--header);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-button-2 .header-btn:hover {
  color: var(--white);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .contact-info-items {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .contact-info-items .icon i {
  color: var(--theme2);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .contact-info-items .content p {
  color: var(--text);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .contact-info-items .content h6 {
  color: var(--header);
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-dots {
  display: none;
}

.header-menu-area.sticky_menu .header-2 .menu-components.style-two .header-dots-2 {
  display: block;
}

.header-menu-area.sticky_menu .main-menu>ul>li>a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-menu-area .header-menu-items {
  padding: 0 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(97, 97, 97, 0.25);

}

@media (max-width: 1600px) {
  .header-menu-area .header-menu-items {
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
  }
}

@media (max-width: 1199px) {
  .header-menu-area .header-menu-items {
    padding: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .header-menu-area .header-menu-items {
    padding: 0 0 20px;
  }
}

/* .header-menu-area .header-menu-items .logo-1 {
  display: none;
} */

@media (max-width: 1199px) {
  .header-menu-area .header-menu-items .logo-1 {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-menu-area .header-menu-items .logo-1 {
    height: 0;
  }
}

@media (max-width: 767px) {
  .header-menu-area .header-menu-items .logo-3 {
    height: 0;
  }
}

.header-menu-area .header-menu-items .main-menu ul {
  position: relative;
}

.header-menu-area .header-menu-items .main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
}

.header-menu-area .header-menu-items .main-menu ul li:not(:last-child) {
  margin-right: 10px;
}

.header-menu-area .header-menu-items .main-menu ul li.active {
  position: relative;
}

.header-menu-area .header-menu-items .main-menu ul li.active>a {
  color: var(--header);
}

.header-menu-area .header-menu-items .main-menu ul li.dropdown>a {
  padding-right: 32px;
}

.header-menu-area .header-menu-items .main-menu ul li.dropdown>a:after {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-menu-area .header-menu-items .main-menu ul li.dropdown .dropdown>a:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-menu-area .header-menu-items .main-menu ul li ul.submenu li.active>a {
  position: relative;
  z-index: 2;
  color: var(--white);
}

.header-menu-area .header-menu-items .main-menu ul li ul.submenu li.active>a:after {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: -1;
}

.header-menu-area .header-menu-items .main-menu ul li a {
  display: block;
  padding: 16px 3px;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  color: #ffffff;
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.header-menu-area .header-menu-items .main-menu ul li a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
  position: absolute;
  right: 10px;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-menu-area .header-menu-items .main-menu ul li a:hover {
  color: var(--theme);
}

.header-menu-area .header-menu-items .main-menu ul li a:hover:after {
  border-color: var(--theme);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-menu-area .header-menu-items .main-menu ul li:hover>ul {
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header-menu-area .header-menu-items .main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}

.header-menu-area .header-menu-items .main-menu ul ul {
  background-color: var(--white);
  left: 4px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  padding: 16px 30px 15px;
  border-radius: 4px;
  border: 1px solid #ebeeee;
  min-width: 310px;
}

.header-menu-area .header-menu-items .main-menu ul ul li {
  float: none;
  /* width: 210px; */
  margin-right: 0;
}

.header-menu-area .header-menu-items .main-menu ul ul li ul {
  visibility: hidden;
}

.header-menu-area .header-menu-items .main-menu ul ul li i {
  float: right;
}

.header-menu-area .header-menu-items .main-menu ul ul li a {
  line-height: 120%;
  padding: 5px 0;
  color: var(--header);
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
}

.header-menu-area .header-menu-items .main-menu ul ul li a:before {
  position: absolute;
  left: 0;
  content: "\f068";
  font-size: 12px;
  font-family: "Font Awesome 5 Pro";
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-menu-area .header-menu-items .main-menu ul ul li a:hover {
  color: var(--theme);
  padding-left: 20px;
}

.header-menu-area .header-menu-items .main-menu ul ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-menu-area .header-menu-items .main-menu ul ul li:last-child a {
  border-bottom: 0px;
}

.header-menu-area .header-menu-items .main-menu ul ul ul {
  left: 100%;
  opacity: 0;
  border-top: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-menu-area .header-menu-items .menu-components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .header-menu-area .header-menu-items .menu-components {
    display: none;
  }
}

.header-menu-area .header-menu-items .menu-components .contact-info-items {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu-area .header-menu-items .menu-components .contact-info-items .icon i {
  font-size: 30px;
  color: var(--theme);
}

.header-menu-area .header-menu-items .menu-components .contact-info-items .content p {
  margin-bottom: 5px;
  font-weight: 500;
}

.header-menu-area .header-menu-items .menu-components .dot-2 {
  display: none;
}

@media (max-width: 1399px) {
  .header-menu-area .header-menu-items .menu-components .button-3 .theme-btn-3 {
    padding: 14px 30px;
    font-size: 14px;
  }
}

.header-menu-area .header-menu-items .menu-components .search-wrp {
  position: relative;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input {
  background-color: transparent;
  outline: none;
  width: 180px;
  font-size: 18px;
  padding: 10px 40px 10px 7px;
  font-weight: 400;
  border: none;
  color: #307343;
  border-radius: 0;
  border-bottom: 1px solid #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input::-webkit-input-placeholder {
  color: #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input:-ms-input-placeholder {
  color: #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input::-ms-input-placeholder {
  color: #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input::placeholder {
  color: #307343;
}

.header-menu-area .header-menu-items .menu-components .search-wrp button {
  position: absolute;
  right: 0;
  top: 12px;
}

.header-menu-area .header-menu-items .menu-components .search-wrp button i {
  font-size: 18px;
  color: var(--theme3);
}

@media (max-width: 1399px) {
  .header-menu-area .header-menu-items .menu-components.style-two .contact-info-items {
    display: none !important;
  }
}

.header-menu-area .header-menu-items .menu-components.style-two .contact-info-items .icon i {
  color: var(--white);
}

.header-menu-area .header-menu-items .menu-components.style-two .contact-info-items .content p {
  color: #FFFFFF8C;
}

.header-menu-area .header-menu-items .menu-components.style-two .contact-info-items .content h6 {
  color: var(--white);
}

.header-menu-area .header-menu-items .menu-components.style-two .header-button-2 .theme-btn {
  background-color: var(--white);
  line-height: 1;
  color: var(--header);
}

.header-menu-area .header-menu-items .menu-components.style-two .header-dots-2 {
  display: none;
}

.header-menu-area .header-menu-items .menu__right__components {
  gap: 15px;
}

@media (max-width: 500px) {
  .header-menu-area .header-menu-items .menu__right__components {
    gap: 10px;
  }
}

.header-menu-area .header-menu-items.header-3 {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0;
}

@media (max-width: 1199px) {
  .header-menu-area .header-menu-items.header-3 {
    padding: 20px 0;
  }
}

.header-menu-area .header-menu-items.header-3 .menu-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
}

.header-menu-area .header-menu-items.header-3 .menu-3 .main-menu ul li a:hover {
  color: var(--theme3);
}

.header-menu-area .header-menu-items.header-3 .menu-3 .main-menu ul li a:hover:after {
  border-color: var(--theme3);
}

.header-menu-area .header-menu-items.header-3.header-4 .menu-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
}

.header-menu-area .header-menu-items.header-3.header-4 .menu-3 .main-menu ul li a:hover {
  color: var(--theme4);
}

.header-menu-area .header-menu-items.header-3.header-4 .menu-3 .main-menu ul li a:hover:after {
  border-color: var(--theme4);
}

@media (max-width: 767px) {
  .mobile-menu-bar {
    margin-top: 5px;
  }
}

.mobile-menu-bar a i {
  color: var(--header);
  font-size: 28px;
  background: #FBF1F1;
  padding: 2px 5px;
  border-radius: 5px;
  border: 1px solid #ED4150;
}

.menu-sidebar-area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background-color: var(--white);
  overflow-y: scroll;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

@media screen and (max-width: 560px) {
  .menu-sidebar-area {
    width: 375px;
  }
}

@media screen and (max-width: 370px) {
  .menu-sidebar-area {
    width: 320px;
  }
}

.menu-sidebar-area .menu-sidebar-logo {
  display: inline-block;
  width: 180px;
}

.menu-sidebar-area .menu-sidebar-wrapper {
  position: relative;
  padding: 40px;
}

.menu-sidebar-area .menu-sidebar-wrapper .theme-btn {
  display: block !important;
  text-align: center;
  width: 100%;
}

.menu-sidebar-area.active {
  right: 0;
}

.menu-sidebar-area .menu-sidebar-close {
  position: absolute;
  top: 5px;
  right: 32px;
}

.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  height: 45px;
  width: 45px;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
}

.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.menu-sidebar-area .info-title {
  margin-top: 30px;
  display: inline-block;
}

.menu-sidebar-area .contact-info-items {
  overflow: hidden;
  margin-top: 20px;
  gap: 20px;
}

@media (max-width: 575px) {
  .menu-sidebar-area .contact-info-items {
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
  }
}

.menu-sidebar-area .contact-info-items .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
}

@media (max-width: 575px) {
  .menu-sidebar-area .contact-info-items .icon {
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent;
    color: var(--theme);
    font-size: 24px;
  }
}

.menu-sidebar-area .contact-info-items .content p {
  font-weight: 500;
}

.menu-sidebar-area .theme-btn {
  text-transform: capitalize;
  font-size: 16px;
  padding: 18px 40px;
  line-height: 1;
}

.menu-sidebar-area .theme-btn.style-2 {
  background-color: var(--theme2);
}

.menu-sidebar-area .theme-btn.style-2::before,
.menu-sidebar-area .theme-btn.style-2::after {
  background-color: var(--text);
}

.menu-sidebar-area .theme-btn.style-3 {
  background-color: var(--theme3);
}

.menu-sidebar-area .theme-btn.style-3::before,
.menu-sidebar-area .theme-btn.style-3::after {
  background-color: var(--text);
}

.menu-sidebar-area .theme-btn.style-4 {
  background-color: var(--theme4);
}

.menu-sidebar-area .theme-btn.style-4::before,
.menu-sidebar-area .theme-btn.style-4::after {
  background-color: var(--text);
}

.menu-sidebar-area .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}

.menu-sidebar-area .social-icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme);
}

.menu-sidebar-area .social-icon li i {
  font-size: 16px;
  color: var(--white);
}

.breadcrumb-wrapper {
  padding: 130px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 150px 0;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .breadcrumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper {
    padding: 70px 0;
  }
}

.breadcrumb-wrapper .page-heading {
  position: relative;
}

.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 60px;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 32px;
  }
}

.breadcrumb-wrapper .page-heading h1 span {
  font-size: 60px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 32px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 18px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  font-weight: 400;
  font-size: 20px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items .text {
  text-decoration: underline;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 18px 0;
  color: var(--header);
  border-top: 1px solid #dfe2e9;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 500;
  position: relative;
}

.mean-container .mean-nav ul li.dropdown a {
  position: relative;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 14px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--header);
  line-height: 30px;
  top: 0;
  font-weight: 400;
  position: absolute;
}

.mean-container .mean-nav ul li a.mean-expand:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 16px !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
  background-color: var(--theme);
  color: var(--white);
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
  color: var(--white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--white);
}

.hero-1 {
  position: relative;
}

.hero-1 .arry-button {
  position: absolute;
  top: 50%;
  right: 19%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

@media (max-width: 1199px) {
  .hero-1 .arry-button {
    display: none;
  }
}

.hero-1 .arry-button .arry-prev {
  width: 55px;
  height: 55px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--white);
}

.hero-1 .arry-button .arry-prev i {
  font-size: 16px;
  font-weight: 400;
  color: #191919;
}

.hero-1 .arry-button .arry-next {
  width: 55px;
  height: 55px;
  line-height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff33;
}

.hero-1 .arry-button .arry-next i {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

.hero-1 .arrow-shape {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 99;
}

@media (max-width: 1199px) {
  .hero-1 .arrow-shape {
    display: none;
  }
}

.hero-1 .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

@media (max-width: 1199px) {
  .hero-1 .arrow-shape-2 {
    display: none;
  }
}

.hero-1 .slide-bg {
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-1 .slide-bg::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  background: #000;
  z-index: 2;
  opacity: .6;
}

@media (max-width: 1199px) {
  .hero-1 .slide-bg {
    padding: 130px 0;
  }
}

@media (max-width: 991px) {
  .hero-1 .slide-bg {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .hero-1 .slide-bg {
    padding: 80px 0;
  }
}

.hero-1 .slide-bg .hero-content {
  position: relative;
  z-index: 9;
  text-align: center;
}

@media (max-width: 575px) {
  .hero-1 .slide-bg .hero-content {
    text-align: center;
  }
}

.hero-1 .slide-bg .hero-content h1 {
  color: var(--white);
  text-transform: initial;
}

@media (max-width: 575px) {
  .hero-1 .slide-bg .hero-content h1 {
    font-size: 44px;
  }
}

.hero-1 .slide-bg .hero-content h3 {
  color: var(--white);
  margin-top: 20px;
  display: block;
  /* border-left: 3px solid var(--white); */
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .hero-1 .slide-bg .hero-content h3 {
    padding-left: 0;
    border: none;
  }
}

.hero-1 .slide-bg .hero-content .hero-button {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1199px) {
  .hero-1 .slide-bg .hero-content .hero-button {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .hero-1 .slide-bg .hero-content .hero-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-1 .slide-bg .hero-content .hero-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-1 .slide-bg .hero-content .hero-button .video-play-btn .play-video {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: var(--white);
  color: var(--theme);
  line-height: 90px;
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  font-size: 18px;
}

@media (max-width: 991px) {
  .hero-1 .slide-bg .hero-content .hero-button .video-play-btn .play-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 575px) {
  .hero-1 .slide-bg .hero-content .hero-button .video-play-btn .play-video {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.hero-1 .slide-bg .hero-content .hero-button .video-play-btn span {
  font-size: 18px;
  color: var(--white);
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 991px) {
  .hero-1 .slide-bg .hero-content .hero-button .video-play-btn span {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .hero-1 .slide-bg .hero-content .hero-button .video-play-btn span {
    font-size: 14px;
  }
}

.hero-2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 250px 0 103px;
}

@media (max-width: 1199px) {
  .hero-2 {
    padding: 220px 0 140px;
  }
}

@media (max-width: 991px) {
  .hero-2 {
    padding: 200px 0 100px;
  }
}

.hero-2 .circle-shape {
  position: absolute;
  right: 10%;
  top: 38%;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

@media (max-width: 1199px) {
  .hero-2 .circle-shape {
    display: none;
  }
}

.hero-2 .hero-content {
  position: relative;
}

@media (max-width: 575px) {
  .hero-2 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-2 .hero-content .head-title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  width: 285px;
  padding: 15px 15px;
  color: var(--white);
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .hero-2 .hero-content .head-title {
    text-align: center;
    margin: 0 auto 30px;
  }
}

.hero-2 .hero-content h1 {
  color: var(--white);
  margin-bottom: 25px;
  text-transform: initial;
}

.hero-2 .hero-content h6 {
  color: var(--white);
}

.hero-2 .hero-content .hero-button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .hero-2 .hero-content .hero-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
}

.hero-2 .hero-content .hero-button .theme-btn-2 {
  color: var(--white);
  text-decoration: underline;
}

.hero-2 .hero-content .hero-button .theme-btn-2 i {
  color: var(--white);
}

.hero-2 .hero-content .hero-button .theme-btn-2:hover {
  color: var(--theme2);
}

.hero-2 .hero-content .hero-button .theme-btn-2:hover i {
  color: var(--theme2);
}

.hero-2 .hero-image {
  margin-left: 30px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .hero-2 .hero-image {
    margin-left: 0;
  }
}

.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.hero-3 {
  padding: 230px 0 130px;
  background-color: var(--bg5);
  position: relative;
}

@media (max-width: 991px) {
  .hero-3 {
    padding: 190px 0 90px;
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .hero-3 {
    padding: 130px 0 65px;
  }
}

.hero-3 .bar-shape {
  position: absolute;
  top: 53%;
  left: 26%;
  -webkit-animation: width 8s linear infinite;
  animation: width 8s linear infinite;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .hero-3 .bar-shape {
    top: 50%;
    left: 20%;
  }
}

@media (max-width: 1199px) {
  .hero-3 .bar-shape {
    display: none;
  }
}

.hero-3 .star-shape {
  position: absolute;
  left: 55%;
  top: 30%;
}

@media (max-width: 991px) {
  .hero-3 .star-shape {
    display: none;
  }
}

.hero-3 .line-shape {
  position: absolute;
  left: 45%;
  bottom: 5%;
  -webkit-animation: tpswing 1s forwards infinite alternate;
  animation: tpswing 1s forwards infinite alternate;
}

@media (max-width: 991px) {
  .hero-3 .line-shape {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content {
    text-align: center;
  }
}

.hero-3 .hero-content h1 {
  font-family: "Syne", sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    margin-bottom: 15px;
  }
}

.hero-3 .hero-content .hero-button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-button {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content .hero-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content .hero-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.hero-3 .hero-content .hero-button .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: var(--theme3);
  color: var(--white);
  line-height: 80px;
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  font-size: 18px;
}

@media (max-width: 991px) {
  .hero-3 .hero-content .hero-button .video-play-btn .play-video {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content .hero-button .video-play-btn .play-video {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.hero-3 .hero-content .hero-button .video-play-btn span {
  color: var(--header);
  font-weight: 800;
}

@media (max-width: 575px) {
  .hero-3 .hero-content .hero-button .video-play-btn span {
    font-size: 14px;
  }
}

.hero-3 .hero-content .client-item {
  margin-top: 40px;
  gap: 15px;
}

@media (max-width: 575px) {
  .hero-3 .hero-content .client-item {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-3 .hero-content .client-item p {
  font-weight: 700;
  color: var(--header);
  text-transform: capitalize;
}

.hero-3 .hero-card-image img {
  width: 100%;
  height: 100%;
}

.hero-4 .solar-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 200px 0 200px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-4 .solar-bg {
    padding: 100px 0 200px;
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .hero-4 .solar-bg {
    padding: 70px 0 170px;
    overflow: hidden;
  }
}

.hero-4 .solar-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  opacity: 0.961;
}

.hero-4 .solar-shape {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.hero-4 .hero-content {
  position: relative;
}

@media (max-width: 575px) {
  .hero-4 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-4 .hero-content .section-both {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .hero-4 .hero-content .section-both {
    margin-bottom: 10px;
  }
}

.hero-4 .hero-content .section-both span {
  margin-left: 50px;
  color: var(--theme4);
  font-weight: 600;
}

@media (max-width: 575px) {
  .hero-4 .hero-content .section-both span {
    margin-left: 0;
  }
}

.hero-4 .hero-content .section-both::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid var(--theme4);
}

@media (max-width: 575px) {
  .hero-4 .hero-content .section-both::before {
    display: none;
  }
}

.hero-4 .hero-content .section-both::after {
  position: absolute;
  top: 8px;
  left: 10px;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid var(--theme4);
}

@media (max-width: 575px) {
  .hero-4 .hero-content .section-both::after {
    display: none;
  }
}

.hero-4 .hero-content h1 {
  font-size: 70px;
  line-height: 125%;
}

@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .hero-4 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 36px;
  }
}

.hero-4 .hero-content .hero-button {
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content .hero-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-4 .solar-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  max-width: 1100px;
}

@media (max-width: 1600px) {
  .hero-4 .solar-image {
    max-width: 900px;
    bottom: 100px;
  }
}

@media (max-width: 1399px) {
  .hero-4 .solar-image {
    max-width: 750px;
    bottom: 95px;
  }
}

@media (max-width: 1199px) {
  .hero-4 .solar-image {
    display: none;
  }
}

.hero-4 .solar-image img {
  width: 100%;
  height: 100%;
}

.feature-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 3%;
}

@media (max-width: 1199px) {
  .feature-section .left-shape {
    display: none;
  }
}

.feature-section .left-shape-2 {
  position: absolute;
  bottom: 0;
  left: 8%;
}

@media (max-width: 1199px) {
  .feature-section .left-shape-2 {
    display: none;
  }
}

.feature-section .right-shape {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  opacity: 0.1;
}

.feature-section .right-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .feature-section .right-shape {
    display: none;
  }
}

.feature-single-box {
  /* background: linear-gradient(45deg, #510c44 70%, #c2114e); */
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  /* -webkit-transition: all 0.4s ease-in-out; */
  /* transition: all 0.4s ease-in-out; */
  min-height: 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-single-box h4 {
  font-weight: 500;
}

.diss-cont {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 16px;
}

.diss-cont h4 {
  color: #fff;
  cursor: default;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.diss-cont ul li {
  color: #fff;
  opacity: 0;
  font-size: 15px;
  cursor: default;
  margin-bottom: 10px;
  padding-right: 10px;
  list-style: circle !important;
  margin-left: 20px;
}

.diss-div img {
  border-radius: 10px;
}

/* 
.diss-hov:hover .diss-cont ul li{
  opacity: 1;
}

.diss-hov:hover img{
  filter: brightness(0.5);
} */

.diss-hov .diss-cont ul li {
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 0s;
}

.diss-hov:hover .diss-cont ul li {
  opacity: 1;
  transition-delay: 0.3s;
  /* Delay before opacity transition starts */
}

.diss-hov img {
  transition: filter 0.4s ease;
  transition-delay: 0s;
}

/* .diss-hov:hover img {
  filter: brightness(0.4);
  transition-delay: 0.3s; 
} */

.why-ul li {
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
}


@media (max-width: 575px) {
  .feature-single-box {
    padding: 7px;
    margin-top: 10px;
    min-height: 42px;
  }

  .feature-single-box .content h4 {
    font-size: 15px;
  }
}

.feature-single-box .box {
  position: absolute;
  top: -50px;
  right: -50px;
}

.feature-single-box .box h5 {
  font-size: 18px;
  width: 100px;
  height: 100px;
  line-height: 138px;
  border-radius: 50%;
  background: #EC226A;
  padding-left: 22px;
  display: block;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-single-box .icon {
  font-size: 40px;
  font-weight: 400;
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-single-box .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-single-box .content h4 {
  /* border-bottom: 1px solid var(--border); */
  /* padding-bottom: 5px; */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 17px;
  /* color: #fff; */
}

@media (max-width: 991px) {
  .feature-single-box .content h4 {
    padding-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .feature-single-box .content h4 {
    padding-bottom: 5px;
  }
}

.feature-single-box .content p {
  padding-top: 5px;
  display: none;
}

@media (max-width: 991px) {
  .feature-single-box .content p {
    padding-top: 5px;
  }
}

@media (max-width: 575px) {
  .feature-single-box .content p {
    padding-top: 5px;
  }
}


/* .feature-single-box:hover .box h5 {
  background-color: var(--white);
  color: var(--theme);
}

.feature-single-box:hover .icon {
  color: var(--white);
  -webkit-animation: icon-bounce 0.8s 1;
  animation: icon-bounce 0.8s 1;
}

.feature-single-box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
} */

.feature-single-box:hover .content h4 a {
  color: var(--white);
}

.feature-single-box:hover .content p {
  color: var(--white);
}

.feature-single-box.active {
  background-color: var(--theme);
}

.feature-single-box.active .box h5 {
  background-color: var(--white);
  color: var(--theme);
}

.feature-single-box.active .icon {
  color: var(--white);
}

.feature-single-box.active .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.feature-single-box.active .content h4 {
  border-bottom: 1px solid var(--white);
}

.feature-single-box.active .content h4 a {
  color: var(--white);
}

.feature-single-box.active .content p {
  color: var(--white);
}

.feature-single-wrapper .single-feature-content .section-title-content {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .feature-single-wrapper .single-feature-content .section-title-content {
    text-align: center;
  }
}

.feature-single-wrapper .single-feature-content .feature-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 35px 50px;
  border: 1px solid var(--border);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-single-wrapper .single-feature-content .feature-items:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .feature-single-wrapper .single-feature-content .feature-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.feature-single-wrapper .single-feature-content .feature-items.active {
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  border: 1px solid transparent;
}

@media (max-width: 575px) {
  .feature-single-wrapper .single-feature-content .feature-items .content {
    text-align: center;
    margin: 0 auto;
  }
}

.feature-single-wrapper .single-feature-content .feature-items .content h3 {
  margin-bottom: 10px;
}

.feature-single-wrapper .single-feature-content .feature-items:hover {
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  border: 1px solid transparent;
}

.feature-single-wrapper .single-feature-image {
  margin-left: 40px;
  position: relative;
}

@media (max-width: 1399px) {
  .feature-single-wrapper .single-feature-image {
    margin-top: 140px;
  }
}

@media (max-width: 1199px) {
  .feature-single-wrapper .single-feature-image {
    margin-top: 180px;
  }
}

@media (max-width: 991px) {
  .feature-single-wrapper .single-feature-image {
    margin-left: 0;
    margin-top: 0;
  }
}

.feature-single-wrapper .single-feature-image .quote-img {
  position: absolute;
  bottom: 7%;
  left: 12%;
}

@media (max-width: 991px) {
  .feature-single-wrapper .single-feature-image .quote-img {
    display: none;
  }
}

.feature-single-wrapper .single-feature-image .feature-image {
  max-width: 300px;
}

@media (max-width: 767px) {
  .feature-single-wrapper .single-feature-image .feature-image {
    text-align: center;
    margin: 0 auto;
  }
}

.feature-single-wrapper .single-feature-image .feature-image img {
  width: 100%;
  height: 100%;
}

.feature-single-wrapper .single-feature-image .feature-image-2 {
  max-width: 300px;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .feature-single-wrapper .single-feature-image .feature-image-2 {
    text-align: center;
    margin: 30px auto 0;
  }
}

.feature-single-wrapper .single-feature-image .feature-image-2 img {
  width: 100%;
  height: 100%;
}

.single-feature-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1199px) {
  .single-feature-icon-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-feature-icon-box .icon-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 991px) {
  .single-feature-icon-box .icon-box-items {
    display: -ms-grid;
    display: grid;
    text-align: center;
    margin: 0 auto;
    gap: 20px;
  }
}

.single-feature-icon-box .icon-box-items .icon {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 100%;
  background-color: rgba(0, 169, 164, 0.13);
  text-align: center;
}

@media (max-width: 991px) {
  .single-feature-icon-box .icon-box-items .icon {
    text-align: center;
    margin: 0 auto;
  }
}

.single-feature-icon-box .icon-box-items .icon i {
  color: var(--theme3);
}

@media (max-width: 991px) {
  .single-feature-icon-box .icon-box-items .content {
    text-align: center;
  }
}

.single-feature-icon-box .icon-box-items .content h4 {
  font-family: "Syne", sans-serif;
  color: var(--white);
  font-size: 20px;
  margin-bottom: 5px;
}

.single-feature-icon-box .icon-box-items .content p {
  color: var(--it-text);
}

.solar-icon-wrapper {
  border-radius: 10px;
  margin-top: -100px;
  position: relative;
  z-index: 9;
}

.solar-icon-wrapper .solar-icon-items {
  padding: 60px 30px;
  border-right: 1px solid var(--border2);
  position: relative;
}

@media (max-width: 1199px) {
  .solar-icon-wrapper .solar-icon-items {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .solar-icon-wrapper .solar-icon-items {
    padding: 40px 30px;
  }
}

.solar-icon-wrapper .solar-icon-items .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--white);
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
}

.solar-icon-wrapper .solar-icon-items .content {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.solar-icon-wrapper .solar-icon-items .content h3 {
  color: var(--white);
  margin-bottom: 15px;
}

.solar-icon-wrapper .solar-icon-items .content p {
  color: #999999;
}

.solar-icon-wrapper .solar-icon-items .text {
  font-size: 200px;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
  opacity: .10;
  margin-bottom: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -25px;
  font-weight: 700;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: -4px;
}

.solar-icon-wrapper .solar-icon-items.border-none {
  border-right: none;
}

.process-section {
  position: relative;
}

.process-section .flower-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.single-process-box {
  position: relative;
  margin-top: 30px;
}

.single-process-box.border-style {
  position: relative;
}

.single-process-box.border-style::before {
  position: absolute;
  right: -65%;
  top: 35px;
  width: 180px;
  border-bottom: 1px dotted var(--theme3);
  content: "";
}

@media (max-width: 1199px) {
  .single-process-box.border-style::before {
    display: none;
  }
}

.single-process-box .box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: var(--theme3);
  margin: 0 auto;
}

.single-process-box .box h3 {
  font-family: "Syne", sans-serif;
  color: var(--white);
  text-align: center;
  line-height: 60px;
}

.single-process-box .content {
  margin-top: 20px;
}

.single-process-box .content h3 {
  color: var(--white);
  font-family: "Syne", sans-serif;
  margin-bottom: 5px;
}

.single-process-box .content p {
  color: #EDF9F994;
}

.single-about-1 .about-image {
  position: relative;
}

.single-about-1 .about-image img {
  width: 100%;
  height: 100%;
}

.single-about-1 .about-image .client-img {
  position: absolute;
  bottom: -15px;
  right: 20px;
}

@media (max-width: 1199px) {
  .header-menu-area .header-menu-items {
    box-shadow: none !important;
    background-color: transparent !important;
  }

  .single-about-1 .about-image .client-img {
    right: 20px;
  }
}

@media (max-width: 575px) {
  .single-about-1 .about-image .client-img {
    display: none;
  }
}

@media (min-width: 1200px) {
  .single-about-1 .about-content {
    margin-left: 65px;
  }
}

@media (min-width: 992px) {
  .single-about-1 .about-content {
    margin-left: 45px;
  }
}

.single-about-1 .about-content h3 a {
  color: var(--theme);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.single-about-1 .about-content .text {
  padding-left: 30px;
  border-left: 5px solid var(--theme);
  margin-top: 30px;
}

@media (max-width: 767px) {
  .single-about-1 .about-content .text {
    padding-left: 20px;
    margin-top: 25px;
  }
}

.single-about-1 .about-content .about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1199px) {
  .single-about-1 .about-content .about-info {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-about-1 .about-content .about-info .customer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 575px) {
  .single-about-1 .about-content .about-info .customer-img {
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-about-1 .about-content .about-info .customer-img h6 {
  font-size: 18px;
  font-weight: 500;
}

.single-about-1 .about-content .counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .single-about-1 .about-content .counter-item {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .single-about-1 .about-content .counter-item {
    margin-top: 35px;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.single-about-1 .about-content .counter-item .counter-box {
  padding: 30px 40px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
}

@media (max-width: 1199px) {
  .single-about-1 .about-content .counter-item .counter-box {
    padding: 35px 30px;
  }
}

@media (max-width: 575px) {
  .single-about-1 .about-content .counter-item .counter-box {
    padding: 25px 30px;
  }
}

.single-about-1 .about-content .counter-item .counter-box h2 {
  color: var(--theme);
}

@media (max-width: 991px) {

  .single-about-1 .about-content .counter-item .counter-box h2 h2,
  .single-about-1 .about-content .counter-item .counter-box h2 span {
    font-size: 32px;
  }
}

@media (max-width: 575px) {

  .single-about-1 .about-content .counter-item .counter-box h2 h2,
  .single-about-1 .about-content .counter-item .counter-box h2 span {
    font-size: 36px;
  }
}

.single-about-1 .about-content .counter-item .counter-box p {
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 1199px) {
  .single-about-1 .about-content .counter-item .counter-box p {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .single-about-1 .about-content .counter-item .counter-box p {
    font-size: 18px;
    margin-top: 5px;
  }
}

.about-section .shape {
  position: absolute;
  bottom: -15%;
  right: 0;
}

@media (max-width: 1600px) {
  .about-section .shape {
    display: none;
  }
}

.single-about-wrapper-2 {
  margin-top: 60px;
}

.single-about-wrapper-2 .about-image-item {
  z-index: 9;
}

.single-about-wrapper-2 .about-image-item .about-image-1 {
  max-width: 300px;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .single-about-wrapper-2 .about-image-item .about-image-1 {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-image-item .about-image-1 {
    margin: 0 auto 30px;
    text-align: center;
  }
}

.single-about-wrapper-2 .about-image-item .about-image-1 img {
  width: 100%;
  height: 100%;
}

.single-about-wrapper-2 .about-image-item .about-image-2 {
  max-width: 300px;
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-image-item .about-image-2 {
    margin: 0 auto;
    text-align: center;
  }
}

.single-about-wrapper-2 .about-image-item .about-image-2 img {
  width: 100%;
  height: 100%;
}

.single-about-wrapper-2 .about-image-item .circle-shape {
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: -1;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

@media (max-width: 1199px) {
  .single-about-wrapper-2 .about-image-item .circle-shape {
    display: none;
  }
}

.single-about-wrapper-2 .about-image-item .bg-shape {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .single-about-wrapper-2 .about-image-item .bg-shape {
    display: none;
  }
}

.single-about-wrapper-2 .about-content {
  margin-left: 40px;
}

@media (max-width: 1600px) {
  .single-about-wrapper-2 .about-content {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .single-about-wrapper-2 .about-content {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .single-about-wrapper-2 .about-content {
    margin-left: 0;
  }
}

.single-about-wrapper-2 .about-content .text {
  color: var(--header);
  font-weight: 500;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-content .text {
    text-align: center;
  }
}

.single-about-wrapper-2 .about-content .text a {
  color: var(--theme2);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 600;
}

.single-about-wrapper-2 .about-content .single-system-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  padding: 30px 40px;
}

.single-about-wrapper-2 .about-content .single-system-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-content .single-system-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .single-about-wrapper-2 .about-content .single-system-item .content {
    text-align: center;
    margin: 0 auto;
  }
}

.single-about-wrapper-2 .about-content .single-system-item .content h4 {
  margin-bottom: 10px;
}

.bank-about-wrapper .about-image {
  position: relative;
}

.bank-about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}

.bank-about-wrapper .about-image .icon-box {
  position: absolute;
  right: 5%;
  top: 2%;
}

@media (max-width: 1199px) {
  .bank-about-wrapper .about-image .icon-box {
    right: -3%;
    top: -6%;
  }
}

@media (max-width: 991px) {
  .bank-about-wrapper .about-image .icon-box {
    right: 5%;
    top: 2%;
  }
}

@media (max-width: 767px) {
  .bank-about-wrapper .about-image .icon-box {
    right: 0;
    top: -3%;
  }
}

@media (max-width: 575px) {
  .bank-about-wrapper .about-image .icon-box {
    display: none;
  }
}

.bank-about-wrapper .about-image .icon-box img {
  width: initial;
  height: initial;
}

.bank-about-wrapper .about-content {
  margin-left: 50px;
}

@media (max-width: 1399px) {
  .bank-about-wrapper .about-content {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .bank-about-wrapper .about-content {
    margin-left: 0;
  }
}

.bank-about-wrapper .about-content ul {
  margin-top: 30px;
}

.bank-about-wrapper .about-content ul li {
  color: var(--header);
  font-weight: 600;
}

.bank-about-wrapper .about-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.bank-about-wrapper .about-content ul li i {
  color: var(--theme3);
  margin-right: 12px;
}

.solar-about-wrapper {
  position: relative;
}

.solar-about-wrapper .solar-dot {
  position: absolute;
  bottom: -10%;
  left: -5%;
  z-index: -1;
}

@media (max-width: 1199px) {
  .solar-about-wrapper .solar-dot {
    display: none;
  }
}

.solar-about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}

.solar-about-wrapper .about-content {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .solar-about-wrapper .about-content {
    margin-left: 0;
  }
}

.solar-about-wrapper .about-content .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  gap: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .solar-about-wrapper .about-content .icon-list {
    gap: 10px;
  }
}

.solar-about-wrapper .about-content .icon-list .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme5);
  border-radius: 50%;
  text-align: center;
  color: var(--white);
}

@media (max-width: 575px) {
  .solar-about-wrapper .about-content .icon-list .icon {
    text-align: center;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .solar-about-wrapper .about-content .icon-list h6 {
    font-size: 16px;
  }
}

.solar-about-wrapper .about-content .info-button {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .solar-about-wrapper .about-content .info-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.solar-about-wrapper .about-content .info-button .link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--theme4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.solar-about-wrapper .about-content .info-button .link:hover {
  color: var(--theme5);
}

.service-section {
  position: relative;
}

.service-section .bg-shape {
  position: absolute;
  left: 0;
  bottom: -30%;
}

.service-section .bg-shape img {
  width: 100%;
  height: 100%;
}

.service-single-wrapper {
  position: relative;
}

.service-single-wrapper::before {
  position: absolute;
  top: 59%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #DF0A0A0D;
}

.single-service-style-1 {
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  margin-top: 30px;
  border-radius: 5px;
}

.single-service-style-1 .service-image {
  padding: 0;
}

.single-service-style-1 .service-image video {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.single-service-style-1 .content {
  padding: 10px;
  min-height: 165px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (max-width: 575px) {
  .single-service-style-1 .content {
    padding: 25px 30px;
  }
}

.single-service-style-1 .content .d-flex {
  gap: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  .single-service-style-1 .content .d-flex {
    padding-bottom: 25px;
  }
}

.single-service-style-1 .content h3:hover a {
  color: var(--theme);
}

/* 
.single-service-style-1 .content p {
  padding-top: 30px;
} */

@media (max-width: 575px) {
  .single-service-style-1 .content p {
    padding-top: 20px;
  }
}

.single-service-style-2 {
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  margin-top: 30px;
  padding: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .single-service-style-2 {
    padding: 30px 20px;
  }
}

.single-service-style-2 .icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-service-style-2 .content {
  margin-top: 25px;
}

.single-service-style-2 .content p {
  margin-top: 15px;
}

.single-service-style-2:hover:hover {
  background-color: var(--theme2);
}

.single-service-style-2:hover:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.single-service-style-2:hover:hover .content h3 a {
  color: var(--white);
}

.single-service-style-2:hover:hover .content p {
  color: var(--white);
}

.single-service-style-2:hover:hover .content .theme-btn-2 {
  color: var(--white);
  text-decoration: underline;
}

.single-service-style-2:hover:hover .content .theme-btn-2 i {
  color: var(--white);
}

.single-service-style-2.active {
  background-color: var(--theme2);
}

.single-service-style-2.active .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.single-service-style-2.active .content h3 a {
  color: var(--white);
}

.single-service-style-2.active .content p {
  color: var(--white);
}

.single-service-style-2.active .content .theme-btn-2 {
  color: var(--white);
  text-decoration: underline;
}

.single-service-style-2.active .content .theme-btn-2 i {
  color: var(--white);
}

.service-provide {
  position: relative;
}

.service-provide::before {
  position: absolute;
  top: 59%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg3);
}

.service-provide .line-shape {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

@media (max-width: 1199px) {
  .service-provide .line-shape {
    display: none;
  }
}

.single-it-service-provide {
  position: relative;
}

.single-it-service-provide .arrow-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}

@media (max-width: 1399px) {
  .single-it-service-provide .arrow-shape {
    display: none;
  }
}

.single-it-service-provide .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

@media (max-width: 1399px) {
  .single-it-service-provide .arrow-shape-2 {
    display: none;
  }
}

.single-it-service-provide .service-bg {
  padding: 130px 110px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .single-it-service-provide .service-bg {
    padding: 80px 80px;
  }
}

@media (max-width: 767px) {
  .single-it-service-provide .service-bg {
    padding: 60px 30px;
  }
}

.single-it-service-provide .service-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#002FF5), to(rgba(0, 47, 245, 0)));
  background-image: linear-gradient(90deg, #002FF5 0%, rgba(0, 47, 245, 0) 100%);
}

.single-it-service-provide .service-bg .single-provide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 180px;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .single-it-service-provide .service-bg .single-provide-content {
    gap: 100px;
  }
}

@media (max-width: 767px) {
  .single-it-service-provide .service-bg .single-provide-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.single-it-service-provide .service-bg .single-provide-content .section-content {
  max-width: 550px;
}

@media (max-width: 767px) {
  .single-it-service-provide .service-bg .single-provide-content .section-content {
    text-align: center;
    margin: 0 auto;
  }
}

.single-it-service-provide .service-bg .single-provide-content .section-content span {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}

.single-it-service-provide .service-bg .single-provide-content .section-content h2 {
  margin-bottom: 25px;
  color: var(--white);
}

.single-it-service-provide .service-bg .single-provide-content .section-content p {
  margin-bottom: 35px;
  color: var(--white);
}

.single-it-service-provide .service-bg .single-provide-content .section-content .bg-style-3::before,
.single-it-service-provide .service-bg .single-provide-content .section-content .bg-style-3::after {
  background-color: var(--theme2);
}

.single-it-service-provide .service-bg .single-provide-content .video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}

.single-it-service-provide .service-bg .single-provide-content .video-btn a {
  position: relative;
  color: var(--black);
  font-size: 16px;
  z-index: 1;
  background-color: var(--white);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-it-service-provide .service-bg .single-provide-content .video-btn a i {
  color: var(--theme2);
}

.service-provide-2 {
  position: relative;
}

.service-provide-2 .line-shape-2 {
  position: absolute;
  bottom: -38%;
  right: 0;
}

@media (max-width: 1199px) {
  .service-provide-2 .line-shape-2 {
    display: none;
  }
}

.single-service-provide-card {
  background-color: var(--it-item);
  padding: 40px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-service-provide-card::before {
  position: absolute;
  top: 0;
  right: -50%;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/service/item-shape.png);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .single-service-provide-card::before {
    right: -70%;
  }
}

@media (max-width: 767px) {
  .single-service-provide-card::before {
    right: -70%;
  }
}

.single-service-provide-card .content {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.single-service-provide-card .content h4 {
  margin-bottom: 20px;
}

.single-service-provide-card .content h4 a {
  color: var(--white);
}

.single-service-provide-card .content p {
  color: var(--it-text);
}

.single-service-provide-card:hover {
  background-color: var(--theme2);
}

.single-service-provide-card:hover::before {
  background-image: url(../../assets/img/service/item-shape2.png);
}

.single-service-provide-card:hover p {
  color: var(--white);
}

.single-service-provide-card.active {
  background-color: var(--theme2);
}

.single-service-provide-card.active::before {
  background-image: url(../../assets/img/service/item-shape2.png);
}

.single-service-provide-card.active p {
  color: var(--white);
}

.bank-single-service-box {
  padding: 40px 50px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 80px 0px rgba(205, 205, 205, 0.25);
  box-shadow: 0px 0px 80px 0px rgba(205, 205, 205, 0.25);
  border-radius: 10px;
  margin-top: 30px;
}

.bank-single-service-box .content {
  margin-top: 20px;
}

@media (max-width: 575px) {
  .bank-single-service-box .content {
    margin-top: 15px;
  }
}

.bank-single-service-box .content h3 {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .bank-single-service-box .content h3 {
    margin-bottom: 5px;
  }
}

.bank-single-service-box .content h3 a:hover {
  color: var(--theme3);
}

@media (max-width: 575px) {
  .bank-single-service-box {
    padding: 30px 20px;
  }
}

.service-details-content .details-thumb img {
  width: 100%;
  height: 100%;
}

.service-details-content .content {
  margin-top: 30px;
}

.service-details-content .content h2 {
  font-size: 36px;
}

@media (max-width: 991px) {
  .service-details-content .content h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .service-details-content .content h2 {
    font-size: 24px;
  }
}

.service-details-content .content .service-single-items {
  text-align: center;
  -webkit-box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-details-content .content .service-single-items .icon {
  font-size: 52px;
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-details-content .content .service-single-items .icon-content {
  margin-top: 15px;
}

.service-details-content .content .service-single-items .icon-content h5 {
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-details-content .content .service-single-items:hover {
  background-color: var(--theme);
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

.service-details-content .content .service-single-items:hover .icon {
  color: var(--white);
}

.service-details-content .content .service-single-items:hover .icon-content h5 {
  color: var(--white);
}

.service-details-content .content .service-single-items:hover .icon-content p {
  color: var(--white);
}

.service-details-content .content .active {
  background-color: var(--theme);
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

.service-details-content .content .active .icon {
  color: var(--white);
}

.service-details-content .content .active .icon-content h5 {
  color: var(--white);
}

.service-details-content .content .active .icon-content p {
  color: var(--white);
}

.service-details-content .content .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  gap: 40px;
}

@media (max-width: 767px) {
  .service-details-content .content .list-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service-details-content .content .list-item .list {
  font-size: 18px;
  color: var(--header);
  font-weight: 600;
}

.service-details-content .content .list-item .list :last-child {
  margin-bottom: 15px;
}

@media (max-width: 1399px) {
  .service-details-content .content .list-item .list {
    font-size: 16px;
  }
}

.service-details-content .content .list-item .list i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: var(--theme);
  text-align: center;
  color: var(--white);
  font-size: 14px;
  margin-right: 15px;
}

@media (max-width: 1399px) {
  .service-details-content .content .list-item .list i {
    font-size: 15px;
    margin-right: 10px;
  }
}

.service-sidebar .sidebar-widget {
  background-color: #FFEDED;
  padding: 30px 30px 30px 30px;
}

.service-sidebar .sidebar-widget:not(:last-child) {
  margin-bottom: 40px;
}

.service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn {
  display: inline-block;
  width: 100%;
  padding: 18px 50px;
}

.service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn span {
  font-size: 18px;
}

.service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn i {
  font-size: 18px;
  color: var(--white);
  margin-left: 10px;
  float: right;
  margin-top: 5px;
  position: relative;
}

@media (max-width: 1399px) {
  .service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn {
    padding: 18px 40px;
  }

  .service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn span {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn {
    padding: 18px 25px;
  }

  .service-sidebar .sidebar-widget .service-button-wrap .service-button .theme-btn span {
    font-size: 15px;
  }
}

.service-sidebar .sidebar-widget .service-button-wrap .service-button:not(:last-child) {
  margin-bottom: 15px;
}

.service-sidebar .sidebar-widget .download-service-doc .theme-btn {
  width: 100%;
  padding: 18px 50px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
}

.service-sidebar .sidebar-widget .download-service-doc .theme-btn i {
  font-size: 22px;
  margin-right: 15px;
}

.service-sidebar .sidebar-widget .download-service-doc .theme-btn:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 1399px) {
  .service-sidebar .sidebar-widget .download-service-doc .theme-btn {
    font-size: 16px;
    padding: 18px 40px;
  }
}

@media (max-width: 575px) {
  .service-sidebar .sidebar-widget .download-service-doc .theme-btn {
    font-size: 15px;
    padding: 18px 25px;
  }
}

.service-sidebar .sidebar-widget .download-service-doc .active--btn {
  background-color: var(--theme2);
}

.service-sidebar .contact-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 30px 70px 30px;
}

.service-sidebar .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#082F11), to(#DF0A0A));
  background-image: linear-gradient(180deg, #082F11 0%, #DF0A0A 100%);
  opacity: 0.85;
}

.service-sidebar .contact-bg .service-contact {
  position: relative;
  z-index: 9;
}

.service-sidebar .contact-bg .service-contact h6 {
  color: var(--white);
  margin-bottom: 15px;
}

.service-sidebar .contact-bg .service-contact h2 {
  color: var(--white);
}

.service-sidebar .contact-bg .service-contact .icon {
  gap: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .service-sidebar .contact-bg .service-contact .icon {
    gap: 15px;
  }
}

.service-sidebar .contact-bg .service-contact .icon i {
  font-size: 42px;
  color: var(--white);
}

.service-sidebar .contact-bg .service-contact .icon span {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--theme);
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.brand-section .ralt {
  position: relative;
  background: linear-gradient(45deg, #510c44 70%, #c2114e);
}

.brand-section {
  background: #fff;
}

.ml-100 {
  margin-left: 100px;
}

.video-pulse::after,
.video-pulse::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.swiper-dot {
  margin-bottom: -5px;
}

.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #DF0A0A33;
  opacity: 1;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}

.swiper-dot.dot-style-3 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #89D7D5;
  opacity: 1;
}

.swiper-dot.dot-style-3 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.swiper-dot.dot-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme3);
}

.color-style-two .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: var(--bg3);
  opacity: 1;
}

.color-style-two .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.color-style-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme2);
}

.color-style-two.border-style .swiper-pagination-bullet {
  border: 2px solid var(--theme2);
  background-color: var(--white);
}

.color-style-two.border-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme2);
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 0;
  }
}

.mt-40 {
  padding-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

/* @media (max-width: 575px) {
  br {
    display: none;
  }
} */

.nice-select {
  color: var(--it-text);
  background-color: whitesmoke;
  font-size: 16px;
  font-weight: 500;
  width: unset;
  outline: none;
  padding: 20px 25px;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .nice-select {
    padding: 15px 20px;
  }
}

.nice-select span {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .nice-select span {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .nice-select span {
    font-size: 14px;
  }
}

.nice-select:hover {
  background-color: var(--header);
}

.nice-select:hover span {
  color: var(--white);
}

.nice-select:hover::after {
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
}

.nice-select option {
  color: #7A7A7A;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 1px solid var(--header);
  border-right: 1px solid var(--header);
  width: 10px;
  height: 10px;
}

.nice-select.open .list {
  background: var(--header);
  margin-top: 16px;
  width: 100%;
}

.nice-select .option.selected.focus {
  background: var(--header);
  outline: none;
  color: var(--white);
}

.nice-select .option {
  border: 1px solid var(--border);
}

.nice-select .option:hover {
  background: transparent;
}

.side_bar {
  position: fixed;
  top: 0;
  right: 0px;
  width: 450px;
  height: 100%;
  background-color: var(--header);
  padding: 40px;
  padding-top: 45px;
  z-index: 999999999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side_bar .info .icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side_bar .info .icon__item:not(:last-child) {
  margin-bottom: 30px;
}

.side_bar .info .icon__item .icon {
  color: var(--theme);
  font-size: 32px;
}

.side_bar .info .icon__item .content p {
  margin-bottom: 5px;
}

.side_bar .info .icon__item .content h6 {
  font-size: 16px;
  color: var(--white);
}

.side_bar button {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: var(--theme);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side_bar button:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side_bar p {
  color: var(--white);
}

.side_bar .single-gallery .gallery-wrap .gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.side_bar .single-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 15px;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb .icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme);
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%;
  height: 100%;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 28px;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}

.side_bar .single-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: .55;
}

.side_bar_hidden {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.container-fluid {
  /* margin-left: 2%; */
  /* width: 96%; */
}

.nice-select li {
  padding: 0px 20px !important;
  padding-bottom: 5px !important;
}

.project-section .dot-shape {
  position: absolute;
  left: 5%;
  top: 10%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
  .project-section .dot-shape {
    display: none;
  }
}

.project-section .arrow-shape {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1299px) {
  .project-section .arrow-shape {
    display: none;
  }
}

.project-section .arrow-shape-2 {
  position: absolute;
  right: 9%;
  top: 0;
}

@media (max-width: 1199px) {
  .project-section .arrow-shape-2 {
    display: none;
  }
}

.project-section .line-shape {
  position: absolute;
  bottom: -15%;
  right: 0;
  left: 0;
  z-index: 1;
}

.project-section .line-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .project-section .line-shape {
    display: none;
  }
}

.project-wrapper .swiper-dot .swiper-pagination-bullet {
  background-color: var(--white);
}

.project-wrapper .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}

.single-project-style-1 {
  position: relative;
  z-index: 99;
  margin-top: 30px;
}

.single-project-style-1 .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.single-project-style-1 .project-content {
  background-color: var(--white);
  padding: 20px;
  margin: 0;
  position: relative;
  z-index: 99;
  min-height: 135px;
  border-radius: 0 0 5px 5px;
}

.project-content h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 900;
}

@media (max-width: 1399px) {
  .single-project-style-1 .project-content {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .single-project-style-1 .project-content {
    padding: 20px;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .single-project-style-1 .project-content {
    padding: 20px;
  }
}

.single-project-style-1 .project-content .arrow-shape {
  position: absolute;
  right: 0;
  top: 0;
}

.single-project-style-1 .project-content .icon {
  margin-bottom: 20px;
}

.single-project-style-1 .project-content h3 a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin: 0;
  text-transform: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.single-project-style-1 .project-content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme), var(--theme));
  color: var(--theme);
}

.single-project-style-1 .project-content p {
  font-size: 14px;
  line-height: 22px;
}

.project-details-wrapper .details-thumb img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .catagory-wrapper {
  padding: 30px 30px;
  background-color: #FDF6F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .project-details-wrapper .catagory-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.project-details-wrapper .catagory-wrapper .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.project-details-wrapper .catagory-wrapper .icon-items .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  text-align: center;
  background-color: #F8DDE4;
  font-size: 30px;
  color: var(--theme);
}

.project-details-wrapper .catagory-wrapper .icon-items .content {
  margin-top: 0;
}

.project-details-wrapper .catagory-wrapper .icon-items .content h6 {
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
}

.project-details-wrapper .content {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .project-details-wrapper .content {
    margin-top: 25px;
  }
}

.project-details-wrapper .content h2 {
  margin-bottom: 20px;
}

.project-details-wrapper .content .heading-title {
  background-color: #FDF6F8;
  padding: 30px;
  margin-top: 30px;
}

.project-details-wrapper .content .heading-title p {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

.project-details-wrapper .content .list-items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}

@media (max-width: 767px) {
  .project-details-wrapper .content .list-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.project-details-wrapper .content .list-items ul li {
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.project-details-wrapper .content .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .project-details-wrapper .content .list-items ul li {
    font-size: 14px;
  }
}

.project-details-wrapper .content .list-items ul li i {
  font-size: 22px;
  color: var(--theme);
}

@media (max-width: 767px) {
  .project-details-wrapper .content .list-items ul li i {
    font-size: 24px;
  }
}

.counter-wrapper {
  position: relative;
}

.counter-wrapper::before {
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 100%;
  content: "";
  background-color: #fff;
  z-index: 9;
}

@media (max-width: 1600px) {
  .counter-wrapper::before {
    left: 2%;
    right: 2%;
  }
}

@media (max-width: 1199px) {
  .counter-wrapper::before {
    left: 0;
    right: 0;
  }
}

.counter-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 47%;
  content: "";
  background-color: #fff;
}

.counter-wrapper .arrow-shape {
  position: absolute;
  left: 8%;
  bottom: 0;
  z-index: 99;
}

@media (max-width: 1600px) {
  .counter-wrapper .arrow-shape {
    left: 2%;
  }
}

@media (max-width: 1199px) {
  .counter-wrapper .arrow-shape {
    display: none;
  }
}

.counter-wrapper .arrow-shape-2 {
  position: absolute;
  left: 13%;
  bottom: 0;
  z-index: 99;
}

@media (max-width: 1600px) {
  .counter-wrapper .arrow-shape-2 {
    left: 10%;
  }
}

@media (max-width: 1199px) {
  .counter-wrapper .arrow-shape-2 {
    display: none;
  }
}

.counter-wrapper .arrow-shape-3 {
  position: absolute;
  right: 8%;
  top: 0;
  z-index: 99;
}

@media (max-width: 1600px) {
  .counter-wrapper .arrow-shape-3 {
    right: 2%;
  }
}

@media (max-width: 1199px) {
  .counter-wrapper .arrow-shape-3 {
    display: none;
  }
}

.counter-wrapper .arrow-shape-4 {
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 99;
}

@media (max-width: 1199px) {
  .counter-wrapper .arrow-shape-4 {
    display: none;
  }
}

.counter-wrapper .counter-main-items {
  position: relative;
  z-index: 99;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .counter-wrapper .counter-main-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 45px;
  }
}

.counter-wrapper .counter-main-items .single-counter-items .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  /* background-color: var(--theme); */
  text-align: center;
  border: 2px solid #00000094;
  border-radius: 50%;
  margin: auto;
}

.counter-wrapper .counter-main-items .single-counter-items .icon img {
  filter: brightness(0);
}

#key-highlights h2 {
  /* color: #ed2069; */
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
}

@media (max-width: 767px) {
  .counter-wrapper .counter-main-items .single-counter-items .icon {
    margin: 0 auto;
  }
}

.counter-wrapper .counter-main-items .single-counter-items .content {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .counter-wrapper .counter-main-items .single-counter-items .content {
    text-align: center;
  }
}

.counter-wrapper .counter-main-items .single-counter-items .content h2,
.counter-wrapper .counter-main-items .single-counter-items .content span {
  font-size: 65px;
  color: var(--white);
}

@media (max-width: 1600px) {

  .counter-wrapper .counter-main-items .single-counter-items .content h2,
  .counter-wrapper .counter-main-items .single-counter-items .content span {
    font-size: 48px;
    margin-bottom: 10px;
    color: #000;
  }
}

@media (max-width: 1199px) {

  .counter-wrapper .counter-main-items .single-counter-items .content h2,
  .counter-wrapper .counter-main-items .single-counter-items .content span {
    font-size: 48px;
  }
}

@media (max-width: 991px) {

  .counter-wrapper .counter-main-items .single-counter-items .content h2,
  .counter-wrapper .counter-main-items .single-counter-items .content span {
    font-size: 42px;
  }
}

@media (max-width: 575px) {

  .counter-wrapper .counter-main-items .single-counter-items .content h2,
  .counter-wrapper .counter-main-items .single-counter-items .content span {
    font-size: 32px;
  }
}

.counter-wrapper .counter-main-items .single-counter-items .content h6 {
  color: #000;
}

.solar-counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1199px) {
  .solar-counter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.solar-counter-wrapper .solar-counter-items {
  position: relative;
}

.solar-counter-wrapper .solar-counter-items .number {
  font-size: 160px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6cc355;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 75px;
}

@media (max-width: 991px) {
  .solar-counter-wrapper .solar-counter-items .number {
    display: none;
  }
}

.solar-counter-wrapper .solar-counter-items .counter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-left: 50px;
}

.solar-counter-wrapper .solar-counter-items .counter-content h2 {
  font-size: 60px;
  color: var(--white);
}

.solar-counter-wrapper .solar-counter-items .counter-content p {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
}

.single-team-style-1 {
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  border-radius: 40px;
  margin-top: 30px;
}

.single-team-style-1 .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.single-team-style-1 .team-image .icon-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 30px;
  background-color: var(--theme);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-team-style-1 .team-image .icon-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.single-team-style-1 .team-image .icon-list ul li {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single-team-style-1 .team-image .icon-list ul li a i {
  color: var(--white);
  font-size: 16px;
}

.single-team-style-1 .team-content {
  padding: 30px 0;
}

.single-team-style-1 .team-content h3 {
  position: relative;
}

.single-team-style-1 .team-content h3::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--theme);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-team-style-1 .team-content h3 a:hover {
  color: var(--theme);
}

.single-team-style-1 .team-content p {
  margin-top: 35px;
}

.single-team-style-1:hover .team-image .icon-list {
  opacity: 1;
}

.single-team-style-1:hover .team-image .icon-list ul li {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.single-team-style-1.it-single-team-style {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
}

@media (max-width: 991px) {
  .single-team-style-1.it-single-team-style {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .single-team-style-1.it-single-team-style br {
    display: none;
  }
}

.single-team-style-1.it-single-team-style .section-title-content {
  max-width: 470px;
}

@media (max-width: 575px) {
  .single-team-style-1.it-single-team-style .section-title-content {
    text-align: center;
    margin: 0 auto;
  }
}

.single-team-style-1.it-single-team-style .section-title-content h2 {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .single-team-style-1.it-single-team-style .section-title-content h2 {
    margin-bottom: 18px;
  }
}

.single-team-style-1.it-single-team-style .team-image img {
  border-radius: 0;
}

.single-team-style-1.it-single-team-style .team-image .icon-list {
  bottom: 18%;
  background-color: var(--theme2);
}

@media (max-width: 991px) {
  .single-team-style-1.it-single-team-style .team-image .icon-list {
    bottom: 0;
  }
}

.single-team-style-1.it-single-team-style .team-content {
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  padding: 25px 20px;
  margin: -60px 25px;
  position: relative;
  z-index: 9;
  background: var(--white);
}

@media (max-width: 991px) {
  .single-team-style-1.it-single-team-style .team-content {
    margin: 0;
  }
}

.single-team-style-1.it-single-team-style .team-content h3 a:hover {
  color: var(--theme2);
}

.single-team-style-1.it-single-team-style .team-content h3::before {
  display: none;
}

.single-team-style-1.it-single-team-style .team-content p {
  margin-top: 5px;
}

.single-team-style-1.it-single-team-style .team-content.it-team-content {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-team-style-1.it-single-team-style .team-content.it-team-content p {
  margin-bottom: 25px;
}

.single-team-style-1.it-single-team-style.active .team-image .icon-list {
  opacity: 1;
}

.single-team-style-1.it-single-team-style.active .team-image .icon-list ul li {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.single-team-active-1 .team-image .icon-list {
  opacity: 1;
}

.single-team-active-1 .team-image .icon-list ul li {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.team-section-2 {
  padding-bottom: 190px;
}

@media (max-width: 1199px) {
  .team-section-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .team-section-2 {
    padding-bottom: 80px;
  }
}

.bank-single-team-items {
  margin-top: 30px;
}

.bank-single-team-items .team-image {
  position: relative;
}

.bank-single-team-items .team-image img {
  width: 100%;
  height: 100%;
}

.bank-single-team-items .team-image .social-profile {
  position: absolute;
  right: 40px;
  bottom: -20px;
  content: "";
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 2;
  display: inline-block;
}

.bank-single-team-items .team-image .social-profile a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: rgba(0, 169, 164, 0.8);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5px;
}

.bank-single-team-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: var(--theme3);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bank-single-team-items .team-image .social-profile:hover a {
  opacity: 1;
  visibility: visible;
}

.bank-single-team-items .team-image .social-profile.active a {
  opacity: 1;
  visibility: visible;
}

.bank-single-team-items .team-content {
  margin-top: 30px;
}

.bank-single-team-items .team-content h3 {
  margin-bottom: 5px;
  font-family: "Syne", sans-serif;
}

.bank-single-team-items .team-content h3 a:hover {
  color: var(--theme3);
}

.solar-single-team-items {
  overflow: hidden;
}

.solar-single-team-items .team-image {
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .solar-single-team-items .team-image {
    padding: 10px 20px;
  }
}

.solar-single-team-items .team-image img {
  width: 100%;
  height: 100%;
}

.solar-single-team-items .team-image .tema-main-area {
  position: absolute;
  bottom: -70px;
  left: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 991px) {
  .solar-single-team-items .team-image .tema-main-area {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 575px) {
  .solar-single-team-items .team-image .tema-main-area {
    left: 10px;
    right: 10px;
  }
}

.solar-single-team-items .team-image .tema-main-area .team-content {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--white);
}

.solar-single-team-items .team-image .tema-main-area .team-content h3 {
  margin-bottom: 5px;
}

.solar-single-team-items .team-image .tema-main-area .team-content h3 a:hover {
  color: var(--theme4);
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile {
  position: absolute;
  right: 8%;
  bottom: 35%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile a:hover {
  background-color: var(--theme5);
  color: var(--white);
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: #f5f5f5;
  color: var(--header);
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile:hover a {
  opacity: 1;
  visibility: visible;
}

.solar-single-team-items .team-image .tema-main-area .team-content .social-profile.active a {
  opacity: 1;
  visibility: visible;
}

.solar-single-team-items .team-image .tema-main-area .team-content p {
  text-transform: uppercase;
  color: var(--theme4);
  margin-bottom: 5px;
  font-weight: 500;
}

.solar-single-team-items:hover .tema-main-area {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.solar-single-team-items.active .tema-main-area {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.solar-single-team-items.active .team-image .tema-main-area .team-content .social-profile .active {
  background-color: var(--theme5);
  color: var(--white);
}

.solar-single-team-items.active .team-image .tema-main-area .team-content .social-profile a {
  opacity: 1;
  visibility: visible;
}

.team-details-wrapper .team-details {
  padding: 85px 5px 85px 105px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
  box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
}

@media (max-width: 991px) {
  .team-details-wrapper .team-details {
    padding: 35px;
  }
}

.team-details-wrapper .team-details .team-details-thumb img {
  width: 100%;
  height: 100%;
}

.team-details-wrapper .team-details .team-details-content {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .team-details-wrapper .team-details .team-details-content {
    margin-left: 0;
  }
}

.team-details-wrapper .team-details .team-details-content .details-header {
  margin-bottom: 20px;
}

.team-details-wrapper .team-details .team-details-content .details-header h3 {
  font-family: 'Urbanist', sans-serif;
}

.team-details-wrapper .team-details .team-details-content .details-header span {
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  color: var(--theme);
}

.team-details-wrapper .team-details .team-details-content p {
  margin-bottom: 30px;
}

.team-details-wrapper .team-details .team-details-content .team-details-info {
  position: relative;
}

.team-details-wrapper .team-details .team-details-content .team-details-info:not(:last-child) {
  margin-bottom: 20px;
}

.team-details-wrapper .team-details .team-details-content .team-details-info span {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16px;
  color: var(--black);
}

@media (max-width: 575px) {
  .team-details-wrapper .team-details .team-details-content .team-details-info span {
    position: static;
  }
}

.team-details-wrapper .team-details .team-details-content .team-details-info a {
  margin-left: 150px;
  font-size: 16px;
  color: var(--text);
}

@media (max-width: 575px) {
  .team-details-wrapper .team-details .team-details-content .team-details-info a {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}

.team-details-wrapper .team-details .team-details-content .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.team-details-wrapper .team-details .team-details-content .social-icon li {
  border: 1px solid var(--border);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.team-details-wrapper .team-details .team-details-content .social-icon li a i {
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-details-wrapper .team-details .team-details-content .social-icon li:hover {
  background-color: var(--theme);
}

.team-details-wrapper .team-details .team-details-content .social-icon li:hover a i {
  color: var(--white);
}

.team-details-wrapper .details-info-title {
  font-family: 'Urbanist', sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .team-details-wrapper .details-info-title {
    font-size: 28px;
  }
}

.team-details-wrapper p:not(:last-child) {
  margin-bottom: 30px;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .pro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .pro-head .point {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .progress {
  background: #ebebeb;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  width: 100%;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .progress-value {
  -webkit-animation: load 3s normal forwards;
  animation: load 3s normal forwards;
  -webkit-box-shadow: 0 10px 40px -10px var(--white);
  box-shadow: 0 10px 40px -10px var(--white);
  border-radius: 100px;
  background: var(--theme);
  height: 6px;
  width: 0;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .style-two {
  -webkit-animation: load2 3s normal forwards;
  animation: load2 3s normal forwards;
}

.team-details-wrapper .details-wrap .progress-wrap .pro-items .style-three {
  -webkit-animation: load3 3s normal forwards;
  animation: load3 3s normal forwards;
}

@-webkit-keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 80%;
  }
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 80%;
  }
}

@-webkit-keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 55%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 55%;
  }
}

@-webkit-keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 75%;
  }
}

@keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 75%;
  }
}

.why-choose-us .dot-shape {
  position: absolute;
  top: -8%;
  left: -4%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
  .why-choose-us .dot-shape {
    display: none;
  }
}

.why-choose-us .circle-shape {
  position: absolute;
  bottom: -5%;
  left: -5%;
}

.why-choose-us .line-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .why-choose-us .line-shape {
    display: none;
  }
}

.why-choose-us .arrow-shape {
  position: absolute;
  bottom: 0;
  left: -45px;
}

.why-choose-us .arrow-shape img {
  width: 90px;
}

@media (max-width: 1199px) {
  .why-choose-us .arrow-shape {
    display: none;
  }
}

.why-choose-us .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  right: -45px;
}

.why-choose-us .arrow-shape-2 img {
  width: 90px;
}

@media (max-width: 1199px) {
  .why-choose-us .arrow-shape-2 {
    display: none;
  }
}

.choose-us-wrapper .choose-us-content {
  /* max-width: 550px; */
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
  gap: 50px;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar {
    text-align: center;
  }
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .content h5 {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}

@media (max-width: 575px) {
  .choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
    text-align: center;
    margin: 0 auto;
  }
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 22px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: #DF0A0A33 !important;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme) !important;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #f7f7f7 !important;
}

.choose-us-wrapper .choose-us-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme) !important;
}

.choose-us-wrapper .choose-image {
  text-align: left;
}

@media (max-width: 991px) {
  .choose-us-wrapper .choose-image {
    text-align: center;
  }
}

.choose-us-wrapper .choose-image img {
  max-width: 100%;
}

.choose-us-wrapper .choose-image .icon-box {
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

@media (max-width: 991px) {
  .choose-us-wrapper .choose-image .icon-box {
    left: 65px;
  }
}

@media (max-width: 767px) {
  .choose-us-wrapper .choose-image .icon-box {
    left: -20px;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper .choose-image .icon-box {
    display: none;
  }
}

.choose-us-wrapper .choose-image .report-image {
  position: absolute;
  bottom: -225px;
  left: -115px;
  -webkit-animation: btb 2s linear infinite;
  animation: btb 2s linear infinite;
}

@media (max-width: 1199px) {
  .choose-us-wrapper .choose-image .report-image {
    bottom: -77px;
    left: -45px;
    width: 300px;
  }
}

@media (max-width: 991px) {
  .choose-us-wrapper .choose-image .report-image {
    bottom: -75px;
    left: -45px;
    width: initial;
  }
}

@media (max-width: 767px) {
  .choose-us-wrapper .choose-image .report-image {
    left: -55px;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper .choose-image .report-image {
    display: none;
  }
}

.choose-us-wrapper-2 {
  position: relative;
}

@media (max-width: 1199px) {
  .choose-us-wrapper-2 {
    padding-top: 0;
  }
}

/* .choose-us-wrapper-2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 32%;
  background-color: #E5214E;
  z-index: -1;
} */

@media (max-width: 1399px) {
  .choose-us-wrapper-2::before {
    width: 25%;
  }
}

@media (max-width: 1199px) {
  .choose-us-wrapper-2::before {
    display: none;
  }
}

.choose-us-wrapper-2 .circle-shape-2 {
  position: absolute;
  left: 5%;
  top: 20%;
}

@media (max-width: 1600px) {
  .choose-us-wrapper-2 .circle-shape-2 {
    left: 2%;
    top: 8%;
    width: 250px;
  }
}

@media (max-width: 1199px) {
  .choose-us-wrapper-2 .circle-shape-2 {
    display: none;
  }
}

.choose-us-wrapper-2 .choose-us-image {
  /* position: relative; */
  z-index: 1;
}

.choose-us-wrapper-2 .choose-us-image img {
  width: 100%;
  /* height: 100%; */
  border-radius: 20px;
}

@media (max-width: 1399px) {
  .choose-us-wrapper-2 .choose-us-content {
    margin-left: -40px;
  }
}

@media (max-width: 1199px) {
  .choose-us-wrapper-2 .choose-us-content {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .choose-us-wrapper-2 .choose-us-content {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-content {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items {
    text-align: center;
  }
}

.choose-us-wrapper-2 .choose-us-content .icon-items .content {
  margin-top: 20px;
}

.choose-us-wrapper-2 .choose-us-content .icon-items h4 {
  margin-bottom: 5px;
}

.choose-us-wrapper-3 .choose-us-image-items {
  gap: 20px;
}

.choose-us-wrapper-3 .choose-us-image-items:not(:last-child) {
  margin-bottom: 20px;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image {
  margin-top: 85px;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image img {
  width: 100%;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image-2 img {
  width: 100%;
  height: 100%;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image-3 img {
  width: 100%;
  height: 100%;
}

.choose-us-wrapper-3 .choose-us-image-items .choose-image-4 img {
  width: 100%;
  height: 100%;
}

.choose-us-wrapper-3 .choose-content {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .choose-us-wrapper-3 .choose-content {
    margin-left: 0;
    text-align: center;
  }
}

.choose-us-wrapper-3 .choose-content .icon-items {
  margin-top: 30px;
  gap: 30px;
}

@media (max-width: 575px) {
  .choose-us-wrapper-3 .choose-content .icon-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
  }
}

.choose-us-wrapper-3 .choose-content .icon-items:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .choose-us-wrapper-3 .choose-content .icon-items .content {
    text-align: center;
    margin: 0 auto;
  }
}

.choose-us-wrapper-3 .choose-content .icon-items .content h5 {
  font-weight: 700;
  font-family: "Syne", sans-serif;
  margin-bottom: 5px;
}

.single-testimonial-style-1 .teastimonial-items .quote-img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575px) {
  .single-testimonial-style-1 .teastimonial-items .quote-img {
    display: none;
  }
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content {
  margin-left: 105px;
}

@media (max-width: 575px) {
  .single-testimonial-style-1 .teastimonial-items .testimonial-content {
    margin-left: 0;
  }
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content .text {
  margin-top: 40px;
  position: relative;
  max-width: 470px;
  display: inline-block;
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content .text::before {
  position: absolute;
  content: "";
  left: -25px;
  top: -10px;
  background-image: url(../../assets/img/testimonial/comma.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.single-testimonial-style-1 .teastimonial-items .testimonial-content .client-info .image {
  width: 85px;
  height: 85px;
  line-height: 80px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  text-align: center;
}

.single-testimonial-style-1 .testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.single-testimonial-style-1 .testimonial-image .arrow-shape {
  position: absolute;
  bottom: 0;
  left: -15%;
}

.single-testimonial-style-1 .testimonial-image .arrow-shape img {
  border-radius: initial;
}

@media (max-width: 991px) {
  .single-testimonial-style-1 .testimonial-image .arrow-shape {
    display: none;
  }
}

.single-testimonial-style-1 .testimonial-image .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  left: -28%;
}

.single-testimonial-style-1 .testimonial-image .arrow-shape-2 img {
  border-radius: initial;
}

@media (max-width: 991px) {
  .single-testimonial-style-1 .testimonial-image .arrow-shape-2 {
    display: none;
  }
}

.testimonial-section .shape {
  position: absolute;
  right: 0;
  top: 25%;
}

@media (max-width: 1600px) {
  .testimonial-section .shape {
    display: none;
  }
}

.testimonial-section .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

.testimonial-section .bg-shape img {
  width: 100%;
  height: 100%;
}

.single-testimonial-style-2 .single-testimonial-items-2 {
  background-color: #F8F8F8;
  padding: 40px 55px;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .single-testimonial-style-2 .single-testimonial-items-2 {
    padding: 35px 25px;
  }
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items .client-ratting ul {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-testimonial-style-2 .single-testimonial-items-2 .ratting-items .client-ratting ul li i {
  color: var(--theme2);
}

.single-testimonial-style-2 .single-testimonial-items-2 .text {
  font-size: 20px;
  position: relative;
  margin-left: 25px;
}

.single-testimonial-style-2 .single-testimonial-items-2 .text::before {
  position: absolute;
  content: "";
  left: -25px;
  top: -10px;
  background-image: url(../../assets/img/testimonial/comma.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.single-testimonial-style-2 .single-testimonial-items-2 .client-info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .single-testimonial-style-2 .single-testimonial-items-2 .client-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
}

.single-testimonial-style-2 .single-testimonial-items-2 .client-info .image {
  width: 85px;
  height: 85px;
  line-height: 78px;
  border-radius: 50%;
  border: 1px solid var(--theme2);
  text-align: center;
}

@media (max-width: 575px) {
  .single-testimonial-style-2 .single-testimonial-items-2 .client-info .content {
    text-align: center;
  }
}

.single-testimonial-style-2 .single-testimonial-items-2:hover {
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
}

.testimonial-section-3 {
  position: relative;
}

.testimonial-section-3::before {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg6);
  overflow: hidden;
}

.testimonial-section-3 .right-shape {
  position: absolute;
  top: -20%;
  right: 0;
}

.single-testimonial-style-3 {
  padding: 50px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 80px 0px rgba(205, 205, 205, 0.25);
  box-shadow: 0px 0px 80px 0px rgba(205, 205, 205, 0.25);
  border-radius: 10px;
  position: relative;
}

@media (max-width: 575px) {
  .single-testimonial-style-3 {
    padding: 30px;
  }
}

.single-testimonial-style-3 .client-info-items {
  gap: 15px;
}

@media (max-width: 575px) {
  .single-testimonial-style-3 .client-info-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-testimonial-style-3 .client-info-items .content h3 {
  font-family: "Syne", sans-serif;
  font-size: 21px;
}

.single-testimonial-style-3 .text {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .single-testimonial-style-3 .text {
    margin-top: 15px;
  }
}

.single-testimonial-style-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}

.single-testimonial-style-3 ul li i {
  color: var(--ratting);
}

.single-testimonial-style-3 .quote-image {
  position: absolute;
  bottom: 5%;
  right: 15%;
}

.single-testimonial-style-3 .client-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.solar-testimonial-wrapper .arry-button {
  position: relative;
  z-index: 99;
}

.solar-testimonial-wrapper .arry-button .arry-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--white);
  margin-right: 20px;
}

@media (max-width: 767px) {
  .solar-testimonial-wrapper .arry-button .arry-prev {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.solar-testimonial-wrapper .arry-button .arry-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--theme5);
  color: var(--white);
}

.solar-testimonial-section {
  position: relative;
}

.solar-testimonial-section .solar-bg-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.solar-testimonial-section .solar-bg-shape img {
  width: 100%;
  height: 100%;
}

.single-testimonial-style-4 {
  padding: 50px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  position: relative;
}

@media (max-width: 575px) {
  .single-testimonial-style-4 {
    padding: 25px;
  }
}

.single-testimonial-style-4 .icon-shape {
  position: absolute;
  right: 10%;
  top: 10%;
}

.single-testimonial-style-4 .content {
  border-bottom: 1px solid var(--border);
  padding-bottom: 50px;
  position: relative;
  z-index: 9;
}

.single-testimonial-style-4 .client-info-items {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .single-testimonial-style-4 .client-info-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.single-testimonial-style-4 .client-info-items .client-info {
  gap: 20px;
}

@media (max-width: 575px) {
  .single-testimonial-style-4 .client-info-items .client-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-testimonial-style-4 .client-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e6e6e6;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

.brand-section .arrow-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-brand-style-1 h6 {
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  font-size: 40px;
}

.contact {
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
  background: #222;
}

.spk {
  position: relative;
}

/* .contact::before, .spk::before , .whys::before { */
.contact::before {

  position: absolute;
  content: '';
  background: url(https://events.eletsonline.com/india-cx-summit/assets/cx-img/abstract.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.categories_footer {
  background: url(https://events.eletsonline.com/india-cx-summit/assets/cx-img/plan-banner.jfif) !important;
}

#contact h1 {
  font-size: 48px;
  text-transform: capitalize;
  font-weight: 700;
  color: #ed2069;
  margin: 0 0 30px;
}

.cont {
  width: 100%;
  /* max-width: 420px; */
  margin: auto;
  /* border: 1px solid #fff; */
  padding: 30px 10px;
  background: #96133c;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
}

.cont h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

.cont h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
}

.cont h5 span {
  font-weight: 400;
  font-size: 17px;
}

#contact h1 span {
  color: #ffffff !important;
}

.footera-area {
  padding: 20px 0 0;
}

.single-footer li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

#venue {
  background: #96133C;
  padding: 50px 0 0;
}

#venue h2 {
  color: #fff;
  font-weight: 800;
}

#venue h3 {
  color: #fff;
}

#venue p {
  color: #fff;
}

.copyr {
  font-size: 11px;
  margin-top: 20px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.list-inline-xs {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -3px;
  display: flex;
  margin-right: -3px;
}

.single-footer li {
  margin: 0 5px;
}

.common_txt {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  margin: 40px 0 0;
  text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  /* font-size: 15px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    line-height: 15px; */
}


.magazine_wrapper_txt {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin: 40px 0 0;
  color: #000;
  /* font-family: "Special Gothic Condensed One", sans-serif; */
}

.single-brand-style-1 .brand-logo {
  text-align: center;
  margin: 0 0 20px;
  background: #fff;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single-brand-style-1.it-single-brand-style h6::before,
.single-brand-style-1.it-single-brand-style h6::after {
  background-color: var(--theme2);
}

.solar-brand {
  position: relative;
}

.solar-brand::before {
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme4);
  z-index: -1;
}

.solar-brand-wrapper {
  padding: 60px 50px;
  background-color: var(--white);
  -webkit-box-shadow: 0px -30px 60px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -30px 60px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

.solar-brand-wrapper .brand-image {
  text-align: center;
  margin: 0 auto;
}

.faq-section {
  overflow: hidden;
  position: relative;
  background: var(--theme2);
}

.faq-section .shadow-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 1199px) {
  .faq-section .shadow-shape {
    display: none;
  }
}

.faq-section .line-shape {
  position: absolute;
  bottom: -17%;
  right: 0;
  z-index: 99;
}

.faq-section .line-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .faq-section .line-shape {
    display: none;
  }
}

.faq-section .faq-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 960px;
  height: 960px;
}

@media (max-width: 1600px) {
  .faq-section .faq-image {
    max-width: 730px;
    height: 850px;
  }
}

@media (max-width: 1399px) {
  .faq-section .faq-image {
    max-width: 630px;
    height: 850px;
  }
}

@media (max-width: 1199px) {
  .faq-section .faq-image {
    max-width: 630px;
    height: 800px;
  }
}

@media (max-width: 991px) {
  .faq-section .faq-image {
    display: none;
  }
}

.faq-section .faq-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-section .faq-image .video-btn {
  position: absolute;
  left: 50%;
  top: 42%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {

  .faq-section .faq-image .video-btn::after,
  .faq-section .faq-image .video-btn::before {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 1600px) {
  .faq-section .faq-image .video-btn {
    right: 38%;
  }
}

@media (max-width: 1199px) {
  .faq-section .faq-image .video-btn {
    right: 37%;
  }
}

@media (max-width: 767px) {
  .faq-section .faq-image .video-btn {
    right: 35%;
  }
}

.faq-section .faq-image .video-btn a {
  position: relative;
  color: var(--black);
  font-size: 16px;
  z-index: 1;
  background-color: var(--white);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .faq-section .faq-image .video-btn a {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.faq-section .faq-image .video-btn a i {
  color: var(--theme2);
}

.it-faq-wrapper .faq-content {
  position: relative;
  z-index: 99;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .it-faq-wrapper .faq-content {
    margin-left: 0;
  }
}

.it-faq-wrapper .faq-content .section-title-content h4 {
  color: var(--white);
}

.it-faq-wrapper .faq-content .section-title-content h2 {
  color: var(--white);
}

.it-faq-wrapper .faq-content .accordion-wrap {
  position: relative;
  z-index: 999;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item {
  border: none;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item .accordion-header .accordion-button {
  background: var(--theme2);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  color: var(--white);
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item .accordion-header .accordion-button::after {
  background: url(../../assets/img/faq/right.png) no-repeat center center;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: none;
  transform: none;
  background: url(../../assets/img/faq/down.png) no-repeat center center;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-body {
  background-color: var(--theme2);
  border-top: unset;
}

.it-faq-wrapper .faq-content .accordion-wrap .accordion-body p {
  color: var(--white);
}

.solar-faq-wrapper .faq-content {
  margin-right: 70px;
}

@media (max-width: 1399px) {
  .solar-faq-wrapper .faq-content {
    margin-right: 50px;
  }
}

@media (max-width: 1199px) {
  .solar-faq-wrapper .faq-content {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .solar-faq-wrapper .faq-content {
    margin-right: 0;
  }
}

.solar-faq-wrapper .faq-content .accordion-item {
  border: 0;
  margin-top: 20px;
  border-radius: 10px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
}

.solar-faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  color: var(--header);
  letter-spacing: -.2px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 16px 20px;
  font-size: 18px;
}

.solar-faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.solar-faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.solar-faq-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 30px;
  padding-top: 5px;
}

.solar-faq-wrapper .faq-accordion-2 .accordion {
  list-style-type: none;
  counter-reset: css-counter 0;
}

@media (max-width: 500px) {
  .solar-faq-wrapper .faq-accordion-2 .accordion {
    padding: 30px 15px;
  }
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item {
  border: 0;
  border-radius: 0;
  counter-increment: css-counter 1;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  background: transparent;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item:first-of-type {
  padding-top: 0;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item::before {
  position: absolute;
  left: 25px;
  top: 0;
  content: "";
  border: 1px dashed red;
  width: 1px;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .5;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header {
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 1;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header:focus {
  outline: 0;
  border: 0;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button {
  padding-left: 70px;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme);
  overflow: hidden;
  background-color: transparent;
  padding-top: 10px;
}

@media (max-width: 500px) {
  .solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button {
    padding: 0px;
    padding-left: 60px;
  }
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: 0;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--theme);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button::before {
  content: counter(css-counter);
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--white);
  border: 1px solid #ebedf2;
  border-radius: 50px;
  color: red;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  left: 0;
}

.solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 70px;
}

@media (max-width: 500px) {
  .solar-faq-wrapper .faq-accordion-2 .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 60px;
  }
}

.solar-faq-wrapper .faq-image {
  position: relative;
}

.solar-faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
}

.solar-faq-wrapper .faq-image .video-btn {
  position: absolute;
  left: 0%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
  .solar-faq-wrapper .faq-image .video-btn {
    left: 16%;
  }
}

@media (max-width: 1199px) {
  .solar-faq-wrapper .faq-image .video-btn {
    left: 50%;
  }
}

.solar-faq-wrapper .faq-image .video-btn::after,
.solar-faq-wrapper .faq-image .video-btn::before {
  border: 1px solid var(--theme5);
}

@media (max-width: 767px) {

  .solar-faq-wrapper .faq-image .video-btn::after,
  .solar-faq-wrapper .faq-image .video-btn::before {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 1600px) {
  .solar-faq-wrapper .faq-image .video-btn {
    right: 38%;
  }
}

@media (max-width: 1199px) {
  .solar-faq-wrapper .faq-image .video-btn {
    right: 37%;
  }
}

@media (max-width: 767px) {
  .solar-faq-wrapper .faq-image .video-btn {
    right: 35%;
  }
}

.solar-faq-wrapper .faq-image .video-btn a {
  position: relative;
  color: var(--black);
  font-size: 16px;
  z-index: 1;
  background-color: var(--theme5);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 112, 41, 0.3);
  box-shadow: 0px 20px 40px 0px rgba(255, 112, 41, 0.3);
}

@media (max-width: 767px) {
  .solar-faq-wrapper .faq-image .video-btn a {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.solar-faq-wrapper .faq-image .video-btn a i {
  color: var(--white);
}

.news-section .arrow-shape {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .news-section .arrow-shape {
    display: none;
  }
}

.news-section .arrow-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .news-section .arrow-shape-2 {
    display: none;
  }
}

.news-section .circle-shape {
  position: absolute;
  top: 15%;
  right: 5%;
}

@media (max-width: 1600px) {
  .news-section .circle-shape {
    right: -5%;
  }
}

@media (max-width: 1199px) {
  .news-section .circle-shape {
    display: none;
  }
}

.single-news-style-1 {
  /* background-color: var(--white); */
  /* margin-top: 40px; */
}

.single-news-style-1 .news-image {
  padding: 10px 10px 0px 10px;
  position: relative;
}

.single-news-style-1 .news-image img {
  width: 100%;
  height: 100%;
  box-shadow: rgb(222 74 71) 0px 7px 29px 0px;
  border-radius: 5px;
}

.single-news-style-1 .news-image .post-cat {
  position: absolute;
  bottom: 0;
  right: 8%;
}

.single-news-style-1 .news-image .post-cat .cat-name {
  color: var(--white);
  font-weight: 500;
  padding: 10px 24px;
  background-color: var(--theme);
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}

.single-news-style-1 .news-image .post-cat .cat-name:hover {
  background-color: var(--button);
}

@media (max-width: 575px) {
  .single-news-style-1 .news-image .post-cat .cat-name {
    font-size: 14px;
    padding: 10px 12px;
  }
}

.single-news-style-1 .news-content {
  padding: 12px 10px;
  display: none;
}

.single-news-style-1 .news-content .author-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .single-news-style-1 .news-content .author-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.single-news-style-1 .news-content .author-item ul li {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .single-news-style-1 .news-content .author-item ul li {
    font-size: 15px;
  }
}

.single-news-style-1 .news-content .author-item ul li i {
  margin-right: 10px;
}

.single-news-style-1 .news-content .author-item .post-author {
  gap: 12px;
}

.single-news-style-1 .news-content .author-item .post-author p {
  font-weight: 500;
}

.single-news-style-1 .news-content h3 {
  margin-bottom: 15px;
}

.single-news-style-1 .news-content h3 a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin: 0;
  text-transform: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.single-news-style-1 .news-content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme), var(--theme));
  color: var(--theme);
}

@media (max-width: 575px) {
  .single-news-style-1 .news-content {
    padding: 25px 30px;
  }
}

.single-news-style-1.it-single-news-style {
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 60px rgba(149, 149, 149, 0.25);
  box-shadow: 0px 10px 60px rgba(149, 149, 149, 0.25);
}

.single-news-style-1.it-single-news-style .news-image {
  padding: 0;
}

.single-news-style-1.it-single-news-style .news-image .post-date {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: var(--theme2);
  padding: 12px 20px;
}

.single-news-style-1.it-single-news-style .news-image .post-date h3,
.single-news-style-1.it-single-news-style .news-image .post-date p {
  text-align: center;
  color: var(--white);
}

.single-news-style-1.it-single-news-style .news-image .post-date p {
  font-weight: 600;
}

.single-news-style-1.it-single-news-style .news-content .author-item .post-cat {
  padding: 8px 13px;
  background-color: var(--theme2);
  cursor: pointer;
}

.single-news-style-1.it-single-news-style .news-content .author-item .post-cat a {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
}

.single-news-style-1.it-single-news-style .news-content h3 {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 0;
}

.single-news-style-1.it-single-news-style .news-content h3 a:hover:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme2)), to(var(--theme2)));
  background-image: linear-gradient(var(--theme2), var(--theme2));
  color: var(--theme2);
}

.single-news-style-1.it-single-news-style .news-content .theme-btn-2 {
  font-weight: 700;
}

.single-news-style-1.it-single-news-style .news-content .theme-btn-2:hover {
  text-decoration: underline;
  color: var(--theme2);
}

.single-news-style-1.it-single-news-style .news-content .theme-btn-2:hover i {
  color: var(--theme2);
}

.bank-single-news {
  margin-top: 30px;
}

.bank-single-news .news-image {
  overflow: hidden;
}

.bank-single-news .news-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bank-single-news .news-content {
  padding-top: 20px;
  overflow: hidden;
}

.bank-single-news .news-content .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 10px;
}

.bank-single-news .news-content .post-content p {
  text-transform: capitalize;
  color: var(--theme3);
  position: relative;
}

.bank-single-news .news-content .post-content p:not(:last-child)::before {
  position: absolute;
  top: 8px;
  left: 75px;
  content: "";
  height: 10px;
  width: 1px;
  background-color: var(--theme3);
}

.bank-single-news .news-content h3 {
  font-family: "Syne", sans-serif;
}

.bank-single-news .news-content h3 a:hover {
  color: var(--theme3);
}

.bank-single-news .news-content .post-date {
  gap: 40px;
  margin-top: 15px;
}

.bank-single-news .news-content .post-date p {
  color: var(--text);
  position: relative;
}

.bank-single-news .news-content .post-date p:not(:last-child)::before {
  position: absolute;
  top: 8px;
  left: 125px;
  content: "";
  height: 10px;
  width: 1px;
  background-color: var(--header);
}

.bank-single-news .news-content .arrow-btn {
  font-size: 16px;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: var(--header);
  margin-top: 15px;
}

.bank-single-news .news-content .arrow-btn i {
  color: var(--theme3);
  font-size: 18px;
}

.bank-single-news .news-content .arrow-btn::before {
  position: absolute;
  content: "Read More";
  font-weight: 700;
  color: var(--theme3);
  font-size: 16px;
  left: -95px;
  top: -2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.bank-single-news:hover .news-image img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

.bank-single-news:hover .arrow-btn {
  -webkit-transform: translateX(95px);
  transform: translateX(95px);
  color: var(--theme3);
}

.bank-single-news:hover .arrow-btn::before {
  opacity: 1;
}

.solar-single-news {
  margin-top: 30px;
  background-color: var(--white);
  overflow: hidden;
}

.solar-single-news .news-image {
  overflow: hidden;
}

.solar-single-news .news-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.solar-single-news .news-content {
  margin: 30px 30px;
  overflow: hidden;
}

.solar-single-news .news-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.solar-single-news .news-content ul li i {
  margin-right: 5px;
}

.solar-single-news .news-content h3 a:hover {
  color: var(--theme4);
}

.solar-single-news .news-content .arrow-btn {
  font-size: 16px;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: var(--header);
  margin-top: 15px;
}

.solar-single-news .news-content .arrow-btn i {
  color: var(--theme4);
  font-size: 18px;
}

.solar-single-news .news-content .arrow-btn::before {
  position: absolute;
  content: "Read More";
  font-weight: 700;
  color: var(--theme4);
  font-size: 16px;
  left: -95px;
  top: -2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.solar-single-news:hover .news-image img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

.solar-single-news:hover .arrow-btn {
  -webkit-transform: translateX(95px);
  transform: translateX(95px);
  color: var(--theme4);
}

.solar-single-news:hover .arrow-btn::before {
  opacity: 1;
}

.border-wrap {
  border: 2px solid #ededed;
}

.blog-wrapper h1,
.blog-wrapper h2,
.blog-wrapper h3,
.blog-wrapper h4,
.blog-wrapper h5,
.blog-wrapper h6 {
  font-weight: 700;
}

.blog-wrapper .border-wrap {
  padding: 50px;
}

@media (max-width: 767px) {
  .blog-wrapper .border-wrap {
    padding: 50px 15px;
  }
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}

.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}

.blog-wrapper .single-blog-post .video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}

.blog-wrapper .single-blog-post.post-details .post-content h1,
.blog-wrapper .single-blog-post.post-details .post-content h2,
.blog-wrapper .single-blog-post.post-details .post-content h3,
.blog-wrapper .single-blog-post.post-details .post-content h4,
.blog-wrapper .single-blog-post.post-details .post-content h5,
.blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }

  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote,
.blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: var(--theme);
  color: var(--white);
  font-size: 26px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}

.blog-wrapper .single-blog-post.post-details blockquote a,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: var(--white);
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: var(--theme2);
}

@media (max-width: 767px) {

  .blog-wrapper .single-blog-post.post-details blockquote,
  .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote::before,
.blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: var(--white);
  z-index: -1;
  opacity: .1;
  font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
  position: relative;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: .3;
  z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content,
.blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: var(--theme);
  background-image: url("../img/quotepost.png");
  border: none;
}

.blog-wrapper .single-blog-post.quote-post .quote-content,
.blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}

@media (max-width: 585px) {

  .blog-wrapper .single-blog-post.quote-post .quote-content,
  .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon,
.blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 585px) {

  .blog-wrapper .single-blog-post.quote-post .quote-content .icon,
  .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text,
.blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2,
.blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  font-size: 30px;
  color: var(--white);
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span {
  color: var(--white);
}

.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}

@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
  padding: 50px;
  border: 2px solid #ededed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: var(--theme);
}

.blog-wrapper .single-blog-post .post-content p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 50px 10px;
  }
}

@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color: var(--theme);
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: 'Urbanist', sans-serif;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--header);
}

.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 30px;
}

.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
  color: var(--text);
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}

.blog-wrapper .single-blog-post .post-content ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: var(--theme);
}

.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: #202426;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 13px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
}

.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}

.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color: var(--theme);
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  color: var(--theme);
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .main-sidebar {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .main-sidebar {
    margin-top: 40px;
  }
}

.main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}

.main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}

.main-sidebar .single-sidebar-widget ul>li {
  margin-bottom: 10px;
}

.main-sidebar .single-sidebar-widget ul>li a {
  font-size: 18px;
  text-transform: capitalize;
}

.main-sidebar .single-sidebar-widget ul>li a:hover {
  color: var(--theme);
}

.main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}

.main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}

.main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
  font-weight: 600;
  font-size: 22px;
}

.main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.search_widget form {
  width: 100%;
  position: relative;
}

.search_widget form input {
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--header);
}

.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search_widget form button:hover {
  background-color: var(--header);
}

.popular-posts .single-post-item,
.popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.popular-posts .single-post-item:last-child,
.popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.popular-posts .single-post-item .thumb,
.popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.popular-posts .single-post-item .post-content,
.popular_posts .single-post-item .post-content {
  overflow: hidden;
}

.popular-posts .single-post-item .post-content h5,
.popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

.popular-posts .single-post-item .post-content h5 a:hover,
.popular_posts .single-post-item .post-content h5 a:hover {
  color: var(--theme);
}

.popular-posts .single-post-item .post-content .post-date,
.popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  color: var(--theme);
  font-weight: 700;
  font-size: 14px;
}

.popular-posts .single-post-item .post-content .post-date i,
.popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.widget_categories ul li {
  display: block;
}

.widget_categories ul li:last-child a {
  margin-bottom: 0;
}

.widget_categories ul li a {
  position: relative;
  background: #f8f8f8;
  padding: 17px 30px;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget_categories ul li a:hover {
  color: var(--theme);
}

.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: 0;
  top: 0;
  text-align: center;
  color: var(--white);
}

.tagcloud a {
  display: inline-block;
  padding: 11px 26px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tagcloud a:last-child {
  margin-right: 0;
}

.tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: var(--theme);
  color: var(--white);
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}

.social-share a {
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social-share a:hover {
  color: var(--theme);
}

.tag-share-wrap {
  padding-bottom: 50px;
}

.tag-share-wrap h4 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.comments-section-wrap {
  overflow: hidden;
}

.comments-heading h3,
.related-post-wrap h3,
.comment-form-wrap h3 {
  font-size: 26px;
}

@media (max-width: 767px) {

  .comments-heading h3,
  .related-post-wrap h3,
  .comment-form-wrap h3 {
    font-size: 20px;
  }
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}

.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}

.comments-item-list .single-comment-item p,
.comments-item-list .single-comment-item span {
  font-size: 16px;
}

.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}

@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}

.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #727475;
  border: 1px solid #ebebeb;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    font-size: 12px;
  }
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
  margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before,
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
  background-color: var(--theme);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
  background: var(--theme);
  border: 1px solid var(--theme);
  color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
  color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}

.comments-item-list .single-comment-item .author-info-comment span {
  color: var(--theme);
  font-weight: 500;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: #f0f0f0;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}

@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}

.comment-form label {
  margin-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border: none;
  color: var(--header);
}

@media (max-width: 585px) {

  .comment-form input,
  .comment-form textarea {
    padding: 15px;
  }
}

.comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none;
}

@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}

.comment-form .theme-btn {
  display: inline-block;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 60px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .comment-form .theme-btn {
    padding: 20px 40px;
  }
}

@media (max-width: 585px) {
  .comment-form .theme-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}

.comment-form .theme-btn i {
  margin-right: 10px;
}

.comment ul {
  list-style-type: disc;
}

.comment ul ol {
  margin-bottom: 0;
}

.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}

.comment ol ul {
  margin-bottom: 0;
}

.comment ol ol {
  margin-bottom: 0;
}

.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
}

.site_info_widget .single-contact-info span {
  display: block;
  color: var(--theme);
}

.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  background-color: var(--theme3);
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
}

.site_info_widget .single-contact-info:nth-child(2n) .icon {
  background-color: var(--theme);
}

.site_info_widget .single-contact-info:nth-child(3n) .icon {
  background-color: var(--theme3);
}

.site_info_widget .social-link {
  margin-top: 35px;
}

.site_info_widget .social-link a {
  margin-right: 8px !important;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.cta-banner-style-1 {
  /* background-color: rgba(255, 255, 255, 0.644); */
  padding: 40px;
}

.cta-banner-style-1 .cta-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .cta-banner-style-1 .cta-banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .cta-banner-style-1 .cta-banner {
    padding: 50px 40px;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cta-banner-style-1 .cta-banner::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  background-color: var(--theme);
  z-index: 2;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

@media (max-width: 575px) {
  .cta-banner-style-1 .cta-banner .section-title-content {
    text-align: center;
    margin: 0 auto;
  }
}

.cta-banner-style-1 .cta-banner .section-title-content span {
  color: var(--white);
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 575px) {
  .cta-banner-style-1 .cta-banner .section-title-content span {
    font-size: 18px;
  }
}

.cta-banner-style-1 .cta-banner .section-title-content h2 {
  color: var(--white);
}

@media (max-width: 575px) {
  .cta-banner-style-1 .cta-banner .section-title-content h2 {
    font-size: 32px;
  }
}

.cta-banner-style-1.cta-banner-style-2 {
  margin-bottom: -150px;
  position: relative;
  z-index: 99;
}

.cta-banner-style-1.cta-banner-style-2 .cta-banner::before {
  background-color: var(--theme2);
}

.bank-cta-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px;
  position: relative;
}

@media (max-width: 1199px) {
  .bank-cta-banner-wrapper {
    padding: 60px;
  }
}

@media (max-width: 991px) {
  .bank-cta-banner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .bank-cta-banner-wrapper {
    padding: 50px 40px;
  }
}

.bank-cta-banner-wrapper .section-title-content {
  max-width: 590px;
}

@media (max-width: 575px) {
  .bank-cta-banner-wrapper .section-title-content {
    text-align: center;
    margin: 0 auto;
  }
}

.bank-cta-banner-wrapper .section-title-content h3 {
  font-size: 32px;
  font-family: "Syne", sans-serif;
  color: var(--white);
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .bank-cta-banner-wrapper .section-title-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .bank-cta-banner-wrapper .section-title-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .bank-cta-banner-wrapper .section-title-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.bank-cta-banner-wrapper .section-title-content p {
  color: var(--white);
}

@media (max-width: 575px) {
  .bank-cta-banner-wrapper .theme-btn-3 {
    text-align: center;
    margin: 0 auto;
  }
}

.bank-cta-banner-wrapper .shape-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23%;
}

@media (max-width: 1199px) {
  .bank-cta-banner-wrapper .shape-image {
    display: none;
  }
}

.newsletter-section {
  position: relative;
}

.newsletter-section::after {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg7);
  z-index: -1;
}

.newsletter-section::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg8);
  z-index: -1;
}

.solar-newsletter {
  border-radius: 10px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
  border-bottom: 6px solid var(--theme5);
}

@media (max-width: 1399px) {
  .solar-newsletter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .solar-newsletter {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .solar-newsletter .newsletter-content {
    text-align: center;
    margin: 0 auto;
  }
}

.solar-newsletter .newsletter-content span {
  text-transform: uppercase;
  color: var(--theme4);
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

.solar-newsletter .newsletter-content h2 {
  font-size: 40px;
}

@media (max-width: 575px) {
  .solar-newsletter .newsletter-content h2 {
    font-size: 28px;
  }
}

.solar-newsletter .newsletter-single-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .solar-newsletter .newsletter-single-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.solar-newsletter .newsletter-single-items .form-clt {
  position: relative;
}

.solar-newsletter .newsletter-single-items .form-clt .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
}

@media (max-width: 575px) {
  .solar-newsletter .newsletter-single-items .form-clt .icon {
    top: 15px;
  }
}

.solar-newsletter .newsletter-single-items .form-clt .icon i {
  color: var(--header);
  font-size: 14px;
}

.solar-newsletter .newsletter-single-items .form-clt input {
  width: 100%;
  outline: none;
  border: 1px solid var(--border);
  padding: 20px 25px;
  color: var(--header);
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  width: 250px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .solar-newsletter .newsletter-single-items .form-clt input {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .solar-newsletter .newsletter-single-items .form-clt input {
    width: 350px;
  }
}

@media (max-width: 575px) {
  .solar-newsletter .newsletter-single-items .form-clt input {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.solar-newsletter .newsletter-single-items .newsletter-btn {
  display: inline-block;
  background-color: var(--theme4);
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.solar-newsletter .newsletter-single-items .newsletter-btn:hover {
  background-color: var(--theme5);
}

.pricing-section {
  position: relative;
}

.pricing-section .dot-shape {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .pricing-section .dot-shape {
    display: none;
  }
}

.pricing-section .arrow-shape {
  position: absolute;
  left: 0;
  top: 25%;
}

@media (max-width: 1600px) {
  .pricing-section .arrow-shape {
    display: none;
  }
}

.pricing-section .dot-shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .pricing-section .dot-shape-2 {
    display: none;
  }
}

.single-pricing-items {
  padding: 50px 60px;
  background-color: var(--white);
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-pricing-items.active-tag {
  position: relative;
}

.single-pricing-items.active-tag::before {
  position: absolute;
  content: "";
  right: -68%;
  top: 13px;
  background-image: url(../../assets/img/pricing/tag.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1399px) {
  .single-pricing-items.active-tag::before {
    right: -63%;
  }
}

@media (max-width: 1199px) {
  .single-pricing-items.active-tag::before {
    right: -71%;
  }
}

@media (max-width: 991px) {
  .single-pricing-items.active-tag::before {
    right: -81%;
  }
}

@media (max-width: 767px) {
  .single-pricing-items.active-tag::before {
    right: -76%;
  }
}

@media (max-width: 575px) {
  .single-pricing-items.active-tag::before {
    top: 0;
  }
}

@media (max-width: 450px) {
  .single-pricing-items.active-tag::before {
    right: -70%;
    top: 0;
  }
}

@media (max-width: 575px) {
  .single-pricing-items {
    padding: 40px 30px;
  }
}

.single-pricing-items .content {
  margin-top: 20px;
}

.single-pricing-items .content h3 {
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .single-pricing-items .content {
    margin-top: 15px;
  }
}

.single-pricing-items .price-plan {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .single-pricing-items .price-plan {
    margin-bottom: 20px;
  }
}

.single-pricing-items .price-plan h2 {
  font-size: 60px;
  font-weight: 600;
  color: var(--theme2);
}

@media (max-width: 575px) {
  .single-pricing-items .price-plan h2 {
    font-size: 48px;
  }
}

.single-pricing-items .price-plan h2 sub {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: var(--text);
  bottom: 0;
  margin-left: -10px;
}

.single-pricing-items ul {
  margin-top: 20px;
}

.single-pricing-items ul li {
  font-weight: 500;
}

.single-pricing-items ul li:not(:last-child) {
  margin-bottom: 20px;
}

.single-pricing-items ul .icon {
  color: var(--header);
}

.single-pricing-items ul .icon i {
  color: var(--theme2);
  margin-right: 15px;
}

.single-pricing-items ul .icon-2 {
  color: var(--text);
}

.single-pricing-items ul .icon-2 i {
  color: var(--text);
  margin-right: 15px;
}

.single-pricing-items:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.payment-section {
  position: relative;
}

.payment-section .vector-shape {
  position: absolute;
  top: 25%;
  left: 20%;
}

@media (max-width: 1199px) {
  .payment-section .vector-shape {
    display: none;
  }
}

.bank-single-payment {
  padding: 30px;
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 30px;
}

.bank-single-payment .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 50px;
}

@media (max-width: 575px) {
  .bank-single-payment .icon-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}

.bank-single-payment .icon-items .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background-color: var(--theme3);
  text-align: center;
}

.bank-single-payment .icon-items .content h3 {
  font-family: "Syne", sans-serif;
}

.bank-single-payment .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  padding-top: 25px;
}

@media (max-width: 575px) {
  .bank-single-payment .card-item {
    gap: 15px;
  }
}

.bank-single-payment.active {
  background-color: var(--bg6);
}

.bank-single-payment.active .icon-items {
  border-bottom: 1px solid #EDEFF2;
}

.bank-single-payment.active .icon-items .content h3,
.bank-single-payment.active .icon-items .content p {
  color: var(--white);
}

.bank-single-payment.active .logo-item {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}

.bank-single-payment .card-icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.bank-single-payment .card-icon-item .card-icon {
  padding-top: 25px;
  gap: 10px;
}

.bank-single-payment .card-icon-item .card-icon p {
  font-weight: 600;
}

.mobile-app-wrapper .mobile-app-image {
  position: relative;
}

@media (max-width: 575px) {
  .mobile-app-wrapper .mobile-app-image {
    text-align: center;
  }
}

.mobile-app-wrapper .mobile-app-image .app-image {
  position: absolute;
  right: 8%;
  top: 25%;
  -webkit-animation: updown8 2s linear infinite;
  animation: updown8 2s linear infinite;
}

@media (max-width: 1600px) {
  .mobile-app-wrapper .mobile-app-image .app-image {
    top: 12%;
    right: 4%;
  }
}

@media (max-width: 1199px) {
  .mobile-app-wrapper .mobile-app-image .app-image {
    right: -3%;
    top: 20%;
    width: 290px;
  }

  .mobile-app-wrapper .mobile-app-image .app-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .mobile-app-wrapper .mobile-app-image .app-image {
    right: 25%;
  }
}

@media (max-width: 767px) {
  .mobile-app-wrapper .mobile-app-image .app-image {
    right: 5%;
    top: 15%;
    width: 250px;
  }
}

@media (max-width: 575px) {
  .mobile-app-wrapper .mobile-app-image .app-image {
    display: none;
  }
}

.mobile-app-wrapper .mobile-app-image .text-image {
  position: absolute;
  bottom: 0;
  left: -30%;
  -webkit-animation: lfrt10 2s linear infinite;
  animation: lfrt10 2s linear infinite;
}

@media (max-width: 1600px) {
  .mobile-app-wrapper .mobile-app-image .text-image {
    left: -25%;
  }
}

@media (max-width: 1199px) {
  .mobile-app-wrapper .mobile-app-image .text-image {
    display: none;
  }
}

.mobile-app-wrapper .mobile-app-content {
  margin-left: 25px;
}

.mobile-app-wrapper .mobile-app-content ul {
  margin-top: 30px;
}

.mobile-app-wrapper .mobile-app-content ul li {
  color: var(--header);
  font-weight: 600;
}

.mobile-app-wrapper .mobile-app-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.mobile-app-wrapper .mobile-app-content ul li i {
  color: var(--theme3);
  margin-right: 12px;
}

.mobile-app-wrapper .mobile-app-content .app-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  gap: 20px;
}

@media (max-width: 575px) {
  .mobile-app-wrapper .mobile-app-content .app-store {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
}

.single-case-study-wrapper {
  padding: 0 70px;
  position: relative;
}

.single-case-study-wrapper::before {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg3);
}

@media (max-width: 767px) {
  .single-case-study-wrapper {
    padding: 0 0;
  }
}

.single-it-case-study .case-study-image {
  position: relative;
}

.single-it-case-study .case-study-image img {
  width: 100%;
  height: 100%;
}

.single-it-case-study .case-study-image .case-study-content {
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
  background-color: var(--white);
  padding: 40px 50px;
}

@media (max-width: 575px) {
  .single-it-case-study .case-study-image .case-study-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 25px;
  }
}

.single-it-case-study .case-study-image .case-study-content .arrow-shape {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .single-it-case-study .case-study-image .case-study-content .arrow-shape {
    display: none;
  }
}

.single-it-case-study .case-study-image .case-study-content .icon {
  margin-bottom: 20px;
}

.single-it-case-study .case-study-image .case-study-content .icon img {
  width: initial;
  height: initial;
}

.single-it-case-study .case-study-image .case-study-content h4 a:hover {
  color: var(--theme2);
}

.single-it-case-study .case-study-image .case-study-content p {
  margin-bottom: 15px;
}

.contact-section .dot-shape {
  position: absolute;
  top: 15%;
  left: 4%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1600px) {
  .contact-section .dot-shape {
    left: 0;
  }
}

@media (max-width: 1399px) {
  .contact-section .dot-shape {
    display: none;
  }
}

.contact-section .frame-shape {
  position: absolute;
  bottom: 20%;
  left: 4%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
  .contact-section .frame-shape {
    display: none;
  }
}

.contact-section .frame-shape-2 {
  position: absolute;
  top: 40%;
  right: 4%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1199px) {
  .contact-section .frame-shape-2 {
    display: none;
  }
}

.single-contact-us {
  position: relative;
  z-index: 9;
}

.single-contact-us .contact-info-item {
  margin-top: 30px;
  gap: 20px;
  padding: 30px 35px;
  border-left: 3px solid var(--theme);
  background-color: #DF0A0A0D;
  max-width: 430px;
}

@media (max-width: 575px) {
  .single-contact-us .contact-info-item {
    padding: 20px 25px;
  }
}

.single-contact-us .contact-info-item:not(:last-child) {
  margin-bottom: 30px;
}

.single-contact-us .contact-info-item i {
  font-size: 30px;
  color: var(--theme);
}

.single-contact-us .contact-info-item .content h3 {
  font-weight: 600;
  text-transform: initial;
}

@media (max-width: 575px) {
  .single-contact-us .contact-info-item .content h3 {
    font-size: 20px;
  }
}

.single-contact-us .contact-image {
  margin-top: 10px;
}

.single-contact-us .contact-image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .single-contact-us .contact-image {
    margin-top: 40px;
  }
}

.solar-contact-section {
  position: relative;
}

.solar-contact-section .map-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .solar-contact-section .map-item {
    display: none;
  }
}

.solar-contact-section .map-item .google-map iframe {
  width: 860px;
  height: 840px;
}

@media (max-width: 1399px) {
  .solar-contact-section .map-item .google-map iframe {
    width: 550px;
    height: 950px;
  }
}

@media (max-width: 1199px) {
  .solar-contact-section .map-item .google-map iframe {
    width: 465px;
    height: 835px;
  }
}

.contact-right .form-clt {
  position: relative;
}

.contact-right .form-clt .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
}

@media (max-width: 575px) {
  .contact-right .form-clt .icon {
    top: 15px;
  }
}

.contact-right .form-clt .icon i {
  color: var(--header);
  font-size: 14px;
}

.contact-right .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 20px 25px;
  color: var(--header);
  background-color: whitesmoke;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .contact-right .form-clt input {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .contact-right .form-clt input {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.contact-right .form-clt input:hover {
  background-color: var(--header);
  color: var(--white);
}

.contact-right .form-clt input:hover::-webkit-input-placeholder {
  color: var(--white);
}

.contact-right .form-clt input:hover:-ms-input-placeholder {
  color: var(--white);
}

.contact-right .form-clt input:hover::-ms-input-placeholder {
  color: var(--white);
}

.contact-right .form-clt input:hover::placeholder {
  color: var(--white);
}

.contact-right .form-clt-big textarea {
  padding: 20px 25px 105px;
  width: 100%;
  outline: none;
  color: var(--header);
  background-color: whitesmoke;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .contact-right .form-clt-big textarea {
    font-size: 15px;
  }
}

.contact-right .form-clt-big textarea:hover {
  background-color: var(--header);
  color: var(--white);
}

.contact-right .form-clt-big textarea:hover::-webkit-input-placeholder {
  color: var(--white);
}

.contact-right .form-clt-big textarea:hover:-ms-input-placeholder {
  color: var(--white);
}

.contact-right .form-clt-big textarea:hover::-ms-input-placeholder {
  color: var(--white);
}

.contact-right .form-clt-big textarea:hover::placeholder {
  color: var(--white);
}

.support-wrapper {
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .support-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .support-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.support-wrapper .support-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 575px) {
  .support-wrapper .support-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.support-wrapper .support-items .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: var(--white);
  border-radius: 100%;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.02);
  text-align: center;
}

@media (max-width: 991px) {
  .support-wrapper .support-items .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 575px) {
  .support-wrapper .support-items .icon {
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .support-wrapper .support-items .content {
    text-align: center;
    margin: 0 auto;
  }
}

.support-wrapper .support-items .content span {
  font-weight: 600;
  color: var(--theme);
  position: relative;
}

.support-wrapper .support-items .content h3 {
  font-family: 'Urbanist', sans-serif;
}

@media (max-width: 991px) {
  .support-wrapper .support-items .content h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .support-wrapper .support-items .content h3 {
    font-size: 22px;
  }
}

.support-wrapper .support-items .content h3 span {
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  color: var(--black);
}

@media (max-width: 991px) {
  .support-wrapper .support-items .content h3 span {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .support-wrapper .support-items .content h3 span {
    font-size: 22px;
  }
}

.support-wrapper .icon-box {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
}

.contact-info-wrapper .contact-image img {
  border-radius: 10px;
}

.contact-info-wrapper .info-right {
  margin-left: 40px;
}

.contact-info-wrapper .info-right .contact-list {
  margin-top: 50px;
}

.contact-info-wrapper .info-right .contact-list .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 575px) {
  .contact-info-wrapper .info-right .contact-list .icon-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-info-wrapper .info-right .contact-list .icon-item:not(:last-child) {
  margin-bottom: 30px;
}

.contact-info-wrapper .info-right .contact-list .icon-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme);
  border-radius: 100%;
  text-align: center;
  color: var(--white);
}

@media (max-width: 575px) {
  .contact-info-wrapper .info-right .contact-list .icon-item .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.contact-info-wrapper .info-right .contact-list .icon-item .content h4 {
  text-transform: initial;
}

.map-section .googpemap iframe {
  width: 100%;
  height: 850px;
}

.footer-wrapper {
  position: relative;
  overflow: hidden;
}

.footer-wrapper .dot-shape {
  position: absolute;
  top: -9%;
  right: 0px;
  opacity: 0.1;
}

@media (max-width: 1199px) {
  .footer-wrapper .dot-shape {
    display: none;
  }
}

.footer-wrapper .arrow-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .footer-wrapper .arrow-shape-2 {
    display: none;
  }
}

.footer-wrapper .arrow-shape {
  position: absolute;
  bottom: 10%;
  right: 0;
}

@media (max-width: 1199px) {
  .footer-wrapper .arrow-shape {
    display: none;
  }
}

.footer-wrapper .left-shape {
  position: absolute;
  bottom: 8%;
  left: 5%;
}

@media (max-width: 1399px) {
  .footer-wrapper .left-shape {
    display: none;
  }
}

.footer-wrapper .right-shape {
  position: absolute;
  top: 30%;
  right: 3%;
}

@media (max-width: 1399px) {
  .footer-wrapper .right-shape {
    display: none;
  }
}

.footer-wrapper .footer-top {
  position: relative;
  z-index: 9;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .footer-wrapper .footer-top {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .footer-wrapper .footer-top {
    padding-top: 50px;
  }
}

.footer-wrapper .footer-top .single-footer-widget {
  margin-top: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .widget-head {
  margin-bottom: 35px;
}

.footer-wrapper .footer-top .single-footer-widget .widget-head h4 {
  color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget p {
  color: #FFFFFFA6;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
  background-color: #FFFFFF1A;
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li:hover {
  background-color: var(--theme);
}

.footer-wrapper .footer-top .single-footer-widget .social-icon li i {
  font-size: 16px;
  color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget .list li {
  font-weight: 16px;
  font-weight: 400;
  color: #FFFFFFA6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-wrapper .footer-top .single-footer-widget .list li i {
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li a {
  color: #FFFFFFA6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover {
  margin-left: 5px;
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover a {
  color: var(--theme);
}

.footer-wrapper .footer-top .single-footer-widget .list li:hover a i {
  color: var(--theme);
}

.footer-wrapper .footer-top .single-footer-widget .list.color-two li:hover a {
  color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .list.color-two li:hover a i {
  color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items:not(:last-child) {
  margin-bottom: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul {
  margin-bottom: 10px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul li {
  font-size: 14px;
  color: #FFFFFFA6;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content ul li i {
  color: #FFFFFFA6;
  font-size: 16px;
  margin-right: 10px;
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content h6 a {
  color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content h6 a:hover {
  color: var(--theme);
}

.footer-wrapper .footer-top .single-footer-widget .single-post-items .post-content.color-two h6 a:hover {
  color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter {
  position: relative;
  margin-top: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter input {
  background: var(--white);
  padding: 20px 30px;
  font-size: 16px;
  color: #5D666F;
  width: 100%;
  position: relative;
  font-weight: 400;
  border: none;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter button {
  position: absolute;
  right: 5px;
  border: none;
  top: 5px;
  bottom: 5px;
  font-size: 16px;
  background: var(--theme);
  color: var(--white);
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 700;
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter.style-two button {
  background-color: var(--theme2);
}

.footer-wrapper .footer-top .single-footer-widget .footer-newsletter.style-two button i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-wrapper .footer-top .single-footer-widget .input-save {
  margin-top: 25px;
}

.footer-wrapper .footer-top .single-footer-widget .input-save input {
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFFA6;
  background-color: transparent;
  outline: none;
  color: var(--theme);
}

.footer-wrapper .footer-top .single-footer-widget .input-save label {
  margin-left: 10px;
  color: #FFFFFFA6;
  font-weight: 400;
  font-size: 16px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list:not(:last-child) {
  margin-bottom: 30px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme2);
  border-radius: 100%;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .icon i {
  font-size: 16px;
  color: var(--white);
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content p {
  margin-bottom: 5px;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 {
  font-size: 16px;
  text-transform: unset;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 a {
  color: var(--white);
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: unset;
}

.footer-wrapper .footer-top .single-footer-widget .contact-list .content h6 a:hover {
  color: var(--theme2);
}

.footer-wrapper .footer-top.footer-top-style-2 {
  padding-top: 250px;
}

@media (max-width: 1199px) {
  .footer-wrapper .footer-top.footer-top-style-2 {
    padding-top: 220px;
  }
}

@media (max-width: 991px) {
  .footer-wrapper .footer-top.footer-top-style-2 {
    padding-top: 200px;
  }
}

.footer-wrapper .footer-bottom {
  background-color: #000;
  padding: 20px 0;
  position: relative;
}

.footer-wrapper .footer-bottom .footer-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-bottom .footer-wrapper {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.footer-wrapper .footer-bottom p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .footer-wrapper .footer-bottom p {
    text-align: center;
  }
}

.footer-wrapper .footer-bottom p a {
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-bottom p a:hover {
  color: var(--theme);
}

.footer-wrapper .footer-bottom p.color-2 a:hover {
  color: var(--theme2);
}

.footer-wrapper .footer-bottom .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper .footer-bottom .footer-menu li:not(:last-child) {
  margin-right: 20px;
}

.footer-wrapper .footer-bottom .footer-menu li a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .footer-bottom .footer-menu li:hover a {
  color: var(--theme);
  text-decoration: underline;
}

.footer-wrapper .footer-bottom .footer-menu.style-2 li:hover a {
  color: var(--theme2);
}

.footer-wrapper .footer-bottom .scroll-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 99;
}

.footer-wrapper .footer-bottom .scroll-icon i {
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .footer-wrapper .footer-bottom .scroll-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .footer-wrapper .footer-bottom .scroll-icon i {
    font-size: 15px;
  }
}

.footer-wrapper .footer-bottom .scroll-icon:hover {
  background-color: var(--theme);
}

.footer-wrapper .footer-bottom .scroll-icon:hover i {
  color: var(--white);
}

.footer-wrapper .footer-bottom .scroll-icon.bg-style-2 i {
  color: var(--theme2);
}

.footer-wrapper .footer-bottom .scroll-icon.bg-style-2:hover {
  background-color: var(--theme2);
}

.footer-wrapper .footer-bottom .scroll-icon.bg-style-2:hover i {
  color: var(--white);
}

.footer-wrapper.bank-wrapper {
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .footer-wrapper.bank-wrapper {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .footer-wrapper.bank-wrapper {
    padding-top: 50px;
  }
}

.footer-wrapper .bank-footer-top .single-footer-widget {
  margin-top: 30px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .widget-head {
  margin-bottom: 25px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .widget-head h4 {
  color: var(--white);
  font-family: "Syne", sans-serif;
}

.footer-wrapper .bank-footer-top .single-footer-widget p {
  color: var(--text2);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter {
  position: relative;
  margin-top: 30px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input {
  background: transparent;
  padding: 20px 30px;
  font-size: 16px;
  color: var(--text2);
  width: 100%;
  position: relative;
  font-weight: 400;
  border: 2px solid var(--text2);
  border-radius: 70px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input::-webkit-input-placeholder {
  color: var(--it-text);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input:-ms-input-placeholder {
  color: var(--it-text);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input::-ms-input-placeholder {
  color: var(--it-text);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter input::placeholder {
  color: var(--it-text);
}

.footer-wrapper .bank-footer-top .single-footer-widget .footer-newsletter button {
  position: absolute;
  right: 13px;
  border: none;
  top: 13px;
  bottom: 5px;
  font-size: 16px;
  background: var(--theme3);
  color: var(--white);
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  border-radius: 100%;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li a {
  color: var(--text2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li:hover {
  margin-left: 5px;
}

.footer-wrapper .bank-footer-top .single-footer-widget .list li:hover a {
  color: var(--theme3);
}

.footer-wrapper .solar-footer-top .single-footer-widget .widget-head {
  margin-bottom: 25px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .widget-head h4 {
  color: var(--white);
  font-family: "Poppins", sans-serif;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}

@media (max-width: 575px) {
  .footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    width: 100px;
  }
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(87, 179, 62, 0.85);
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 28px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}

.footer-wrapper .solar-footer-top .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}

.footer-wrapper .solar-footer-top .single-footer-widget .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .social-icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
  background-color: #FFFFFF1A;
}

.footer-wrapper .solar-footer-top .single-footer-widget .social-icon li:hover {
  background-color: var(--theme4);
}

.footer-wrapper .solar-footer-top .single-footer-widget .social-icon li i {
  font-size: 16px;
  color: var(--white);
}

.footer-wrapper .solar-footer-top .single-footer-widget .list li:hover {
  margin-left: 5px;
}

.footer-wrapper .solar-footer-top .single-footer-widget .list li:hover a {
  color: var(--theme4);
}

.footer-wrapper .bank-footer-bottom {
  padding-top: 80px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .footer-wrapper .bank-footer-bottom {
    text-align: center;
  }
}

.footer-wrapper .bank-footer-bottom p {
  color: var(--it-text);
}

.footer-wrapper .bank-footer-bottom a {
  color: var(--it-text);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .bank-footer-bottom a:hover {
  color: var(--theme3);
}

@media (max-width: 767px) {
  .footer-wrapper .bank-footer-bottom .footer-wrapper {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.footer-wrapper .bank-footer-bottom .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.footer-wrapper .bank-footer-bottom .footer-menu li a {
  color: var(--it-text);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .bank-footer-bottom .footer-menu li:hover a {
  color: var(--theme3);
}

.footer-wrapper .footer-solar-bottom {
  padding: 30px 0;
  border-top: 1px solid #ffffff1f;
}

.footer-wrapper .footer-solar-bottom p {
  color: var(--it-text);
}

.footer-wrapper .footer-solar-bottom p a {
  color: var(--it-text);
}

.footer-wrapper .footer-solar-bottom p a:hover {
  color: var(--theme4);
}

.single-funfact-items {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .single-funfact-items .single-circle-bar {
    text-align: center;
  }
}

.single-funfact-items .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.single-funfact-items .single-circle-bar .content {
  text-align: center;
  margin: 0 auto;
}

.single-funfact-items .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--white);
}

.single-funfact-items .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .single-funfact-items .single-circle-bar .circle-bar {
    text-align: center;
    margin: 0 auto;
  }
}

.single-funfact-items .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.single-funfact-items .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 22px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: #232323;
  color: var(--white);
}

.single-funfact-items .single-circle-bar .circle-bar .background {
  background-color: #303030 !important;
}

.single-funfact-items .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme4) !important;
}

.single-funfact-items .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #303030 !important;
}

.single-funfact-items .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme4) !important;
}

.single-funfact-items .single-circle-bar .circle-bar .right.color-2 {
  background-color: var(--theme5);
}

.datsy {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 40px 10px;
}

.datsy h3 {
  font-size: 22px;
  color: #ED6668;
}

.datsy h5 {
  font-size: 16px;
}

.stats-section {
  /* background: #faf7f4; */
  background: #000;
}

.stats-wrapper {
  border-radius: 28px;
  overflow: hidden;
  margin: 30px 0;
}

.purple-card {
  background: url(https://worldfintechsummit.com/assets/images/about/key11.png);
  background-position: left;
  /* color: #fff; */
}

.stat-card {
  position: relative;
  /* height: 100%; */
  min-height: 290px;
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #600522;
  overflow: hidden;
}

.rotate-infinite {
  animation: spin 18s linear infinite;
}

.star-img {
  position: absolute;
  right: 30px;
  top: 40px;
  width: 200px;
}

.stat-content,
.stats_text {
  padding: 0 20px;
}

.stat-content h2 {
  font-size: 64px;
  font-weight: 700;
  color: #111;
}

.stats-section p {
  font-size: 20px;
}

.white-card {
  background: #fff;
  /* justify-content: space-between; */
}

.phone-wrap {
  display: flex;
  gap: 12px;
}

.avatars {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.fullscreen-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.plus {
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -12px;
}

.stat-content,
.stats_text {
  padding: 0 20px;
}

.right-content h2 {
  font-size: 64px;
  font-weight: 700;
  color: #111;
}

.stats-section p {
  font-size: 20px;
}

.stats-wrapper {
  border-radius: 28px;
  overflow: hidden;
  margin: 30px 0;
}

.edl-wrapper {
  background: linear-gradient(45deg, #bd396b, #000000);
  color: #f0ece4;
  font-family: 'DM Sans', sans-serif;
  overflow-x: initial;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.edl-wrapper *,
.edl-wrapper *::before,
.edl-wrapper *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.edl-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(https://nbfc100.eletsonline.com/assets/images/abstractbg.webp);
  background-size: cover;
  background-position: center;
  opacity: 0.7;
}

.edl-ambient {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(60px);
  /* 160 → 60 */
  opacity: 0.08;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
}

.edl-hero *,
.edl-stat,
.edl-timeline__item,
.edl-glimpse {
  will-change: transform, opacity;
}

.edl-ambient--gold {
  background: #c9a84c;
  top: -150px;
  right: -80px;
}

.edl-ambient--blue {
  background: #2a4a8a;
  bottom: -150px;
  left: -80px;
}

/* ═══ HERO ═══ */
.edl-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 64px 24px 32px;
  z-index: 1;

}

.edl-hero__label {
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 14px;
  opacity: 0;
  animation: edlFadeUp 0.8s ease forwards 0.2s;
}

.edl-hero__title {
  font-family: 'Syne', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 76px);
  line-height: 1.05;
  color: #ffffff;
  max-width: 800px;
  opacity: 0;
  animation: edlFadeUp 0.8s ease forwards 0.4s;
}

.edl-hero__title em {
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
}

.edl-hero__divider {
  width: 50px;
  height: 1px;
  background: #c9a84c;
  margin: 16px auto;
  opacity: 0;
  animation: edlScaleIn 0.6s ease forwards 0.6s;
}

.edl-hero__subtitle {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  max-width: 540px;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif;
  opacity: 0;
  animation: edlFadeUp 0.8s ease forwards 0.7s;
}

.edl-hero__badge {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  border: 1px solid #c9a84c;
  border-radius: 100px;
  background: #f8f8f8;
  opacity: 0;
  animation: edlFadeUp 0.8s ease forwards 0.9s;
}

.edl-hero__badge-dot {
  width: 6px;
  height: 6px;
  background: var(--edl-gold);
  border-radius: 50%;
  animation: edlPulse 2s ease infinite;
}

.edl-hero__badge span {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
}

/* ═══ STATS ═══ */
.edl-stats {
  position: relative;
  z-index: 1;
  padding: 16px 24px 32px;
}

.edl-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 83%;
  margin: 0 auto;
  gap: 1px;
  background: linear-gradient(to right, #b30d55d8, #fa6d51ce);
  border: 1px solid var(--edl-accent-line);
  border-radius: 17px;
}

section#speakers h2 {
  font-family: 'Syne', sans-serif;
}

section.brand-section.ralt.section-padding.pt-5.position-relative.series-brand h2 {
  font-family: 'Syne', sans-serif;
}

section.project-section.ralt.section-bg.section-padding.position-relative.bg-white.spk h2 {
  font-family: 'Syne', sans-serif;
}

.body1 h2 {
  font-family: 'Syne', sans-serif;
}

h2.magazine_wrapper_txt {
  font-family: 'Syne', sans-serif;
}

.edl-stat {
  background: #c9a84c2b;
  padding: 24px 16px;
  text-align: center;
  opacity: 0;
  animation: edlFadeUp 0.6s ease forwards;
}

.edl-stat:nth-child(1) {
  animation-delay: 1.0s;
}

.edl-stat:nth-child(2) {
  animation-delay: 1.1s;
}

.edl-stat:nth-child(3) {
  animation-delay: 1.2s;
}

.edl-stat:nth-child(4) {
  animation-delay: 1.3s;
}

.edl-stat__number {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  color: #c9a84c;
  line-height: 1;
}

.edl-stat__number sup {
  font-size: 0.45em;
  vertical-align: super;
  color: #c9a84c;
}

.edl-stat__label {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--edl-text-secondary);
  font-weight: 500;
  line-height: 1.5;
}

/* ═══ HORIZONTAL TIMELINE ═══ */
.edl-timeline-section {
  position: relative;
  z-index: 1;
  padding: 32px 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.edl-timeline__label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9a84c;
  text-align: center;
  margin-bottom: 24px;
}

.edl-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.edl-timeline::before {
  content: '';
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #ffffff 8%, #ffffff 92%, transparent);
}

.edl-timeline__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
  opacity: 0;
  animation: edlFadeUp 0.6s ease forwards;
}

.edl-timeline__item:nth-child(1) {
  animation-delay: 0.15s;
}

.edl-timeline__item:nth-child(2) {
  animation-delay: 0.3s;
}

.edl-timeline__item:nth-child(3) {
  animation-delay: 0.45s;
}

.edl-timeline__item:nth-child(4) {
  animation-delay: 0.6s;
}

.edl-timeline__item:nth-child(5) {
  animation-delay: 0.75s;
}

.edl-timeline__year {
  font-family: 'Syne', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.edl-timeline__node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #eceae2;
  background: #d20747;
  margin: 8px 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edl-timeline__node::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--edl-gold);
}

.edl-timeline__edition {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 2px;
}

.wrp-statts {
  text-align: center;
}

.wrp-statts h2 {
  color: white;
  font-family: 'Syne', sans-serif;
  font-size: 43px;
}

.edl-glimpse__placeholder img {
  width: 100%;
}

.stats-section p {
  font-size: 20px;
  color: #000000;
}

.edl-timeline__tag {
  margin-top: 6px;
  padding: 3px 10px;
  border: 1px solid #c9a84c;
  border-radius: 3px;
  font-size: 9px;
  color: #c9a84c;
  font-weight: 500;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* ═══ GLIMPSES ═══ */
.edl-glimpses {
  position: relative;
  z-index: 1;
  padding: 24px 24px 32px;
  max-width: 99%;
  margin: 0 auto;
}

.edl-glimpses__label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--edl-gold);
  text-align: center;
  margin-bottom: 16px;
}

.edl-glimpses__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.edl-glimpse {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 4 / 3;
  background: #c9a84c;
  border: 1px solid rgba(201, 168, 76, 0.08);
  opacity: 0;
  animation: edlFadeUp 0.5s ease forwards;
}

.edl-glimpse:nth-child(1) {
  animation-delay: 0.1s;
}

.edl-glimpse:nth-child(2) {
  animation-delay: 0.2s;
}

.edl-glimpse:nth-child(3) {
  animation-delay: 0.3s;
}

.edl-glimpse:nth-child(4) {
  animation-delay: 0.4s;
}

.edl-glimpse__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: grayscale(30%) brightness(0.7);
}

.edl-glimpse:hover .edl-glimpse__img {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(0.85);
}

.edl-glimpse__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 12, 16, 0.9) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 10px;
  pointer-events: none;
}

.edl-glimpse__label {
  font-family: 'Space Mono', monospace;
  font-size: 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c9a84c;
}

.edl-glimpse__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #13161f 0%, #1a1e2e 50%, #111520 100%);
  gap: 6px;
  transition: background 0.5s ease;
}

.edl-glimpse:hover .edl-glimpse__placeholder {
  background: linear-gradient(135deg, #181c28 0%, #1f2438 50%, #151a28 100%);
}

.edl-glimpse__placeholder svg {
  width: 22px;
  height: 22px;
  opacity: 0.15;
}

.edl-glimpse__placeholder span {
  font-family: 'DM Sans', sans-serif;
  font-size: 8px;
  color: var(--edl-text-muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ═══ CHAPTER VI ═══ */
.edl-chapter-six {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px 24px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.edl-chapter-six__ring {
  width: 100px;
  height: 100px;
  border: 1px solid #c9a84c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: edlRotate 20s linear infinite;
}

.edl-chapter-six__ring::before {
  content: 'VI';
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 900;
  color: #c9a84c;
  animation: edlCounterRotate 20s linear infinite;
}

.edl-chapter-six__ring::after {
  content: '';
  position: absolute;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a84c;
  box-shadow: 0 0 10px #c9a84c;
}

.edl-chapter-six__text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 400;
  color: var(--edl-text-secondary);
  line-height: 1.5;
}

.edl-chapter-six__text strong {
  color: var(--edl-gold-light);
  font-weight: 700;
}

/* ═══ FOOTER ═══ */
.edl-footer {
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  padding: 20px;
  text-align: center;
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--edl-text-muted);
  z-index: 1;
  position: relative;
}

/* ═══ KEYFRAMES ═══ */
@keyframes edlFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes edlScaleIn {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes edlPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}

@keyframes edlRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes edlCounterRotate {
  to {
    transform: rotate(-360deg);
  }
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
  .edl-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .edl-timeline {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .edl-timeline::before {
    display: none;
  }

  .edl-timeline__item {
    flex: 0 0 auto;
    width: 30%;
  }

  .edl-glimpses__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .edl-stats__grid {
    grid-template-columns: 1fr 1fr;
  }

  .edl-stat {
    padding: 18px 12px;
  }

  .edl-timeline__item {
    width: 45%;
  }

  .edl-glimpses__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.edl-meet {
  background: linear-gradient(180deg, #ffffff 0%, #f9f7f3 100%);
  padding: 56px 24px 64px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Dot pattern background */
.edl-meet::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(150, 19, 60, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* Decorative side accent */
.edl-meet__accent {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.06;
  pointer-events: none;
}

.edl-meet__accent--left {
  background: #96133c;
  top: -100px;
  left: -150px;
}

.edl-meet__accent--right {
  background: #c9a84c;
  bottom: -100px;
  right: -150px;
}

/* Header */
.edl-meet__header {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}

.edl-meet__tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #96133c;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.edl-meet__tag::before,
.edl-meet__tag::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #96133c;
  opacity: 0.4;
}

.edl-meet__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.15;
}

.edl-meet__title em {
  font-style: italic;
  font-weight: 400;
  color: #96133c;
}

/* Grid */
.edl-meet__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 81%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Card */
.edl-meet__card {
  background: #ffffff;
  border: 1px solid rgba(150, 19, 60, 0.08);
  border-radius: 10px;
  padding: 28px 22px;
  position: relative;
  transition: all 0.35s ease;
  cursor: default;
  overflow: hidden;
}

.edl-meet__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0%;
  background: linear-gradient(to bottom, #96133c, #c9a84c);
  border-radius: 0 2px 2px 0;
  transition: height 0.4s ease;
}

.edl-meet__card:hover {
  border-color: rgba(150, 19, 60, 0.18);
  box-shadow: 0 8px 32px rgba(150, 19, 60, 0.07), 0 2px 8px rgba(0, 0, 0, 0.03);
  transform: translateY(-3px);
}

.edl-meet__card:hover::before {
  height: 100%;
}

.edl-meet__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(150, 19, 60, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background 0.3s ease;
}

.edl-meet__card:hover .edl-meet__card-icon {
  background: rgba(150, 19, 60, 0.1);
}

.edl-meet__card-icon svg {
  width: 20px;
  height: 20px;
  color: #96133c;
}

.edl-meet__card-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.4;
  margin-bottom: 6px;
}

.edl-meet__card-desc {
  font-size: 12px;
  color: #7a7a8e;
  line-height: 1.55;
  font-weight: 400;
}

/* Special "Many More" card */
.edl-meet__card--cta {
  background: linear-gradient(135deg, #1a1a2e 0%, #2a1a30 100%);
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.edl-meet__card--cta::before {
  display: none;
}

.edl-meet__card--cta .edl-meet__card-icon {
  background: rgba(201, 168, 76, 0.15);
}

.edl-meet__card--cta .edl-meet__card-icon svg {
  color: #c9a84c;
}

.edl-meet__card--cta .edl-meet__card-title {
  color: #f0ece4;
}

.edl-meet__card--cta .edl-meet__card-desc {
  color: rgba(240, 236, 228, 0.5);
}

.edl-meet__card--cta:hover {
  box-shadow: 0 8px 32px rgba(26, 26, 46, 0.2);
  border-color: transparent;
}

/* Bottom note */
.edl-meet__footer {
  text-align: center;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.edl-meet__footer-text {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #96133c;
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
  .edl-meet__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .edl-meet__card {
    padding: 22px 18px;
  }
}

@media (max-width: 480px) {
  .edl-meet__grid {
    grid-template-columns: 1fr;
  }
}

.edl-focus {
  background: linear-gradient(160deg, #2e0c1a 0%, #4a1428 35%, #5c1a32 60%, #3a1020 100%);
  padding: 56px 24px 64px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Noise texture */
.edl-focus::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='fn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23fn)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

/* Ambient glow */
.edl-focus__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

.edl-focus__glow--top {
  width: 400px;
  height: 400px;
  background: rgba(201, 168, 76, 0.06);
  top: -150px;
  right: -50px;
}

.edl-focus__glow--bottom {
  width: 350px;
  height: 350px;
  background: rgba(150, 19, 60, 0.08);
  bottom: -120px;
  left: -80px;
}

/* Header */
.edl-focus__header {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.edl-focus__tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.edl-focus__tag::before,
.edl-focus__tag::after {
  content: '';
  width: 24px;
  height: 1px;
  background: #c9a84c;
  opacity: 0.35;
}

.edl-focus__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 900;
  color: #f0ece4;
  line-height: 1.15;
}

.edl-focus__title em {
  font-style: italic;
  font-weight: 400;
  color: #c9a84c;
}

/* Grid */
.edl-focus__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 82%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.08);
  border-radius: 6px;
  overflow: hidden;
}

/* Card */
.edl-focus__card {
  position: relative;
  padding: 30px 22px;
  text-align: center;
  background: rgba(30, 8, 18, 0.7);
  backdrop-filter: blur(4px);
  transition: all 0.35s ease;
  cursor: default;
  border-radius: 19px;
}

.edl-focus__card:hover {
  background: rgba(60, 16, 36, 0.85);
}

/* Number */
.edl-focus__card-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: rgba(201, 168, 76, 0.1);
  line-height: 1;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.edl-focus__card:hover .edl-focus__card-num {
  color: rgba(201, 168, 76, 0.2);
}

/* Icon */
.edl-focus__card-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.07);
  border: 1px solid rgba(201, 168, 76, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  transition: all 0.3s ease;
}

.edl-focus__card:hover .edl-focus__card-icon {
  background: rgba(201, 168, 76, 0.12);
  border-color: rgba(201, 168, 76, 0.2);
  transform: scale(1.06);
}

.edl-focus__card-icon svg {
  width: 20px;
  height: 20px;
  color: #c9a84c;
}

.edl-focus__card-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f0ece4;
  line-height: 1.45;
}

/* Bottom accent */
.edl-focus__divider {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #96133c, #c9a84c);
  margin: 32px auto 0;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
  .edl-focus__card {
    padding: 24px 14px;
  }

  .edl-focus__card-title {
    font-size: 12px;
  }

  .edl-focus__card-num {
    font-size: 24px;
  }

  .edl-focus__card-icon {
    width: 40px;
    height: 40px;
  }

  .edl-focus__card-icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 520px) {
  .edl-focus__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


.edl-awaits {
  background: #ffffff;
  padding: 56px 0 54px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Header */
.edl-awaits__header {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto 36px;
  padding: 0 24px;
}

.edl-awaits__tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #96133c;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.edl-awaits__tag::before,
.edl-awaits__tag::after {
  content: '';
  width: 22px;
  height: 1px;
  background: #96133c;
  opacity: 0.3;
}

.edl-awaits__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 12px;
}

.edl-awaits__title em {
  font-style: italic;
  font-weight: 400;
  color: #96133c;
}

.edl-awaits__subtitle {
  font-size: 17px;
  color: #7a7a8e;
  line-height: 1.65;
  font-family: 'DM Sans', sans-serif;
}

/* Slider wrapper */
.edl-awaits__slider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  z-index: 1;
}

.edl-awaits__viewport {
  overflow: hidden;
  border-radius: 14px;
}

.edl-awaits__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}

/* Slide */
.edl-awaits__slide {
  flex: 0 0 33.333%;
  padding: 0 8px;
}

.edl-awaits__card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 380px;
  cursor: default;
  transition: transform 0.35s ease;
}

.edl-awaits__card:hover {
  transform: translateY(-5px);
}

.edl-awaits__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  filter: brightness(0.48) saturate(0.90);
}

.edl-awaits__card:hover .edl-awaits__card-img {
  transform: scale(1.06);
  filter: brightness(0.35) saturate(1);
}

.edl-awaits__card-num {
  position: absolute;
  top: 12px;
  left: 16px;
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  z-index: 2;
  transition: color 0.3s;
}

.edl-awaits__card:hover .edl-awaits__card-num {
  color: rgba(201, 168, 76, 0.14);
}

.edl-awaits__card-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: 'Space Mono', monospace;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 4px 10px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  z-index: 3;
}

.edl-awaits__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px;
  z-index: 2;
  background: linear-gradient(to top, rgba(10, 5, 8, 0.88) 0%, rgba(10, 5, 8, 0.4) 55%, transparent 100%);
}

.edl-awaits__card-title {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 6px;
}

.edl-awaits__card-desc {
  font-size: 12px;
  color: rgb(255 255 255);
  line-height: 1.55;
}

/* Nav arrows */
.edl-awaits__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(150, 19, 60, 0.15);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.25s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.edl-awaits__nav:hover {
  background: #96133c;
  border-color: #96133c;
  box-shadow: 0 4px 16px rgba(150, 19, 60, 0.2);
}

.edl-awaits__nav:hover svg {
  color: #ffffff;
}

.edl-awaits__nav svg {
  width: 18px;
  height: 18px;
  color: #96133c;
  transition: color 0.25s;
}

.edl-awaits__nav--prev {
  left: 8px;
}

.edl-awaits__nav--next {
  right: 8px;
}

/* Dots */
.edl-awaits__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.edl-awaits__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(150, 19, 60, 0.12);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.edl-awaits__dot.edl-active {
  background: #96133c;
  width: 24px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .edl-awaits__slide {
    flex: 0 0 50%;
  }

  .edl-awaits__slider {
    padding: 0 50px;
  }
}

@media (max-width: 560px) {
  .edl-awaits__slide {
    flex: 0 0 100%;
  }

  .edl-awaits__slider {
    padding: 0 44px;
  }

  .edl-awaits__card {
    height: 340px;
  }

  .edl-awaits__nav {
    width: 36px;
    height: 36px;
  }
}


.edl-agenda {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Header */
.edl-agenda__header {
  text-align: center;
  padding: 56px 24px 36px;
  position: relative;
  z-index: 1;
}

.edl-agenda__tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #96133c;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.edl-agenda__tag::before,
.edl-agenda__tag::after {
  content: '';
  width: 22px;
  height: 1px;
  background: #96133c;
  opacity: 0.3;
}

.edl-agenda__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.2;
}

.edl-agenda__title em {
  font-style: italic;
  font-weight: 400;
  color: #96133c;
}

/* Split layout */
.edl-agenda__split {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  gap: 0;
  position: relative;
  z-index: 1;
}

/* Left — Image */
.edl-agenda__visual {
  flex: 0 0 38%;
  position: relative;
  min-height: 500px;
}

.edl-agenda__img-stack {
  position: sticky;
  top: 20px;
  padding: 20px 24px 40px 24px;
}

.edl-agenda__img-main {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 40px rgba(150, 19, 60, 0.1);
}

.edl-agenda__img-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: brightness(0.85) saturate(1.1);
}

.edl-agenda__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 10, 18, 0.8) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
}

.edl-agenda__img-label {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 6px;
}

.edl-agenda__img-text {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #f0ece4;
  line-height: 1.3;
}

/* Small thumbnail strip */
.edl-agenda__thumbs {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.edl-agenda__thumb {
  flex: 1;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
}

.edl-agenda__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6) saturate(0.8);
  transition: filter 0.3s;
}

.edl-agenda__thumb:hover img {
  filter: brightness(0.8) saturate(1);
}

/* Right — Agenda list */
.edl-agenda__right {
  flex: 1;
  padding: 10px 24px 60px 20px;
}

.edl-agenda__list {
  position: relative;
}

.edl-agenda__list::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(150, 19, 60, 0.1) 5%, rgba(150, 19, 60, 0.1) 95%, transparent);
}

.edl-agenda__session {
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
  margin-bottom: 5px;
}

.edl-agenda__num-block {
  flex-shrink: 0;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.edl-agenda__num {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 900;
  color: #96133c;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(150, 19, 60, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.edl-agenda__session:hover .edl-agenda__num {
  background: #96133c;
  color: #fff;
  border-color: #96133c;
  box-shadow: 0 3px 10px rgba(150, 19, 60, 0.2);
}

.edl-agenda__content {
  flex: 1;
  background: #faf9f7;
  border: 1px solid rgba(150, 19, 60, 0.05);
  border-radius: 7px;
  padding: 14px 18px;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.edl-agenda__content::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #faf9f7;
  border-left: 1px solid rgba(150, 19, 60, 0.05);
  border-bottom: 1px solid rgba(150, 19, 60, 0.05);
  transition: background 0.3s;
}

.edl-agenda__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #96133c, #c9a84c);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.edl-agenda__session:hover .edl-agenda__content {
  background: #fff;
  border-color: rgba(150, 19, 60, 0.1);
  box-shadow: 0 3px 14px rgba(150, 19, 60, 0.04);
}

.edl-agenda__session:hover .edl-agenda__content::before {
  background: #fff;
}

.edl-agenda__session:hover .edl-agenda__content::after {
  transform: scaleX(1);
}

.edl-agenda__badge {
  display: inline-block;
  font-family: 'Space Mono', monospace;
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #96133c;
  background: rgba(150, 19, 60, 0.05);
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.edl-agenda__session-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.35;
  margin-bottom: 3px;
}

.edl-agenda__session-desc {
  font-size: 13px;
  color: #8a8a9a;
  line-height: 1.55;
  font-family: 'DM Sans', sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
  .edl-agenda__split {
    flex-direction: column;
  }

  .edl-agenda__visual {
    flex: none;
    min-height: auto;
  }

  .edl-agenda__img-stack {
    position: relative;
    top: auto;
    padding: 0 24px 20px;
  }

  .edl-agenda__img-main img {
    height: 260px;
  }

  .edl-agenda__right {
    padding: 0 24px 50px;
  }
}

/* --- Utilities --- */
.aw2-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 28px
}

.aw2-label {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.aw2-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #060606;
  line-height: 1.15;
}

.aw2-heading span {
  color: #96133c;
  font-style: italic;
}

/* ===== 1. HERO ===== */
.aw2-hero {
  background: #1a1a2e;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 420px
}

.aw2-hero__left {
  flex: 1;
  padding: 72px 48px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2
}

.aw2-hero__right {
  flex: 0 0 40%;
  position: relative;
  overflow: hidden
}

.aw2-hero__right-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.35) saturate(.6)
}

.aw2-hero__right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1a1a2e 0%, transparent 40%)
}

.aw2-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid rgba(201, 168, 76, .25);
  border-radius: 100px;
  background: rgba(201, 168, 76, .06);
  margin-bottom: 20px;
  width: fit-content
}

.aw2-hero__pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a84c;
  animation: awPulse 2s ease infinite
}

.aw2-hero__pill span {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c
}

@keyframes awPulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .4
  }
}

.aw2-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 5.5vw, 58px);
  font-weight: 700;
  color: #f0ece4;
  line-height: 1.08;
  margin-bottom: 12px
}

.aw2-hero__title em {
  font-style: italic;
  background: linear-gradient(135deg, #c9a84c, #e8d48b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.aw2-hero__sub {
  font-size: 14px;
  color: rgba(240, 236, 228, .5);
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 24px
}

.aw2-hero__meta {
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: rgba(240, 236, 228, .35)
}

.aw2-hero__meta b {
  color: rgba(240, 236, 228, .7)
}

.aw2-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  background: linear-gradient(135deg, #c9a84c, #e8d48b);
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 4px 18px rgba(201, 168, 76, .2);
  width: fit-content
}

.aw2-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 168, 76, .3)
}

/* ===== 2. DATES BAR ===== */
.aw2-dates {
  background: #96133c;
  padding: 0
}

.aw2-dates__inner {
  display: flex
}

.aw2-dates__item {
  flex: 1;
  padding: 20px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .1);
  transition: background .3s
}

.aw2-dates__item:last-child {
  border: none
}

.aw2-dates__item:hover {
  background: rgba(255, 255, 255, .06)
}

.aw2-dates__item-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 4px
}

.aw2-dates__item-date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff
}

/* ===== 3. INTRO ===== */
.aw2-intro {
  padding: 52px 28px;
  text-align: center
}

.aw2-intro__text {
  font-size: 15px;
  color: #5a5a6e;
  line-height: 1.85;
  max-width: 700px;
  margin: 16px auto 0
}

.aw2-intro__text b {
  color: #1a1a2e
}


/* ===== 4. CATEGORIES ===== */
.aw2-cats {
  padding: 0 28px 52px
}

.aw2-cats__header {
  text-align: center;
  margin-bottom: 28px
}

/* Main group tabs */
.aw2-cats__groups {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 2px solid #e8e4de;
  justify-content: center
}

.aw2-cats__group-btn {
  font-size: 13px;
  font-weight: 700;
  padding: 12px 24px;
  color: #7a7a8e;
  cursor: pointer;
  transition: all .25s;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none
}

.aw2-cats__group-btn.aw2-on {
  color: #96133c;
  border-bottom-color: #96133c
}

.aw2-cats__group-btn:hover:not(.aw2-on) {
  color: #1a1a2e
}

/* Group panels */
.aw2-cats__group-panel {
  display: none
}

.aw2-cats__group-panel.aw2-on {
  display: block
}

/* Sub-category accordion */
.aw2-cats__sub {
  border: 1px solid #ece8e2;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff
}

.aw2-cats__sub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  transition: background .25s;
  gap: 12px
}

.aw2-cats__sub-header:hover {
  background: rgba(150, 19, 60, .02)
}

.aw2-cats__sub.aw2-open .aw2-cats__sub-header {
  background: rgba(150, 19, 60, .03);
  border-bottom: 1px solid #ece8e2
}

.aw2-cats__sub-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 10px
}

.aw2-cats__sub-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #96133c, #b8183e);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.aw2-cats__sub-icon svg {
  width: 14px;
  height: 14px;
  color: #fff
}

.aw2-cats__sub-toggle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  flex-shrink: 0;
  background: #fff
}

.aw2-cats__sub-toggle svg {
  width: 12px;
  height: 12px;
  color: #96133c;
  transition: transform .3s
}

.aw2-cats__sub.aw2-open .aw2-cats__sub-toggle {
  background: rgba(150, 19, 60, .06);
  border-color: rgba(150, 19, 60, .2)
}

.aw2-cats__sub.aw2-open .aw2-cats__sub-toggle svg {
  transform: rotate(180deg)
}

.aw2-cats__sub-count {
  font-size: 10px;
  color: #9a9aab;
  font-weight: 500;
  margin-left: 4px
}

/* Items inside accordion */
.aw2-cats__items {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.25, .1, .25, 1)
}

.aw2-cats__items-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 14px 20px
}

.aw2-cats__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  background: #faf9f7;
  border: 1px solid #f0ece4;
  border-radius: 6px;
  font-size: 12px;
  color: #3a3a4e;
  transition: all .25s;
  line-height: 1.45
}

.aw2-cats__item:hover {
  border-color: rgba(150, 19, 60, .12);
  background: #fff;
  box-shadow: 0 2px 8px rgba(150, 19, 60, .03)
}

.aw2-cats__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #96133c;
  flex-shrink: 0;
  margin-top: 5px;
  opacity: .4
}

/* ===== 5. BENEFITS ===== */
.aw2-benefits {
  background: #f4f1ec;
  padding: 52px 28px
}

.aw2-benefits__header {
  text-align: center;
  margin-bottom: 28px
}

.aw2-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 820px;
  margin: 0 auto
}

.aw2-benefit2 {
  display: flex;
  gap: 16px;
  padding: 22px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ece8e2;
  transition: all .3s
}

.aw2-benefit2:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .04);
  border-color: rgba(150, 19, 60, .1);
  transform: translateY(-2px)
}

.aw2-benefit2__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #96133c, #b8183e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

.aw2-benefit2__title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 3px
}

.aw2-benefit2__desc {
  font-size: 12px;
  color: #7a7a8e;
  line-height: 1.55
}

/* ===== 6. FEES ===== */
.aw2-fees {
  padding: 52px 28px;
  text-align: center
}

.aw2-fees__grid {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center
}

.aw2-fee2 {
  flex: 1;
  background: #fff;
  border: 2px solid #f0ece4;
  border-radius: 14px;
  padding: 32px 20px 28px;
  text-align: center;
  transition: all .3s;
  position: relative
}

.aw2-fee2:hover {
  border-color: rgba(150, 19, 60, .15);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .05);
  transform: translateY(-4px)
}

.aw2-fee2--pop {
  border-color: #96133c;
  background: linear-gradient(170deg, #96133c, #b8183e);
  color: #fff
}

.aw2-fee2--pop .aw2-fee2__type {
  color: rgba(255, 255, 255, .7)
}

.aw2-fee2--pop .aw2-fee2__price {
  color: #fff
}

.aw2-fee2--pop .aw2-fee2__gst {
  color: rgba(255, 255, 255, .5)
}

.aw2-fee2--pop .aw2-fee2__btn {
  background: #fff;
  color: #96133c
}

.aw2-fee2--pop .aw2-fee2__btn:hover {
  background: #f0ece4
}

.aw2-fee2__badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #c9a84c;
  padding: 3px 14px;
  border-radius: 100px
}

.aw2-fee2__type {
  font-size: 11px;
  font-weight: 600;
  color: #7a7a8e;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px
}

.aw2-fee2__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1
}

.aw2-fee2__gst {
  font-size: 11px;
  color: #9a9aab;
  margin-top: 4px;
  margin-bottom: 18px
}

.aw2-fee2__btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #96133c;
  padding: 10px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: all .3s
}

.aw2-fee2__btn:hover {
  background: #b8183e;
  box-shadow: 0 4px 14px rgba(150, 19, 60, .2)
}

/* ===== 7. STEPS ===== */
.aw2-steps {
  background: #1a1a2e;
  padding: 48px 28px
}

.aw2-steps__header {
  text-align: center;
  margin-bottom: 28px
}

.aw2-steps__header .aw2-heading {
  color: #f0ece4
}

.aw2-steps__row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  position: relative
}

.aw2-steps__row::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: rgba(201, 168, 76, .1)
}

.aw2-step2 {
  flex: 1;
  text-align: center;
  position: relative
}

.aw2-step2__circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(201, 168, 76, .2);
  background: #1a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
  transition: all .3s
}

.aw2-step2:hover .aw2-step2__circle {
  border-color: #c9a84c;
  background: rgba(201, 168, 76, .08);
  box-shadow: 0 4px 16px rgba(201, 168, 76, .15)
}

.aw2-step2__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 700;
  color: #c9a84c
}

.aw2-step2__text {
  font-size: 11px;
  font-weight: 500;
  color: rgba(240, 236, 228, .6);
  line-height: 1.4
}

/* ===== 8. PAST + CTA ===== */
.aw2-bottom {
  padding: 52px 28px;
  text-align: center
}

.aw2-bottom__desc {
  font-size: 16px;
  color: #ffffff;
  margin: 14px auto 24px;
  max-width: 440px;
  line-height: 1.65;
}

.aw2-bottom__links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

.aw2-bottom__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: all .3s
}

.aw2-bottom__btn--outline {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.aw2-bottom__btn--outline:hover {
  background: #96133c;
  color: #fff
}

.aw2-bottom__btn--fill {
  color: #fff;
  background: linear-gradient(135deg, #c9a84c, #e8d48b);
  border: none
}

.aw2-bottom__btn--fill:hover {
  box-shadow: 0 6px 20px rgba(201, 168, 76, .25);
  transform: translateY(-2px)
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
  .aw2-hero {
    flex-direction: column
  }

  .aw2-hero__right {
    flex: none;
    height: 200px
  }

  .aw2-hero__left {
    padding: 40px 24px
  }

  .aw2-hero__right::after {
    background: linear-gradient(to top, #1a1a2e, transparent 60%)
  }

  .aw2-dates__inner {
    flex-direction: column
  }

  .aw2-dates__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }

  .aw2-cats__grid.aw2-on,
  .aw2-benefits__grid {
    grid-template-columns: 1fr
  }

  .aw2-fees__grid {
    flex-direction: column
  }

  .aw2-steps__row {
    flex-wrap: wrap;
    gap: 16px
  }

  .aw2-steps__row::before {
    display: none
  }

  .aw2-step2 {
    flex: 0 0 30%
  }
}

.aw2-faq {
  padding: 56px 24px 64px;
  max-width: 800px;
  margin: 0 auto
}

/* Header */
.aw2-faq__header {
  text-align: center;
  margin-bottom: 36px
}

.aw2-faq__label {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #96133c;
  margin-bottom: 10px;
  display: block
}

.aw2-faq__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.15
}

.aw2-faq__title span {
  color: #96133c;
  font-style: italic
}

.aw2-faq__sub {
  font-size: 13px;
  color: #7a7a8e;
  margin-top: 10px;
  line-height: 1.6
}

/* FAQ List */
.aw2-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px
}

/* Single FAQ item */
.aw2-faq__item {
  background: #fff;
  border: 1px solid #ece8e2;
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s
}

.aw2-faq__item:hover {
  border-color: rgba(150, 19, 60, .12)
}

.aw2-faq__item.aw2-open {
  border-color: rgba(150, 19, 60, .18);
  box-shadow: 0 4px 20px rgba(150, 19, 60, .05)
}

/* Question row */
.aw2-faq__q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  transition: background .2s;
  user-select: none
}

.aw2-faq__q:hover {
  background: rgba(150, 19, 60, .015)
}

.aw2-faq__item.aw2-open .aw2-faq__q {
  background: rgba(150, 19, 60, .025)
}

/* Number */
.aw2-faq__num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #96133c, #b8183e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: all .3s
}

.aw2-faq__item.aw2-open .aw2-faq__num {
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(150, 19, 60, .2)
}

/* Question text */
.aw2-faq__q-text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.4;
  transition: color .25s
}

.aw2-faq__item.aw2-open .aw2-faq__q-text {
  color: #96133c
}

/* Toggle icon */
.aw2-faq__toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  background: #fff
}

.aw2-faq__toggle svg {
  width: 14px;
  height: 14px;
  color: #96133c;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1)
}

.aw2-faq__item.aw2-open .aw2-faq__toggle {
  background: rgba(150, 19, 60, .06);
  border-color: rgba(150, 19, 60, .2)
}

.aw2-faq__item.aw2-open .aw2-faq__toggle svg {
  transform: rotate(180deg)
}

/* Answer */
.aw2-faq__a-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.25, .1, .25, 1)
}

.aw2-faq__a {
  padding: 0 22px 20px 70px;
  font-size: 13px;
  color: #5a5a6e;
  line-height: 1.75
}

.aw2-faq__a b {
  color: #1a1a2e
}

/* Bottom divider */
.aw2-faq__line {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #96133c, #c9a84c);
  border-radius: 2px;
  margin: 32px auto 0
}

/* Still have questions? */
.aw2-faq__contact {
  text-align: center;
  margin-top: 28px
}

.aw2-faq__contact-text {
  font-size: 13px;
  color: #7a7a8e;
  margin-bottom: 12px
}

.aw2-faq__contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #96133c;
  border: 2px solid #96133c;
  padding: 10px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: all .3s
}

.aw2-faq__contact-btn:hover {
  background: #96133c;
  color: #fff
}

@media(max-width:600px) {
  .aw2-faq__q {
    padding: 14px 16px;
    gap: 12px
  }

  .aw2-faq__a {
    padding: 0 16px 16px 60px
  }

  .aw2-faq__num {
    width: 28px;
    height: 28px;
    font-size: 13px
  }
}

section.aw2-bottom {
  background: url(https://nbfc100.eletsonline.com/assets/images/abstrac-awards.webp);
  padding: 90px;
}

.nbfc-footer {
  background: radial-gradient(ellipse 900px 500px at 15% 0%, rgba(165, 29, 86, .25) 0%, transparent 60%), radial-gradient(ellipse 700px 400px at 90% 100%, rgba(212, 160, 75, .12) 0%, transparent 60%), linear-gradient(180deg, var(--ink) 0%, #0d020a 100%);

}

.nbfc-footer::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-bright) 50%, var(--gold) 80%, transparent 100%);
}

.footer-cta-band {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}

.nbfc-footer {
  --magenta-deep: #5a0a2e;
  --magenta: #a51d56;
  --magenta-bright: #d4337a;
  --pink: #ff5d8f;
  --gold: #d4a04b;
  --gold-bright: #f0c463;
  --gold-soft: #fff1cf;
  --ink: #1a0309;
  --ink-2: #2a0613;
  --line: rgba(244, 201, 93, .12);
  --line-strong: rgba(244, 201, 93, .22);
  --text: #fdf6ee;
  --text-soft: #c9aab8;
  --text-dim: #876575;
  position: relative;
  background: radial-gradient(ellipse 900px 500px at 15% 0%, rgba(165, 29, 86, .25) 0%, transparent 60%), radial-gradient(ellipse 700px 400px at 90% 100%, rgba(212, 160, 75, .12) 0%, transparent 60%), linear-gradient(180deg, var(--ink) 0%, #0d020a 100%);
  color: var(--text);
  font-family: 'Inter Tight', 'Inter', 'Segoe UI', -apple-system, system-ui, sans-serif;
  overflow: hidden;
  border-top: 1px solid var(--line);
  -webkit-font-smoothing: antialiased;
}

.nbfc-footer * {
  box-sizing: border-box;
}

.footer-cta-text h2 {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 1.1;
  font-variation-settings: 'opsz' 48;
  margin: 0 0 12px;
  color: var(--text);
}

.footer-cta-text h2 em {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-cta-text p {
  font-size: 14.5px;
  color: var(--text-soft);
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
}

.footer-cta-form {
  display: flex;
  gap: 10px;
}

.footer-cta-form input[type=email] {
  flex: 1;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  outline: none;
  transition: border-color .2s, background .2s;
  letter-spacing: -.005em;
  min-width: 0;
}

.footer-cta-form button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-size: 16px;
  font-weight: 400;
  font-variation-settings: 'opsz' 24;
  color: var(--magenta-deep);
  background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold) 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
  box-shadow: 0 4px 16px -4px rgba(244, 201, 93, .4);
  letter-spacing: .005em;
}

.footer-main {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 40px 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
}

.footer-brand-tag {

  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-bright);
  padding: 5px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  background: rgba(244, 201, 93, .06);
  margin-bottom: 18px;
}

.footer-brand-tag::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 0 0 rgba(240, 196, 99, .6);
  animation: tag-pulse 2.4s infinite;
}

.footer-brand .footer-logo-wrap {
  display: inline-block;
  padding: 14px 20px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid var(--gold);
  box-shadow: 0 4px 20px -4px rgba(244, 201, 93, .25);
}

.footer-brand .footer-logo-wrap img {
  display: block;
  max-height: 48px;
  width: auto;
}

.footer-brand p {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.6;
  margin: 0;
  max-width: 340px;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-col-title {
  font-family: 'Bodoni Moda', 'Didot', serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.005em;
  font-variation-settings: 'opsz' 20;
  color: var(--text);
  margin: 0 0 22px;
  position: relative;
  padding-bottom: 14px;
  display: inline-block;
}

.footer-col ul a,
.footer-col ul li:not(.contact-item) {
  font-size: 13.5px;
  color: var(--text-soft);
  text-decoration: none;
  letter-spacing: -.005em;
  transition: color .2s, padding .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-col ul a::before {
  content: '→';
  color: var(--gold);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .2s, transform .2s;
  font-family: 'Inter Tight', sans-serif;
}

.footer-col ul a:hover {
  color: var(--gold-bright)
}

.footer-col ul a:hover::before {
  opacity: 1;
  transform: translateX(0)
}

/* contact column */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  color: var(--text-soft);
  line-height: 1.55;
}

/* ============ SOCIAL ============ */
.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.footer-social-row a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-soft);
  transition: all .25s;
  text-decoration: none;
}

.footer-social-row a:hover {
  background: linear-gradient(135deg, var(--magenta) 0%, var(--magenta-bright) 100%);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -4px rgba(212, 51, 122, .5);
}

.footer-social-row a svg {
  width: 16px;
  height: 16px;
  fill: currentColor
}

/* ============ EVENT META BAR ============ */
.footer-event-bar {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-event-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.event-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line-strong);
  font-size: 12px;
  color: var(--text-soft);
  font-weight: 500;
  letter-spacing: .005em;
}

.nbfc-footer * {
  box-sizing: border-box;
}

.event-chip svg {
  width: 13px;
  height: 13px;
  color: var(--gold-bright);
  flex-shrink: 0;
  stroke-width: 2;
  fill: none;
  stroke: currentColor
}

.event-chip strong {
  color: var(--text);
  font-weight: 600
}

/* ============ BOTTOM COPYRIGHT BAR ============ */
.footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, .4);
  backdrop-filter: blur(10px);
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer-copy {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--text-dim);
}

.footer-copy a {
  color: var(--gold-bright);
  text-decoration: none;
  font-weight: 600
}

.footer-copy a:hover {
  color: var(--gold-soft)
}

.footer-bottom-links {
  display: flex;
  gap: 22px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: .04em;
  color: var(--text-dim);
}

.footer-bottom-links a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-links a:hover {
  color: var(--gold-bright)
}

/* ============ RESPONSIVE ============ */
@media(max-width:992px) {
  .footer-cta-band {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 28px
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    padding: 48px 28px 32px
  }

  .footer-brand {
    grid-column: 1 / -1
  }
}

@media(max-width:600px) {
  .footer-cta-band {
    padding: 32px 20px
  }

  .footer-cta-form {
    flex-direction: column
  }

  .footer-cta-form button {
    justify-content: center
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 40px 20px 28px;
    gap: 32px
  }

  .footer-event-bar {
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start
  }

  .footer-bottom-inner {
    padding: 16px 20px;
    flex-direction: column;
    text-align: center
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center
  }
}

.header-menu-area.sticky-header {
  background: radial-gradient(ellipse 900px 500px at 15% 0%, rgba(165, 29, 86, .25) 0%, transparent 60%), radial-gradient(ellipse 700px 400px at 90% 100%, rgba(212, 160, 75, .12) 0%, transparent 60%), linear-gradient(180deg, #1a0309 0%, #0d020a 100%);
}



.speakers-section {
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.speakers-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 20px;
  flex-wrap: wrap;
}

.speakers-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 30, 58, .1);
  border: 1px solid rgba(196, 30, 58, .2);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #E04060;
  margin-bottom: 14px;
}

.speakers-pulse {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C41E3A;
  animation: ping 1.8s ease infinite;
  flex-shrink: 0;
}

@keyframes ping {
  0% {
    box-shadow: 0 0 0 0 rgba(196, 30, 58, .5)
  }

  70% {
    box-shadow: 0 0 0 8px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

/* h2{font-family:'Syne',sans-serif;font-size:clamp(30px,4vw,50px);font-weight:800;letter-spacing:-.03em;line-height:1.05;}
h2 em{font-style:normal;background:linear-gradient(90deg,#C41E3A,#E8402A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;} */

/* nav arrows */
.speakers-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.speakers-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(247, 242, 236, .5);
  transition: all .2s;
  flex-shrink: 0;
}

.speakers-nav-btn:hover {
  border-color: rgba(196, 30, 58, .35);
  background: rgba(196, 30, 58, .1);
  color: #F7F2EC;
}

.speakers-nav-btn:disabled {
  opacity: .25;
  cursor: not-allowed;
  pointer-events: none;
}

.speakers-slide-count {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(247, 242, 236, .25);
  padding: 0 4px;
  white-space: nowrap;
}

/* ── SLIDER WRAPPER ── */
.speakers-slider-outer {
  position: relative;
  overflow: hidden;
}

/* fade edges */
.speakers-slider-outer::before,
.speakers-slider-outer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 10;
  pointer-events: none;
}

.speakers-slider-outer::before {
  left: 0;
  background: linear-gradient(90deg, #07050A, transparent);
}

.speakers-slider-outer::after {
  right: 0;
  background: linear-gradient(-90deg, #07050A, transparent);
}

.speakers-slider-track {
  display: flex;
  gap: 14px;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
  align-items: flex-end;
}

/* ── CARD ── */
.speakers-card {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex: 0 0 calc((100% - 56px) / 5);
  aspect-ratio: 3/4.6;
  cursor: pointer;
  transition: transform .4s cubic-bezier(.2, 0, .2, 1), box-shadow .4s;
}

.speakers-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 40px 80px rgba(0, 0, 0, .7), 0 0 0 1px rgba(196, 30, 58, .2);
  z-index: 2;
}

.speakers-card-feat {
  transform: translateY(-14px);
  box-shadow: 0 32px 80px rgba(196, 30, 58, .2), 0 0 0 1px rgba(196, 30, 58, .28);
}

.speakers-card-feat:hover {
  transform: translateY(-22px) scale(1.02);
  box-shadow: 0 48px 90px rgba(196, 30, 58, .3), 0 0 0 1px rgba(196, 30, 58, .4);
}

/* photo */
.speakers-photo-bg {
  position: absolute;
  inset: 0;
}

.speakers-photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .5s cubic-bezier(.2, 0, .2, 1);
}

.speakers-card:hover .speakers-photo-img {
  transform: scale(1.06);
}

.bg-1 {
  background: linear-gradient(180deg, #2a1f3a, #1a1228 60%, #3d1a2a);
}

.bg-2 {
  background: linear-gradient(180deg, #1a2535, #0e1520 60%, #2a1a10);
}

.bg-3 {
  background: linear-gradient(180deg, #1a2a1a, #0e160e 60%, #2a2010);
}

.bg-4 {
  background: linear-gradient(180deg, #251520, #180e14 60%, #350a18);
}

.bg-5 {
  background: linear-gradient(180deg, #1a1a30, #0e0e1e 60%, #1a2530);
}

.bg-6 {
  background: linear-gradient(180deg, #201a10, #140e08 60%, #2a1a08);
}

.bg-7 {
  background: linear-gradient(180deg, #102028, #081218 60%, #102025);
}

.bg-8 {
  background: linear-gradient(180deg, #1e1030, #120820 60%, #201035);
}

.speakers-tint {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity .3s;
}

.speakers-card:hover .speakers-tint {
  opacity: .7;
}

/* country tag */
.speakers-country {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, .6);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 3px 9px;
  font-family: 'Syne', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(247, 242, 236, .6);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ── TEXT OVERLAY with strong shadow ── */
.speakers-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 16px 18px;
  /* deep multi-stop gradient so text is ALWAYS readable */
  background: linear-gradient(0deg,
      rgba(4, 2, 7, 1) 0%,
      rgba(4, 2, 7, .99) 25%,
      rgba(4, 2, 7, .95) 40%,
      rgba(4, 2, 7, .82) 55%,
      rgba(4, 2, 7, .5) 68%,
      rgba(4, 2, 7, .15) 82%,
      transparent 100%);
  z-index: 3;
}

.speakers-reveal-line {
  height: 1.5px;
  background: linear-gradient(90deg, #C41E3A, #E8A020);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s .05s ease;
  margin-bottom: 10px;
  border-radius: 2px;
}

.speakers-card:hover .speakers-reveal-line {
  transform: scaleX(1);
}

.speakers-feat-line {
  transform: scaleX(1);
}

.speaker-name {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.speaker-role {
  font-size: 11px;
  font-weight: 300;
  color: rgba(247, 242, 236, .55);
  line-height: 1.4;
  margin-bottom: 6px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .9);
}

.speaker-org {
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.speaker-org-red {
  color: #D83050;
}

.speaker-org-gold {
  color: #E8A020;
}

.speaker-org-teal {
  color: #30B09A;
}

.speaker-org-blue {
  color: #6090E0;
}

.speaker-org-indigo {
  color: #9080E8;
}

/* featured border */
.speakers-feat-border {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(196, 30, 58, .4);
  pointer-events: none;
  z-index: 5;
}

/* ── DOTS ── */
.speakers-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.speakers-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  cursor: pointer;
  transition: all .25s;
}

.speakers-dot.speakers-dot-active {
  background: #C41E3A;
  width: 20px;
  border-radius: 3px;
}

/* ── BOTTOM STRIP ── */
.speakers-strip {
  display: flex;
  gap: 0;
  margin-top: 36px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 16px;
  overflow: hidden;
}

.speakers-strip-item {
  flex: 1;
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .05);
  transition: background .2s;
}

.speakers-strip-item:last-child {
  border-right: none;
}

.speakers-strip-item:hover {
  background: rgba(196, 30, 58, .06);
}

.speakers-strip-num {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  background: linear-gradient(90deg, #C41E3A, #E8A020);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.speakers-strip-lbl {
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(247, 242, 236, .22);
  margin-top: 3px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.speakers-card {
  animation: fadeUp .5s ease both;
}

@media(max-width:900px) {
  .speakers-card {
    flex: 0 0 calc((100% - 28px) / 3);
  }

  .speakers-card-feat {
    transform: none;
  }
}

@media(max-width:560px) {
  .speakers-card {
    flex: 0 0 calc((100% - 14px) / 2);
  }

  .speakers-strip {
    flex-wrap: wrap;
  }

  .speakers-strip-item {
    flex: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
  }
}



/* ── animated bg mesh ── */
.sii-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(196, 30, 58, .07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 10% 20%, rgba(196, 30, 58, .09) 0%, transparent 60%),
    radial-gradient(ellipse 35% 45% at 90% 80%, rgba(232, 160, 32, .06) 0%, transparent 60%);
}

.sii-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  padding-top: 53px;
}

/* ══════════════════════════
   HEADING BLOCK
══════════════════════════ */
.sii-heading {
  text-align: center;
  max-width: 780px;
  animation: siiUp .7s ease both;
}

.sii-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 30, 58, .08);
  border: 1px solid rgba(196, 30, 58, .2);
  border-radius: 100px;
  padding: 5px 16px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #D83050;
  margin-bottom: 28px;
}

.sii-tag-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C41E3A;
  box-shadow: 0 0 6px #C41E3A;
  animation: siiPing 2s ease infinite;
}

@keyframes siiPing {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .4;
    transform: scale(1.4)
  }
}

.sii-h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(52px, 8vw, 57px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .95;
  margin-bottom: 28px;
}

.sii-h1 .w-white {
  color: #F7F2EC;
}

.sii-h1 .w-red {
  background: linear-gradient(90deg, #C41E3A 0%, #E8402A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sii-h1 .w-gold {
  background: linear-gradient(90deg, #D4880A 0%, #F5C030 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sii-h1 .dot {
  color: #C41E3A;
  -webkit-text-fill-color: #C41E3A;
}

.sii-sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(247, 242, 236, .4);
  max-width: 560px;
  font-family: 'DM Sans', sans-serif;
  margin: 0 auto;
  font-style: italic;
}

/* ══════════════════════════
   DIVIDER
══════════════════════════ */
.sii-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(196, 30, 58, .25) 25%,
      rgba(232, 160, 32, .2) 50%,
      rgba(196, 30, 58, .25) 75%,
      transparent 100%);
  animation: siiUp .7s .1s ease both;
}

/* ══════════════════════════
   STATS GRID
══════════════════════════ */
.sii-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

/* vertical separators */
.sii-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 24.9%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 25.1%, transparent 25.2%),
    linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 50.1%, transparent 50.2%),
    linear-gradient(90deg, transparent 74.9%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 75.1%, transparent 75.2%);
  pointer-events: none;
}

.sii-stat {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: default;
  animation: siiUp .6s ease both;
}

.sii-stat:nth-child(1) {
  animation-delay: .1s
}

.sii-stat:nth-child(2) {
  animation-delay: .17s
}

.sii-stat:nth-child(3) {
  animation-delay: .24s
}

.sii-stat:nth-child(4) {
  animation-delay: .31s
}

/* hover glow per stat */
.sii-stat::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 80%, rgba(196, 30, 58, .08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}

.sii-stat:hover::after {
  opacity: 1;
}

.sii-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(196, 30, 58, .08);
  border: 1px solid rgba(196, 30, 58, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  transition: background .3s, transform .3s;
}

.sii-stat:hover .sii-icon {
  background: rgba(196, 30, 58, .15);
  transform: translateY(-3px);
}

.sii-num {
  font-family: 'Syne', sans-serif;
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  color: #F7F2EC;
  display: flex;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 12px;
}

.sii-plus {
  font-size: .42em;
  color: #C41E3A;
  margin-top: .1em;
  font-weight: 700;
}

/* animated number fill bar */
.sii-bar {
  width: 48px;
  height: 2px;
  background: rgba(255, 255, 255, .06);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 14px;
}

.sii-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #C41E3A, #E8A020);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s .4s cubic-bezier(.4, 0, .2, 1);
}

.sii-stat.sii-on .sii-bar-fill {
  transform: scaleX(1);
}

.sii-label {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(247, 242, 236, .8);
  letter-spacing: .01em;
  line-height: 1.3;
  margin-bottom: 6px;
}

.sii-desc {
  font-size: 11px;
  font-weight: 300;
  color: rgba(247, 242, 236, .28);
  line-height: 1.5;
  letter-spacing: .02em;
}

/* gold variant for last stat */
.sii-stat-gold .sii-icon {
  background: rgba(232, 160, 32, .08);
  border-color: rgba(232, 160, 32, .15);
}

.sii-stat-gold:hover .sii-icon {
  background: rgba(232, 160, 32, .15);
}

.sii-stat-gold .sii-plus {
  color: #E8A020;
}

.sii-stat-gold .sii-bar-fill {
  background: linear-gradient(90deg, #E8A020, #F5C030);
}

.sii-stat-gold::after {
  background: radial-gradient(ellipse 80% 70% at 50% 80%, rgba(232, 160, 32, .07) 0%, transparent 70%);
}

/* count */
.sii-count {
  display: inline;
}

/* ══════════════════════════
   BOTTOM TAGLINE
══════════════════════════ */
.sii-tagline {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: siiUp .7s .4s ease both;
  opacity: 0;
  animation-fill-mode: both;
}

.sii-tagline-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .07));
}

.sii-tagline-line:last-child {
  background: linear-gradient(270deg, transparent, rgba(255, 255, 255, .07));
}

.sii-tagline-text {
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(247, 242, 236, .18);
  white-space: nowrap;
}

@keyframes siiUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media(max-width:860px) {
  .sii-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .sii-stats::before {
    background:
      linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, .05) 50%, transparent 50.5%),
      linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, .05) 50%, transparent 50.5%);
  }
}

@media(max-width:480px) {
  .sii-stats {
    grid-template-columns: 1fr;
  }

  .sii-stats::before {
    display: none;
  }

  .sii-h1 {
    font-size: clamp(44px, 12vw, 72px);
  }
}

section#highlights {
  background: #07050A;
}

.sii-icon img {
  width: 55%;
}

.speakers-section {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  background: radial-gradient(ellipse 900px 500px at 15% 0%, rgba(165, 29, 86, .25) 0%, transparent 60%), radial-gradient(ellipse 700px 400px at 90% 100%, rgba(212, 160, 75, .12) 0%, transparent 60%), linear-gradient(180deg, #1a0309 0%, #0d020a 100%);
}

/* ── HEADER ── */
.speakers-header {
  padding-bottom: 56px;
  padding-top: 47px;
  /* justify-content: space-between; */
  margin-bottom: 48px;
  gap: 44px;
  flex-wrap: wrap;
  width: 81%;
  margin: auto;
}

.speakers-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 30, 58, .1);
  border: 1px solid rgba(196, 30, 58, .2);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #E04060;
  margin-bottom: 14px;
}

.speakers-pulse {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C41E3A;
  animation: ping 1.8s ease infinite;
  flex-shrink: 0;
}

@keyframes ping {
  0% {
    box-shadow: 0 0 0 0 rgba(196, 30, 58, .5)
  }

  70% {
    box-shadow: 0 0 0 8px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

.speakers-section h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.05;
  color: white;
}

.speakers-section h2 em {
  font-style: normal;
  background: linear-gradient(90deg, #C41E3A, #E8402A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* nav arrows */
.speakers-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.speakers-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(247, 242, 236, .5);
  transition: all .2s;
  flex-shrink: 0;
}

.speakers-nav-btn:hover {
  border-color: rgba(196, 30, 58, .35);
  background: rgba(196, 30, 58, .1);
  color: #F7F2EC;
}

.speakers-nav-btn:disabled {
  opacity: .25;
  cursor: not-allowed;
  pointer-events: none;
}

.speakers-slide-count {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(247, 242, 236, .25);
  padding: 0 4px;
  white-space: nowrap;
}

/* ── SLIDER WRAPPER ── */
.speakers-slider-outer {
  position: relative;
  overflow: hidden;
}

/* fade edges */
.speakers-slider-outer::before,
.speakers-slider-outer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 10;
  pointer-events: none;
}

.speakers-slider-outer::before {
  left: 0;
  background: linear-gradient(90deg, #07050A, transparent);
}

.speakers-slider-outer::after {
  right: 0;
  background: linear-gradient(-90deg, #07050A, transparent);
}

.speakers-slider-track {
  display: flex;
  gap: 14px;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
  align-items: flex-end;
}

/* ── CARD ── */
.speakers-card {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex: 0 0 calc((100% - 56px) / 5);
  aspect-ratio: 3/4.6;
  cursor: pointer;
  transition: transform .4s cubic-bezier(.2, 0, .2, 1), box-shadow .4s;
}

.speakers-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 40px 80px rgba(0, 0, 0, .7), 0 0 0 1px rgba(196, 30, 58, .2);
  z-index: 2;
}

.speakers-card-feat {
  transform: translateY(-14px);
  box-shadow: 0 32px 80px rgba(196, 30, 58, .2), 0 0 0 1px rgba(196, 30, 58, .28);
}

.speakers-card-feat:hover {
  transform: translateY(-22px) scale(1.02);
  box-shadow: 0 48px 90px rgba(196, 30, 58, .3), 0 0 0 1px rgba(196, 30, 58, .4);
}

/* photo */
.speakers-photo-bg {
  position: absolute;
  inset: 0;
}

.speakers-photo-img {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #300021, #420702);
  width: 100%;
  height: 77%;
  object-fit: cover;
  object-position: top center;
  transition: transform .5s cubic-bezier(.2, 0, .2, 1);
}

.speakers-card:hover .speakers-photo-img {
  transform: scale(1.06);
}

/* .bg-1 {
  background: linear-gradient(180deg, #2a1f3a, #1a1228 60%, #3d1a2a);
}

.bg-2 {
  background: linear-gradient(180deg, #1a2535, #0e1520 60%, #2a1a10);
}

.bg-3 {
  background: linear-gradient(180deg, #1a2a1a, #0e160e 60%, #2a2010);
}

.bg-4 {
  background: linear-gradient(180deg, #251520, #180e14 60%, #350a18);
}

.bg-5 {
  background: linear-gradient(180deg, #1a1a30, #0e0e1e 60%, #1a2530);
}

.bg-6 {
  background: linear-gradient(180deg, #201a10, #140e08 60%, #2a1a08);
}

.bg-7 {
  background: linear-gradient(180deg, #102028, #081218 60%, #102025);
}

.bg-8 {
  background: linear-gradient(180deg, #1e1030, #120820 60%, #201035);
} */

.speakers-tint {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity .3s;
}

/* 
.speakers-tint-red {
  background: linear-gradient(180deg, rgba(196, 30, 58, .2) 0%, transparent 55%);
}

.speakers-tint-blue {
  background: linear-gradient(180deg, rgba(40, 80, 180, .2) 0%, transparent 55%);
}

.speakers-tint-teal {
  background: linear-gradient(180deg, rgba(20, 140, 120, .2) 0%, transparent 55%);
}

.speakers-tint-gold {
  background: linear-gradient(180deg, rgba(200, 140, 20, .2) 0%, transparent 55%);
}

.speakers-tint-indigo {
  background: linear-gradient(180deg, rgba(100, 60, 200, .2) 0%, transparent 55%);
} */

.speakers-card:hover .speakers-tint {
  opacity: .7;
}

/* country tag */
.speakers-country {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, .6);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 3px 9px;
  font-family: 'Syne', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(247, 242, 236, .6);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ── TEXT OVERLAY with strong shadow ── */
.speakers-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 16px 18px;
  /* deep multi-stop gradient so text is ALWAYS readable */
  background: linear-gradient(0deg,
      rgba(4, 2, 7, 1) 0%,
      rgba(4, 2, 7, .99) 25%,
      rgba(4, 2, 7, .95) 40%,
      rgba(4, 2, 7, .82) 55%,
      rgba(4, 2, 7, .5) 68%,
      rgba(4, 2, 7, .15) 82%,
      transparent 100%);
  z-index: 3;
}

.speakers-reveal-line {
  height: 1.5px;
  background: linear-gradient(90deg, #C41E3A, #E8A020);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s .05s ease;
  margin-bottom: 10px;
  border-radius: 2px;
}

.speakers-card:hover .speakers-reveal-line {
  transform: scaleX(1);
}

.speakers-feat-line {
  transform: scaleX(1);
}

.speaker-name {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.speaker-role {
  font-size: 11px;
  font-weight: 300;
  color: rgb(255 255 255);
  line-height: 1.4;
  margin-bottom: 6px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .9);
}

.speaker-org {
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: wheat;
}

.speaker-org-red {
  color: #D83050;
}

.speaker-org-gold {
  color: #E8A020;
}

.speaker-org-teal {
  color: #30B09A;
}

.speaker-org-blue {
  color: #6090E0;
}

.speaker-org-indigo {
  color: #9080E8;
}

/* featured border */
.speakers-feat-border {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(196, 30, 58, .4);
  pointer-events: none;
  z-index: 5;
}

/* ── DOTS ── */
.speakers-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.speakers-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  cursor: pointer;
  transition: all .25s;
}

.speakers-dot.speakers-dot-active {
  background: #C41E3A;
  width: 20px;
  border-radius: 3px;
}

/* ── BOTTOM STRIP ── */
.speakers-strip {
  display: flex;
  gap: 0;
  margin-top: 36px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 16px;
  overflow: hidden;
}

.speakers-strip-item {
  flex: 1;
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .05);
  transition: background .2s;
}

.speakers-strip-item:last-child {
  border-right: none;
}

.speakers-strip-item:hover {
  background: rgba(196, 30, 58, .06);
}

.speakers-strip-num {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  background: linear-gradient(90deg, #C41E3A, #E8A020);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.speakers-strip-lbl {
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(247, 242, 236, .22);
  margin-top: 3px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.speakers-card {
  animation: fadeUp .5s ease both;
}

@media(max-width:900px) {
  .speakers-card {
    flex: 0 0 calc((100% - 28px) / 3);
  }

  .speakers-card-feat {
    transform: none;
  }

  video#myVideo {
    object-fit: cover;
    height: 400px !important;
  }

  video#myVideo {
    object-fit: cover;
    height: 400px !important;
  }
}

@media(max-width:560px) {
  .speakers-card {
    flex: 0 0 calc((100% - 14px) / 2);
  }

  .speakers-strip {
    flex-wrap: wrap;
  }

  .speakers-strip-item {
    flex: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
  }
}

/* Ensure nav is hidden on mobile by default */
@media (max-width: 1199px) {
  #main-menu {
    display: none;
  }

  #main-menu.menu-open {
    display: block !important;
  }

  /* Fix icon visibility */
  .mobile-menu-toggle-btn i {
    font-size: 22px;
    color: #fff;
  }

  /* Ensure menu opens below header */
  #main-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: radial-gradient(ellipse 900px 500px at 15% 0%, rgba(165, 29, 86, .25) 0%, transparent 60%), radial-gradient(ellipse 700px 400px at 90% 100%, rgba(212, 160, 75, .12) 0%, transparent 60%), linear-gradient(180deg, #1a0309 0%, #0d020a 100%);
    z-index: 9999;
    padding: 12px 0;
  }

  #main-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }
}

/* ── BURGER MENU FIX ── */

/* 1. Remove overflow:hidden that clips the mobile menu */
@media (max-width: 1199px) {
  .header-menu-area {
    overflow: visible !important;
  }

  .containr {
    overflow: visible !important;
    position: relative;
  }

  .main-header {
    overflow: visible !important;
  }

  /* 2. Mean-nav dropdown positioning & visibility */
  .mean-container .mean-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
    max-height: 70vh;
    overflow-y: auto;
  }

  /* 3. Custom toggle btn — make sure it's on top */
  .mobile-menu-bar {
    position: relative;
    z-index: 99999;
  }

  /* 4. Fix #main-menu positioning for custom toggle */
  #main-menu.menu-open {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    display: block !important;
  }
}

.partner-box {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 10px 0;
  margin-bottom: 30px;
  min-height: 155px;
}

.partner-box p {
  margin-bottom: 15px;
}


.venue-right img {
  width: 100%;
}

/* ================ VENUE SECTION ================ */
.venue-section {
  position: relative;
  padding: 33px 24px 120px;
  background: radial-gradient(circle at 10% 10%, rgba(232, 162, 61, 0.08), transparent 40%), radial-gradient(circle at 90% 90%, rgba(20, 48, 95, 0.06), transparent 40%), var(--cream);
  overflow: hidden;
}

/* Decorative corner accents */
.venue-section::before,
.venue-section::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border: 2px solid var(--gold);
  opacity: 0.25;
  border-radius: 50%;
  pointer-events: none;
}

.venue-section::before {
  top: 40px;
  left: -90px;
  border-right-color: transparent;
  border-top-color: transparent;
}

.venue-section::after {
  bottom: 40px;
  right: -90px;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.venue-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== HEADER ===== */
.venue-header {
  text-align: center;
  margin-bottom: 60px;
}

.venue-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.venue-kicker::before,
.venue-kicker::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.venue-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 5vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 18px;
}

.venue-title em {
  font-style: italic;
  color: var(--gold);
  font-weight: 600;
}

.venue-subtitle {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: var(--grey-700);
}

/* ===== MAIN GRID ===== */
.venue-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* ===== LEFT: MAP + INFO CHIPS ===== */
.venue-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.map-card {
  position: relative;
  height: 340px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(10, 30, 63, 0.08);
  transition: all 0.35s ease;
}

.map-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-pin-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--navy);
  color: var(--white);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: var(--shadow-sm);
}

.map-pin-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}

.info-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.info-chip {
  background: var(--white);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(10, 30, 63, 0.06);
  transition: all 0.25s ease;
}

.info-chip:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.chip-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 20px;
}

.chip-text {
  min-width: 0;
}

.chip-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.chip-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}

/* ===== RIGHT: HOTEL DETAIL CARD ===== */
.venue-right {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: 22px;
  padding: 0px;
  color: var(--white);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.venue-right::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(232, 162, 61, 0.18), transparent 70%);
  pointer-events: none;
}

.hotel-image {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(232, 162, 61, 0.2), rgba(20, 48, 95, 0.4)),
    url('https://nbfc100.eletsonline.com/assets/images/plazareo.webp') center/cover;
  margin-bottom: 26px;
  position: relative;
  border: 1px solid rgba(232, 162, 61, 0.25);
}

.hotel-rating {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(10, 30, 63, 0.85);
  backdrop-filter: blur(8px);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(232, 162, 61, 0.3);
}

.hotel-rating .stars {
  color: var(--gold);
  letter-spacing: 1px;
}

.hotel-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.hotel-name {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.hotel-location {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.hotel-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-radius: 13px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(ellipse 900px 500px at 15% 0%, rgba(165, 29, 86, .25) 0%, transparent 60%), radial-gradient(ellipse 700px 400px at 90% 100%, rgba(212, 160, 75, .12) 0%, transparent 60%), linear-gradient(180deg, #1a0309 0%, #0d020a 100%);
  padding-left: 10px;
}

.detail-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.detail-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: rgba(232, 162, 61, 0.12);
  border: 1px solid rgba(232, 162, 61, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 14px;
}

.detail-content {
  flex: 1;
  min-width: 0;
}

.detail-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--gold-bright);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.detail-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 28px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  color: var(--navy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(232, 162, 61, 0.35);
  position: relative;
  z-index: 1;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(232, 162, 61, 0.5);
}

.cta-button .arrow {
  transition: transform 0.3s ease;
}

.cta-button:hover .arrow {
  transform: translateX(4px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .venue-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footerbutton {
    display: block !important;
    bottom: -27px;
  }

  .footerbutton a {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    box-shadow: none !important;
    display: inline-flex;
  }

  a.applydelagte {
    background: #222;
    color: white;
    display: none !important;
    padding: 16px 12px;
    position: fixed;
    right: -73px;
    border-radius: 12px;
    transform: rotate(90deg);
    z-index: 999999;
    margin-top: -37px;
  }

  .venue-section {
    padding: 70px 20px 80px;
  }

  .venue-right {
    padding: 28px;
  }

  .hotel-name {
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .info-chips {
    grid-template-columns: 1fr;
  }

  .map-card {
    height: 280px;
  }

  .hotel-image {
    height: 180px;
  }

  .venue-section::before,
  .venue-section::after {
    display: none;
  }
}

section#speakers .speakers-card,
section#partner-speakers .speakers-card {
  margin-bottom: 16px;
}

section#about {
  position: relative;
}

a.applydelagte {
  display: none;

}

.brand-text a img {
  width: 63%;
}

p.andmany {
  color: #0d020a;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.footerbutton {
  position: fixed;
  bottom: 0px;
  z-index: 9999999;
  display: none;
  margin: auto;
  text-align: center;
  position: fixed;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
}

.footerbutton a {
  background: linear-gradient(135deg, #e8c278, #d4a24e);
  color: #3a0000;
  font-weight: 600;
  box-shadow: none !important;
}

span.delegate-phone-prefix {
  width: 56px;
}

.delegate-phone-prefix {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0px 8px 0px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 12px;
  flex-shrink: 0;
}

.wrap-infogrph img {
  width: 100%;
}

a.delegate-btn.delegate-btn-navy.applynows {
  position: fixed;
  rotate: -90deg;
  top: 242px;
  left: -35px;
  z-index: 99999;
  display: none;
}

.delegate-btn-navy:hover {
  background: #3a0213;
  transform: translateY(-2px);
}

section#partners h2 {
  font-family: 'Syne', sans-serif;
}