.header-section {
  width: 100%;
  z-index: 99;
}
.header-section.header-fixed {
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  -ms-animation: fadeInDown 0.5s;
  -o-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-section--style1 {
  background-color: var(--bg-color-3);
  border-bottom: 1px solid var(--header-border-color);
}
.header-section--style1.header-fixed {
  border-bottom: none;
  background-color: var(--bg-color-3);
}
.header-section--style2 {
  content: "";
  width: 100%;
}
.header-section--style2.header-fixed {
  background-color: var(--wh-color);
}
.header-section--style3 {
  content: "";
  width: 100%;
}
.header-section--style3.header-fixed {
  background-color: var(--header-bg-color);
}
.header-section--style4 {
  content: "";
  width: 100%;
  border-bottom: 1px solid var(--header-border-color2);
}
.header-section--style4.header-fixed {
  background-color: var(--header-bg-color2);
}
.header-section--style5 {
  content: "";
  width: 100%;
}
.header-section--style5.header-fixed {
  background-color: var(--bg-color-10);
}

@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-wrapper {
    padding-block: 26px;
  }
}
.header-wrapper .logo a img {
  max-width: 180px;
}
@media (max-width: 575px) {
  .header-wrapper .logo a img {
    max-width: 130px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo a img {
    width: 200px;
  }
}
.header-wrapper .menu-area .header-btn {
  column-gap: 20px;
}
@media (max-width: 767px) {
  .header-wrapper .menu-area .header-btn {
    display: none;
  }
}
.header-wrapper .menu-area .header-btn .switch-btn {
  max-width: 30px;
  cursor: pointer;
}
.header-wrapper--style2 {
  border-bottom: 1px solid var(--border-color-9);
}

.menu {
  column-gap: 10px;
}
.menu > li > a {
  font-size: 1rem;
  padding: 15px 22px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  color: var(--title-color);
  font-weight: 500;
}
.menu > li > a span {
  font-size: 0.75rem;
  padding: 1px 5px;
  color: var(--bg-white);
  border-radius: 4px;
}
.menu > li > a span.style1 {
  background-color: var(--brand-color);
}
.menu > li > a span.style2 {
  background-color: var(--form-focus-color);
}
.menu > li > a i {
  margin-right: 5px;
}
.menu > li > a:after {
  right: 11px;
}
.menu > li > a::before {
  right: 15px;
}
.menu--style1 li a {
  color: var(--title-color);
}
.menu--style2 li a {
  color: var(--bg-white);
}
.menu li .submenu li p {
  font-size: 1rem;
  padding: 10px 20px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  border-radius: 0.3rem;
}
.menu li .submenu .subnav-block h5 {
  font-size: 1rem;
  padding: 10px 20px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  border-radius: 0.3rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: var(--title-color);
}
.subnav-block-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 20px;
}
.menu li .submenu li .trk-btn {
  font-size: 0.75rem;
  padding: 10px 20px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 0.3rem;
  transition: all 0.3s ease-out;
}
.menu li .submenu li a:not(.trk-btn) {
  font-size: 1rem;
  padding: 10px 20px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  color: var(--title-color);
  border-bottom: 1px solid rgba(var(--wh-color), 0.05);
  border-radius: 0.3rem;
  transition: all 0.3s ease-out;
}
.menu li .submenu li a span {
  font-size: 0.75rem;
  padding: 1px 5px;
  color: var(--bg-white);
  border-radius: 4px;
}
.menu li .submenu li a span.style1 {
  background-color: var(--brand-color);
  color: #0c263a;
}
.menu li .submenu li a span.style2 {
  background-color: #000;
}
.menu li .submenu li a:not(.trk-btn):hover,
.menu li .submenu li a:not(.trk-btn).active {
  background: var(--wh-color);
  padding-left: 22px;
  color: var(--brand-color);
}
.menu li .submenu li a:not(.trk-btn):hover:after,
.menu li .submenu li a:not(.trk-btn):hover:before,
.menu li .submenu li a:not(.trk-btn).active:after,
.menu li .submenu li a:not(.trk-btn).active:before {
  background: var(--wh-color);
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: var(--wh-color);
    width: 220px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    border-radius: 0.4rem;
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li .submenu {
    left: 100%;
    top: 0;
  }
  .menu li:hover > .submenu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 16px;
  }
}
@media (max-width: 991px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left;
    z-index: 99999;
    background: rgba(var(--wh-color), 0.99);
    backdrop-filter: blur(20px);
    overflow-y: auto;
  }
  .menu li:first-child .logo {
    display: block !important;
    padding: 10px 20px;
    max-width: 80%;
  }
  .menu > li > a:after {
    right: 25px;
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li a:not(.trk-btn) {
    display: block;
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: capitalize;
    border-top: 1px solid var(--border-color-8);
    color: var(--title-color);
  }
  .menu li a:not(.trk-btn):hover {
    background: rgba(var(--wh-color), 0.6);
  }
  .menu li a:not(.trk-btn) span {
    font-size: 0.75rem;
    padding: 1px 5px;
    color: var(--bg-white);
    border-radius: 4px;
  }
  .menu li a:not(.trk-btn) span.style1 {
    background-color: var(--brand-color);
  }
  .menu li a:not(.trk-btn) span.style2 {
    background-color: var(--form-focus-color);
  }
  .menu li .submenu {
    padding: 0 25px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-family: "Anek Telugu", sans-serif;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
  }
  .menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: var(--wh-color);
  }
  .menu li .trk-btn {
    display: block;
    width: calc(100% - 50px);
    margin: 5px 25px;
    text-align: center;
  }
}

.header-bar {
  width: 25px;
  height: 20px;
}
@media (min-width: 768px) {
  .header-bar {
    width: 30px;
    height: 24px;
  }
}
.header-bar span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--black-color);
  border-radius: 5px;
  height: 2px;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 51%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar--style1 span {
  background-color: var(--black-color);
}
.header-bar--style2 span {
  background-color: var(--bg-white);
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -moz-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  -o-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
@media (min-width: 768px) {
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 12px);
    -moz-transform: rotate(45deg) translate(3px, 12px);
    -ms-transform: rotate(45deg) translate(3px, 12px);
    -o-transform: rotate(45deg) translate(3px, 12px);
    transform: rotate(45deg) translate(3px, 12px);
  }
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -10px);
  -moz-transform: rotate(-45deg) translate(3px, -10px);
  -ms-transform: rotate(-45deg) translate(3px, -10px);
  -o-transform: rotate(-45deg) translate(3px, -10px);
  transform: rotate(-45deg) translate(3px, -10px);
}
@media (min-width: 768px) {
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -13px);
    -moz-transform: rotate(-45deg) translate(3px, -13px);
    -ms-transform: rotate(-45deg) translate(3px, -13px);
    -o-transform: rotate(-45deg) translate(3px, -13px);
    transform: rotate(-45deg) translate(3px, -13px);
  }
}
@media (max-width: 575px) {
  .header-bar {
    width: 15px;
    height: 16px;
    margin-right: 20px;
  }
  .header-bar span {
    height: 2px;
    width: 20px;
  }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -o-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "FontAwesome";
  content: "\f107";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-item-has-children > a::after {
    position: absolute;
    content: "\f107";
    right: -1px !important;
    top: 9px;
  }
}
@media (min-width: 1200px) {
  .menu-item-has-children > a::after {
    position: absolute;
    content: "\f107";
    right: 2px !important;
    top: 12px;
  }
}
.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}

.menu-item-has-children.megamenu {
  position: static;
}
.menu-item-has-children.megamenu .submenu {
  width: 100%;
}
.menu-item-has-children.megamenu .submenu li .home-showcase__buttons a span {
  color: #0c263a;
  font-weight: 500;
  font-size: 0.875rem;
}
.menu-item-has-children.megamenu .submenu li .home-showcase__buttons a:hover {
  background-color: var(--brand-color);
}

