@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");

:root {
  --body: #f8f8f8;
  --black: #2d2d2d;
  --white: #fff;
  --theme: #741c16;
  --theme2: #2ecc71;
  --theme3: #4033ff;
  --theme4: #272727;
  --header: #161616;
  --text: #272727;
  --border: rgba(44, 47, 88, 0.11);
  --bg: #f8f8f8;
  --bg-2: #000;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.hover-svg {
  transition: all 0.5s;
}

.hover-svg:hover {
  background: var(--theme4) !important;
}

.hover-svg:hover svg path {
  stroke: #fff;
  fill: #fff;
}

.hover-svg:hover i {
  color: #fff;
}

.hover-theme1 {
  transition: all 0.4s;
}

.hover-theme1:hover {
  background: var(--theme4) !important;
}

.hover-theme1:hover svg path {
  stroke: var(--theme);
  fill: var(--theme);
}

.hover-theme1:hover i {
  color: var(--theme);
}

.max-300 {
  width: 300px;
}

.max-270 {
  max-width: 270px;
}

.ml-auto {
  margin-left: auto;
}

.hover-translate8 {
  transition: all 0.4s;
}

.hover-translate8:hover {
  transform: translateY(-8px);
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.section-header h2 span {
  font-size: 48px;
}

@media (max-width: 1199px) {
  .section-header h2 {
    font-size: 38px;
  }

  .section-header h2 span {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .section-header h2 {
    font-size: 32px;
  }

  .section-header h2 span {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-header h2 {
    font-size: 29px;
  }

  .section-header h2 span {
    font-size: 29px;
  }
}

.italic {
  font-style: italic !important;
}

.lh-110 {
  line-height: 110% !important;
}

.mx-252 {
  max-width: 252px;
}

.theme4-border {
  border: 1px solid var(--theme4);
}

.body-clr {
  color: var(--body);
}

.body-bg {
  background-color: var(--body);
}

.black-clr {
  color: var(--black);
}

.black-bg {
  background-color: var(--black);
}

.white-clr {
  color: var(--white);
}

.white-bg {
  background-color: var(--white);
}

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

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

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

.theme-clr2 {
  color: var(--theme2);
}

.theme-bg2 {
  background-color: var(--theme2);
}

.theme-clr3 {
  color: var(--theme3);
}

.theme-bg3 {
  background-color: var(--theme3);
}

.theme-clr4 {
  color: #15155a;
}

.theme-bg4 {
  background-color: var(--theme4);
}

.border-clr {
  border: 1px solid var(--border);
}

.text-clr {
  color: var(--text);
}

.fz-10 {
  font-size: 10px;
  line-height: 1.5;
}

.fz-11 {
  font-size: 11px;
  line-height: 1.5;
}

.fz-12 {
  font-size: 12px;
  line-height: 1.5;
}

.fz-13 {
  font-size: 13px;
  line-height: 1.5;
}

.fz-14 {
  font-size: 14px;
  line-height: 1.5;
}

.fz-15 {
  font-size: 15px;
  line-height: 1.5;
}

.fz-16 {
  font-size: 16px;
  line-height: 1.5;
}

.fz-17 {
  font-size: 17px;
  line-height: 1.5;
}

.fz-18 {
  font-size: 18px;
  line-height: 1.5;
}

.fz-19 {
  font-size: 19px;
  line-height: 1.5;
}

.fz-20 {
  font-size: 20px;
  line-height: 1.4;
}

.fz-21 {
  font-size: 21px;
  line-height: 1.4;
}

.fz-22 {
  font-size: 22px;
  line-height: 1.4;
}

.fz-23 {
  font-size: 23px;
  line-height: 1.4;
}

.fz-24 {
  font-size: 24px;
  line-height: 1.4;
}

.fz-25 {
  font-size: 25px;
  line-height: 1.4;
}

.fz-26 {
  font-size: 26px;
  line-height: 1.4;
}

.fz-27 {
  font-size: 27px;
  line-height: 1.4;
}

.fz-28 {
  font-size: 28px;
  line-height: 1.4;
}

.fz-36 {
  font-size: 36px;
  line-height: 1.2;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.w-24 {
  width: 24px;
}

.w-26 {
  width: 26px;
}

.w-28 {
  width: 28px;
}

.w-30 {
  width: 30px;
}

.w-32 {
  width: 32px;
}

.w-34 {
  width: 34px;
}

.w-36 {
  width: 36px;
  min-width: 36px;
}

.w-38 {
  width: 38px;
}

.w-40 {
  width: 40px;
}

.w-44 {
  width: 44px;
}

.w-45 {
  width: 45px;
}

.w-48 {
  width: 48px;
}

.min-w-48 {
  min-width: 48px;
}

.w-50 {
  width: 50px;
}

.w-54 {
  width: 56px;
}

.w-56 {
  width: 56px;
}

.w-60 {
  width: 60px;
}

.w-64 {
  width: 64px;
}

.w-66 {
  width: 66px;
}

.w-70 {
  width: 70px;
}

.w-80 {
  width: 80px;
}

.h-24 {
  height: 24px;
}

.h-26 {
  height: 26px;
}

.h-28 {
  height: 28px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-34 {
  height: 34px;
}

.h-36 {
  height: 36px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-44 {
  height: 44px;
}

.h-45 {
  height: 45px;
}

.h-48 {
  height: 48px;
}

.h-50 {
  height: 50px;
}

.h-54 {
  height: 56px;
}

.h-56 {
  height: 56px;
}

.h-60 {
  height: 60px;
}

.h-64 {
  height: 64px;
}

.h-66 {
  height: 66px;
}

.h-70 {
  height: 70px;
}

.h-80 {
  height: 80px;
}

.pe-20 {
  padding-right: 20px !important;
}

@media (max-width: 991px) {
  .fz-15 {
    font-size: 14px;
    line-height: 1.5;
  }

  .fz-16 {
    font-size: 15px;
    line-height: 1.5;
  }

  .fz-17 {
    font-size: 16px;
    line-height: 1.5;
  }

  .fz-18 {
    font-size: 18px;
    line-height: 1.5;
  }

  .fz-19 {
    font-size: 18px;
    line-height: 1.5;
  }

  .fz-20 {
    font-size: 18px;
    line-height: 1.4;
  }

  .fz-21 {
    font-size: 19px;
    line-height: 1.4;
  }

  .fz-22 {
    font-size: 20px;
    line-height: 1.4;
  }

  .fz-23 {
    font-size: 21px;
    line-height: 1.4;
  }

  .fz-24 {
    font-size: 22px;
    line-height: 1.4;
  }

  .fz-25 {
    font-size: 22px;
    line-height: 1.4;
  }

  .fz-26 {
    font-size: 22px;
    line-height: 1.4;
  }

  .fz-27 {
    font-size: 22px;
    line-height: 1.4;
  }

  .fz-28 {
    font-size: 22px;
    line-height: 1.4;
  }

  .w-48 {
    width: 38px;
  }

  .h-48 {
    height: 38px;
  }

  .min-w-48 {
    min-width: 38px;
  }

  .fz-36 {
    font-size: 29px;
    line-height: 1.4;
  }
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 6.8px;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: #141758;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  padding: 6px 7px;
  height: 48px;
  line-height: 99%;
}

.theme-btn i {
  transition: all 0.4s ease-in-out;
}

.theme-btn.style1 i {
  transform: rotate(-40deg);
}

.theme-btn.style1:hover i {
  transform: rotate(0deg);
}

.theme-btn.style2 {
  background-color: var(--theme);
}

.theme-btn.style2 i {
  transform: rotate(-40deg);
}

.theme-btn.style2:hover {
  color: var(--white) !important;
}

.theme-btn.style2:hover i {
  color: var(--white);
  transform: rotate(40deg);
}

.theme-btn.style3 {
  background-color: var(--theme2);
  color: var(--black);
}

.theme-btn.style3:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme2);
}

.theme-btn.style3:hover i {
  color: var(--black);
  transform: rotate(40deg);
}

.theme-btn.style4 {
  background-color: var(--theme3) !important;
  color: var(--white);
}

.theme-btn.white-blur {
  border-radius: 40.037px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

.theme-btn.style-black {
  background-color: #000;
  color: var(--white);
}

.theme-btn.style-white {
  background-color: var(--white);
  color: var(--text);
}

.theme-btn.outline-btn {
  background-color: transparent;
  border: 1px solid var(--theme4);
  color: var(--theme4);
}

.theme-btn.outline-btn:hover i {
  color: var(--white);
}

.theme-btn::before {
  content: "";
  position: absolute;
  height: 110%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #660d0f;
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.theme-btn:hover {
  color: var(--white);
}

.theme-btn:hover::before {
  width: 100%;
}

.link-btns {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: var(--theme);
}

.link-btns i {
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

.link-btns:hover i {
  transform: rotate(0);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input {
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--text);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

h1 {
  font-size: 140px;
  font-weight: 600;
  line-height: 108%;
}


.mb-45 {
  margin-bottom: 45px;
}

.emi-details-box h5 {
  margin-bottom: .5rem;
}

.emi-details-box p {
  margin-bottom: 1rem;
  color: #15155a;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

.p-0 {
  padding: 0 !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.about .hero-banner-two {
  background: url(../img/banner/hero-bg3.png) top right no-repeat #f7f4f9;
}

.contact .hero-banner-two {
  background: url(../img/contact/hero-bg3.jpg) top right no-repeat #f7f4f9;
}

.section-header h5 span {
  background-color: #741c16;
  font-size: 16px;
  padding: 7px 19px;
  color: #fff;
  display: inline-block;
  margin-bottom: 7px;
  border-radius: 18px;
  font-weight: 300;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 24px;
  line-height: 115%;
}

@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 20px;
  line-height: 125%;
}

@media (max-width: 991px) {
  h4 {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  line-height: 120%;
}

h6 {
  font-size: 16px;
  line-height: 120%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  line-height: 1.5;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  line-height: 1.5;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}



.about-content .counter-area {
  width: 171px;
}

.about-content .counter-area .satisfied img:not(:first-child) {
  margin-left: -14px;
}

.about-content .boxes {
  max-width: 330px;
}

@media (max-width: 767px) {
  .about-content h2 {
    font-size: 29px;
  }

  .about-content .counter-area h2 {
    font-size: 28px;
  }
}

.about-thumb2 .text-circles {
  position: absolute;
  right: -60px;
  top: -110px;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-thumb2 .text-circles {
    right: 10px;
    top: 10px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}

.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.sponsor-section {
  border-radius: 0px 0px 16px 16px;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(25px);
}

.sponsor-section.style1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
}

.sponsor-item {
  max-width: 99px;
  height: 75px;
}

.sponsor-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-content1 {
  background-color: #edf1ee;
  border-radius: 24px;
  padding: 32px 41px;
  margin-left: -30px;
  z-index: 1;
  position: relative;
}

.contact-thumb1 {
  position: relative;
}

.contact-thumb1 .cont {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  max-width: 470px;
  padding: 24px 38px;
  position: absolute;
  bottom: 70px;
  left: 95px;
}

.form__grp .form-control {
  font-size: 15px;
  color: var(--text);
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  padding: 0;
  padding-bottom: 14px;
  outline: none;
  background: transparent;
}

.form__grp .form-control:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.map-box {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  padding: 11px;
}

.mail-address-items {
  padding: 48px 32px;
  border-radius: 24px;
  border: 1px solid var(--color-Border, #dde4e3);
  background: #fff;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}

.number-b {
  position: absolute;
  top: 0;
  right: 12px;
  opacity: 0.1;
}

.number-b h1 {
  font-family: Scada;
  font-size: 54px;
  color: #741c16;
}

.mail-address-items p {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;


}

.mail-address-items p::after {
  content: "";
  background: url(../img/branch/address.webp) left top no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  position: absolute;
}

.branch-map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
}

.branch-map a img {
  width: 22px;
  height: auto;
}

.branch-map a:hover {
  padding-top: 15px;
  border-left: 1px solid #e61414;
}

.branch-map a {
  background: url(../img/branch/mapbg.jpg);
  background-size: 100% 100%;
  border-radius: 70px 0 0 0;
  color: #e61414;
  border-left: 1px solid #777777;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-top: 22px;
  display: block;
  transition: all 0.3s;
}

.mb-10 {
  margin-bottom: 10px;
}

.branch-loaction-ul li {
  padding: 3px 0;
  position: relative;
  padding-left: 35px;
  max-width: 450px;
}

.projects-wrap.style-2 {
  margin-bottom: 20px;
  display: block;
}

.projects-wrap.style-2 .projects-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.projects-wrap.style-2 .view-album {
  text-align: center;
  background: rgba(0, 0, 0, .6);
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  position: absolute;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  transition: .4s;
}

.album-box {
  position: relative;
  transition: .4s;

}

.page-btn {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: .4s;
}

.album-box:hover .page-btn {
  opacity: 1;
}

.projects-wrap.style-2:hover .view-album {
  bottom: 0;
  opacity: 1;
}

.projects-wrap.style-2 .projects-image-box img {
  border-radius: 8px;
}

.page-area-title {
  padding: 15px 0;
  background: #f5f5f5;
}

.page-area-title p {
  font-size: 19px;
  font-weight: 700;
  color: #630304;
}

.branch-loaction-ul li.phone::after {
  content: "";
  background: url(../img/branch/call.webp) left top no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.branch-loaction-ul li.email::after {
  content: "";
  background: url(../img/branch/email.webp) left top no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.branch-loaction-ul li.location::after {
  content: "";
  background: url(../img/branch/address.webp) left top no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.mail-address-items:hover {
  border-color: var(--theme);
}

@media (max-width: 1399px) {
  .mail-address-items {
    padding: 40px 20px;
    padding-top: 16px;
  }
}

@media (max-width: 1199px) {
  .mail-address-items {
    padding: 32px 19px;
  }
}

@media (max-width: 1199px) {
  .contact-content1 {
    padding: 24px 22px;
    margin-left: 0px;
    z-index: 1;
    position: relative;
  }

  .contact-thumb1 .cont {
    bottom: initial;
    top: 16px;
    left: 16px;
  }
}

@media (max-width: 575px) {
  .contact-thumb1 .cont {
    top: 5px;
    left: 5px;
    right: 5px;
    padding: 18px 16px;
  }
}

.choose-items {
  padding: 32px 32px;
  transition: all 0.4s;
}

.choose-items:hover {
  background-color: rgba(179, 231, 23, 0.2392156863);
}

@media (max-width: 1399px) {
  .choose-items {
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .choose-items {
    padding: 20px 18px;
  }
}

.choose-thumb-wrap .boxes {
  max-width: 571px;
  margin-left: auto;
}

.choose-thumb-wrap .text-circles {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .choose-thumb-wrap .text-circles {
    left: 10px;
    top: initial;
    bottom: 10px;
  }
}

.text-circles {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  fill: rgba(255, 255, 255, 0.65);
  stroke-width: 0.863px;
  stroke: var(--color-Border, #DDE4E3);
  backdrop-filter: blur(12.9473676682px);
  background-color: rgba(255, 255, 255, 0.65);
}

.text-circles .circle360 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  animation: circle360 10s linear infinite;
}

.text-circles .shapee {
  transform: translate(-50%, -50%);
}

@keyframes circle360 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.choose-wrapper-section {
  max-width: 1770px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: -1;
}

.choose-wrapper-section img {
  width: 100%;
  height: 100%;
}

.faq-content_wrap {
  padding: 50px 55px;
  position: relative;
  z-index: 1;
}

.faq-content_wrap .faq-shape1 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: -1;
}

@media (max-width: 767px) {
  .faq-content_wrap {
    padding: 22px 20px;
  }
}

.accordion-style1 {
  border-radius: 10px;
  overflow: hidden;
}

.accordion-style1 .accordion-item {
  border-radius: 0px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.59);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
  border: unset;
}

.accordion-style1 .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme4);
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.accordion-style1 .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.accordion-style1 .accordion-item .accordion-header .accordion-button .cus-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme4);
}

.accordion-style1 .accordion-item .accordion-header .accordion-button.collapsed .cus-icon {
  background-color: var(--white);
  transition: all 0.5s;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--theme4);
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) .cus-icon {
  background-color: var(--theme4) !important;
  color: var(--theme) !important;
  transform: rotate(180deg);
}

.pricing-wrapper1 {
  max-width: 1765px;
  margin: 0 auto;
  background: url(../img/element/pricing-bg.png) no-repeat center center;
  background-size: cover;
}

.pricing-plan-items {
  padding: 40px 40px;
  overflow: hidden;
  position: relative;
}

.pricing-plan-items .popular-badge {
  position: absolute;
  right: 0;
  top: 0;
}

.pricing-plan-items.groth-itemw .theme-btn {
  background: var(--theme4) !important;
  color: var(--white) !important;
}

.pricing-plan-items.groth-itemw .theme-btn i {
  color: var(--white) !important;
}

@media (max-width: 1199px) {
  .pricing-plan-items {
    padding: 29px 22px;
  }
}

.accordion-style2 {
  border-radius: 16px 16px 16px 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
  padding: 12px;
}

.accordion-style2 .accordion-item {
  background: rgba(255, 255, 255, 0.59);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
}

.accordion-style2 .accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: transparent;
  box-shadow: none;
}

.accordion-style2 .accordion-button:not(.collapsed) .cus-icon {
  background-color: var(--theme2) !important;
  color: var(--white) !important;
}

@media (max-width: 1199px) {
  .accordion-style2 {
    padding: 0;
  }
}

.pricing-section3 {
  margin-top: -75px;
}

.pricing-plan-items3 {
  border-radius: 16px;
  background: #fff;
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.07);
}

.pricing-plan-items3 h4,
.pricing-plan-items3 p,
.pricing-plan-items3 h2,
.pricing-plan-items3 span,
.pricing-plan-items3 a,
.pricing-plan-items3 ul,
.pricing-plan-items3 li,
.pricing-plan-items3 svg {
  color: var(--black) !important;
}

.pricing-plan-items3 svg path {
  fill: rgba(31, 29, 29, 0.59);
}

.pricing-plan-items3.growth-items {
  background-color: var(--theme3) !important;
}

.pricing-plan-items3.growth-items ul li {
  color: var(--white) !important;
}

.pricing-plan-items3.growth-items h4,
.pricing-plan-items3.growth-items p,
.pricing-plan-items3.growth-items h2,
.pricing-plan-items3.growth-items span,
.pricing-plan-items3.growth-items ul,
.pricing-plan-items3.growth-items li,
.pricing-plan-items3.growth-items svg {
  color: var(--white) !important;
}

.pricing-plan-items3.growth-items svg path {
  fill: rgb(255, 255, 255);
}

.pricing-plan-items3.growth-items-theme {
  background-color: var(--theme) !important;
}

.pricing-plan-items3.growth-items-theme ul li {
  color: var(--theme4) !important;
}

.pricing-plan-items3.growth-items-theme h4,
.pricing-plan-items3.growth-items-theme p,
.pricing-plan-items3.growth-items-theme h2,
.pricing-plan-items3.growth-items-theme span,
.pricing-plan-items3.growth-items-theme ul,
.pricing-plan-items3.growth-items-theme li,
.pricing-plan-items3.growth-items-theme svg {
  color: var(--theme4) !important;
}

.pricing-plan-items3.growth-items-theme svg path {
  fill: var(--theme4);
}

.pricing-plan-items3.growth-items-theme .theme-btn {
  background-color: var(--theme4) !important;
  color: var(--white) !important;
  border-color: var(--theme4) !important;
}

.pricing-plan-items3:hover .theme-btn {
  background-color: var(--black) !important;
  color: var(--white) !important;
}

.pricing-bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-sub-item {
  padding: 20px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.08);
}

@media (max-width: 1399px) {
  .feature-sub-item {
    padding: 20px 19px;
  }
}

.feature-bg {
  height: 672px;
  width: 100%;
  z-index: -1;
}

@media (max-width: 991px) {
  .feature-bg {
    height: 100%;
  }
}

.insight-section {
  margin-left: 120px;
}

@media (max-width: 1399px) {
  .insight-section {
    margin-left: 0;
  }
}

.insight-items3 {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.09);
  backdrop-filter: blur(2.5px);
  transition: all 0.3s;
  height: 100% !important;
  margin: 10px 9px 35px;
}

.insight-items3:hover {
  background-color: var(--theme3) !important;
}

.insight-items3:hover .content .badge-cus {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.insight-items3:hover .content h4,
.insight-items3:hover .content a {
  color: var(--white);
}

.insight-items3:hover .content .hover-theme1 {
  background-color: var(--white) !important;
  color: var(--theme) !important;
}

@media (max-width: 1399px) {
  .insight-items3 {
    padding: 14px;
  }
}

@media (max-width: 1600px) {
  .insight-items3 h4 a {
    font-size: 16px;
  }

  .insight-items3 .badge-cus {
    font-size: 11px;
  }
}

.footer-widget-wrapper {
  background: #781418;
  background-size: cover
}

.footer-one .footer-contact li {
  position: relative;
  margin: 12px 0;
}

.socal-icon {
  display: flex;
  gap: 6px;
  align-items: center;
}

.socal-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
}

.socal-icon a:hover {
  color: var(--white);
}

.socal-icon.style1 a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.socal-icon.style1 a:hover {
  background: var(--theme);
  color: var(--theme4);
}

.footer-logo {
  max-width: 245px;
}

.footer-logo img {
  width: 100%;
}

.footer-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 80px 0 50px;
}

.footer-bottom {
  border-top: 1px dotted rgb(255 255 255 / 64%);
  padding: 30px 0;
  background-color: #781418;
}

.footer-bottom .footer-list {
  display: flex;
  align-items: center;
  gap: 9px 32px;
}

.footer-bottom .footer-list li {
  font-size: 18px;
}

.footer-bottom .footer-list li a {
  color: var(--white);
  transition: all 0.5s;
}

.footer-bottom .footer-list li a i {
  transition: all 0.4s;
}

.footer-bottom .footer-list li a:hover {
  color: var(--theme);
}

.footer-bottom .footer-list li a:hover i {
  transform: rotate(0);
}

.footer-middle {
  padding: 64px 0;
}

.footer-middle .search-widget {
  display: flex;
  align-items: center;
}

.rot180 {
  transform: rotate(-38deg);
}

@media screen and (max-width: 991px) {
  .footer-middle {
    padding: 40px 0;
  }

  .footer-bottom {
    padding: 24px 0;
  }

  .footer-bottom .footer-list {
    gap: 9px 32px;
  }

  .footer-header {
    padding: 60px 0 40px;
  }
}

.footer-section2 {
  background-color: #043A1F;
  margin: 11px;
  border-radius: 0 0 30px 30px;
}

.footer-section2 .footer-inner2 {
  padding: 60px 0;
}

@media (max-width: 1199px) {
  .footer-section2 .footer-inner2 {
    padding: 40px 0;
  }
}

.footer-section3 {
  background: url(../img/footer/footer-bg2.png) no-repeat center center;
  background-size: cover;
}

.social-style3 a {
  background-color: var(--white);
}

.social-style3 a:hover {
  background: var(--theme3);
  color: var(--white);
}

.E9ECF3-bg {
  background-color: #E9ECF3;
}

@media (min-width: 1400px) {
  .header-section .container {
    max-width: 1765px;
    margin: 0 auto;
  }
}

.header-section.style1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid rgba(28, 75, 66, 0.14);
  padding: 5px 0;
}



.header-section.style1 .header-hamburger-inner {
  gap: 39px;
}

.logo-footer img {
  max-width: 260px;
}

.footer-one .footer-title {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 26px;
  position: relative;
}

.footer-one .footer-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 61px;
  height: 2px;
  background-color: #81c784;
}

.footer-one .footer-title::after {
  content: '';
  position: absolute;
  width: 16px;
  border-left: 4px dashed #0E121D;
  border-right: 4px dashed #0E121D;
  height: 2px;
  background-color: transparent;
  bottom: -9px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite;
}

@keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}


.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.Business-Loan,
.card-style-sixteen,
.cart-list-form,
.footer-one .footer-nav-link li,
.form-style-one .input-group-meta,
.navbar .dropdown-menu .dropdown-item span,
.our-team,
.pos-rel,
.relative {
  position: relative;
}

.footer-one .footer-nav-link a {
  line-height: 20px;
  transition: .2s ease-in-out;
  padding: 8px 0 8px 2px;
  position: relative;
  display: block;
  font-weight: 300;
}

.footer-one .bottom-nav a,
.footer-one .copyright,
.footer-one .footer-contact,
.footer-one .footer-contact a,
.footer-one .footer-nav-link a {
  color: #fff;
}

.footer-one .footer-nav-link a i {
  padding-right: 5px;
}

.footer-one .footer-contact img {
  max-width: 20px;
}

.me-2 {
  margin-right: .5rem !important;
}

.mt-20 {
  margin-top: 20px;
}

.footer-one .social-icon a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
  transition: .2s ease-in-out;
}

