

/* lelojee page style starts here  */

/* banner section style start here  */
.lelojee-landing {
       height: calc(100vh - 65px);
}
.lms-nav {
background: #fff;
    box-shadow: 1px 2px 7px #ddd;
    width: 100%;
    z-index: 111;
        transition: ease transform 300ms;
}
.lelojee-landing .carousel-caption {
    position: absolute;
    bottom: 10%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 42%;
}
.lelojee-landing .carousel-caption {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}
.lelojee-landing .carousel-caption h5{
    color: #fff;
    font-family: 'Abril Fatface', cursive;
    font-size: 96px;
    line-height: 1;
}
.lelojee-landing .carousel-caption .blue-caption{
    color: #56CCF2;
}
.lelojee-landing .carousel-caption h5 span{
    font-family: 'Abril Fatface', cursive;
    font-size: 125px;
}
.lelojee-landing .left-cont {
    background-image: linear-gradient(to right, #0C1B38 , #101f3d00);
    position: absolute;
    left: 0;
    height: calc(100vh - 82px);
    top: 0;
    padding-left: 165px;
    padding-top: 20px;
}
.lelojee-landing .right-cont {
    background-color: #0c1b38c7;
    position: absolute;
    right: 0;
    left: auto;
    height: calc(100vh - 82px);
    top: 0;
    padding-right: 150px;
    padding-top: 60px;
    padding-left: 155px;
    text-align: right;
}
.banner-btn{
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
       background: #56CCF2;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.banner-btn:hover{
    color: #fff;
}
.carousel-images{
    width: 100%;
        height: calc(100vh - 65px);
     object-fit: cover;

}

/* about section  */
.lelojee-about {
    padding:  50px 0;
}

.common-head-left {
    font-size: 32px;
    font-weight: 700;
    color: #323894;
    margin-bottom: 50px;
}
.common-head-left-sm {
    font-size: 25px;
    font-weight: 700;
    color: #0C1B38;
    margin-bottom: 15px;
}
.align-center{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.leloje-cmn-txt {
    font-size: 16px;
    color: #4F4F4F;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}

  .tost.none{
     visibility: hidden;
       display: none;
  }
 .tost.block {
      visibility: visible;
        display: block;

  }
  .warning-tost{
          background-color: #dc3545!important;
  }
  .sucess-tost{
        background-color: #28a745!important;
  
  }
  .tost{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 0.25rem 0.75rem #0000001a;
    transition: all 0.5s ease-in-out;
    border-radius: 0.25rem;
    text-align: center;
    padding: 10px;
    animation: fadeAway 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: hidden;
  }
   .tost p{
       font-weight: 500;
       margin: 0;
   }
  @keyframes fadeAway {
 0%{ visibility: hidden;
    display: none;

}
  50% { visibility: visible;
display: block; }
   100% { visibility: hidden;
display: none; }
}

.lelojee-comn-btn {
    width: 175px;
    height: 45px;
    display: flex;
    justify-content: center;    
    align-items: center;
    background: #F78536;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}
.lelojee-comn-btn:hover{
    color: #fff;
}

.about-right-wrap {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.app-wrap{
    display: flex;
    flex-direction: column;
}
.mob-apps img{
    width: 100%;
}
/* course style starts  */
.try-btn {
    background: #56CCF2;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
    border-radius: 8px;
    margin: 0px 15px;
    display: inline-block;
    font-weight: 600;
}
.try-btn:hover {
    background: #56CCF2;
    color: #fff;
}
.course-list li {
    font-size: 16px;
    color: #4F4F4F;
    margin-bottom: 10px;
}
/* benifit section starts  */
.benifits-wrap {
    margin-bottom: 130px;
}

.common-head {
    font-size: 32px;
    font-weight: 700;
    color: #323894;
    margin-bottom: 45px;
    text-align: center;
}

.benifit-items-wrap {
    display: flex;
}

.benifit-items {
    width: 22%;
    text-align: center;
    margin: 15px 0;
}
.lel-icons-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    flex-wrap: wrap;
}
.why-txt{
        font-size: 16px;
    color: #4F4F4F;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin: 25px 0;
}
.dwnld-btn-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.benifit-items img {
    margin-bottom: 15px;
     min-height: 86px;
     }

.benifit-items p.benifit-txt {
    font-size: 18px;
    font-weight: 400;
    color: #4F4F4F;
}
/* social media style starts here  */
.social-media-inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-meia-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.absolute-img {
    position: absolute;
    top: 18px;
}

.social-media {
    margin-bottom: 140px;
    position: relative;
}
.socail-media-icon {
    width: 185px;
    text-align: center;
}
/* offering style starts here  */
.offerings {
    margin-bottom: 100px;
}

.offering-card {
   
    border-radius: 15px;
    padding: 30px;
    color: #fff;
    width: 480px;
    min-height: 550px;
    box-shadow: 0 0 15px #003399;
    margin: 0 auto;
    margin-top: 50px;
}
.w-105{
width: 127px !important;
}
.offering-card.finisher-card{
    background: #5774EA;
 
}
.offering-card.builder-card{
     background: #323894;
}
.offfering-head {
    font-size: 37px;
    font-weight: 800;
    margin: 20px 0;
}

.offering-card ul {
    padding: 0 18px;
}

.offering-card li {
     font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
}
.try-now-btn {
    width: 130px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F78536;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}
.try-now-btn-dark {
    width: 130px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #021E4D;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}
.try-now-btn-dark :hover{
    color: #fff;
}
.try-now-btn :hover{
    color: #fff;
}
.lel-client-section{
    margin-bottom: 100px;
}
.lel-client-section .owl-carousel .owl-item img {
    display: block;
    width: 203px !important;
    margin-bottom: 15px;
    border-radius: 20px;
}
.lel-client-section .client-card {
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    background: #FCFCFF;
    padding: 20px;
    width: 398px;
    min-height: 630px;
}
.lel-client-section .client-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #323894;
    margin-bottom: 2px;
}
.ornage-sub-head {
    font-size: 12px;
    color: #F78536;
    margin-bottom: 10px;
}
.client-txt {
    color: #828282;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}
.lel-client-head{
      color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-30{
    margin-bottom: 30px;
}
.lel-client-section .owl-carousel .owl-stage{
    padding: 20px 0;

}
.client-btn-wrap {
    display: flex;
    justify-content: flex-end;
}
/* sucess style starts here  */
.lel-sucess.owl-carousel .owl-item img.quotes{
    width: 40px !important;
}

.sucess-story-inner {
    display: flex;
    margin: 30px 35px;
    align-items: center;
    justify-content: center;
}
.lel-sucess.owl-carousel .owl-item img.sucess-img{
 display:block;
 width: 100px;
 height: 100px;
border-radius: 37px;
}
.sucess-img-wrap{
  margin-right: 25px;
    border: 4px solid #0C1B38;
    border-radius: 50%;
    padding: 20px 10px 0px 10px;
}
.sucess-txt{
    color: #828282;
    font-size: 16px;
    line-height: 25px;
}
.succes-stories-wrap {
    width: 80%;
    margin: 0 auto;
}
.suces-head {
        color: #1A3A78;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}
.suces-sum-hd {
    font-size: 16px;
    color: #828282;
}
.lel-sucess.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0C1B38;
    opacity: 1;
}
.lel-sucess.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #231F20;
    opacity: .3;
}
.sucess-stories {
    margin-bottom: 80px;
}
.wid-80{
    width: 80%;
    margin: 0 auto; 
}
.counsiling-txt {
    color: #F2F2F2;
    font-size: 16px;
    line-height: 25px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
.form-input{
    width: 100%;
    height: 50px;
    border: 1px solid #7b61ff24;
    border-radius: 10px;
    padding:0px 10px;
    font-size: 14px;
    margin-bottom: 20px;
}



/* landing sucess style starts here  */
.landing-sucess.owl-carousel .owl-item img.quotes{
    width: 40px !important;
}

.landing-sucess .sucess-story-inner {
    display: flex;
    margin: 30px 35px;
    align-items: center;
    justify-content: center;
}
.landing-sucess.owl-carousel .owl-item img.sucess-img{
 display:block;
 width: 100px;
 height: 100px;
border-radius: 37px;
}
.landing-sucess .sucess-img-wrap{
  margin-right: 25px;
    border: 4px solid #00EBEB;
    border-radius: 50%;
    padding: 20px 10px 0px 10px;
}
.landing-sucess .sucess-txt{
    color: #828282;
    font-size: 16px;
    line-height: 25px;
}
.landing-sucess .succes-stories-wrap {
    width: 80%;
    margin: 0 auto;
}
.landing-sucess .suces-head {
        color: #1A3A78;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}
.suces-sum-hd {
    font-size: 16px;
    color: #828282;
}
.landing-sucess.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00EBEB;
    opacity: 1;
}
.landing-sucess.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #00EBEB;
    opacity: .3;
}
.sucess-stories {
    margin-bottom: 80px;
}
.wid-80{
    width: 80%;
    margin: 0 auto; 
}

/* custom-check-box style starts here  */

.custom-check-box {
  display: block;
  margin-bottom: 15px;
}

.custom-check-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.success-toast{
    background-color: #F2994A;
    color: white;
    width: 550px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
 }
.form-check label {
    cursor: pointer;
    font-size: 13px;
    color: #333333;
}
.form-check label span a{
    color: #F78536;
    text-decoration: none;
}
.box-wht label {
    cursor: pointer;
    font-size: 13px;
    color: white;
}
.box-wht label span a{
    color: #323894;
    text-decoration: none;
}
.custom-check-box label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0C1B38;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -5px;
}
.custom-check-box input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #0C1B38;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-wrap {
    margin: 10px 0;
    text-align: center;
}
.blue-lg-btn{
      width: 270px;
      height: 45px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #323894;
      border-radius: 10px;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      font-weight: 700;
      cursor: pointer;
      margin: 10px auto;
      border: 0px;
}
.blue-lg-btn:hover{
    color: #fff;
}
.counsiling-head{
      color: #fff;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: center;
}
.free-counsiling {
    padding: 60px 0;
    background-color: #F78536;
}

.footer-head {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-ul{
    margin:  0;
}
.footer-list{
    text-transform: capitalize;
}
.social-media-wrap {
    display: flex;
    justify-content: flex-end;
}
.social-hd {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 60px;
}
.social-icon{
/* width: 30px;
    height: 40px;
    object-fit: contain;
    margin-right: 20px; */
     width: 30px;
}
.social-icon-wrap a{
width: 30px;
    height: 40px;
    object-fit: contain;
    margin-right: 20px; 
}
.social-icon-wrap a:last-child{
    margin-right: 0;
}
.social-icon-wrap {
    display: flex;
    justify-content: flex-end;
}

/* wineet style starts here  */
.wineet-caption.d-md-block {
    position: absolute;
    right: 2%;
    bottom: 5%;
    left: auto;
    color: #323894;
    text-align: left;
    width: 29%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.wineet-caption h4{
    font-weight: 700;
    margin-bottom: 15px;
}
.custom-check-box-wht label span a {
    color: #323894;
    text-decoration: none;
}
.orange-lg-btn {
    width: 270px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FAAF40;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    margin: 10px auto;
    border: none;
}
.lel-logo {
    position: absolute;
    left: -4%;
    bottom: 5%;
    right: auto;
    top: 5%;
    width: 15%;
}
/* .modal style starts here  */
.consil-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.counsil-hd {
    font-size: 28px;
    font-weight: 700;
    color: #323894;
}

.modal-input {
    width: 80%;
border: 1px solid #00000021;
    box-shadow: 0px 0px 6px #00000021;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0 12px;
    font-size: 14px;
    color: #B3B3B3;
}
.modal-pad{
    padding: 30px;
}
.modal-left-img {
    height: 310px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.modal-left-btm-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.modal-left-btm-item img{
    margin-right: 20px;
}
.modal-left-btm-item p{
    font-weight: 700;
    color: #333333;
    margin-bottom: 0;
}
.modal-left-btm {
    margin: 25px 10px;
}
.counsil-modal .modal-content {
        border-radius: 15px;
}

.counsil-modal .custom-check-box input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #323894;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg);
}
.counsil-modal .custom-check-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #323894;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -5px;
}
.counsil-modal .custom-check-box label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #333333;
}
.counsil-modal .custom-check-box label span {
    color: #56CCF2;
}
/* .orange-lg-btn {
    width: 270px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #323894;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    margin: 10px auto;
    border: none;
} */
.modal-head{
    color: #323894;
    font-weight: 700;
}

.modal-img{
    width: 75px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.modalbody{
    border-radius: 25px;
    padding-bottom: 50px;
}


.customer-carousel-wrap{
    margin: 60px 0;
}
.contact-right-wrap {
    padding: 0 50px;
}
.sticky {
  position: fixed;
  top: 0;
}
.align-center img{
    width: 100%;
}
/* career style starts here  */
.career-wrap {
     border: 1px solid #E0E0E0;
    border-radius: 10px;
    min-height: 196px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
        box-shadow: 0px 0px 6px #00000021;
}
.career-wrap input{
        opacity: 0;
    width: 100%;
    min-height: 180px;
    border: none;
}
.career-head{
    font-size: 32px;
    font-weight: 700;
    color: #0C1B38;
    margin-bottom: 15px;
    text-align: center;

}
.career-txt {
    font-size: 16px;
    color: #4F4F4F;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}
.career-wrap .dummy-img-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 185px;
    text-align: center;
    z-index: -1;
}
.career-wrap .dummy-img-wrap img {
    width: 40%;
    margin-bottom: 7px;
}
.career-wrap p{
    font-size: 14px;
    color: #BDBDBD;
}

.banner-socail-wrap {
    position: fixed;
    z-index: 9;
    right: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 40%;
} 
.banner-socail-wrap img{
    width: 40px;
    margin-bottom: 10px;
}
.lms-nav.navbar-light .navbar-brand img {
    width: 145px;
}
.landing-landing .carousel-images {
    width: 100%;
    height: calc(100vh - 0px);
    object-fit: cover;
}


/* footer style starts here  */
footer.f-lel {
    /* background-image: url(../images/footer-bg.png); */
    background-color: #0C1B38;
    color: #fff;
    padding: 55px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.copy-rght {
    display: flex;
    align-items: center;
    margin-top: 110px;
}
.copy-rght img{
    margin-right: 10px;

}
footer.f-lel .copy-rght p{
    margin: 0;
}

footer.f-lel .f-logo{
        width: 275px;
        margin-bottom: 35px;
}
footer.f-lel  p.footer.f-lel-sm {
    font-size: 13px;
    margin-bottom: 20px;
}
footer.f-lel p {
    font-size: 14px;
    line-height: 1.8;
}
footer.f-lel .icon{
    width: 16px;
}
.w-60{
    width: 60%;
}
footer.f-lel ul{
    padding: 0;
}
footer.f-lel ul li{
   
    list-style: none;
}
footer.f-lel ul li a{
     color: #fff;
    text-decoration: none;
    margin-bottom: 11px;
    display: inline-block;
    font-size: 14px;
}
footer.f-lel ul li a:hover{
    color:#fff;
    font-weight: 500;
}
.w-13{
    width: 16px;
}
.w-14{
    width: 19px;
}
.watsup{
    width: 20px;
    margin-right: 15px;
}
.contact-head{
    font-weight: 600;
    margin-bottom: 12px;
}
#scrollUp {
    bottom: 130px;
    font-size: 12px;
    line-height: 22px;
    right: 30px;
    width: 100px;
    background-color: transparent;
    text-decoration: none;
    color: #000;
    text-align: center;
    height: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #000;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
}
 .product-card.vio h4{
    font-weight: 600;
   }

   #success_tic .page-body {
    max-width: 300px;
    background-color: #FFFFFF;
    margin: 10% auto;
}
 #success_tic h4{
         color: #222;
         font-weight: 600;
 }
  #success_tic p {
    line-height: 1.9;
        color: #4c4c4c;
    font-size: 15px;
}
  #success_tic .modal-content{
      border-radius: 20px;
  }

