/*
Theme Name: Apollotec
Theme URI: https://apollotec.com
Author: Farrukh Jadoon
*/
/********** Apollo **********/
h4,
h1 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}

h5,
h3,
h1 strong {
  font-family: Poppins, sans-serif;
  font-weight: 900;
  font-style: normal
}

input,
li,
p,
body {
  font-family: Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100
}

a {
  font-family: Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100
}

.btn-primary {
  font-family: Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100
}

html {
  scroll-behavior: smooth;
  height: 100%
}

body {
  margin: 0;
  height: 100%
}

* {
  box-sizing: border-box
}

img {
  max-width: 100%
}

.container {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  width: 100%;
  position: relative
}

header ul {
  margin: 0;
  padding: 0
}

header li {
  list-style: none
}

a {
  text-decoration: none;
  color: #1c0740;
  font-size: 20px
}

.row-width-100 {
  width: calc(100% + 30px)
}

h1,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0
}

h1 {
  font-size: 60px;
  line-height: 75px;
  color: #fff
}

h3 {
  font-size: 50px;
  color: #593890;
  margin-bottom: 36px
}

h4 {
  font-size: 32px;
  color: #593890;
  margin-bottom: 8px
}

h5 {
  color: #864e98;
  font-size: 32px;
  margin-bottom: 16px
}

p {
  color: #1c0740;
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 24px
}

ul {
  margin-bottom: 24px
}

li {
  color: #1c0740;
  font-size: 16px;
  line-height: 1.6
}

h6 {
  font-size: 24px;
  color: #1c0740;
  margin-bottom: 12px;
}

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

.btn-primary {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .75rem 1.5rem;
  font-size: 18px;
  border-radius: 32px;
  color: #fff;
  background-color: #7d57be;
  transition: all .3s ease-in-out
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #593890;
  border-color: #593890;
  color: #fff
}

.btn-primary:active {
  background-color: #593890;
  border-color: #593890;
  transform: scale(.98)
}

.btn-primary:disabled {
  background-color: #593890;
  border-color: #593890;
  opacity: .65;
  cursor: not-allowed
}

input {
  font-size: 15px;
  border-radius: 18px;
  width: 100%;
  padding: 14px 24px;
  color: #b2b0b0;
  border: none
}

.input-group {
  position: relative
}

.input-group input {
  width: -webkit-fill-available
}

.input-group button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 3px;
  margin-right: 3px;
  height: calc(100% - 6px)
}

@media (max-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 56px
  }

  h3 {
    font-size: 44px;
    margin-bottom: 28px
  }

  h5 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 40px
  }

  p {
    font-size: 18px;
    line-height: 30px
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 44px
  }

  h3 {
    font-size: 32px;
    margin-bottom: 28px
  }

  h4 {
    font-size: 28px
  }

  h5 {
    font-size: 24px
  }

  p,
  .btn-primary {
    font-size: 16px
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  background-color: transparent;
  transition: background-color .3s ease
}

header.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 5px 5px #0000001a;
  z-index: 9999
}

header.scrolled>div img {
  margin-top: 12px
}

header .logo>a {
  display: block
}

header>div {
  width: 57.5%
}

header>div img {
  margin-left: 80px;
  margin-top: 24px;
  max-width: 100%
}

header nav {
  padding: 0;
  width: 42.5%;
  background-color: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
  transition: background-color .3s ease
}

header nav.scrolled {
  background-color: #fff
}

header nav ul {
  padding-right: 80px;
  display: flex;
  gap: 36px
}

header nav ul li {
  cursor: pointer
}

header nav ul li>a {
  color: #1c0740;
  font-family: Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  transition: all .3s ease-in-out
}

header nav ul li:hover>a,
header nav ul li.current-menu-item>a {
  color: #864e98
}

header .menu-button {
  width: 20px;
  height: 18px;
  position: relative;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: space-between
}

header .bar {
  width: 100%;
  height: 4px;
  background-color: #333;
  transition: all .3s ease
}

header .open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px)
}

header .open .bar:nth-child(2) {
  opacity: 0
}

header .open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px)
}

