:root{
    --nav-blue: #90CAF9;
    --modal-bg-color: #90CAF9;
    --dark-color:#37474F;
    --pale-yellow: #f5e176;
    --white-color: #ffffff;
    --light-pink: #FFE0EA;
    --light-blue: #c2e6ff;
    --light-cyan: #e0ffff;
    --light-grass: #e0fff0;
    --secondary-color: #2c2c2c;
    --light-gray-color: #e6e6e6;
    --grey-color: #787878;
    --inp-bg-color: #e6e6e6;
    --cherry-red: #ff3131;
}
/* Universal classes */
h1, h2, h3, h4, h5, h6{
    color: var(--secondary-color);
 }
 .text-head-color{
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 24px;
}
.text-color{
    color: var(--secondary-color);
}
.card
    {
    border: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
} 
.btn-color{
    background-color: var(--nav-blue)!important;
    color: var(--secondary-color)!important;
}

/* =============Global Modal CSS============ */
.modal-dialog{
    display: flex;
    justify-content: center;
    align-content: center;
}
.modal-content{
    width: 65%;
}
.modal-header{
    background-image: none;
    background-color: var(--modal-bg-color);
}
.modal-body{
    padding: 15px 20px;
}
.popup-logo img{
    border-radius: none;
    margin-top: 10px;
    height: 60px;
    width: 60px;
   
}
.popup-text {
    width: 100%;
    padding: 70px 0px 10px 0px;
    position: relative;
}
.popup-text h2 {
    color: var(--secondary-color);
    font-weight: 300;
    font-size: 38px;
}
#phoneModal .close {
    position: absolute;
    right: 2px;
    top: 0px;
    border: none;
    background: transparent;
    font-size: 24px;
}
#myModal1 .close{
    position: absolute;
    right: 2px;
    top: 0px;
    border: none;
    background: transparent;
    font-size: 24px;
}
.login-credentials-{
    color: var(--secondary-color)!important;
}
.go-login{
    color: var(--white-color)!important;
}
.popup-text p {
    color: var(--white-color);
}
.modal-body .nws-button button {
    height: 50px;
    width: 100%;
    border: none;
    font-weight: 700;
    color: var(--white-color);
    /* text-transform: uppercase; */
    font-size: 18px;
    background: var(--nav-blue)!important;
    border-radius: 6px;
}
.modal-body .nws-button button:hover{
    /* background: linear-gradient(to right, #ff9800 0%, #ffeb3b 51%, #ff9800 100%) !important; */
    background: var(--modal-bg-color)!important;

}
/* Navbar */
.nav-head-color{
    background-color: var(--modal-bg-color);
    height: 80px;
}
.navbar{
    background-color: var(--modal-bg-color);
}
.header-collapse-color{
    background-color: var(--modal-bg-color);
}
@media (max-width:768px){
    .header-collapse-color{
        padding-bottom: 10px;
    }
}
.navbar-nav .nav-item .nav-link::before {
    content: '';  
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--white-color); 
    transition: width 0.3s ease, left 0.3s ease; 
}
.navbar-nav .nav-item .nav-link:hover::before {
    left: 0; 
    width: 100%; 
}
.navbar .custom-class .nav-link:hover {
    color: var(--white-color) !important;
    border-bottom: 1px solid var(--white-color);
    width: fit-content;
    transform: scale(1.1) !important;
}
.customized-class .nav-link:hover {
    color: var(--nav-head-color) !important;
    border-bottom: 1px solid white;
    width: fit-content;
    transform: scale(1.1) !important;
} 
 .nav-link:hover {
    color:#1c2b6d !important;
    border-bottom: 1px solid;
    width: auto;
    transform: scale(1.1) !important;
} 
.ul-li-block ul li:hover {
    background: var(--nav-blue);
}
.ul-li-block ul li:hover a {
    color: var(--text-color) !important;
}
.sub-menu:before {
    position: absolute;
    content: '';
    top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--nav-blue);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
}
.nav-link:hover {
    color: var(--white-color) !important;
    width: auto;
    transform: scale(1.1) !important;
}
@media  only screen and (max-width: 1200px) {
    .navbar-expand-lg {
        margin-left: 0px !important;
    }
}
@media (max-width: 768px) {
    .navbar {
        padding: 0px;
    }
}
#contact-us-btn {
    background-color: var(--white-color);
    color: var(--secondary-color) !important;
    padding: 7px 17px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid var(--nav-blue);
}
#contact-us-btn:hover{
    background-color: var(--nav-blue);
    color: var(--white-color)!important;
    transform: scale(1.05);
    font-size: 14px;
    border: 1px solid var(--nav-blue);
}

