* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: inherit;
   box-sizing: inherit
}

html {
   overflow: auto !important
}

body {
   font-family: "Hanken Grotesk", sans-serif !important;
   padding: 0 !important;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   overflow-x: hidden;

}

h1 {
   margin: 0;
   font-size: 2em;
}

p {
   margin: 5px 0;
}

a {
   text-decoration: none;
}

.logo-style {
   width: 100%;
   max-width: 351px;
   position: relative;
}

.footer-spacing-bottom {
   margin-bottom: 70px;
}

.nav-link {
   color: #121B2C;
   font-weight: 400;
   font-size: 17px;
   line-height: 20.57px;
}


.login-button {
   background-color: #52A546 !important;
   color: #fff !important;
   font-weight: 400 !important;
   border: none !important;
   border-radius: 100px !important;
   cursor: pointer !important;
   width: 117px !important;
   bottom: 2px !important;
   transition: opacity 0.2s ease-out, background 0.2s ease-out !important;
   padding: 0.375rem 0.75rem !important;
   box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, .1) !important;
}

.login-button:hover {
   background-color: #00afd8 !important;
}

.mt-3 {
   margin-top: 1rem;
}

.navbar-nav-custom {
   gap: 30px;
}

#navbarSupportedContent {
   position: relative;
   /* top: 5px; */
}

.custom-style-img {
   width: 433px;
   padding-left: 24px;
   padding-top: 80px;
}

.button-lm {
   color: #00AFD8;
   font-weight: 400;
   font-size: 20px;
   line-height: 24px;
   border: none;
   padding: 10px;
   border-radius: 6px;
   margin-top: 30px;
}

.custom-head-style {
   color: #506690 !important;
   font-weight: 600 !important;
}

.custom-head-style:hover {
   color: #00afd8 !important;
}

.navbar-custom-syles {
   margin-top: 14px;
   margin-bottom: 12px;
}

.wrapper {
   background-color: #f9fbfd !important;
   padding-left: 20px;
   padding-right: 20px;
}

.shape:not([class*=shape-blur]) {
   overflow: hidden;
}

.shape-bottom {
   right: 0;
   bottom: 0;
   left: 0;
}

.shape {
   position: absolute;
   pointer-events: none;
}

.shape-wrapper {
   position: relative !important;
   background-color: #f9fbfd !important;
}

.text-light {
   color: #f9fbfd !important;
}

.shape:not([class*=shape-blur])>* {
   -webkit-transform: scale(2);
   transform: scale(2);
}

.shape-fluid-x>* {
   width: 100%;
   height: auto;
}

.shape-bottom>* {
   -webkit-transform-origin: top center;
   transform-origin: top center;
}

.shape>* {
   display: block;
}

svg {
   overflow: hidden;
   vertical-align: middle;
}

path {
   d: path("M 0 48 h 2880 V 0 h -720 C 1442.5 52 720 0 720 0 H 0 v 48 Z");
   fill: currentcolor;
}

.overlay {
   position: relative;
}

.bg-cover {
   background: no-repeat center center / cover;
}

.pt-10,
.py-10 {
   padding-top: 5rem !important;
}

section {
   display: block;
}

.background-img {
   background-image: url(assets/images/cover-5.png);
   height: 72%;
}

.overlay-40::before {
   opacity: .4;
}

.overlay-black::before {
   background-color: #161c2d;
}

.overlay::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: inherit;
}

.justify-content-center {
   -webkit-box-pack: center !important;
   justify-content: center !important;
}

.text-center {
   text-align: center !important;
}

.display-2 {
   line-height: 1.2;
}

.display-2,
.display-3,
.display-4 {
   letter-spacing: -.02em;
}

.text-white {
   color: #fff !important;
}

.font-weight-bold {
   font-weight: 600 !important;
}

.display-2 {
   font-size: 3.8125rem;
   font-weight: 400;
   line-height: 1;
   padding-top: 34px;
}

.h1,
.h2,
h1,
h2 {
   margin-bottom: 1rem;
}

