@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300&display=swap");
@import 'animate.css';
/************ Responsive Stylings ************/
/*

phone = 0 to 576px
tablet (portrait) = 576px to 992px
tablet (landscape) = 992px to 1200px 
Normal screens = 1200px to 1800px
Large screens = > 1800px

*/
@media screen and (max-width: 48rem) {
  .feature__box {
    height: 56rem;
  }
}
@media screen and (max-width: 36rem) {
  .feature__box {
    height: 39rem;
  }
}
.u-padding-top-small {
  padding-top: 7rem !important;
}

.u-padding-top-medium {
  padding-top: 10rem !important;
}

.u-padding-top-large {
  padding-top: 15rem !important;
}

.u-padding-bottom-small {
  padding-bottom: 7rem !important;
}

.u-padding-bottom-medium {
  padding-bottom: 12rem !important;
}

.u-padding-bottom-large {
  padding-bottom: 15rem !important;
}

.u-bg-light {
  background-color: #f9faff !important;
}

.u-bg-parallax {
  background-attachment: fixed !important;
}

.u-line-height-small {
  line-height: 1.4 !important;
}

@media screen and (max-width: 36em) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .text-center-mobile {
    text-align: center !important;
  }
  .u-bg-parallax {
    background-attachment: unset !important;
  }
}
@media screen and (max-width: 62em) {
  .hide-tabport {
    display: none !important;
  }
  .show-tabport {
    display: block !important;
  }
}
@media screen and (max-width: 75em) {
  .hide-tabland {
    display: none !important;
  }
  .show-tabland {
    display: block !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 112.5em) {
  .hide-desktop {
    display: none !important;
  }
  .show-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 112.5em) {
  .hide-bigscreen {
    display: none !important;
  }
  .show-bigscreen {
    display: block !important;
  }
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 36em) {
  html {
    font-size: 50%;
  }
}

ul {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 112.5em) {
  .container {
    max-width: 1720px;
  }
}
@media screen and (max-width: 36em) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  color: #212529;
  line-height: 1.5;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2.5rem;
}

p,
p.paragraph {
  line-height: 1.8;
  margin: 0;
  font-size: 1.5rem;
  color: #7c7c7c;
}

.heading {
  color: #ffffff;
  text-align: center;
}
.heading--primary {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: inherit;
}
.heading--secondary {
  color: #f9faff;
}

