:root {
    --primaryColor: #0a3977;
    --secondaryColor: #00619e;
    --overlay-color: #7200ff;
    --additionalColor: ;
    --speed: ;
}
*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lato', 'Font Awesome 5 Free', 'Dutone', sans-serif;
}   

@keyframes overlay {
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    display: block;
      transform: translateY(0);
  }
}

@keyframes lock {
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    display: block;
    transform: translateY(0);
  }
}

/*body {*/
/*    background-color: rgb(237, 242, 245);*/
/*    min-height: 100px !important;*/
/*}*/



a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #FFF;
}

h1{
    font-weight: 300;
    line-height: 1.2;
    color: #FFF;
    font-size: 46px;
}

h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: white;
    margin-bottom: 50px;
}



/* Navbar */

.navbar {
    background-color: white;
    border-bottom: 1px solid lightgray;
}
.branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto ;
    text-align: center;
    padding: 13.43px 20px;
    position: relative;
}

.logo {
    max-height: 65px;
}

.menu {
    display: flex;
    flex-direction: row;
}
.menu li {
    list-style: none;
}
.menu li a {
    display: block;
    padding: 15px;
    font-size: 1.125rem;
    color: var(--primaryColor);
    transition: all .2s linear;
}
.menu li a:hover {
  color: #007ab1;
}

.has-dropdown {
    position: relative;
}
.has-dropdown a i{
  content: "\e900";
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
  color: white;
}
.submenu {
    position: absolute;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0;
    transform: scaleY();
    width: 200px;
    text-align: left;
    transform-origin: top center;
    transition: opacity ease-in-out .3s;

    border-color: #0274be;
    border-top-width: 2px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
}

.menu > li:hover > a + .submenu,
.submenu >li:hover > a + .submenu {
    opacity: 1;
    transform: scaleY(1);
    margin-top: 13.5px;
}

.menu-wrap {
    display: none;
}

#expand {
  width: 30px;
    display: none;
    color: var(--primaryColor);
}
#mobile-menu {
    display: none;
}
.submobmenu {
    display: none;
}


.showcase {
    background: url("images/mainBanner.jpg") no-repeat center center;
    width: 100vw;
    height: 70vh;
}
/* .showcase::after{
    width: 100%;
    height: 70vh;

} */
.showcase-content {
    width: 100vw;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* background: transparent; */
    /* background-color: black; */
    /* opacity: 0.7; */
}

.showcase-content h2 {
    font-family: 'Merriweather',Georgia,"Times New Roman",serif;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 5px;
    line-height: 1.4em;
}

.showcase-content p {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 2.1em;
}

.showcase-content button, .about-us button, .left button, .btn {
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #007cff;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    display: inline-block;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 2px 18px 0px rgb(0 124 255 / 83%);
    line-height: 1.7em;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 30px;
}

.showcase-content button:hover {
    background: transparent;
}

.showcase-content svg {
    position: absolute;
    bottom: 0;
    z-index: 100;
}