/* Digital Programs & our courses box  */
.program-box {
    align-items: center;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 25px 15px;
    word-wrap: break-word;
    background-clip: initial;
    background-color: var(--modal-bg-color);
    border: none;
    border-radius: 0.25rem;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 hsla(0, 0%, 41%, .2);
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    min-width: 0;
    position: relative;
    background: linear-gradient(150deg, rgba(144, 202, 249, 0.9), /* #90CAF9 at 50% opacity */ rgba(143, 202, 249, .3));
}
.course-button {
    background-color: #fff;
    border-radius: 6px;
    
}
  .program-box img{
    width:50px;
    height:50px;
  }
  .program-box .title{
    color: black;
    padding: 20px;
  }
  .our-digital-programs{
    margin-top:50px;
    margin-bottom:50px;
  }

/* what we offer section */
.what-we-offer .whatweoffer-head{
    
    margin-bottom: 20px;

}
.what-we-offer .offer {
    background-image: url(../../assets/img/new-imgs/landingPage/boy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.what-we-offer .offer .card:hover {
    transform: scale(1.05);
    /* box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px; */
    transition: all 0.1s ease-in;
}

.what-we-offer .offer .card-body h5 {
    font-size: 16px !important;
}

.what-we-offer .offer .card-body p {
    font-size: 14px !important;
}

.what-we-offer .offer .card-body #live-lec {
    color: #ed145b;
}

.what-we-offer .offer .card-body #rec-lec {
    color: #8d0fda;
}

.what-we-offer .offer .card-body #onl-tes {
    color: #006cb7;
}

.what-we-offer .offer .card-body #stu-mat {
    color: #f68121;
}

@media (max-width: 1024px) {
    .what-we-offer .offer {
        background-image: none;
    }
}
/* class offer */
.class-offer {
    /* background-image: url(../../assets/img/new-imgs/landingPage/bluebg.png); */
    background-image: url(../../assets/img/new-imgs/landingPage/newBlueBg.png);
    height: 530px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
@media (max-width: 1024px) {
    .class-offer {
        /* background-image: none; */
        height:auto;
    }
}

/* Rocket section */

.rocket-container-section .course-card:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.rocket-container-section #quizcard {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rocket-container-section .learn-more {
    color: var(--cherry-red)!important;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.rocket-container-section .learn-more:hover {
    text-decoration: underline;
}

.rocket-container-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    position: relative;
}

.rocket-container-section .rocket-image {
    display: flex;
    justify-content: center;
    /* width: 100%; */
    position: absolute;
}

.rocket-container-section .rocket-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: -14rem;
}

@media (max-width:768px) {
    .rocket-container-section .rocket-image {
        display: none;
    }
}
@media (max-width: 991px) {
    .rocket-container-section .rocket-image {
        display: none;
    }
}
/* Contact Section */

.contact-section {
    height: 550px;
    /* background-image: url(../../assets/img/new-imgs/landingPage/bluebg.png); */
    background-image: url(../../assets/img/new-imgs/landingPage/newBlueBg.png);
    margin-top: 7rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.contact-section .contact-form {
    background-color: #fff;
    padding: 1rem 2rem;
}
.contact-section .contact-form input, .contact-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    height: 40px;
    background-color: #F2F2F2;
}
.contact-section .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #F2F2F2;
}
.contact-section .contact-section-position {
    margin-top: 120px;
}
.contact-section .contact-section-position .call-mail-btn {
    /* background-color: var(--nav-blue); */
    background-color: var(--dark-color);
    color: var(--white-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow:hidden;
}
.contact-section .contact-section-position .call-mail-btn h5{
    color: var(--white-color);
}
.contact-section .contact-section-position .call-mail-btn a i {
    color: var(--white-color);
}
.contact-section .contact-section-position .contact-form-wrapper{
    justify-content:space-between
}
.contact-section .contact-section-position .contact-form-wrapper .contact-form .submit-button{
    background-color: var(--dark-color);
    color: var(--white-color);
    transition: ease-in 0.3s;
}
.contact-section .contact-section-position .contact-form-wrapper .contact-form .submit-button:hover{
    color: var(--white-color);
    transform: scale(1.02);
}
@media (max-width:768px) {
    .contact-section{
        height: auto;
    }
    .contact-section .contact-form-wrapper{
        margin-top: 15px;
        justify-content: center!important;
    }
    .contact-section .contact-section-position .contact-form-wrapper .contact-form{
        width:80%;
    }
    
}

/* Online Course Page */
.courses-price {
    margin-top: 10px;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 600;
    border-bottom: none!important;
    padding-bottom: 10px;
}
.course-button #contact-us-btn{
    width: 100%;
    text-align: center;
}

.course-btn{
    background-color: var(--white-color)!important;
    width: 100%;
    color: var(--secondary-color)!important;
    border: 1px solid var(--nav-blue) !important;
    text-align: center;
    font-size: 14px;
    padding: 7px 17px;
    transition: transform 0.3s !important
}
.course-btn:hover{
    transform: scale(1.1) !important;
    color: var(--white-color)!important;
    background-color: var(--nav-blue)!important;
}
.search-txt {
    padding: 0px;
    padding-right: 12px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    background: none;
    float: left;
    color: #000;
    font-size: 14px;
    transition: 0.4s;
    line-height: 40px;
    border: 1px solid var(--nav-blue)!important;
    border-radius: 10px;
}
.search-btn {
    color: #ffffff;
    width: 44px;
    height: 40px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s;
    border-radius: 10px;
}
.search-btn i {
    font-size: 18px;
    color: var(--nav-blue);
}


