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

body {
  font-family: "Inter", sans-serif;
}

@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.bg-black-800 {
  background-color: #212529;
}

.text-white {
  color: white;
}

.section-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

footer .footer-section .footer__grid--wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 32px;
}
footer .footer-section__company-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
footer .footer-section__company--links {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-section__company--links li {
  margin-bottom: 4px;
}
footer .footer-section__company--links li:last-child {
  margin-bottom: 0;
}
footer .footer-section__company--links li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-section__forStudents-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
footer .footer-section__forStudents--links {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-section__forStudents--links li {
  margin-bottom: 4px;
}
footer .footer-section__forStudents--links li:last-child {
  margin-bottom: 0;
}
footer .footer-section__forStudents--links li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-section__forCorporates-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
footer .footer-section__forCorporates--links {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-section__forCorporates--links li {
  margin-bottom: 4px;
}
footer .footer-section__forCorporates--links li:last-child {
  margin-bottom: 0;
}
footer .footer-section__forCorporates--links li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-section__Info {
  margin-bottom: 16px;
}
footer .footer-section__Info-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
footer .footer-section__Info--links {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-section__Info--links li {
  margin-bottom: 4px;
}
footer .footer-section__Info--links li:last-child {
  margin-bottom: 0;
}
footer .footer-section__Info--links li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-section__newsletterSignup-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
footer .footer-section__newsletterSignup--form {
  position: relative;
}
footer .footer-section__newsletterSignup--form .form-control-lg {
  font-size: 16px;
  width: 100%;
}
footer .footer-section__newsletterSignup--form .send-btn {
  border: none;
  background-color: #0054c0;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  position: absolute;
  top: 9px;
  right: 9px;
}
footer .footer-section__newsletterSignup--form .send-btn .arrow-icon {
  color: white;
  font-size: 20px;
}
footer .footer-section__Contact-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
footer .footer-section__Contact-address {
  margin-bottom: 16px;
  font-weight: 300;
}
footer .footer-section__Contact-address strong {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
footer .footer-section__Contact-address--location {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
footer .footer-section__Contact-number {
  margin-bottom: 16px;
}
footer .footer-section__Contact-number .footer-section__headingTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1.5;
}
footer .footer-section__Contact-number--icon {
  margin-top: 4px;
}
footer .footer-section__Contact-number--icon .telephone {
  color: #fff;
  font-size: 18px;
}
footer .footer-section__Contact-number--mobile {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-weight: 300;
}
footer .footer-section__Contact-number--mobile li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
footer .footer-section__Contact-mail .footer-section__headingTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
footer .footer-section__Contact-mail--icon {
  margin-top: 5px;
}
footer .footer-section__Contact-mail--icon .mail {
  color: #fff;
  font-size: 18px;
}
footer .footer-section__Contact-mail--list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
footer .footer-section__Contact-mail--list li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
footer .footer-section__payment-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
footer .footer-section__payment-option-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
footer .footer-section__payment-option--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-section__payment-option--list li a img {
  background-color: #fff;
  padding: 4px 8px;
  height: 36px;
  border-radius: 3px;
  width: auto;
}
footer .footer-section .footer__socialmedia--wrapper .footer-socialmedia__headingTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
footer .footer-contact-wrapper .footer__grid--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  footer .footer-contact-wrapper .footer__grid--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 678px) {
  footer .footer-contact-wrapper .footer__grid--wrapper {
    grid-template-columns: 1fr;
  }
}
footer .footer-contact-wrapper .footer__grid--wrapper .email-address-wrapper {
  margin-bottom: 16px;
}
footer .footer-contact-wrapper .footer__grid--wrapper .awards-img-wrapper-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
footer .footer-contact-wrapper .footer__grid--wrapper .awards-img-wrapper-grid .awards-img-wrapper {
  height: 32px;
  width: auto;
  overflow: hidden;
}
footer .footer-contact-wrapper .footer__grid--wrapper .awards-img-wrapper-grid .awards-img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-contact-wrapper .border-top-bottom {
  border-top: 1.5px solid #3d3a3a;
  border-bottom: 1.5px solid #3d3a3a;
}
footer .footer-subscription-wrapper .footer__grid--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .footer-section__company {
  max-width: 498px;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .subscription-description {
  font-size: 16px;
  font-weight: 400;
  color: #dbdcdd;
  margin-bottom: 0px;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .subscribe-btn--lg {
  padding: 10px 16px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 0px;
  background-color: #0054c0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .subscribe-btn--lg .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .input_group {
  margin-bottom: 0px;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group .form-control,
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group input {
  border: 1px solid rgba(255, 255, 255, 0.0235294118);
  padding: 10px 16px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.0666666667) !important;
  color: #fff;
  font-size: 14px;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group .form-control::-webkit-input-placeholder, footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group input::-webkit-input-placeholder {
  color: #fff;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group .form-control::-moz-placeholder, footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group input::-moz-placeholder {
  color: #fff;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group .form-control:-ms-input-placeholder, footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group input:-ms-input-placeholder {
  color: #fff;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group .form-control::-ms-input-placeholder, footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group input::-ms-input-placeholder {
  color: #fff;
}
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group .form-control::placeholder,
footer .footer-subscription-wrapper .footer__grid--wrapper .form-wrapper .input_group input::placeholder {
  color: #fff;
}
footer .footer-bottom {
  padding: 30px 0;
  background-color: rgba(25, 28, 31, 0.3137254902);
}
footer .footer-bottom__copyright {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3843137255) !important;
}
footer .footer-bottom__socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-bottom__socialIcons li a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 36px;
  background-color: #fff;
  overflow: hidden;
}
footer .footer-bottom__socialIcons li a .facebook {
  font-size: 44px;
  color: #4267b2;
}
footer .footer-bottom__socialIcons li a .twitter {
  color: #1da1f2;
  font-size: 40px;
}
footer .footer-bottom__socialIcons li a .instagram {
  color: #c13584;
  font-size: 40px;
}
footer .footer-bottom__socialIcons li a .linkedin {
  color: #0077b5;
  font-size: 40px;
}
footer .footer-bottom__socialIcons li a.youtube-icon {
  background-color: #ff0000;
}
footer .footer-bottom__socialIcons li a.youtube-icon .youtube {
  color: #fff;
  font-size: 22px;
}
footer .footer-bottom__socialIcons li a.viber-icon {
  background-color: #59267c;
}
footer .footer-bottom__socialIcons li a.viber-icon .viber {
  color: #fff;
  font-size: 22px;
}
footer .footer-bottom__socialIcons li a.tiktok-icon {
  background: #ee1d51;
}
footer .footer-bottom__socialIcons li a.tiktok-icon .tiktok {
  color: #fff;
  font-size: 24px;
}

.menu-bottom {
  background-color: #0054c0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  display: none;
  height: 79px;
}
@media (max-width: 992px) {
  .menu-bottom {
    display: block;
  }
}
.menu-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-bottom ul li a {
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  display: inline-block;
  color: #fff;
  opacity: 0.4;
}
.menu-bottom ul li a.active {
  color: #fff;
  border-bottom: 3px solid #fff;
  opacity: 1;
}
.menu-bottom ul li a .menu-icon iconify-icon {
  font-size: 20px;
}
.menu-bottom ul li a .menu-list {
  font-size: 13px;
}

.modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (max-width: 668px) {
  .modal-dialog {
    margin-left: 0 !important;
    margin-right: 0;
  }
}

.newslettermodal .modal-dialog {
  max-width: 730px;
  border-radius: 8px;
}
@media (max-width: 668px) {
  .newslettermodal .modal-dialog {
    width: auto;
  }
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .newslettermodal .modal-dialog .modal_body .gird-wrapper {
    grid-template-columns: 1fr;
  }
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .left-content {
  padding: 24px;
  border-radius: 8px 0 0 8px;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .left-content .back-btn--wrapper {
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .left-content .back-btn--wrapper .icon-wrapper {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .left-content .img-wrapper {
  width: 317px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .newslettermodal .modal-dialog .modal_body .gird-wrapper .left-content .img-wrapper {
    display: none;
  }
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .left-content .img-wrapper img {
  width: 100%;
  height: auto;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 8px;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .title {
  color: rgb(33, 37, 41);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .subtitle {
  color: rgb(0, 84, 192);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.4;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group {
  position: relative;
  margin-bottom: 8px;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group .form-control {
  border: 1px solid rgb(222, 226, 230);
  border-radius: 8px;
  height: 54px;
  padding: 14px 34px 14px 17px;
  color: rgb(33, 37, 41);
  max-width: 100% !important;
  font-size: 16px;
  background: #fff;
  display: block;
  width: 100%;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #b7b9ba;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group .form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #b7b9ba;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group .form-control:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #b7b9ba;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group .form-control::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #b7b9ba;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group .form-control::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #b7b9ba;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgb(222, 226, 230);
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .input_group .icon-wrapper {
  position: absolute;
  color: rgb(73, 80, 87);
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .subscribe-btn--lg {
  height: 54px;
  padding: 14px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  background: rgb(0, 84, 192);
  border: 1px solid rgb(0, 84, 192);
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .form-wrapper .subscribe-btn--lg .icon-wrapper {
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newslettermodal .modal-dialog .modal_body .gird-wrapper .right-content .text-content--sm {
  color: rgb(108, 117, 125);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
  font-style: italic;
}/*# sourceMappingURL=footer.css.map */