/********** Root CSS **********/
:root {
  --primary: #06A3DA;
  --secondary: #34AD54;
  --light: #EEF9FF;
  --dark: #091E3E;
}

/** Spinner **/

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
  color: #06A3DA;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
  color: #06A3DA;
}



/**Light Box **/


/* Styling for the modal background */
#modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

/* Styling for the modal content */

/* Styling for the close button */
.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modal1 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

/* Styling for the modal content */

/* Styling for the close button */
.close1 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
}

.close1:hover,
.close1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/** Button **/

.nav-btn {
  color: #06283D;
  padding: 10px;
  border: 1px solid #1b557c;
  border-radius: 20px;
  background-color: #1b557c;
  font-weight: 500;
  color: #fff;
}
.navbar-btn{
  border: 1px solid #06A3DA;
  border-radius: 20px;
}
.navbar-btn:hover{
  background-color: #1b557c;
  border: #1b557c;
  color: #EEF9FF;
}

.nav-btn:hover{
  background-color: #08293d;
  border: 1px solid #DFF6FF;
  color: #fff;

}
.download-btn{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  border: #06A3DA;
  border-radius: 100px;;
  padding:13px 40px;
  background-color: #06283D;
  color: #EEF9FF;
  font-weight: 700;
  
}
.download-btn:hover{
  background-color: #fff;
  color: #06283D;
}


/* Buttons */

.read-btn {
  margin: 2% 3% 2% 0;

}
.read-btn:hover{
  border: 1px solid #EEF9FF;
  background-color: #EEF9FF;
  color: #06283D;
}
/** Text **/

.fw-bold {
  font-weight: 800 !important;
  color: #06A3DA;
}
/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 2px;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}

.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
  width: 4px;
  height: 3px;
}

.section-title.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
  0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
  0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
  0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}



.nav-logo {
  width: 50px;
  height: 50px;
}

.navbar-brand {
  font-weight: 700;
  margin-left: 5px;
  color: #06283D;
}
.navbar-brand:hover {
  color: #1b557c;
}

.nav-item {
  margin-left: 20px;
  margin-right: 20px;
  font-size: large;
}

.nav-item .nav-link{
  color: #06283D;
  font-weight: 500;
}

.nav-item .nav-link:hover{
  color: #1b557c;
}

/* Header */

.header {
  background-color: #1b557c;
  color: #fff;
}
.header-unleash{
  font-size: 60px;
}
.header-heading {
  margin-top: 30%;
}

@media screen and (max-device-width: 504px)
and (orientation: portrait){
  .header-unleash{
    font-size: 45px;
  }
}
/* Sub Header */

.sub-img{
  border-radius: 20px;
  width: 100%;
}


/* How it Works */

.how {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #DFF6FF;
}

.how-img {
  width: 100%;
}

/*** enroll ***/
.enroll {
  padding: 0;
  list-style: none;
}

.enroll li {
  position: relative;
  display: flex;
  padding-bottom: 25px;
}

.enroll li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 20px;
  background: var(--primary);
}

.enroll li:last-child {
  padding-bottom: 0;
}

.enroll li:last-child:after {
  display: none;
}

.enroll li span {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 40px;
  z-index: 1;
}

.enroll li p {
  margin: 0;
}


.how-ul{
  font-size: large;
  font-weight: 500;
  color: #DFF6FF;
  background-color: #06283D;
  margin-top: 20%;
  padding: 30px 50px;
  border-radius: 20px;;
}
.how-ul code {
  color: #DFF6FF;
  position: relative;
  border-right: 2px solid rgba(255,255,255,.75);
  transform: translateY(-50%); 
}