@media (max-width: 1600px) {
  .header-section.style1 .header-hamburger-inner {
    gap: 14px;
  }
}

.header-section.header-white {
  margin-top: 11px;
}

@media (min-width: 1200px) {
  .header-section.header-white .main-menu ul li a {
    color: var(--white);
  }

  .header-section.header-white .main-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white) !important;
  }
}

.header-section.header-white.sticky {
  margin-top: 0 !important;
  background: var(--theme2) !important;
}

@media (min-width: 1200px) {
  .header-section.style3 .main-menu ul li a {
    color: #000;
  }

  .header-section.style3 .main-menu ul li a:hover {
    background: var(--white);
    color: var(--theme3) !important;
  }
}

.header-section .search-icon:hover {
  background: transparent !important;
}

.home-content h1 {
  font-size: 62px;
  line-height: 1.12em;
  font-weight: bold;
}

.home-content h3 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 12px;
}

.mt-30 {
  margin-top: 30px;
}

.max550 {
  max-width: 550px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .md-mb-30 {
    margin-bottom: 30px !important;
  }

  .home-content h1 {
    font-size: 35px;
  }

  .footer-four .footer-title,
  .footer-one .footer-title,
  .footer-three .footer-title,
  .footer-two .footer-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .footer-one .footer-nav-link a {
    line-height: 26px;
    padding: 2px 0;
    font-size: 13px;
  }

  .style-none li {
    font-size: 14px;
  }
}