.about-us {
    padding: 50px;
    width: 80%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    
}
.about-us h2, .left h2, .div-1 h4 {
    font-family: 'Merriweather',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-size: 35px;
    color: #0a3977;
    line-height: 1.6em;
    text-align: center;
} 
.about-us p {
    width: 80%;
}
.about-us p, .left P {
    text-align: center;
    line-height: 2em;
    font-family: "SF UI Text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}
.about-us span {
    color: #0a3977;
}


.register-cta {
    width: 100%;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}

.left {
    width: 100%;
    align-items: left;
}
.left h2, .left p {
    text-align: left;
}




.msg {
    padding: 4% 0;
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #efefef;
}

.div-1 { width: 40%; }
.div-2 { 
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.msg img {
    margin-bottom: 50px;
    width: 100px;
}
.msg h3 {
    line-height: 1em;
    font-size: 35px;
    color: #0a3977;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
}

.msg h4 {
    text-align: left;
}

.msg p {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27.8571px;
}

.msg .blue {
    color:  #02147A;
    font-style: italic;
    font-weight: 300;
}


.centerBoxes {
    width: 80%;
    display: flex;
    justify-content: center;
}

.hiw {
    width: 100%;
}

.box {
    padding: 50px;
    width: 80%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;   
    font-size: 13px;
    color: #000000!important;
    line-height: 2em;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin: 40px;
    box-shadow: 0px 10px 60px 0px rgb(1 33 92 / 10%);
}



.login-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-forum {
    width: 100%;
    height: auto;
}
.login-forum img {
    width: 50%;
    display: flex;
    margin: 0 auto 20px auto;
    align-items: center;
    justify-content: center;
}
.sb {
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: space-between;
}
.sb h3 {
  font-weight: 600;
  margin-right: auto;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  color: #122b46;
}
.form-link {
    color: var(--primaryColor);
    font-size: 14px;
    text-decoration: none;
}
.input-div {
    margin: 20px 0;
    width: 100%;
}
.input-div input, .input-div select {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #e7e9ec;
    background: #f8f9fb;
}
label {
  color: black;
  letter-spacing: -0.1px;
  font-size: 15px;
}
.login-forum .btn {
    width: 100%;
    box-shadow: none;
    padding: 10px 0;
    margin-top: 0px;
    background: var(--primaryColor);
}


footer {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #434656;
  color: #a7aabc;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27.8571px;
  text-align: center;
}



@media only screen and (max-width: 700px) {
    .login-forum {
        width: 100%;
        height: 100%;
        padding: 0;
    } 

    .innernav {
        justify-content: center;
    }
    .menu { display: none; }
    .sign-in { display: none; }

    #bars {
        display: block;
        position: absolute;
        font-size: 20px;
        color: black;
        top: calc(height / 2);
        left: 0;
        margin-left: 40px;
    }

    .showcase-content {
        padding: 0 50px;
    }
    .showcase-content h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about-us {
        width: 100%;
        padding: 30px 50px;
    }
    .about-us p {
        width: 100%;
    }

    .register-cta, .centerBoxes, .msg {
        flex-direction: column;
    }

    .register-cta, .msg {
        padding: 40px;
    }

    .centerBoxes {
        width: 100%;
        margin: 0 auto;
    }

    .div-1, .div-2  {
        width: 100%;
        margin-bottom: 40px;
    }

    .box {
        width: 100%;
        margin: 20px 0;
    }

}


@media only screen and (max-width: 1100px) {
    .msg {
        margin: 50px 0;
    }

    .img {
        width: 300px;
    }
}

@media (min-width: 922px) {
  .branding {
      max-width: 1240px;
  }
  .main {
    padding: 4% 0;
  }
}


.about-nav {
    background-color:#0a104a;
    height: 500px;
    text-align: center;
    display: flex;
    justify-content:center ;

}

.about-nav h2 {
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
}




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


    .menu {
        display: none;
    }

    .branding {
        padding: 15px 5px;
        display: flex;
        flex-direction: reverse;
        justify-content: space-between;
        margin: 0 10px;
    }


    #expand {
        display: block;
    }

    
    #mobile-menu {
        width: 100%;
        background: white;
    }
    #mobile-menu ul {
        display: flex;
        flex-direction: column;
    }
    #mobile-menu ul li {
        width: 100%;
        border: 1px white solid;
        padding: 15px 20px;
        color: var(--primaryColor);
    }
    #mobile-menu ul li.has-dropdown {
        display: flex;
        justify-content: space-between;
    }
    #mobile-menu ul li a {
        color: var(--primaryColor);
    }
    #mobile-menu ul li i { 
        padding: 3px;
        font-size: 13px;
    }
    
    #mobile-menu ul.submobmenu li {
        padding-left: 30px;
    }
    
    #mobile-menu .submobmenu {
        display: none ;
    }

    .showcase {
        height: 60vh;
    }
    .showcase h1 {
        font-size: 30px;
        padding: 0 20px;
        margin-bottom: 10px;
    }

    .main {
        margin: 0 auto;
        padding: 15px 0;
    }
    .main h2 {
        font-size: 28px;
    }
    .main img {
        margin: 19.2857px 0;
    }


    .main-2 {
        height: 200px;
    }
    .main-2 h3 {
        margin-bottom: 0;
    }
    .main-2 p {
        display: none;
    }

    
    .msg {
        display: block;
    }
    .msg img {
        width: 100%;
    }


    .n-course { font-size: 30px; }
    
    .d-st { font-size: 35px; }

}