.section-header__sub-heading {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #7c7c7c;
  margin-bottom: 1rem;
  display: inline-block;
}
.section-header__sub-heading::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #4f86f9;
  margin: 0.5rem 0;
}
@media screen and (max-width: 36em) {
  .section-header__sub-heading::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-header__heading {
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
}

.btn, .btn:link, .btn:visited {
  font-size: inherit;
  text-transform: capitalize;
  cursor: pointer;
  padding: 1rem 3rem;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.btn-primary, .btn-primary:link, .btn-primary:visited {
  background-color: #402e8a;
  color: #ffffff;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(46.2608695652, 33.25, 99.75);
}
.btn-secondary, .btn-secondary:link, .btn-secondary:visited {
  background-color: #4f86f9;
  color: #ffffff;
}
.btn--white, .btn--white:link, .btn--white:visited {
  background-color: #ffffff;
  color: #212529;
  backface-visibility: hidden;
  font-size: 1.4rem;
  transition: all 0.2s ease-in;
}
.btn--white:hover, .btn--white:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.btn--large:link, .btn--large:visited {
  padding: 1.5rem 4rem;
}
.btn-slide {
  font-size: 4rem;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  transition: all 0.2s ease-in-out;
}
.btn-slide:hover, .btn-slide:focus {
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.btn-slide--prev {
  left: 2.5%;
}
.btn-slide--next {
  right: 2.5%;
}
.btn-slider-action {
  font-size: 2rem;
  color: #ffffff;
  background-color: #212529;
  display: inline-flex;
  transition: all 0.2s ease-in;
}
.btn-slider-action:hover, .btn-slider-action:focus, .btn-slider-action:active {
  color: #ffffff;
  background-color: #402e8a;
  box-shadow: none;
}
.btn-slider-action--prev {
  margin-right: 2rem;
}
.btn-menu {
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  border: 2px solid #402e8a;
  border-radius: 3px;
  margin: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-menu > .menu-bar {
  position: relative;
}
.btn-menu > .menu-bar, .btn-menu > .menu-bar::before, .btn-menu > .menu-bar::after {
  width: 60%;
  height: 3px;
  background-color: #402e8a;
  transition: all 0.3s ease;
}
.btn-menu > .menu-bar::before, .btn-menu > .menu-bar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.btn-menu > .menu-bar::before {
  top: -10px;
}
.btn-menu > .menu-bar::after {
  top: 10px;
}
.btn-menu:hover > .menu-bar::before, .btn-menu:hover > .menu-bar::after {
  width: 100%;
}
.btn-close-menu {
  font-size: 3rem;
  color: #00fff8;
  display: flex;
  margin-left: auto;
  padding: 1rem;
}

.card {
  height: 36rem;
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0.5rem 2.5rem 0.2rem rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 112.5em) {
  .card {
    height: 30rem;
  }
}
@media screen and (min-width: 75em) and (max-width: 112.5em) {
  .card {
    height: 38rem;
  }
}
@media screen and (max-width: 75em) {
  .card {
    height: 39rem;
  }
}
@media screen and (max-width: 62em) {
  .card {
    height: 31rem;
  }
}
@media screen and (max-width: 36em) {
  .card {
    height: 26rem;
    text-align: center;
  }
}
.card--small {
  height: 12rem;
  padding: 2rem;
}
.card--medium {
  height: 15rem;
  padding: 2rem;
}
.card__icon-box {
  background-color: rgba(64, 46, 138, 0.3);
  padding: 1.2rem;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  width: max-content;
}
@media screen and (max-width: 36em) {
  .card__icon-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.card__icon-box > img {
  width: 40px;
}
.card__header {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.card__sub-header {
  color: #402e8a;
}
.card--animate, .card--active {
  background-color: #402e8a;
}
.card--animate .card__icon-box, .card--active .card__icon-box {
  background-color: #6d57c7;
}
.card--animate .card__header, .card--active .card__header, .card--animate .card__sub-header, .card--active .card__sub-header {
  color: #ffffff;
}
.card--animate .card__text, .card--active .card__text {
  color: #f9faff;
}

.feature__container {
  width: 100%;
  overflow-x: hidden;
}
.feature__slider {
  width: 300%;
  display: flex;
  transition: transform 0.4s ease-in;
}
@media screen and (max-width: 75em) {
  .feature__slider {
    width: 400%;
    display: flex;
    transition: transform 0.4s ease-in;
  }
}
@media screen and (max-width: 36em) {
  .feature__slider {
    width: 800%;
    display: flex;
    transition: transform 0.4s ease-in;
  }
}
.feature__slide {
  width: 11.1111111111%;
}
@media screen and (max-width: 75em) {
  .feature__slide {
    width: 12.5%;
  }
}
.feature__slide:not(:first-child) {
  padding-left: 0.75rem;
}
@media screen and (max-width: 36em) {
  .feature__slide:not(:first-child) {
    padding: 0;
  }
}
.feature__slide:not(:last-child) {
  padding-right: 0.75rem;
}
@media screen and (max-width: 36em) {
  .feature__slide:not(:last-child) {
    padding: 0;
  }
}
.feature__box {
  height: 43rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 4rem;
}
@media screen and (min-width: 112.5em) {
  .feature__box {
    height: 37rem;
  }
}
.feature__box--small {
  height: 33rem;
}
@media screen and (min-width: 112.5em) {
  .feature__box--small {
    height: 29rem;
  }
}
@media screen and (min-width: 75em) and (max-width: 112.5em) {
  .feature__box--small {
    height: 34rem;
  }
}
@media screen and (max-width: 75em) {
  .feature__box--small {
    height: 39rem;
  }
}
@media screen and (max-width: 62em) {
  .feature__box--small {
    height: 34rem;
  }
}
@media screen and (max-width: 36em) {
  .feature__box--small {
    height: 31rem;
  }
}
.feature__icon-box {
  font-size: 4.5rem;
}
.feature__heading {
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.feature__action {
  margin-top: 3rem;
}

.form__label {
  font-size: 1.4rem;
}
.form__input {
  min-height: 48px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  color: #7c7c7c;
  transition: all 0.3s ease-in;
}
.form__input:focus {
  color: inherit;
  box-shadow: none;
  border: 1px solid #402e8a;
}

::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #a6a6a6 !important;
  opacity: 0.5 !important;
}

.error-message {
  font-size: 1.3rem;
  font-weight: 500;
  color: #c94f4f;
}
.error-active {
  border: 1px solid #c94f4f;
}

.profile-card {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.profile-card__top {
  height: 10rem;
  background-color: #402e8a;
  position: relative;
  z-index: 99;
}
.profile-card__user {
  width: 12rem;
  height: 12rem;
  border: 5px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.profile-card__image {
  width: 100%;
}
.profile-card__details {
  padding: 8rem 2rem 4rem;
  text-align: center;
}
.profile-card__name {
  font-size: 1.8rem;
}
.profile-card__designation {
  font-size: 1.3rem;
  color: #7c7c7c;
  text-transform: capitalize;
  margin-top: 1rem;
}
.profile-card__social-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 1.5rem;
}
.profile-card__social-list > li > a:link, .profile-card__social-list > li > a:visited {
  font-size: 2rem;
  text-decoration: none;
  color: #402e8a;
  transition: all 0.2s ease-in;
}
.profile-card__social-list > li > a:hover, .profile-card__social-list > li > a:active {
  color: #4f86f9;
}
.profile-card__skills {
  background-color: #f9faff;
  padding: 1.5rem 2rem;
}
.profile-card__flag {
  display: inline-block;
  padding: 0.35rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #212529;
  border-radius: 100px;
}
.profile-card .skills__list {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.profile-card .skills__item {
  font-size: 1.4rem;
  position: relative;
}
.profile-card .skills__item:not(:last-child) {
  padding-right: 0.75rem;
}
.profile-card .skills__item:not(:first-child) {
  padding-left: 0.75rem;
}
.profile-card .skills__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #4f86f9;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.vertical-tab {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.vertical-tab__list {
  list-style: none;
}
.vertical-tab__item:not(:last-child) > button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vertical-tab__btn {
  width: 100%;
  text-align: start;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border: none;
  background: transparent;
  transition: all 0.3s ease-in;
}
.vertical-tab__btn:hover {
  background: rgba(33, 37, 41, 0.8);
  color: #ffffff;
}
.vertical-tab__btn:active, .vertical-tab__btn:focus {
  background: #402e8a;
  color: #ffffff;
}

.active-tab {
  background: #402e8a;
  color: #ffffff;
}

.services-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 70rem;
}
@media screen and (max-width: 75em) {
  .services-container {
    height: 73rem;
  }
}
@media screen and (max-width: 36em) {
  .services-container {
    height: 88rem;
  }
}

.services {
  padding: 4rem;
  display: none;
}
.services__heading {
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.services__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4f86f9;
  margin: 0.5rem 0;
}
.services__list {
  list-style: square;
  padding-left: 2rem;
}
.services__item {
  font-size: 1.4rem;
  color: #7c7c7c;
}
.services__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.testimonial__container {
  padding-top: 3rem;
  width: 100%;
  overflow-x: hidden;
}
.testimonial__slider {
  width: 200%;
  display: flex;
  transition: transform 0.4s ease-in;
}
@media screen and (max-width: 75em) {
  .testimonial__slider {
    width: 300%;
    display: flex;
    transition: transform 0.4s ease-in;
  }
}
@media screen and (max-width: 36em) {
  .testimonial__slider {
    width: 600%;
    display: flex;
    transition: transform 0.4s ease-in;
  }
}
.testimonial__slide {
  width: 16.6666666667%;
}
.testimonial__slide:not(:first-child) {
  padding-left: 0.75rem;
}
@media screen and (max-width: 36em) {
  .testimonial__slide:not(:first-child) {
    padding: 0;
  }
}
.testimonial__slide:not(:last-child) {
  padding-right: 0.75rem;
}
@media screen and (max-width: 36em) {
  .testimonial__slide:not(:last-child) {
    padding: 0;
  }
}
.testimonial__box {
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 3rem 3.3rem -4.1rem rgba(0, 0, 0, 0.24);
}
.testimonial__box > p.para {
  margin: 1rem 0 2rem 0;
}
.testimonial__icon-box {
  background-color: #402e8a;
  position: absolute;
  top: 0;
  left: 10%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__icon-box > i {
  color: #ffffff;
}
.testimonial__client-info {
  display: flex;
  align-items: center;
}
.testimonial__photo {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
.testimonial__client-details {
  margin-left: 2rem;
}
.testimonial__client-name {
  font-size: 1.8rem;
  color: #402e8a;
}
.testimonial__client-desg {
  color: #212529;
}

.contact__header {
  display: flex;
  font-size: 1.7rem;
  color: #402e8a;
}
@media screen and (max-width: 36em) {
  .contact__header {
    justify-content: center;
  }
}
.contact__icon {
  display: flex;
  font-size: 2.5rem;
  margin-right: 0.5rem;
  color: #402e8a;
}

.confirmation__box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 4rem;
}
.confirmation__icon-box {
  display: flex;
  justify-content: center;
  font-size: 6rem;
  color: #0b8953;
  margin-bottom: 2rem;
}

.footer__top {
  background-color: #212529;
}
.footer__bottom {
  background-color: rgb(21.6283783784, 24.25, 26.8716216216);
}
@media screen and (max-width: 36em) {
  .footer-content {
    text-align: center;
  }
}
.footer-content__header {
  color: #ffffff;
  font-size: 1.7rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.footer-content__header::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #4f86f9;
  margin: 0.5rem 0;
}
@media screen and (max-width: 36em) {
  .footer-content__header::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-content__text {
  font-size: 1.3rem;
  color: #a6a6a6;
}
.footer-list {
  list-style: none;
}
.footer-list__item {
  padding: 0.5rem 0;
  transition: border 0.3s ease-in;
}
.footer-list__item:not(:last-child) {
  border-bottom: 1px solid rgba(124, 124, 124, 0.3);
}
.footer-list__item:hover:not(:last-child) {
  border-bottom: 1px solid #f9faff;
}
.footer-list__link:link, .footer-list__link:visited {
  font-size: 1.3rem;
  color: #a6a6a6;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.footer-list__item:hover > .footer-list__link {
  color: #f9faff;
}
.footer-address__box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 36em) {
  .footer-address__box {
    flex-direction: column;
    align-items: center;
  }
}
.footer-address__icon {
  color: #ffffff;
  margin-right: 1rem;
  font-size: 1.7rem;
}
.footer-address__detail {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}
.footer-social {
  border-top: 1px solid #4f86f9;
}
.footer-social__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 36em) {
  .footer-social__list {
    justify-content: space-around;
  }
}
.footer-social__link:link, .footer-social__link:visited {
  display: inline-block;
  padding: 2rem;
  font-size: 2rem;
  color: #f9faff;
  border: 1px solid rgba(124, 124, 124, 0.3);
  transition: all 0.2s ease-in;
}
.footer-social__link:hover, .footer-social__link:active {
  color: #4f86f9;
  background-color: #ffffff;
}

/***************** Scroll To Top *********************/
.scrollToTop:link, .scrollToTop:visited {
  text-decoration: none;
  padding: 2rem 1rem;
  background-color: #4f86f9;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  border-radius: 3px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.2s ease-in;
}
.scrollToTop:hover, .scrollToTop:active {
  background-color: rgb(69.1362637363, 127.2186813187, 248.6637362637);
}
.scrollToTop > .topArrow {
  font-size: 2.5rem;
  color: #ffffff;
  display: flex;
}

.header > .top-info-panel {
  background-color: #402e8a;
  padding: 5px 0;
}
@media screen and (max-width: 36em) {
  .header > .top-info-panel {
    padding: 10px 0;
  }
}
.header > .top-info-panel .basic-info {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.3rem;
  color: #ffffff;
}
@media screen and (max-width: 36em) {
  .header > .top-info-panel .basic-info {
    justify-content: space-between;
  }
}
.header > .top-info-panel .basic-info__detail {
  display: flex;
  align-items: center;
}
.header > .top-info-panel .basic-info__detail:not(:last-child) {
  margin-right: 3rem;
}
.header > .top-info-panel .basic-info__icon {
  display: flex;
  margin-right: 0.5rem;
  font-size: 2rem;
}
.header > .top-info-panel .social-info__list {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
@media screen and (max-width: 36em) {
  .header > .top-info-panel .social-info__list {
    display: none;
  }
}
.header > .top-info-panel .social-info__list-item {
  display: flex;
  align-items: center;
  color: #f9faff;
  font-size: 1.3rem;
}
.header > .top-info-panel .social-info__list-item:not(:last-child) {
  margin-right: 1rem;
}
.header > .top-info-panel .social-info__link:link, .header > .top-info-panel .social-info__link:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #4f86f9;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f9faff;
  padding: 0.5rem;
  transition: all 0.3s;
}
.header > .top-info-panel .social-info__link:hover, .header > .top-info-panel .social-info__link:active {
  background-color: transparent;
  color: #f9faff;
  border: 1px solid #f9faff;
}
.header > .top-info-panel .social-info__link > * {
  display: flex;
}

.banner__container {
  height: 80vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner__container:hover .btn-slide {
  color: #f9faff;
}
.banner__slider {
  width: 200%;
  height: 100%;
  display: flex;
  transition: all 0.3s ease-in;
}
.banner__slide {
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner__slide--1 {
  background-image: linear-gradient(120deg, rgba(64, 46, 138, 0.5), rgba(79, 134, 249, 0.5)), url("../images/bg-1.jpg");
}
.banner__slide--2 {
  background-image: linear-gradient(120deg, rgba(64, 46, 138, 0.5), rgba(79, 134, 249, 0.5)), url("../images/bg-2.jpg");
}
.banner__slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 36em) {
  .banner__slide-content {
    position: relative;
  }
}
.banner__action {
  text-align: center;
  margin-top: 3rem;
}

.feature__icon {
  height: 3rem;
  width: 3rem;
}

.page-banner {
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner--about {
  background-image: linear-gradient(120deg, rgba(64, 46, 138, 0.5), rgba(79, 134, 249, 0.5)), url("../images/bg-4.jpg");
}
.page-banner--services {
  background-image: linear-gradient(120deg, rgba(64, 46, 138, 0.5), rgba(79, 134, 249, 0.5)), url("../images/bg-5.jpg");
}
.page-banner--contact {
  background-image: linear-gradient(120deg, rgba(64, 46, 138, 0.5), rgba(79, 134, 249, 0.5)), url("../images/bg-6.jpg");
}
.page-banner__title {
  font-size: 5rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  padding-left: 0;
}

.breadcrumb {
  margin: 1.5rem 0 4rem 0;
}
.breadcrumb__item {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5rem 3rem;
  position: relative;
  color: #f9faff;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
.breadcrumb__item:not(:last-child) {
  background-color: #f9faff;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: #f9faff;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.breadcrumb__item:not(:last-child):hover {
  background-color: rgb(238.8, 241.5, 255);
}
.breadcrumb__item:last-child {
  border: 1px solid #f9faff;
  background-color: transparent;
  margin-left: 2rem;
}
.breadcrumb__link:link, .breadcrumb__link:visited {
  font-weight: 500;
  color: #212529;
  text-decoration: none;
}

.navigation-panel {
  padding: 0;
  transition: all 0.3s ease-in;
}
.navigation-panel .logo-container .logo {
  width: 70%;
}
@media screen and (min-width: 112.5em) {
  .navigation-panel .logo-container .logo {
    width: 60%;
  }
}
@media screen and (max-width: 75em) {
  .navigation-panel .logo-container .logo {
    width: 90%;
  }
}
.navigation-panel .nav-menu__list {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
.navigation-panel .nav-menu__item {
  padding: 3rem 2rem;
  position: relative;
}
.navigation-panel .nav-menu__item:last-child {
  padding-right: 0;
}
.navigation-panel .nav-menu__link:link, .navigation-panel .nav-menu__link:visited {
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  color: #212529;
}
.navigation-panel .nav-menu__link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #4f86f9;
  transition: width 0.3s ease-in;
}
.navigation-panel .nav-menu__link:hover::after {
  width: 100%;
}
.navigation-panel .nav-menu__dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  max-width: 30rem;
  max-height: 0;
  width: 25rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 4px;
  z-index: 99;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  transition: top 0.2s ease-in, max-height 0.3s ease;
}
.navigation-panel .dropdown__list {
  list-style-type: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.navigation-panel .dropdown__item {
  padding: 1rem 1.5rem;
  position: relative;
  transition: all 0.2s;
}
.navigation-panel .dropdown__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation-panel .dropdown__item::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4f86f9;
  transition: width 0.1s ease-in;
}
.navigation-panel .dropdown__item:hover {
  padding-left: 1.7rem;
  font-weight: 500;
}
.navigation-panel .dropdown__item:hover::before {
  width: 5px;
}
.navigation-panel .dropdown__link:link, .navigation-panel .dropdown__link:visited {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: capitalize;
  text-decoration: none;
  color: #212529;
  transition: all 0.3s ease;
}
.navigation-panel .dropdown__item:hover .navigation-panel .dropdown__link {
  color: rgb(10.7826086957, 7.75, 23.25);
}
.navigation-panel .nav-menu__item:hover > .nav-menu__dropdown {
  max-height: max-content;
  top: 100%;
}

.navigation-panel.sticky-navigation {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.navigation-panel.sticky-navigation .logo-container {
  width: 75%;
}
@media screen and (min-width: 112.5em) {
  .navigation-panel.sticky-navigation .logo-container {
    width: 60%;
  }
}
.navigation-panel.sticky-navigation .nav-menu__item {
  padding: 1rem 2rem;
}
.navigation-panel.sticky-navigation .nav-menu__link {
  font-size: 1.4rem;
}
.navigation-panel.sticky-navigation .dropdown__link {
  font-size: 1.2rem;
}

.about-container {
  padding: 0 0 0 2.5rem;
}
@media screen and (max-width: 62em) {
  .about-container {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 36em) {
  .about-container {
    text-align: center;
  }
}

.about-image > img {
  width: 95%;
  border-radius: 4px;
}
@media screen and (max-width: 62em) {
  .about-image > img {
    width: 100%;
  }
}

.section-counter-data {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/bg-3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-container {
  color: #ffffff;
  text-align: center;
}
.counter__value {
  margin-bottom: 2rem;
}
.counter__value > h2 {
  color: inherit;
  font-size: 4.5rem;
}
.counter__title {
  color: inherit;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.vision-container {
  padding: 0 2.5rem 0 0;
}

.mission-image > img,
.vision-image > img {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.section-clients .card {
  justify-content: center;
}
.section-clients .card__header {
  margin: 0;
}

.side-nav {
  background-color: #402e8a;
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 100vh;
  z-index: 999;
  overflow-y: scroll;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 75em) {
  .side-nav {
    width: 30%;
  }
}
@media screen and (max-width: 62em) {
  .side-nav {
    width: 60%;
  }
}
@media screen and (max-width: 36em) {
  .side-nav {
    width: 85%;
  }
}
.side-nav__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 799;
}
.side-nav__overlay--active {
  width: 100%;
  height: 100%;
}
.side-nav__list {
  margin: 3rem 0;
}
.side-nav__item:not(:last-child) {
  border-bottom: 1px solid #a6a6a6;
}
.side-nav__link, .side-nav__link:link, .side-nav__link:visited {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  padding: 1.5rem 2rem;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
}
.side-nav__dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.side-nav__dropdown-list {
  padding-left: 2rem;
  list-style: none;
}
.side-nav__dropdown-link:link, .side-nav__dropdown-link:visited {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  text-transform: capitalize;
  text-decoration: none;
  color: #f9faff;
  padding: 1rem 0;
}
.side-nav__dropdown-link:hover > span, .side-nav__dropdown-link:focus > span {
  color: #00ff9e;
  margin-right: 1.2rem;
}
.side-nav__dropdown-link > span {
  display: flex;
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #00fff8;
  transition: all 0.2s ease-in;
}

/*# sourceMappingURL=style.css.map */
