html{
    scroll-padding: 60px;
}

#header {
    background-color: var(--color2);
    box-shadow: 0px 0px 3px rgb(184, 184, 184);
    z-index: 99999999999;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.headerDetails .logo img {
    width: 200px;
}

.navLinks {
    transition: all ease .3s;
    color: var(--white);

}

.navLinks:hover {
    color: var(--color1);
}

#header .buttons button {
    height: 40px;
    width: 40px;
    background-color: var(--color1);
    padding: 10px;
    gap: 4px;
}

#header .buttons button span {
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background-color: white;
}

#header .buttons button span:nth-child(2) {
    width: 16px;
}

.themeButton {
    padding: 10px 30px;
    border-radius: 30px;
    background-color: var(--color2);
    font-weight: 500;
    color: var(--white);
    transition: all ease .3s;
    box-shadow: 0px 0px 5px rgb(206, 205, 205);
    cursor:pointer;
}
.register1,.login {
    padding: 8px 22px;
    border-radius: 30px;
    background-color: white!important;
font-size:14px;
    color: var(--color2) !important;
    transition: all ease .3s;
    /*box-shadow: 0px 0px 5px rgb(206, 205, 205);*/
}

@media(min-width:992px){
    .register1:hover,.login:hover {
    background-color: var(--color1) !important;
  }

}
#header nav .closeButton {
    height: 35px;
    background-color: var(--color2);
    color: white;
    width: 35px;
    right: -10px;
    top: -10px;
}


/* slider start */
/*#slider {*/
/*    padding-top: 65px;*/
    /*padding-bottom: 40px;*/
    /*background-color: var(--color1);*/
/*}*/

/*#slider p.title {*/
/*    font-size: 40px;*/
/*    font-weight: 500;*/
  
/*    color: var(--black);*/
/*    line-height: 40px;*/
/*}*/

/*#slider h1 {*/
/*    font-size: 120px;*/
/*    font-weight: 900;*/
  
/*    background-color: var(--color1);*/
/*    width: max-content;*/
 
/*}*/

/*#slider .right img {*/
/*    max-width: 460px;*/
/*}*/

/*#slider p.bottom {*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    color: var(--black);*/
/*}*/

/*#slider .themeButton {*/
/*    display: block;*/
/*    width: max-content;*/
/*    margin-top: 30px;*/
/*}*/
/*#slider .themeButton:hover{*/
/*    background:white !important;*/
/*    color:#272727 !important;*/
/*}*/


.bg-cover {
 margin-top:65px;
  background-size: cover !important;
}

#slider .carousel-caption {
  right: inherit !important;
  color: rgb(255, 255, 255);
  text-align: left;
  top: 50% !important;
  height: 100%;
  width: 100%;
  top: 0 !important;
  left: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
#slider .carousel-control-prev span{
    height: 32px;
    background-color: #FFCF00;
    border-radius:50%;
}
#slider .carousel-control-next span{
    height: 32px;
    background-color: #FFCF00;
    border-radius:50%;
}

#slider {
  overflow: hidden;
}

#slider .carousel-item .imgContainer {
  height: 362px;
  overflow: hidden;
}
/* slider end */

#points .content-box{
    overflow:hidden;
    min-height: 150px;
    background-color:#ffcf00;
}
#points .content-box h4{
   color: #001b48;
}
#points .c-icon img{
     width: 90px;
}
#points .c-icon2 img{
     width: 60px;
}



/*#points ,*/
/*#about,*/
/*#why{*/
/*    background-color: #f5f5f5;*/
/*}*/

/*#points .mainBox {*/
/*    border-radius: 8px;*/
/*    padding: 12px;*/
/*    background-color: white;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    font-size: 14px;*/
/*    min-height: 120px;*/
/*    transition: all ease .3s;*/
/*}*/


/*#points .mainBox:hover{*/
/*    box-shadow: 0px 0px 10px rgb(226, 226, 226);*/
/*}*/

/*#points .mainBox::before {*/
/*    content: "";*/
/*    height: 60px;*/
/*    width: 60px;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    left: -10px;*/
/*}*/
/*#points .col-lg-3:first-child .mainBox::before{*/
/*    background-color: rgba(255, 166, 0, 0.356);*/
/*}*/
/*#points .col-lg-3:nth-child(2) .mainBox::before{*/
/*    background-color: rgba(0, 81, 255, 0.356);*/
/*}*/
/*#points .col-lg-3:nth-child(3) .mainBox::before{*/
/*    background-color: rgba(0, 255, 42, 0.356);*/
/*}*/
/*#points .col-lg-3:nth-child(4) .mainBox::before{*/
/*    background-color: rgba(132, 0, 255, 0.356);*/
/*}*/
/* points end */

/* about start */



#about .left p{
    color: rgb(77, 77, 77);
}

 .courseDiv{
    padding: 12px;
    border-left: 4px solid var(--color1);
    border-radius: 4px;
    transition: all ease 0.3s;
    background-color: white;
    box-shadow: 1px 1px 3px rgb(211, 211, 211);
}
 .courseDiv:hover{
    background-color: var(--color1);
    transform: translateX(10px);
    color: white;

}
.courseDiv svg {
    fill: var(--color1);
}
.courseDiv:hover svg {
    fill: white;
}