.n-course {
    margin-top: 30px;
    color: #142072;
}

.progress-bar {
  display: inline-flex;
  padding: 140px 0;
  padding-top: 40px;
}
.completed::before {
  content: "";
  width: 254px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
  background: #2460a7;
}
.incompleted::before {
  content: "";
  width: 250px;
  height: 5px;
  position: absolute;
  left: 18px;
  right: 0;
  bottom: -37px;
  background: #2460a7;
}

.progress {
  position: relative;
  margin-right: 110px;
}
.progress-last {
  margin-right: 0px;
}
.icon {
  height: 76px;
  width: auto !important;
}
/*.icon-documents {*/
/*  width: 54px;*/
/*}*/
/*.icon-approval {*/
/*  width: 72px;*/
/*}*/
/*.icon-payment {*/
/*  width: 62px;*/
/*}*/
.icon-enrooled {
  /*width: 96px;*/
  margin-top: 15px;
}

.fa {
  background-color: #2460a7ff;
  color: #ffffff;
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 5px;
  border-radius: 100%;
  position: absolute;
  bottom: -50px;
  left: 18px;
}
.document-check {
  left: 15px;
}
.fa-sync-alt {
  background-color: green;
}
.fa-times {
  background-color: #85b3d1ff;
  left: 20px;
}
.last-times {
  left: 42px;
}
/* .title {
  position: absolute;
  bottom: -85px;
  left: -20px;
} */
.title-documents {
  left: -16px;
}
.title-approval {
  left: -2px;
}
.title-payment {
  left: 6px;
}
.title-enrooled {
  left: 20px;
}
.title {
  color: #2460a7;
}

/* responsive for mobile  */
@media only screen and (max-width: 768px) {
  #expand {
    display: block;
  }
  .progress img{
      display:none;
  }
   .main {
     width: 100%;
     display: block;
   }
   .progress-bar {
     display: block;
     padding: 10px 0 0 0;
     margin-top: 80px;
   }
   .completed::before {
     content: "";
     width: 5px;
     height: 265px;
     position: absolute;
     top: 0;
     left: 112px;
     padding-bottom: 20px;
     background: #2460a7;
   }
   .incompleted::before {
     content: "";
     width: 5px;
     height: 30px;
     position: absolute;
     top: 54px;
     left: 112px;
     background: #2460a7;
   }
 
   .progress {
     position: relative;
     margin-right: 0;
     margin-bottom: 70px;
   }
   .progress-last {
     margin-right: 0px;
     margin-bottom: 0;
   }
   .icon {
     width: 73px;
   }
   .icon-documents {
     width: 53px;
   }
   .icon-approval {
     width: 70px;
   }
   .icon-payment {
     width: 65px;
   }
   .icon-enrooled {
     width: 80px;
     margin: 0px;
   }
 
   .fa {
     background-color: #2460a7ff;
     color: #ffffff;
     width: 28px;
     height: 28px;
     text-align: center;
     padding: 5px;
     border-radius: 100%;
     position: absolute;
     bottom: 0px;
     left: 100px;
   }
   .document-check {
     left: 100px;
   }
   .fa-sync-alt {
     background-color: green;
   }
   .fa-times {
     background-color: #85b3d1ff;
     left: 100px;
   }
   .last-times {
     left: 100px;
   }
   .title {
     position: absolute;
     bottom: 1px;
     left: 150px;
     margin-top: 200px;
   }
   .title-documents {
     left: 150px;
   }
   .title-approval {
     left: 150px;
   }
   .title-payment {
     left: 150px;
   }
   .title-enrooled {
     left: 150px;
   }
 
  
}


