.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* Media Queries: Start */
/* Media Queries: End */
*,
*:hover,
*:focus {
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body,
ul,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  transition: all 0.25s linear 0s;
}
a::after {
  transition: all 0.25s linear 0s;
}
a::after:hover {
  transition: all 0.25s linear 0s;
}
a:hover {
  transition: all 0.25s linear 0s;
}

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

img {
  max-width: 100%;
  height: auto;
}

/* Web Font: Start */
@font-face {
  font-family: "syne";
  src: url("syne-regular.eot");
  src: url("../fonts/syne-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/syne-regular.woff2") format("woff2"), url("../fonts/syne-regular.woff") format("woff"), url("../fonts/syne-regular.svg#syne-regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
  font-display: swap;
}
@font-face {
  font-family: "syne";
  src: url("syne-medium.eot");
  src: url("../fonts/syne-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/syne-medium.woff2") format("woff2"), url("../fonts/syne-medium.woff") format("woff"), url("../fonts/syne-medium.svg#syne-medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
  font-display: swap;
}
@font-face {
  font-family: "syne";
  src: url("syne-semibold.eot");
  src: url("../fonts/syne-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/syne-semibold.woff2") format("woff2"), url("../fonts/syne-semibold.woff") format("woff"), url("../fonts/syne-semibold.svg#syne-semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
  font-display: swap;
}
@font-face {
  font-family: "syne";
  src: url("syne-bold.eot");
  src: url("../fonts/syne-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/syne-bold.woff2") format("woff2"), url("../fonts/syne-bold.woff") format("woff"), url("../fonts/syne-bold.svg#syne-bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
  font-display: swap;
}
@font-face {
  font-family: "syne";
  src: url("syne-extrabold.eot");
  src: url("../fonts/syne-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/syne-extrabold.woff2") format("woff2"), url("../fonts/syne-extrabold.woff") format("woff"), url("../fonts/syne-extrabold.svg#syne-extrabold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
  font-display: swap;
}
/* Web Font: End */
html {
  font-family: "syne", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

h5 {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

h6 {
  font-size: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

p {
  margin-bottom: 1em;
  line-height: 1.35;
  font-size: 0.9rem;
}
p > span {
  font-family: syne, Arial, Helvetica, sans-serif !important;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1rem;
  }
}

.btn1 {
  background: #0f1670;
  color: white;
  position: relative;
  column-gap: 0.35rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 2.5rem;
  line-height: 2;
  border: 0;
  cursor: pointer;
}
.btn1:after {
  content: " ";
  background-image: url(../images/button-arrow.svg);
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-size: 0.5rem;
}
.btn1:hover {
  background: #0797ce;
}
@media only screen and (min-width: 768px) {
  .btn1 {
    font-size: 1rem;
    height: 3.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .btn1::after {
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-size: 0.75rem;
  }
}

.btn2 {
  background: #0797ce;
  color: white;
  position: relative;
  column-gap: 0.35rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 2.5rem;
  line-height: 2;
  cursor: pointer;
}
.btn2:after {
  content: " ";
  background-image: url(../images/button-arrow.svg);
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-size: 0.5rem;
}
.btn2:hover {
  background: #0f1670;
}
@media only screen and (min-width: 768px) {
  .btn2 {
    font-size: 1rem;
    height: 3.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .btn2::after {
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-size: 0.75rem;
  }
}

.btn1-text, .btn1-square {
  background: none;
  color: black;
  position: relative;
  column-gap: 0.35rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  height: 2rem;
  line-height: 2;
  border-bottom: 3px solid black;
  white-space: nowrap;
}
.btn1-text:after, .btn1-square:after {
  content: " ";
  background-image: url(../images/button-arrow-dark.svg);
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-size: 0.5rem;
}
.btn1-text:hover, .btn1-square:hover {
  background: none;
}
.btn1-text:hover::after, .btn1-square:hover::after {
  transform: rotate(45deg);
}

.btn1-square {
  border: none;
  border: 2px solid #999;
  padding: 0 0.5rem;
  font-size: 0.9rem;
}

.btn1-small {
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9rem;
  background: #0f1670;
  color: white;
  align-items: center;
  display: flex;
  column-gap: 0.35rem;
}
.btn1-small:hover {
  background: #0797ce;
}
.btn1-small:after {
  content: " ";
  background-image: url(../images/button-arrow.svg);
  width: 0.55rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-size: 0.55rem;
}

@media only screen and (min-width: 768px) {
  .btn1-text, .btn1-square {
    font-size: 1rem;
  }
  .btn1-text:hover, .btn1-square:hover {
    color: #0797ce;
  }
  .btn1-text::after, .btn1-square::after {
    width: 0.65rem;
    height: 0.65rem;
    background-size: 0.65rem;
  }
}
.faq {
  padding-top: 2rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .faq {
    padding-top: 3rem;
  }
}
.faq__heading {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .faq__heading {
    font-size: 2.15rem;
    margin-bottom: 2rem;
  }
}
.faq__container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1200px) {
  .faq__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq__item {
  background-color: #f1f1f1;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
}
.faq__item-header {
  padding: 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  justify-content: space-between;
  margin: 0;
  font-size: 1rem;
  column-gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .faq__item-header {
    padding: 1rem 1.5rem;
  }
}
.faq__item-header.active .faq__item-header-icon::after {
  display: none;
}
.faq__item-header-icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.faq__item-header-icon::after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.25s ease 0s;
  border: 1px solid #000;
}
.faq__item-header-icon::before {
  content: "";
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border: 1px solid #000;
}
.faq__item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq__item-body-content {
  padding: 0 1.5rem 1rem 1.5rem;
  line-height: 1.5rem;
}
.faq__item-body-content p span {
  font-family: "syne", Arial, Helvetica, sans-serif !important;
}

/* Containers: Start */
section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-content {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}

/* ----------------- Containers: Start --------------- */
/* Site Content: Start */
.site-content__section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .site-content__section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /* border: 1px solid red; */
  }
}
@media only screen and (min-width: 992px) {
  .site-content__section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* border: 1px solid red; */
  }
}
/* Site Content: End */
/* Container: Start */
.container {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Container: End */
/* Container Fluid: Start */
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.container-fluid--no-padding {
  padding: 0;
}

/* Container Fluid: End */
/* ------------------ Containers: End ------------------ */
/* ----------------------- Aside: Start ----------------------- */
aside {
  /* border: 1px solid red; */
}

aside article {
  padding-bottom: 2rem;
  /* border: 1px solid green; */
}

aside article:last-child {
  padding-bottom: 2rem;
}

aside article:last-of-type {
  padding-bottom: 0;
}

/* ----------------------- Aside: End ----------------------- */
/* Containers: End */
/* Containers: End */
@media only screen and (min-width: 1200px) {
  .aegis-site-footer {
    margin-left: 7rem;
  }
}
.aegis-site-footer__container {
  padding-right: 0;
}
.aegis-site-footer__logo {
  width: 10rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .aegis-site-footer__logo {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-site-footer__logo {
    width: 14rem;
  }
}
.aegis-site-footer__row1 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .aegis-site-footer__row1 {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-site-footer__row1 {
    margin-bottom: 3rem;
  }
}
.aegis-site-footer__row2 {
  background: #f5f5f5;
  padding: 2rem;
}
@media only screen and (min-width: 576px) {
  .aegis-site-footer__row2 {
    padding: 4rem 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-site-footer__row2 {
    padding-left: 5rem;
    padding-top: 5rem;
  }
}
.aegis-site-footer__row3 {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-site-footer__row3 {
    padding-bottom: 2rem;
  }
}
.aegis-site-footer__row3 .aegis-site-footer-navbox {
  padding: 3rem;
  background: #0f1670;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .aegis-site-footer__row3 .aegis-site-footer-navbox {
    padding: 5rem 6rem;
  }
}
@media only screen and (min-width: 576px) {
  .aegis-site-footer__row3 .aegis-site-footer-navbox-ul {
    column-count: 2;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-site-footer__row3 .aegis-site-footer-navbox-ul {
    column-count: 3;
  }
}
.aegis-site-footer__row3 .aegis-site-footer-navbox-li {
  line-height: 1.75;
}
.aegis-site-footer__row3 .aegis-site-footer-navbox-links {
  color: white;
  font-size: 0.9rem;
}
.aegis-site-footer .aegis-site-footer-social-media {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .aegis-site-footer .aegis-site-footer-social-media {
    margin-right: 6rem;
  }
}
.aegis-site-footer .aegis-site-footer-social-media__box {
  display: flex;
}
.aegis-site-footer .aegis-site-footer-social-media__link {
  display: flex;
  width: 2.15rem;
  height: 2.15rem;
  display: flex;
  background: white;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  margin: -1px;
}
.aegis-site-footer .aegis-site-footer-social-media__link-img-white {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}
.aegis-site-footer .aegis-site-footer-social-media__link:hover {
  background: #0797ce;
}
.aegis-site-footer .aegis-site-footer-social-media__link:hover .aegis-site-footer-social-media__link-img {
  display: none;
}
.aegis-site-footer .aegis-site-footer-social-media__link:hover .aegis-site-footer-social-media__link-img-white {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}
@media only screen and (min-width: 992px) {
  .aegis-site-footer .aegis-site-footer-social-media__link {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.aegis-site-footer .aegis-site-footer-social-media__link-img {
  width: 1.15rem;
  height: 1.15rem;
}
.aegis-site-footer .aegis-site-footer-social-media__link-img-white {
  display: none;
}
@media only screen and (min-width: 576px) {
  .aegis-site-footer__contact-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .aegis-site-footer__contact-box {
    grid-column-gap: 6rem;
    grid-row-gap: 4rem;
  }
}
.aegis-site-footer__contact-box-links {
  font-size: 0.9rem;
}
.aegis-site-footer__contact-box-items {
  margin-bottom: 1.5rem;
}
.aegis-site-footer__contact-box-icon {
  display: flex;
  max-height: 1.3rem;
  width: 1.3rem;
}
.aegis-site-footer__contact-box-p {
  margin-bottom: 0;
  margin-left: 2rem;
  font-size: 0.8rem;
}
.aegis-site-footer__contact-box-heading {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .aegis-site-footer__contact-box-heading {
    font-size: 1.15rem;
  }
}
.aegis-site-footer .copyright {
  background: white;
  line-height: 1.25;
  font-size: 0.8rem;
}

/* Form Global Styles: Starts */
.form {
  margin: 0;
  padding: 1.15rem;
  background: #e9e9e9;
}
@media only screen and (min-width: 768px) {
  .form {
    padding: 2rem;
  }
}

.form__row {
  display: grid;
  grid-column-gap: 0.75rem;
}

.form__row-heading {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.form__group {
  display: grid;
  grid-column-gap: 1rem;
}

.form__field-container {
  margin-bottom: 1rem;
}

.form__input-text {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.form__input-textarea {
  border: 1px solid #fff;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  font-family: inherit;
  width: 100%;
}

.form__input-select {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid #bfbcbc;
  box-sizing: border-box;
  border-radius: 0.25rem;
}

.form__input-file {
  background: #fff;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  line-height: 2.5rem;
  border: 1px solid #bfbcbc;
  font-size: 0.75rem;
  display: flex;
  text-indent: 0.5rem;
  border-radius: 0.25rem;
}

.form__textarea {
  border: 1px solid #bfbcbc;
  height: 100%;
  width: 100%;
}

.form__label {
  margin-bottom: 0.5rem;
  display: flex;
}

.form__validation {
  color: red;
  margin-top: 0.35rem;
  display: none;
}

.form__submit-wrapper {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 0.75rem;
}

input[type=date] {
  text-transform: uppercase;
}

input[type=submit] {
  padding: 0.75rem 1rem;
  border: 0;
  cursor: pointer;
  color: white;
  border: none;
  line-height: 1;
}

.form-validation {
  font-weight: 600;
  color: red;
}

.form-loading {
  padding-bottom: 0.75rem;
}

/* Form Global Styles: Ends */
#msgstatus {
  background: white;
  border: 1px solid #52d552;
  padding: 0.5rem 2rem;
  display: inline-flex;
  justify-content: center;
  color: #57cb4c;
  font-weight: 600;
}

/* Request Quote Styles: Starts */
@media only screen and (min-width: 768px) {
  .request-quote-form__row2 .form__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .request-quote-form__row4 .form__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.phone-field-group {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 5px;
}
.phone-field-group__country-code {
  display: flex;
  background: white;
  padding-left: 3px;
}
.phone-field-group__country-code input {
  padding: 3px 6px;
}
.phone-field-group__flag {
  padding: 3px;
  max-width: 35px;
  display: flex;
}

/* Request Quote Styles: Ends */
/*Custom Styles */
.aegis-question-form {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .aegis-question-form {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-question-form {
    padding: 2.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .aegis-question-form__row2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 576px) {
  .aegis-question-form__row1-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .aegis-question-form__row3-col1 {
    grid-template-columns: 25% 1fr;
  }
}
/* Sidebar Form */
.sidebar-form {
  margin-bottom: 1.5rem;
}
.sidebar-form__container {
  padding: 1.75rem;
}
@media only screen and (min-width: 576px) {
  .sidebar-form__row1-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Form Loader */
.form-loader {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
}

.enable-form-loader .form-loader-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  z-index: 1000;
  background: none;
  justify-content: flex-start;
}

.enable-form-loader .form-loader-wrapper span {
  background: #377dea;
  height: 15px;
  margin: 0 7px;
  width: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.enable-form-loader .form-loader-wrapper span:nth-child(1) {
  -webkit-animation: pulse 1s linear 0s infinite normal forwards running;
  -moz-animation: pulse 1s linear 0s infinite normal forwards running;
  -o-animation: pulse 1s linear 0s infinite normal forwards running;
  animation: pulse 1s linear 0s infinite normal forwards running;
}

.enable-form-loader .form-loader-wrapper span:nth-child(2) {
  -webkit-animation: pulse 1s linear 0.5s infinite normal forwards running;
  -moz-animation: pulse 1s linear 0.5s infinite normal forwards running;
  -o-animation: pulse 1s linear 0.5s infinite normal forwards running;
  animation: pulse 1s linear 0.5s infinite normal forwards running;
}

.enable-form-loader .form-loader-wrapper span:nth-child(3) {
  -webkit-animation: pulse 1s linear 0.6s infinite normal forwards running;
  -moz-animation: pulse 1s linear 0.6s infinite normal forwards running;
  -o-animation: pulse 1s linear 0.6s infinite normal forwards running;
  animation: pulse 1s linear 0.6s infinite normal forwards running;
}

.landing-page-form .form-validation {
  margin-top: 0.5rem;
}
.landing-page-form .form-loading {
  margin-top: 1rem;
}
.landing-page-form .enable-form-loader .form-loader-wrapper span {
  background-color: white;
}
.landing-page-form .form__submit.btn1:hover {
  background: #0f1670;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-ms-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* Phone field MM/DD/YYY */
input[type=date] {
  position: relative;
}

input[type=date]::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  left: 5px;
  /* Adjust as needed */
  transform: translateY(-50%);
  color: #999;
  padding: 0 5px;
  background-color: white;
  /* Match background color */
}

input[type=date]:focus::before,
input[type=date]:valid::before {
  display: none;
}

.aegis-site-header {
  border-top: 0.7rem solid #0f1670;
}
.aegis-site-header__container {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.aegis-site-header__logo {
  width: 11rem;
}

.request-quote-and-badge-wrapper {
  display: flex;
  position: absolute;
  top: 4.25rem;
  background: #f9f9f9;
  width: 100%;
  left: 0;
  justify-content: center;
  align-items: center;
  right: 0;
  margin: auto;
  height: 3rem;
  column-gap: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .request-quote-and-badge-wrapper {
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .request-quote-and-badge-wrapper {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .request-quote-and-badge-wrapper {
    position: relative;
    top: 0;
    width: auto;
    background: none;
  }
}

@media only screen and (min-width: 1200px) {
  .aegis-site-header {
    border-top-width: 1rem;
  }
  .aegis-site-header__container {
    display: flex;
    column-gap: 2rem;
    margin-left: 7rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 6rem;
  }
  .aegis-site-header__logo {
    width: auto;
    display: flex;
    align-items: center;
  }
}
.parent-company-badge {
  column-gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: left;
  zoom: 0.8;
  text-align: left;
}
.parent-company-badge__logo {
  width: 2.5rem;
}
.parent-company-badge__label {
  line-height: 1;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: -0.001rem;
  color: #005db5;
  white-space: nowrap;
  text-align: left;
}
.parent-company-badge__label-line2 {
  font-weight: 600;
}

@media only screen and (min-width: 1200px) {
  .parent-company-badge {
    margin-left: auto;
    text-align: center;
  }
}
.social-media {
  position: absolute;
  top: 8rem;
}
@media only screen and (min-width: 1200px) {
  .social-media {
    top: 6.05rem;
    left: 3.55rem;
  }
}
.social-media__link {
  width: 2.15rem;
  height: 2.15rem;
  display: flex;
  background: white;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  margin: -1px;
}
.social-media__link:hover {
  background: #0797ce;
}
.social-media__link:hover .social-media__link-img-white {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}
.social-media__link:hover .social-media__link-img {
  display: none;
  width: 1.15rem;
  height: 1.15rem;
}
@media only screen and (min-width: 1200px) {
  .social-media__link {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.social-media__link-img {
  width: 1.15rem;
  height: 1.15rem;
}
.social-media__link-img:hover {
  fill: white;
}
.social-media__link-img-white {
  display: none;
}
.social-media__label {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .social-media__label {
    display: flex;
    transform: rotate(-90deg);
    margin-left: -1.1rem;
    margin-top: 3rem;
  }
}

.aegis-header-static-box,
.aegis-header-static-box2 {
  display: grid;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .aegis-header-static-box,
  .aegis-header-static-box2 {
    grid-template-columns: 20rem 1fr;
    margin-left: 7rem;
  }
}
.aegis-header-static-box__col1,
.aegis-header-static-box2__col1 {
  background: #f5f5f5;
  height: 6rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-header-static-box__col1,
  .aegis-header-static-box2__col1 {
    justify-content: center;
    height: 100%;
  }
}
.aegis-header-static-box__col1-box,
.aegis-header-static-box2__col1-box {
  display: flex;
  column-gap: 0.5rem;
  width: 15rem;
}
.aegis-header-static-box__col1-box-icon,
.aegis-header-static-box2__col1-box-icon {
  width: 2.5rem;
}
.aegis-header-static-box__col1-box-text,
.aegis-header-static-box2__col1-box-text {
  font-size: 0.9rem;
  line-height: 1.35;
}
.aegis-header-static-box__col2,
.aegis-header-static-box2__col2 {
  background: #0797ce;
  color: white;
  padding-left: 2rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 576px) {
  .aegis-header-static-box__col2,
  .aegis-header-static-box2__col2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-header-static-box__col2,
  .aegis-header-static-box2__col2 {
    padding-left: 6rem;
    column-gap: 10rem;
  }
}
.aegis-header-static-box__col2-emails-label,
.aegis-header-static-box2__col2-emails-label {
  display: flex;
  column-gap: 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
}
.aegis-header-static-box__col2-emails-label-icon,
.aegis-header-static-box2__col2-emails-label-icon {
  width: 0.9rem;
}
.aegis-header-static-box__col2-emails-container,
.aegis-header-static-box2__col2-emails-container {
  line-height: 1.35;
  display: flex;
  flex-direction: column;
}
.aegis-header-static-box__col2-emails-links,
.aegis-header-static-box2__col2-emails-links {
  color: white;
}
.aegis-header-static-box__col2-telno-link,
.aegis-header-static-box2__col2-telno-link {
  color: white;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-header-static-box__col2-telno-link,
  .aegis-header-static-box2__col2-telno-link {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1350px) {
  .aegis-header-static-box__col2-telno-link,
  .aegis-header-static-box2__col2-telno-link {
    font-size: 1.75rem;
  }
}
.aegis-header-static-box__col2-telno,
.aegis-header-static-box2__col2-telno {
  line-height: 1.35;
}
.aegis-header-static-box__col2-telno-label,
.aegis-header-static-box2__col2-telno-label {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  column-gap: 0.35rem;
}

.subpage-banner {
  margin-top: 3.05rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  height: 10rem;
}
@media only screen and (min-width: 1200px) {
  .subpage-banner {
    margin-top: 0;
    height: 20rem;
    margin-left: 7rem;
  }
}
.subpage-banner::after {
  content: " ";
  background: #000;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.subpage-banner__heading {
  position: absolute;
  z-index: 10;
  color: white;
  margin-left: 5rem;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 0;
  width: 50%;
}
@media only screen and (min-width: 1200px) {
  .subpage-banner__heading {
    font-size: 3rem;
    font-weight: 700;
    width: auto;
  }
}
.subpage-banner__heading:after {
  content: " ";
  height: 0.25rem;
  background: #0797ce;
  width: 100%;
  display: flex;
  margin-top: 1rem;
}
@media only screen and (min-width: 1200px) {
  .subpage-banner__heading {
    margin-left: 6rem;
    font-size: 2.5rem;
  }
}
.subpage-banner__img {
  position: relative;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.subpage-banner2 {
  margin-top: 3.05rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  height: 10rem;
}
@media only screen and (min-width: 1200px) {
  .subpage-banner2 {
    margin-top: 0;
    height: 23rem;
    margin-left: 7rem;
  }
}
.subpage-banner2::after {
  content: " ";
  background: #000;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.subpage-banner2__heading {
  position: absolute;
  z-index: 10;
  color: white;
  margin-left: 5rem;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
  .subpage-banner2__heading {
    font-size: 3rem;
    font-weight: 700;
  }
}
.subpage-banner2__heading:after {
  content: " ";
  height: 0.25rem;
  background: #0797ce;
  width: 100%;
  display: flex;
  margin-top: 1rem;
}
@media only screen and (min-width: 1200px) {
  .subpage-banner2__heading {
    margin-left: 6rem;
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.subpage-banner2__img {
  position: relative;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.request-a-quote-btn__link {
  background: #0797ce;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  border: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.request-a-quote-btn__link:hover {
  background: #0f1670;
  color: white;
}
.request-a-quote-btn__link::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .request-a-quote-btn__link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .request-a-quote-btn__link {
    font-size: 1rem;
    height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.request-a-quote-btn__icon {
  width: 1rem;
}

.floating-buttons {
  position: fixed;
  display: flex;
  gap: 0.35rem;
  bottom: 5.2rem;
  right: 1rem;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .floating-buttons {
    right: 1.5rem;
    top: 23rem;
    left: initial;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .floating-buttons {
    top: 40vh;
  }
}
.floating-buttons__links {
  border-radius: 100%;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.45rem;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .floating-buttons__links {
    width: 3rem;
    height: 3rem;
  }
}
.floating-buttons__links.whatsapp {
  background: #11bf38;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.floating-buttons__links.telecall {
  background: #0797ce;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.floating-buttons__links.telecall img {
  width: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .floating-buttons__links.telecall img {
    width: 1.3rem;
  }
}
.floating-buttons .whatsapp__icon {
  width: 1.75rem;
}
.floating-buttons__links.gmblocation {
  background: #0f1670;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.floating-buttons__links.gmblocation img {
  width: 1.15rem;
}
/* Main Nav: Start */
/* Navigation Trigger: Start */
.main-nav__trigger {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: absolute;
  top: -3rem;
  right: 1rem;
}
.main-nav__trigger.active .main-nav__trigger-item {
  background-color: #000;
}
.main-nav__trigger.active .main-nav__trigger-item::before, .main-nav__trigger.active .main-nav__trigger-item::after {
  background-color: #000;
}

.main-nav__trigger-box {
  width: 45px;
  height: 40px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.main-nav__trigger-item {
  display: block;
  top: 45%;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  z-index: 0;
}
.main-nav__trigger-item::before, .main-nav__trigger-item::after {
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  z-index: 0;
}
.main-nav__trigger-item::before, .main-nav__trigger-item::after {
  content: "";
  display: block;
}
.main-nav__trigger-item::before {
  top: -10px;
}
.main-nav__trigger-item::after {
  bottom: -10px;
}

.main-nav__trigger .main-nav__trigger-item::before {
  transition: all 0.35s ease-out 0s;
}
.main-nav__trigger .main-nav__trigger-item::after {
  top: 10px;
}
.main-nav__trigger.active .main-nav__trigger-item {
  transform: translate3d(0px, 0px, 0px) rotate(-45deg);
}
.main-nav__trigger.active .main-nav__trigger-item::before {
  transform: rotate(45deg) translate3d(3.71429px, 0px, 0);
  opacity: 0;
}
.main-nav__trigger.active .main-nav__trigger-item::after {
  transform: translate3d(0px, -10px, 0) rotate(90deg);
}

/* Navigation Trigger: End */
/* Main Nav Content: Start */
.main-nav {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  z-index: 1;
}

.main-nav__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.35s ease;
}

.main-nav__content {
  display: none;
  position: absolute;
  width: 100%;
  top: 2.95rem;
}

.main-nav__item {
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: relative;
}

.main-nav__link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  transition: all 0.35s ease;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  background: #f9f9f9;
  flex-grow: 1;
  justify-content: space-between;
  display: flex;
  color: #666;
  text-decoration: none;
}

.main-nav__ul > .main-nav__item:last-child {
  border-bottom: 1px solid #efefef;
}

.main-nav__content .main-nav__submenu-content .main-nav__item .main-nav__link {
  padding-left: 1.5rem;
}

.main-nav__submenu-content {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  .main-nav {
    flex-basis: auto;
    height: 100%;
    margin-right: 0;
    z-index: 2;
    margin-left: 0;
  }
  .main-nav__content {
    height: 100%;
    align-items: stretch;
    flex-direction: row;
    display: flex !important;
    position: relative;
    top: 0;
  }
  .main-nav__content > .main-nav__ul {
    display: flex;
  }
  .main-nav__item {
    display: flex;
    align-items: stretch;
    column-gap: 1rem;
    position: relative;
    border-top: none;
  }
  /* Offset Screen Menu */
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .main-nav__item.has-submenu {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav__ul > .main-nav__item:last-child {
    border-bottom: 0;
  }
  .main-nav__content .main-nav__link {
    column-gap: 1rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.35rem;
    background: none;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 500;
  }
  .main-nav__content .main-nav__link:hover {
    color: #0797ce;
  }
  .main-nav__submenu-content {
    background: #f5f5f5;
    margin-left: -1px;
    display: initial !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.35s ease;
    top: 100%;
    width: 17rem;
  }
  .main-nav__submenu-content .main-nav__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1.5rem;
    background: none;
  }
  .main-nav__submenu-content .main-nav__link:hover {
    color: #0797ce;
  }
  .main-nav__submenu-content .main-nav__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .main-nav__submenu-content .main-nav__item .down-arrow-icon::after {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav__item:hover > .main-nav__submenu-content {
    opacity: 1;
    visibility: visible;
    position: absolute;
    transition: all 0.75s ease;
    display: initial;
  }
  .main-nav__submenu-content .main-nav__submenu-content {
    left: 100%;
    top: 0;
    width: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
  .main-nav__ul > .main-nav__item .main-nav__submenu-content.offscreen {
    right: 100%;
    left: initial;
  }
  .main-nav__ul > .main-nav__item > .main-nav__submenu-content.offscreen {
    right: 0;
    left: initial;
  }
}
/* Main Nav Content: End */
/* Down-arrow-icon: start */
.down-arrow-icon {
  background: #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.down-arrow-icon:after {
  content: "";
  background-color: transparent;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 1200px) {
  .down-arrow-icon {
    height: auto;
    background: none;
    width: auto;
    top: 0.1rem;
  }
}

/* down-arrow-icon: end */
/* Main Nav: End */
@media only screen and (min-width: 1200px) {
  .subpage-content__section {
    padding-left: 0;
    padding-right: 0;
  }
}

.subpage-main-content ul {
  list-style: disc;
  margin-left: 1rem;
}
@media only screen and (min-width: 1200px) {
  .subpage-main-content {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
.subpage-main-content__single-column-container {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
}
.subpage-main-content__double-column-container {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1200px) {
  .subpage-main-content__double-column-container {
    grid-template-columns: minmax(0, 1fr) 22.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.subpage-main-content__col1-section {
  margin-bottom: 1.5rem;
}
.subpage-main-content__col1-section figure {
  margin-left: 0px;
  margin-right: 0;
}
.subpage-main-content__col1-section figure img {
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.subpage-main-content__col1-section p img {
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .subpage-main-content__col1-section p img {
    width: 100%;
  }
}
.subpage-main-content__col2 {
  display: grid;
  grid-auto-rows: min-content;
}

.service-brief-subpage__box {
  background: #efefef;
  padding: 2rem;
}
@media only screen and (min-width: 992px) {
  .service-brief-subpage__box {
    padding: 3.25rem 4rem;
  }
}
.service-brief-subpage__box .service-brief-subpage__ul {
  margin-left: 1rem;
  list-style: disc;
}
@media only screen and (min-width: 576px) {
  .service-brief-subpage__box .service-brief-subpage__ul {
    column-count: 2;
  }
}
.service-brief-subpage__box .service-brief-subpage__li {
  position: relative;
  align-items: flex-start;
  column-gap: 0.5rem;
  line-height: 1.5;
}

.service-brief-subpage__heading {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.related-blog-listing {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .related-blog-listing {
    margin-top: 2rem;
  }
}
.related-blog-listing__content {
  background: #efefef;
  padding: 1rem;
}
@media only screen and (min-width: 992px) {
  .related-blog-listing__content {
    padding: 1.75rem;
  }
}
.related-blog-listing__li {
  line-height: 1.25;
  margin-bottom: 1rem;
}
.related-blog-listing__li:last-child {
  margin-bottom: 0;
}
.related-blog-listing__link {
  font-size: 1rem;
}
.advertisement-horizontal {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .advertisement-horizontal {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

.sidebar-services-listbox__container {
  display: flex;
  background: #efefef;
  padding: 1.85rem 2rem;
}
.sidebar-services-listbox__img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 15rem;
}
@media only screen and (min-width: 992px) {
  .sidebar-services-listbox__img {
    height: 10rem;
  }
}
.sidebar-services-listbox__ul {
  margin-left: 0 !important;
}
.sidebar-services-listbox__li {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 0.5rem;
  line-height: 1.8;
}
.sidebar-services-listbox__li::before {
  content: " ";
  background-image: url(../../assets/images/bullet-arrow.svg);
  background-size: 1rem;
  display: flex;
  width: 1rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  position: relative;
  top: 0.5rem;
}
.sidebar-services-listbox__link {
  font-size: 1rem;
}
.sidebar-services-listbox__link:hover {
  color: #0797ce;
}
@media only screen and (min-width: 1200px) {
  .sidebar-services-listbox {
    margin-top: 4rem;
  }
  .sidebar-services-listbox.with-get-free-quote {
    margin-top: 10rem;
  }
}

.contact-us-subpage-box {
  background: #efefef;
  color: #333;
  flex-direction: column;
  line-height: 1.35;
  padding: 1rem;
  border-radius: 0;
  border: 3px solid #cdcdcd;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 576px) {
  .contact-us-subpage-box {
    align-items: center;
    column-gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us-subpage-box {
    flex-direction: row;
    justify-content: center;
  }
}
.contact-us-subpage-box__label {
  font-size: 1.25rem;
}
.contact-us-subpage-box__number {
  font-size: 1.75rem;
  font-weight: 600;
}

.contact-us-page-contact-box {
  display: grid;
  grid-gap: 1.5rem;
  border: 1px solid #cdcdcd;
  padding: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .contact-us-page-contact-box {
    margin-top: 2.25rem;
  }
}
.contact-us-page-contact-box__content {
  line-height: 1;
}
.contact-us-page-contact-box__content p {
  margin-bottom: 0;
  margin-left: 0;
}

@media only screen and (min-width: 1200px) {
  .map {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.map__iframe {
  border: 15px solid #cdcdcd;
  display: flex;
}

.subpage .aegis-header-static-box2 {
  display: grid;
}
@media only screen and (min-width: 1200px) {
  .subpage .aegis-header-static-box2 {
    position: relative;
    top: 0;
    margin-right: 7rem;
    width: auto;
    grid-template-columns: 15rem 1fr 18rem;
    margin-left: 7rem;
  }
}
.subpage .aegis-header-static-box2__col1 {
  background: #f5f5f5;
  height: 6rem;
  display: none;
  align-items: center;
  padding-left: 2rem;
}
@media only screen and (min-width: 1200px) {
  .subpage .aegis-header-static-box2__col1 {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
}
.subpage .aegis-header-static-box2__col1-box {
  flex-direction: column;
  text-align: center;
  align-items: center;
  row-gap: 0.5rem;
}
.subpage .aegis-header-static-box2__col1-box-text {
  padding-left: 2rem;
  padding-right: 2rem;
}
.subpage .aegis-header-static-box2__col2 {
  display: none;
  background: #0797ce;
  color: white;
  height: 10rem;
  gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .subpage .aegis-header-static-box2__col2 {
    display: flex;
    padding-left: 2rem;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 1350px) {
  .subpage .aegis-header-static-box2__col2 {
    padding-left: 3rem;
    column-gap: 3rem;
  }
}
.subpage .aegis-header-static-box2__col3 .landing-page-form {
  padding-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  background: #28b2e7;
  position: relative;
  top: -2rem;
}
.subpage .aegis-header-static-box2__col3 .landing-page-form__heading {
  color: white;
  text-align: center;
  margin-bottom: 0;
}
.subpage .aegis-header-static-box2__col3 .landing-page-form__form-tag {
  background: inherit;
}
.subpage .aegis-header-static-box2__col3 .landing-page-form .form__label {
  color: white;
}
.subpage .aegis-header-static-box2__col3 .landing-page-form .form__field-container {
  margin-bottom: 0.55rem;
}
.subpage .aegis-header-static-box2__col3 .landing-page-form .form__field-container .form__input-text {
  font-size: 1rem;
}
@media only screen and (min-width: 1200px) {
  .subpage .aegis-header-static-box2__col3 .landing-page-form {
    right: 0;
    position: absolute;
    width: 22.75rem;
    margin: 0;
    top: -17.5rem;
    padding-top: 1.5rem;
    z-index: 10;
  }
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff ;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000 ;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff ;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000 ;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Custom Style: Start */
.swiper1 {
  padding-top: 3rem;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 23rem;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .swiper1 {
    padding-top: 0;
    height: 26rem;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper1 {
    margin-left: 7rem;
    height: 25rem;
  }
}
.swiper1 .swiper-slide {
  position: relative;
}
.swiper1 .swiper-slide::after {
  content: " ";
  background: #000;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.swiper1__content {
  background: none;
  position: absolute;
  bottom: 4rem;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .swiper1__content {
    margin-left: 5rem;
    max-width: 36rem;
  }
}
.swiper1__heading {
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .swiper1__heading {
    font-size: 3rem;
  }
}
.swiper1__heading::after {
  content: " ";
  height: 0.25rem;
  background: #0797ce;
  width: 100%;
  display: flex;
  margin-top: 1rem;
}
.swiper1__image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}
.swiper1 .swiper-pagination1 {
  position: absolute;
  z-index: 1;
  margin-left: 1rem;
  bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .swiper1 .swiper-pagination1 {
    right: 4rem;
    text-align: right;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper1 .swiper-pagination1 {
    bottom: 4rem;
    padding-right: 3rem;
  }
}
.swiper1 .swiper-pagination1 .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .swiper1 .swiper-pagination1 .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
.swiper1 .swiper-pagination1 .swiper-pagination-bullet-active {
  background: #0797ce;
}

.mySwiper .swiper-slide {
  height: 10rem;
  border: 1px solid #cdcdcd;
}

/* Custom Style: End */
.alim-airlines-parners {
  margin-top: 15rem;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .alim-airlines-parners {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 992px) {
  .alim-airlines-parners {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .alim-airlines-parners {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.alim-airlines-parners__heading {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
  display: none;
}
.alim-airlines-parners__slide {
  text-align: center;
}
.alim-airlines-parners__pagination {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .alim-airlines-parners__pagination {
    margin-top: 2rem;
  }
}
.alim-airlines-parners__logo {
  width: auto;
  height: 3rem;
  max-width: 10rem;
}

@media only screen and (min-width: 1200px) {
  .aegis-provision {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .aegis-provision__container {
    display: grid;
    grid-template-columns: 17rem 1fr 15rem;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-provision__container {
    grid-template-columns: 0.85fr 1fr 18rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-provision__container {
    grid-template-columns: 22rem 1fr 19rem;
    padding-right: 0;
  }
}
.aegis-provision__col1 {
  border: 1px solid #cdcdcd;
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .aegis-provision__col1 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-provision__col1 {
    justify-content: center;
    margin-top: 3rem;
  }
}
.aegis-provision__col1-listbox {
  display: grid;
  grid-gap: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .aegis-provision__col1-listbox {
    grid-gap: 2.75rem;
  }
}
.aegis-provision__col1-listbox-li {
  display: flex;
  column-gap: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .aegis-provision__col1-listbox-li {
    font-size: 1.1rem;
  }
}
.aegis-provision__col1-listbox-icon {
  width: 2rem;
}
.aegis-provision__col2 {
  background: #f1f1f1;
  padding: 1.5rem;
  border: 1px solid #cdcdcd;
}
@media only screen and (min-width: 768px) {
  .aegis-provision__col2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-right: 1rem;
    border-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-provision__col2 {
    padding: 3rem 5rem;
    margin-top: 3rem;
  }
}
.aegis-provision__col3 {
  display: flex;
}
.aegis-provision__col3-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 20rem;
}
@media only screen and (min-width: 768px) {
  .aegis-provision__col3-img {
    height: 100%;
    max-height: inherit;
  }
}

@media only screen and (min-width: 1200px) {
  .aegis-quick {
    margin-right: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-quick__container {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-quick__heading {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-quick__description {
    margin-left: 8rem;
  }
}
.aegis-quick__box {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .aegis-quick__box {
    display: grid;
    grid-template-columns: 1fr 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-quick__box {
    margin-left: -1rem;
    margin-right: 8rem;
    grid-template-columns: 1fr 25rem;
  }
}
.aegis-quick__box-col1 {
  background: #0f1670;
  padding: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aegis-quick__box-col1-caption-heading {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .aegis-quick__box-col1-caption-heading {
    font-size: 2rem;
    max-width: 35rem;
    margin-left: 5rem;
  }
}
.aegis-quick__box-col2 {
  background: #f3f3f3;
  padding: 2rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-quick__box-col2 {
    padding: 3rem;
  }
}
.aegis-quick__img-container {
  margin-top: 2rem;
  position: relative;
}
.aegis-quick__img-container::after {
  content: " ";
  position: absolute;
  background: #000;
  opacity: 0.2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .aegis-quick__img-container {
    margin-left: -1rem;
    margin-bottom: -5rem;
  }
}
.aegis-quick__img {
  display: flex;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .aegis-quick__img {
    height: 30rem;
  }
}

@media only screen and (min-width: 1200px) {
  .aegis-services-brief__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-services-brief {
    margin-right: 8rem;
    margin-left: 8rem;
  }
}
.aegis-services-brief__wrapper {
  border: 1px solid #cdcdcd;
}
@media only screen and (min-width: 768px) {
  .aegis-services-brief__wrapper {
    display: grid;
    grid-template-columns: 17rem 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-services-brief__wrapper {
    grid-template-columns: 25rem 1fr;
  }
}
.aegis-services-brief__col1 {
  background: #f5f5f5;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .aegis-services-brief__col1 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-services-brief__col1 {
    padding: 4rem;
  }
}
.aegis-services-brief__listbox {
  display: grid;
  grid-gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .aegis-services-brief__listbox {
    grid-gap: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-services-brief__listbox {
    grid-gap: 4rem;
  }
}
.aegis-services-brief__listbox-li {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  line-height: 1.2;
}
.aegis-services-brief__col2 {
  padding: 2rem;
}
@media only screen and (min-width: 992px) {
  .aegis-services-brief__col2 {
    padding: 4rem 5rem;
  }
}
.aegis-services-brief__col2-bullet-box {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .aegis-services-brief__col2-bullet-box-ul {
    column-count: 2;
  }
}
.aegis-services-brief__col2-bullet-box-li {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 0.5rem;
  line-height: 1.5;
}
.aegis-services-brief__col2-bullet-box-li::before {
  content: " ";
  background-image: url(../../assets/images/bullet-arrow.svg);
  background-size: 1rem;
  display: flex;
  width: 1rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  position: relative;
  top: 0.4rem;
}

@media only screen and (min-width: 1200px) {
  .aegis-trucks {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__container {
    padding-right: 0;
    padding-left: 0;
  }
}
.aegis-trucks__img {
  position: relative;
  height: 100%;
}
.aegis-trucks__img-container {
  position: relative;
  height: 13rem;
}
@media only screen and (min-width: 768px) {
  .aegis-trucks__img-container {
    height: 26rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__img-container {
    margin-bottom: -5rem;
  }
}
.aegis-trucks__img-container::after {
  content: " ";
  position: absolute;
  background: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.aegis-trucks__caption-box {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
@media only screen and (min-width: 576px) {
  .aegis-trucks__caption-box {
    justify-content: center;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__caption-box {
    left: auto;
    right: 14rem;
    top: -5rem;
    width: 24rem;
  }
}
.aegis-trucks__caption-box-heading {
  line-height: 1;
  position: relative;
  color: white;
  margin-bottom: 0;
}
.aegis-trucks__caption-box-heading:after {
  content: " ";
  height: 0.25rem;
  background: #0797ce;
  width: 90%;
  display: flex;
  margin-top: 1rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__caption-box-heading {
    font-size: 2.5rem;
  }
}
.aegis-trucks__box {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .aegis-trucks__box {
    display: grid;
    grid-template-columns: 1fr 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__box {
    margin-right: 8rem;
    grid-template-columns: 1fr 25rem;
  }
}
.aegis-trucks__box-col1 {
  background: #f3f3f3;
  padding: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__box-col1 {
    padding: 3rem;
  }
}
.aegis-trucks__box-col1-caption-heading {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__box-col1-caption-heading {
    font-size: 2rem;
    max-width: 35rem;
    margin-left: 5rem;
  }
}
.aegis-trucks__box-col2 {
  background: #0797ce;
  padding: 2rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__box-col2 {
    padding: 3rem;
  }
}
.aegis-trucks__box-col2-caption {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 1rem;
}
.aegis-trucks__box-col2-caption-img {
  width: 2.5rem;
}
.aegis-trucks__box-col2-caption-text {
  color: white;
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__img-container {
    height: 30rem;
  }
}
.aegis-trucks__img {
  display: flex;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .aegis-trucks__img {
    height: 30rem;
  }
}

@media only screen and (min-width: 1200px) {
  .aegis-mission {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-mission__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.aegis-mission__listbox {
  display: grid;
  grid-gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .aegis-mission__listbox {
    grid-template-columns: repeat(3, 1fr);
  }
}
.aegis-mission__listbox-items {
  background: #f3f3f3;
}
.aegis-mission__listbox-description-box {
  padding: 1.5rem;
}
.aegis-mission__listbox-heading {
  font-size: 1rem;
}
.aegis-mission__listbox-img {
  object-fit: cover;
  width: 100%;
  height: 10rem;
}

@media only screen and (min-width: 1200px) {
  .aegis-pack {
    margin-right: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-pack__container {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-pack__heading {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-pack__description {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .aegis-pack__box {
    display: grid;
    grid-template-columns: 1fr 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-pack__box {
    margin-left: -1rem;
    margin-right: 6rem;
    grid-template-columns: 1fr 25rem;
  }
}
.aegis-pack__box-col1 {
  background: #0f1670;
  padding: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aegis-pack__box-col1-caption-heading {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .aegis-pack__box-col1-caption-heading {
    font-size: 2rem;
    max-width: 35rem;
    margin-left: 5rem;
  }
}
.aegis-pack__box-col2 {
  background: #f3f3f3;
  padding: 2rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-pack__box-col2 {
    padding: 3rem;
  }
}
.aegis-pack__img-container {
  margin-top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-pack__img-container {
    margin-left: -1rem;
    margin-bottom: -5rem;
  }
}
.aegis-pack__img {
  display: flex;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .aegis-pack__img {
    height: 30rem;
  }
}

@media only screen and (min-width: 1200px) {
  .aegis-solution {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 576px) {
  .aegis-solution__heading {
    text-align: center;
  }
}
.aegis-solution__listbox {
  background: #f1f1f1;
  padding: 2rem;
  display: grid;
  grid-gap: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .aegis-solution__listbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .aegis-solution__listbox {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-solution__listbox {
    height: 10rem;
  }
}
.aegis-solution__listbox-items {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
.aegis-solution__listbox-items-icon {
  width: 2rem;
  max-height: 2.5rem;
}
.aegis-solution__description {
  text-align: center;
}

.aegis-containers {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  .aegis-containers {
    margin-left: 8rem;
    padding-right: 0;
  }
}
.aegis-containers__container {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .aegis-containers__box {
    width: 20rem;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-containers__box {
    top: 7rem;
  }
}
.aegis-containers__img-container {
  position: relative;
  height: 13rem;
}
@media only screen and (min-width: 768px) {
  .aegis-containers__img-container {
    height: 24.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-containers__img-container {
    height: 30rem;
  }
}
.aegis-containers__img-container:after {
  content: " ";
  position: absolute;
  background: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.aegis-containers__img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.aegis-containers__caption-box {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .aegis-containers__caption-box {
    width: 15rem;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-containers__caption-box {
    width: 21rem;
    margin-left: 5rem;
  }
}
.aegis-containers__caption-text {
  line-height: 1;
  position: relative;
  color: white;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .aegis-containers__caption-text {
    font-size: 2rem;
  }
}
.aegis-containers__caption-text:after {
  content: " ";
  height: 0.25rem;
  background: #0797ce;
  width: 90%;
  display: flex;
  margin-top: 1rem;
}
.aegis-containers__box-col1 {
  background: #0797ce;
  padding: 1.5rem 2rem;
  text-align: center;
}
.aegis-containers__box-col1-content-box-img {
  margin-bottom: 0.5rem;
}
.aegis-containers__box-col1-content-box-text {
  color: white;
}
.aegis-containers__box-col2 {
  background: #f5f5f5;
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 1200px) {
  .aegis-containers__box-col2 {
    padding: 3rem;
  }
}

/* Testimonials: Start */
.aegis-testimonials {
  overflow-x: hidden;
}
.aegis-testimonials__swiper2 {
  overflow-x: hidden;
}
.aegis-testimonials__wrapper {
  align-items: stretch;
  margin-right: 1px;
}
.aegis-testimonials__container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.aegis-testimonials__quote {
  width: 3rem;
  margin-bottom: 1rem;
}
.aegis-testimonials__name {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .aegis-testimonials {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-testimonials {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-testimonials {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.aegis-testimonials__heading {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .aegis-testimonials__heading {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-testimonials__heading {
    font-size: 2rem;
  }
}
.aegis-testimonials__slide {
  text-align: center;
  padding: 1rem;
  border: 1px solid #cdcdcd;
  height: auto;
  border-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aegis-testimonials__slide p span {
  background: transparent !important;
}
@media only screen and (min-width: 992px) {
  .aegis-testimonials__slide {
    padding: 1.75rem;
    background: #f5f5f5;
    border: 0.5rem solid white;
  }
}
.aegis-testimonials__pagination {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .aegis-testimonials__pagination {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
.aegis-testimonials__logo {
  width: auto;
  height: 3rem;
  max-width: 10rem;
}

/* Testimonials: End */
.aegis-question {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  .aegis-question {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
.aegis-question__heading {
  margin-bottom: 0.5rem;
}
.aegis-question__heading, .aegis-question__p {
  text-align: center;
}
.aegis-question__subheading {
  text-align: center;
}
.aegis-question__telnumber {
  display: inline-flex;
  background: #0797ce;
  padding: 1rem 1.5rem;
  color: white;
  justify-content: center;
  column-gap: 0.5rem;
  margin-bottom: 1rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .aegis-question__telnumber {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.aegis-question__telnumber-wrapper {
  text-align: center;
}
.aegis-question__telnumber-icon {
  width: 1.5rem;
  margin-top: 0.25rem;
}
.aegis-question__telnumber-digit {
  font-size: 1.7rem;
}
@media only screen and (min-width: 992px) {
  .aegis-question__telnumber-digit {
    font-size: 2.15rem;
  }
}
.aegis-question__or {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.aegis-question .aegis-question-form {
  background: #f5f5f5;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .aegis-question .aegis-question-form {
    padding: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .aegis-question .aegis-question-form {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .aegis-member {
    height: auto;
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
.aegis-member__container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .aegis-member__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .aegis-member__container {
    grid-template-columns: 30rem 1fr;
    height: 15rem;
  }
}
.aegis-member__col1 {
  display: flex;
  color: white;
}
.aegis-member__col1-img {
  object-fit: cover;
  width: 100%;
  height: 10rem;
}
@media only screen and (min-width: 768px) {
  .aegis-member__col1-img {
    height: auto;
  }
}
.aegis-member__col2 {
  background: #0797ce;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .aegis-member__col2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .aegis-member__col2 {
    justify-content: flex-end;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.aegis-member .aegis-member-box {
  display: grid;
  grid-gap: 1rem;
}
.aegis-member .aegis-member-box__col1 {
  background: white;
}
.aegis-member .aegis-member-box__row2 {
  display: grid;
  grid-gap: 1rem;
}
@media only screen and (min-width: 992px) {
  .aegis-member .aegis-member-box__row2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .aegis-member .aegis-member-box {
    display: grid;
    column-gap: 0.5rem;
  }
}
.aegis-member .aegis-member-box__col1 {
  padding: 1rem;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aegis-member .aegis-member-box__col1 img {
  margin: 0 auto;
}
.aegis-member .aegis-member-box__col2 {
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 1rem;
}
.aegis-member .aegis-member-box__col3 {
  background-color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aegis-member .aegis-member-box__heading {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color: white;
}
.aegis-member .aegis-member-box__p {
  color: white;
  font-size: 0.8rem;
  margin-bottom: 0;
}

/* required style starts */
/* Preload images */
body:after {
  content: url(../images/close.svg) url(../images/loading.gif) url(../images/prev.svg) url(../images/next.svg);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border: 10px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  margin-left: 27px;
  background: url(../images/prev.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 34%;
  right: 0;
  float: right;
  margin-right: 27px;
  background: url(../images/next.svg) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 6px 0;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* additional custom styles */
.photo-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .photo-gallery ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .photo-gallery ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.photo-gallery ul li a {
  display: flex;
}
.photo-gallery ul li a img {
  min-width: 100%;
  height: auto;
}

/* required style ends */
.landing-page .aegis-header-static-box {
  display: none;
}
.landing-page .landing-page-banner {
  margin-top: 3.05rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-page-banner {
    flex-direction: row;
    height: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-banner {
    margin-top: 0;
    margin-left: 7rem;
    height: 35rem;
  }
}
.landing-page .landing-page-banner::after {
  content: " ";
  background: #000;
  opacity: 0.45;
  width: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-banner::after {
    height: 35rem;
  }
}
.landing-page .landing-page-banner__col1 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-page-banner__col1 {
    flex-basis: 50%;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-banner__col1 {
    flex-basis: 45%;
  }
}
.landing-page .landing-page-banner__col2 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-page-banner__col2 {
    flex-basis: 50%;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-banner__col2 {
    flex-basis: 30%;
    margin-left: 13.65rem;
  }
}
.landing-page .landing-page-banner__caption {
  position: relative;
  z-index: 10;
  color: white;
  margin-left: 1rem;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-right: 4rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-page-banner__caption {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-banner__caption {
    margin-left: 4rem;
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
.landing-page .landing-page-banner__caption:after {
  content: " ";
  height: 0.25rem;
  background: #0797ce;
  width: 100%;
  display: flex;
  margin-top: 1rem;
}
.landing-page .landing-page-banner__description {
  color: white;
  margin-left: 1rem;
  margin-right: 4rem;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-page-banner__description {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-banner__description {
    margin-left: 4rem;
  }
}
.landing-page .landing-page-banner__img {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 20rem;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-page-banner__img {
    height: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-banner__img {
    height: 35rem;
  }
}
.landing-page .landing-page-form {
  background-color: #0797ce;
}
.landing-page .landing-page-form__heading {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: 3.5rem;
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-form__heading {
    height: 4.5rem;
  }
}
.landing-page .landing-page-form__form-tag {
  background-color: #0797ce;
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.landing-page .landing-page-form__form-tag > p {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-form__form-tag {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.landing-page .landing-page-form .form__input-text {
  height: 2.25rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-form .form__input-text {
    font-size: 1rem;
    height: 2rem;
  }
}
.landing-page .landing-page-form .form__submit-wrapper {
  margin-bottom: 0;
}
.landing-page .landing-page-form .form__field-container {
  margin-bottom: 0.25rem;
}
.landing-page .landing-page-form .form__label {
  color: white;
}
.landing-page .landing-page-form .form__submit {
  width: 100%;
  justify-content: center;
}

.landing-page-services {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
  .landing-page-services {
    margin-bottom: 0;
  }
}
.landing-page-services__heading {
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .landing-page-services__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.landing-page-services__items-container {
  display: grid;
  grid-gap: 1rem;
}
@media only screen and (min-width: 576px) {
  .landing-page-services__items-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .landing-page-services__items-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
  }
}
.landing-page-services__items-heading {
  font-size: 1.15rem;
  min-height: 3rem;
  display: flex;
  align-items: end;
}
.landing-page-services__description {
  margin-bottom: 0;
}
.landing-page-services__image {
  object-fit: cover;
  width: 100%;
  height: 10rem;
}
/* Why Choose Us: Start */
.why-choose-us {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
  .why-choose-us {
    margin-bottom: 0;
  }
}
.why-choose-us__heading {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
  .why-choose-us__heading {
    font-size: 2rem;
  }
}
.why-choose-us__images {
  height: 2rem;
  width: auto;
}
.why-choose-us__items {
  background: #f7f7f7;
  padding: 1rem;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .why-choose-us__items {
    height: 10rem;
  }
}
.why-choose-us__items-container {
  display: grid;
  grid-gap: 1rem;
}
@media only screen and (min-width: 576px) {
  .why-choose-us__items-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .why-choose-us__items-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.why-choose-us__label {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: center;
}

/* Why Choose Us: End */
.landing-page-testimonials {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .landing-page-testimonials {
    margin-top: 3rem;
  }
}

/* Stree Free Move: Start */
.stress-free-move {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
  .stress-free-move {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.stress-free-move__heading {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .stress-free-move__heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .stress-free-move__heading {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.stress-free-move__items {
  background-color: #0797ce;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .stress-free-move__items {
    width: 12rem;
    height: 12rem;
  }
}
.stress-free-move__items-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.stress-free-move__items-container::before {
  content: " ";
  background-color: #0797ce;
  width: 0.2rem;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .stress-free-move__items-container::before {
    width: 100%;
    height: 0.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .stress-free-move__items-container {
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
  }
}
.stress-free-move__items-icon {
  height: 2rem;
  width: auto;
}
.stress-free-move__items-label {
  color: white;
  font-weight: 600;
  width: 7rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .stress-free-move__items-label {
    width: 5rem;
    text-align: center;
    line-height: 1.25;
  }
}

/* Stree Free Move: End */
/* Leave A Review: Start */
.leave-review {
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Leave A Review: End */
/* Get A Free Quote: Start */
.get-free-quote-button {
  text-align: center;
}
.get-free-quote-button__link {
  height: auto;
  background: #0f1670;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  width: auto;
  padding: 1rem 2rem;
}
@media only screen and (min-width: 768px) {
  .get-free-quote-button__link {
    padding: 2rem 4rem;
    font-size: 2rem;
  }
}
.get-free-quote-button__icon {
  height: 2rem;
}

/* Get A Free Quote: End */
.landing-page-social-media {
  right: 1rem;
}

/* Main Index Style: Starts */
.main-index {
  background: #f5f5f5;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-index__heading {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.main-index__heading:after {
  content: " ";
  background: blue;
  height: 0.15rem;
  width: 5rem;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.main-index__container {
  display: grid;
  grid-gap: 1rem;
}
.main-index__items {
  display: grid;
  grid-template-columns: 7rem 1fr;
}
.main-index__items-img {
  object-fit: cover;
  height: 100%;
}
.main-index__items-col2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  background: white;
  justify-content: center;
  align-items: center;
}
.main-index__items-logo {
  height: 4rem;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 576px) {
  .main-index__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .main-index {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .main-index__items {
    grid-template-columns: 11rem 1fr;
  }
  .main-index__items-col2 {
    width: 20rem;
  }
  .main-index__items-logo {
    height: 6rem;
    margin-bottom: 1.25rem;
  }
}
/* Main Index Style: Ends */
.request-a-quote {
  display: flex;
  justify-content: center;
  background: #f9f9f9;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #efefef;
}

/* Main Navigation: Start */
.nav-trigger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.35s;
  transition-timing-function: linear;
  transition-delay: 0s;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  margin: 0.75rem;
}

.nav-trigger:hover {
  opacity: 0.7;
}

.nav-trigger.active:hover {
  opacity: 0.7;
}

.nav-trigger.active .nav-trigger-inner,
.nav-trigger.active .nav-trigger-inner::before,
.nav-trigger.active .nav-trigger-inner::after {
  background-color: #333;
}

.nav-trigger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.nav-trigger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.nav-trigger-inner,
.nav-trigger-inner::before,
.nav-trigger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.nav-trigger-inner::before,
.nav-trigger-inner::after {
  content: "";
  display: block;
}

.nav-trigger-inner::before {
  top: -10px;
}

.nav-trigger-inner::after {
  bottom: -10px;
}

.nav-trigger-slider .nav-trigger-inner {
  top: 2px;
}

.nav-trigger-slider .nav-trigger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.35s;
}

.nav-trigger-slider .nav-trigger-inner::after {
  top: 20px;
}

.nav-trigger-slider.active .nav-trigger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.nav-trigger-slider.active .nav-trigger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.nav-trigger-slider.active .nav-trigger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.main-navigation {
  flex-basis: 100%;
  display: none;
  border: 1px solid #cdcdcd;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
}

.main-navigation ul li {
  background-color: #efefef;
}

.main-navigation ul li a {
  color: #333;
  display: block;
  position: relative;
  background-color: #fff;
  height: 2rem;
}

.main-navigation ul li a:hover {
  background-color: #fff;
}

.main-navigation ul li.active a {
  font-weight: bold;
  width: 100%;
  background-color: #36327b;
}

@media only screen and (min-width: 1199px) {
  .nav-trigger {
    display: none;
  }
  .main-navigation {
    display: flex;
    flex-basis: auto;
    margin: 0;
    border: none;
    column-gap: 3rem;
    padding-right: 0;
  }
  .main-navigation ul {
    display: flex;
    column-gap: 1.5rem;
  }
  .main-navigation ul li {
    background: none;
  }
  .main-navigation ul li a {
    display: flex;
    align-items: center;
  }
  .main-navigation ul li a:hover:after {
    width: 100%;
  }
  .main-navigation ul li.active a:after {
    width: 100%;
  }
}
/* Main Navigation: End */
/* Site Header: End  */
/* About-us-brief: Start */
.about-us-brief__container {
  display: grid;
  grid-gap: 1rem;
}
.about-us-brief__col2 {
  background: #fff;
  padding: 1.75rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us-brief__col2-ul {
  list-style: disc;
  padding-left: 1rem;
}
.about-us-brief__col1 {
  border-radius: 0.5rem;
}
.about-us-brief__col1-img {
  object-fit: cover;
  width: 100%;
  height: 17rem;
  border-radius: 0.5rem;
}

@media only screen and (min-width: 576px) {
  .about-us-brief__container {
    grid-template-columns: 14rem 1fr;
  }
  .about-us-brief__col2 {
    padding: 1.75rem 2rem;
  }
  .about-us-brief__col1-img {
    height: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-us-brief__container {
    grid-template-columns: 17rem 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-brief__container {
    grid-template-columns: 25rem 1fr;
  }
  .about-us-brief__col2 {
    padding: 1.75rem 4rem;
  }
}
/* About-us-brief: End */
/* Services-brief: Start */
.services-brief__container {
  display: grid;
  grid-gap: 1rem;
}
.services-brief__col1 {
  background: #fff;
  padding: 1.75rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-brief__col1-ul {
  list-style: disc;
  padding-left: 1rem;
}
.services-brief__col2 {
  border-radius: 0.5rem;
}
.services-brief__col2-img {
  object-fit: cover;
  width: 100%;
  height: 17rem;
  border-radius: 0.5rem;
}

@media only screen and (min-width: 576px) {
  .services-brief__container {
    grid-template-columns: 1fr 14rem;
  }
  .services-brief__col1 {
    padding: 1.75rem 2rem;
  }
  .services-brief__col2-img {
    height: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .services-brief__container {
    grid-template-columns: 1fr 17rem;
  }
}
@media only screen and (min-width: 992px) {
  .services-brief__container {
    grid-template-columns: 1fr 25rem;
  }
  .services-brief__col1 {
    padding: 1.75rem 4rem;
  }
}
/* Services-brief: End */
/* Features-brief: Start */
.features-brief__container {
  display: grid;
  grid-gap: 1rem;
}
.features-brief__col2 {
  background: #fff;
  padding: 1.75rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-brief__col2-ul {
  list-style: disc;
  padding-left: 1rem;
}
.features-brief__col1 {
  border-radius: 0.5rem;
}
.features-brief__col1-img {
  object-fit: cover;
  width: 100%;
  height: 17rem;
  border-radius: 0.5rem;
}

@media only screen and (min-width: 576px) {
  .features-brief__container {
    grid-template-columns: 14rem 1fr;
  }
  .features-brief__col2 {
    padding: 1.75rem 2rem;
  }
  .features-brief__col1-img {
    height: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .features-brief__container {
    grid-template-columns: 17rem 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .features-brief__container {
    grid-template-columns: 25rem 1fr;
  }
  .features-brief__col2 {
    padding: 1.75rem 4rem;
  }
}
/* Features-brief: End */
/* Subpage Banner: Start */
.subpage-baner__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

/* Subpage Banner: End */
.preloader {
  display: none;
}

.enable-preloader {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  display: block;
}

.enable-preloader .preloader-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  z-index: 1000;
  background: none;
}

.enable-preloader .preloader-wrapper span {
  background: #377dea;
  height: 15px;
  margin: 0 7px;
  width: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.enable-preloader .preloader-wrapper span:nth-child(1) {
  -webkit-animation: pulse 1s linear 0s infinite normal forwards running;
  -moz-animation: pulse 1s linear 0s infinite normal forwards running;
  -o-animation: pulse 1s linear 0s infinite normal forwards running;
  animation: pulse 1s linear 0s infinite normal forwards running;
}

.enable-preloader .preloader-wrapper span:nth-child(2) {
  -webkit-animation: pulse 1s linear 0.5s infinite normal forwards running;
  -moz-animation: pulse 1s linear 0.5s infinite normal forwards running;
  -o-animation: pulse 1s linear 0.5s infinite normal forwards running;
  animation: pulse 1s linear 0.5s infinite normal forwards running;
}

.enable-preloader .preloader-wrapper span:nth-child(3) {
  -webkit-animation: pulse 1s linear 0.6s infinite normal forwards running;
  -moz-animation: pulse 1s linear 0.6s infinite normal forwards running;
  -o-animation: pulse 1s linear 0.6s infinite normal forwards running;
  animation: pulse 1s linear 0.6s infinite normal forwards running;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-ms-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.ty-html-tag,
.ty-body-tag {
  height: 100%;
}

.ty-header {
  border-top: 1rem solid #0f1670;
}
.ty-header__logo {
  width: 13rem;
  height: auto;
  margin: 1rem auto 1rem auto;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .ty-header__logo {
    width: 16rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.ty-body {
  position: relative;
  height: 100%;
}
.ty-body__bg-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.ty-content {
  position: relative;
  background: white;
  margin: 1rem;
  text-align: center;
  top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 576px) {
  .ty-content {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .ty-content {
    width: 40rem;
  }
}
.ty-content__heading {
  color: #0797ce;
  font-size: 2rem;
}
.ty-content__description {
  width: 15rem;
  margin: 0 auto 2rem auto;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .ty-content__description {
    width: 19rem;
  }
}
.ty-content__btn {
  background: #0f1670;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  color: white;
  width: 15rem;
  margin: 0 auto 2rem auto;
}

/* Contact Page */
@media only screen and (min-width: 768px) {
  .contact-writeup__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-writeup__box {
  background: #f9f9f9;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .contact-writeup__box {
    padding: 2rem;
  }
}
.contact-writeup__box p {
  margin-bottom: 0;
}

.video-landing-page {
  text-align: center;
}
.video-landing-page iframe {
  width: 100%;
  height: 17rem;
  background: #f1f1f1;
  padding: 1rem;
}
@media only screen and (min-width: 576px) {
  .video-landing-page iframe {
    height: 23rem;
  }
}
@media only screen and (min-width: 768px) {
  .video-landing-page iframe {
    width: 45rem;
  }
}
@media only screen and (min-width: 992px) {
  .video-landing-page iframe {
    width: 55rem;
    height: 27rem;
    padding: 1.5rem;
  }
}

.video-services-page {
  text-align: center;
}
.video-services-page iframe {
  width: 100%;
  height: 17rem;
  background: #f1f1f1;
  padding: 1rem;
}
@media only screen and (min-width: 576px) {
  .video-services-page iframe {
    height: 23rem;
  }
}
@media only screen and (min-width: 768px) {
  .video-services-page iframe {
    width: 44rem;
  }
}
@media only screen and (min-width: 992px) {
  .video-services-page iframe {
    width: 44rem;
    height: 27rem;
    padding: 1.5rem;
  }
}

.iam-video {
  text-align: center;
}
.iam-video iframe {
  width: 100%;
  height: 17rem;
  background: #f1f1f1;
  padding: 1rem;
}
@media only screen and (min-width: 576px) {
  .iam-video iframe {
    height: 23rem;
  }
}
@media only screen and (min-width: 768px) {
  .iam-video iframe {
    width: 44rem;
  }
}
@media only screen and (min-width: 992px) {
  .iam-video iframe {
    width: 50rem;
    height: 30rem;
    padding: 1.5rem;
  }
}

/* Site Footer: Start */
.site-footer {
  margin-top: 2rem;
}
.site-footer__row1 {
  margin-bottom: 1.5rem;
}
.site-footer__logo {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.site-footer__nav-ul {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  flex-wrap: wrap;
  margin-left: 2rem;
  margin-right: 2rem;
}
.site-footer__row2 {
  margin-bottom: 2rem;
}
.site-footer__copyright {
  font-size: 0.7rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .site-footer {
    margin-top: 3rem;
  }
  .site-footer__row1 {
    display: flex;
  }
  .site-footer__logo {
    margin-left: 0;
  }
  .site-footer__nav {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__nav-ul {
    margin-right: auto;
  }
}
/* Site Footer: End */
/* Move to Top: Start */
.move-to-top {
  display: none;
  position: fixed;
  bottom: 1.25rem;
  right: 1rem;
  z-index: 99;
  font-size: 1rem;
  border: none;
  outline: none;
  background-color: #0797ce;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
}
@media only screen and (min-width: 1200px) {
  .move-to-top {
    right: 1.25rem;
  }
}

.move-to-top::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  padding: 2px;
  background-color: transparent;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-136deg);
  -webkit-transform: rotate(-136deg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0.5rem;
  bottom: 0;
}

.move-to-top:hover {
  background-color: #0797ce;
}

.move-to-top.move-to-top--active {
  display: block;
}

/* Move to Top: Start */
.landing-page-floating-buttons {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .landing-page-floating-buttons {
    display: flex;
  }
}

.landing-page-floating-buttons.landing-page-floating-buttons--active {
  display: flex;
}

.floating-buttons__moving-to-uk {
  top: 60vh;
}

.social-media-for-landing-page {
  right: 1rem;
  top: 9.25rem;
}
@media only screen and (min-width: 1200px) {
  .social-media-for-landing-page {
    right: initial;
    top: 6.05rem;
  }
}

.video {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.video iframe {
  width: 100%;
  height: 13rem;
}
@media only screen and (min-width: 576px) {
  .video iframe {
    width: 100%;
    height: 23rem;
  }
}
@media only screen and (min-width: 768px) {
  .video iframe {
    width: 70%;
    height: 28rem;
  }
}
@media only screen and (min-width: 1200px) {
  .video iframe {
    width: 70%;
    height: 32rem;
  }
}

.key-features-box h2 {
  font-size: 1.5rem;
  text-align: center;
}
.key-features-box h3 {
  font-size: 1rem;
}
.key-features-box > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 768px) {
  .key-features-box > div {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}
.key-features-box > div > div {
  border: 1px solid #efefef;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.key-features-box > div > div h3 {
  font-size: 1rem;
  border-bottom: 2px dashed #e1e1e1;
  padding: 1rem;
  margin-bottom: 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.key-features-box > div > div > div ul {
  margin: 0;
  list-style: none;
  padding: 1rem;
  border-bottom: 2px dashed #e1e1e1;
}
.key-features-box > div > div > div ul li {
  position: relative;
  padding-left: 1.65rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.key-features-box > div > div > div ul li::before {
  content: " ";
  background-image: url(../images/key-features-box-list-icon.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  background-repeat: no-repeat;
}
.key-features-box > div > div > div > div {
  padding: 2rem 1rem;
  text-align: center;
}
.key-features-box > div > div > div > div > a {
  padding: 15px 25px;
  border-radius: 2rem;
  background: #0797ce;
  color: white;
}

#captcha_input {
  margin-bottom: 1rem;
}

.g-recaptcha {
  margin-bottom: 1rem;
}

.moving-to-uk-tel-no {
  background: #0f1670;
  color: white;
  padding: 5px 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .moving-to-uk-tel-no {
    font-size: 16px;
  }
}
.moving-to-uk-tel-no img {
  height: 15px;
  filter: brightness(0) invert(1);
}

.g-recaptcha > div {
  width: auto !important;
}
.g-recaptcha iframe {
  width: auto !important;
}

.aegis-site-header-moving-to-uk {
  border-top: none;
}

/* Telephone Field with Country Flag: Start */
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../images/phone-field-flags.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/* Telephone Field with Country Flag: End */
.flatpickr-calendar {
  display: none;
}

.new-brand {
  background-color: #0f1670;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.new-brand__caption {
  color: white;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}
.new-brand__description {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.new-brand__btn {
  background-color: #0797ce;
}
.new-brand__btn:hover {
  background-color: #1eaee5;
}

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