
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  text-align: center;
}

.header.header-scrolled {
  background: #fff;
  padding: 30px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/campuses.png) top center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 62px;
  font-weight: 900;
  color: #fff;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img img {
  text-align: right;
  width: 80%;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-top {
  background: #012970 url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 30px 0 30px 0;
}

.footer .footer-top .footer-info p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
  color: #ffffff;
}
.footer .footer-top .footer-info strong {
  font-size: 20px;
  color: #fff;
}
.footer .footer-top h4 {
  font-size: 28px;
  font-weight: bold;
  color: #71a8ff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}




@media screen and (max-width: 1199px) {

}


@media screen and (max-width: 991px) {
   .hero {
    padding-top: 100px;
  }
  .hero h1 {
    font-size: 36px;
    text-align: center;
  }

}
  

@media screen and (max-width: 767px) {
 
}


@media screen and (max-width: 575px) {
  .hero h1 {
    font-size: 36px;
  }
  .header .logo span {
    font-size: 24px;
  }
  .hero {
    padding-top: 20px;
  }
}


@media screen and (max-width: 479px) {
  .hero {
    padding-top: 0px;
  }
}


@media screen and (max-width: 375px) {
   .hero {
    padding-top: 0px;
  }
}


@media screen and (max-width: 359px){
 .hero {
    padding-top: 0px;
  }

}