/* @import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Lato:300,400,700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap");

:root {
  --p-text-color: #406879;
  --text-color: #92919e;
}

body {
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #0d4861;
  overflow-x: hidden;
  background: white;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--p-text-color);
  margin: 0px;
}

.slick-slide {
  outline: 0;
}

.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 55px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff !important;
  background: transparent;
  position: relative;
  outline: none;
  background-color: #89d8d3;
  text-transform: uppercase;
  background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
  z-index: 1;
}

.main-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-btn:hover {
  color: #fff;
}

.main-btn:hover:after {
  top: 0;
  height: 100%;
}

.main-btn:active {
  top: 2px;
}

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}

.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #26aae1 #26aae1 #e1e1e1;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e1e1e1;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e1e1e1;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}

.container-fluid {
  max-width: 1600px;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  font-size: 110%;
}

.section-heading p {
  color: var(--text-color);
  max-width: 700px;
  margin: 30px auto 40px auto;
  font-weight: 400;
  font-size: 110%;
}

#particles-1,
#particles-1-1,
#particles-features {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: transparent;
}

.navbar-area.sticky {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area.sticky .navbar {
  padding: 10px 0;
}

.navbar-area.sticky .navbar .navbar-nav .nav-item a {
  color: #2e2e2e;
}

.navbar-area.sticky .navbar .navbar-nav .nav-item.active > a,
.navbar-area.sticky .navbar .navbar-nav .nav-item:hover > a {
  color: #26aae1;
}

.navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #2e2e2e;
}

.navbar-area .navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-brand {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 300px) {
  .navbar-area .navbar .navbar-brand .logoicon {
    height: 40px;
  }
  .navbar-area .navbar .navbar-brand .logotxt {
    margin-top: -2px;
    width: 100px;
  }
}

.navbar-area .navbar .navbar-brand .logoicon {
  max-height: 60px;
  height: 6vh;
}

.navbar-area .navbar .navbar-brand .logotxt {
  margin-top: 10px;
  margin-left: 10px;
  max-height: 45px;
  height: 5vh;
}

.navbar-area .navbar .navbar-brand .logotxt .cls-1 {
  fill: #ffffff;
}

.navbar-area .navbar .navbar-brand .logotxt .cls-2 {
  fill: #ffffff;
}

.navbar-area .navbar .navbar-brand .logotxt.txtcolor .cls-1 {
  fill: #1b3242;
}

.navbar-area .navbar .navbar-brand .logotxt.txtcolor .cls-2 {
  fill: #134b63;
}

.navbar-area .navbar .navbar-toggler {
  padding: 0;
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.navbar-area .navbar .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-area .navbar .navbar-nav .nav-item {
  margin-left: 45px;
  position: relative;
  color: #408ab5;
}

.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.navbar-area .navbar .navbar-nav .nav-item a.main-btn {
  padding: 2px 30px;
  font-size: 90%;
}

@media (max-width: 992px) {
  .navbar-area .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
  .navbar-area .navbar-nav .nav-item {
    margin: 0;
  }
  .navbar-area .navbar-nav .nav-item a:not(.main-btn) {
    display: block;
    padding: 8px 0;
    color: #2e2e2e !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .navbar-nav .nav-item {
    margin-left: 30px;
  }
}

.header-hero {
  position: relative;
  z-index: 5;
  /* background-position: center center; */
  background-position: top;
  /* background-size: cover; */
  background-repeat: no-repeat;
  width: 100%;
  /* height: 100%; */
  height: 725px;
  /* padding-top: 150px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 
.header-hero .header-hero-content {
  text-align: center;
} */

.header-hero .header-hero-content .header-title {
  margin-top: 30px;
  font-size: 48px;
  font-weight: 700;
  color: white;
}

.header-hero .header-hero-content .text {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
}

.header-hero .header-hero-content .text strong {
  color: white;
  font-size: 110%;
  margin-right: 10px;
}