.header-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .header-logo {
  width: 160px;
}

.header-main .header-logo img {
  width: 80%;
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  color: var(--text);
  padding: 10px 20px 12px;
  border-radius: 30px;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.padding-tb-80 {
  padding: 80px 0;
}

/* emi---------- */
.form-calculator {
  padding: 20px;
  background: #fff;
}

.form-calculator .form-group label {
  margin-bottom: .5rem;
  font-size: 18px;
  color: #15155a;
  font-weight: 600;
}


.pie-chart {
  padding: 19px 0;
  background: #fff;
}

.input-group-text {
  background-color: #e9e9e9;
  font-weight: 600;
  color: #333;
}

.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}



.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group .form-control:focus {
  border: 1px solid #dee2e6;
  box-shadow: none;

}

input[type="range"] {
  width: 100%;
}

.output-section p {
  font-size: 16px;
  margin: 10px 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-feature-seven ul li {
  margin-bottom: 15px;
}

.text-feature-seven ul li {
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
  line-height: 1.2;
}

.text-feature-seven ul li.address::after {
  content: "";
  background: url(../img/icon/icon_08a.svg) left top no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}

.text-feature-seven ul li:after,
ul.mylist-style1 li::after {
  content: "\f272";
  position: absolute;
  font-family: bootstrap-icons;
  top: 1px;
  left: 0;
}

.text-feature-seven ul li.phone::after {
  content: "";
  background: url(../img/icon/icon_15a.svg) left top no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
}

.text-feature-seven ul li.email::after {
  content: "";
  background: url(../img/icon/icon_14a.svg) left top no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
}

.emi-details {
  background: #fff;
}

.emi-details-head {
  background-color: #e9e9e9;
  padding: 10px;
  text-align: center;
}

.emi-details-head h3 {
  color: #141758;
  font-size: 27px;
  padding: 9px 0;
}

.emi-details-box {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.no-bottom-border {
  border-bottom: none;
}

.emi-details-box h5 {
  font-weight: 800;
}

.box-shadow {
  box-shadow: 0 0 13px -5px rgb(0 0 0 / 15%);
}

/* emi---------- */
.header-main .main-menu ul li a i {
  font-size: 16px;
}

.header-main .main-menu ul li a:hover {
  color: #6b060d !important;
}

@media (max-width: 1600px) {
  .header-main .main-menu ul li a {
    padding: 20px 14px 20px !important;
  }
}

.padding-tb-50 {
  padding: 50px 0;
}

.home-text .span-2 {
  font-weight: 400;
  color: #141758;
}

.text-feature-two {
  background: url(../img/banner/counter-bg.jpg);
  z-index: 1;
  background-position: center;
  background-size: cover;
  position: relative;
}

.text-feature-two::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 53%);
  left: 0;
  top: 0;
  z-index: -1;
}