header .mobile-menu {
  height: 100vh;
  position: fixed;
  left: -10px;
  top: 0;
  z-index: 9999;
  width: 0px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 0 5px 5px #0000001a;
  transition: all .3s ease
}

header .mobile-menu .img-wrapper {
  padding: 30px 40px
}

header .mobile-menu ul {
  padding: 10px 40px 0
}

header .mobile-menu ul li {
  margin-bottom: 30px
}

header .mobile-menu ul li:last-child {
  margin-bottom: 0
}

@media (min-width: 1441px) {
  header>div {
    width: 50%
  }

  header>div img {
    margin-left: 116px
  }

  header nav {
    width: 50%;
    justify-content: unset
  }

  header nav ul {
    gap: 60px;
    justify-content: end;
    width: 100%;
    padding-right: 180px
  }
}

@media (max-width: 1280px) {
  header>div {
    width: 60%
  }

  header nav {
    width: 40%
  }
}

@media (max-width: 1024px) {
  header {
    align-items: center;
    padding: 0 60px
  }

  header>div img {
    margin-left: 0
  }

  header nav {
    display: none
  }

  header .menu-button {
    display: flex
  }

  header .mobile-menu.open {
    width: 400px
  }
}

@media (max-width: 768px) {
  header {
    padding: 0 40px
  }

  header>div {
    width: 75%
  }

  header nav {
    width: 25%
  }

  header .mobile-menu.open {
    width: 300px
  }

  .logo {
    text-align: center
  }

  .logo img {
    max-width: 75%
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

[class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.33%;
  max-width: 8.33%
}

.col-2 {
  flex: 0 0 16.66%;
  max-width: 16.66%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%
}

.col-5 {
  flex: 0 0 41.66%;
  max-width: 41.66%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.33%;
  max-width: 58.33%
}

.col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.33%;
  max-width: 83.33%
}

.col-11 {
  flex: 0 0 91.66%;
  max-width: 91.66%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

@media (max-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%
  }

  .col-md-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  .col-md-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%
  }

  .col-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%
  }

  .col-md-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%
  }

  .col-sm-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  .col-sm-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%
  }

  .col-sm-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%
  }

  .col-sm-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.g-0 {
  margin-right: 0;
  margin-left: 0
}

.g-0>[class^=col-] {
  padding-right: 0;
  padding-left: 0
}

.g-1 {
  margin-right: -5px;
  margin-left: -5px
}

