@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.footer {
  padding-top: 47px;
  background-color: #182631;
  color: #ffffff;
  position: relative;
}
.footer .brand-info {
  flex: 0 0 34.6%;
  max-width: 34.6%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer .brand-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .brand-info .logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  max-width: 230px;
}
@media (max-width: 1679px) {
  .footer .brand-info .logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1481px) {
  .footer .brand-info .logo {
    max-width: 160px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1281px) {
  .footer .brand-info .logo {
    max-width: 120px;
  }
}
.footer .brand-info .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .brand-info .brand-txt {
  max-width: 326px;
}
@media (max-width: 991px) {
  .footer .brand-info .brand-txt {
    max-width: 100%;
  }
}
.footer .brand-info .brand-txt p {
  font-size: 20px;
  margin-bottom: 1em;
}
@media (max-width: 1679px) {
  .footer .brand-info .brand-txt p {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .footer .brand-info .brand-txt p {
    font-size: 14px;
  }
}
.footer .links-col {
  flex: 1;
  padding-top: 160px;
}
@media (max-width: 1679px) {
  .footer .links-col {
    padding-top: 120px;
  }
}
@media (max-width: 1481px) {
  .footer .links-col {
    padding-top: 90px;
  }
}
@media (max-width: 1281px) {
  .footer .links-col {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .footer .links-col {
    padding-top: 10px;
  }
}
.footer .links-wrp {
  flex: 1 0;
}
@media (max-width: 991px) {
  .footer .links-wrp {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 767px) {
  .footer .links-wrp {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .links-wrp.about {
  flex: 0 0 23.14%;
  max-width: 23.14%;
  margin-left: auto;
}
@media (max-width: 1281px) {
  .footer .links-wrp.about {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .footer .links-wrp.about {
    margin-left: 0;
  }
}
.footer .links-wrp.programs {
  flex: 0 0 42%;
  max-width: 42%;
}
.footer .links-wrp.contact {
  max-width: 6.25rem;
  padding-right: 0;
}
.footer .links-wrp .link-list {
  list-style: none;
  padding-left: 0;
}
.footer .links-wrp .main-link,
.footer .links-wrp .link {
  text-decoration: none;
  line-height: 2;
  white-space: nowrap;
}
.footer .links-wrp .main-link {
  color: #FF9100;
}
.footer .links-wrp .main-link:before {
  content: "-";
  margin-right: 0.5em;
}
.footer .links-wrp .link {
  color: #ffffff;
  padding-left: 1em;
}
.footer .ct-title {
  font-size: 18px;
  color: #FF9100;
  margin-bottom: 0;
}
@media (max-width: 1679px) {
  .footer .ct-title {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .footer .ct-title {
    font-size: 14px;
  }
}
.footer .ct-txt {
  font-size: 24px;
}
@media (max-width: 1679px) {
  .footer .ct-txt {
    font-size: 20px;
  }
}
@media (max-width: 1481px) {
  .footer .ct-txt {
    font-size: 16px;
  }
}
.footer .ct-txt .link {
  text-decoration: none;
  color: #fff;
}
.footer .social {
  display: flex;
  list-style: none;
  padding-left: 0;
  padding-top: 24px;
}
@media (max-width: 1679px) {
  .footer .social {
    padding-top: 20px;
  }
}
@media (max-width: 1481px) {
  .footer .social {
    padding-top: 16px;
  }
}
.footer .social li .link {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1679px) {
  .footer .social li .link {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1481px) {
  .footer .social li .link {
    width: 32px;
    height: 32px;
  }
}
.footer .social li .link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .social li + li {
  margin-left: 18px;
}
@media (max-width: 1679px) {
  .footer .social li + li {
    margin-left: 16px;
  }
}
@media (max-width: 1481px) {
  .footer .social li + li {
    margin-left: 14px;
  }
}
.footer .footer-copy {
  padding: 30px;
  border-top: 1px solid #1E2F3C;
  margin-top: 45px;
}
@media (max-width: 1481px) {
  .footer .footer-copy {
    padding: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .footer .footer-copy {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-copy {
    margin-top: 5px;
  }
}
.footer .footer-copy p {
  margin-bottom: 0;
  color: #435D70;
}
.footer .footer-copy p a {
  color: #435D70;
  text-decoration: none;
}
.footer .footer-copy p a:hover {
  text-decoration: underline;
}

.subscription-modal .modal-content {
  border-radius: 35px;
}
.subscription-modal .modal-dialog {
  max-width: 450px;
}
@media (max-width: 1441px) {
  .subscription-modal .modal-dialog {
    max-width: 400px;
  }
}
.subscription-modal .modal-header {
  border: none;
}
.subscription-modal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 25px;
}
.subscription-modal .modal-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 350px;
  margin: 60px auto;
}
@media (max-width: 1679px) {
  .subscription-modal .modal-inner {
    margin: 50px auto;
  }
}
@media (max-width: 1441px) {
  .subscription-modal .modal-inner {
    margin: 40px auto;
  }
}
@media (max-width: 1199px) {
  .subscription-modal .modal-inner {
    margin: 30px auto;
  }
}
.subscription-modal .modal-inner .icon-blk {
  max-width: 90px;
}
@media (max-width: 1679px) {
  .subscription-modal .modal-inner .icon-blk {
    max-width: 80px;
  }
}
@media (max-width: 1441px) {
  .subscription-modal .modal-inner .icon-blk {
    max-width: 70px;
  }
}
.subscription-modal .modal-inner .thanks-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #1A517A;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .subscription-modal .modal-inner .thanks-title {
    font-size: 24px;
  }
}
@media (max-width: 1441px) {
  .subscription-modal .modal-inner .thanks-title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .subscription-modal .modal-inner .thanks-title {
    font-size: 20px;
  }
}
.subscription-modal .modal-inner .para {
  font-size: 16px;
  color: #0C3B4B;
}
@media (max-width: 1679px) {
  .subscription-modal .modal-inner .para {
    font-size: 15px;
  }
}
@media (max-width: 1441px) {
  .subscription-modal .modal-inner .para {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .subscription-modal .modal-inner .para {
    font-size: 13px;
  }
}
.subscription-modal .modal-inner .close-btn {
  width: 130px;
  padding: 15px 40px;
  font-size: 16px;
  margin-top: 30px;
  background-color: #1A517A;
  border-radius: 30px;
}
@media (max-width: 1679px) {
  .subscription-modal .modal-inner .close-btn {
    margin-top: 20px;
  }
}
@media (max-width: 1441px) {
  .subscription-modal .modal-inner .close-btn {
    width: 120px;
    padding: 13px 40px;
  }
}