.header-hero .header-hero-content .main-btn {
  margin-top: 40px;
}

.header-hero .header-hero-image {
  padding-top: 65px;
}

.header-hero .header-hero-image img {
  display: block;
  margin: auto;
  /* max-width: 650px; */
}

.header-hero #particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .header-hero .header-hero-content {
    padding-top: 20%;
    text-align: center;
  }
  .header-hero .header-hero-content .header-title {
    font-size: 34px;
  }
  .header-hero .header-hero-content .text {
    font-size: 16px;
  }
  .header-hero .header-hero-image {
    padding-top: 45px;
    padding-bottom: 20%;
  }
  .header-hero .header-hero-image img {
    max-width: 100%;
  }
  .main-slider .slide .slide__content .slide__content--headings .animated {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto !important;
  }
  .mobileFooterSectionA {
    text-align: center;
    margin-bottom: 10%;
  }
  .mobileFlexAlign {
    justify-content: space-around;
    margin-bottom: 10%;
  }
}

.welcome {
  padding: 100px 10px;
  margin-top: 20px;
}

.welcome .intro-item {
  height: 100%;
  background-color: #f1f9fc;
  padding: 1.125rem 1.25rem 1.125rem 1.125rem;
  border: none;
  border-radius: 16px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.welcome .intro-item .item .icon-border lord-icon {
  background: #fff;
  background-image: linear-gradient(-45deg, #26aae1, #80cded, #26aae1);
  background-size: 300%;
  display: block;
  border-radius: 16px 100% 100% 100%;
  height: 100px;
  padding: 6px;
  width: 100px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.welcome .intro-item .item .intro-heading {
  font-size: 110%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 30px;
}

.welcome .intro-item .item .intro-details {
  line-height: 1.5;
  padding: 15px 5px;
  opacity: 0.9;
  margin-bottom: 10px;
}

.welcome .intro-item:hover {
  background-color: #ecfaff;
}

.welcome .intro-item:hover .item .icon-border lord-icon {
  background-size: 100%;
}

#features {
  padding: 50px 10px 50px 10px;
  text-align: center;
  position: relative;
}

#features .col-12 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#features .card {
  padding: 2.125rem 1rem 2.125rem 1rem;
  border: none;
  border-radius: 16px;
  background-color: #f1f9fc;
  height: 100%;
  cursor: pointer;
}

#features .card:hover .card-image lord-icon {
  background-size: 300% 300%;
}

#features .card .card-image {
  margin-bottom: 1.5rem;
}

#features .card .card-image img {
  width: 75px;
  height: 75px;
  background: white;
  border-radius: 100%;
  padding: 5px;
}

#features .card .card-image lord-icon {
  border: 8px solid #fff;
  background-image: linear-gradient(-45deg, #26aae1, #80cded, #26aae1, #80cded);
  background-size: 200% 200%;
  border-radius: 16px;
  padding: 10px;
  height: 120px;
  width: 120px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#features .card .card-body {
  padding: 0;
}

#features .card .card-title {
  margin-bottom: 1.375rem;
}

.main-slider .slide {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.main-slider .slide .slide__img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 600px;
}

.main-slider .slide .slide__img img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  opacity: 1 !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.main-slider .slide .slide__content {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slider .slide .slide__content .slide__content--headings {
  padding: 40px;
  text-align: center;
  background-color: rgba(38, 170, 225, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider .slide .slide__content .slide__content--headings h2 {
  font-size: clamp(25px, 5vw, 45px);
  margin-bottom: 20px;
  color: #fff;
}

.main-slider .slide .slide__content .slide__content--headings p {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 3vw, 20px);
}

.main-slider .slide .slide__content .slide__content--headings .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-slider .slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.main-slider .slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.main-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  height: 3px;
  width: 50px;
}

.main-slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
}

.main-slider .slick-dots li button:hover,
.main-slider .slick-dots li button:focus {
  opacity: 1;
  outline: none;
}