#why img{
    max-width: 500px;
}
/* contact start */

#footer{
    overflow: hidden;
    background-color: var(--color2);
    position: relative;
    isolation: isolate;
}
#footer::before{
    content: "";
    display: inline-block;
    height: 355px;
    width: 708px;
    background-color: #0f1726;
    z-index: -1;
    position: absolute;
    transform: rotate(290deg);
    top: 0px;
    left: -120px;
}

#footer .logo img{
    width: 200px;

}
#footer h4{
    font-size: 20px;
}
#footer p{
    max-width: 300px;
}

#footer ul li{
    width: max-content;
    margin-bottom: 8px;
}
#footer ul li::before{
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: white;
    transform: rotate(45deg);

}

#footer  a{
    color: rgb(221, 221, 221);
    display: inline-block;
    transition: all ease .3s;
}
#footer ul li:hover a{
    transform: translateX(10px);
    color: var(--color1);
}
#footer ul li:hover::before{
 background-color: var(--color1);
}
#footer .contact a:hover{
    color: var(--color1);
}

.modal form input::placeholder{
    font-size: 14px;
}
.modal form textarea:focus,
.modal form input:focus{
    box-shadow: none;
}
.modal{
    z-index: 99999999999999999;
}


/*  */
.inputBox{
    position: relative;
}
input, textarea{
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid #727070;
    background-color: rgba(79, 78, 78, 0);
    font-size: 15px;
    color: white;
}
label{
    font-size: 14px;
    position: absolute;
    left: 12px;
    top: 6px;
    cursor: text;
    transition: all ease .3s;
    background-color: white;
    padding: 2px 4px;
    color: rgb(95, 88, 88);
    font-weight: 500;
}
.modal input,
.modal select{
    font-size: 14px;
}

input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label{
    top: -12px;
    font-size: 12px;
}




/* courses */
#courses
{
  padding: 40px 0px;
}
#courses .box{
    padding: 20px;
    padding-top: 50px;
    box-shadow: 0px 0px 3px rgb(211, 211, 211);
border-radius: 6px;
min-height: 120px;

}

#courses .countCircle{
    height: 40px;
    width: 40px;
    background-color: var(--color1);
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#rewards{
  background-color: var(--color2);
  color: var(--white) !important;
}

#rewards span{
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
}
#rewards .right img{
    max-width: 420px;
}
#rewards .left{
    padding-block: 50px;
    color: var(--white) !important;
}
#rewards .themeButton {
    background-color: var(--white);
    }
#rewards .themeButton:hover {
    background-color: var(--color2);
    color: white;
    }

/*Enquiry Model css Start*/
#modalBody .modal-header{
    padding: 10px 20px;
    background-color: #001b48 !important;
  }
  #modalBody .modal-header h1{
  font-size: 18px !important;
  }
  button.btn-close-one.text-white {
    background: transparent;
    opacity: 1;
  }
  button.btn-close-one::before{
    content: "\F62A";
    font-family: bootstrap-icons;
  font-size: 25px;
  }

.enquiry{
    transform: rotate(270deg);
    top: 50%;
    cursor: pointer;
    right: -40px;
    background-color: #FFCF00;
    z-index:99999999;
}
.enquiry:hover{
    background-color: #001b48;
}


#modalBody .input-group {
    margin-bottom: 20px;
    position: relative;
}
  
  #modalBody input,
  textarea {
    width: 100%;
    padding: 6px;
    outline: 0;
    border: 1px solid #b9b7b7;
    background-color: rgb(252, 252, 252);
    font-size: 15px;
    color: rgb(0, 0, 0);
  }
  #modalBody label {
    position: absolute;
    background-color:transparent;
    font-weight:200;
    height: 100%;
    left: 0;
    top: 0;
    padding: 6px 10px;
    color: #000000;
    cursor: text;
    font-size: 14px;
  }
  #modalBody input:focus~label,
  input:valid~label,
  textarea:focus~label,
  textarea:valid~label {
    display: none;
    font-size: 14px;
  }
  #modalBody select{
    padding: 6px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #b9b7b7;
  }
 #modalBody .btn-primary{
    background-color: #001b48;
       border-radius: 5px;
}
  #modalBody .btn-primary:hover{
    background-color: #ffcf00;
  }
/*Enquiry Model css*/


.Notification-links{
  padding: 50px 20px;
    width: 100%;
    background-color: #001b48;
    margin-top:65px;
}
.Notification-links li a{
     min-width: 180px;
    display: block;
    text-align: center;
    padding: 10px 20px ;
    border: 2px solid #484848;
    color: white;
}
.Notification-links li a:hover{
    background-color: #ffcf00;
}
.Bcontainer .col-lg-8{
    padding:0;
}
.Bcontainer .col-lg-4{
    padding:0;
}