.mygrid.col-gap-25 {
  grid-column-gap: 25px;
}

.mygrid.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.mygrid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 20px;
  padding: 0;
}





.loanfeatures,
.mycounter .card-style-five {
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 0 20px rgba(0, 0, 0, .02);
}

.text-center {
  text-align: center !important;
}

.card-style-five p {
  color: #ffffff;
  margin: 10px 0 0;
  line-height: 1.6em;
  margin-bottom: 9px;
}

.card-style-five .main-count {
  font-size: 24px;
  color: #ecbbec;
}

.fw-500 {
  font-weight: 500;
}

.card-style-five .main-count span {
  font-size: 36px;
  color: #ffdadb;
  margin-top: 15px;
  padding-right: 5px;
}

.padding-t-60 {
  padding-top: 60px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 55px;
  inset-inline-start: 0;
  width: 200px;
  font-size: 1em;
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  display: block;

  padding: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--text);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  padding: 10px 18px !important;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0 !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {

  color: #600506 !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme);
}



.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.counter-data .counter {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.counter-pra p {
  color: #fff;
  font-size: 16px;
}

.main-counter-box {
  display: flex;
  align-items: center;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}

.counter-img img {
  width: 55px;
}

.data {
  padding-left: 25px;
}

.header-main .main-menu ul li .has-homemenu {
  width: 900px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: calc(100% - 300px);
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}

.about-content {
  text-align: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }

  .main-counter-box {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    padding: 10px;
    border: 1px solid #ffffff78;
  }

  .mygrid.col-gap-25 {
    grid-column-gap: 4px;
  }

  .mycounter .card-style-five {
    padding: 8px 0;
  }

  .card-style-five p {
    margin: 8px 0 0;
    font-size: 12px;
  }

  .card-style-five .main-count span {
    font-size: 18px;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 8px 14px 8px;
  background: var(--theme) !important;
  color: var(--white) !important;
  width: initial;
  font-size: 12px !important;
  text-align: center;
  border-radius: 100px !important;
  overflow: hidden;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn span {
  font-size: 14px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover.homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .header-main .main-menu ul li .has-homemenu {
    width: 1000px;
  }
}

.header-main .main-menu ul li:hover>a {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-main .sidebar__toggle {
  cursor: pointer;
  width: 30px;
  font-size: 20px;
}

.header-main .sidebar__toggle img {
  width: 30px;
}

.header-main .sidebar__toggle.bars-white img {
  filter: contrast(0) brightness(2);
}

@media (max-width: 991px) {
  .header-main .header-logo {
    width: 170px;
    display: block;
  }

  .header-main .header-logo img {
    width: 100%;
    height: 100%;
  }
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white) !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.offcanvas__info {
  background: var(--bg) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info .social-icon a i {
  color: var(--black) !important;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 8px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
  font-size: 18px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  background: var(--theme) !important;
  border-radius: 100px;
  overflow: hidden;
  padding: 9px 16px 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  color: var(--white) !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border-color: var(--theme);
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 340px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden !important;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

.ripple {
  position: relative;
}

.ripple::before,
.ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.swiper-dot {
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}

.swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background: var(--header);
  opacity: 1;
  border-radius: 10px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(40, 44, 50);
  transition: 0.6s;
  position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgb(0, 56, 101);
  content: "";
}

.swiper-dot.style-2 .swiper-pagination-bullet {
  background: var(--theme);
}

.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}

.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 2px solid var(--header);
}

.page-nav-wrap {
  margin-top: 60px;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(22, 22, 22, 0.2);
  background: transparent;
  color: var(--black);
  font-weight: 400;
  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: 40px;
    height: 40px;
    line-height: 40px;
    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);
  border: 1px solid var(--theme);
}

.swiper-dot-3 {
  margin-top: 50px;
  z-index: 1;
}

.swiper-dot-3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  transition: 0.6s;
  background: var(--header);
  opacity: 1;
  border-radius: 10px;
}

