/* TemplateMo 557 Grad School

https://templatemo.com/tm-557-grad-school */

body {
  font-family: 'inter', sans-serif;
  /*background-color: #b31942;*/
}

/* Basic */

a {
  color: #3CF;
  text-decoration: none;
}

a:hover {
  color: #FC3;
  text-decoration: none;
}

a {
  color: #fffffe;
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

p {
  font-size: 13px;
  line-height: 22px;
}

.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h2:before {
  width: 1px;
  height: 100px;
  background-color: rgba(250,250,250,0.1);
  position: absolute;
  top: -102px;
  content: '';
  left: 50%;
  transform: translate(-50%);
}

.section-heading h2 {
  margin-top: 100px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid rgba(250,250,250,0.1);
}

/* Buttons */

.main-button a {
  background-color: #f5a425;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
}

a.menu-link {
  display: none;
}

@media screen and (max-width: 950px) {
  a.menu-link {
    float: right;
    display: block;
    font-size: 36px;
    color: #fff;
    padding-right: 30px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 950px) {
  nav[role="navigation"] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

@media screen and (max-width: 950px) {
  nav[role="navigation"] ul {
    top: 0;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(250,250,250,0.25);
    background-color: rgba(22,34,57,0.99);
  }
}

@media screen and (max-width: 950px) {
  nav[role="navigation"] li a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(250,250,250,0.25);
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
  }
}

@media screen and (max-width: 950px) {
  nav[role="navigation"] li:hover a, nav[role="navigation"] li.active a {
    color: #f5a425;
  }
}

@media screen and (min-width: 951px) {
  nav[role="navigation"] li {
    display: inline-block;
    margin: 0 0.25em;
  }
}

@media screen and (min-width: 951px) {
  nav[role="navigation"] li a {
    border: 0;
  }
}

/* Header */

@media screen and (max-width: 1050px) {
  .main-header .logo {
    padding-left: 30px!important;
  }
}

@media screen and (max-width: 1050px) {
  .main-menu {
    padding-right: 30px!important;
  }
}

@media screen and (max-width: 1050px) {
  .main-menu li {
    margin-left: 5px!important;
  }
}

.main-header {
  background-color: rgba(22,34,57,0.95);
  height: 80px;
  position: sticky;
  z-index: 12;
  width: 100%;
  top: 0;
}

.main-header .logo {
  /*float: left;*/
  /*line-height: 80px;*/
  padding-left: 60px;
}

.main-header .logo a {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.main-menu li {
  display: inline-block;
  line-height: 50px;
  margin-left: 15px;
  position: relative;
}

.main-menu li:first-child {
  margin-left: 0px;
}

.main-menu li a {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.5s;
}

.main-nav li:hover a, .main-nav li.active a {
  border: 2px solid rgba(245,164,37,0);
}

@media (max-width: 950px) {
  .main-nav li:hover a, .main-nav li.active a {
    border: 2px solid transparent;
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}

/* Slider */

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  position: absolute;
  background-color: rgba(22,34,57,0.85);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

@media screen and (max-width: 1180px) {
  .main-banner .caption h6 {
    font-weight: 500;
  }
}

@media screen and (max-width: 1180px) {
  .main-banner .caption h2 {
    font-size: 58px;
  }
}

@media screen and (max-width: 767px) {
  .main-banner .caption h6 {
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .main-banner .caption h2 {
    font-size: 30px;
  }
}

/* Features */

.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0c1228;
  color: #fff;
  padding: 40px;
}

.features-content:hover {
  background-color: #011d54;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
  color: rgba(22,34,57,0.95);
}

.features-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--bs-warning);
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.features-content h4 i {
  margin-right: 15px;
  font-size: 24px;
}

.features-content p {
  margin-bottom: 0px;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features, .third-features {
  border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .features-content {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .features-content h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .features-content p {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .features-content p.hidden-sm {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }
}

/* Why Choosing Us */

section.why-us {
  background-image: url(../images/choosing-bg.jpg);
  /*background-color: #0a3161;*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

#tabs {
  text-align: center;
}

#tabs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

#tabs ul::after {
  clear: both;
  content: "";
  display: table;
}

#tabs ul li {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}

#tabs ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  outline: 0;
  padding-bottom: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

#tabs ul li a:after {
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  background-color: #fff;
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}

#tabs ul li a:before {
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  border: 2px solid transparent;
  background-color: transparent;
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -5px;
}

#tabs h4 {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 30px;
}

#tabs p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}

.tabs-content {
  margin-top: 60px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tabs-content {
    text-align: center;
  }
}

.tabs-content img {
  width: 100%;
  overflow: hidden;
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .tabs-content img {
    padding-right: 0px;
  }
}

/* Coming Soon */

section.coming-soon {
  background-image: url(../images/coming-soon-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0A3161;
  padding: 70px 0px;
}

section.coming-soon .continer .counter div {
  display: inline-block;
}

section.coming-soon .continer h4 {
  margin-top: 100px;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin-bottom: 50px;
}

section.coming-soon .continer h4 em {
  font-style: normal;
  color: #f5a425;
}

@media screen and (max-width: 767px) {
  section.coming-soon .continer h4 {
    text-align: center;
  }
}

section.coming-soon .continer .counter .days, section.coming-soon .continer .counter .hours, section.coming-soon .continer .counter .minutes, section.coming-soon .continer .counter .seconds {
  width: 22%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
}

@media screen and (max-width: 992px) {
  section.coming-soon .continer .counter .days, section.coming-soon .continer .counter .hours, section.coming-soon .continer .counter .minutes, section.coming-soon .continer .counter .seconds {
    font-size: 26px;
  }
}

@media screen and (max-width: 992px) {
  section.coming-soon .continer .counter .days .value, section.coming-soon .continer .counter .hours .value, section.coming-soon .continer .counter .minutes .value, section.coming-soon .continer .counter .seconds .value {
    margin-top: 40px!important;
  }
}

@media screen and (max-width: 992px) {
  section.coming-soon .continer .counter span {
    font-size: 14px!important;
  }
}

section.coming-soon .continer .counter .days, section.coming-soon .continer .counter .hours, section.coming-soon .continer .counter .minutes {
  margin-right: 4%;
}

section.coming-soon .continer .counter .days .value, section.coming-soon .continer .counter .hours .value, section.coming-soon .continer .counter .minutes .value, section.coming-soon .continer .counter .seconds .value {
  margin-top: 15px;
  display: block;
  width: 100%;
}

section.coming-soon .continer .counter span {
  font-size: 18px;
  text-transform: uppercase;
  color: #f5a425;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0px;
  display: block;
}

section.coming-soon .right-content {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  section.coming-soon .right-content {
    margin-top: 60px;
    margin-left: 0px;
  }
}

section.coming-soon .top-content {
  margin-bottom: -8px;
}

section.coming-soon form {
  background-color: rgba(250,250,250,0.1);
  padding: 60px 40px;
  width: 100%;
  text-align: center;
}

section.coming-soon form input {
  width: 100%;
  height: 40px;
  background-color: rgba(250,250,250,0.1);
  border-radius: 0px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

section.coming-soon form input:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: #000000;
  background-color: rgba(250,250,250,0.1);
}

section.coming-soon form button {
  margin-top: 10px;
  background-color: #f5a425;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  box-shadow: none;
  border: none;
}

/* Courses */

section.courses {
  background-image: url(../images/choosing-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0A3161;
  padding-bottom: 100px;
  padding: 0px 30px 100px 30px;
}

section.courses .item img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

section.courses .item .down-content {
  height: 400px;
  padding: 30px;
  background-color: rgba(255,255,255,0.91);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

section.courses .item .down-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}

section.courses .item .down-content p {
  margin-bottom: 25px;
  height: 200px;
}

/* Video */

section.video {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(10,49,97,0.5);
  padding: 120px 0px;
}

section.video .left-content {
  color: #fff;
}

section.video .left-content span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

section.video .left-content h4 {
  margin-top: 20px;
  font-size: 30px;
  /*color: #000000;*/
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin-bottom: 20px;
}

section.video .left-content h4 em {
  font-style: normal;
  color: #f5a425;
}

section.video .left-content .main-button {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  section.video .left-content {
    margin-bottom: 45px;
  }
}

/* Magnific Popup CSS */

/* Main image in popup */

/* The shadow behind the image */

/* *
       * Remove all paddings around the image on small screen */

/* Contact */

/* Footer */

footer {
  background-color: #0A3161;
  text-align: center;
}

footer p {
  margin-bottom: 0px;
  padding: 25px 0px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

footer p a, footer p a:hover {
  color: #f5a425;
}

@media screen and (max-width: 992px) {
  .features {
    background-color: #0c1228;
  }
}

@media screen and (max-width: 992px) {
  .features-content {
    position: relative;
  }
}

@media screen and (max-width: 992px) {
  .features-post {
    border-left: 0;
  }
}

@media screen and (max-width: 950px) {
  .main-menu {
    padding-right: 0!important;
  }
}

@media screen and (max-width: 950px) {
  .main-header .logo {
    line-height: 73px;
  }
}

@media screen and (max-width: 950px) {
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}

.opacity-zero {
  opacity: 0;
}

.accreditation {
  background-color: #0a3161;
  padding-top: 40px;
}