.lms-nav {
background: #fff;
    box-shadow: 1px 2px 7px #ddd;
    width: 100%;
    z-index: 111;
        transition: ease transform 300ms;
}

.lms-nav.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 700;
  
}
.lms-nav.navbar-light .navbar-nav .nav-link :hover{
    background-color: #fff;
    border-radius: 8px;


}
.lms-nav .dropdown-toggle::after{
    display: none;
}
.lms-nav .nav-item {
    margin-right: 35px;
    
}
.img {
        display: none;
    }
/* .lms-nav.lms-light-nav.navbar-light .navbar-nav .nav-link:hover .dropdown-menu{
    opacity: 1;
} */
.lms-nav .dropdown-item {
    color: #323894;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 700;
    padding: 8px;
}
.lms-nav .dropdown-menu{
    top: 100%;
    left: 0;
    margin-top: 15px;
    padding: 15px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
 
}
.lms-nav.lms-light-nav .dropdown-menu{
    top: 100%;
    left: 0;
    margin-top: 5px;
    padding: 15px;
    border-radius: 8px;
    opacity: 0;
    background: #323894;
    visibility: hidden;
    /* transform: translateY(5px); */
    transition: all .2s ease-in-out;
}
.lms-nav.lms-light-nav  .dropdown-item {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 700;
    padding: 8px;
}
.lms-nav.lms-light-nav .dropdown-item:focus,.lms-nav.lms-light-nav .dropdown-item:hover {
    color: #fff;
    background-color: #32389499;
}
.lms-nav .dropdown-menu:hover{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}
.lms-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    transition: 300ms linear;
    transition-property: opacity, visibility;
    transition-delay: 300ms;
}
.lms-nav.navbar-light .navbar-nav .nav-link:hover.dropdown-menu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}
.lms-nav.lms-light-nav.navbar-light .navbar-nav .nav-link {
    color: #0C1B38;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 700;
    border-bottom:3px solid transparent;
}
.lms-nav.lms-light-nav.navbar-light .navbar-nav .nav-link:hover{
    color: #FAAF40;
    border-radius: 0px;
    border-bottom:3px solid #FAAF40;

}
.lms-nav.lms-light-nav.navbar-light .navbar-nav .nav-link.active{
    color: #FAAF40;
    border-radius: 0px;
    border-bottom:3px solid #FAAF40;

}
.lms-nav.lms-light-nav.navbar-light .navbar-nav .nav-link:hover.nav-link::after{
 content: '';
 width: 10px;
 height: 5px;
  background-color: #FAAF40;

}

/* custom-check-box style starts here  */

.custom-check-box {
  display: block;
  margin-bottom: 15px;
}

.custom-check-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-check-box label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #333333;
}
.custom-check-box label span a{
    color: #FAAF40;
    text-decoration: none;
}
.custom-check-box label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0C1B38;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -5px;
}
.custom-check-box input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #0C1B38;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-wrap {
    margin: 10px 0;
    text-align: center;
}

/* landing page custom style starts here  */
.custom-check-box-wht input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-check-box-wht label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #F2F2F2;
}
.custom-check-box-wht label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #F2F2F2;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -5px;
}
.custom-check-box-wht input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #f2f2f2;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg);
}
.custom-check-box-wht label span a{
    color: #323894;
    text-decoration: none;
}
/* landing page custom style starts here  */