.swiper-dot-3 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}

.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(40, 44, 50);
  transition: 0.6s;
  position: relative;
}

.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--theme);
  content: "";
}

.swiper-dot4 {
  text-align: center;
}

.swiper-dot4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: var(--theme);
  opacity: 0.25;
  border-radius: 100%;
  position: relative;
}

.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 35px;
  height: 10px;
  border-radius: 30px;
  opacity: 1;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.banner-section.style1 {
  background: url(../img/banner/hero-bg3.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  padding-top: 17px;
  z-index: 1;
  position: relative;
}

.share-the-joy {
  position: relative;
  display: block;
}

.share-the-joy__wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  padding-top: 0;
  z-index: 1;
}

.list-style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-style-none li {
  color: #000;
  border-radius: 45px;
  margin: 7px 0;
  position: relative;
  font-weight: 500;
  display: inline-block;
  padding: 6px 20px 6px 6px;
  background: rgb(255, 255, 255);
}

.list-style-none li i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #600506;
  transition: .2s ease-in-out;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-right: 6px;
}

.share-the-joy__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.share-the-joy__inner {
  position: relative;
  display: block;
}

.share-the-joy__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 29px;
}

.share-the-joy__btn-box {
  position: relative;
  display: inline-block;
  margin-top: 57px;
}

.share-the-joy__shape-1 {
  position: absolute;
  right: -102px;
  top: -48px;
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.share-the-joy__shape-1 img {
  width: auto;
}

.download-app-btn img {
  width: 100%;
  height: auto;
  max-width: 280px;
}

.banner-section.style1 .banner-content h1 {
  text-align: center;
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 102%;
  text-transform: capitalize;
  color: var(--text);
}

.text-5e0206 {
  color: #781418;
}

.home-text .word {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.home-text .word.show {
  opacity: 1;
  transform: translateY(0);
}


.banner-section.style1 .hero-thumb1 {
  max-width: 413px;
  margin: -60px auto 0;
}

.banner-section.style1 .hero-thumb1 img {
  width: 100%;
}

.banner-section.style1 .hero-1-video {
  position: absolute;
  top: 270px;
  left: 0;
}

.banner-section.style1 .hero-right-card {
  right: 40px;
  top: 200px;
}

.banner-section.style1 .hero-right-card .groth-card {
  position: absolute;
  right: calc(100% - 120px);
  top: 110px;
  animation: updown 2s linear infinite;
}

.banner-section.style1 .hero-right-card .hover-svg {
  position: absolute;
  bottom: 16px;
  left: 0;
}

.banner-section.style1 .percentage-card {
  position: absolute;
  top: 320px;
  left: 260px;
  z-index: -1;
}

.demo-overlay .demo-option-overlay {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.demo-option-overlay {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  z-index: -1;
}

.demo-option-container.open {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14);
}

.demo-option-container {
  position: fixed;
  top: 0;
  left: 100%;
  background: #fff;
  height: 100%;
  max-width: 350px;
  width: calc(100% - 45px);
  z-index: 100000;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.demo-option-wrapper {
  height: 100%;
  overflow-y: auto;
  padding: 20px 20px 50px;
}

.demo-option-wrapper {
  position: relative;
}

.demo-option-close {
  position: absolute;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  font-weight: 100;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 3px;
  top: 5px;
  left: 5px;
  background: #610508;
}


#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  font-size: 65px;
  text-align: center;

  color: #fff;
  font-family: tahoma;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.demo-panel-header .heading {
  font-size: 17px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}

.mt-30 {
  margin-top: 30px;
}

.form-wraper .form-group {
  margin-bottom: 20px;
}

.form-wraper .form-control {
  border: 1px solid;
  border-color: #00000073;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 8px;
  font-size: 13px;
  color: #000;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #610305 !important;
  outline: 0;
  box-shadow: none;
}

.form-wraper textarea.form-control {
  height: 95px;
}

@media (max-width: 1199px) {
  .banner-section.style1 .hero-right-card {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .banner-section.style1 .hero-right-card {
    max-width: 200px;
    right: -10px;
  }

  .footer-intro {
    margin-bottom: 30px;
  }

  .share-the-joy__title {
    font-size: 27px;
    font-weight: 600;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 9px;
  }

  .list-style-none li {
    font-size: 10px;
  }

  .home-content h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 7px;
  }

  .banner-section.style1 {
    padding-top: 40px;
  }

  .banner-section.style1 .hero-right-card img {
    width: 100%;
  }

  .banner-section.style1 .hero-right-card .hover-svg {
    bottom: -50px;
  }

  .banner-section.style1 .percentage-card {
    left: 10px;
    max-width: 200px;
    top: 420px;
  }

  .banner-section.style1 .banner-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .banner-section.style1 .hero-right-card {
    display: none;
  }

  .banner-section.style1 .percentage-card {
    display: none;
  }

  .banner-section.style1 .banner-content h1 {
    font-size: 40px;
  }

  .banner-section.style1 .hero-1-video {
    position: initial;
    margin: 0 auto;
    text-align: center;
  }

  .banner-section.style1 .hero-thumb1 {
    max-width: 413px;
    margin: 0px auto 0;
  }

  .banner-section.style1 .hero-thumb1 img {
    width: 100%;
  }
}

.banner-section.style2 {
  background: url(../img/banner/hero-thumb2.png) no-repeat top center;
  background-size: cover;
  padding: 240px 0 280px;
  margin: 11px;
  border-radius: 20px;
}

.banner-section.style2 .banner-content2 h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.banner-section.style2 .banner-content2 .before-add::before {
  right: 102%;
}

.banner-section.style2 .collapse-thumb2 {
  bottom: -240px;
  z-index: 1;
}

@media (max-width: 991px) {
  .banner-section.style2 {
    padding: 200px 0 280px;
  }

  .banner-section.style2 .collapse-thumb2 {
    bottom: -170px;
  }

  .banner-section.style2 .banner-content2 h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
  }
}

@media (max-width: 767px) {
  .banner-section.style2 {
    padding: 200px 0 280px;
  }

  .banner-section.style2 .collapse-thumb2 {
    bottom: -170px;
    right: 20px;
  }

  .banner-section.style2 .banner-content2 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
  }
}

@media (max-width: 575px) {
  .banner-section.style2 {
    padding: 150px 0 190px;
    margin: 0 0;
  }

  .banner-section.style2 .collapse-thumb2 {
    display: none;
  }

  .banner-section.style2 .banner-content2 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
  }
}