.text-white-75 {
   color: rgba(255, 255, 255, .75) !important;
}

.lead {
   font-size: 1.3125rem;
   font-weight: 400;
}

.mb-0,
.my-0 {
   margin-bottom: 0 !important;
}

.col-12 {
   -webkit-box-flex: 0;
   flex: 0 0 100%;
   max-width: 100%;
}

@media (min-width: 992px) {
   .col-lg-8 {
      -webkit-box-flex: 0;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
   }
}

@media (min-width: 768px) {
   .col-md-12 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
   }
}

@media (min-width: 992px) {
   .col-lg-10 {
      -webkit-box-flex: 0;
      flex: 0 0 62.33333%;
      max-width: 83.33333%;
   }
}


@media (min-width: 768px) {
   .col-md-10 {
      -webkit-box-flex: 0;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
   }
}

@media (min-width: 768px) {
   .col-md-6 {
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
   }
}


@media (min-width: 768px) {

   .pt-md-11,
   .py-md-11 {
      padding-top: 6rem !important;
   }
}


@media (min-width: 768px) {

   .pb-md-14,
   .py-md-14 {
      padding-bottom: 12rem !important;
   }
}

@media (min-width: 768px) {

   .pt-md-14,
   .py-md-14 {
      padding-top: 12rem !important;
   }
}

@media (min-width: 768px) {

   .pb-md-9,
   .py-md-9 {
      padding-bottom: 4rem !important;
      padding-top: 4rem !important;
   }
}

@media (min-width: 768px) {

   .mt-md-n13,
   .my-md-n13 {
      margin-top: -10rem !important;
   }
}

@media (min-width: 768px) {
   .col-md-4 {
      -webkit-box-flex: 0;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
   }
}

@media (min-width: 768px) {

   .mb-md-0,
   .my-md-0 {
      margin-bottom: 0 !important;
   }
}

@media (min-width: 768px) {

   .mb-md-9,
   .my-md-9 {
      margin-bottom: 4rem !important;
   }
}



*,
::after,
::before {
   box-sizing: border-box;
}

.border-right {
   border-right: 1px solid #f1f4f8 !important;
}

.border-gray-300 {
   border-color: #d9e2ef !important;
}

.border-bottom {
   border-bottom: 1px solid #f1f4f8 !important;
}

.btn:not(:disabled):not(.disabled) {
   cursor: pointer;
}

.btn:not([class*=btn-outline]) {
   border-color: transparent
      /*!important*/
   ;
}

.btn-rounded-circle {
   padding-left: 0.8125rem;
   padding-right: 0.8125rem;
   border-radius: 50rem;
}

.btn-white {
   background-color: #fff;
   color: #00afd8;
}

.mt-n11,
.my-n11 {
   margin-top: -6rem !important;
}

.shadow {
   box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1) !important;
}