.search-box {
    position: relative !important;
    display: inline-block;
    width: 100%;
}
.search-btn {
    position: absolute !important;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: var(--white-color);
}
.search-btn:hover {
    color: var(--secondary-color);
}
/************Universal Accordion**************/
.accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background-color: var(--nav-blue);
}
.list-box-title h5{
    color: var(--nav-blue);
    padding-top: 10px;
    padding-bottom: 10px;
}
/*********************About Us Page******************/
.about-text-item .section-title-2 h2:after {
    position: absolute;
    content: '';
    bottom: -20px;
    height: 2px;
    width: 158px;
    left: 0;
    background-color: var(--nav-blue);
}
/**=============Contact us Page==============**/

.contactUs-bg{
    /* background-image: url(../../assets/img/new-imgs/contactUs/heroBgBlue.png); */
    background-image: url(../../assets/img/new-imgs/contactUs/newHero_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 380px;
}
@media(max-width:768px){
    .contactUs-bg{
        height:auto;
    }
}
.contactUs-bg .img-right{
    height: 255px;
    width: 265px;
}.contactUs-bg .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contactUs-bg .container .row .contact-us-head{
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
}
.contactUs-bg .container .row h4{
    font-size: 26px;
    color: var(--white-color);

}
.contactUs-bg .container .row h4 span{
    color: #376bb2;
    color: var(--text-color);
    font-size: 28px;
}
.contact-form-area_3{
    background-color: transparent;
}
.contact-us-form- {
    padding: 1rem 2rem;
    border: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.contact_third_form .nws-button {
    height: 30px;
    width: 100%;
    line-height: 30px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 14px;
}
.contact_third_form .nws-button button {
    background-color: var(--primary-color);
    border: none;
    font-weight: 700;
    color: #fff;
    width:100%;
}
.contact-us-form- input, .contact-us-form- textarea {
    background-color: #f1f1f1;
}
.contact-us-form- input, .contact-us-form- textarea{
    width: 100%;
    padding: 8px;
    margin-bottom: 4px;
    border-radius: 10px;
}
.contact-page-section .call-log-card .card-detail ul li i{
    color: var(--primary-color);
}
.contact-page-section .follow-us ul li a i{
    width: 28px;
    height: 28px;
    background-color: var(--primary-color);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
}
.getIntouch li i{
    color: var(--nav-blue);
}
.getIntouch .contact-us-form- button{
    width: 100%;
    padding: 8px;
    margin-bottom: 4px;
    border-radius: 10px;
    background-color: var(--nav-blue);
    color: var(--white-color);
    transition: ease-in 0.3s;
}
.getIntouch .contact-us-form- button:hover{
    background-color: var(--nav-blue);
    color: var(--white-color);
    transform: scale(1.03);
}
.getIntouch .follow-us .follow-us-icons li{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--nav-blue);
    border-radius: 50%;
    width: 26px;
    margin-right: 10px;
    height: 26px;
}
.getIntouch .follow-us .follow-us-icons li i{
    color: var(--white-color);
}
.search-txt {
    padding: 0px;
    padding-right: 12px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    background: none;
    float: left;
    color: #000;
    font-size: 14px;
    transition: 0.4s;
    line-height: 40px;
    border: 1px solid var(--nav-blue) !important;
    border-radius: 10px;
}
.gradient-bg{
    background: var(--nav-blue);
    color: var(--white-color);
}
.gradient-bg:hover{
    background: linear-gradient(to right, #c2e6ff 0%, #01a6fd 51%, #65bfdc 100%);
    background-size: 200% auto;
    background-position: 190px;
}
/* =========mydash======== */
.special-class .nav-link{
    color: var(--nav-blue);
}
.special-class .nav-link:hover{
    color: var(--white-color) !important;
    width: auto;
    background: var(--nav-blue);
    transform: none !important;
}
.dropbtn {
    background-color: var(--white-color);
    color: var(--secondary-color) !important;
    font-size: 14px;
    border-radius: 5px;
    padding: 7px 17px;
    border: 1px solid var(--nav-blue);
    transition: transform 0.3s !important;
}
.new-dropdown:hover .dropbtn {
    background-color: var(--nav-blue);
    color: var(--white-color) !important;
    transform: scale(1.05);
    font-size: 14px;
    border: 1px solid var(--nav-blue);
}

.dropdown-content::before{
        position: absolute;
        content: '';
        top: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--nav-blue);
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 20px;
}
.dropdown-content{
    border-radius: 5px;
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 110px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 105%;
        left: -10px;
}