@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --brand: #1662AD;
  --bg-light-blue: #D7E9F3;
  --link-color: #1D242E;
  --heading-color: #212121;
  --dark: #101010;
  --grey: #7B7B7B;
  --border-color: rgba(112, 112, 112, 0.431);
  --br: .875rem;
  --body-text-color: #696969;
  --border-radius: .35rem;
  --white: #ffffff;
  --body-font: "Inter", sans-serif;
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
*::after, *::before {
  margin: 0%;
  padding: 0%;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  font-display: swap;
  line-height: 1.65;
  color: var(--body-text-color);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding-right: 0 !important;
}

.lead-lg {
  font-size: 1.375rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 0.937rem;
}

.btn {
  font-size: 0.937rem;
}

.bg-light {
  background-color: #F8F8F8 !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-gradient {
  background-color: rgba(215, 233, 243, 0.24) !important;
}

.z-index {
  z-index: 99;
  position: relative;
}

.round {
  border-radius: 0.875rem;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.text-primary {
  color: var(--brand) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.object-cover {
  object-fit: cover;
  object-position: center center;
}

.spacing-x {
  letter-spacing: 2px;
}

.spacing-x-1 {
  letter-spacing: 1px;
}

.link {
  color: var(--brand);
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover {
  color: var(--dark);
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--dark);
}
a:hover {
  color: var(--brand);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style-type: none;
}

.btn:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  box-shadow: none;
}

.btn {
  font-weight: 500;
  font-display: swap;
  color: var(--dark);
  font-size: 1rem;
  border-radius: var(--border-radius);
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  transition: all 0.4s ease-in-out;
}

.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--dark);
  border-color: var(--dark);
}

.btn-outline-primary {
  border-color: var(--brand);
  color: var(--brand);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white) !important;
}

.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--brand) !important;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark);
}
.btn-white:hover, .btn-white:focus {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-white:hover svg path, .btn-white:focus svg path {
  fill: var(--white);
}

.modal-open {
  padding-right: 0 !important;
}

/*------ Disc List Style ------------*/
.disc__list li {
  padding-left: 1.25rem;
  position: relative;
}
.disc__list li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0.5rem;
  left: 0%;
  background-color: var(--brand);
  border-radius: 50%;
}
.disc__list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.disc__list.lg li::before {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.65rem;
}

.tooltip {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 0 0.5rem;
  min-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  opacity: 1;
  line-height: 1.2;
}

.tooltip.show {
  opacity: 1 !important;
}

@media (max-width: 991.99px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 767.99px) {
  .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 575.99px) {
  html {
    font-size: 87.5%;
  }
  .btn {
    font-size: 0.937rem;
  }
  .container {
    max-width: calc(100% - 20px);
  }
}
.social__links li {
  margin-bottom: 0;
}
.social__links li a {
  width: 2.25rem;
  border: 1px solid var(--white);
  height: 2.25rem;
  border-radius: 50%;
  color: var(--white);
}
.social__links li a svg {
  width: 1rem;
  height: 1rem;
}
.social__links li a svg path {
  fill: var(--white);
}
.social__links li a:hover, .social__links li a:focus {
  background-color: var(--dark);
  color: var(--white);
}

.navbar {
  z-index: 999;
}
.navbar .nav-item .nav-link {
  color: var(--dark);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-item.active .nav-link {
  color: var(--brand);
}
.navbar .nav-item.active .nav-link.btn-primary {
  color: var(--white);
  background-color: var(--dark);
}
.navbar .navbar-toggler {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1rem;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar.fixed-top {
  position: fixed;
  background-color: var(--white) !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  animation: mymove 1s ease-in-out;
  padding: 0.5rem 0 !important;
}
.navbar.fixed-top .navbar-brand img {
  max-height: 4rem;
  width: auto;
}

@keyframes mymove {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0%;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
    background-color: #fff;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .navbar {
    padding: 0.625rem 0;
  }
  .navbar .navbar-brand img {
    max-height: 4rem;
    width: auto;
  }
}
.contact__wrapper .logo {
  max-height: 4rem;
}
.contact__wrapper .link, .contact__wrapper address {
  color: var(--white);
  opacity: 0.875;
}
.contact__wrapper .form-control, .contact__wrapper .form-select {
  color: var(--white);
  background-color: #181818;
  border-color: #2c2c2c;
}
.contact__wrapper a {
  color: var(--white);
}
.contact__wrapper .copyright__wrapp {
  border-top: 1px solid var(--border-color);
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
  min-height: auto;
  height: 3.5rem;
  z-index: 999;
  border: 2px solid var(--white);
  display: none;
}
.backTop svg {
  width: 1.875rem;
  height: 1.875rem;
}
.backTop svg path {
  fill: var(--white);
}
.backTop:hover, .backTop:focus, .backTop:active {
  background-color: var(--dark);
}
.backTop.show {
  display: flex;
}

@media (max-width: 767.99px) {
  footer .logo__main {
    max-height: 6rem;
    width: auto;
  }
  footer .logo {
    max-height: 4rem;
    width: auto;
  }
}
@media (max-width: 575.99px) {
  footer .logo__main {
    max-height: 5rem;
    width: auto;
    margin-bottom: 1rem;
  }
  footer .logo {
    max-height: 3rem;
    width: auto;
  }
}
.header__wrapper .bg__banner {
  top: -15%;
}

@media (max-width: 991px) {
  .header__wrapper .banner {
    min-height: calc(100vh - 4rem);
  }
}
.card {
  background-color: rgba(229, 229, 229, 0.2);
  border-color: rgba(112, 112, 112, 0.1607843137);
}
.card .thumbnail {
  border-radius: 0.75rem 0.75rem 0 0;
  border: 4px solid var(--dark);
  border-bottom: 0;
}
.card:hover {
  background-color: rgba(229, 229, 229, 0.0862745098);
  border-color: var(--brand);
  transform: translateY(-0.5rem);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.platform__card {
  background-color: #FCFCFC;
  border: 1px solid #f4f4f4;
}
.platform__card:hover {
  background-color: #F9F9F9;
  border-color: var(--brand);
  transform: translateY(-0.5rem);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.app__logo {
  height: 4rem;
}

@media (max-width: 575px) {
  .app__logo {
    height: 3rem;
  }
}
.hoverdark:hover, .hoverdark:focus, .hoverdark:active {
  background-color: var(--dark);
  border-color: var(--dark);
}

.contact__form .form-control, .contact__form .form-select {
  height: 3.5rem;
  padding: 1rem 1.5rem;
  border-width: 2px;
}

.login__wrapper {
  min-height: 100vh;
}
.login__wrapper .form__wrap {
  max-width: 450px;
}

.form__wrap .form-control, .form__wrap .form-select {
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  border-width: 2px;
}

.cms__wrapper h2, .cms__wrapper h3, .cms__wrapper h4, .cms__wrapper h5, .cms__wrapper h6 {
  color: var(--dark);
  font-weight: 600;
}

.line__list {
  margin-top: 0.25rem;
}
.line__list li {
  padding-left: 1.25rem;
  position: relative;
}
.line__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  width: 12px;
  height: 2px;
  border-radius: 0%;
  top: 0.75rem;
  background-color: var(--brand);
}/*# sourceMappingURL=style.css.map */