/* Navbar */
.navbar{
    background-color: #ffffff !important;
}
.navbar-brand img{
    width: 120px !important;
    margin: auto auto auto 70px !important;
}
.nav-link{
    margin: auto 33px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif !important;
}
.navbar-nav a:hover{
    color: #055CA2 !important;
}
.btn-login{
  height: 35px;
  width: 115px;
  background-color: #055CA2 !important;
  border: #055CA2 !important;
  border-radius: 5px !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
}
.btn-later{
  height: 35px;
  width: 78px;
  border-radius: 5px !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
}
.navbar-nav2 .btn{
  margin: auto 20px auto auto !important;
}
.btn-login:hover{
  background-color: #06518f !important;
}
.btn-course{
    height: 35px;
    width: 120px;
    color: #ffffff !important;
    background-color: #055CA2 !important;
    border: #055CA2 !important;
    border-radius: 15px !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 15px !important;
}
.btn-later{
    height: 35px;
    width: 78px;
    border-radius: 5px !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
}
.navbar-nav2 .btn{
    margin: auto 70px auto auto !important;
}
.btn-course:hover{
    background-color: #06518f !important;
}
/* stroke */
.navbar-nav.stroke a{
  position: relative;
}
.navbar-nav.stroke a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #055CA2;
  height: 1px;
}
.navbar-nav.stroke a:hover:after {
  width: 100%;
}
.navbar-nav.stroke .active::after {
  width: 100%;
}
/* Navbar-end */

/* Masthead */
header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: /*linear-gradient(to bottom, rgba(107, 107, 107, 0.8) 0%, rgba(223, 223, 223, 0.8) 100%),*/ url("../img/course-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  header.masthead h1, header.masthead .h1 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 2.25rem;
  }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 40rem;
      padding-top: 4.5rem;
      padding-bottom: 0;
    }
    header.masthead p {
      font-size: 1.15rem;
    }
    header.masthead h1, header.masthead .h1 {
      font-size: 3rem;
    }
  }
  @media (min-width: 1200px) {
    header.masthead h1, header.masthead .h1 {
      font-size: 3.5rem;
    }
  }
  /* Masthead-end */

  /* About-section */
  .about-img, .about-description{
    display: flex;
    align-items: center;
  }
  .logo-elp img{
    width: 50%;
  }
  /* About-section-end */

  /* Our Program */
.title{
    display: flex !important;
    justify-content: center !important;
    margin-top: 15px !important;
    margin-bottom: 60px !important;
}
.title h1{
    font-weight: 700 !important;
    font-family: 'Raleway', sans-serif !important;
}
.our-program-card{
    margin-bottom: 50px !important;
}
.card-box{
    display: flex !important;
    justify-content: center !important;
}
.card{
    width: 19rem !important;
    border: 0 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: transform .5s; /* Animation */
    /* transition: width .5s ease 100ms */
}
.card:hover{
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
    z-index: 2 !important;
    /* width: 19rem !important;
    height: 30rem !important; */
}
.card-title{
    color: #000;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
}
.card-text{
    height: 120px !important;
    color: var(--primary-primary-3, #777795);
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
    margin-bottom: 45px;
    text-align: justify !important;
}
.card-deal{
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    padding-top: 10px;
    margin-bottom: 5px;
}
.card-price{
    color: var(--brand-color-2, #FD661F);
    font-family: 'Inter', sans-serif !important;
    font-size: 16.681px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%; /* 25.022px */
    margin-bottom: auto;
}
.discount-text{
    color: #9F9696;
    font-family: 'Inter', sans-serif;
    font-size: 14.828px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.242px */
}
.btn-join{
    height: 28px !important;
    border-radius: 5px;
    background-color: #055CA2 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal !important;
    text-transform: capitalize;
    padding: auto !important;
}
.btn-join:hover{
    background-color: #054579 !important;
}
.btn-join-class{
    height: 35px !important;
    border-radius: 5px;
    background-color: #055CA2 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal !important;
    text-transform: capitalize;
    padding: auto !important;
}
.btn-join-class:hover{
    background-color: #054579 !important;
}
  .border-line h5 {
    display: flex;
    flex-direction: row;
  }
  .border-line h5:before, .border-line h5:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
  }
  .border-line h5:before {
    margin-right: 15px
  }
  .border-line h5:after {
    margin-left: 15px
  }
/* Our Program-end */

/* Reguler Course */
.fw-bolder{
  font-family: 'Raleway', sans-serif !important;
}
.underten-yo-program, .ten-yo-program, .fifteen-yo-program{
  width: 410px !important;
  height: 220px !important;
}
.underten-yo-program{
  background-image: url('../img/underten-yo-program.jpg');
  background-size: cover;
}
.ten-yo-program{
  background-image: url('../img/ten-yo-program.jpg');
  background-size: cover;
}
.fifteen-yo-program{
  background-image: url('../img/fifteen-yo-program.jpg');
  background-size: cover;
}
.reguler-course{
  display: flex;
  justify-content: center;
  margin-top: 40px !important;
}
.reguler-course a{
  text-decoration: none;
}
.rc-description{
  display: flex;
  align-items: end;
}
.rc-description p{
  color: white;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}  
@media only screen and (max-width: 470px) {
    /* .reguler-course-box{
        margin-left: auto;
    } */
    .reguler-course a{
        display: flex;
        justify-content: center;
    }
    .underten-yo-program{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 419px) {
    .reguler-course a{
        width: 90% !important;
    }
}
/* Reguler Course-end */