@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #0D3750;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 16px 10px;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url(../images/down-arrw.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

::-moz-selection {
  background-color: #0D3750;
  /* The highlight background */
  color: #ffffff;
  /* The text color when selected */
}

::selection {
  background-color: #0D3750;
  /* The highlight background */
  color: #ffffff;
  /* The text color when selected */
}

button:focus {
  outline: none !important;
}

h1 {
  color: #0F2742;
  font-family: "Plus Jakarta Sans";
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.625rem;
  /* 126.087% */
}

h2 {
  color: var(--Text, #0F2742);
  font-family: "Plus Jakarta Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}

h3 {
  color: var(--Text, #0F2742);
  font-family: "Plus Jakarta Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}

h4 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: var(--Text, #0F2742);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}

.topictag {
  color: var(--Navy-Blue, #0D3750);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15rem;
  border-radius: 0.25rem;
  background: #E6F1F8;
  padding: 0.31rem 0.38rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2rem;
}

.glb_btn {
  color: var(--Navy-Blue, #0D3750);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.75rem 1.44rem;
  gap: 0.38rem;
  border-radius: 3.125rem;
  border: 1px solid var(--Navy-Blue, #0D3750);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.glb_btn img {
  width: 0.78rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.glb_btn:hover {
  background-color: #0D3750;
  color: #fff;
}
.glb_btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.glb_btn.blue {
  background-color: transparent;
  border: none;
  padding: 0.38rem 0;
  border-bottom: 1px solid #0D3750;
  border-radius: 0;
  gap: 0.68rem;
}
.glb_btn.blue:hover {
  color: #0D3750;
}
.glb_btn.blue:hover img {
  filter: unset;
}

.defaultspacing {
  padding: 5rem 0;
}

.defaultspacing-7 {
  padding: 7.5rem 0;
}

input:not([type=submit]),
textarea,
select {
  width: 100%;
  padding: 0.88rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(215, 225, 232, 0);
  background-color: #F6F8FA;
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #8F9599;
}
input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #8F9599;
}
input:not([type=submit]):hover,
textarea:hover,
select:hover {
  border: 1px solid #D7E1E8;
}
input:not([type=submit]):focus,
textarea:focus,
select:focus {
  border: 1px solid #D7E1E8;
}

textarea {
  height: 9rem;
}

header {
  width: 100%;
}
header .menu_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu_area .main_logo {
  max-width: 10rem;
}
header .menu_area .main_logo img {
  width: 100%;
}
header .menu_area .main_links {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}
header .menu_area .main_links ul {
  gap: 1.88rem;
}
header .menu_area .main_links ul li a {
  color: var(--Navy-Blue, #0D3750);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  transition: all 0.4s ease;
  position: relative;
  padding: 2.6rem 0;
}
header .menu_area .main_links ul li a::after {
  content: "";
  position: absolute;
  left: -11px;
  top: -100%;
  transform: translateY(-50%);
  width: 0.38rem;
  height: 0.38rem;
  background-color: #0D3750;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin: 0;
}
header .menu_area .main_links ul li a:hover {
  color: #051f2e;
}
header .menu_area .main_links ul li a:hover::after {
  top: 50%;
}
header .menu_area .main_links ul li a::before {
  display: none;
}
header .menu_area .main_links ul li.current_page_item a {
  color: #051f2e;
}
header .menu_area .main_links ul li.current_page_item a::after {
  top: 50%;
}
header .menu_area .stellarnav li.has-sub::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 163%;
  opacity: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 2.05rem;
  height: 2.15rem;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.2s ease-in;
}
header .menu_area .stellarnav li.has-sub > a {
  padding-right: 1rem;
}
header .menu_area .stellarnav li.has-sub > a::before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #0D3750;
  font-size: 0.8rem;
}
header .menu_area .stellarnav li.has-sub:hover::before {
  left: 38%;
  opacity: 1;
}
header .menu_area .stellarnav ul ul {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
header .menu_area .stellarnav ul ul li {
  position: relative;
  z-index: 1;
}
header .menu_area .stellarnav ul ul li a {
  display: block;
  padding: 1rem 0.5rem;
  text-align: center;
}
header .menu_area .stellarnav ul ul li a::after {
  display: none;
}

section {
  position: relative;
}

.bg_wht {
  background-color: #fff !important;
}

.heroSec {
  position: relative;
  overflow: hidden;
}
.heroSec .top {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(102deg, #234C64 -8.44%, #0D3750 49.67%, #234C64 107.77%);
  padding: 4.75rem 0 2.19rem;
}
.heroSec .top::before {
  content: "";
  position: absolute;
  width: 50rem;
  height: 50rem;
  background-image: url(../images/hero-bg.png);
  right: -25px;
  top: 0;
  z-index: -1;
}
.heroSec .top p {
  color: var(--Light-Grey, #E5EAF0);
}
.heroSec .top h1 {
  color: #fff;
  margin-bottom: 1rem;
}
.heroSec .arrow {
  position: absolute;
  right: 7rem;
  bottom: 2rem;
  z-index: -1;
  width: 40rem;
}
.heroSec .glb_btn.blue {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.heroSec .glb_btn.blue:hover {
  border-bottom: 1px solid #fff;
}
.heroSec .glb_btn.blue img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.heroSec .btns {
  margin-top: 2rem;
  padding-bottom: 2.88rem;
  border-bottom: 1px solid #4D748B;
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
.heroSec .topictag {
  background: #2A5067;
  color: var(--Cream, #E9E1D8);
  margin: 0 0 2rem;
}
.heroSec ul.list {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0;
  border-bottom: 1px solid #4D748B;
  justify-content: space-between;
  gap: 1rem;
}
.heroSec ul.list li {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  width: 48%;
  margin-bottom: 0.75rem;
  padding-left: 0;
  color: var(--Light-Grey, #E5EAF0);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.heroSec ul.list li:last-child, .heroSec ul.list li:nth-last-child(2) {
  margin-bottom: 0;
}
.heroSec ul.list li::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background-image: url(../images/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.heroSec .fullImg {
  padding-right: 1rem;
  padding-left: 5.75rem;
}

hgroup {
  margin-bottom: 2.5rem;
}
hgroup h2 {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 1rem;
}
hgroup p {
  text-align: center;
  max-width: 43rem;
  margin: 0 auto;
}

.why {
  background-color: #F4F8FA;
}
.why hgroup {
  margin-bottom: 2.5rem;
}

.whycard {
  padding: 1.25rem;
  transition: all 0.5s ease;
}
.whycard:hover {
  background-color: #fff;
  border-radius: 1.25rem;
}
.whycard:hover .icn {
  background: #EFF7FC;
}
.whycard .icn {
  border-radius: 0.25rem;
  background: #D7E1E8;
  width: 3.875rem;
  height: 3.875rem;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  justify-content: center;
  margin-bottom: 5rem;
}
.whycard .icn img {
  width: 3.12rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer hgroup h2 {
  max-width: 42rem;
}
.offer .row {
  row-gap: 2.5rem;
}
.offer .offercard {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  transition: all 0.5s ease;
  border-radius: 1.25rem;
  background-color: #fff;
}
.offer .offercard:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.offer .offercard .icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #0D3750;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer .offercard .icon img {
  width: 3.7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.offer .offercard h4 {
  margin-bottom: 0.75rem;
}
.offer .offercard p {
  margin-bottom: 1.25rem;
}
.offer .offercard .txt {
  width: calc(100% - 8.25rem);
}
.offer .offercard .glb_btn {
  color: #0D3750;
  border-color: transparent;
}
.offer .offercard .glb_btn:hover {
  border-color: #0D3750;
}
.offer .offercard .glb_btn img {
  filter: unset;
}

.about {
  background-color: #F4F8FA;
}
.about .topictag {
  margin: 0 0 2rem;
}
.about .img {
  position: relative;
  padding-left: 3.44rem;
}
.about .img .logo {
  position: absolute;
  left: 0;
  bottom: 3.375rem;
  width: 13rem;
  padding: 0.71rem;
  border-radius: 0.625rem;
  background: var(--White, #FFF);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.about .img .logo img {
  border-radius: 0;
}
.about .img img {
  border-radius: 1.25rem;
}
.about .arrw {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9.6rem;
}

.how .steps ul {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
}
.how .steps li {
  width: 33%;
  position: relative;
}
.how .steps li:last-child::before {
  display: none;
}
.how .steps li::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  width: 112%;
  left: 0;
  right: 0;
  border-top: 1px dashed #C4CDD5;
  z-index: -1;
}
.how .steps li:first-child::before {
  border-color: #0D3750;
}
.how .steps li h3 {
  margin-bottom: 0.62rem;
}
.how .steps li .num {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 3.68rem;
  height: 3.68rem;
  border-radius: 50%;
  border: 1px solid var(--Navy-Blue, #0D3750);
  padding: 0.44rem;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.88rem;
}
.how .steps li .num span {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: flex;
  background-color: #0D3750;
  align-items: center;
  justify-content: center;
  color: var(--Soft-Light-Gray, #F4F6F8);
  font-family: "Plus Jakarta Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.how .steps li .txt p {
  color: #0D3750;
}

.spencer .fulldv {
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #CAEDFF 0%, #F4F8FA 100%);
  position: relative;
  overflow: hidden;
  padding: 3.12rem 2.5rem;
}
.spencer .fulldv .topictag {
  margin: 0 0 2rem;
}
.spencer .fulldv .imgDv {
  position: absolute;
  left: 1.75rem;
  top: 0;
  width: 40%;
  height: 100%;
}
.spencer .fulldv .imgDv .bg {
  width: 100%;
  top: 6.78rem;
  left: 0;
  position: absolute;
}
.spencer .fulldv .imgDv .figure {
  width: 24rem;
  bottom: 0;
  right: 3rem;
  position: absolute;
  max-height: 36rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.spencer .fulldv .txt {
  width: 50%;
  margin-left: auto;
}
.spencer .fulldv .txt p {
  margin-bottom: 1.3rem;
}
.spencer .fulldv .txt p:last-child {
  margin-bottom: 0;
}
.spencer .fulldv article {
  margin-bottom: 2rem;
}
.spencer .fulldv .author span {
  color: var(--Navy-Blue, #0D3750);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  display: block;
}

.letus {
  background: linear-gradient(92deg, #FAF5F0 0%, #E9E1D8 100%);
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden;
}
.letus .container {
  position: relative;
  z-index: 2;
}
.letus .topictag {
  background-color: transparent;
  padding: 0;
}
.letus .glb_btn {
  background-color: transparent;
}
.letus .glb_btn:hover {
  color: #0D3750;
}
.letus .glb_btn:hover img {
  filter: unset;
}
.letus .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.letus .bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32rem;
}
.letus .topictag {
  margin: 0 0 2rem;
  background: #FAF7F4;
  padding: 0.38rem;
}
.letus p {
  margin-bottom: 1rem;
}

.contact-cta {
  background: #101E26;
  text-align: left;
}
.contact-cta__row {
  row-gap: 3rem;
}
.contact-cta__title {
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.2rem;
  text-align: left;
}
.contact-cta__desc {
  color: var(--Light-Grey, #E5EAF0);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 3.62rem;
}
.contact-cta__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.56);
  margin: 0 0 1.5rem;
}
.contact-cta__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-cta__info li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-cta__info a,
.contact-cta__info span {
  color: var(--Light-Grey, #E5EAF0);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.contact-cta__info a {
  transition: all 0.3s ease;
}
.contact-cta__info a:hover {
  color: #fff;
}
.contact-cta__info-icon {
  display: flex;
  width: 2.625rem;
  height: 2.625rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}
.contact-cta__info-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: #fff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-cta__form-row {
  margin-bottom: 0;
}
.contact-cta__form-group {
  margin-bottom: 1rem;
}
.contact-cta__form-group:last-of-type {
  margin-bottom: 1.5rem;
}
.contact-cta input:not([type=submit]),
.contact-cta textarea {
  width: 100%;
  background-color: #233037;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  padding: 0.9rem 1.1rem;
  color: #D5D5D5;
  font-family: Inter;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.contact-cta input:not([type=submit]):hover, .contact-cta input:not([type=submit]):focus,
.contact-cta textarea:hover,
.contact-cta textarea:focus {
  border: 1px solid #858585;
}
.contact-cta textarea {
  height: 8.4rem;
  resize: none;
}
.contact-cta__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
  color: var(--Navy-Blue, #0D3750);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 3.125rem;
  padding: 0.85rem 3.25rem 0.85rem 1.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230D3750' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 5 6 7-6 7'%3E%3C/path%3E%3Cpath d='m14 5 6 7-6 7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.1rem 1.1rem;
}
.contact-cta__submit:hover {
  background-color: var(--Navy-Blue, #0D3750);
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 5 6 7-6 7'%3E%3C/path%3E%3Cpath d='m14 5 6 7-6 7'%3E%3C/path%3E%3C/svg%3E");
}
.contact-cta .wpcf7-response-output {
  Color: #fff;
}

.wpcf7-spinner {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  background: #101E26;
  padding: 3.7rem 0 0 0;
}
.site-footer__row {
  margin-bottom: 3rem;
}
.site-footer__col--about {
  padding-right: 1rem;
}
.site-footer__logo {
  display: inline-block;
  margin-bottom: 1.88rem;
}
.site-footer__logo img {
  width: 100%;
  display: block;
  max-width: 14.6rem;
}
.site-footer__desc {
  color: #D5D5D5;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  max-width: 26rem;
  margin-bottom: 1.88rem;
}
.site-footer__social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.site-footer__social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  color: #0D3750;
  font-size: 1.25rem;
  border: 1px solid transparent;
}
.site-footer__social-link svg {
  width: 1rem;
  height: 1rem;
  fill: var(--Footer-Bg, #14212B);
  transition: all 0.3s ease;
}
.site-footer__social-link:hover {
  background-color: var(--Navy-Blue, #14212B);
  border-color: #fff;
  color: #fff;
}
.site-footer__social-link:hover svg {
  fill: #fff;
}
.site-footer__heading {
  color: var(--White, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-family: "Plus Jakarta Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.88rem;
}
.site-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.site-footer__menu li a {
  color: #D5D5D5;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  transition: 0.3s all ease;
}
.site-footer__menu li a:hover {
  color: #fff;
}
.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.site-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #D5D5D5;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.site-footer__contact-list li a {
  color: #D5D5D5;
  transition: all 0.3s ease;
}
.site-footer__contact-list li a:hover {
  color: #fff;
}
.site-footer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
}
.site-footer__icon object {
  width: 100%;
  height: auto;
}
.site-footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.56);
  padding: 1.8rem 0;
  color: #FFF;
  text-align: center;
  margin: 0;
}

.innerBanner {
  padding: 3.75rem 0;
  background-color: #E9E1D8;
}
.innerBanner .topictag {
  background: #FAF7F4;
}
.innerBanner hgroup {
  text-align: center;
  margin-bottom: 0;
}
.innerBanner h1 {
  text-align: center;
  margin: 0;
}

.about.about2 {
  background-color: #fff;
}

.why.choose .whycard:hover {
  background: #D7E1E8;
}

.mission .sideimg {
  width: 100%;
  border-radius: 1.25rem;
}
.mission .row {
  align-items: center;
}
.mission .topictag {
  margin: 0 0 2rem;
}
.mission p {
  margin-bottom: 2rem;
}

.spencer.pg-abut article {
  margin-bottom: 1rem;
}

.mission.service p {
  margin-bottom: 1rem;
}
.mission.service .row {
  margin-bottom: 3.75rem;
}
.mission.service .row:nth-child(even) {
  flex-direction: row-reverse;
}
.mission.service .row:last-child {
  margin-bottom: 0;
}

.checklist {
  margin-bottom: 1.25rem;
}
.checklist li {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  margin-bottom: 0.75rem;
  color: #0F2742;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  background-image: url("../images/tick-gry.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.include hgroup {
  margin-bottom: 2.5rem;
}
.include .row {
  row-gap: 1.88rem;
}

.whatcard {
  text-align: center;
}
.whatcard .icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #0D3750;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.88rem;
}
.whatcard .icon img {
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.whatcard h4 {
  margin-bottom: 1rem;
}
.whatcard p {
  margin-bottom: 0;
}

.mission.whySdl {
  background: linear-gradient(180deg, #CAEDFF 0%, #F4F8FA 100%);
}
.mission.whySdl .row {
  align-items: unset;
}
.mission.whySdl .sideimg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission.whySdl p {
  margin-bottom: 1rem;
}
.mission.whySdl ul.checklist {
  margin-bottom: 0;
}

.faq {
  max-width: 54rem;
  margin: 0 auto;
}
.faq .faqitem {
  background: #f9f4f0;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.faq .faqitem:last-child {
  margin-bottom: 0;
}
.faq .faqitem .faqhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .faqitem .faqhead .toggle {
  font-size: 1.125rem;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq .faqitem .faqbody {
  display: none;
  margin-top: 0.75rem;
}

.contact-wrap hgroup {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.contact-wrap hgroup .topictag {
  margin: 0 0 2rem;
}
.contact-wrap hgroup h2,
.contact-wrap hgroup p {
  text-align: left;
}
.contact-wrap .contact_info {
  position: relative;
}
.contact-wrap .contact_info .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.contact-wrap .contact_info .contact-info:last-child {
  margin-bottom: 0;
}
.contact-wrap .contact_info .contact-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #f2e4d8;
  flex-shrink: 0;
}
.contact-wrap .contact_info .contact-info .icon img {
  width: 1.3rem;
}
.contact-wrap .contact_info .contact-info a,
.contact-wrap .contact_info .contact-info address,
.contact-wrap .contact_info .contact-info p {
  color: var(--Navy-Blue, #0D3750);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  border-bottom: 1px solid rgba(13, 55, 80, 0);
  text-decoration: none;
  font-style: normal;
  margin: 0;
  transition: all 0.4s ease;
}
.contact-wrap .contact_info .contact-info:hover a,
.contact-wrap .contact_info .contact-info:hover address {
  border-bottom: 1px solid #0D3750;
}
.contact-wrap .contact-right label {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.contact-wrap .contact-right form .row {
  row-gap: 1.88rem;
}
.contact-wrap .contact-right input[type=submit] {
  min-width: 7rem;
  background-color: #0D3750;
  color: #fff;
  padding: 0.65rem;
  background-image: url(../images/double-arrow-aht.png);
  background-repeat: no-repeat;
  background-size: 0.8rem;
  padding-right: 2rem;
  background-position: top 50% right 12px;
  margin-top: 0rem;
}

.map-wrap {
  width: 100%;
  height: 30rem;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1499px) {
  .heroSec .arrow {
    right: 2rem;
    bottom: 5rem;
    width: 45rem;
  }
}
@media (max-width: 1399px) {
  html {
    font-size: 80%;
  }
}
@media (max-width: 991px) {
  header {
    padding: 1rem 0;
  }
  p {
    font-size: 1.1rem;
  }
  header .menu_area .main_links {
    flex-direction: row-reverse;
  }
  header .menu_area .main_links ul li a {
    color: #fff !important;
  }
  header .menu_area .main_links ul li a {
    padding: 1.1rem 1.1rem;
    font-size: 1.1rem;
  }
  header .menu_area .main_links ul li a:hover {
    color: #b3b3b3 !important;
  }
  header .menu_area .main_links ul li.current_page_item a {
    color: #b3b3b3 !important;
  }
  header .menu_area .stellarnav li.has-sub::before {
    display: none;
  }
  header .menu_area .stellarnav li.has-sub {
    overflow: hidden;
  }
  header .menu_area .stellarnav ul ul {
    width: 100%;
    min-width: 100%;
    left: 0;
    background: #09293d;
  }
  header .menu_area .stellarnav ul ul li a {
    text-align: left;
    padding: 1rem 0.5rem 1rem 1rem;
  }
  header .menu_area .main_links ul li a.dd-toggle {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 55px;
    height: 48px;
    justify-content: center;
    background-color: #0d2736;
    padding-right: 0;
  }
  header .menu_area .stellarnav li.has-sub > a::before {
    display: none;
  }
  .contact-cta {
    padding: 4rem 0;
  }
  .contact-cta__title, .contact-cta__desc, .contact-cta__divider {
    max-width: 100%;
  }
  .site-footer {
    padding-top: 3.5rem;
  }
  .site-footer__row {
    margin-bottom: 0;
  }
  .site-footer__col {
    margin-bottom: 2.5rem;
  }
  .site-footer__col:last-child {
    margin-bottom: 0;
  }
  .site-footer__col--about {
    padding-right: 0;
  }
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .heroSec .arrow {
    right: 2rem;
    bottom: 15rem;
    width: 27rem;
  }
  .defaultspacing {
    padding: 3rem 0;
  }
  .defaultspacing-7 {
    padding: 3.5rem 0;
  }
  .about .arrw {
    width: 6.2rem;
  }
  .offer .offercard .icon {
    width: 5.5rem;
    height: 5.5rem;
  }
  .offer .offercard .icon img {
    width: 2.5rem;
  }
  .whatcard .icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.78rem;
  }
  .whatcard .icon img {
    width: 2.4rem;
  }
  .mission .topictag {
    margin: 0 0 1rem;
  }
  .whycard .icn {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 80%;
  }
  .glb_btn {
    font-size: 1.1rem;
  }
  header .menu_area .main_links {
    gap: 1.5rem;
  }
  .glb_btn {
    padding: 0.55rem 0.74rem;
  }
  header .menu_area .main_logo {
    max-width: 6.5rem;
  }
  .heroSec .top {
    padding: 3rem 0;
  }
  h1 {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  h2 {
    font-size: 1.9rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .site-footer {
    padding-top: 3rem;
  }
  .site-footer__logo {
    max-width: -moz-max-content;
    max-width: max-content;
    display: block;
    margin: 0 auto 2rem;
  }
  .site-footer__desc {
    max-width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
  .contact-cta {
    padding: 3.5rem 0;
  }
  .contact-cta__title {
    font-size: 1.75rem;
    text-align: center;
  }
  .contact-cta__desc {
    text-align: center;
    margin-bottom: 2rem;
  }
  .defaultspacing-7 {
    padding: 3rem 0;
  }
  .heroSec .top::before {
    width: 100%;
    height: 100%;
    right: 0;
  }
  .heroSec .topictag {
    margin: 0 auto 1rem;
  }
  .heroSec .top h1 {
    text-align: center;
  }
  .heroSec .top p {
    text-align: center;
  }
  .heroSec .btns {
    justify-content: center;
  }
  .heroSec .btns {
    padding-bottom: 1.8rem;
  }
  .heroSec .fullImg {
    padding: 0;
  }
  .heroSec .top .row {
    row-gap: 2.5rem;
  }
  .heroSec ul.list li::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .heroSec ul.list li {
    font-size: 1.1rem;
    width: 100%;
  }
  .whycard {
    text-align: center;
  }
  .whycard .icn {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .offer .offercard {
    padding: 1rem;
    align-items: flex-start;
    gap: 0.9rem;
  }
  .contact-cta__form-group:last-of-type {
    margin-bottom: 1rem;
  }
  .offer .offercard .icon {
    width: 4rem;
    height: 4rem;
  }
  .offer .row {
    row-gap: 0.5rem;
  }
  .offer .offercard .icon img {
    width: 2rem;
  }
  .offer .offercard .txt {
    width: calc(100% - 5.3rem);
  }
  .how .steps ul {
    flex-direction: column;
  }
  .how .steps li {
    width: 100%;
    padding-left: 0.7rem;
  }
  .how .steps li .txt {
    padding-left: 4rem;
  }
  .how .steps li:last-child::before {
    display: none;
  }
  .how .steps li::before {
    top: 2.8rem;
    width: 4px;
    height: 7rem;
    border-right: 1px dashed #8b8b8b;
    left: 19px;
  }
  .how .steps li .num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .spencer .fulldv .topictag {
    margin: 0 auto 1rem;
  }
  .spencer .fulldv .txt {
    width: 100%;
    text-align: center;
  }
  .spencer .fulldv .txt .glb_btn.blue {
    margin: 0 auto;
  }
  .spencer .fulldv .imgDv {
    width: 100%;
    left: 0;
    position: relative;
  }
  .spencer .fulldv {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem 0;
  }
  .spencer .fulldv .imgDv .figure {
    position: relative;
    right: unset;
    margin: 0 auto;
    display: block;
  }
  .letus {
    padding: 2.65rem 0;
  }
  .letus .topictag {
    margin: 0 auto 1rem;
  }
  .letus .glb_btn {
    margin: 0 auto;
  }
  .letus h2,
  .letus p {
    text-align: center;
  }
  .about .row {
    row-gap: 2rem;
  }
  .about .topictag {
    margin: 0 auto 1rem;
  }
  .about h2,
  .about p {
    text-align: center;
  }
  .about .glb_btn {
    margin: 0 auto;
  }
  .about .img {
    padding: 1rem;
  }
  .about .img .logo {
    width: 8rem;
    bottom: 2rem;
  }
  .contact-cta__info a,
  .contact-cta__info span {
    font-size: 1.1rem;
  }
  .contact-cta input,
  .contact-cta textarea {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
  }
  .contact-cta__submit {
    margin: 0 auto;
    display: block;
  }
  .site-footer__logo img {
    max-width: 10rem;
  }
  .site-footer__social {
    justify-content: center;
  }
  .site-footer__heading {
    text-align: center;
    margin-bottom: 1rem;
  }
  .site-footer__menu li a {
    font-size: 1.1rem;
  }
  .site-footer__contact-list li {
    justify-content: center;
  }
  footer nav {
    text-align: center;
  }
  .site-footer__copyright {
    padding: 1rem 0 0;
  }
  .stellarnav a.dd-toggle .icon-plus {
    margin-top: 0.6rem;
  }
  .site-footer__row {
    margin-bottom: 1rem;
  }
  .mission .row {
    row-gap: 1.5rem;
  }
  .checklist li {
    font-size: 1.1rem;
  }
  .innerBanner .topictag {
    margin: 0 auto 1rem;
  }
  .site-footer__contact-list {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .site-footer__contact-list li {
    font-size: 1.1rem;
    text-align: center;
    margin: 0 auto;
  }
  .site-footer__contact-list li span:last-child {
    max-width: 20rem;
  }
  .mission .topictag {
    margin: 0 auto 1rem;
  }
  .mission.whySdl h2 {
    text-align: center;
  }
  .mission.whySdl p {
    text-align: center;
  }
  .mission h2 {
    text-align: center;
  }
  .include hgroup {
    margin-bottom: 2rem;
  }
  .mission p {
    text-align: center;
  }
  .whatcard .icon img {
    width: 2rem;
  }
  .whatcard .icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.98rem;
  }
  .faq .faqitem {
    padding: 1rem;
  }
  .mission .glb_btn {
    margin: 0 auto;
  }
  .contact-wrap hgroup .topictag {
    margin: 0 auto 1rem;
  }
  .contact-wrap hgroup h2,
  .contact-wrap hgroup p {
    text-align: center;
  }
  .contact-wrap .row {
    row-gap: 2rem;
  }
  .contact-wrap .contact-right input[type=submit] {
    margin: 0rem auto 0;
  }
  .contact-wrap .contact-right form .row {
    row-gap: 1.08rem;
  }
  hgroup h2 {
    max-width: 100%;
  }
  .map-wrap {
    height: 18rem;
  }
  .site-footer__bottom {
    padding: 1.25rem 0;
  }
  .site-footer__copyright {
    font-size: 0.9rem;
  }
  .site-footer__icon {
    width: 1rem;
    height: 1rem;
  }
  .contact-cta__submit {
    padding: 0.85rem 3rem 0.85rem 1.75rem !important;
  }
}/*# sourceMappingURL=style.css.map */