.banner-section.style3 {
  padding: 150px 0 0;
  background: url(../img/banner/hero-bg3.png) no-repeat center center;
  background-size: cover;
}

.banner-section.style3 .banner-content3 {
  max-width: 650px;
  margin: 0 auto 36px;
  text-align: center;
}

.banner-section.style3 .banner-content3 h1 {
  font-size: 63px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.banner-section.style3 .banner-content3 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 550px;
  margin: 0 auto;
}

.banner-section.style3 .hero-thumb3 {
  max-width: 1058px;
  margin: 0 auto;
  text-align: center;
}

.banner-section.style3 .hero-thumb3 .text-modified {
  left: -100px;
  top: 30px;
  animation: leftright 2s linear infinite;
}

.banner-section.style3 .hero-thumb3 .text-improved {
  top: 30px;
  right: -180px;
  animation: leftright 2s linear infinite;
}

.banner-section.style3 .hero-thumb3 .groth-left {
  top: 100px;
  left: -60px;
  animation: updown 2s linear infinite;
}

.banner-section.style3 .hero-thumb3 .groth-right {
  top: 100px;
  right: -60px;
  animation: updown 2s linear infinite;
}

@media (max-width: 1600px) {
  .banner-section.style3 .hero-thumb3 {
    max-width: 958px;
  }
}

@media (max-width: 1399px) {
  .banner-section.style3 .hero-thumb3 {
    max-width: 758px;
  }
}

@media (max-width: 991px) {
  .banner-section.style3 .hero-thumb3 {
    max-width: 758px;
  }

  .banner-section.style3 .text-modified {
    display: none;
  }

  .banner-section.style3 .text-improved {
    display: none;
  }

  .banner-section.style3 .groth-left {
    top: 70px;
    left: -60px;
    max-width: 150px;
  }

  .banner-section.style3 .groth-right {
    top: 70px;
    right: -60px;
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .banner-section.style3 .banner-content3 {
    max-width: 650px;
    margin: 0 auto 36px;
    text-align: center;
  }

  .banner-section.style3 .banner-content3 h1 {
    font-size: 34px;
  }

  .banner-section.style3 .banner-content3 p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .banner-section.style3 .hero-thumb3 {
    max-width: 758px;
  }

  .banner-section.style3 .text-modified {
    display: none;
  }

  .banner-section.style3 .text-improved {
    display: none;
  }

  .banner-section.style3 .groth-left {
    top: 0px !important;
    left: -5px !important;
    max-width: 90px;
  }

  .banner-section.style3 .groth-right {
    top: 0px !important;
    right: -5px !important;
    max-width: 90px;
  }
}

.hero-shadow {
  position: absolute;
  bottom: -140px;
  left: -30px;
  width: 110%;
  z-index: -1;
}

.sponsor-section3 {
  padding: 70px 0;
  z-index: 1;
}

@keyframes leftright {
  50% {
    transform: translateX(5px);
  }
}

@keyframes updown {
  50% {
    transform: translateY(10px);
  }
}

.breadcrumb-banner {
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.breadcrumb-banner img {
  height: 234px;
  border-radius: 0;
}



.breadcrumb-banner .breadcrumb-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 53px;
  color: var(--white);
  z-index: 1;
}

.breadcrumb-banner .boxes {
  max-width: 270px;
  margin-left: auto;
  position: relative;
}

.breadcrumb-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 53%);
  left: 0;
  top: 0;

}

.doc_action_area_two {
  padding: 80px 0;
}

.doc_action_info:last-child {
  margin-bottom: 0 !important;
}

.doc_action_info {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 50px 150px 0 rgba(4, 73, 89, 0.1);
  padding: 20px;
  position: relative;

  margin-bottom: 15px;
  border: 1px solid #8888889e;
}

.doc_action_info .media img {
  margin-right: 30px;
  max-width: 61px;
}

/* Overlay background */
.doc-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

/* Popup modal */
.doc-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 850px;
  background: white;
  border-radius: 10px;
  z-index: 1000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

/* Header */
.doc-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 20px;
  background: #f0f0f0;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.doc-popup-header h4 {
  margin: 0;
  font-size: 16px;
  padding: 11px 0;
}

.close-doc-popup {
  cursor: pointer;
  font-size: 22px;
  color: #333;
}

#toolbar {
  background: #141758 !important;
}

/* Content */
.doc-popup-content {
  height: 80vh;
}

.doc-popup-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: url(../img/gallery/bg-frame.jpg);
  background-size: 100%;
  padding: 26px;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-item .over-gallery {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}

.gallery-item .icon_style {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 50px;
  color: #fff;
}

.gallery-item:hover .over-gallery {
  left: 0;
  overflow: hidden;
}



.doc_action_info .media .media-body h2 {
  margin-bottom: 0px;
}

.h_title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.doc_action_info .media .media-body p {
  margin-bottom: 0;
  font-size: 18px;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: center;
}

.breadcrumb-banner .breadcrumb-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
}

@media (min-width: 1400px) {
  .breadcrumb-banner .breadcrumb-cont {
    bottom: -7px;
  }
}

@media screen and (max-width: 1510px) {
  .breadcrumb-banner .boxes {
    max-width: 356px;
    margin-left: auto;
    position: relative;
  }
}