.main-slider .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.main-slider .slick-dots li.slick-active button:hover,
.main-slider .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.main-slider .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.main-slider .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.main-slider .simple-dots .slick-dots li button:hover,
.main-slider .simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.main-slider .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.main-slider .zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.main-slider .zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

#about {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 80%, white 100%);
  padding: 100px 10px 80px 10px;
  position: relative;
  overflow: hidden;
}

#about #wave {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: -3;
  opacity: 0.2;
}

#about #blob1 {
  position: absolute;
  top: 1px;
  left: -50vw;
  z-index: -2;
  opacity: 0.4;
}

#about h2 {
  font-size: clamp(18px, 5vw, 25px);
  margin-bottom: 1.5rem;
}

#about .text-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 30px;
  background: #f1f9fc;
  padding: 50px 40px;
}

@media (max-width: 768px) {
  #about .text-container {
    padding: 30px 20px;
  }
}

#about .list-unstyled .fas {
  color: #26aae1;
  font-size: 0.75rem;
  line-height: 1.625rem;
}

#about .list-unstyled .media-body {
  margin-left: 0.375rem;
  margin-bottom: 10px;
}

#about .img-col {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  border-radius: 30px;
  position: relative;
}

#about .img-col svg {
  position: absolute;
  right: -50%;
  bottom: -10%;
  opacity: 0.4;
}

#download {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: linear-gradient(170deg, white 70%, #eef5fe 70%, #eef5fe 100%);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #download {
    background: none;
  }
}

#download #blobd {
  position: absolute;
  top: -4vh;
  right: -50vw;
  z-index: 0;
  opacity: 0.1;
  height: 60vh;
}

#download .image-container {
  height: 700px;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  #download .image-container {
    height: 500px;
  }
}

#download .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#download .text-container {
  margin-top: 20px;
}

#download .text-container p {
  margin-bottom: 2.25rem;
  color: #252c38;
  font-family: "Poppins", sans-serif;
  font-size: clamp(25px, 5vw, 40px);
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 972px) {
  #download .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #download p {
    text-align: center;
  }
  #download button {
    display: block;
    margin: auto;
    margin-top: 50px;
  }
}

.testimonials {
  color: #313437;
  background-color: #eef5fe;
  padding: 0px 0 50px 0;
}

@media (max-width: 768px) {
  .testimonials {
    padding: 50px 0 50px 0;
  }
}

.testimonials p {
  color: #7d8285;
}

.testimonials h2 {
  font-size: clamp(20px, 5vw, 40px);
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 40px;
  color: inherit;
}

.testimonials .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials .intro p {
  margin-bottom: 0;
}

.testimonials .people {
  padding: 50px 0 20px;
}

.testimonials .item {
  margin-bottom: 32px;
}

.testimonials .item .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
}

.testimonials .item .box:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonials .item .author {
  margin-top: 28px;
  padding-left: 25px;
}

.testimonials .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.testimonials .item .title {
  font-size: 13px;
  color: #9da9ae;
}

.testimonials .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.testimonials .item img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .testimonials h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .testimonials .item {
    height: 220px;
  }
}

#contact {
  background: #ffffff;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  z-index: 6;
}

#contact .section-header {
  position: relative;
  z-index: 2;
}

#contact .section-header .section-subtitle {
  font-size: clamp(25px, 5vw, 45px);
  font-weight: 600;
}

#contact .section-header .section-title {
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 500;
  margin-bottom: 30px;
}

#contact .contact-block {
  background: #ffffff;
  overflow: hidden;
  padding: 80px 40px 60px 40px;
  background: #fcfcfc;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 43px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 43px 4px rgba(0, 0, 0, 0.23);
  position: relative;
}

@media (max-width: 768px) {
  #contact .contact-block {
    padding: 20px;
  }
}

#contact .contact-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#contact .contact-block .requestForm {
  position: relative;
  z-index: 2;
}