.g-1>[class^=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.g-2 {
  margin-right: -10px;
  margin-left: -10px
}

.g-2>[class^=col-] {
  padding-right: 10px;
  padding-left: 10px
}

.g-3 {
  margin-right: -15px;
  margin-left: -15px
}

.g-3>[class^=col-] {
  padding-right: 15px;
  padding-left: 15px
}

.justify-content-center {
  justify-content: center
}

.justify-content-between {
  justify-content: space-between
}

.justify-content-around {
  justify-content: space-around
}

.justify-content-evenly {
  justify-content: space-evenly
}

.align-items-center {
  align-items: center
}

.align-items-start {
  align-items: flex-start
}

.align-items-end {
  align-items: flex-end
}

.offset-1 {
  margin-left: 8.33%
}

.offset-2 {
  margin-left: 16.66%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33%
}

.offset-5 {
  margin-left: 41.66%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33%
}

.offset-8 {
  margin-left: 66.66%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33%
}

.offset-11 {
  margin-left: 91.66%
}

@media (max-width: 992px) {
  .offset-md-0 {
    margin-left: 0%
  }

  .offset-md-1 {
    margin-left: 8.33%
  }

  .offset-md-2 {
    margin-left: 16.66%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33%
  }

  .offset-md-5 {
    margin-left: 41.66%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33%
  }

  .offset-md-8 {
    margin-left: 66.66%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33%
  }

  .offset-md-11 {
    margin-left: 91.66%
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }
}

@media (max-width: 768px) {
  .offset-sm-1 {
    margin-left: 8.33%
  }

  .offset-sm-2 {
    margin-left: 16.66%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33%
  }

  .offset-sm-5 {
    margin-left: 41.66%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33%
  }

  .offset-sm-8 {
    margin-left: 66.66%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33%
  }

  .offset-sm-11 {
    margin-left: 91.66%
  }
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.ml-0 {
  margin-left: 0 !important
}

.ml-1 {
  margin-left: .25rem !important
}

.ml-2 {
  margin-left: .5rem !important
}

.ml-3 {
  margin-left: 1rem !important
}

.ml-4 {
  margin-left: 1.5rem !important
}

.ml-5 {
  margin-left: 3rem !important
}

.mr-0 {
  margin-right: 0 !important
}

.mr-1 {
  margin-right: .25rem !important
}

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

.mr-3 {
  margin-right: 1rem !important
}

.mr-4 {
  margin-right: 1.5rem !important
}

.mr-5 {
  margin-right: 3rem !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

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

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.pl-0 {
  padding-left: 0 !important
}

.pl-1 {
  padding-left: .25rem !important
}

.pl-2 {
  padding-left: .5rem !important
}

.pl-3 {
  padding-left: 1rem !important
}

.pl-4 {
  padding-left: 1.5rem !important
}

.pl-5 {
  padding-left: 3rem !important
}

.pr-0 {
  padding-right: 0 !important
}

.pr-1 {
  padding-right: .25rem !important
}

.pr-2 {
  padding-right: .5rem !important
}

.pr-3 {
  padding-right: 1rem !important
}

.pr-4 {
  padding-right: 1.5rem !important
}

.pr-5 {
  padding-right: 3rem !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

@media (max-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

  .mt-md-3 {
    margin-top: 1rem !important
  }

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mt-md-5 {
    margin-top: 3rem !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-0 {
    margin-left: 0 !important
  }

  .justify-md-content-center {
    justify-content: center
  }
}

@media (max-width: 768px) {
  .offset-sm-0 {
    margin-left: 0%
  }
}

footer {
  padding: 80px 5% 30px;
  background: transparent linear-gradient(240deg, #864e98, #593890) 0% 0% no-repeat padding-box;
  opacity: 1
}

footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 96px
}

footer .footer-container .footer-logo>a {
  display: block
}

footer .footer-container .footer-content {
  max-width: 474px
}

footer .footer-container .footer-content h4 {
  color: #fff;
  text-align: center
}

footer .footer-container .footer-content p {
  font-size: 18px;
  line-height: 23px;
  color: #fff
}

footer .copyright-text {
  color: #f1f2eb;
  font-size: 18px;
  text-align: center;
  margin-top: 16px
}

@media (max-width: 992px) {
  .footer-container {
    width: calc(100% - 30px)
  }
}

@media (max-width: 768px) {
  .footer-content p {
    font-size: 16px !important;
    line-height: 21px !important
  }

  .copyright-text {
    font-size: 16px !important
  }

  .footer-logo img {
    max-width: 320px;
    margin-bottom: 40px
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer-bottom>a {
  color: #f1f2eb;
  text-decoration: none;
  font-size: 18px
}

.footer-bottom>a:hover {
  text-decoration: underline
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

[class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.33%;
  max-width: 8.33%
}

.col-2 {
  flex: 0 0 16.66%;
  max-width: 16.66%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%
}

.col-5 {
  flex: 0 0 41.66%;
  max-width: 41.66%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.33%;
  max-width: 58.33%
}

.col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.33%;
  max-width: 83.33%
}

.col-11 {
  flex: 0 0 91.66%;
  max-width: 91.66%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

@media (max-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%
  }

  .col-md-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  .col-md-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%
  }

  .col-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%
  }

  .col-md-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%
  }

  .col-sm-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  .col-sm-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%
  }

  .col-sm-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%
  }

  .col-sm-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.g-0 {
  margin-right: 0;
  margin-left: 0
}

.g-0>[class^=col-] {
  padding-right: 0;
  padding-left: 0
}

.g-1 {
  margin-right: -5px;
  margin-left: -5px
}

.g-1>[class^=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.g-2 {
  margin-right: -10px;
  margin-left: -10px
}

.g-2>[class^=col-] {
  padding-right: 10px;
  padding-left: 10px
}

.g-3 {
  margin-right: -15px;
  margin-left: -15px
}

.g-3>[class^=col-] {
  padding-right: 15px;
  padding-left: 15px
}

.justify-content-center {
  justify-content: center
}

.justify-content-between {
  justify-content: space-between
}

.justify-content-around {
  justify-content: space-around
}

.justify-content-evenly {
  justify-content: space-evenly
}

.align-items-center {
  align-items: center
}

.align-items-start {
  align-items: flex-start
}

.align-items-end {
  align-items: flex-end
}

.offset-1 {
  margin-left: 8.33%
}

.offset-2 {
  margin-left: 16.66%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33%
}

.offset-5 {
  margin-left: 41.66%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33%
}

.offset-8 {
  margin-left: 66.66%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33%
}

.offset-11 {
  margin-left: 91.66%
}

@media (max-width: 992px) {
  .offset-md-0 {
    margin-left: 0%
  }

  .offset-md-1 {
    margin-left: 8.33%
  }

  .offset-md-2 {
    margin-left: 16.66%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33%
  }

  .offset-md-5 {
    margin-left: 41.66%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33%
  }

  .offset-md-8 {
    margin-left: 66.66%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33%
  }

  .offset-md-11 {
    margin-left: 91.66%
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }
}

@media (max-width: 768px) {
  .offset-sm-1 {
    margin-left: 8.33%
  }

  .offset-sm-2 {
    margin-left: 16.66%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33%
  }

  .offset-sm-5 {
    margin-left: 41.66%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33%
  }

  .offset-sm-8 {
    margin-left: 66.66%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33%
  }

  .offset-sm-11 {
    margin-left: 91.66%
  }
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.ml-0 {
  margin-left: 0 !important
}

.ml-1 {
  margin-left: .25rem !important
}

.ml-2 {
  margin-left: .5rem !important
}

.ml-3 {
  margin-left: 1rem !important
}

.ml-4 {
  margin-left: 1.5rem !important
}

.ml-5 {
  margin-left: 3rem !important
}

.mr-0 {
  margin-right: 0 !important
}

.mr-1 {
  margin-right: .25rem !important
}

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

.mr-3 {
  margin-right: 1rem !important
}

.mr-4 {
  margin-right: 1.5rem !important
}

.mr-5 {
  margin-right: 3rem !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

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

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.pl-0 {
  padding-left: 0 !important
}

.pl-1 {
  padding-left: .25rem !important
}

.pl-2 {
  padding-left: .5rem !important
}

.pl-3 {
  padding-left: 1rem !important
}

.pl-4 {
  padding-left: 1.5rem !important
}

.pl-5 {
  padding-left: 3rem !important
}

.pr-0 {
  padding-right: 0 !important
}

.pr-1 {
  padding-right: .25rem !important
}

.pr-2 {
  padding-right: .5rem !important
}

.pr-3 {
  padding-right: 1rem !important
}

.pr-4 {
  padding-right: 1.5rem !important
}

.pr-5 {
  padding-right: 3rem !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

@media (max-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

  .mt-md-3 {
    margin-top: 1rem !important
  }

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mt-md-5 {
    margin-top: 3rem !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-0 {
    margin-left: 0 !important
  }

  .justify-md-content-center {
    justify-content: center
  }
}

@media (max-width: 768px) {
  .offset-sm-0 {
    margin-left: 0%
  }
}

.main-section {
  position: relative;
  padding: 95px 32px 148px;
  min-height: 557px
}

.main-section:before {
  content: "";
  background: url(./assets/images/featured-img.png) no-repeat;
  background-position: bottom center;
  width: 100%;
  min-height: 740px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  padding-bottom: 60px
}

.main-section:after {
  content: "";
  display: table;
  clear: both
}

.feature-banner p {
  color: #fff;
  margin-right: 25%
}

.content-section {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative
}

.content-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(./assets/images/shape-right.png) no-repeat;
  width: 157px;
  height: 658px
}

@media (min-width: 992px) and (max-width: 1190px) {
  .main-section:before {
    min-height: 800px
  }

  .content-section img {
    margin-left: 0 !important
  }
}

@media (max-width: 992px) {
  .main-section {
    position: relative;
    padding: 95px 32px 148px;
    min-height: 557px
  }

  .main-section:before {
    content: "";
    min-height: 740px;
    padding-bottom: 20px;
    background-position-x: -170px
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 80px
  }
}

@media (max-width: 768px) {
  .feature-banner p {
    margin-right: 0
  }

  .content-section img {
    max-width: 60%
  }

  .main-section {
    padding: 80px 32px 94px;
    min-height: 610px
  }

  .main-section:before {
    content: "";
    min-height: 630px;
    background-position-x: -180px
  }
}

@media (max-width: 576px) {
  .main-section {
    padding: 80px 32px 94px
  }

  .main-section:before {
    content: "";
    min-height: 730px;
    background-position-x: -300px
  }
}

@media (max-width: 490px) {
  .main-section:before {
    content: "";
    min-height: 800px;
    background-position-x: -340px
  }
}

@media (max-width: 420px) {
  .main-section {
    padding: 80px 32px 94px
  }

  .main-section:before {
    content: "";
    min-height: 900px;
    background-position-x: -440px
  }
}



footer {
  padding: 80px 5% 30px;
  background: transparent linear-gradient(240deg, #864e98, #593890) 0% 0% no-repeat padding-box;
  opacity: 1
}

footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 96px
}

footer .footer-container .footer-logo>a {
  display: block
}

footer .footer-container .footer-content {
  max-width: 474px
}

footer .footer-container .footer-content h4 {
  color: #fff;
  text-align: center
}

footer .footer-container .footer-content p {
  font-size: 18px;
  line-height: 23px;
  color: #fff
}

footer .copyright-text {
  color: #f1f2eb;
  font-size: 18px;
  text-align: center;
  margin-top: 16px
}

@media (max-width: 992px) {
  .footer-container {
    width: calc(100% - 30px)
  }
}

@media (max-width: 768px) {
  .footer-content p {
    font-size: 16px !important;
    line-height: 21px !important
  }

  .copyright-text {
    font-size: 16px !important
  }

  .footer-logo img {
    max-width: 320px;
    margin-bottom: 40px
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer-bottom>a {
  color: #f1f2eb;
  text-decoration: none;
  font-size: 18px
}

.footer-bottom>a:hover {
  text-decoration: underline
}



@media (max-width: 768px) {
  .offset-sm-0 {
    margin-left: 0%
  }
}

.privacy-page {
  position: relative;
  padding-top: 90px;
  padding-bottom: 115px
}

.privacy-page p {
  font-size: 16px;
  line-height: 1.4
}

.table {
  --at-table-bg: transparent;
  --at-table-accent-bg: transparent;
  --at-table-striped-color: #212529;
  --at-table-striped-bg: rgba(0, 0, 0, .05);
  --at-table-active-color: #212529;
  --at-table-active-bg: rgba(0, 0, 0, .1);
  --at-table-hover-color: #212529;
  --at-table-hover-bg: rgba(0, 0, 0, .075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top
}

.table>:not(caption)>*>* {
  padding: .5rem;
  background-color: var(--at-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--at-table-accent-bg);
  border: 1px solid #dee2e6;
  font-size: 16px
}

.table-bordered {
  margin-bottom: 40px
}

.table-bordered>:not(caption)>* {
  border-width: 1px 1px
}

.table-bordered>:not(caption)>*>* {
  border-width: 1px 1px
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto
  }
}

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-left {
  top: 12px;
  left: 12px
}

.toast-top-right {
  top: 12px;
  right: 12px
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px
}

.toast-title {
  font-weight: 700
}

.toast-message {
  word-wrap: break-word
}

.toast-message a,
.toast-message label {
  color: #fff
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #ffffff
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999
}

.toast-container * {
  box-sizing: border-box
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999;
  color: #fff
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer
}

h2 {
  font-size: 42px;
  color: #593890;
  margin-bottom: 12px;
}

.contact-page {
    position: relative;
    padding-top: 90px;
    padding-bottom: 115px;
}

.contact-page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(./assets/images/contact-path.png) no-repeat;
  width: 588px;
  height: 290px;
}

.contact-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 16px;
}

.contact-form .fullwidth {
  width: 100%;
}

.contact-form div {
  width: calc(50% - 8px);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 22px;
  border: .5px solid #170631;
  border-radius: 9px;
  font-size: 18px;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* ----------------------- */