.home-showcase {
  background-color: var(--wh-color);
  padding: 15px;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  max-height: 700px;
  overflow: auto;
}
@media (min-width: 576px) {
  .home-showcase {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .home-showcase {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .home-showcase {
    padding: 40px;
  }
}
.home-showcase__buttons {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 1;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
}
.home-showcase__buttons-item {
  padding: 10px 38px;
  background-color: var(--brand-color);
  text-align: center;
  text-decoration: none;
}
.home-showcase__title a {
  margin: 0;
  font-size: 1.125rem;
  color: var(--title-color);
}
@media (max-width: 991px) {
  .home-showcase__title a {
    border-top: none !important;
    padding: 10px 0px !important;
    margin-block-start: 5px;
  }
}
@media (min-width: 992px) {
  .home-showcase__title a {
    padding-inline-start: 0;
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .home-showcase__title a {
    margin-block-start: 15px;
  }
}
.home-showcase__image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.home-showcase__image img {
  width: 100%;
  transition: 500ms ease;
  transform: scale(1);
}
.home-showcase__image::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-color-15);
  opacity: 0.1;
}
.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.home-showcase__image:hover .home-showcase__buttons-item {
  background-color: var(--brand-color);
}
.home-showcase__image:hover .home-showcase__title a {
  background-color: transparent;
  color: var(--brand-color);
}
.home-showcase__image:hover::after {
  opacity: 1;
}
.home-showcase__badge {
  content: "";
  top: 3%;
  right: 3%;
}
.home-showcase__badge span {
  color: var(--bg-white);
  background-color: var(--bg-color-17);
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.75rem;
}

.section-header {
  z-index: 2;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .section-header--style2 {
    margin-bottom: 0px;
  }
}
.section-header--style2 h2 {
  line-height: 1.1;
}
.section-header--style3 h2 {
  color: var(--bg-white);
}
.section-header--style3 p {
  color: var(--bg-white);
  opacity: 0.8;
}
.section-header--style4 {
  gap: 15px;
}
.section-header--style4 h2 {
  line-height: 1.4;
}
.section-header--style4 h2 span {
  color: var(--brand-color);
}
.section-header__content h2 span {
  color: var(--secondary-color);
}
.section-header__content h2 span.style2 {
  color: var(--brand-color);
}
.section-header__content p {
  max-width: 55ch;
}
.section-header h2 span {
  color: var(--secondary-color);
}
.section-header h2 span.style2 {
  color: var(--brand-color);
}
.section-header p {
  font-weight: 400;
}
.section-header p.mute {
  color: var(--text-color);
}
.section-header--max18 h2 {
  max-inline-size: 18ch;
}
.section-header--max20 h2 {
  max-inline-size: 20ch;
  margin: auto;
}
.section-header--max50 {
  max-inline-size: 50ch;
  margin: 0 auto 48px auto;
}
@media (max-width: 767px) {
  .section-header--max50 {
    padding-inline: 10px;
  }
}
.section-header--max57 {
  max-inline-size: 57ch;
  margin: 0 auto 48px auto;
}
@media (max-width: 767px) {
  .section-header--max57 {
    padding-inline: 10px;
  }
}
.section-header--max65 {
  max-inline-size: 65ch;
  margin: 0 auto 48px auto;
}
@media (max-width: 767px) {
  .section-header--max65 {
    padding-inline: 10px;
  }
}

.subtitle {
  gap: 10px;
}
.subtitle p {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Anek Telugu", sans-serif;
}
.subtitle--style2 {
  color: var(--secondary-color);
}
.subtitle--style3 p {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Anek Telugu", sans-serif;
  color: var(--secondary-color);
}
.subtitle--style4 p {
  font-size: 1.125rem;
  color: var(--title-color);
  text-transform: uppercase;
}
.subtitle--style4 p::before {
  content: "";
  margin-right: 10px;
  background-color: var(--black-color);
  border: 2px solid var(--black-color);
}
.subtitle--style5 {
  font-size: 1.125rem;
  color: var(--title-color);
  text-transform: uppercase;
}

.page-header {
  padding-block: 70px;
}
@media (min-width: 992px) {
  .page-header {
    padding-block: 100px;
  }
}
.page-header__content h2 {
  color: var(--bg-white);
}
@media (min-width: 992px) {
  .page-header__content h2 {
    margin-bottom: 15px;
  }
}
.page-header .breadcrumb-item {
  font-size: 1.125rem;
  color: var(--brand-color);
}
.page-header .breadcrumb-item a {
  color: var(--brand-color);
}
.page-header .breadcrumb-item:before {
  color: var(--bg-white);
}
.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item:hover {
  color: var(--bg-white);
}
.page-header__shape-item--1 {
  display: none;
  top: 0%;
  right: 0%;
}
@media (min-width: 576px) {
  .page-header__shape-item--1 {
    top: 0%;
    right: -3%;
  }
}
@media (min-width: 768px) {
  .page-header__shape-item--1 {
    display: block;
    top: 0%;
    right: -3%;
    width: 500px;
  }
}
@media (min-width: 992px) {
  .page-header__shape-item--1 {
    top: 0%;
    right: 0%;
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .page-header__shape-item--1 {
    width: auto;
    top: 0%;
    right: 0%;
  }
}
@media (min-width: 1400px) {
  .page-header__shape-item--1 {
    top: 0%;
    right: 0%;
  }
}
@media (min-width: 1600px) {
  .page-header__shape-item--1 {
    top: 0%;
    right: 15%;
  }
}

.banner__content-coin img {
  width: 70px;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__content-coin img {
    width: 73px;
  }
}
@media (min-width: 768px) {
  .banner__content-coin img {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .banner__content-coin img {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .banner__content-coin img {
    width: auto;
  }
}
.banner__content-coin--style2 img {
  width: 70px;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .banner__content-coin--style2 img {
    width: 73px;
  }
}
@media (min-width: 768px) {
  .banner__content-coin--style2 img {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .banner__content-coin--style2 img {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .banner__content-coin--style2 img {
    width: auto;
  }
}
.banner__content-heading span {
  color: var(--secondary-color);
}
.banner__content-heading--style2 {
  max-inline-size: 15ch;
}
.banner__content-moto {
  color: var(--text-color);
}
@media (min-width: 576px) {
  .banner__content-moto {
    margin-block-end: 30px;
  }
}
@media (min-width: 992px) {
  .banner__content-moto {
    margin-block-end: 40px;
  }
}
.banner__content-social p {
  font-size: 1.125rem;
  color: var(--title-color);
}
@media (min-width: 992px) {
  .banner__content-social p {
    margin-block-end: 25px;
  }
}
.banner__content--style2 h1 {
  max-block-size: 15ch;
}
@media (min-width: 576px) {
  .banner__btn-group {
    margin-block-end: 50px;
  }
}
@media (min-width: 992px) {
  .banner__btn-group {
    gap: 30px;
    margin-block-end: 60px;
  }
}
@media (min-width: 1200px) {
  .banner__btn-group {
    margin-block-end: 88px;
  }
}
.banner__shape-item--1 {
  right: 12%;
  z-index: 1;
  top: 51%;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--1 {
    top: 46%;
    right: 12%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--1 {
    top: 80%;
    right: 45%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--1 {
    top: 71%;
    right: 52%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--1 {
    top: auto;
    bottom: 20%;
    left: 52%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--1 {
    right: 46%;
    left: auto;
  }
}
.banner__shape-item--2 {
  width: 60px;
  z-index: 2;
  top: 50%;
  bottom: 20%;
  left: 8%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--2 {
    width: 80px;
    top: 50%;
    bottom: 20%;
    left: 8%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--2 {
    width: 70px;
    top: 65%;
    bottom: 20%;
    left: 34%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--2 {
    width: auto;
    top: 67%;
    bottom: 20%;
    left: 38%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--2 {
    top: 67%;
    bottom: 20%;
    left: 52%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--2 {
    top: 47%;
    bottom: 20%;
    left: auto;
    right: 10%;
  }
}
.banner__shape-item--3 {
  width: 70px;
  top: 51%;
  right: 9%;
  z-index: 1;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--3 {
    top: 24%;
    right: 9%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--3 {
    top: 85%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--3 {
    width: auto;
    top: auto;
    bottom: 4%;
    right: 3%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--3 {
    top: auto;
    bottom: 4%;
    right: 3%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--3 {
    bottom: 7%;
    right: 3%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--3 {
    right: 15%;
  }
}
.banner__shape-item--4 {
  top: 31%;
  left: 15%;
  z-index: 1;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--4 {
    top: 31%;
    left: 15%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 38%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 34%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 38%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--4 {
    top: 22%;
    left: 41%;
  }
}
.banner__shape-item--5 {
  width: 65px;
  top: 9%;
  left: 0%;
  z-index: 1;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--5 {
    -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86)
      infinite alternate;
    -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    width: 70px;
    top: 11%;
    left: 3%;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--5 {
    width: 80px;
    top: 28%;
    left: 3%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--5 {
    width: auto;
    top: 28%;
    left: 3%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--5 {
    top: 17%;
    left: 7%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--5 {
    top: 17%;
    left: 9%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--5 {
    top: 17%;
    left: 20%;
  }
}
.banner__shape-item--6 {
  width: 70px;
  top: 51%;
  right: 9%;
  z-index: 1;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--6 {
    top: 26%;
    right: 9%;
    width: 120px;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--6 {
    width: auto;
    top: 40%;
    right: 8%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--6 {
    top: 15%;
    right: 7%;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--6 {
    top: 18%;
    right: 7%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--6 {
    top: 17%;
    right: 9%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--6 {
    top: 17%;
    right: 19%;
  }
}
.banner__shape-item--7 {
  width: 100px;
  top: 18%;
  left: 50%;
  z-index: 1;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .banner__shape-item--7 {
    top: 26%;
    left: 32%;
    width: 140px;
  }
}
@media (min-width: 768px) {
  .banner__shape-item--7 {
    width: auto;
    top: 26%;
    left: 30%;
  }
}
@media (min-width: 992px) {
  .banner__shape-item--7 {
    top: 49%;
    left: 20%;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .banner__shape-item--7 {
    width: auto;
    top: 42%;
    left: 20%;
  }
}
@media (min-width: 1400px) {
  .banner__shape-item--7 {
    top: 44%;
    left: 20%;
  }
}
@media (min-width: 1600px) {
  .banner__shape-item--7 {
    top: 45%;
    left: 29%;
  }
}
.banner--style1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-start: 80px;
  padding-block-end: 40px;
}
@media (min-width: 576px) {
  .banner--style1 {
    padding-block-end: 10px;
  }
}
@media (min-width: 768px) {
  .banner--style1 {
    padding-block-start: 132px;
    padding-block-end: 100px;
  }
}
@media (min-width: 992px) {
  .banner--style1 {
    padding-block-start: 148px;
    padding-block-end: 135px;
  }
}
@media (min-width: 1200px) {
  .banner--style1 {
    padding-block-start: 148px;
    padding-block-end: 132px;
  }
}
@media (min-width: 1400px) {
  .banner--style1 {
    padding-block-start: 148px;
    padding-block-end: 148px;
  }
}
@media (min-width: 1600px) {
  .banner--style1 {
    padding-block-start: 148px;
    padding-block-end: 288px;
  }
}
.banner--style1 .banner__bg-element img {
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: 0;
}
.banner--style1 .banner__bg-element span {
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
@media (min-width: 768px) {
  .banner--style1 .banner__thumb {
    position: absolute;
    -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    right: -20px;
    top: 213px;
    max-inline-size: 56%;
  }
}
@media (min-width: 992px) {
  .banner--style1 .banner__thumb {
    -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86)
      infinite alternate;
    -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    right: -20px;
    top: 213px;
    max-inline-size: 56%;
  }
}
@media (min-width: 1200px) {
  .banner--style1 .banner__thumb {
    right: 53px;
    top: 160px;
    max-inline-size: 56%;
  }
}
@media (min-width: 1400px) {
  .banner--style1 .banner__thumb {
    right: 60px;
    top: 118px;
    max-inline-size: 51%;
  }
}
@media (min-width: 1600px) {
  .banner--style1 .banner__thumb {
    right: 280px;
    top: 205px;
    max-inline-size: 52%;
  }
}
.banner--style2 {
  background-color: var(--banner2-bg-color);
  padding-block-start: 110px;
  padding-block-end: 50px;
}
.banner--style2 .bg-shape-svg {
  width: 0;
  height: 0;
  display: none;
}
@media (min-width: 1200px) {
  .banner--style2 .bg-shape-svg {
    display: block;
  }
}
@media (min-width: 576px) {
  .banner--style2 {
    padding-block-end: 40px;
  }
}
@media (min-width: 768px) {
  .banner--style2 {
    clip-path: url(#shape-clippath);
    padding-block-start: 132px;
    padding-block-end: 80px;
  }
}
@media (min-width: 992px) {
  .banner--style2 {
    padding-block-start: 148px;
    padding-block-end: 120px;
  }
}
@media (min-width: 1200px) {
  .banner--style2 {
    background-color: none;
    padding-block-start: 160px;
    padding-block-end: 347px;
  }
}
@media (min-width: 768px) {
  .banner--style2 .banner__thumb {
    -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
      alternate;
    position: absolute;
    left: 0%;
    bottom: 7%;
    max-inline-size: 46%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .banner--style2 .banner__thumb {
    left: 7%;
    bottom: 10%;
    max-inline-size: 40%;
  }
}
@media (min-width: 1200px) {
  .banner--style2 .banner__thumb {
    left: 90px;
    bottom: 200px;
    max-inline-size: 40%;
  }
}
@media (min-width: 1400px) {
  .banner--style2 .banner__thumb {
    left: 90px;
    bottom: 180px;
    max-inline-size: 52%;
  }
}
@media (min-width: 1600px) {
  .banner--style2 .banner__thumb {
    left: 217px;
    bottom: 220px;
    max-inline-size: 30%;
  }
}
@media screen and (min-width: 1900px) {
  .banner--style2 .banner__thumb {
    left: 360px;
    bottom: 200px;
    max-inline-size: 52%;
  }
}
.banner--style2 .banner__content {
  z-index: 2;
}
.banner--style2 .banner__content h1 {
  color: var(--bg-white);
}
.banner--style2 .banner__content p {
  color: var(--text-color-3);
}
.banner--style2 .banner__content-playbtn {
  color: var(--bg-white);
}
.banner--style2 .banner__content-playbtn i,
.banner--style2 .banner__content-playbtn svg {
  color: var(--bg-white);
}
.banner--style2 .banner__wrapper--style2::after {
  bottom: 0px;
  left: 12%;
  content: "";
  height: 870px;
  width: 370px;
  border: 45px solid rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  opacity: 0.0799999982;
  background: linear-gradient(
    152deg,
    rgba(229, 237, 248, 0.47) 0%,
    #edf2f8 100%
  );
}
@media (min-width: 768px) {
  .banner--style2 .banner__wrapper--style2::after {
    transform: rotate(18deg);
    left: 14%;
    bottom: 2%;
  }
}
@media (min-width: 992px) {
  .banner--style2 .banner__wrapper--style2::after {
    display: block;
    bottom: 1%;
    left: 14%;
  }
}
@media (min-width: 1200px) {
  .banner--style2 .banner__wrapper--style2::after {
    transform: rotate(22deg);
    bottom: 10%;
    left: 14%;
  }
}
@media (min-width: 1400px) {
  .banner--style2 .banner__wrapper--style2::after {
    bottom: 10%;
    transform: rotate(23deg);
    left: 13%;
  }
}
@media (min-width: 1600px) {
  .banner--style2 .banner__wrapper--style2::after {
    bottom: 10%;
    transform: rotate(23deg);
    left: 18%;
  }
}
@media screen and (min-width: 1900px) {
  .banner--style2 .banner__wrapper--style2::after {
    bottom: 10%;
    transform: rotate(23deg);
    left: 23%;
  }
}
.banner--style3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-start: 80px;
  padding-block-end: 80px;
}
@media (min-width: 576px) {
  .banner--style3 {
    padding-block-start: 80px;
    padding-block-end: 80px;
  }
}
@media (min-width: 768px) {
  .banner--style3 {
    padding-block-start: 90px;
    padding-block-end: 100px;
  }
}
@media (min-width: 992px) {
  .banner--style3 {
    padding-block-start: 130px;
    padding-block-end: 138px;
  }
}
@media (min-width: 1200px) {
  .banner--style3 {
    padding-block-start: 140px;
    padding-block-end: 150px;
  }
}
@media (min-width: 1600px) {
  .banner--style3 {
    padding-block-start: 160px;
    padding-block-end: 165px;
  }
}
.banner--style3 .banner__bg-element img {
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}
.banner--style3 .banner__bg-element span {
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.banner--style3 .banner__thumb img {
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 768px) {
  .banner--style3 .banner__thumb::before {
    position: absolute;
    content: "";
    width: 162px;
    height: 100%;
    background: linear-gradient(
      160deg,
      var(--bg-grad-color-trans-4) 0%,
      var(--bg-grad-color-4) 100%
    );
    left: 46%;
    bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .banner--style3 .banner__thumb::before {
    width: 195px;
    left: 48%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .banner--style3 .banner__thumb::before {
    width: 230px;
    left: 48.5%;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .banner--style3 .banner__thumb::before {
    width: 230px;
    left: 49%;
  }
}
.banner--style3 .banner__counter-item {
  border-radius: 8px;
  background-color: var(--wh-color);
  border: 2px solid rgba(31, 35, 61, 0);
  box-shadow: 0px 16px 64px 0px rgba(0, 208, 148, 0.12);
}
@media (min-width: 768px) {
  .banner--style3 .banner__counter-item {
    padding: 22px;
  }
}
@media (min-width: 992px) {
  .banner--style3 .banner__counter-item {
    padding: 22px;
  }
}
@media (min-width: 1200px) {
  .banner--style3 .banner__counter-item {
    padding: 24px;
  }
}
.banner--style3 .banner__counter-item:not(:last-child) {
  margin-block-end: 32px;
}
.banner--style3 .banner__counter-item h4 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}
.banner--style3 .banner__counter-item h4 span {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
.banner--style3 .banner__counter-item p {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}
.banner--style3 .banner__bg {
  z-index: -1;
}
.banner--style4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-start: 110px;
  padding-block-end: 240px;
}
@media (min-width: 576px) {
  .banner--style4 {
    padding-block-start: 140px;
    padding-block-end: 250px;
  }
}
@media (min-width: 768px) {
  .banner--style4 {
    padding-block-start: 170px;
    padding-block-end: 260px;
  }
}
@media (min-width: 992px) {
  .banner--style4 {
    padding-block-start: 180px;
    padding-block-end: 270px;
  }
}
@media (min-width: 1200px) {
  .banner--style4 {
    padding-block-start: 208px;
    padding-block-end: 280px;
  }
}
@media (min-width: 1400px) {
  .banner--style4 {
    padding-block-start: 208px;
    padding-block-end: 290px;
  }
}
@media (min-width: 1600px) {
  .banner--style4 {
    padding-block-start: 208px;
    padding-block-end: 317px;
  }
}
.banner--style4 .banner__content h1 {
  font-size: calc(1.625rem + 3.8571428571vw);
  letter-spacing: -0.5px;
  color: var(--bg-white);
}
@media (min-width: 1400px) {
  .banner--style4 .banner__content h1 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .banner--style4 .banner__content h1 {
    line-height: 92px;
  }
}
.banner--style4 .banner__content p {
  font-size: 1.125rem;
  max-inline-size: 60ch;
  margin-inline: auto;
  color: var(--bg-white);
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .banner--style4 .banner__content p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .banner--style4 .banner__content-btn {
    margin-top: 48px;
  }
}
.banner--style5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block-start: 100px;
  padding-block-end: 80px;
}
@media (min-width: 576px) {
  .banner--style5 {
    padding-block-start: 120px;
    padding-block-end: 80px;
  }
}
@media (min-width: 768px) {
  .banner--style5 {
    padding-block-start: 160px;
    padding-block-end: 100px;
  }
}
@media (min-width: 992px) {
  .banner--style5 {
    padding-block-start: 180px;
    padding-block-end: 100px;
  }
}
@media (min-width: 1200px) {
  .banner--style5 {
    padding-block-start: 180px;
    padding-block-end: 100px;
  }
}
@media (min-width: 1600px) {
  .banner--style5 {
    padding-block-start: 200px;
    padding-block-end: 100px;
  }
}
.banner--style5::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/banner/home5/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.banner--style5 .banner__content {
  z-index: 1;
}
.banner--style5 .banner__content p {
  font-size: 1.125rem;
  color: var(--tertiary-color4);
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 576px) {
  .banner--style5 .banner__content p {
    font-size: calc(1.275rem + 0.2571428571vw);
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (min-width: 1400px) {
  .banner--style5 .banner__content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__content p {
    margin-bottom: 36px;
  }
}
.banner--style5 .banner__content-heading {
  font-size: calc(1.4875rem + 2.4428571429vw);
  max-inline-size: 19ch;
}
@media (min-width: 1400px) {
  .banner--style5 .banner__content-heading {
    font-size: 3.625rem;
  }
}
@media (min-width: 992px) {
  .banner--style5 .banner__content-heading {
    max-inline-size: 13ch;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__content-heading {
    max-inline-size: 18ch;
  }
}
.banner--style5 .banner__content-moto {
  color: var(--text-color);
}
@media (min-width: 576px) {
  .banner--style5 .banner__content-moto {
    margin-block-end: 30px;
  }
}
@media (min-width: 992px) {
  .banner--style5 .banner__content-moto {
    margin-block-end: 40px;
  }
}
.banner--style5 .banner__thumb-inner img {
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 992px) {
  .banner--style5 .banner__thumb-inner img {
    position: absolute;
    left: 37%;
    top: 27%;
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__thumb-inner img {
    position: absolute;
    left: 46%;
    top: 29%;
    width: 350px;
  }
}
@media (min-width: 1400px) {
  .banner--style5 .banner__thumb-inner img {
    position: absolute;
    width: auto;
    left: 45.5%;
    top: 26%;
  }
}
@media (min-width: 1600px) {
  .banner--style5 .banner__thumb-inner img {
    position: absolute;
    left: 46%;
    top: 25%;
  }
}
@media (min-width: 992px) {
  .banner--style5 .banner__thumb-inner::before {
    position: absolute;
    content: "";
    width: 388px;
    height: 600px;
    background-image: linear-gradient(
      180deg,
      var(--body-color) 0%,
      var(--bg-color-10) 70%
    );
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 46%;
    top: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .banner--style5 .banner__thumb-inner::before {
    width: 340px;
    left: 35%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .banner--style5 .banner__thumb-inner::before {
    height: 633px;
    width: 340px;
    left: 45%;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .banner--style5 .banner__thumb-inner::before {
    width: 360px;
    left: 45%;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .banner--style5 .banner__thumb-inner::before {
    width: 388px;
    left: 45%;
  }
}
@media (min-width: 576px) {
  .banner--style5 .banner__testimonial-inner {
    margin-block-start: 80px;
  }
}
@media (min-width: 992px) {
  .banner--style5 .banner__testimonial-inner {
    margin-block-start: 190px;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__testimonial-inner {
    margin-block-start: 149px;
  }
}
.banner--style5 .banner__thumb2-inner {
  border-radius: 4px;
  background-color: var(--tertiary-color4);
}
@media (min-width: 992px) {
  .banner--style5 .banner__thumb2-inner {
    max-width: 332px;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__thumb2-inner {
    padding: 32px;
  }
}
.banner--style5 .banner__thumb2-inner p {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .banner--style5 .banner__thumb2-inner p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .banner--style5 .banner__thumb2-inner p {
    font-size: calc(1.2625rem + 0.1285714286vw);
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .banner--style5 .banner__thumb2-inner p {
    font-size: 1.375rem;
  }
}
.banner--style5 .banner__shorttext1 p {
  color: var(--title-color);
}
@media (min-width: 992px) {
  .banner--style5 .banner__shorttext1 {
    position: absolute;
    left: 35%;
    max-width: 34ch;
    top: 60%;
  }
}
@media (min-width: 1200px) {
  .banner--style5 .banner__shorttext1 {
    position: absolute;
    left: 45%;
    max-width: 34ch;
    top: 64.5%;
  }
}
@media (min-width: 1400px) {
  .banner--style5 .banner__shorttext1 {
    position: absolute;
    left: 45%;
    max-width: 34ch;
    top: 63.5%;
  }
}

.contact__wrapper {
  z-index: 2;
}
.contact__social h3 {
  max-inline-size: 15ch;
}
.contact__social h3 span {
  color: var(--secondary-color);
}
.contact__item-inner {
  gap: 24px;
}
.contact__item-thumb span {
  background-color: var(--tertiary-color2);
  border-radius: 50%;
}
.contact__form textarea {
  min-height: 250px;
}
.contact__shape-item--1 {
  width: 50px;
  top: 5%;
  left: 71%;
  z-index: 2;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .contact__shape-item--1 {
    width: 70px;
    top: 6%;
    left: 65%;
  }
}
@media (min-width: 768px) {
  .contact__shape-item--1 {
    max-width: 40px;
    top: 4%;
    left: 73%;
  }
}
@media (min-width: 992px) {
  .contact__shape-item--1 {
    max-width: 100%;
    top: 80%;
    left: 13%;
  }
}
@media (min-width: 1200px) {
  .contact__shape-item--1 {
    top: 16%;
    left: 32%;
  }
}
@media (min-width: 1400px) {
  .contact__shape-item--1 {
    top: 16%;
    left: 36%;
  }
}
@media (min-width: 1600px) {
  .contact__shape-item--1 {
    top: 16%;
    left: 38%;
  }
}
.contact__shape-item--2 {
  content: "";
  height: 92%;
  width: 920px;
  border: 2px solid var(--bg-grad-color-2);
  padding: 40px;
  border-bottom-left-radius: 25%;
  top: 0%;
  right: -3%;
  transform: rotate(-10deg);
  opacity: 0.4;
  display: none;
}
@media (min-width: 768px) {
  .contact__shape-item--2 {
    display: block;
    height: 109%;
    width: 570px;
    top: -9%;
    right: -5%;
  }
}
@media (min-width: 992px) {
  .contact__shape-item--2 {
    height: 109%;
    width: 800px;
    top: -9%;
    right: -15%;
  }
}
@media (min-width: 1200px) {
  .contact__shape-item--2 {
    width: 900px;
    top: -12%;
    right: -6%;
  }
}
@media (min-width: 1400px) {
  .contact__shape-item--2 {
    width: 1000px;
    top: -12%;
    right: -6%;
  }
}
@media (min-width: 1600px) {
  .contact__shape-item--2 {
    width: 1200px;
    top: -14%;
    right: -2%;
  }
}
.contact__shape-item--2 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 700px;
  background: linear-gradient(
    219deg,
    var(--bg-grad-color-trans-2) 0%,
    var(--bg-grad-color-2) 100%
  );
  border-bottom-left-radius: 25%;
  top: 5%;
  right: -1%;
}
@media (min-width: 768px) {
  .contact__shape-item--2 span {
    height: 97%;
    width: 550px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 992px) {
  .contact__shape-item--2 span {
    height: 97%;
    width: 780px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1200px) {
  .contact__shape-item--2 span {
    width: 880px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1400px) {
  .contact__shape-item--2 span {
    width: 980px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1600px) {
  .contact__shape-item--2 span {
    width: 1180px;
    top: 0%;
    right: -1%;
  }
}

.account__wrapper {
  z-index: 2;
}
.account__content--style1 {
  max-inline-size: 800px;
  margin-inline: auto;
  background-color: var(--account-bg-color);
  border-radius: 4px;
}
@media (min-width: 576px) {
  .account__content--style1 {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .account__content--style1 {
    padding: 100px;
  }
}
.account__content--style2 {
  max-inline-size: 800px;
  margin-inline: auto;
  background-color: var(--account-bg-color2);
  border-radius: 4px;
}
@media (min-width: 576px) {
  .account__content--style2 {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .account__content--style2 {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .account__content--style2 {
    padding: 25px 30px;
  }
}
@media (min-width: 992px) {
  .account__thumb img {
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.account__inner {
  background-color: var(--account-bg-color2);
  border-radius: 4px;
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03),
    0px 16px 48px rgba(6, 35, 63, 0.03);
}
@media (min-width: 768px) {
  .account__header {
    margin-block-end: 50px;
  }
}
.account__header p {
  font-size: 1rem;
}
.account__check-remember input {
  width: 1.2em;
  height: 1.2em;
  margin-inline-end: 3px;
}
.account__check-remember input:focus {
  box-shadow: none;
}
.account__check-remember input:checked {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.account__check-remember label {
  font-size: 1rem;
  color: var(--title-color);
}
.account__check-forgot a {
  font-size: 1rem;
  color: var(--secondary-color);
  text-decoration: underline;
}
.account__social-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
  display: inline-flex;
  background-color: var(--wh-color);
  color: var(--title-color);
  padding: 16px 24px;
  border: 1px solid var(--form-border);
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .account__social-btn {
    padding: 0.8rem 2.25rem;
  }
}
.account__social-btn:hover {
  border-color: var(--brand-color);
}
.account__divider--style1 span {
  font-size: 1.125rem;
  color: var(--title-color);
  padding: 20px;
  top: -35px;
  left: 45%;
  background: var(--account-bg-color);
}
.account__divider--style1:before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--form-border);
}
.account__divider--style2 span {
  color: var(--text-color);
}
.account__switch p {
  font-size: 1rem;
}
.account__switch p i,
.account__switch p svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.account__switch p a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.account__switch p a.style2 {
  font-size: 1rem;
  color: var(--text-color);
}
.account__switch a {
  font-size: 1.125rem;
}
.account__switch a span {
  color: var(--secondary-color);
  text-decoration: underline;
}
.account__shape-item--1 {
  width: 30px;
  top: 9%;
  left: 77%;
  z-index: 2;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .account__shape-item--1 {
    width: 55px;
    top: 11%;
    left: 66%;
  }
}
@media (min-width: 768px) {
  .account__shape-item--1 {
    max-width: 75px;
    top: 11%;
    left: 56%;
  }
}
@media (min-width: 992px) {
  .account__shape-item--1 {
    max-width: 100%;
    top: 13%;
    left: 20%;
  }
}
@media (min-width: 1200px) {
  .account__shape-item--1 {
    top: 9%;
    left: 8%;
  }
}
@media (min-width: 1400px) {
  .account__shape-item--1 {
    top: 9%;
    left: 12%;
  }
}
@media (min-width: 1600px) {
  .account__shape-item--1 {
    left: 22%;
  }
}

input,
textarea {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 8px;
  color: var(--text-color);
  padding: 1rem 2rem;
  z-index: 1;
}
input.style1,
textarea.style1 {
  border-radius: 0;
  border: none;
  background-color: var(--brand-color);
  color: var(--wh-color);
}
input.style1::placeholder,
textarea.style1::placeholder {
  font-weight: 400;
  color: var(--wh-color);
  color: var(--text-color);
}
input::placeholder,
textarea::placeholder {
  font-weight: 400;
  color: rgba(var(--text-color-light), 0.3);
}
input:focus-within,
textarea:focus-within {
  outline: none;
  border-color: none;
  box-shadow: none;
}

.form-control {
  background-color: var(--wh-color);
  border-color: var(--form-border);
  padding: 13px 20px;
  border-radius: 8px;
  color: var(--title-color);
}
@media (min-width: 992px) {
  .form-control {
    padding: 16px 20px;
  }
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--brand-color);
  background-color: var(--wh-color);
  color: var(--title-color);
}

.form-check-input {
  background-color: var(--wh-color);
}

.form-label {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  color: var(--title-color);
}

.input-group {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid rgba(var(--text-color), 0.3);
  border-radius: 0.5rem;
}
.input-group:focus-within {
  border-color: var(--text-color);
}
.input-group .valid-tooltip,
.input-group .invalid-tooltip {
  background-color: transparent;
  top: 90%;
}

.showhide-pass {
  position: relative;
}

.footer {
  background-color: var(--footer-bg-color);
  color: var(--wh-color);
  font-weight: 400;
}
.footer--style2 {
  background-color: var(--bg-color-12);
}
.footer__wrapper {
  z-index: 2;
}
@media (min-width: 576px) {
  .footer__top {
    margin-block-end: 0;
  }
}
.footer__top--style1 {
  padding-block: 80px;
}
@media (min-width: 576px) {
  .footer__top--style1 {
    padding-block: 90px;
  }
}
@media (min-width: 992px) {
  .footer__top--style1 {
    padding-block: 100px;
  }
}
.footer__top--style2 {
  padding-top: 200px;
  padding-block-end: 80px;
}
@media (min-width: 576px) {
  .footer__top--style2 {
    padding-block-start: 250px;
    padding-block-end: 90px;
  }
}
@media (min-width: 992px) {
  .footer__top--style2 {
    padding-block-start: 332px;
    padding-block-end: 100px;
  }
}
.footer__app {
  gap: 20px;
}
.footer__app-inner {
  gap: 10px;
}
.footer__app-item--apple {
  background-color: var(--brand-color);
  color: #0c263a;
  border-radius: 8px;
}
.footer__app-item--apple2 {
  background-color: var(--bg-color-10);
  color: #0c263a;
  border-radius: 8px;
}
.footer__app-item--playstore {
  background-color: var(--bg-color-8);
  color: var(--bg-white);
  border-radius: 8px;
}
.footer__app-item--playstore2 {
  background-color: var(--tertiary-color4);
  color: #ffffff;
  border-radius: 8px;
}
.footer__app-content {
  line-height: 1.1;
}
.footer__app-content span {
  font-size: 0.5rem;
}
.footer__app-content p {
  font-size: 0.875rem;
}
.footer__about-moto {
  color: var(--text-color-2);
}
.footer-logo {
  max-width: 180px;
}
@media (min-width: 768px) {
  .footer__about-moto {
    max-inline-size: 40ch;
    margin-block-end: 32px;
  }
}
.footer__links-tittle h6 {
  color: var(--bg-white);
}
@media (min-width: 576px) {
  .footer__links-tittle h6 {
    margin-block-end: 20px;
  }
}
.footer__linklist-item p {
  color: var(--text-color);
}
.footer__linklist-item a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--text-color-2);
}
.footer__linklist-item a::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  transition: all 0.3s ease-out;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
}
.footer__linklist-item a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  color: var(--brand-color);
}
.footer__linklist-item a:hover::after {
  opacity: 1;
  left: -12px;
}
.footer__linklist-item a.style2:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  color: var(--bg-color-10);
}
.footer__linklist-item a.style2:hover::after {
  opacity: 1;
  left: -12px;
}
.footer__end {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-color-2);
  font-size: 1rem;
}
.footer-disclaimer-text {
  color: var(--text-color-2);
  z-index: 10;
  position: relative;
}
.footer-disclaimer-text .small {
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 576px) {
  .footer__end {
    display: flex;
    justify-content: space-between;
  }
}
.footer__end-copyright a {
  color: var(--brand-color);
}
.footer__end-copyright a.style2 {
  color: var(--bg-color-10);
}
@media (min-width: 576px) {
  .footer__end-copyright {
    margin-block-end: 0;
  }
}
@media (max-width: 575px) {
  .footer__end-links {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .footer__end-links {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .footer__end-links {
    gap: 20px;
  }
}
.footer__end-item a {
  color: var(--text-color);
}
.footer__shape-item--1 {
  max-width: 60px;
  top: 8%;
  left: 50%;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--1 {
    width: auto;
    top: 12%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--1 {
    top: 70%;
    left: 5%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--1 {
    left: 27%;
    top: 17%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--1 {
    top: 17%;
    left: 23%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--1 {
    top: 17%;
    left: 33%;
  }
}
.footer__shape-item--2 {
  content: "";
  height: 95%;
  width: 920px;
  border: 1px solid var(--bg-white);
  opacity: 0.06;
  padding: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 0%;
  left: -3%;
  transform: rotate(13deg);
  display: none;
}
@media (min-width: 768px) {
  .footer__shape-item--2 {
    display: block;
    width: 530px;
    top: 0%;
    left: -19%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--2 {
    width: 530px;
    top: 4%;
    left: -11%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--2 {
    height: 100%;
    top: 9%;
    left: -6%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--2 {
    height: 101%;
    width: 920px;
    top: 0%;
    left: -26%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--2 {
    height: 107%;
    width: 920px;
    top: 0%;
    left: -3%;
  }
}
.footer__shape-item--2 span {
  position: absolute;
  content: "";
  height: 90%;
  width: 900px;
  background: linear-gradient(
    150.39deg,
    rgba(237, 242, 248, 0.22) 15.02%,
    #edf2f8 99.59%
  );
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 5%;
  left: -1%;
}
@media (min-width: 768px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -1%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -1%;
  }
}
.footer__shape-item--3 {
  max-width: 50px;
  top: 21%;
  left: 57%;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--3 {
    width: auto;
    top: 29%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--3 {
    top: 80%;
    left: 30%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--3 {
    top: 45%;
    left: 25%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--3 {
    top: 45%;
    left: 22%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--3 {
    top: 45%;
    left: 26%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--3 {
    top: 45%;
    left: 32%;
  }
}
.footer__shape-item--4 {
  display: none;
  max-width: 50px;
  top: 21%;
  left: 57%;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--4 {
    width: auto;
    top: 29%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--4 {
    display: block;
    top: 15%;
    left: 30%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--4 {
    top: 66%;
    left: 3%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--4 {
    top: 66%;
    left: 3%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--4 {
    top: 58%;
    left: 3%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--4 {
    top: 63%;
    left: 13%;
  }
}
.footer__shape-item--5 {
  width: 70px;
  top: 60%;
  left: 43%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--5 {
    top: 29%;
    left: 65%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--5 {
    width: auto;
    top: 60%;
    left: 43%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--5 {
    top: 56%;
    left: 43%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--5 {
    top: 50%;
    left: 40%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--5 {
    top: 50%;
    left: 36%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--5 {
    top: 54%;
    left: 46%;
  }
}

.trk-btn {
  font-size: 1rem;
  border: transparent;
  color: #0c263a;
  font-family: "Open Sans", sans-serif;
  padding: 0.75rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 8px;
}
.trk-btn:after {
  background: var(--bg-white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
@media (min-width: 576px) {
  .trk-btn {
    padding: 1rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn {
    padding: 1rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn {
    padding: 1rem 1.875rem;
  }
}
.trk-btn--small {
  padding: 0.75rem 1.5rem;
}
@media (min-width: 576px) {
  .trk-btn--large {
    padding: 0.95rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--large {
    padding: 1.25rem 1.875rem;
  }
}
.trk-btn svg,
.trk-btn i {
  transition: all 0.3s ease-out;
}
.trk-btn--arrow span i,
.trk-btn--arrow span svg {
  font-size: 1rem;
}
.trk-btn--arrow span.style2 i,
.trk-btn--arrow span.style2 svg {
  font-size: 1.125rem;
}
.trk-btn--defult {
  gap: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--title-color);
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--defult {
    padding: 0.8rem 1rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--defult {
    padding: 0.81rem 1rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--defult {
    padding: 0.82rem 1rem;
  }
}
.trk-btn--defult span.style1 i,
.trk-btn--defult span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--defult span.style1 i rect,
.trk-btn--defult span.style1 svg rect {
  stroke: var(--title-color);
}
.trk-btn--defult span.style1 i g path,
.trk-btn--defult span.style1 svg g path {
  stroke: var(--title-color);
}
.trk-btn--arrowplay {
  gap: 5px;
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--arrowplay {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--arrowplay {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--arrowplay {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--arrowplay span i,
.trk-btn--arrowplay span svg {
  font-size: 1.25rem;
}
.trk-btn--left {
  gap: 8px;
}
.trk-btn--left span {
  width: 24px;
  height: 24px;
  background-color: var(--bg-white);
  border-radius: 99px;
  padding: 4px;
}
.trk-btn--left span i,
.trk-btn--left span svg {
  font-size: 0.875rem;
  color: var(--brand-color);
  line-height: 24px;
}
.trk-btn--primary {
  background-color: var(--brand-color);
  border: 1px solid var(--brand-color);
}
.trk-btn--tertiary {
  background-color: var(--tertiary-color4);
  border: 1px solid var(--tertiary-color4);
  color: #ffffff;
  border-radius: 4px;
}
.trk-btn--secondary {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--wh-color);
}
.trk-btn--secondary2 {
  background-color: #0a4fd5;
  border: 1px solid #0a4fd5;
  color: var(--bg-white);
}
.trk-btn--secondary3 {
  background-color: var(--bg-color-11);
  border: 1px solid var(--bg-color-11);
  color: var(--bg-white);
}
.trk-btn--outline {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: 1px solid var(--brand-color);
  color: #0c263a;
}
.trk-btn--outline2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 5px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--outline2 {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--outline2 {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--outline2 {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--outline2 span.style1 i,
.trk-btn--outline2 span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--outline2 span.style1 i rect,
.trk-btn--outline2 span.style1 svg rect {
  stroke: var(--arrow-icon-color);
}
.trk-btn--outline2 span.style1 i g path,
.trk-btn--outline2 span.style1 svg g path {
  stroke: var(--arrow-icon-color);
}
.trk-btn--outline22 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 5px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--outline22 {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--outline22 {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--outline22 {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--outline22 span.style1 i,
.trk-btn--outline22 span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--outline22 span.style1 i rect,
.trk-btn--outline22 span.style1 svg rect {
  stroke: var(--secondary-color);
}
.trk-btn--outline22 span.style1 i g path,
.trk-btn--outline22 span.style1 svg g path {
  stroke: var(--secondary-color);
}
.trk-btn--outline3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 5px;
  border-color: #1b2d29;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--outline3 {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--outline3 {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--outline3 {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--outline3 span.style1 i,
.trk-btn--outline3 span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--outline4 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.trk-btn--outline4.active,
.trk-btn--outline4:hover {
  background-color: var(--secondary-color);
  color: var(--bg-white);
}
.trk-btn--outline5 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 5px;
  color: var(--secondary-color);
  padding: 0.53rem 1rem;
}
@media (min-width: 576px) {
  .trk-btn--outline5 {
    padding: 0.8rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .trk-btn--outline5 {
    padding: 0.8rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .trk-btn--outline5 {
    padding: 0.78rem 1.875rem;
  }
}
.trk-btn--outline5 span.style1 i,
.trk-btn--outline5 span.style1 svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trk-btn--outline5 span.style1 i rect,
.trk-btn--outline5 span.style1 svg rect {
  stroke: var(--arrow-icon-color);
}
.trk-btn--outline5 span.style1 i g path,
.trk-btn--outline5 span.style1 svg g path {
  stroke: var(--arrow-icon-color);
}
.trk-btn--outline6 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: 1.5px solid var(--title-color);
  color: var(--title-color);
  border-radius: 4px;
}
.trk-btn.search-btn {
  padding: 1.2rem 1.85rem;
  font-size: 1.125rem;
}
.trk-btn span {
  position: inherit;
  z-index: 1;
}
.trk-btn.active.trk-btn--primary,
.trk-btn:hover.trk-btn--primary {
  color: #0c263a;
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--primary:after,
.trk-btn:hover.trk-btn--primary:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--secondary,
.trk-btn:hover.trk-btn--secondary {
  color: var(--bg-white);
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--secondary:after,
.trk-btn:hover.trk-btn--secondary:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--secondary2,
.trk-btn:hover.trk-btn--secondary2 {
  color: var(--bg-white);
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--secondary2:after,
.trk-btn:hover.trk-btn--secondary2:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--secondary3,
.trk-btn:hover.trk-btn--secondary3 {
  color: var(--bg-white);
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--secondary3:after,
.trk-btn:hover.trk-btn--secondary3:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--tertiary,
.trk-btn:hover.trk-btn--tertiary {
  color: #ffffff;
  transform: translateY(-3px);
}
.trk-btn.active.trk-btn--tertiary:after,
.trk-btn:hover.trk-btn--tertiary:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.trk-btn.active.trk-btn--arrow,
.trk-btn:hover.trk-btn--arrow {
  transform: rotate(0deg);
}
.trk-btn.active.trk-btn--outline,
.trk-btn:hover.trk-btn--outline {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0c263a;
}
.trk-btn.active.trk-btn--outline2,
.trk-btn:hover.trk-btn--outline2 {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0c263a;
}
.trk-btn.active.trk-btn--outline2 span.style1 i rect,
.trk-btn.active.trk-btn--outline2 span.style1 svg rect,
.trk-btn:hover.trk-btn--outline2 span.style1 i rect,
.trk-btn:hover.trk-btn--outline2 span.style1 svg rect {
  stroke: #0c263a;
}
.trk-btn.active.trk-btn--outline2 span.style1 i g path,
.trk-btn.active.trk-btn--outline2 span.style1 svg g path,
.trk-btn:hover.trk-btn--outline2 span.style1 i g path,
.trk-btn:hover.trk-btn--outline2 span.style1 svg g path {
  stroke: #0c263a;
}
.trk-btn.active.trk-btn--outline22,
.trk-btn:hover.trk-btn--outline22 {
  background-color: #0a4fd5;
  border-color: #0a4fd5;
  color: var(--bg-white);
}
.trk-btn.active.trk-btn--outline22 span.style1 i rect,
.trk-btn.active.trk-btn--outline22 span.style1 svg rect,
.trk-btn:hover.trk-btn--outline22 span.style1 i rect,
.trk-btn:hover.trk-btn--outline22 span.style1 svg rect {
  stroke: var(--bg-white);
}
.trk-btn.active.trk-btn--outline22 span.style1 i g path,
.trk-btn.active.trk-btn--outline22 span.style1 svg g path,
.trk-btn:hover.trk-btn--outline22 span.style1 i g path,
.trk-btn:hover.trk-btn--outline22 span.style1 svg g path {
  stroke: var(--bg-white);
}
.trk-btn.active.trk-btn--defult,
.trk-btn:hover.trk-btn--defult {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0c263a;
}
.trk-btn.active.trk-btn--defult span.style1 i rect,
.trk-btn.active.trk-btn--defult span.style1 svg rect,
.trk-btn:hover.trk-btn--defult span.style1 i rect,
.trk-btn:hover.trk-btn--defult span.style1 svg rect {
  stroke: #0c263a;
}
.trk-btn.active.trk-btn--defult span.style1 i g path,
.trk-btn.active.trk-btn--defult span.style1 svg g path,
.trk-btn:hover.trk-btn--defult span.style1 i g path,
.trk-btn:hover.trk-btn--defult span.style1 svg g path {
  stroke: #0c263a;
}
.trk-btn.active.trk-btn--outline3,
.trk-btn:hover.trk-btn--outline3 {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0c263a;
}
.trk-btn.active.trk-btn--outline3 span.style1 i rect,
.trk-btn.active.trk-btn--outline3 span.style1 svg rect,
.trk-btn:hover.trk-btn--outline3 span.style1 i rect,
.trk-btn:hover.trk-btn--outline3 span.style1 svg rect {
  stroke: #0c263a;
}
.trk-btn.active.trk-btn--outline3 span.style1 i g path,
.trk-btn.active.trk-btn--outline3 span.style1 svg g path,
.trk-btn:hover.trk-btn--outline3 span.style1 i g path,
.trk-btn:hover.trk-btn--outline3 span.style1 svg g path {
  stroke: #0c263a;
}
.trk-btn.active.trk-btn--outline6,
.trk-btn:hover.trk-btn--outline6 {
  background-color: var(--title-color);
  border-color: var(--title-color);
  color: #ffffff;
}
.trk-btn.active.trk-btn--primary2 i,
.trk-btn.active.trk-btn--primary2 svg,
.trk-btn:hover.trk-btn--primary2 i,
.trk-btn:hover.trk-btn--primary2 svg {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.trk-btn-active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.text-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-flex;
  font-weight: 600;
  color: var(--brand-color);
}
.text-btn::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background-color: var(--brand-color);
}
.text-btn--style2 {
  color: var(--secondary-color);
}
.text-btn--style2::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background-color: var(--secondary-color);
}
.text-btn i,
.text-btn svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.text-btn.text-btn--small {
  font-size: 1rem;
  color: var(--title-color);
  font-family: "Open Sans", sans-serif;
}
.text-btn.text-btn--small span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.text-btn span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.text-btn:hover {
  color: var(--secondary-color);
}
.text-btn:hover::after {
  width: 100%;
  background-color: var(--secondary-color);
}
.text-btn:hover span {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-group {
  gap: 20px;
}
.btn-group--gap-xs {
  gap: 20px;
}
.btn-group--gap-sm {
  gap: 20px;
}
.btn-group--gap-md {
  gap: 20px;
}
.btn-group--gap-lg {
  gap: 20px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: var(--body-color);
  z-index: 99999;
}
.preloader img {
  -webkit-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite
    alternate;
  -moz-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite
    alternate;
  -ms-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite
    alternate;
  -o-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite
    alternate;
  animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
}

.lightdark-switch .switch-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  bottom: 5%;
  left: 5%;
  border-radius: 8px;
  z-index: 9999;
  cursor: pointer;
  background-color: var(--brand-color);
  box-shadow: 0px 0 15px 0px rgba(104, 225, 166, 0.7);
  border: 1px solid var(--brand-color);
}
.lightdark-switch .switch-btn:hover {
  border: 1px solid var(--brand-color);
  box-shadow: 0px 0 15px 2px rgba(104, 225, 166, 0.6);
}
@media (min-width: 576px) {
  .lightdark-switch .switch-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    bottom: 7%;
    left: 5%;
  }
}
@media (min-width: 768px) {
  .lightdark-switch .switch-btn {
    bottom: 7%;
    left: 5%;
  }
}
@media (min-width: 992px) {
  .lightdark-switch .switch-btn {
    bottom: auto;
    left: auto;
    top: 130px;
    right: 60px;
  }
}
@media (min-width: 1400px) {
  .lightdark-switch .switch-btn {
    top: 80px;
    right: 90px;
  }
}
.lightdark-switch .switch-btn img {
  max-height: 16px;
}
@media (min-width: 576px) {
  .lightdark-switch .switch-btn img {
    max-height: 20px;
  }
}
.lightdark-switch .switch-btn.dark-switcher {
  background-color: var(--bg-white);
  border-color: var(--bg-white);
}
.lightdark-switch .switch-btn--style2 {
  background-color: var(--tertiary-color4);
  box-shadow: 0px 0 15px 0px rgba(96, 132, 224, 0.7);
  border: 1px solid var(--tertiary-color4);
}
.lightdark-switch .switch-btn--style2:hover {
  border: 1px solid var(--tertiary-color4);
  box-shadow: 0px 0 15px 2px rgba(96, 132, 224, 0.6);
}

.social {
  gap: 10px;
}
@media (min-width: 768px) {
  .social {
    gap: 15px;
  }
}
.social--style2 {
  gap: 25px;
}
.social__item h6 {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
}
.social__link {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: transparent;
  font-size: 1.125rem;
}
.social__link--style1 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  border: 1px solid var(--social-border-color-2);
  width: 34px;
  height: 34px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
}
.social__link--style1 svg,
.social__link--style1 i {
  font-size: 1rem;
  color: var(--title-color);
}
@media (min-width: 992px) {
  .social__link--style1 {
    height: 40px;
    width: 40px;
  }
  .social__link--style1 i,
  .social__link--style1 svg {
    font-size: 1.125rem;
  }
}
.social__link--style2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid var(--social-border-color-3);
}
@media (min-width: 768px) {
  .social__link--style2 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style2 svg,
.social__link--style2 i {
  color: var(--title-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style2 svg,
  .social__link--style2 i {
    font-size: 1.125rem;
  }
}
.social__link--style22 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .social__link--style22 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style22 svg,
.social__link--style22 i {
  color: var(--bg-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style22 svg,
  .social__link--style22 i {
    font-size: 1.125rem;
  }
}
.social__link--style222 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .social__link--style222 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style222 svg,
.social__link--style222 i {
  color: var(--bg-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style222 svg,
  .social__link--style222 i {
    font-size: 1.125rem;
  }
}
.social__link--style3 {
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  border: 1.3px solid var(--social-border-color);
  font-size: 1rem;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
}
.social__link--style3 svg,
.social__link--style3 i {
  color: var(--title-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: inherit;
}
.social__link--style5 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .social__link--style5 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style5 svg,
.social__link--style5 i {
  color: var(--bg-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style5 svg,
  .social__link--style5 i {
    font-size: 1.125rem;
  }
}
.social__link--style6 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid var(--tertiary-color);
}
@media (min-width: 768px) {
  .social__link--style6 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style6 svg,
.social__link--style6 i {
  color: var(--title-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style6 svg,
  .social__link--style6 i {
    font-size: 1.125rem;
  }
}
.social__link--style6.active svg,
.social__link--style6.active i,
.social__link--style6:hover svg,
.social__link--style6:hover i {
  color: var(--brand-color);
}
.social__link--style4 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border-radius: 99px;
  border: 2px solid var(--tertiary-color2);
}
@media (min-width: 768px) {
  .social__link--style4 {
    width: 40px;
    height: 40px;
  }
}
.social__link--style4 svg,
.social__link--style4 i {
  color: var(--title-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .social__link--style4 svg,
  .social__link--style4 i {
    font-size: 1.125rem;
  }
}
.social__link--style4.active,
.social__link--style4:hover {
  border-color: var(--brand-color);
}
.social__link--style4.active svg,
.social__link--style4.active i,
.social__link--style4:hover svg,
.social__link--style4:hover i {
  color: var(--brand-color);
}
.social__link.active.social__link--style1,
.social__link:hover.social__link--style1 {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.social__link.active.social__link--style1 svg,
.social__link.active.social__link--style1 i,
.social__link:hover.social__link--style1 svg,
.social__link:hover.social__link--style1 i {
  color: #1b2d29;
}
.social__link.active.social__link--style2,
.social__link:hover.social__link--style2 {
  border-color: var(--brand-color);
}
.social__link.active.social__link--style2 svg,
.social__link.active.social__link--style2 i,
.social__link:hover.social__link--style2 svg,
.social__link:hover.social__link--style2 i {
  color: var(--brand-color);
}
.social__link.active.social__link--style22,
.social__link:hover.social__link--style22 {
  border-color: var(--brand-color);
}
.social__link.active.social__link--style22 svg,
.social__link.active.social__link--style22 i,
.social__link:hover.social__link--style22 svg,
.social__link:hover.social__link--style22 i {
  color: var(--brand-color);
}
.social__link.active.social__link--style222,
.social__link:hover.social__link--style222 {
  border-color: var(--bg-color-10);
}
.social__link.active.social__link--style222 svg,
.social__link.active.social__link--style222 i,
.social__link:hover.social__link--style222 svg,
.social__link:hover.social__link--style222 i {
  color: var(--bg-color-10);
}
.social__link.active.social__link--style3,
.social__link:hover.social__link--style3 {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.social__link.active.social__link--style3 svg,
.social__link.active.social__link--style3 i,
.social__link:hover.social__link--style3 svg,
.social__link:hover.social__link--style3 i {
  color: #0c263a;
}
.social__link.active.social__link--style5 svg,
.social__link.active.social__link--style5 i,
.social__link:hover.social__link--style5 svg,
.social__link:hover.social__link--style5 i {
  color: var(--brand-color);
}

.floating-content__item {
  background-color: var(--floating-content-bg-color);
  border: 1px solid var(--floating-content-border-color);
  box-shadow: -40px 40px 60px 0px rgba(5, 30, 54, 0.05);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .floating-content__item {
    padding: 24px 32px;
  }
}
.floating-content__item h3 {
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  color: var(--secondary-color);
}
.floating-content__item h3.style2 {
  color: var(--brand-color);
}
.floating-content__item p {
  font-size: 1.25rem;
  color: var(--title-color);
}
.floating-content__item p.style2 {
  font-size: 1.125rem;
}
.floating-content__item--style2 {
  gap: 15px;
  padding: 16px 0px 16px 36px;
  border-radius: 8px 40px 32px 80px;
  border: 2px solid var(--border-color);
  background-color: var(--floating-content-bg-color-2);
  backdrop-filter: blur(24px);
}
@media (min-width: 576px) {
  .floating-content__item--style2 {
    padding: 16px 0px 16px 36px;
  }
}
@media (min-width: 768px) {
  .floating-content__item--style2 {
    padding: 16px 0px 16px 36px;
  }
}
@media (min-width: 1200px) {
  .floating-content__item--style2 {
    padding: 16px 10px 16px 48px;
  }
}
.floating-content__item--style2 img {
  width: 60px;
}
@media (min-width: 576px) {
  .floating-content__item--style2 img {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .floating-content__item--style2 img {
    width: auto;
  }
}
.floating-content__item--style2 p {
  max-inline-size: 18ch;
}
.floating-content__item--style3 {
  padding: 16px;
  border-radius: 32px 60px 8px 40px;
  border: 2px solid var(--border-color);
  background-color: var(--floating-content-bg-color-2);
  backdrop-filter: blur(24px);
}
@media (min-width: 768px) {
  .floating-content__item--style3 {
    padding: 16px 20px;
  }
}
@media (min-width: 992px) {
  .floating-content__item--style3 {
    padding: 25px 30px;
  }
}
.floating-content__item--style4 {
  gap: 15px;
  padding: 20px;
  border-radius: 100px 9.126px 9.126px 100px;
  background: var(--wh-color);
  box-shadow: -24px 24px 73.0064086914px 0px rgba(0, 208, 148, 0.16);
}
.floating-content__item--style4 p {
  font-size: 1.125rem;
  color: var(--title-color);
}
.floating-content__item--style4 span {
  color: var(--title-color);
}
.floating-content__item--style5 {
  min-width: 260px;
  border-radius: 16px;
  background-color: var(--floating-content-bg-color);
  box-shadow: -16px 32px 80px 0px rgba(61, 51, 0, 0.12);
}
.floating-content__item--style5 h3 {
  color: var(--title-color);
}
.floating-content__item--style5 p {
  color: var(--title-color);
  opacity: 0.7;
}
@media (min-width: 768px) {
  .floating-content__item--style5 {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .floating-content__item--style5 {
    padding: 24px 32px;
  }
}
.floating-content__item--style6 {
  min-width: 260px;
  border-radius: 16px;
  text-align: left;
  background-color: var(--floating-content-bg-color);
  box-shadow: -16px 32px 80px 0px rgba(62, 108, 228, 0.12);
}
.floating-content__item--style6 h3 {
  color: var(--title-color);
  font-family: "Anek Telugu", sans-serif;
  margin-block-end: -5px;
}
.floating-content__item--style6 p {
  color: var(--title-color);
  opacity: 0.7;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .floating-content__item--style6 {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .floating-content__item--style6 {
    padding: 24px 32px;
  }
}
.floating-content__top-left {
  left: 10px;
  top: 15px;
}
@media (min-width: 768px) {
  .floating-content__top-left {
    left: 30px;
    top: 30px;
  }
}
@media (min-width: 992px) {
  .floating-content__top-left {
    left: 0px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .floating-content__top-left {
    left: 5px;
    top: 20px;
  }
}
.floating-content__top-left--style2 {
  left: 0px;
  top: -15px;
}
@media (min-width: 576px) {
  .floating-content__top-left--style2 {
    left: 0px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .floating-content__top-left--style2 {
    left: -6px;
    top: 0px;
  }
}
@media (min-width: 992px) {
  .floating-content__top-left--style2 {
    left: 0px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .floating-content__top-left--style2 {
    left: 5px;
    top: 60px;
  }
}
.floating-content__top-right {
  right: 0px;
  top: 0px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .floating-content__top-right {
    right: -20px;
    top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .floating-content__top-right {
    right: 60px;
    top: -50px;
  }
}
@media (min-width: 992px) {
  .floating-content__top-right {
    right: -10px;
    top: -80px;
  }
}
@media (min-width: 768px) {
  .floating-content__top-right--style2 {
    right: -20px;
    top: -80px;
  }
  .floating-content__top-right--style2 img {
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .floating-content__top-right--style2 {
    right: 0px;
    top: -80px;
  }
  .floating-content__top-right--style2 img {
    max-width: 80px;
  }
}
@media (min-width: 1200px) {
  .floating-content__top-right--style2 {
    right: 5px;
    top: -55px;
  }
  .floating-content__top-right--style2 img {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .floating-content__top-right--style2 {
    right: -70px;
    top: -55px;
  }
}
.floating-content__top-right--style3 {
  right: 10px;
  top: 20px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .floating-content__top-right--style3 {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .floating-content__top-right--style3 {
    right: 15px;
    top: -60px;
  }
}
@media (min-width: 992px) {
  .floating-content__top-right--style3 {
    right: 10px;
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .floating-content__top-right--style3 {
    right: 70px;
    top: 20px;
  }
}
.floating-content__left-top {
  left: -10px;
  top: -47px;
}
.floating-content__left-top--style2 {
  left: -10px;
  top: -40px;
}
@media (min-width: 576px) {
  .floating-content__left-top {
    left: -27px;
    top: -44px;
  }
}
@media (min-width: 768px) {
  .floating-content__left-top {
    left: -27px;
    top: -125px;
  }
}
@media (min-width: 992px) {
  .floating-content__left-top {
    left: -45px;
    top: -80px;
  }
}
.floating-content__bottom-left {
  left: 0px;
  bottom: 0px;
}
@media (min-width: 576px) {
  .floating-content__bottom-left--style2 {
    left: -10px;
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .floating-content__bottom-left--style2 {
    left: -14px;
    bottom: -27px;
  }
}
@media (min-width: 992px) {
  .floating-content__bottom-left--style2 {
    left: -33px;
    bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .floating-content__bottom-left--style2 {
    left: 30px;
    bottom: -5px;
  }
}
.floating-content__bottom-left--style3 {
  left: 0px;
  bottom: 20px;
}
@media (min-width: 576px) {
  .floating-content__bottom-left--style3 {
    left: 0px;
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .floating-content__bottom-left--style3 {
    left: -23px;
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .floating-content__bottom-left--style3 {
    left: -10px;
    bottom: 31px;
  }
}
@media (min-width: 1200px) {
  .floating-content__bottom-left--style3 {
    left: 10px;
    bottom: 31px;
  }
}
@media (min-width: 1400px) {
  .floating-content__bottom-left--style3 {
    left: -10px;
    bottom: 31px;
  }
}
@media (min-width: 1600px) {
  .floating-content__bottom-left--style3 {
    left: -10px;
    bottom: 31px;
  }
}
.floating-content__bottom-right {
  right: 10px;
  bottom: 15px;
}
.floating-content__bottom-right--style2 {
  right: 70px;
  bottom: -30px;
}
@media (min-width: 768px) {
  .floating-content__bottom-right--style2 {
    right: 70px;
    bottom: -30px;
  }
}
@media (min-width: 576px) {
  .floating-content__bottom-right {
    right: 10px;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .floating-content__bottom-right {
    right: 30px;
    bottom: 35px;
  }
}
@media (min-width: 992px) {
  .floating-content__bottom-right {
    right: 25px;
    bottom: 2px;
  }
}
@media (min-width: 1200px) {
  .floating-content__bottom-right {
    right: 13px;
    bottom: 20px;
  }
}

.partner {
  overflow-x: clip;
}
.partner__wrapper {
  z-index: 333;
}
.partner--gradient:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tertiary-color);
  border-top: 8px solid var(--body-color);
  border-bottom: 8px solid var(--body-color);
  z-index: 3;
}
.partner--gradient::after {
  content: "";
  left: 0;
  top: -5px;
  height: 119px;
  width: 100%;
  background: linear-gradient(
    150.39deg,
    rgb(237, 242, 248) 15.02%,
    #edf2f8 99.59%
  );
  transform: rotate(2deg);
  z-index: 2;
}
@media (min-width: 992px) {
  .partner--style2 {
    padding-block: 60px;
  }
}
@media (min-width: 1200px) {
  .partner--style2 {
    padding-block: 70px;
  }
}
@media (min-width: 1400px) {
  .partner--style2 {
    padding-block: 80px;
  }
}
@media (min-width: 1400px) {
  .partner--style2 {
    padding-block: 90px;
  }
}
.partner--style2:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-color-12);
  z-index: 3;
}

.feature--style1 .feature__wrapper {
  z-index: 2;
}
.feature--style1 .feature__item-content h6 {
  font-size: 1.125rem;
  color: var(--text-color);
  font-family: "Open Sans", sans-serif;
}
.feature--style1 .feature__image img {
  border-radius: 20px;
}
.feature--style1 .feature__thumb {
  position: relative;
  z-index: 2;
}
.feature--style1 .feature__shape-item--1 {
  width: 50px;
  top: 5%;
  left: 71%;
  z-index: 2;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .feature--style1 .feature__shape-item--1 {
    width: 70px;
    top: 6%;
    left: 65%;
  }
}
@media (min-width: 768px) {
  .feature--style1 .feature__shape-item--1 {
    max-width: 75px;
    top: 13%;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .feature--style1 .feature__shape-item--1 {
    max-width: 100%;
    top: 19%;
    left: 46%;
  }
}
@media (min-width: 1200px) {
  .feature--style1 .feature__shape-item--1 {
    top: 19%;
    left: 50%;
  }
}
@media (min-width: 1400px) {
  .feature--style1 .feature__shape-item--1 {
    top: 19%;
    left: 50%;
  }
}
.feature--style1 .feature__shape-item--2 {
  content: "";
  height: 92%;
  width: 920px;
  border: 2px solid var(--bg-grad-color);
  padding: 40px;
  border-bottom-left-radius: 25%;
  top: 0%;
  right: -3%;
  transform: rotate(-10deg);
  display: none;
}
@media (min-width: 768px) {
  .feature--style1 .feature__shape-item--2 {
    display: block;
    width: 570px;
    top: -8%;
    right: -24%;
  }
}
@media (min-width: 992px) {
  .feature--style1 .feature__shape-item--2 {
    width: 570px;
    top: -10%;
    right: -4%;
  }
}
@media (min-width: 1200px) {
  .feature--style1 .feature__shape-item--2 {
    height: 100%;
    width: 725px;
    top: -12%;
    right: -4%;
  }
}
@media (min-width: 1400px) {
  .feature--style1 .feature__shape-item--2 {
    width: 1000px;
    top: -12%;
    right: -15%;
  }
}
@media (min-width: 1600px) {
  .feature--style1 .feature__shape-item--2 {
    width: 1000px;
    top: -12%;
    right: -4%;
  }
}
.education .nav--feature .nav-link.active {
  background-color: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
}
.education .nav-link span {
  color: var(--title-color);
  font-size: 1.25rem;
}
.education .feature__content h4 {
  margin-top: 40px;
}
.feature--style1 .feature__shape-item--2 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 700px;
  background: linear-gradient(
    219deg,
    var(--bg-grad-color-trans) 0%,
    var(--bg-grad-color) 100%
  );
  border-bottom-left-radius: 25%;
  top: 5%;
  right: -1%;
}
@media (min-width: 768px) {
  .feature--style1 .feature__shape-item--2 span {
    width: 550px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 992px) {
  .feature--style1 .feature__shape-item--2 span {
    width: 550px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1200px) {
  .feature--style1 .feature__shape-item--2 span {
    height: 97%;
    width: 700px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1400px) {
  .feature--style1 .feature__shape-item--2 span {
    width: 980px;
    top: 0%;
    right: -1%;
  }
}
.feature--style2 .feature__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--body-color);
  padding: 16px;
  border-radius: 8px;
}
.feature--style2 .feature__item-thumb {
  margin-block-end: 24px;
}
.feature--style2 .feature__item:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.feature--style2 .feature__shape-item--1 {
  width: 40px;
  top: 1%;
  left: 6%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .feature--style2 .feature__shape-item--1 {
    width: 80px;
    top: 3%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .feature--style2 .feature__shape-item--1 {
    top: 8%;
    left: 3%;
  }
}
@media (min-width: 992px) {
  .feature--style2 .feature__shape-item--1 {
    width: auto;
    top: 15%;
    left: 2%;
  }
}
@media (min-width: 1200px) {
  .feature--style2 .feature__shape-item--1 {
    top: 15%;
    left: 2%;
  }
}
@media (min-width: 1400px) {
  .feature--style2 .feature__shape-item--1 {
    top: 15%;
    left: 8%;
  }
}
@media (min-width: 1600px) {
  .feature--style2 .feature__shape-item--1 {
    top: 15%;
    left: 19%;
  }
}

.service__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .service__item-inner {
    padding-block: 52px;
    padding-inline: 32px;
  }
}
.service__item-thumb {
  border-radius: 99px;
  background-color: var(--wh-color);
  box-shadow: 0px 8px 24px rgba(12, 52, 91, 0.04);
}
.service__item-content h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@supports (-webkit-line-clamp: 1) {
  .service__item-content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.service__item-content p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 3) {
  .service__item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.service__item.service__item--style1 {
  height: 100%;
}
.service__item--style1 .service__item-inner {
  height: 100%;
  background: linear-gradient(
    152deg,
    var(--bg-color-trans) 0%,
    var(--bg-color) 100%
  );
  border: 2px solid var(--service-item-border-color);
}
.service__item--style1:hover .service__item-inner {
  transform: translateY(-5px);
  border: 2px solid var(--brand-color);
}
.service__item--style1:hover .service__item-thumb {
  background-color: var(--wh-color);
}
.service__item--style1:hover .service__item-content h5 a {
  color: var(--title-color);
}
.service__item--style2 .service__item-inner {
  background: var(--service-item-bg-color);
  border: 2px solid transparent;
}
.service__item--style2 .service__item-content h5 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service__item--style2:hover .service__item-inner {
  transform: translateY(-5px);
  border: 2px solid var(--brand-color);
}
.service__item--style2:hover .service__item-thumb {
  background-color: var(--wh-color);
}
.service__item--style2:hover .service__item-content h5 a {
  color: var(--title-color);
}
.service__item--style3 .service__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--service-item-bg-color);
  border-radius: 4px;
}
.service__item--style3 .service__item-thumb {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--bg-color-10);
  box-shadow: none;
}
.service__item--style3:hover .service__item-inner {
  transform: translateY(-5px);
  background-color: var(--bg-color-10);
}
.service__item--style3:hover .service__item-thumb {
  background-color: #fff;
}
.service__item--style3:hover .service__item-content h5 a {
  color: var(--title-color);
}
.service__item--style3:hover .service__item-content p {
  color: #0c263a;
}
.service__shape-item--1 {
  width: 40px;
  top: 1%;
  left: 6%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .service__shape-item--1 {
    top: 3%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .service__shape-item--1 {
    width: auto;
    top: 2%;
    left: 1%;
  }
}
@media (min-width: 992px) {
  .service__shape-item--1 {
    left: 4%;
    top: 4%;
  }
}
@media (min-width: 1200px) {
  .service__shape-item--1 {
    top: 5%;
    left: 5%;
  }
}
@media (min-width: 1400px) {
  .service__shape-item--1 {
    top: 8%;
    left: 5%;
  }
}
.service__shape-item--2 {
  width: 40px;
  top: 1%;
  left: 6%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .service__shape-item--2 {
    top: 3%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .service__shape-item--2 {
    width: 70px;
    top: 6%;
    left: 4%;
  }
}
@media (min-width: 992px) {
  .service__shape-item--2 {
    width: auto;
    left: 5%;
    top: 10%;
  }
}
@media (min-width: 1200px) {
  .service__shape-item--2 {
    top: 10%;
    left: 9%;
  }
}
@media (min-width: 1400px) {
  .service__shape-item--2 {
    top: 11%;
    left: 17%;
  }
}
.service__shape-item--3 {
  top: 0.5%;
  right: 2%;
  width: 50px;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .service__shape-item--3 {
    width: 70px;
    top: 2%;
    right: 8%;
  }
}
@media (min-width: 768px) {
  .service__shape-item--3 {
    width: auto;
    top: 2%;
    right: 8%;
  }
}
@media (min-width: 992px) {
  .service__shape-item--3 {
    top: auto;
    bottom: 3%;
    right: 4%;
  }
}
@media (min-width: 1200px) {
  .service__shape-item--3 {
    bottom: 4%;
    right: 4%;
  }
}
@media (min-width: 1400px) {
  .service__shape-item--3 {
    bottom: 4%;
    right: 4%;
  }
}
@media (min-width: 1600px) {
  .service__shape-item--3 {
    bottom: 6%;
    right: 13%;
  }
}

.pricing__item {
  z-index: 2;
}
.pricing__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--wh-color);
  border: 2px solid transparent;
  box-shadow: 0px 16px 40px 0px rgba(26, 64, 137, 0.06);
  border-radius: 16px;
}
.pricing__item-inner.active,
.pricing__item-inner:hover {
  border: 2px solid var(--brand-color);
  box-shadow: 0px 32px 80px 0px rgba(26, 64, 137, 0.12);
}
@media (min-width: 576px) {
  .pricing__item-inner {
    padding-block: 32px;
    padding-inline: 25px;
  }
}
.pricing__item-inner--style2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing__item-inner--style2.active,
.pricing__item-inner--style2:hover {
  border: 2px solid var(--secondary-color);
  box-shadow: 0px 32px 80px 0px rgba(26, 64, 137, 0.12);
}
.pricing__item-top {
  border-bottom: 1px solid var(--border-color-11);
}
.pricing__item-top h6 {
  text-transform: uppercase;
}
.pricing__item-top h3 {
  color: var(--secondary-color);
}
.pricing__item-top h3 span {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  color: var(--text-color-4);
}
.pricing__item--style2 .pricing__item-top h3 {
  color: var(--title-color);
}
.pricing__item--style2 .pricing__item-top h3 span {
  color: var(--title-color);
  opacity: 0.8;
}
.pricing__item--style2 .pricing__item-inner {
  border-radius: 4px;
  border: 1px solid rgba(229, 237, 248, 0.47);
  box-shadow: 0px 16px 40px 0px rgba(26, 64, 137, 0.06);
  padding: 48px 40px;
}
@media (min-width: 768px) {
  .pricing__item--style2 .pricing__item-inner {
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .pricing__item--style2 .pricing__item-inner {
    padding: 48px 40px;
  }
}
.pricing__item--style2 .pricing__item-inner.active {
  background-color: var(--bg-color-10);
}
.pricing__item--style2 .pricing__item-inner.active h3 {
  color: #0c263a;
}
.pricing__item--style2 .pricing__item-inner.active .pricing__item-top {
  border-bottom: 1px solid rgba(28, 27, 27, 0.3490196078);
}
.pricing__list-item {
  color: var(--title-color);
}
.pricing__list-item--mute {
  opacity: 0.4;
}
.pricing__shape-item--1 {
  content: "";
  height: 95%;
  border: 2px solid var(--bg-shape-color-2);
  padding: 40px;
  border-radius: 100px 213px 100px 100px;
  opacity: 0.4;
  transform: rotate(25deg);
  display: none;
}
@media (min-width: 768px) {
  .pricing__shape-item--1 {
    display: block;
    width: 1050px;
    top: 3%;
    left: -6%;
  }
}
@media (min-width: 992px) {
  .pricing__shape-item--1 {
    top: 8%;
    left: 12%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--1 {
    top: 0%;
    left: 11%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--1 {
    left: 27%;
  }
}
.pricing__shape-item--1 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 1000px;
  background: linear-gradient(
    4deg,
    var(--bg-shape-color-trans-2) 0%,
    var(--bg-shape-color-2) 100%
  );
  border-radius: 100px 213px 100px 100px;
}
@media (min-width: 768px) {
  .pricing__shape-item--1 span {
    top: 2%;
    left: 2%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--1 span {
    width: 1000px;
    top: 2%;
    left: 2%;
  }
}
.pricing__shape-item--2 {
  width: 40px;
  top: 1%;
  right: 6%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .pricing__shape-item--2 {
    top: 3%;
    right: 7%;
  }
}
@media (min-width: 768px) {
  .pricing__shape-item--2 {
    width: auto;
    top: 6%;
    right: 6%;
  }
}
@media (min-width: 992px) {
  .pricing__shape-item--2 {
    right: 5%;
    top: 5%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--2 {
    top: 6%;
    right: 6%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--2 {
    top: 2%;
    right: 6%;
  }
}
.pricing__shape-item--3 {
  content: "";
  height: 100%;
  border: 2px solid var(--bg-shape-color-2);
  padding: 40px;
  border-radius: 100px 213px 100px 100px;
  opacity: 0.4;
  transform: rotate(132deg);
  display: none;
}
@media (min-width: 768px) {
  .pricing__shape-item--3 {
    display: block;
    width: 1050px;
    top: -45%;
    right: -45%;
  }
}
@media (min-width: 992px) {
  .pricing__shape-item--3 {
    width: 1200px;
    top: -45%;
    right: -45%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--3 {
    width: 1200px;
    top: -45%;
    right: -26%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--3 {
    top: -40%;
    right: -13%;
  }
}
@media (min-width: 1600px) {
  .pricing__shape-item--3 {
    top: -45%;
    right: 0%;
  }
}
.pricing__shape-item--3 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 1000px;
  background: linear-gradient(
    4deg,
    var(--bg-shape-color-trans-2) 0%,
    var(--bg-shape-color-2) 100%
  );
  border-radius: 100px 213px 100px 100px;
}
@media (min-width: 768px) {
  .pricing__shape-item--3 span {
    top: 2%;
    right: 2%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--3 span {
    width: 1000px;
    top: 2%;
    right: 2%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--3 span {
    width: 1200px;
    top: 2%;
    right: 2%;
  }
}
.pricing__shape-item--4 {
  width: 40px;
  top: 1%;
  right: 6%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .pricing__shape-item--4 {
    top: 3%;
    right: 7%;
  }
}
@media (min-width: 768px) {
  .pricing__shape-item--4 {
    width: auto;
    top: 6%;
    right: 6%;
  }
}
@media (min-width: 992px) {
  .pricing__shape-item--4 {
    right: 5%;
    top: 10%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--4 {
    top: 10%;
    right: 6%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--4 {
    top: 11%;
    right: 20%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--4 {
    top: 11%;
    right: 20%;
  }
}
.pricing__shape-item--5 {
  width: 40px;
  top: 1%;
  left: 6%;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .pricing__shape-item--5 {
    top: 3%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .pricing__shape-item--5 {
    width: 70px;
    top: 6%;
    left: 4%;
  }
}
@media (min-width: 992px) {
  .pricing__shape-item--5 {
    width: auto;
    left: 5%;
    top: 10%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--5 {
    top: 10%;
    left: 9%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--5 {
    top: 11%;
    left: 17%;
  }
}
.pricing__shape-item--6 {
  top: 0.5%;
  right: 2%;
  width: 50px;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .pricing__shape-item--6 {
    width: 70px;
    top: 2%;
    right: 8%;
  }
}
@media (min-width: 768px) {
  .pricing__shape-item--6 {
    width: auto;
    top: auto;
    bottom: 18%;
    right: 15%;
  }
}
@media (min-width: 992px) {
  .pricing__shape-item--6 {
    bottom: 3%;
    right: 4%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--6 {
    bottom: 4%;
    right: 4%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--6 {
    bottom: 4%;
    right: 4%;
  }
}
@media (min-width: 1600px) {
  .pricing__shape-item--6 {
    bottom: 6%;
    right: 13%;
  }
}

.team__item-inner {
  background-color: var(--bg-team);
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team__item-thumb {
  border-radius: 8px;
}
.team__item-thumb img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
.team__item-thumb--style1 img {
  transform: translateY(15px);
}
.team__item-content {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  bottom: 0;
  left: 0;
  width: 100%;
}
.team__item-content--style1 {
  padding: 8px;
}
.team__item-author {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team__item-author--style1 {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  padding: 12px 8px;
  border-radius: 8px;
}
.team__item-author--style2 {
  background-color: var(--wh-color);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 2px solid var(--social-border-color);
}
.team__item-author--style2 .team__item-authorinfo h6 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "Anek Telugu", sans-serif;
  color: var(--title-color);
}
.team__item-author--style2 .team__item-authorinfo h6:hover {
  color: var(--brand-color);
}
.team__item-authorinfo h6 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "Open Sans", sans-serif;
  color: var(--title-color);
  z-index: 2;
}
.team__item-authorinfo h6:hover {
  color: var(--brand-color);
}
.team__item-authorinfo p {
  font-size: 0.875rem;
}
.team__item-shape1 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.5;
  top: 45px;
  left: 18px;
}
@media (min-width: 768px) {
  .team__item-shape1 {
    top: 45px;
    left: 18px;
  }
}
@media (min-width: 992px) {
  .team__item-shape1 {
    width: 35px;
    top: 25px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .team__item-shape1 {
    width: auto;
    top: 45px;
    left: 18px;
  }
}
.team__item-shape2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.1;
  top: 70px;
  right: 25px;
}
@media (min-width: 768px) {
  .team__item-shape2 {
    top: 70px;
    right: 25px;
  }
}
@media (min-width: 992px) {
  .team__item-shape2 {
    width: 35px;
    top: 60px;
    right: 18px;
  }
}
@media (min-width: 1200px) {
  .team__item-shape2 {
    width: auto;
    top: 70px;
    right: 25px;
  }
}
.team__item-shape3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.1;
  bottom: 200px;
  left: 25px;
}
@media (min-width: 576px) {
  .team__item-shape3 {
    bottom: 136px;
    left: 25px;
  }
}
@media (min-width: 768px) {
  .team__item-shape3 {
    bottom: 200px;
    left: 25px;
  }
}
@media (min-width: 992px) {
  .team__item-shape3 {
    width: 35px;
    bottom: 130px;
    left: 17px;
  }
}
@media (min-width: 1200px) {
  .team__item-shape3 {
    width: auto;
    bottom: 136px;
    left: 25px;
  }
}
.team__item--bgcolor2 .team__item-inner {
  background-color: var(--tertiary-color);
}
.team__item:hover .team__item-author h6 {
  color: var(--brand-color);
}
.team__item:hover .team__item-thumb--style1 img {
  transform: translateY(0);
}
.team__item:hover .team__item-thumb--style2 img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.team__item:hover .team__item-shape1,
.team__item:hover .team__item-shape2,
.team__item:hover .team__item-shape3 {
  opacity: 1;
  transform: rotate(45deg);
}
.team--details .team__thumb {
  border-radius: 20px;
}
.team--details .team__thumb img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  object-fit: cover;
}
.team--details .team__thumb img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.team--details .team__content h3 {
  line-height: 1.1;
}
.team--details .team__content > span {
  color: var(--warning-color);
}
.team--details .team__content > span i,
.team--details .team__content > span svg {
  color: var(--warning-color);
}
.blog__wrapper {
  z-index: 2;
}
.blog__bg-element img {
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}
.blog__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--wh-color);
  border: 2px solid transparent;
  box-shadow: 0px 16px 48px 0px rgba(6, 35, 63, 0.03),
    0px -16px 48px 0px rgba(6, 35, 63, 0.03);
  border-radius: 16px;
}
.blog__item-inner:hover {
  border: 2px solid var(--brand-color);
  box-shadow: none;
}
.blog__item-inner:hover .blog__thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.blog__item-inner:hover .blog__content h5 {
  color: var(--brand-color);
}
.blog__item-inner--style2 {
  border: none;
}
.blog__item-inner--style2:hover {
  border: none;
  box-shadow: 0px 8px 16px rgba(3, 23, 41, 0.08);
}
.blog__item-inner--style2:hover .blog__thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.blog__item-inner--style2:hover .blog__content h5 {
  color: var(--secondary-color);
}
.blog__item--style3 .blog__item-inner {
  border-radius: 8px;
  box-shadow: none;
}
.blog__item--style3 .blog__item-inner:hover {
  border: 2px solid var(--tertiary-color4);
}
.blog__item--style3 .blog__item-inner:hover .blog__content h5 a {
  color: var(--tertiary-color4);
}
.blog__item--style3 .blog__thumb {
  border-radius: 4px;
}
.blog__thumb {
  border-radius: 8px;
}
.blog__thumb img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog__content h5 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog__content h5.style2:hover a {
  color: var(--secondary-color);
}
.blog__writer {
  gap: 10px;
}
.blog__writer-thumb img {
  border-radius: 99px;
  max-width: 50px;
}
.blog__writer-designation h6 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: var(--title-color);
}
.blog__writer-designation p {
  font-size: 1.125rem;
  color: var(--title-color);
  margin-bottom: -3px;
}
.blog__writer-designation span {
  font-size: 0.875rem;
  color: var(--text-color);
}
@media (min-width: 1200px) {
  .blog__meta {
    padding-block: 16px;
  }
}
.blog__meta-tag {
  font-size: 0.875rem;
  padding: 3px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}
.blog__meta-tag--style1 {
  color: var(--secondary-color);
  background-color: var(--bg-color-7);
}
.blog__meta-tag--style2 {
  color: var(--brand-color);
  background-color: var(--tertiary-color);
}
.blog__shape-item--1 {
  content: "";
  border: 2px solid var(--bg-shape-color);
  padding: 40px;
  border-radius: 100px 100px 229px 100px;
  transform: rotate(65deg);
  border-top: transparent;
  display: none;
}
@media (min-width: 768px) {
  .blog__shape-item--1 {
    display: block;
    height: 80%;
    width: 1000px;
    top: -14%;
    left: -36%;
  }
}
@media (min-width: 992px) {
  .blog__shape-item--1 {
    top: -6%;
    left: -28%;
  }
}
@media (min-width: 1200px) {
  .blog__shape-item--1 {
    height: 95%;
    top: -17%;
    left: -10%;
  }
}
@media (min-width: 1400px) {
  .blog__shape-item--1 {
    top: -17%;
    left: 0%;
  }
}
.blog__shape-item--1 span {
  position: absolute;
  content: "";
  height: 94%;
  width: 980px;
  border-radius: 100px 100px 236px 100px;
  background: linear-gradient(
    180deg,
    var(--bg-shape-color-trans) 0%,
    var(--bg-shape-color) 100%
  );
  opacity: 0.6;
}
@media (min-width: 768px) {
  .blog__shape-item--1 span {
    top: 3%;
    left: -1%;
  }
}

.blog-details__item-inner {
  background-color: var(--wh-color);
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03),
    0px 16px 48px rgba(6, 35, 63, 0.03);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .blog-details__item-inner {
    padding: 50px;
  }
}
.blog-details__thumb {
  border-radius: 16px;
}
.blog-details__thumb img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  object-fit: cover;
}
.blog-details__thumb:hover img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.blog-details__meta {
  color: var(--text-color-light);
}
@media (min-width: 576px) {
  .blog-details__meta ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
}
@media (min-width: 768px) {
  .blog-details__meta ul {
    gap: 30px;
  }
}
.blog-details__meta ul li {
  gap: 10px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-details__meta ul li {
    margin-block: 5px;
  }
}
.blog-details__meta ul li a {
  color: var(--text-color-light);
}
.blog-details__meta ul li i,
.blog-details__meta ul li svg {
  margin-inline-end: 8px;
}
@media (max-width: 767px) {
  .blog-details__meta ul li i,
  .blog-details__meta ul li svg {
    margin-inline-end: 5px;
  }
}
.blog-details__content p {
  color: var(--text-color);
}
.blog-details__segment-thumb img {
  border-radius: 8px;
}
.blog-details__action-inner {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  gap: 20px;
}
@media (min-width: 992px) {
  .blog-details__action-inner {
    padding-block: 28px;
  }
}
.blog-details__commentform {
  background-color: var(--tertiary-color3);
  border-radius: 16px;
}
@media (min-width: 992px) {
  .blog-details__commentform {
    padding: 40px;
  }
}

.testimonial__item-content p {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6edfb;
}
@media (min-width: 1200px) {
  .testimonial__item-content p {
    padding-bottom: 32px;
  }
}
.testimonial__item--style1 .testimonial__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--wh-color);
  border: 2px solid transparent;
  border-radius: 16px;
}
.testimonial__item--style1 .testimonial__item-inner:hover {
  border: 2px solid var(--brand-color);
}
.testimonial__item--style2 .testimonial__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 16px;
  background-color: var(--wh-color);
  border: 2px solid transparent;
}
.testimonial__item--style2 .testimonial__item-inner:hover {
  border: 2px solid var(--secondary-color);
}
.testimonial__item--style3 .testimonial__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 4px;
  background: var(--bg-color-14);
  max-width: 507px;
}
@media (min-width: 1200px) {
  .testimonial__item--style3 .testimonial__item-inner {
    padding: 32px;
  }
}
.testimonial__item--style3 .testimonial__item-content {
  flex: 1;
  max-width: 378px;
}
.testimonial__item--style3 .testimonial__item-content p {
  font-size: 1.125rem;
  color: var(--title-color);
  border-bottom: none !important;
  font-style: italic;
}
.testimonial__item--style3 .testimonial__item-quote span i,
.testimonial__item--style3 .testimonial__item-quote span svg {
  font-size: calc(1.375rem + 1.2857142857vw);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--bg-color-18);
}
@media (min-width: 1400px) {
  .testimonial__item--style3 .testimonial__item-quote span i,
  .testimonial__item--style3 .testimonial__item-quote span svg {
    font-size: 2.5rem;
  }
}
.testimonial__item--style4 .testimonial__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--wh-color);
  border-radius: 4px;
}
.testimonial__item--style4 .testimonial__quote i,
.testimonial__item--style4 .testimonial__quote svg {
  color: var(--tertiary-color4);
}
.testimonial__item--style4:hover .testimonial__item-inner:hover {
  background-color: var(--bg-color-10);
}
.testimonial__item--style4:hover .testimonial__item-inner:hover p {
  border-bottom: 1px solid rgba(20, 24, 33, 0.48);
}
.testimonial__item--style4:hover .testimonial__item-content p {
  color: #0c263a;
}
.testimonial__item--style4:hover .testimonial__quote i,
.testimonial__item--style4:hover .testimonial__quote svg {
  color: var(--bg-color-11);
}
.testimonial__item--style4:hover .testimonial__author h6 {
  color: #0c263a;
}
.testimonial__item--style4:hover .testimonial__author span {
  color: #0c263a;
}
.testimonial__item:hover .testimonial__item-inner {
  box-shadow: 0px 16px 40px rgba(153, 161, 172, 0.12);
}
.testimonial__item:hover .testimonial__quote i,
.testimonial__item:hover .testimonial__quote svg {
  opacity: 1;
}
@media (min-width: 1200px) {
  .testimonial__footer {
    margin-top: 32px;
  }
}
.testimonial__author {
  gap: 15px;
}
.testimonial__author-thumb img {
  border-radius: 99px;
  max-width: 60px;
}
.testimonial__author-designation h6 {
  line-height: 1.1;
}
.testimonial__author-designation p {
  font-size: 1.125rem;
  line-height: 1.15;
  color: var(--title-color);
}
.testimonial__author-designation span {
  font-size: 0.875rem;
  color: var(--title-color);
  opacity: 0.8;
}
.testimonial__author-designation--style2 p {
  color: var(--title-color);
}
.testimonial__author-designation--style2 span {
  color: var(--text-color);
}
.testimonial__quote span i,
.testimonial__quote span svg {
  font-size: calc(1.375rem + 1.2857142857vw);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--brand-color);
  opacity: 0.5;
}
@media (min-width: 1400px) {
  .testimonial__quote span i,
  .testimonial__quote span svg {
    font-size: 2.5rem;
  }
}
.testimonial__quote--style2 span i,
.testimonial__quote--style2 span svg {
  color: var(--secondary-color);
}

.cta__newsletter-inner {
  gap: 30px;
  background-color: var(--brand-color);
  border-radius: 24px;
  width: 98%;
  margin: 0 auto;
  z-index: 2;
}
.cta__newsletter-inner--style3 {
  background-color: var(--bg-color-10);
}
@media (max-width: 767px) {
  .cta__newsletter-inner {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .cta__newsletter-inner {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .cta__newsletter-inner {
    padding-inline: 30px;
    padding-block: 40px;
    width: 80%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-inline: 30px;
    padding-block: 40px;
  }
}
@media (min-width: 992px) {
  .cta__newsletter-inner {
    padding: 55px;
  }
}
@media (min-width: 1200px) {
  .cta__newsletter-inner {
    padding-inline: 90px;
    padding-block: 55px;
  }
}
.cta__thumb {
  width: 32%;
}
@media (max-width: 767px) {
  .cta__thumb {
    margin-inline: auto;
    margin-block-end: 20px;
  }
}
.cta__thumb::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  backdrop-filter: blur(10px);
  filter: blur(100px);
  background-color: var(--cta-img-bg-shadow);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .cta__thumb::after {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  .cta__thumb::after {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .cta__thumb::after {
    height: 200px;
    width: 200px;
  }
}
.cta__thumb--style2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  backdrop-filter: blur(10px);
  filter: blur(100px);
  background-color: var(--cta-img-bg-shadow);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cta__thumb--style2::after {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  .cta__thumb--style2::after {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .cta__thumb--style2::after {
    height: 200px;
    width: 200px;
  }
}
.cta__subscribe {
  flex: 1;
}
.cta__subscribe h2 {
  color: #0c263a;
}
.cta__subscribe h2 span {
  color: #0a4fd5;
}
@media (max-width: 767px) {
  .cta__subscribe h2 {
    margin-block-end: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta__subscribe h2 {
    font-size: calc(1.325rem + 0.7714285714vw);
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 1400px) {
  .cta__subscribe h2 {
    font-size: 2rem;
  }
}
.cta__subscribe p {
  color: #0c263a;
}
@media (min-width: 768px) {
  .cta__subscribe p {
    margin-block-end: 15px;
  }
}
@media (min-width: 992px) {
  .cta__subscribe p {
    margin-bottom: 40px;
  }
}
.cta__shape-item--1 {
  top: -13%;
  left: -1%;
  width: 40px;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .cta__shape-item--1 {
    width: 60px;
    top: -15%;
    left: -3%;
  }
}
@media (min-width: 768px) {
  .cta__shape-item--1 {
    width: auto;
    top: -21%;
    left: 0%;
  }
}
@media (min-width: 992px) {
  .cta__shape-item--1 {
    top: -15%;
    left: 3%;
  }
}
@media (min-width: 1200px) {
  .cta__shape-item--1 {
    top: -15%;
    left: 3%;
  }
}
@media (min-width: 1400px) {
  .cta__shape-item--1 {
    top: -15%;
    left: 3%;
  }
}
.cta__shape-item--2 {
  -webkit-animation: light 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: light 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: light 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: light 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: light 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 768px) {
  .cta__shape-item--2 {
    display: block;
    top: -35%;
    left: 10%;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .cta__shape-item--2 {
    width: auto;
    top: -32%;
    left: 20%;
  }
}
@media (min-width: 1200px) {
  .cta__shape-item--2 {
    top: -32%;
    left: 25%;
  }
}
@media (min-width: 1400px) {
  .cta__shape-item--2 {
    top: -32%;
    left: 25%;
  }
}
.cta__shape-item--3 {
  bottom: -11%;
  right: -3%;
  width: 50px;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .cta__shape-item--3 {
    width: 70px;
    bottom: -11%;
    right: -3%;
  }
}
@media (min-width: 768px) {
  .cta__shape-item--3 {
    width: auto;
    bottom: -20%;
    right: -3%;
  }
}
@media (min-width: 992px) {
  .cta__shape-item--3 {
    bottom: -20%;
    right: 0%;
  }
}
@media (min-width: 1200px) {
  .cta__shape-item--3 {
    bottom: -20%;
    right: 0%;
  }
}
@media (min-width: 1400px) {
  .cta__shape-item--3 {
    bottom: -20%;
    right: 0%;
  }
}
.cta--style2 {
  margin: 0 auto;
  margin-bottom: -140px;
  z-index: 3;
  overflow: visible;
}
@media (min-width: 576px) {
  .cta--style2 {
    margin-bottom: -180px;
  }
}

.story__wrapper {
  z-index: 2;
}
.story__thumb-inner {
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.story__thumb-inner img {
  border-radius: 24px;
}
.story__thumb-playbtn a i,
.story__thumb-playbtn a svg {
  color: var(--bg-white);
  font-size: calc(1.475rem + 2.3142857143vw);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1400px) {
  .story__thumb-playbtn a i,
  .story__thumb-playbtn a svg {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .story__thumb-playbtn a i,
  .story__thumb-playbtn a svg {
    font-size: calc(1.5rem + 2.5714285714vw);
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .story__thumb-playbtn a i,
  .story__thumb-playbtn a svg {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .story__thumb-playbtn a i,
  .story__thumb-playbtn a svg {
    font-size: calc(1.5125rem + 2.7vw);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .story__thumb-playbtn a i,
  .story__thumb-playbtn a svg {
    font-size: 3.875rem;
  }
}
.story__thumb-playbtn:hover a i,
.story__thumb-playbtn:hover a svg {
  color: var(--brand-color);
}
.story__shape-item--1 {
  content: "";
  height: 100%;
  border: 2px solid var(--bg-shape-color-2);
  padding: 40px;
  border-radius: 100px 213px 100px 100px;
  opacity: 0.4;
  transform: rotate(132deg);
  display: none;
}
@media (min-width: 768px) {
  .story__shape-item--1 {
    display: block;
    width: 1050px;
    top: -10%;
    right: -45%;
  }
}
@media (min-width: 992px) {
  .story__shape-item--1 {
    width: 1200px;
    top: -30%;
    right: -45%;
  }
}
@media (min-width: 1200px) {
  .story__shape-item--1 {
    width: 1200px;
    top: 0%;
    right: -22%;
  }
}
@media (min-width: 1400px) {
  .story__shape-item--1 {
    top: 0%;
    right: -13%;
  }
}
@media (min-width: 1600px) {
  .story__shape-item--1 {
    top: -8%;
    right: 0%;
  }
}
.story__shape-item--1 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 1000px;
  background: linear-gradient(
    4deg,
    var(--bg-shape-color-trans-2) 0%,
    var(--bg-shape-color-2) 100%
  );
  border-radius: 100px 213px 100px 100px;
}
@media (min-width: 768px) {
  .story__shape-item--1 span {
    top: 2%;
    right: 2%;
  }
}
@media (min-width: 1200px) {
  .story__shape-item--1 span {
    width: 1000px;
    top: 2%;
    right: 2%;
  }
}
@media (min-width: 1400px) {
  .story__shape-item--1 span {
    width: 1200px;
    top: 2%;
    right: 2%;
  }
}

.sidebar__head h3 {
  border-bottom: 1px solid var(--border-color-5);
}
.sidebar__head h6 {
  border-bottom: 1px solid var(--border-color-5);
}
.sidebar__search {
  background-color: var(--wh-color);
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03),
    0px 16px 48px rgba(6, 35, 63, 0.03);
  border-radius: 4px;
}
.sidebar__search form {
  background-color: var(--wh-color);
  border-radius: 8px;
}
.sidebar__search form input {
  background-color: var(--bg-color-6);
  border-color: var(--border-color);
  border-radius: 8px;
  cursor: text;
}
.sidebar__search form input:focus {
  box-shadow: none;
  border-color: var(--brand-color);
}
.sidebar__search form button {
  content: "";
  padding: 11px;
  top: 14%;
  right: 10px;
  line-height: 10px;
  border: none;
  outline: none;
  border-radius: 99px;
  background-color: var(--brand-color);
  color: var(--wh-color);
}
.sidebar__search form button i,
.sidebar__search form button svg {
  font-size: 1.125rem;
}
.sidebar__recentpost {
  background-color: var(--wh-color);
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03),
    0px 16px 48px rgba(6, 35, 63, 0.03);
  border-radius: 4px;
}
.sidebar__recentpost-body ul li:last-child {
  margin-block-end: 0;
}
.sidebar__recentpost-inner {
  gap: 15px;
}
@media (min-width: 992px) {
  .sidebar__recentpost-inner {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .sidebar__recentpost-inner {
    gap: 15px;
  }
}
.sidebar__recentpost-thumb {
  max-width: 100px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .sidebar__recentpost-thumb {
    max-width: 45px;
  }
}
@media (min-width: 1200px) {
  .sidebar__recentpost-thumb {
    max-width: 100px;
  }
}
.sidebar__recentpost-thumb img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  object-fit: cover;
}
.sidebar__recentpost-thumb img:hover {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.sidebar__recentpost-content p {
  font-size: 1rem;
  color: var(--title-color);
  font-family: "Anek Telugu", sans-serif;
}
.sidebar__recentpost-content p a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--title-color);
}
.sidebar__recentpost-content span {
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--text-color);
}
.sidebar__recentpost-content:hover p a {
  color: var(--brand-color);
}
.sidebar__recentpost-content:hover span {
  color: var(--brand-color);
}
.sidebar__categorie {
  background-color: var(--wh-color);
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03),
    0px 16px 48px rgba(6, 35, 63, 0.03);
  border-radius: 4px;
}
.sidebar__categorie-body ul li:last-child {
  margin-block-end: 0;
}
.sidebar__categorie-body ul li span,
.sidebar__categorie-body ul li a {
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--title-color);
}
.sidebar__categorie-body ul li.active span,
.sidebar__categorie-body ul li.active a,
.sidebar__categorie-body ul li:hover span,
.sidebar__categorie-body ul li:hover a {
  color: var(--brand-color);
}
.sidebar__categorie-body ul li a i {
  color: var(--text-color-light);
}
.sidebar__social {
  background-color: var(--wh-color);
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03),
    0px 16px 48px rgba(6, 35, 63, 0.03);
  border-radius: 4px;
}
.sidebar__tags {
  background-color: var(--wh-color);
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03),
    0px 16px 48px rgba(6, 35, 63, 0.03);
  border-radius: 4px;
}
.sidebar__comment {
  background-color: var(--tertiary-color3);
  border-radius: 16px;
}
@media (min-width: 992px) {
  .sidebar__comment {
    padding: 40px;
  }
}
.sidebar__comment-item:last-child {
  margin-block-end: 0;
}
@media (min-width: 576px) {
  .sidebar__comment-item--reply {
    margin-inline-start: 50px;
  }
}

.tags ul {
  gap: 25px 10px;
}
.tags ul li {
  border: none;
}
.tags ul li h6 {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
}
.tags ul li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
  padding: 8px 16px;
  color: var(--text-color);
  border: 1px solid var(--border-color-5);
  outline: none;
  border-radius: 99px;
}
.tags ul li a.active,
.tags ul li a:hover {
  background-color: var(--tertiary-color);
  border-color: var(--border-color-5);
  color: var(--title-color);
}
.tags--style2 ul {
  gap: 25px 10px;
}
.tags--style2 ul li {
  border: none;
}
.tags--style2 ul li h6 {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
}
.tags--style2 ul li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1rem;
  padding: 8px 16px;
  color: var(--text-color);
  border: 1px solid var(--border-color-5);
  outline: none;
  border-radius: 99px;
}
.tags--style2 ul li a.active,
.tags--style2 ul li a:hover {
  background-color: var(--tag-bg-color);
  border-color: var(--border-color-6);
  color: var(--brand-color);
}

.faq__thumb--style1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 200px;
  width: 200px;
  backdrop-filter: blur(10px);
  filter: blur(100px);
  background-color: var(--faq-img-bg-shadow);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.faq__shape-item--1 {
  width: 40px;
  top: 1%;
  left: 6%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .faq__shape-item--1 {
    top: 3%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .faq__shape-item--1 {
    width: 70px;
    top: 6%;
    left: 2%;
  }
}
@media (min-width: 992px) {
  .faq__shape-item--1 {
    width: auto;
    left: 5%;
    top: 5%;
  }
}
@media (min-width: 1200px) {
  .faq__shape-item--1 {
    top: 6%;
    left: 6%;
  }
}
@media (min-width: 1400px) {
  .faq__shape-item--1 {
    top: 11%;
    left: 17%;
  }
}
.faq__shape-item--2 {
  width: 40px;
  top: 1%;
  left: 6%;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .faq__shape-item--2 {
    top: 3%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .faq__shape-item--2 {
    width: 70px;
    top: 6%;
    left: 2%;
  }
}
@media (min-width: 992px) {
  .faq__shape-item--2 {
    width: auto;
    left: 5%;
    top: 5%;
  }
}
@media (min-width: 1200px) {
  .faq__shape-item--2 {
    top: 6%;
    left: 6%;
  }
}
@media (min-width: 1400px) {
  .faq__shape-item--2 {
    top: 11%;
    left: 17%;
  }
}
.faq__shape-item--3 {
  width: 40px;
  top: 1%;
  right: 10%;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .faq__shape-item--3 {
    top: 3%;
    right: 7%;
  }
}
@media (min-width: 768px) {
  .faq__shape-item--3 {
    width: 70px;
    top: 6%;
    right: 4%;
  }
}
@media (min-width: 992px) {
  .faq__shape-item--3 {
    width: auto;
    right: 5%;
    top: 5%;
  }
}
@media (min-width: 1200px) {
  .faq__shape-item--3 {
    top: 6%;
    right: 6%;
  }
}
@media (min-width: 1400px) {
  .faq__shape-item--3 {
    top: 11%;
    right: 11%;
  }
}
@media (min-width: 1600px) {
  .faq__shape-item--3 {
    top: 11%;
    right: 17%;
  }
}

.error__inner {
  background-color: var(--account-bg-color);
  border-radius: 4px;
}
@media (min-width: 576px) {
  .error__inner {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .error__inner {
    padding: 100px;
  }
}
.error__thumb img {
  border-radius: 16px;
}
.error__content h2 span {
  color: var(--secondary-color);
}
.error__content p {
  max-inline-size: 53ch;
  margin: 0 auto;
}
.service-details__item-inner {
  background-color: var(--wh-color);
  box-shadow: 0px -16px 48px rgba(6, 35, 63, 0.03),
    0px 16px 48px rgba(6, 35, 63, 0.03);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .service-details__item-inner {
    padding: 50px;
  }
}
.service-details__thumb-inner img {
  border-radius: 8px;
}
.service-details__faq {
  border-radius: 16px;
  background-color: var(--tertiary-color3);
}
@media (min-width: 768px) {
  .service-details__faq {
    padding-inline: 40px;
  }
}
.service-details__faq button {
  background-color: var(--tertiary-color);
}
.nav--feature .nav-link {
  border-radius: 8px !important;
  border: 1px solid var(--border-color) !important;
  cursor: pointer;
}
.nav--feature .nav-link.active {
  border-color: var(--wh-color) !important;
  background-color: var(--wh-color) !important;
  box-shadow: 0px 12px 30px rgba(33, 85, 186, 0.08);
}
.nav--feature .nav-link.active h6 {
  color: var(--title-color);
}

.counter {
  margin-top: -150px;
}
.counter__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 16px;
  background: var(--wh-color);
  box-shadow: 0px 24px 64px 0px rgba(6, 73, 54, 0.08);
}
@media (min-width: 1200px) {
  .counter__item-inner {
    padding-block: 54px;
    padding-inline: 25px;
  }
}
.counter__item-inner img {
  border-radius: 50%;
}
.counter__item-inner p {
  opacity: 0.8;
}
.counter__item-inner:hover {
  transform: translateY(-5px);
}

.comment__author {
  gap: 15px;
}
.comment__author-info h6 {
  line-height: 1.3;
}
.comment__author-info span {
  font-size: 0.875rem;
  color: var(--text-color);
}
.comment__author-thumb img {
  border-radius: 99px;
}
.comment__action a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "Anek Telugu", sans-serif;
  color: var(--text-color);
  font-size: 1rem;
}
.comment__action a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-inline-end: 1px;
  margin-bottom: 2px;
}
.comment__action a:hover {
  color: var(--brand-color);
}
.comment__action a:hover img {
  transform: translateX(-3px);
  filter: hue-rotate(3deg);
}
.comment__body-inner {
  background-color: var(--wh-color);
  border-radius: 8px;
  border: 1px solid var(--border-color);
}
@media (min-width: 992px) {
  .comment__body-inner {
    padding-block: 15px;
    padding-inline: 25px;
  }
}
.comment__body-inner p {
  color: var(--text-color);
}

.accordion-button {
  padding: 0px;
}
.accordion-button:not(.collapesd) {
  box-shadow: none;
}
.accordion-button::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--brand-color);
  background-position: center;
  background-size: inherit;
}
.accordion-button--style2::after {
  border: 1px solid #000;
}
.accordion-button--style3::after {
  border: 1px solid var(--secondary-color);
}
.accordion-button.collapsed::after {
  border: 1.5px solid var(--faq-item-btn-border-color);
  background-size: inherit;
}
.accordion__button {
  font-size: 1.25rem;
  color: var(--brand-color);
  font-family: "Anek Telugu", sans-serif;
  border: none;
}
.accordion__button-content {
  flex: 1;
}
.accordion__button.collapsed {
  color: var(--title-color);
}
.accordion__button.collapsed .accordion__button-plusicon {
  border: 1.5px solid var(--faq-item-btn-border-color);
}
.accordion__button.collapsed .accordion__button-plusicon::before {
  background-color: var(--title-color);
}
.accordion__button.collapsed .accordion__button-plusicon::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 14px;
  width: 2px;
  top: 50%;
  left: 11px;
  background-color: var(--title-color);
}
.accordion--style1 [class^="col"]:not(:last-child) .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion--style1 .accordion__item {
  border-radius: 0 !important;
}
.accordion--style1 .accordion__button {
  background-color: var(--bg-color-3);
  color: var(--title-color);
}
.accordion--style1 .accordion__button:not(.collapsed) {
  color: var(--brand-color);
  padding-block-end: 8px;
}
.accordion--style1 .accordion__button--style2 {
  background-color: var(--tertiary-color3);
}
.accordion--style1 .accordion__header {
  border-bottom: none;
}
.accordion--style1 .accordion__header:focus {
  outline: none;
}
.accordion--style2 .accordion__item {
  border-radius: 16px;
  background-color: var(--faq-bg-color);
  box-shadow: 0px 16px 48px 0px rgba(6, 35, 63, 0.03),
    0px -16px 48px 0px rgba(6, 35, 63, 0.03);
}
@media (min-width: 576px) {
  .accordion--style2 .accordion__item {
    margin-block-end: 5px;
  }
}
@media (min-width: 1200px) {
  .accordion--style2 .accordion__item {
    margin-block-end: 10px;
  }
}
.accordion--style2 .accordion__button {
  background-color: var(--bg-color-5);
  color: var(--secondary-color);
}
.accordion--style2 .accordion__button.collapsed {
  color: var(--title-color);
}
.accordion--style2 .accordion__button:not(.collapsed) {
  padding-block-end: 8px;
}
.accordion--style2 .accordion__button-plusicon {
  border: 1.5px solid var(--secondary-color);
}
.accordion--style2 .accordion__button-plusicon::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 2px;
  top: 50%;
  left: 5px;
  background-color: var(--secondary-color);
}
.accordion--style2 .accordion__body {
  background-color: var(--bg-color-5);
}
.accordion--style3 [class^="col"]:not(:last-child) .accordion__item {
  border-bottom: 1px solid var(--border-color-10);
}
.accordion--style3 .accordion__item {
  border-radius: 0 !important;
}
.accordion--style3 .accordion__button {
  background-color: var(--bg-color-3);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: var(--title-color);
}
@media (min-width: 1200px) {
  .accordion--style3 .accordion__button {
    padding-inline: 24px;
  }
}
.accordion--style3 .accordion__button:not(.collapsed) {
  color: #0c263a;
  background-color: var(--bg-color-10);
  padding-block-end: 8px;
}
.accordion--style3 .accordion__button--style2 {
  background-color: var(--tertiary-color3);
}
.accordion--style3 .accordion__header {
  border-bottom: none;
}
.accordion--style3 .accordion__header:focus {
  outline: none;
}
.accordion--style3 .accordion__body {
  border-bottom: 1px solid transparent;
  background-color: var(--bg-color-10);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 1200px) {
  .accordion--style3 .accordion__body {
    padding-inline: 24px;
  }
}
.accordion--style3 .accordion__body p {
  color: #0c263a;
}

.roadmap--style1 .roadmap__wrapper {
  z-index: 2;
}
@media (min-width: 768px) {
  .roadmap--style1 .roadmap__wrapper:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 10px;
    background-color: var(--brand-color);
    border-radius: 8px;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .roadmap--style1 .roadmap__wrapper:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    background-color: var(--border-color);
    border-radius: 8px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.roadmap--style1 .roadmap__item {
  border-radius: 16px;
  background: linear-gradient(
    91deg,
    var(--bg-grad-color-3) 0%,
    var(--bg-grad-color-trans-3) 100%
  );
  max-inline-size: 500px;
}
.roadmap--style1 .roadmap__item--style2 {
  background: linear-gradient(
    91deg,
    var(--bg-grad-color-trans-3) 0%,
    var(--bg-grad-color-3) 100%
  );
}
.roadmap--style1 .roadmap__item.aos-animate {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
.roadmap--style1 .roadmap__item-header h3 {
  flex: 1;
}
.roadmap--style1 .roadmap__item-header span {
  font-size: calc(1.325rem + 0.7714285714vw);
  font-family: "Anek Telugu", sans-serif;
  color: var(--brand-color);
  margin-block-start: -5px;
}
@media (min-width: 1400px) {
  .roadmap--style1 .roadmap__item-header span {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .roadmap--style1 .roadmap__item.text-end .roadmap__item-inner:after {
    top: 30px;
    right: -68px;
    left: auto;
  }
}
.roadmap--style1 .roadmap__item-content {
  padding: 20px;
}
@media (min-width: 768px) {
  .roadmap--style1 .roadmap__item-content {
    padding: 40px;
  }
}
.roadmap--style1 .roadmap__shape-item--1 {
  content: "";
  height: 50%;
  width: 910px;
  border: 2px solid var(--bg-shape-color-2);
  padding: 40px;
  border-radius: 100px 213px 100px 100px;
  border-left: transparent;
  border-bottom: transparent;
  top: 0%;
  left: -3%;
  transform: rotate(40deg);
  display: none;
}
@media (min-width: 768px) {
  .roadmap--style1 .roadmap__shape-item--1 {
    display: block;
    width: 920px;
    top: -16%;
    left: -117%;
  }
}
@media (min-width: 992px) {
  .roadmap--style1 .roadmap__shape-item--1 {
    top: -16%;
    left: -80%;
  }
}
@media (min-width: 1200px) {
  .roadmap--style1 .roadmap__shape-item--1 {
    left: -58%;
  }
}
@media (min-width: 1400px) {
  .roadmap--style1 .roadmap__shape-item--1 {
    left: -30%;
  }
}
.roadmap--style1 .roadmap__shape-item--1 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 880px;
  background: linear-gradient(
    109deg,
    var(--bg-shape-color-trans-2) 0%,
    var(--bg-shape-color-2) 100%
  );
  border-radius: 100px 213px 100px 100px;
}
@media (min-width: 768px) {
  .roadmap--style1 .roadmap__shape-item--1 span {
    top: 2%;
    left: 2%;
  }
}
.roadmap--style1 .roadmap__shape-item--2 {
  width: 40px;
  top: 1%;
  left: 6%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .roadmap--style1 .roadmap__shape-item--2 {
    top: 3%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .roadmap--style1 .roadmap__shape-item--2 {
    width: auto;
    top: 2%;
    left: 1%;
  }
}
@media (min-width: 992px) {
  .roadmap--style1 .roadmap__shape-item--2 {
    left: 4%;
    top: 4%;
  }
}
@media (min-width: 1200px) {
  .roadmap--style1 .roadmap__shape-item--2 {
    top: 5%;
    left: 5%;
  }
}
@media (min-width: 1400px) {
  .roadmap--style1 .roadmap__shape-item--2 {
    top: 8%;
    left: 5%;
  }
}
.roadmap--style2 .roadmap__upper-inner {
  gap: 30px;
}
.roadmap--style2 .roadmap__upper-inner::after {
  content: "";
  width: 100%;
  left: 0;
  top: 50%;
  border: 1px dashed var(--border-color-7);
}
@media (min-width: 768px) {
  .roadmap--style2 .roadmap__upper-inner::after {
    display: block;
  }
}
.roadmap--style2 .roadmap__slider {
  counter-reset: roadmap__item;
}
.roadmap--style2 .roadmap__item-inner {
  border-radius: 16px;
  background-color: var(--faq-bg-color);
}
@media (min-width: 576px) {
  .roadmap--style2 .roadmap__item-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .roadmap--style2 .roadmap__item-inner {
    padding: 24px;
    max-width: 280px;
  }
  .roadmap--style2 .roadmap__item-inner::before {
    position: absolute;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    counter-increment: roadmap__item;
    content: counter(roadmap__item);
    transform: translateX(-50%);
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 99px;
    background-color: var(--extra-bg-color);
    border: 1px solid var(--secondary-color);
    bottom: -80px;
    z-index: 1;
    font-size: 1.25rem;
    color: var(--secondary-color);
  }
  .roadmap--style2 .roadmap__item-inner::after {
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 0;
    border: 1px dashed var(--border-color-7);
    height: 50px;
    bottom: -50px;
  }
  .roadmap--style2 .roadmap__item-inner--vertical-line-top {
    margin-block-start: 310px;
  }
  .roadmap--style2 .roadmap__item-inner--vertical-line-bottom {
    margin-block-end: 64px;
  }
}
.roadmap--style2 .roadmap__item-content h5 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.roadmap--style2 .roadmap__item-date {
  font-size: 0.875rem;
  padding: 4px 12px;
  border: 1px solid var(--border-color);
  border-radius: 99px;
  color: var(--title-color);
}
.roadmap--style2 .roadmap__item--reverse .roadmap__item-inner::after {
  top: -50px;
}
.roadmap--style2 .roadmap__item--reverse .roadmap__item-inner::before {
  top: -80px;
}
.roadmap--style2 .roadmap__item.active .roadmap__item-inner::after,
.roadmap--style2 .roadmap__item:hover .roadmap__item-inner::after {
  border: 1px dashed var(--secondary-color);
}
.roadmap--style2 .roadmap__item.active .roadmap__item-inner::before,
.roadmap--style2 .roadmap__item:hover .roadmap__item-inner::before {
  color: var(--wh-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.roadmap--style2 .roadmap__item.active .roadmap__item-content h5,
.roadmap--style2 .roadmap__item:hover .roadmap__item-content h5 {
  color: var(--secondary-color);
}

.about--style1 {
  padding-block-start: 65px;
  padding-block-end: 80px;
}
@media (min-width: 768px) {
  .about--style1 {
    padding-block-start: 0px;
    padding-block-end: 80px;
  }
}
@media (min-width: 992px) {
  .about--style1 {
    padding-block-start: 75px;
    padding-block-end: 80px;
  }
}
@media (min-width: 1200px) {
  .about--style1 {
    padding-block-start: 51px;
    padding-block-end: 80px;
  }
}
@media (min-width: 1400px) {
  .about--style1 {
    padding-block-start: 51px;
    padding-block-end: 60px;
  }
}
.about__thumb-image img {
  border-radius: 20px;
}
.about__thumb-image::after {
  position: absolute;
  content: "";
  top: 60%;
  left: 50%;
  height: 200px;
  width: 200px;
  backdrop-filter: blur(10px);
  filter: blur(70px);
  background-color: var(--about-img-bg-shadow);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about__thumb--style2::after {
  content: "";
  top: 50%;
  left: 50%;
  height: 400px;
  width: 250px;
  backdrop-filter: blur(10px);
  filter: blur(100px);
  background-color: var(--faq-img-bg-shadow);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}
.about__thumb--style3 .about__thumb-image::after {
  position: unset;
  content: unset;
}
.about__thumb--style3::after {
  content: "";
  left: -7px;
  top: -30px;
  height: 350px;
  width: 170px;
  background-color: var(--bg-color-10);
  border-radius: 16px;
  z-index: -1;
}
@media (min-width: 576px) {
  .about__thumb--style3::after {
    left: -15px;
    top: -40px;
    height: 500px;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .about__thumb--style3::after {
    left: -15px;
    top: -70px;
    height: 440px;
    width: 210px;
  }
}
@media (min-width: 992px) {
  .about__thumb--style3::after {
    left: -15px;
    top: -40px;
    height: 470px;
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .about__thumb--style3::after {
    left: 0;
    height: 540px;
    width: 300px;
  }
}
.about__thumb--style4 .about__thumb-image::after {
  position: unset;
  content: unset;
}
@media (min-width: 992px) {
  .about__content {
    margin-block-start: 0;
  }
}
@media (min-width: 1200px) {
  .about__content:not(:last-child) {
    margin-bottom: 32px;
  }
}
.about__content-inner h2 span {
  color: var(--secondary-color);
}
.about__content-inner p {
  color: var(--text-color);
}
@media (min-width: 768px) {
  .about__content-inner a {
    margin-block-start: 40px;
  }
}
.about__content--style2 .about__content-details {
  flex: 1;
}
.about__content--style2 .about__content-inner {
  gap: 15px;
}
.about__content--style2 .about__content-inner h2 {
  margin-block-end: -10px;
}
.about__content--style2 .about__content-inner h2 span {
  color: var(--secondary-color);
}
.about__icon {
  width: 70px;
}
.about__icon-inner {
  width: 70px;
  height: 70px;
  background-color: var(--bg-color-3);
  border-radius: 50%;
}
.about__shape--style1 .about__shape-item {
  width: 40px;
  top: 5%;
  right: 6%;
  -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .about__shape--style1 .about__shape-item {
    top: 5%;
    right: 7%;
  }
}
@media (min-width: 768px) {
  .about__shape--style1 .about__shape-item {
    width: auto;
    top: 6%;
    right: 6%;
  }
}
@media (min-width: 992px) {
  .about__shape--style1 .about__shape-item {
    right: 5%;
    top: 16%;
  }
}
@media (min-width: 1200px) {
  .about__shape--style1 .about__shape-item {
    top: 16%;
    right: 6%;
  }
}
@media (min-width: 1400px) {
  .about__shape--style1 .about__shape-item {
    top: 16%;
    right: 9%;
  }
}
.about__shape--style2 .about__shape-item--1 {
  width: 80px;
  top: 52%;
  right: 71%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .about__shape--style2 .about__shape-item--1 {
    width: auto;
    top: 45%;
    right: 71%;
  }
}
@media (min-width: 768px) {
  .about__shape--style2 .about__shape-item--1 {
    top: 45%;
    right: 77%;
  }
}
@media (min-width: 992px) {
  .about__shape--style2 .about__shape-item--1 {
    right: 43%;
    top: 8%;
  }
}
@media (min-width: 1200px) {
  .about__shape--style2 .about__shape-item--1 {
    top: 3%;
    right: 40%;
  }
}
@media (min-width: 1400px) {
  .about__shape--style2 .about__shape-item--1 {
    top: -1%;
    right: 3%;
  }
}
@media (min-width: 1600px) {
  .about__shape--style2 .about__shape-item--1 {
    top: 0%;
    right: 9%;
  }
}
.about--style3 .about__content-icon img {
  width: 70px;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite
    alternate;
}
@media (min-width: 576px) {
  .about--style3 .about__content-icon img {
    width: 73px;
  }
}
@media (min-width: 768px) {
  .about--style3 .about__content-icon img {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .about--style3 .about__content-icon img {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .about--style3 .about__content-icon img {
    width: auto;
  }
}
.about--style3 .about__content h2 {
  line-height: 1.2;
}
.about--style3 .about__content h2 span {
  color: var(--secondary-color);
}
.about--style3 .about__content p {
  color: var(--text-color);
}
@media (min-width: 768px) {
  .about--style3 .about__content a {
    margin-block-start: 40px;
  }
}
.about--style3 .about__content ul li {
  font-size: 1.125rem;
  color: var(--title-color-style2);
  font-family: "Open Sans", sans-serif;
}
.about--style3 .about__content ul li span img {
  max-width: 25px;
}
@media (min-width: 576px) {
  .about--style3 .about__content ul li span img {
    max-width: 26px;
  }
}
@media (min-width: 768px) {
  .about--style3 .about__content ul li span img {
    margin-inline-end: 5px;
  }
}
@media (min-width: 992px) {
  .about--style3 .about__content ul li span img {
    max-width: 100%;
    margin-inline-end: 10px;
  }
}
@media (min-width: 992px) {
  .about--style3 .about__content ul li {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .about--style3 .about__content ul li:not(:last-child) {
    margin-block-end: 20px;
  }
}

html[data-bs-theme="dark"] .header-section--style5.header-fixed {
  background-color: var(--bg-color-14);
}
html[data-bs-theme="dark"] .team__item-author--style1 {
  background-color: rgba(0, 21, 15, 0.8);
  backdrop-filter: blur(2px);
}
html[data-bs-theme="dark"] .team__item-inner--shape2 {
  background-color: #051a14;
}
html[data-bs-theme="dark"] .banner--style3 .banner__bg img {
  display: none;
}
html[data-bs-theme="dark"] .banner--style3 .banner__counter-item {
  border: none;
  background: linear-gradient(
    152deg,
    rgba(237, 242, 248, 0.03) 0%,
    rgba(237, 242, 248, 0.12) 100%
  );
  box-shadow: 0px 16px 64px 0px rgba(0, 208, 148, 0.08);
}
html[data-bs-theme="dark"] .trk-btn--outline2 {
  background-color: #1b2d29;
  border-color: #1b2d29;
  color: #fff;
}
html[data-bs-theme="dark"] .trk-btn--outline4 {
  border: 1px solid var(--bg-white);
  color: var(--bg-white);
}
html[data-bs-theme="dark"] .trk-btn--outline4.active,
html[data-bs-theme="dark"] .trk-btn--outline4:hover {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #0c263a;
}
html[data-bs-theme="dark"] .blog__item-inner {
  box-shadow: none;
}
html[data-bs-theme="dark"] .blog__shape-item--1 {
  border-top: 2px solid var(--bg-shape-color);
}
html[data-bs-theme="dark"] .service__item-inner:hover {
  box-shadow: none;
}
html[data-bs-theme="dark"] .service__item--style2 .service__item-inner:hover {
  box-shadow: 0px 12px 30px rgba(14, 4, 0, 0.64);
}
html[data-bs-theme="dark"] .service__item--style2 .service__thumb-inner {
  background-color: rgba(255, 255, 255, 0.06);
}
html[data-bs-theme="dark"]
  .service__item--style3
  .service__item-inner:hover
  h5
  a {
  color: #0c263a;
}
html[data-bs-theme="dark"] .service__item--style3 .service__item-inner:hover p {
  color: #0c263a;
  opacity: 0.8;
}
html[data-bs-theme="dark"] .pricing__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html[data-bs-theme="dark"] .pricing__item-inner.active,
html[data-bs-theme="dark"] .pricing__item-inner:hover {
  border: 2px solid var(--brand-color);
  box-shadow: 0px 16px 40px 0px rgba(26, 64, 137, 0.06);
}
html[data-bs-theme="dark"] .pricing__item--style2 .pricing__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid rgba(229, 237, 248, 0.1);
}
html[data-bs-theme="dark"] .pricing__item--style2 .pricing__item-inner.active,
html[data-bs-theme="dark"] .pricing__item--style2 .pricing__item-inner:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
}
html[data-bs-theme="dark"]
  .pricing__item--style2
  .pricing__item-inner.active
  .pricing__item-top
  h6 {
  color: #0c263a;
}
html[data-bs-theme="dark"]
  .pricing__item--style2
  .pricing__item-inner.active
  .pricing__item-top
  h3
  span {
  color: #0c263a;
}
html[data-bs-theme="dark"]
  .pricing__item--style2
  .pricing__item-inner.active
  .pricing__list-item {
  color: #0c263a;
}
html[data-bs-theme="dark"] .pricing__shape-item--1 {
  border-left: block;
  border-bottom: block;
}
html[data-bs-theme="dark"] .blog__item-inner:hover {
  box-shadow: 0px 24px 60px rgba(13, 14, 16, 0.5);
}
html[data-bs-theme="dark"] .swiper-nav__btn {
  border-color: #1b2d29;
}
html[data-bs-theme="dark"] .swiper-nav__btn i,
html[data-bs-theme="dark"] .swiper-nav__btn svg {
  color: var(--bg-white);
}
html[data-bs-theme="dark"] .swiper-nav__btn.active,
html[data-bs-theme="dark"] .swiper-nav__btn:hover {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
html[data-bs-theme="dark"] .swiper-nav__btn.active i,
html[data-bs-theme="dark"] .swiper-nav__btn.active svg,
html[data-bs-theme="dark"] .swiper-nav__btn:hover i,
html[data-bs-theme="dark"] .swiper-nav__btn:hover svg {
  color: #0c263a;
}
html[data-bs-theme="dark"] .swiper-nav__btn--style3 {
  border: 1px solid var(--tertiary-color4);
}
html[data-bs-theme="dark"] .swiper-nav__btn--style3.active,
html[data-bs-theme="dark"] .swiper-nav__btn--style3:hover {
  background-color: var(--tertiary-color4);
  border-color: var(--tertiary-color4);
}
html[data-bs-theme="dark"] .swiper-nav__btn--style3.active i,
html[data-bs-theme="dark"] .swiper-nav__btn--style3.active svg,
html[data-bs-theme="dark"] .swiper-nav__btn--style3:hover i,
html[data-bs-theme="dark"] .swiper-nav__btn--style3:hover svg {
  color: var(--title-color);
}
html[data-bs-theme="dark"] .testimonial__item-content p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
html[data-bs-theme="dark"] .testimonial__item:hover .testimonial__item-inner {
  box-shadow: none;
}
html[data-bs-theme="dark"] .testimonial__item:hover .testimonial__quote span i,
html[data-bs-theme="dark"]
  .testimonial__item:hover
  .testimonial__quote
  span
  svg {
  color: var(--brand-color);
}
html[data-bs-theme="dark"] .testimonial__quote span i,
html[data-bs-theme="dark"] .testimonial__quote span svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: rgb(255, 255, 255);
  opacity: 0.3;
}
html[data-bs-theme="dark"]
  .accordion--style1
  [class^="col"]:not(:last-child)
  .accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
html[data-bs-theme="dark"] .cta--style1 .cta__content-inner {
  background-color: #2d2c2c;
  border-color: #2d2c2c;
}
html[data-bs-theme="dark"] .form-control {
  background-color: linear-gradient(
    150.39deg,
    rgba(237, 242, 248, 0.0264) 15.02%,
    rgba(237, 242, 248, 0.12) 99.59%
  );
  border-color: linear-gradient(
    150.39deg,
    rgba(237, 242, 248, 0.0264) 15.02%,
    rgba(237, 242, 248, 0.12) 99.59%
  );
}
html[data-bs-theme="dark"] .form-control--style1 {
  border-color: rgba(220, 223, 232, 0.0509803922);
  border-right: none;
}
html[data-bs-theme="dark"] .sidebar__search form input {
  background-color: #00150f;
  border-color: #00150f;
  color: var(--bg-white);
}
html[data-bs-theme="dark"] .account__social-btn {
  border-color: linear-gradient(
    150.39deg,
    rgba(237, 242, 248, 0.0264) 15.02%,
    rgba(237, 242, 248, 0.12) 99.59%
  );
}
html[data-bs-theme="dark"] .trk-btn--outline {
  color: var(--brand-color);
}
html[data-bs-theme="dark"] .trk-btn.active.trk-btn--outline6,
html[data-bs-theme="dark"] .trk-btn:hover.trk-btn--outline6 {
  color: #0c263a;
}
html[data-bs-theme="dark"] .account__divider--style1::before {
  background-color: linear-gradient(
    150.39deg,
    rgba(237, 242, 248, 0.0264) 15.02%,
    rgba(237, 242, 248, 0.12) 99.59%
  );
}
@media (min-width: 768px) {
  html[data-bs-theme="dark"] .contact__form::before {
    background: linear-gradient(
      188.07deg,
      rgba(157, 157, 157, 0) 31.91%,
      rgba(151, 153, 155, 0.4588235294) 98.96%
    );
  }
}
html[data-bs-theme="dark"] .nav--feature .nav-link {
  box-shadow: 0px 12px 30px rgba(14, 4, 0, 0.24);
}
html[data-bs-theme="dark"] .social__link--style1 {
  border: 2px solid var(--social-border-color-2);
}
html[data-bs-theme="dark"] .social__link--style1.active,
html[data-bs-theme="dark"] .social__link--style1:hover {
  background-color: transparent;
  border: 2px solid var(--brand-color);
}
html[data-bs-theme="dark"] .social__link--style1.active i,
html[data-bs-theme="dark"] .social__link--style1.active svg,
html[data-bs-theme="dark"] .social__link--style1:hover i,
html[data-bs-theme="dark"] .social__link--style1:hover svg {
  color: var(--brand-color);
}
html[data-bs-theme="dark"] .partner--gradient::after {
  background: #003e2c;
}
.main-news-content-col .news-header {
  font-size: 18px;
}
.main-news-content-col .post-meta-data-container .post-date {
  font-size: 13px;
}
.main-news-content-col .post-content-short {
  font-size: 14px;
}

/* Process Steps Layout */
.process-steps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* Individual Process Step */
.process-step {
  text-align: center;
  margin-bottom: 30px;
  width: 80%;
}

/* Step Content */
.process-step .step-content {
  display: inline-block;
  padding: 20px;
}

.process-step .step-icon {
  font-size: 50px;
  color: var(--brand-color);
  margin-bottom: 20px;
}

/* Step Title */
.process-step h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 15px;
}

/* Step Description */
.process-step p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.6;
}

/* Arrow Icon */
.arrow-icon {
  font-size: 40px;
  color: var(--brand-color);
  margin: 20px 0;
  transform: rotate(-90deg);
}

/* Smooth Arrow Flow */
.arrow-icon {
  transition: transform 0.3s ease;
}

/* Hover effect on arrows */
.arrow-icon:hover {
  transform: rotate(-90deg) translateY(5px);
}

/* Responsive Layout Adjustments */
@media (max-width: 991px) {
  .process-step {
    width: 90%;
  }

  .process-step h4 {
    font-size: 20px;
  }

  .process-step p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .process-steps {
    flex-direction: column;
  }

  .process-step {
    width: 100%;
  }

  .process-step h4 {
    font-size: 18px;
  }

  .process-step p {
    font-size: 13px;
  }

  .arrow-icon {
    transform: none;
    margin: 0;
  }

  .arrow-icon:hover {
    transform: translateY(5px);
  }
}

.privacy-content h3,
.privacy-content h4 {
  margin-top: 40px;
}
.download-platform-image {
  max-height: 300px;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