#contact .contact-block .requestForm .col-md-6,
#contact .contact-block .requestForm .col-md-12 {
  margin: 0px;
  padding: 10px;
}

#contact .contact-block .requestForm .form-group {
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 10px 15px 5px 15px;
  border-radius: 6px;
  margin-bottom: 0;
}

#contact .contact-block .requestForm .form-group label:not(.form-check-label) {
  font-size: 11px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1px;
  letter-spacing: 1px;
}

#contact .contact-block .requestForm .form-group .form-control {
  border: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0px;
  font-size: 16px;
  text-align: left;
  -webkit-box-shadow: 6px 0px 43px rgba(131, 131, 131, 0.06);
  box-shadow: 6px 0px 43px rgba(131, 131, 131, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}

#contact
  .contact-block
  .requestForm
  .form-group
  .form-control::-webkit-input-placeholder {
  opacity: 0.4;
}

#contact
  .contact-block
  .requestForm
  .form-group
  .form-control:-ms-input-placeholder {
  opacity: 0.4;
}

#contact
  .contact-block
  .requestForm
  .form-group
  .form-control::-ms-input-placeholder {
  opacity: 0.4;
}

#contact .contact-block .requestForm .form-group .form-control::placeholder {
  opacity: 0.4;
}

#contact .contact-block .requestForm .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .contact-block .requestForm .form-group textarea {
  border-radius: 10px !important;
  text-align: left !important;
}

.footer-area {
  background-position: top center;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.footer-area #particles-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 250% !important;
  width: 100%;
  background-image: url(../images/footer-bg.svg);
  background-position: top center;
  z-index: -1;
  background-size: cover;
}

.footer-area .footer-widget {
  padding-top: 50px;
}

.footer-area .footer-widget .footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.footer-area .footer-about .logo img {
  max-width: 260px;
}

.footer-area .footer-about .text {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.footer-area .footer-about .social {
  margin-top: 10px;
}

.footer-area .footer-about .social li {
  display: inline-block;
  margin-right: 20px;
}

.footer-area .footer-about .social li a {
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-about .social li a:hover {
  color: #fe8464;
}

.footer-area .link-wrapper {
  padding: 0 35px;
}

.footer-area .link-wrapper .link {
  padding-top: 20px;
}

.footer-area .link-wrapper .link li {
  margin-top: 10px;
}

.footer-area .link-wrapper .link li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .link-wrapper .link li a:hover {
  color: #fbc908;
}

.footer-area .footer-contact .contact {
  padding-top: 20px;
}

.footer-area .footer-contact .contact li {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.footer-area .footer-copyright {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
  padding-bottom: 20px;
}

.footer-area .copyright-content {
  padding-top: 15px;
  text-align: center;
}

.footer-area .copyright-content p {
  color: #fff;
  font-size: 16px;
  /* font-weight: bold; */
}

.footer-area .copyright-content a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .copyright-content a:hover {
  color: #fe8464;
}

@media only screen and (min-width: 1921px) {
  .footer-area .footer-area::before {
    height: 1120px;
  }
}

@media (max-width: 767px) {
  .header-hero {
    height: auto;
  }

  .footer-area .link-wrapper {
    padding: 0;
    padding-right: 50px;
  }
}

.contact-info {
  margin-bottom: 15px;
}

.contact-info i {
  font-size: 20px;
  color: #3c9cfd;
}

.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 0;
}

.offset-top {
  margin-top: -100px;
}

#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.page-body {
  background: #f1f9fc;
}

.page-body .section-heading {
  padding-top: 150px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align-last: left;
  text-align: left;
}

.page-body .section-heading h1 {
  color: #fff;
}

.page-body .section-heading p {
  margin: 30px 10px 40px 0px;
  color: #f1f9fc;
}

.page-body .privacy-container {
  padding-bottom: 100px;
}

.page-body .privacy-container .privacy-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.page-body .privacy-container .privacy-content p {
  color: #000;
  margin-bottom: 30px;
}