/* Animation */
.ulcode{
animation: blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes blinkTextCursor{
from{border-right-color: rgba(255,255,255,.75);}
to{border-right-color: transparent;}
}
.how-ul li{
  margin-top: 10px;
}

.svg-center {
  margin: 0 50%;
}

.how-content {
  align-self: center;
  padding-top: 30px;
  height: 280px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.blog-item .blog-img img  {
  transition: .5s;
}

.blog-item:hover .blog-img img {
  transform: scale(1.15);
}
/* Courses*/

.courses {
  margin-top: 70px;
}

.course{
  border-radius: 20px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.btn-course {
  width: 200px;
  height: 50px;

  background: #FFFFFF;
  border: solid #274C5B;
  border-radius: 15px;
}

.course-content {
  margin-top: 20px;
  border-radius: 15px;
}

.course-detail {
  margin: 0 20px;
  padding: 20px;
  border-radius: 30px; 
  background-color: #1b557c;


}


/*  Testimonial*/

.test-img {
  border-radius: 50%;
  width: 100px;
}


/* Locations */
.location {
  margin: 70px 25%;

}

.actual-loc {
  margin: 30px 25%;
  
}


/*--------------------------------------------------------------
# Course Details
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6rem;
  background:  url(https://images.unsplash.com/photo-1599493622108-f9471f8e9043?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NTB8fGhvcml6b250YWx8ZW58MHx8MHx8&auto=format&fit=crop&w=1500&q=60) center center no-repeat;
  background-size: cover;

}
.hed{
  position: relative;
  top: 130px;
  border-radius: 20px;
  padding: 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.about-course {
  margin-top: 80px;

}

.about_section {
  background: #274C5B;
  color: #ffffff;
  padding: 30px;;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 2;
  border-radius: 16px;;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;

  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}


/*** Testimonial ***/

.test{
  background-color: #1b557c;
}
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}
.testimonial-item img{
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;

}

/*** MOU's ***/

.mou-item{
  color: #08293d;
  border-radius: 20px;
}

.mou-item:hover{
  color: #EEF9FF;
  background-color: #1b557c;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px;
}



/** Contact Form **/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }


.button {
  color: #ffffff;
  background-color: #08293d;
  padding: 12px 25px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  border-radius: 2px;
  outline: 0;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s;
  transition: all .2s; }
  .button:hover, .button:active, .button:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.button--transparent {
  background: transparent;
  border: 0;
  outline: 0; }

.button--close {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 10; }
  .button--close svg {
    width: 20px;
    height: 20px; }
    .button--close svg * {
      fill: currentColor; }
  .button--close:hover, .button--close:active, .button--close:focus {
    color: #fbcf34;
    background-color: #ffffff;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1); }

.button--info {
  position: absolute;
  top: 0;
  right: 0; }

input {
  width: calc(100% - 10px);
  min-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: .5px;
  border: 0;
  border-bottom: 2px solid #f0f0f0; }
  input:valid {
    border-color: #24cf5f; }
  input:focus {
    outline: none;
    border-color: #fbcf34; }

select {
  width: calc(100% - 10px);
  min-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: .5px;
  border: 0;
  border-bottom: 2px solid #f0f0f0; }
  select:valid {
    border-color: #24cf5f; }
  select:focus {
    outline: none;
    border-color: #fbcf34; }

.form-list {
  padding-left: 0;
  list-style: none; }
  .form-list__row {
    margin-bottom: 25px; }
    .form-list__row label {
      position: relative;
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: .5px;
      color: #939393; }
    .form-list__row--inline {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: justify;
          -webkit-box-pack: justify;
              justify-content: space-between; }
      .form-list__row--inline > :first-child {
        -ms-flex: 2;
            -webkit-box-flex: 2;
                flex: 2;
        padding-right: 20px; }
      .form-list__row--inline > :nth-child(2n) {
        -ms-flex: 1;
            -webkit-box-flex: 1;
                flex: 1; }
  .form-list__input-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between; }
    .form-list__input-inline > * {
      width: calc(50% - 10px - 10px); }
  .form-list__row--agree {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px; }
    .form-list__row--agree label {
      font-weight: 400;
      text-transform: none;
      color: #676767; }
    .form-list__row--agree input {
      width: auto;
      margin-right: 5px; }
    .form-list__row--agree select {
        width: auto;
        margin-right: 5px; }

.cont {
  margin: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #06283D;
  padding: 50px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

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

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 6px 0;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}
