@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800;900&display=swap");
html {
  font-size: 62.5%;
}

.page-title {
  font-size: 6rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .page-title {
    font-size: 3.5rem !important;
  }
}

.section-title {
  font-size: 3.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

.section-title-large {
  font-size: 5.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  .section-title-large {
    font-size: 4.5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-title-large {
    font-size: 3rem !important;
  }
}

.section-title-md {
  font-size: 3.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  .section-title-md {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-title-md {
    font-size: 2.8rem !important;
  }
}

.section-subtitle-lg {
  font-size: 2.8rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-subtitle-lg {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-subtitle-lg {
    font-size: 2.1rem !important;
  }
}

.section-subtitle {
  font-size: 2.1rem;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 450px) {
  .section-subtitle {
    font-size: 1.9rem !important;
  }
}

.body-text {
  font-size: 1.6rem;
  font-family: 'Inter', sans-serif;
}

.primary-color {
  color: #1990d2;
}

.grey-color {
  color: #555555;
}

.section-mt {
  margin-top: 15rem !important;
}

.subtitle-block-1 {
  width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subtitle-block-1 h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  margin: 0;
}

.subtitle-block-1 hr {
  margin-left: 2rem;
  width: 100%;
  height: 0.02rem;
}

.subtitle-block-2 {
  width: 400px;
  max-width: 70%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1990d2;
}

.subtitle-block-2 hr {
  height: 2px;
}

.open-sidebar {
  right: 0 !important;
}

.navbar {
  padding: 30px 0px;
  background-color: white;
}

.navbar .aside {
  position: fixed;
  right: -42rem;
  top: 0;
  height: 100%;
  width: 42rem;
  background-color: black;
  color: white;
  padding: 3rem;
  -webkit-transition: right 0.5s ease-in !important;
  transition: right 0.5s ease-in !important;
}

.navbar .aside .close-btn {
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-size: 3rem;
  cursor: pointer;
}

.navbar .aside .logo {
  width: 15.7rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.navbar .aside-img-container {
  padding: 1rem;
}

.navbar .aside .social-item-circle {
  border: 1px solid white;
  padding: 1rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.7rem;
}

.navbar .aside .social-item-circle i {
  font-size: 1.9rem;
}

.navbar-toggler {
  border: none;
  font-size: 2rem;
  /* Icon 1 */
}

.navbar-toggler:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-toggler #nav-icon1,
.navbar-toggler #nav-icon2,
.navbar-toggler #nav-icon3,
.navbar-toggler #nav-icon4 {
  width: 3rem;
  height: 2.3rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler #nav-icon1 span,
.navbar-toggler #nav-icon3 span,
.navbar-toggler #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #141414;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar-toggler #nav-icon1 span:nth-child(1) {
  top: 0px;
}

.navbar-toggler #nav-icon1 span:nth-child(2) {
  top: 10px;
}

.navbar-toggler #nav-icon1 span:nth-child(3) {
  top: 20px;
}

.navbar-toggler #nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navbar-toggler #nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar .sae-logo {
  width: 93px;
  height: 34px;
}

.navbar .nav-link,
.navbar .dropdown-item {
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif;
  color: black !important;
  font-weight: 500;
}

.navbar .link-anim {
  margin-right: 1.5rem;
  padding: 1rem 0;
  position: relative;
}

.navbar .link-anim::after {
  content: '';
  width: 100%;
  height: 0.2rem;
  background-color: black;
  position: absolute;
  bottom: 40%;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, bottom;
  transition-property: opacity, bottom;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.navbar .link-anim:hover::after {
  bottom: 0;
  opacity: 1;
}

.navbar .btn {
  font-size: 1.2rem;
  padding: 1.2rem 2.4rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  background-color: #1990d2;
  border-color: #1990d2;
}

.navbar .btn:hover {
  background-color: white;
  color: #1990d2;
}

.navbar .dropdown-menu {
  border: none;
  padding: 1rem;
  margin-top: 1rem;
}

.navbar .dropdown-item {
  margin-top: 1rem;
}

.navbar .dropdown-item:hover {
  background-color: white;
  color: #1990d2 !important;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar .fa-search {
  font-size: 33px;
}

.navbar .fa-bars {
  cursor: pointer;
  font-size: 40px;
}

.contactus {
  background-color: black;
  padding: 8rem;
}

@media screen and (max-width: 768px) {
  .contactus {
    padding: 5rem;
  }
}

@media screen and (max-width: 450px) {
  .contactus {
    padding: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .contactus {
    padding: 1rem;
  }
}

.contactus .form label {
  font-size: 1.6rem;
  color: #b4b4b4;
  font-family: 'Inter', sans-serif;
}

.contactus .form-control {
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  background-color: #555555;
  border: 1px solid #555555;
  color: #b4b4b4;
  font-family: 'Inter', sans-serif;
}

.contactus .form-control::-webkit-input-placeholder {
  color: #b4b4b4;
  font-family: 'Inter', sans-serif;
}

.contactus .form-control:-ms-input-placeholder {
  color: #b4b4b4;
  font-family: 'Inter', sans-serif;
}

.contactus .form-control::-ms-input-placeholder {
  color: #b4b4b4;
  font-family: 'Inter', sans-serif;
}

.contactus .form-control::placeholder {
  color: #b4b4b4;
  font-family: 'Inter', sans-serif;
}

.contactus .form textarea {
  padding: 0.5rem 1.4rem;
  font-family: 'Inter', sans-serif;
}

.contactus .form .btn {
  padding: 1.2rem 3rem;
  font-size: 1.3rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2rem;
  background-color: #1990d2;
  border-color: #1990d2;
}

.contactus__details {
  padding: 0 0.7rem;
}

.contactus__details-item {
  padding: 3rem 4rem;
}

.contactus__details .img {
  margin-right: 1.6rem;
}

.contactus__details .img i {
  font-size: 3.2rem;
  color: white;
}

.contactus__details .phone {
  background-color: #1990d2;
}

.contactus__details .email {
  background-color: black;
}

.contactus__details .address {
  background-color: #f9f7f5;
}

.contactus__details .address i {
  color: black;
}

.footer {
  width: 100%;
  overflow: hidden;
}

.footer-links {
  list-style-type: none;
}

.footer-links li {
  font-size: 1.6rem;
  font-family: 'Inter', sans-serif;
  margin-bottom: 1rem;
}

.footer-links li i {
  margin-right: 1rem;
}

.footer-title {
  font-size: 2.8rem;
  font-family: 'Inter', sans-serif;
  color: #1990d2 !important;
  font-weight: bold;
}

.footer .main {
  padding: 15rem 0;
  position: relative;
  background-image: url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8YnVpbGRpbmd8ZW58MHwwfDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .main .bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.footer .main .bg .left {
  background-color: #1990d2;
}

.footer .main .bg .right {
  background-color: black;
}

.footer .main .content {
  position: relative;
  z-index: 10 !important;
  color: white;
  width: 100%;
  max-width: 770px !important;
  margin: 0;
  margin-left: auto;
  margin-right: 5%;
}

@media screen and (max-width: 100px) {
  .footer .main .content {
    margin-right: 0;
  }
}

.footer-bottom {
  padding: 30px;
  background-color: black;
  font-size: 13px;
  color: #999999;
}

.footer-bottom .desc {
  max-width: 407px;
}

.footer-bottom .logo {
  width: 105px;
}

.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.footer-bottom ul li {
  margin: 0 1.5rem;
  white-space: nowrap;
}
/*# sourceMappingURL=sections.css.map */