.btn {
   display: inline-block;
   font-weight: 600;
   color: #161c2d;
   text-align: center;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-color: transparent;
   border: 1px solid transparent;
   padding: 0.8125rem 1.25rem;
   font-size: 1.0625rem;
   line-height: 1.6;
   border-radius: 0.375rem;
   -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-white {
   color: #1b2a4e;
   background-color: #fff;
   border-color: #fff;
   box-shadow: none;
}

a {
   color: #00afd8;
   text-decoration: none;
   background-color: transparent;
}

.btn-rounded-circle>* {
   display: block;
   line-height: 1;
   width: 1em;
}

.fe {
   font-family: 'Feather' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.btn-white {
   background-color: #fff;
   color: #00afd8;
}

.btn:not(:disabled):not(.disabled) {
   cursor: pointer;
}

.fe-arrow-down:before {
   content: "\e90c";
}

.btn-rounded-circle {
   padding-left: 0.8125rem;
   padding-right: 0.8125rem;
   border-radius: 50rem;
}

h6.text-uppercase {
   letter-spacing: .08em;
}

.text-gray-700 {
   color: #506690 !important;
}

.text-uppercase {
   text-transform: uppercase !important;
}

.mb-1,
.my-1 {
   margin-bottom: 0.25rem !important;
}

.h6,
h6 {
   line-height: 1.55;
}

.h6,
h6 {
   font-size: .75rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
   margin-bottom: 0.5rem;
   font-weight: 400;
   line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
}

.mb-5,
.my-5 {
   margin-bottom: 1.5rem !important;
}

a:hover {
   color: #133bbd;
   /* text-decoration: underline; */
}

a {
   color: #00afd8 !important;
   text-decoration: none;
   background-color: transparent;
}

.h4,
h4 {
   line-height: 1.45;
}

.h6,
h6 {
   font-size: .75rem;
}

.border-gray-300 {
   border-color: #d9e2ef !important;
}

.h2,
h2 {
   line-height: 1.35;
}

.font-size-lg {
   font-size: 1.1875rem !important;
}

.text-muted {
   color: #869ab8 !important;
}

.mb-7,
.my-7 {
   margin-bottom: 2.5rem !important;
}

.form-group {
   margin-bottom: 1rem;
}

label {
   display: inline-block;
   margin-bottom: 0.5rem;
}

.form-control {
   display: block;
   width: 100%;
   height: calc(1.6em + 1.625rem + 2px);
   padding: 0.8125rem 1.25rem;
   font-size: 1.0625rem;
   font-weight: 400;
   line-height: 1.6;
   color: #869ab8;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #f1f4f8;
   border-radius: 0.375rem;
   box-shadow: none;
   -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button,
input {
   overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}

.text-size {
   font-size: 17px;
   font-weight: 500;

}

.text-sizes {
   font-size: 17px;
   font-weight: 500;
}

textarea.form-control {
   height: auto;
   margin-bottom: 20px;
}

textarea {
   overflow: auto;
   resize: vertical;
}

.col-auto {
   -webkit-box-flex: 0;
   flex: 0 0 auto;
   width: auto;
   max-width: 100%;
}

.lift {
   -webkit-transition: box-shadow .25s ease, -webkit-transform .25s ease;
   transition: box-shadow .25s ease, -webkit-transform .25s ease;
   transition: box-shadow .25s ease, transform .25s ease;
   transition: box-shadow .25s ease, transform .25s ease, -webkit-transform .25s ease;
}

.btn:not(:disabled):not(.disabled) {
   cursor: pointer;
}

.btn-primary {
   color: #00afd8;
   background-color: white;
   /* border-color: #00afd8; */
   border: 1px solid #00afd8 !important;
   box-shadow: none;
}

[class^=container] {
   position: relative;
   z-index: 1;
}

.footer-spacing-bottom {
   margin-bottom: 70px;
}


.footer-background {
   background-blend-mode: soft-light;
   background-image: url('assets/images/footerVector.png');
   position: relative;
   margin-top: -24px;
   background-repeat: no-repeat;
   background-size: cover;
}

.navbar-custom-syles {
   margin-top: 14px;
   margin-bottom: 12px;
}

.footer-logo {
   width: 36%;
   position: relative;
   margin-top: 100px;
   margin-bottom: 80px;
}

.menu-section {
   position: relative;

}

.disclaimer {
   position: relative;
   color: #5D6065;
   font-weight: 400;
   font-size: 13px;
   line-height: 15.73px;
}

.dis-text {
   text-align: center;
   font-size: 14px;
   font-size: 12px;
   font-weight: 400;
   line-height: 18px;
   margin-bottom: 9px
}

.title-footer {
   font-size: 14px;
   line-height: 16.94px;
   font-weight: 400;
   color: #72BF44;
   text-transform: capitalize;
}

.footer-ul {
   list-style: none;
   padding-left: 0px;
}

.footer-ul a {
   color: #6E92B5 !important;
   list-style: none;
   text-decoration: none;
   padding-left: 0px;
   font-size: 17px;
   font-weight: 400;
   line-height: 20.57px;
}

.footer-ul a:hover {
   color: #a5b2bf !important;
}

.pl-50 {
   padding-left: 50px;
   margin-top: 20px;
}

.logo-footer-top {
   display: flex;
   justify-content: center;
   text-align: center;
}

.faqs-four-spacing {
   margin-top: 60px;
}

.wrapper-shadow {
   box-shadow: 2px 2px 6px #8A9AB5;
}

.accordion-item:first-of-type .accordion-button {
   border-top-left-radius: none !important;
   border-top-right-radius: none !important;
}

.accordion-button:not(.collapsed) {
   background-color: white !important;
   box-shadow: none !important;
}

.top-box-heading-wrapper {
   padding: 12px;
}

.top-box-heading {
   font-size: 1.18rem;
   font-weight: 400;
   line-height: 24px;
   padding: 24px;
}

.top-box {
   box-shadow: 2px 2px 6px #8A9AB5;
}

.wrapper-One-F {
   display: flex;
}

.anwers4-styles {
   font-weight: 400;
   font-size: 1.18rem;
   color: #72BF44;
   line-height: 20px;
   background-color: #F4FBFE;
   border: 1px solid #F4FBFE;
   border-radius: 10px;
   padding: 7px;
   text-align: center;
}

.wrapping-carosel {
   margin-top: 40px;
}

.text-stylings {
   font-weight: 400;
   font-size: 1.18rem;
   color: #121B2C;
   ;
   line-height: 26px;
}

.paragraph-stylingss {
   font-weight: 400 !important;
   font-size: 17px !important;
   color: #8A9AB5 !important;
   font-style: italic !important;
   line-height: 20px !important;
}

.breaker-last {
   margin-bottom: 160px;
}

.hello-custom {
   width: 24%;
}

.down-arrow {
   color: #333;
   /* Change color as needed */
   font-size: 24px;
   /* Change size as needed */
}

.fe-arrow-down:before {
   content: "\e90c";
}

.down-arrow {
   width: 24px;
   height: 24px;
}

@media (max-width: 767px) {
   .footer-logo {
      width: 36%;
      position: relative;
      margin-top: 36px;
      padding-top: 2px;
   }
}

@media (max-width: 767px) {
   .footer-spacing-bottom {
      margin-top: -44px;
      margin-bottom: 0px;
   }
}

.invalid-feedback {
   display: none;
   color: #dc3545;
   font-size: 0.875rem;
   margin-top: 0.25rem;
}

.invalid-feedback.active {
   display: block;
}

.modal-title {
   color: green;
}

@media only screen and (max-width: 768px) {
   .logo-style {

      max-width: 220px;
   }
}

.success-message {
   display: block;
   color: #52A546;
   text-align: center;
   margin-top: 10px;
}

.error-message {
   display: block;
   color: red;
   text-align: center;
   margin-top: 10px;
}

a.links__:hover {

   color: #133bbd !important;
   text-decoration: underline;

}

.new-btn-text {
   display: flex;
   flex-direction: column;
}

@media (max-width: 767px) {
   .new-custom {
      margin-top: 60px;
   }

   .add-align {
      margin-bottom: 30px;
   }

   .let-us-know {
      margin-top: 60px;
   }

   .send-msg-btn-style {
      margin-bottom: 60px;
   }

   .toogle-custom-style {
      position: relative;
      top: 60px;
   }

   .wrapper-One-F {
      margin-top: 14px;
   }

}

@media(max-width:576px) {
   .dis-text {
      font-size: 10px;
   }

   .footer-ul a {
      font-size: 12px;
   }

   .title-footer {
      font-size: 12px;
   }

   .background-img {
      height: 49%;
   }

   .display-2 {
      font-size: 38px;
   }

   .lead {
      font-size: 1.125rem;
   }

   .links__ {
      font-size: 1rem;
   }
}

.sticky {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
   box-shadow: 0 0 20px 0 rgba(21, 47, 95, .2);
}