@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Aldrich&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
body {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: linear-gradient(44deg, rgba(114, 114, 114, 0.02) 0%, rgba(114, 114, 114, 0.02) 86%, transparent 86%, transparent 87%, rgba(147, 147, 147, 0.02) 87%, rgba(147, 147, 147, 0.02) 91%, rgba(63, 63, 63, 0.02) 91%, rgba(63, 63, 63, 0.02) 100%), linear-gradient(78deg, rgba(51, 51, 51, 0.02) 0%, rgba(51, 51, 51, 0.02) 51%, transparent 51%, transparent 74%, rgba(43, 43, 43, 0.02) 74%, rgba(43, 43, 43, 0.02) 94%, rgba(36, 36, 36, 0.02) 94%, rgba(36, 36, 36, 0.02) 100%), linear-gradient(166deg, rgba(152, 152, 152, 0.02) 0%, rgba(152, 152, 152, 0.02) 16%, transparent 16%, transparent 51%, rgba(109, 109, 109, 0.02) 51%, rgba(109, 109, 109, 0.02) 93%, rgba(132, 132, 132, 0.02) 93%, rgba(132, 132, 132, 0.02) 100%), linear-gradient(80deg, rgba(136, 136, 136, 0.02) 0%, rgba(136, 136, 136, 0.02) 28%, transparent 28%, transparent 35%, rgba(226, 226, 226, 0.02) 35%, rgba(226, 226, 226, 0.02) 95%, rgba(171, 171, 171, 0.02) 95%, rgba(171, 171, 171, 0.02) 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
}
body a {
  text-decoration: none;
  color: #00b8d9;
}
body .w-button {
  background-color: #8dedff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 0.5rem 0 0.5rem;
  outline: none;
  box-shadow: none;
  padding: 0.5rem 2rem;
  color: #006173;
}
body .w-button:hover {
  color: #ffffff;
  background-color: #00d2f8;
  -webkit-webkit-box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  -moz-webkit-box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  -ms-webkit-box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  -o-webkit-box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
}
body .margin-bottom.services-title a {
  color: #00a2c0;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .margin-bottom.services-title a:hover {
  color: #0DDAFF;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(22, 35, 59, 0.9);
  backdrop-filter: blur(11px);
  padding: 1.45rem 0;
  -webkit-webkit-box-shadow: 0px 5px 14px -10px rgba(28, 28, 28, 0.75);
  -moz-webkit-box-shadow: 0px 5px 14px -10px rgba(28, 28, 28, 0.75);
  -ms-webkit-box-shadow: 0px 5px 14px -10px rgba(28, 28, 28, 0.75);
  -o-webkit-box-shadow: 0px 5px 14px -10px rgba(28, 28, 28, 0.75);
  box-shadow: 0px 5px 14px -10px rgba(28, 28, 28, 0.75);
}
.nav-wrapper .navigation-bar {
  background-color: transparent;
}
.nav-wrapper .navigation-bar .logo .logo-block img {
  width: 256px;
}
.nav-wrapper .navigation-bar .d-navbar {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav-wrapper .navigation-bar .d-navbar {
    display: none;
  }
}
.nav-wrapper .navigation-bar .d-navbar .simple-nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-wrapper .navigation-bar .d-navbar .simple-nav-menu a {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-wrapper .navigation-bar .d-navbar .simple-nav-menu a.w--current {
  color: #0DDAFF;
}
.nav-wrapper .navigation-bar .d-navbar .simple-nav-menu a:hover {
  color: #0DDAFF;
}
.nav-wrapper .navigation-bar .navbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav-wrapper .navigation-bar .navbar {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrapper .navigation-bar .navbar .w-nav .w-nav-overlay {
    top: 80px;
    left: unset;
    width: 100vw;
  }
}
.nav-wrapper .navigation-bar .navbar .w-nav .w-nav-overlay .simple-nav-link-holder {
  background-color: #16233b;
}
@media only screen and (max-width: 767px) {
  .nav-wrapper .navigation-bar .navbar .w-nav .w-nav-overlay .simple-nav-link-holder {
    width: 100vw;
    height: 90vh;
  }
}
.nav-wrapper .navigation-bar .navbar .w-nav .w-nav-overlay .simple-nav-link-holder .simple-link {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .nav-wrapper .navigation-bar .navbar .w-nav .w-nav-overlay .simple-nav-link-holder .simple-link {
    font-size: 2.5rem;
  }
}
.nav-wrapper .navigation-bar .navbar .w-nav .w-nav-overlay .simple-nav-link-holder .simple-link.w--current {
  color: #0DDAFF;
}
.nav-wrapper .navigation-bar .navbar .w-nav .w-nav-overlay .simple-nav-link-holder .simple-link:hover {
  color: #0DDAFF;
}

.header-section {
  margin-top: -1rem;
  background-color: #16233b;
}
.header-section .ultra-big-fat-paragraph {
  color: #ced1d8;
}

.container.header-container {
  padding-bottom: 0.5rem;
}
.container.header-container .col {
  margin-bottom: 0;
}

.section {
  position: relative;
}
.section.vertical-padding-large {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section .hero-title {
  color: #006173;
  max-width: 800px;
  font-size: 56px;
}
@media only screen and (max-width: 767px) {
  .section .hero-title {
    font-size: 33px;
  }
}
.section .hero-title small {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .section .hero-title small {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .section .hero-image {
    display: block;
  }
  .section .hero-image .embedded__topic {
    display: table-row;
  }
  .section .hero-image .nav--contact-info {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .section .hero-image.w-background-video > video {
    left: -165%;
  }
  .section .hero-image.w-background-video > video .embedded__topic {
    display: table-row;
  }
  .section .hero-image.w-background-video > video .nav--contact-info {
    display: none;
  }
}
.section .p-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 120px;
}
.section .title-1, .section .heading-2, .section .title-3 {
  font-family: "Aldrich", sans-serif;
  color: #008da6;
  font-weight: 600;
}
.section .pre-title {
  color: #00b8d9;
}
.section .quote-mark {
  color: #0DDAFF;
}
.section .contact-field-label {
  color: #16233b;
}
.section .w-input {
  background-color: transparent;
}
.section .text-link {
  font-size: 18px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding-top: 1rem;
}

body .heading-beta,
body .hero-title,
body h4 {
  font-family: "Aldrich", sans-serif;
}
body .fat-paragraph {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
body .fact-numbers {
  font-family: "Aldrich", sans-serif;
  color: #008da6;
}
body .magin-bottom-80 {
  margin-bottom: 80px;
}
body .short-paragraph {
  font-size: 1.05rem;
  line-height: 1.6;
}

.contact_info {
  padding: 67px 70px;
  border-radius: 10px;
  height: 100%;
  background-color: #16233b;
}
.contact_info .sub-title {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding-left: 0;
  margin-top: 0;
  margin: 0;
  padding-bottom: 27px;
  margin-bottom: 49px;
}
.contact_info .sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 56px;
  height: 2px;
  background-color: #0DDAFF;
  top: auto;
  transform: inherit;
  bottom: 0;
}
.contact_info .cl-list {
  list-style: none;
}
.contact_info .cl-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.contact_info .cl-list li > span {
  width: 35px;
}
.contact_info .cl-list li > span img {
  margin: 0;
}
.contact_info .cl-list li > p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  max-width: 80%;
  padding-left: 20px;
  margin-bottom: 0;
}

.tajHeader {
  width: 100%;
  height: 70vh;
  position: relative;
  bottom: 0;
  background-image: linear-gradient(298deg, rgba(107, 107, 107, 0.04) 0%, rgba(107, 107, 107, 0.04) 8%, rgba(31, 31, 31, 0.04) 8%, rgba(31, 31, 31, 0.04) 100%), linear-gradient(266deg, rgba(228, 228, 228, 0.04) 0%, rgba(228, 228, 228, 0.04) 62%, rgba(54, 54, 54, 0.04) 62%, rgba(54, 54, 54, 0.04) 100%), linear-gradient(381deg, rgba(18, 18, 18, 0.04) 0%, rgba(18, 18, 18, 0.04) 37%, rgba(233, 233, 233, 0.04) 37%, rgba(233, 233, 233, 0.04) 100%), linear-gradient(510deg, rgba(201, 201, 201, 0.04) 0%, rgba(201, 201, 201, 0.04) 55%, rgba(47, 47, 47, 0.04) 55%, rgba(47, 47, 47, 0.04) 100%), linear-gradient(527deg, rgba(172, 172, 172, 0.04) 0%, rgba(172, 172, 172, 0.04) 33%, rgba(26, 26, 26, 0.04) 33%, rgba(26, 26, 26, 0.04) 100%), linear-gradient(321deg, rgba(11, 11, 11, 0.04) 0%, rgba(11, 11, 11, 0.04) 38%, rgba(87, 87, 87, 0.04) 38%, rgba(87, 87, 87, 0.04) 100%), linear-gradient(604deg, rgba(199, 199, 199, 0.04) 0%, rgba(199, 199, 199, 0.04) 69%, rgba(4, 4, 4, 0.04) 69%, rgba(4, 4, 4, 0.04) 100%), linear-gradient(570deg, rgba(36, 36, 36, 0.04) 0%, rgba(36, 36, 36, 0.04) 20%, rgba(91, 91, 91, 0.04) 20%, rgba(91, 91, 91, 0.04) 100%), linear-gradient(347deg, rgb(13, 24, 45), rgb(13, 218, 255));
  display: flex;
  align-items: center;
  justify-content: center;
  /*--------------------
  Wrapper
  --------------------*/
  /*--------------------
  Me
  --------------------*/
}
.tajHeader .wrapper {
  z-index: 100;
  top: 56%;
  left: 50%;
  width: 30%;
  height: auto;
  position: absolute;
  bottom: 0;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) perspective(600px) rotateY(20deg) rotateX(10deg);
}
@media only screen and (max-width: 768px) {
  .tajHeader .wrapper {
    width: 480px;
    left: 51%;
  }
}
@media only screen and (max-width: 767px) {
  .tajHeader .wrapper {
    width: 404px;
    left: 50%;
  }
}
.tajHeader .sd {
  position: relative;
  padding-top: 1rem;
  height: auto;
  transform: translateZ(80px) scale(0.8);
}
.tajHeader .sd::before, .tajHeader .sd::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.tajHeader .sd::after {
  height: 30px;
  top: auto;
  bottom: -15px;
  z-index: -1;
  filter: blur(15px);
  background-size: 100% 30px;
  border-radius: 100px;
}
.tajHeader .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 400px;
  transform: translateZ(150px) translateX(-1px) translateY(-26px) scale(0.6);
  border: 3px solid rgb(255, 255, 255);
  text-align: center;
  font-size: 100px;
  line-height: 960px;
  color: white;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.12) 26%, rgba(255, 255, 255, 0.08) 41%, rgba(255, 255, 255, 0.05) 51%, rgb(0, 0, 0) 100%);
  opacity: 0.75;
  border-radius: 8px;
}
.tajHeader .text::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  z-index: 1;
  line-height: 1;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-indent: 20px;
}
.tajHeader__title {
  height: 100%;
  text-align: center;
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.tajHeader__title--li {
  width: 140px;
  display: block;
  margin: 2rem auto;
}
.tajHeader__title--ln {
  width: 300px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.tajHeader__title--lh {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 26px;
  position: absolute;
  bottom: 10px;
  left: 36%;
  font-family: "Aldrich", sans-serif;
}

.tajHeader__scroll {
  position: absolute;
  bottom: 40vh;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}
.tajHeader__scroll.home {
  bottom: 14vh;
}
.tajHeader__scroll .chevron {
  position: absolute;
  left: 48%;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.tajHeader__scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.tajHeader__scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.tajHeader__scroll .chevron:before, .tajHeader__scroll .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #0DDAFF;
}
.tajHeader__scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.tajHeader__scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.brand-grid {
  margin-top: 50px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .brand-grid {
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
  }
}
.brand-grid__item {
  margin-bottom: 45px;
  padding: 0.5rem;
}
.brand-grid__item--img {
  min-height: 120px;
}
@media only screen and (max-width: 768px) {
  .brand-grid__item--img {
    min-height: auto;
  }
}
.brand-grid__item--img img {
  width: 100%;
  border-radius: 12px;
  margin: 1rem auto;
  filter: grayscale(80%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brand-grid__item--img img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.brand-grid__title {
  display: inline-block;
  border-bottom: 1px solid #27deff;
  font-size: 16px;
}
.brand-grid__description {
  font-size: 16px;
  min-height: 100px;
}
.brand-grid__btn {
  display: block;
  padding: 0.5rem;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
  background: #0DDAFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brand-grid__btn:hover {
  color: #ffffff;
  background: linear-gradient(100deg, #16233b, #262A29);
  -webkit-webkit-box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-webkit-box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
  -ms-webkit-box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
  -o-webkit-box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}

.partner-logo {
  border-radius: 12px;
  filter: grayscale(80%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-logo:hover {
  filter: grayscale(0%);
  -webkit-webkit-box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  -moz-webkit-box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  -ms-webkit-box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  -o-webkit-box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  transform: scale(1.5);
}

.section .brand-grid {
  margin-top: 0px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section .brand-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.section .brand-grid__item {
  margin-bottom: 1rem;
}
.section .brand-grid__item--img {
  min-height: 60px;
}
@media only screen and (max-width: 768px) {
  .section .brand-grid__item--img {
    min-height: auto;
  }
}
.section .brand-grid__item--img img {
  width: 120px;
  border-radius: 12px;
  margin: 0;
  -webkit-webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  -ms-webkit-box-shadow: none;
  -o-webkit-box-shadow: none;
  box-shadow: none;
  filter: grayscale(90%);
}
.section .brand-grid__item--img img:hover {
  filter: grayscale(30%);
  transform: scale(1.05);
}
.section .brand-grid__title {
  display: inline-block;
  border-bottom: 1px solid #27deff;
  font-size: 16px;
}
.section .brand-grid__description {
  font-size: 16px;
  min-height: 100px;
}
.section .brand-grid__btn {
  display: block;
  padding: 0.5rem;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
  background: #0DDAFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section .brand-grid__btn:hover {
  color: #ffffff;
  background: linear-gradient(100deg, #16233b, #262A29);
  -webkit-webkit-box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-webkit-box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
  -ms-webkit-box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
  -o-webkit-box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}

.section.section-footer {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #16233b;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: linear-gradient(247deg, rgba(107, 107, 107, 0.04) 0%, rgba(107, 107, 107, 0.04) 8%, rgba(31, 31, 31, 0.04) 8%, rgba(31, 31, 31, 0.04) 100%), linear-gradient(215deg, rgba(228, 228, 228, 0.04) 0%, rgba(228, 228, 228, 0.04) 62%, rgba(54, 54, 54, 0.04) 62%, rgba(54, 54, 54, 0.04) 100%), linear-gradient(330deg, rgba(18, 18, 18, 0.04) 0%, rgba(18, 18, 18, 0.04) 37%, rgba(233, 233, 233, 0.04) 37%, rgba(233, 233, 233, 0.04) 100%), linear-gradient(459deg, rgba(201, 201, 201, 0.04) 0%, rgba(201, 201, 201, 0.04) 55%, rgba(47, 47, 47, 0.04) 55%, rgba(47, 47, 47, 0.04) 100%), linear-gradient(476deg, rgba(172, 172, 172, 0.04) 0%, rgba(172, 172, 172, 0.04) 33%, rgba(26, 26, 26, 0.04) 33%, rgba(26, 26, 26, 0.04) 100%), linear-gradient(270deg, rgba(11, 11, 11, 0.04) 0%, rgba(11, 11, 11, 0.04) 38%, rgba(87, 87, 87, 0.04) 38%, rgba(87, 87, 87, 0.04) 100%), linear-gradient(553deg, rgba(199, 199, 199, 0.04) 0%, rgba(199, 199, 199, 0.04) 69%, rgba(4, 4, 4, 0.04) 69%, rgba(4, 4, 4, 0.04) 100%), linear-gradient(519deg, rgba(36, 36, 36, 0.04) 0%, rgba(36, 36, 36, 0.04) 20%, rgba(91, 91, 91, 0.04) 20%, rgba(91, 91, 91, 0.04) 100%), linear-gradient(296deg, rgb(10, 17, 72), rgb(22, 35, 59));
}
.section.section-footer .white {
  color: white;
}
.section.section-footer .footer-top .email-address {
  border-bottom-color: #40e2ff;
  color: #ffffff;
  font-size: 23px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section.section-footer .footer-top .email-address:hover {
  color: #00b8d9;
  border-bottom-color: #0DDAFF;
}
.section.section-footer .footer-top .footer-logo {
  width: 120px;
}
.section.section-footer .footer-mobile {
  margin-bottom: 1rem;
}
.section.section-footer .footer-mobile a {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  border: none;
}
.section.section-footer .footer-address {
  color: #ffffff;
}
.section.section-footer .footer-menu-list .footer-link-item {
  color: #ffffff;
  border-bottom-color: #40e2ff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section.section-footer .footer-menu-list .footer-link-item:hover {
  color: #00b8d9;
  border-bottom-color: #0DDAFF;
}
.section.section-footer .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .section.section-footer .footer-bottom {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section.section-footer .footer-bottom {
    display: block;
    text-align: center;
  }
}
.section.section-footer .footer-bottom .col {
  margin-bottom: 0;
}
.section.section-footer .footer-bottom .author-info {
  color: #ffffff;
}
.section.section-footer .footer-bottom .author-info a {
  color: #0DDAFF;
}
.section.section-footer .footer-bottom .author-info a:hover {
  color: #E02D2D;
}
@media only screen and (max-width: 768px) {
  .section.section-footer .footer-bottom .author-info {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section.section-footer .footer-bottom .author-info {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
}
.section.section-footer .footer-bottom p {
  margin: 0;
  color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section.section-footer .footer-bottom p {
    text-align: center;
  }
}
.section.section-footer .footer-bottom p a {
  color: #0DDAFF;
}
.section.section-footer .footer-bottom p a:hover {
  color: #00b8d9;
}
@media only screen and (max-width: 767px) {
  .section.section-footer .footer-bottom p a {
    display: block;
  }
}

.whatsapp-outer {
  position: fixed;
  fill: white;
  background-color: #4dc247;
  border-radius: 50%;
  box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
.whatsapp-outer .whatsapp-cover {
  fill: white;
  width: 50px;
  height: 50px;
  padding: 3px;
  display: block;
  background-color: #4dc247;
  border-radius: 50%;
  box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.whatsapp-outer .whatsapp-cover svg {
  margin-top: -1px;
  margin-rigjht: -2px;
}
.whatsapp-outer .whatsapp-inner {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #16233b;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  transition-duration: 0.3s;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
}
.whatsapp-outer .whatsapp-inner .text-wrap {
  position: relative;
  padding: 0.95rem 1.5rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.whatsapp-outer:hover .whatsapp-inner {
  width: 250px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.scroll-progress {
  position: fixed;
  z-index: 100000;
  height: 0.1rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #0DDAFF;
  animation: scroll-progress linear;
  animation-timeline: scroll();
}

@keyframes scroll-progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

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