@media (max-width: 1399px) {
  .breadcrumb-banner .boxes {
    background-color: var(--white);
    z-index: 2;
  }

  .breadcrumb-banner .boxes .breadcrumb-cont {
    background-color: var(--white);
    width: 486px;
    border-radius: 0px;
    height: 52px;
    padding: 5px 8px 5px 20px;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-banner img {
    height: 350px;
  }

  .breadcrumb-banner .breadcrumb-title {
    font-size: 42px;
    color: var(--white);
  }
}

@media (max-width: 767px) {
  .breadcrumb-banner img {
    height: 280px;
  }

  .gallery-item {
    padding: 10px;
  }

  .media {
    display: block;
  }

  .h_title {
    font-size: 24px;
    margin-top: 16px;
  }

  .doc_action_info .media .media-body p {
    margin-bottom: 18px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-banner img {
    height: 200px;
  }

  .breadcrumb-banner .breadcrumb-title {
    font-size: 29px;
    margin-top: -20px;
  }

  .breadcrumb-banner .boxes {
    width: 100%;
  }

  .breadcrumb-banner .boxes .breadcrumb-cont {
    width: 100%;
    height: 52px;
  }
}

.choose-partner-section {
  max-width: 1770px;
  margin: 0 auto;
  border-radius: 24px;
  background: #fff;
}

.choose-partner-color .work-list-item {
  background-color: var(--bg) !important;
  border-radius: 19px !important;
}

.choose-partner-color .work-list-item .icon {
  background-color: var(--theme) !important;
}

.choose-partner-color .work-list-item .icon svg path {
  fill: var(--theme4) !important;
}

.choose-partner-color .work-list-item:hover {
  background-color: var(--theme) !important;
}

.choose-partner-color .work-list-item:hover .icon {
  background-color: var(--white) !important;
}

.servie-benifit .icon {
  background-color: var(--theme) !important;
}

.servie-benifit .icon svg path {
  fill: var(--theme4) !important;
}

.approch-items {
  height: 100%;
}

.approch-items .icons {
  background-color: var(--theme) !important;
}

.approch-items .icons svg path {
  fill: var(--theme4);
}

.approch-items .hover-ele {
  opacity: 0.3 !important;
}

.approch-items:hover {
  background-color: var(--theme) !important;
}

.approch-items:hover .icons {
  background-color: var(--theme4) !important;
}

.approch-items:hover .icons svg path {
  fill: var(--theme) !important;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items {
    flex-wrap: wrap;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
  position: relative;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.blog-items2 {
  transition: all 0.5s;
}

.blog-items2 .thumb img {
  transition: all 0.3s;
}

.blog-items2:hover {
  background-color: #2e8b57;
}

.blog-items2:hover .content .theme4-border {
  border-color: var(--white) !important;
  color: var(--white);
}

.blog-items2:hover .content h4 a {
  color: var(--white);
}

.blog-items2:hover .thumb img {
  transform: scale(1.1);
}

.blog-hove-primary3 {
  transition: all 0.4s;
}

.blog-hove-primary3:hover {
  background-color: var(--theme3) !important;
}

.blog-hove-primary3:hover span,
.blog-hove-primary3:hover h5 {
  color: var(--white) !important;
}

.blog-hove-primary3:hover h5 a {
  color: var(--white) !important;
}

.blog-hove-primary3:hover .hover-theme1 {
  background-color: var(--white) !important;
}

.blog-hove-primary3:hover .hover-theme1 i {
  color: var(--theme3);
}

.quote-box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(13, 23, 52, 0.07);
  padding: 40px 50px;
}

@media (max-width: 1199px) {
  .quote-box {
    padding: 30px 20px;
  }
}

.blog-details-social {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.blog-details-social a {
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.24);
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-details-social a i {
  color: var(--white);
}

.blog-details-social a:hover {
  background-color: var(--theme);
}

.blog-details-social a:hover i {
  color: var(--theme4);
}

@media (max-width: 991px) {
  .blog-details-social {
    bottom: 16px;
    left: 16px;
  }
}

.post-viewer {
  border-radius: 8px;
  border: 1px solid rgba(13, 23, 52, 0.1);
  background: #fff;
  padding: 32px 40px;
}

.leave-comment {
  padding: 48px;
}

@media (max-width: 767px) {
  .leave-comment {
    padding: 32px;
  }
}

.search-wrap {
  width: 100%;
  height: 50%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(54, 52, 52, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.industries-section {
  padding-top: 190px;
}

.industries-content {
  position: relative;
  z-index: 1;
}

.industries-content .industries-shape {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.industries-content .boxex {
  max-width: 411px;
  margin: 0 auto;
}

.industries-content ul li {
  transition: all 0.4s;
}

.industries-content ul li:not(:last-child) {
  border-bottom: 1px solid var(--color-Border, #dde4e3);
}

.industries-content ul li .theme-clr4 {
  transform: rotate(-40deg);
}

.industries-content ul li:hover {
  cursor: pointer;
}

.industries-content ul li:hover .theme-clr4 {
  transform: rotate(0deg);
  background-color: var(--theme4);
  color: var(--white) !important;
}

.industries-content ul li:hover .theme-clr4 i {
  color: var(--white) !important;
}

@media (max-width: 1199px) {
  .industries-content {
    padding: 20px;
  }

  .industries-content .industries-shape {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.nano-project-image .video {
  width: 80px;
  height: 80px;
  background-color: var(--white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-wrapper {
  max-width: 560px;
  margin-left: auto;
  gap: 16px;
}

.work-wrapper .work-list-item {
  padding: 40px 40px;
  transition: all 0.3s;
}

.work-wrapper .work-list-item .icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  background-color: rgba(46, 204, 113, 0.1);
}

.work-wrapper .work-list-item:hover {
  background-color: var(--theme2) !important;
}

.work-wrapper .work-list-item:hover .icon {
  background-color: var(--white);
}

@media (max-width: 1399px) {
  .work-wrapper .work-list-item {
    padding: 30px 30px;
  }
}

@media (max-width: 991px) {
  .work-wrapper .work-list-item {
    padding: 24px 19px;
  }
}

.download-content {
  max-width: 450px;
}

.download-section {
  background: url(../img/about/download-bg.png) no-repeat center center;
  background-size: cover;
  padding: 170px 17px;
  margin: 11px;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .download-section {
    padding: 80px 5px 100px;
  }
}

.before-add {
  position: relative;
}

.before-add::before {
  position: absolute;
  right: 105%;
  top: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.41);
  content: "";
  width: 95px;
}

@media (max-width: 1399px) {
  .before-add::before {
    display: none;
  }
}

.letter-1 {
  letter-spacing: 1px;
}

.pricing-plan-items2 {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  padding: 56px 40px;
}

.pricing-plan-items2 ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 1199px) {
  .pricing-plan-items2 {
    padding: 36px 20px;
  }
}

.priicng-growth2 {
  background-color: var(--theme2) !important;
}

.priicng-growth2 .theme-btn {
  background-color: var(--theme4) !important;
  color: var(--white) !important;
}

.priicng-growth2 .theme-btn i {
  color: var(--white) !important;
}

.deserve-create-section {
  background: url(../img/footer/deserve-bg.png) no-repeat center center;
  background-size: cover;
  padding: 90px 5px 370px;
  margin: 11px;
  border-radius: 30px;
}

.deserve-create-section .deserve-content {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .deserve-create-section {
    padding: 70px 5px 320px;
  }
}

@media (max-width: 991px) {
  .deserve-create-section {
    padding: 70px 0px 0px;
  }
}

.subscribe-wrapper {
  background: #044524;
  backdrop-filter: blur(10px);
  padding: 80px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.subscribe-wrapper .subscribe-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1399px) {
  .subscribe-wrapper {
    padding: 40px 0;
  }

  .subscribe-wrapper .subscribe-inner {
    gap: 16px 24px;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .subscribe-wrapper {
    position: inherit;
    margin-top: 70px;
  }

  .subscribe-wrapper .subscribe-inner {
    justify-content: center;
  }
}

.form-grp2 {
  border-radius: 63px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  padding: 4px;
}

.form-grp2 input {
  padding: 10px 24px;
  background: transparent;
  border: unset;
  color: var(--white);
}

.form-grp2 ::placeholder {
  color: var(--white);
}

.form-grp2 button {
  min-width: 56px;
}

.work-items3 {
  max-width: 292px;
  margin: 0 auto;
  z-index: 1;
}

.work-items3 .icon {
  width: 100px;
  height: 100px;
}

@media (max-width: 1199px) {
  .work-items3 .icon {
    width: 70px;
    height: 70px;
  }

  .work-items3 .icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }
}

.worak-line {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 840px;
  margin: 0 auto;
  z-index: -1;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.section-title-area p {
  max-width: 532px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.d-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.d-align-center {
  display: flex;
  align-items: center;
}

.d-content-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-bg {
  background-color: #edf1ee;
}

.work-section {
  position: relative;
  z-index: 1;
}

.service-items2 .icons img {
  max-width: 100%;
  height: auto;
}

.work-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../img/banner/shape_09.svg) right bottom / cover no-repeat;
  z-index: -1;
}

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

.section-bg-2 {
  background-color: var(--bg-2);
}

.black-bg {
  background-color: var(--black);
}

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

.section-padding {
  padding: 140px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-items1 {
  background-color: var(--white);
}

.service-items1 .content {
  padding: 40px 0 !important;
}

.service-items2 {
  padding: 30px;
  transition: all 0.4s;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: nowrap;
}



.service-items2 .content .icons {
  width: 80px;
  height: 80px;
  background: rgb(237 241 238);
  padding: 10px;
}

.service-items2 .hover-ele {
  opacity: 0;
  right: -100%;
  transition: all 0.3s;
}


.project-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}

.project-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  /* hide above */
  inset-inline-start: 0;
  background: linear-gradient(180deg, rgba(5, 18, 41, 0) 0%, #051229ba 84%);
  transition: bottom 0.5s ease;
  z-index: 3;


}

.project-item:hover::before {
  bottom: 0;
  /* slides down */
  border-radius: 15px;
}

.project-item .project-image a {
  display: inline-block;
  width: 100%;
  transition: transform 0.5s ease;
}

.project-item:hover .project-image a {
  transform: scale(1.1);
  /* zoom image */
}

.project-item .project-image a img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.project-content .page-direction {
  display: block;
  margin-bottom: 0;
  transform: rotate(360deg);
  transition: transform 0.5s ease;
}

.project-title .title {
  margin-bottom: 15px;
}

.project-content .page-direction i {
  height: 50px;
  width: 50px;
  font-size: 23px;
  margin-bottom: 10px;
  transform: rotateX(78deg);
  transition: transform 0.5s ease;
  background: #14165a !important;
  color: #fff;
}

.project-item:hover .page-direction i {
  transform: rotateX(0deg);
  margin-bottom: 10px;
}

.project-item .project-content {
  position: absolute;
  bottom: 0;
  /* hidden below */
  inset-inline-start: 0;
  width: 100%;
  padding: 15px 21px 37px 22px;
  z-index: 5;
  transition: bottom 0.5s ease, opacity 0.5s ease;

}


.project-title h4 a {
  color: #fff;
}

.project-title p {
  color: #fff;
}



@media (max-width: 991px) {
  .service-items2 {
    padding: 40px 17px;
  }
}

.bg-angel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.service-items3 {
  padding: 57px 40px;
  background: #fff;
  box-shadow: 10px 10px 40px 0px rgba(7, 0, 108, 0.07);
  transition: all 0.4s;
}

.service-items3 .icon {
  transition: all 0.4s;
  background-color: rgba(64, 51, 255, 0.06);
}

@media (max-width: 1399px) {
  .service-items3 {
    padding: 40px 19px;
  }
}

.service-items3:hover {
  background-color: var(--theme3);
}

.service-items3:hover h5,
.service-items3:hover a,
.service-items3:hover p {
  color: var(--white);
}

.service-items3:hover .icon {
  background-color: var(--white);
}

.financial-items {
  position: relative;
}

.financial-items .icon {
  min-width: 54px;
}

.financial-items .content {
  padding: 30px 0 !important;
}

.financial-items:hover .financial-subbox {
  opacity: 1;
  visibility: visible;
}

.financial-subbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.financial-subbox span,
.financial-subbox h5,
.financial-subbox a {
  color: #fff !important;
}

.financial-subbox .icon {
  background-color: var(--white);
}

.choose-items4 {
  border-radius: 24px;
  border: 1px solid var(--color-Border, #dde4e3);
  background: #f8f8f8;
  padding: 48px 18px;
  transition: all 0.5s;
}

.choose-items4 .boxes {
  max-width: 220px;
  margin: 0 auto;
}

.choose-items4:hover {
  border-color: var(--theme);
}

@media (max-width: 1199px) {
  .choose-items4 {
    padding: 30px 18px;
  }
}

.step-solution .cstom-container {
  max-width: 1770px;
  margin: 0 auto;
}

.step-wrapper-inner {
  background: url(../img/about/step-bg.png) no-repeat center center;
  background-size: cover;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.step-wrapper-inner .step-wrapper-slide {
  position: relative;
}

.step-wrapper-inner .step-wrapper-slide::before {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.step-wrapper-inner .step-items .step-date {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: Prompt;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 6px 16px;
  color: var(--white);
}

.step-wrapper-inner .step-items .step-dot {
  width: 12px;
  height: 12px;
  background-color: var(--white);
  border-radius: 100%;
  margin: 0 auto;
}

.step-wrapper-inner .step-items .box {
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
}

@media (min-width: 992px) {
  .step-wrapper-inner .step-items .box {
    height: 210px !important;
  }
}

@media (max-width: 1399px) {
  .step-wrapper-inner .step-items .box {
    padding: 30px 18px;
  }
}

@media (max-width: 1399px) {
  .step-wrapper-inner {
    margin-top: 20px;
  }
}

.team-items {
  transition: all 0.4s;
}

.team-items .content {
  padding: 16px 0 24px;
}

.team-items .hover-theme1 {
  transform: rotate(-40deg);
}

.team-items:hover {
  background: url(../img/banner/about-bg.jpg);
  background-position: center;
  background-size: cover;
}

.team-items:hover .hover-theme1 {
  background-color: var(--theme4);
  color: var(--white);
  border-color: var(--theme4) !important;
}

.testimonial-wrap {
  background: url(../img/testimonial/testimonial-bg.png) no-repeat center center;
  background-size: cover;
  max-width: 1770px;
  margin: 0 auto;
  border-radius: 30px;
}

.testimonial-wrap .collapse-area {
  margin-top: 100px;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .testimonial-wrap .collapse-area {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-wrap .collapse-area {
    margin-top: 70px;
  }

  .testimonial-wrap h3 {
    font-size: 19px;
    font-weight: 500;
  }
}

.testimonial-content2 h4 {
  line-height: 147%;
}

.testimonial-section2 .array-button {
  bottom: 0;
  left: 20px;
}

@media (max-width: 1199px) {
  .testimonial-section2 .array-button {
    bottom: initial;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .testimonial-section2 .array-button {
    position: initial;
  }
}

.testimonial-section3 {
  background: url(../img/testimonial/testimonial-bg3.png) no-repeat center center;
  background-size: cover;
}

.testimonial-items3 {
  padding: 40px 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.07);
  backdrop-filter: blur(10px);
  margin: 5px 9px 30px;
}

.testimonial-items3 p {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.testimonial-items3 .ratting i {
  color: #f8c100;
}

.testimonial-items3 .quote3 {
  width: 60px;
}

@media (max-width: 1600px) {
  .testimonial-items3 {
    padding: 26px 22px;
  }
}

@media (max-width: 1399px) {
  .testimonial-items3 {
    padding: 24px 19px;
  }
}

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