@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.navbar-section .navbar {
    background-color: white;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.nav-logo {
    width: 13rem;
    margin-right:3rem;
    margin-left:3rem;
}

.navbar-section .nav-item>a {
    color: #0A47AB;
    font-weight: 700;
     font-size: 15px;
      font-family: "Lato", sans-serif;
}

.navbar-section .nav-item>a.active {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #0A47AB;
    text-decoration-thickness: 3px;
}

.navbar-section .input-group .form-control {
    padding-left: 3.5rem; /* Adjust as needed */
    width: 370px;
  }

.navbar-section .search-icon{
    padding: 10px 10px 10px 10px;
    background-color: white;
    /* border-top: 1px solid grey; */
    /* border-bottom: 1px solid grey; */
    border-right: none;
    border-left: none;
    border-radius: 0px;
    margin-left: 5px;
}

.navbar-section .input-group-prepend {
    position: absolute;
    left: 0;
    z-index: 2;
  }


.navbar-section .dropdown-menu {
    width: 60vw;
    height: fit-content;
    overflow-y:scroll;
    z-index: 100;
}

.navbar-section .dropdown-item {
    width: 40%;
}

.navbar-section .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 40%;
}

.navbar-section .pay {
    /*background-color: #0A47AB;*/
    color: white;
    border-radius: 5px;
    /* padding: 0.2rem; */
}

.navbar-section .pay-text {
    color: white !important;
    background-color:#083174;
    border-radius:5px;
}

.navbar-section .dropdown .color-grey {
    background-color: #083174;
    color: white;
    margin-right: 1rem;
    border-radius: 5px;
    padding: 0.5rem;
}

.navbar-section .dropdown-content a:hover {
    background-color: #f1f1f1
}

.navbar-section .dropdown:hover .dropdown-content {
    display: block;
}

.navbar-section.dropdown:hover .dropbtn {
    background-color: rgb(220, 220, 220);
}

.navbar-section .navbar-collapse {
    width: fit-content;
}

/* .item1{
    position: relative;
} */
.navbar-section .list-item1 {
    display: none;
    position: absolute;
    left: 38%;
    top: 2%;
}

.navbar-section .item1:hover .list-item1 {
    display: block;
    height:700px;
}

/* .item2{
    position: relative;
} */
.navbar-section .list-item2 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.navbar-section .item2:hover .list-item2 {
    display: block;
      height:700px;
}

/* .item3{
    position: relative;
} */
.navbar-section .list-item3 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.navbar-section .item3:hover .list-item3 {
    display: block;
      height:700px;
}

/* .item4{
    position: relative;
} */
.list-item4 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.item4:hover .list-item4 {
    display: block;
      height:700px;
}

/* .item5{
    position: relative;
} */
.list-item5 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.item5:hover .list-item5 {
    display: block;
      height:700px;
}

/* .item6{
    position: relative;
} */
.list-item6 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.item6:hover .list-item6 {
    display: block;
      height:700px;
}

/* .item7{
    position: relative;
} */
.list-item7 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.item7:hover .list-item7 {
    display: block;
      height:700px;
}

/* .item8{
    position: relative;
} */
.list-item8 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.item8:hover .list-item8 {
    display: block;
      height:700px;
}

/* .item9{
    position: relative;
} */
.list-item9 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.item9:hover .list-item9 {
    display: block;
      height:700px;
}

/* .item10{
    position: relative;
} */
.list-item10 {
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
}

.item10:hover .list-item10 {
    display: block;
      height:700px;
}

.abc ul li {
    list-style: none;
}

.info {
    margin-top: 3rem;
}

.info ul {
    padding: 0;
}

.info ul li {
    list-style: none;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.info .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
}

.info p {
    font-size: small;
    font-weight: 600;
    word-wrap: nowrap;
}

.info .veiw-btn {
    font-weight: 700;
    padding-left: 2rem;
    padding-right: 2rem;
}

.info .contact-btn {
    border: 2px solid black;
    margin-left: 0.3rem;
}

.info .fa-solid {
    padding-right: 1rem;
    color: #083174;
}

.below-content {
    margin-top: 2rem;
}

.below-content p {
    font-size: 1rem;
}

.below-content p a {
    text-decoration: underline;
}

.number-cards {
    margin-top: 3rem;
}

.number-cards .col-md-3 {
    border-right: 1px solid rgb(208, 208, 208);
}

.page-nav {
    margin-top: 0;
    padding-top: 0;
    background-color: rgb(245, 245, 245);
}

.page-nav .navbar {
    -webkit-box-shadow: 0px 4px 6px -1px grey;
    -moz-box-shadow: 0px 4px 6px -1px grey;
    box-shadow: 0px 4px 6px -1px grey;
    background-color: white;
}

.page-nav li a {
    color: rgb(151, 151, 151);
    font-weight: 600;
    font-size: 0.9rem;
}

.nav-section-overveiw h4 {
    font-weight: 600;
    padding-bottom: 1rem;
    font-size: 1.5rem;
}

.nav-section-overveiw p {
    color: rgb(85, 85, 85);
    font-size: 1rem;
}

.nav-section-overveiw li {
    line-height: 1.8rem;
}

.what-you-will-learn {
    margin-top: 3rem;
}

.what-you-will-learn .card {
    border: none;
}

.what-you-will-learn .card-title {
    font-size: 1rem;
}

.what-you-will-learn .card-body {
    font-size: 0.9rem;
}

.who-should-attend {
    background-color: rgb(35, 38, 54);
    color: white;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.who-should-attend .fa-regular {
    color:#fff;
    font-size: 1.5rem;
}

.who-should-attend span {
    font-size: 1.1rem;
}

.who-should-attend .first-row {
    margin-top: 1rem;
}

.who-should-attend .second-row {
    margin-top: 1.5rem;
}

.why-section {
    background-color: white;
    padding-top: 2.5rem;
}

.why-section .card {
    border: none;
}

.why-section .card-title1 {
    font-size: 1rem;
}

.why-section .card-body {
    font-size: 0.9rem;
}

.curriculam {
    margin-top: 2rem;
}

.curriculam .accordion-button::after {
    font-family: 'Arial';
    content: '+';
    float: right;
    background-image: none !important;
    font-size: 1.8rem;
}

.curriculam .accordion-button[aria-expanded="true"]::after {
    content: '-';
}

.slider-img{
    width:100%;
}



.curriculam .accordian-flex {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    background-color: rgb(233, 233, 233);
}

.project {
    margin-top: 2rem;
    background-color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.project .card {
    background-color: rgb(249, 249, 249);
    border: none;
}

.project .green-text {
    color: rgb(38, 212, 0);
}

.faq {
    padding-top: 1.5rem;
}

.faq .accordion-button::before {
    content: '+';
    float: left;
    margin-right: 0.8rem;
    /* Add some spacing between the plus sign and the text */
    font-size: 1.8rem;
}

.faq .accordion-button::after {
    background-image: none !important;
}

.faq .accordion-button[aria-expanded="true"]::before {
    content: '-';
}

.certification-process {
    margin-top: 2rem;
}


.certification-process .accordion-button::before {
    content: '+';
    float: left;
    margin-right: 0.8rem;
    /* Add some spacing between the plus sign and the text */
    font-size: 1.8rem;
}

.certification-process .accordion-button::after {
    background-image: none !important;
}

.certification-process .accordion-button[aria-expanded="true"]::before {
    content: '-';
}

.page-nav .navbar .nav-link.active {
    background-color: white !important;
    color: black !important;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
}

.footer-section {
    background-color: #eee;
    border-top: 5px solid #083174;
    color: black;
    padding-top: 2.5rem;
}

.footer-section h4 {
    text-decoration: underline;
    text-underline-offset: 20px;
    padding-bottom: 1.5rem;
}

.footer-section ul li {
    list-style: none;
    padding: 0.3rem;
    font-size: 0.8rem;
}

.footer-section li img {
    height: 3.5rem;
    margin-bottom: 1.5rem;
}

.footer-section .fa-solid {
    font-size: 1.5rem;
    padding-right: 1.2rem;
}

.footer-section p {
    padding-left: 2.5rem;
    margin-top: 0rem;
    margin-bottom: 0;
}

.footer-section .fa-phone-volume {
    padding-top: 2rem;
}

.footer-section .payments {
    background-color: rgb(19, 19, 19);
}

.footer-section .rarzo {
    height: 20px;
    width: 66px;
}

.footer-section .visa {
    height: 34px;
    width:34px;
    margin-top:10px;
}

.footer-section .master {
    height: 25px;
}

.footer-section .paytm {
    height: 17px;
    width: 53px;
}

.footer-section .paypal {
    height: 16px;
}

.footer-section .col-md-6 {
    text-align: center;
}

.footer-section .col-md-6 h5 {
    text-align: center;
}

.footer-section .icons .fa-brands {
    font-size: 28px;
    padding-right: 25px;
    padding-top: 1.2rem;
}

.footer-section .fa-facebook {
    color: #0A47AB;
}

.footer-section .fa-square-x-twitter {
    color: #000;
}

.footer-section .fa-youtube {
    color: #F60002;
}

.footer-section .fa-linkedin {
    color: #006294;
}

.footer-section .fa-square-instagram {
    color: #E9624E;
}

.copyright {
    background-color: rgb(19, 19, 19);
    color: white;
    padding: 0.5rem;
    text-align: center;
}

.icons {
  padding-top: 2px;
}


.payment{
    width: 70%;
}


/*------------------------------------- about page-------------------------------- */

.landing-page {
    width: 100%;
    background-color: #bebebe;
    height: 35vh;
   background-image: url("../images/aboutcompany-1.png");
   background-size:cover;
}

.uni{
    font-size:1.8rem;
    font-style:bold;
    font-weight:700;
    color:#083174;
}


.landing-page h2 {
    color: #fff;
    padding-top: 4rem;
    text-align: center;
    font-weight: 900;
    font-size: 3.5rem;
}

.about-company {
    margin-top: 2rem;
}

.image-goal{
    display:flex;
    justify-content:center;
    padding-bottom:2rem;
}

.image-goal img{
    height:59px;
}


.image-vision{
    display:flex;
    justify-content:center;
    /*padding-bottom:1rem;*/
}

.image-vision img{
    height:90px;
}



.about-company h2 {
    text-align: center;
    font-weight: 700;
    /*text-decoration: underline;*/
    /*text-underline-offset: 10px;*/
    padding-bottom: 1.5rem;
}

.goal-vision {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.goal-vision .card {
    border-top: 3px solid #0A47AB;
    height: fit-content;
}

.goal-vision .vision li {
    line-height: 1.8rem;
}

.goal-vision .card-title {
    text-align: center;
}

.goal-vision li {
    list-style: circle;
}

.goal-vision .vision{
    padding-bottom:2rem;
}

/* ------------------------------- contact page -------------------------------- */

.contact-landing-page {
    background-image: url("../images/contact_us_banner.jpeg");
    background-size: 100% 100%;
    min-height: 40vh;
}

.contact-landing-page h1 {
    color: white;
    font-weight: 900;
    text-align: left;
    padding-top: 9rem;
    padding-left:3rem;
    font-size: 3rem;
}

.contact-card {
    background-color: #F4F4F4;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contact-card .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
}

.contact-card .card-img-top {
    text-align: center;
    padding-top: 1rem;

}

.contact-card .card {
    text-align: center;
    height: 16rem;
    border: none;
    box-shadow: 3px 3px 5px grey;
}

.contact-card .card:hover {
    border: 1px solid grey;
}

.contact-card .card-title {
    color: #083174;
    font-size: 1.2rem
}

.contact-card .card-text {
    color: #8f8f8f;
    font-size: 0.9rem;
}

.contact-card .fa-solid {
    font-size: 3rem;
    text-align: center;
    color: #0A47AB;
}

.map-section {
    margin-top: 2rem;
}

.map-section .row {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* ---------------------------------- home page --------------------------------------------- */
.slide-1{
    position: relative;
}

.slide-text-1{
    position: absolute;
    top: 35%;
    left: 10%;
    color: white;
    width: 35%;
}

.slide-text-1 h2{
    font-family: "Lato", sans-serif;
    font-weight: 800;
}

.section-1-home {
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.section-1-home .col-md-5 .container {
    background-color: #F7F7F7;
    padding: 3rem 3rem 2rem 4rem;
}

.section-1-home h1 {
    font-family: "Lato", sans-serif;
    font-size: 3.5rem;
    line-height: 5rem;
}

.section-1-home .col-md-7 .carousel {
    width: 600px;
    margin-left: 5rem;
}


.section-1-home .text-carousel {
    text-align: center;
    padding-top: 1.5rem;
}

.section-1-home .text-carousel h4 {
    font-family: "Playfair Display", serif;
}

.section-2-home {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.section-2-home .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.section-2-home .row {
    border: 1px solid rgb(204, 204, 204);
}

.section-2-home .card {
    padding: 3rem;
    border: none;
    line-height: 2rem;
}

.section-2-home .card h1 {
    font-family: "Lato", sans-serif;
    padding-bottom: 0.8rem;
}

.section-2-home .card h6 {
    font-weight: 700;
}

.section-2-home .card-translate {
    border-right: 1px solid rgb(179, 179, 179);
}

.section-2-home .card a i {
    color: #0A47AB;
    font-size: 1.2rem;
    padding-left: 0.5rem;
}


.section-2-home .card a i:hover {
    transform: translateX(10px);
}

/* .section-2-home .fa-chevron-left{
    font-size: 2rem;
    border: 1px solid grey;
    padding: 10px 17px 10px 17px;
    border-radius: 50%;
    position: absolute;
    top: 43%;
    left: 96%;
    z-index: 3;
    background-color: white;
} */



.section-2-home .card-container {
    transition: transform 0.5s ease;
    /* Smooth transition for the translation */
}

.section-2-home .translated {
    transform: translateX(-320px);
    /* Translate the card 200px in the x-direction */
}

/* .section-2-home .card-container::after{
    content: "☜";
    float: right;
}

.section-2-home .image{
    position: fixed;
}

.section-1-home .col-md-5{
    position: relative;
} */

.section-3-home {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.section-3-home .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
}

.section-3-home .container-fluid h1 {
    font-family: "Lato", sans-serif;
    padding-right: 11rem;
}

.section-3-home .card {
    border: none;
}

.section-3-home .card-title {
    font-size: 1.2rem;
    font-family: "Playfair Display", serif;
}

.section-3-home .card .card-img-top {
    height: 5rem;
    width: 6rem;
}

.section-3-home .skill {
    font-weight: 700;
    padding: 1rem;
}

/*------------------------------ media screen at small screen--------------------------------------- */

@media screen and (max-width:700px) {


    #navbar-example2 {
        display: none;
    }
    
    .nav-section-overveiw p {
    font-size: 14px;
}

    .nav-logo {
        width: 10rem;
    }

    .veiw-btn {
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .contact-btn {
        width: 100%;
    }

    .footer-section .icons .fa-brands{
        font-size: 1.8rem;
    }

    .footer-section .rarzo {
        height: 1rem;
        width: 60px;
    }
    
    .footer-section .visa {
        height: 3rem;
    }
    
    .footer-section .master {
        height: 1.5rem;
    }
    
    .footer-section .paytm {
        height: 1rem;
        width: 50px;
    }
    
    .footer-section .paypal {
        height: 1rem;
    }


    /* about page */

    .goal-vision .card{
        margin-top: 2rem;
        height: fit-content;
    }
    
    .navbar-section .pay-text {
   width:32%;
}

    .contact-card .card{
        margin-top: 2.5rem;
        height: fit-content;
    }

    .section-1-home h1{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .section-1-home .col-md-7 .carousel{
        width: 300px;
        padding-left: 0;
    }
    
    .counter{
        font-size:35px;
        font-weight:700;
    }
    
    .counter-text{
        font-size:18px;
    }
    
    .section-1-home .col-md-7 .carousel {
        margin-left:0;
    }
    
    .navbar-section .dropdown-menu {
        width:94vw;
    }
    .t-head{
        display:none;
    }
}



 @media screen and (min-width:701px) {
            .small-dropdown {
                display: none;
            }

        }


        @media screen and (max-width:700px) {
            .course-dropdown {
                display: none;
            }

            .small-course {
                /*background-color: #083174;*/
                color: #0A47AB !important;
                border-radius: 5px;
                padding: 0.5rem;
                font-size:15px;
                font-weight:700;
                padding-bottom:0;
                
            }
            
            .navbar-nav .nav-link {
                 padding-right: 0;
                 padding-left: 13px;
                        }



        }
        
           @media screen and (max-width:670px) {

            .slide-text-1 {
                position: absolute;
                top: 20%;
                left: 8%;
                color: white;
                width: 38%;
            }

            .slide-text-1 h2 {
                font-family: "Open Sans", sans-serif;
                font-weight: 700;
                font-size: 10px;
                padding-bottom: 0 !important;
            }


           .slide-text-1 p {
                margin-top: 0;
                margin-bottom: 1rem;
                font-size: 8px;
            }

            .learn{
                height:23px;
                line-height: 0.1;
                padding: 7px 4px;
                font-size: 10px;
            }
        }
        
        
/* counter css */

.counter-section{
    padding-top: 1rem;
    padding-bottom:1rem;
   background-color:#041e47;
   color: white;
   } 

  .counter {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .counter-text {
    text-align: center;
    font-size: 25px;
  }
  
  
.below-nav-image{
    margin-bottom:2px;
}
  
   @media screen and (min-width:710px) and (max-width:1280px){
   .nav-logo{
       margin-left:0;
   }
   
   

.navbar-section .input-group .form-control {
    width: 257px;
}

.navbar-section .pay-text{
    width:86px;
}

.slide-text-1{
    position:absolute;
    top:10%;
    left:8%;
}

.slide-text-1 h2 {
    font-size:23px;
}

.section-1-home h1{
    line-height:45px;
    font-size:33px;
}

.slider-img {
    width: 75%;
}





.section-1-home .text-carousel{
    width:375px;
}

.section-2-home .card {
    padding:0;
    line-height:20px;
}

.section-3-home .container-fluid h1{
    padding-right:0;
}

.footer-section h4 {
    text-decoration:underline;
   text-underline-offset: 4px;
}
   
  }
  
  
  /* ------------------------- Page css ---------------------------------------- */

.page-section-1 .container h5 {
    font-weight: 700;
}

.page-section-2 {
    background-color: #F6F6F6;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.page-section-2 .card-text {
    font-size: 0.8rem;
}

.page-section-2 .card-2 .card-title {
    font-size: 1.1rem;
}

.green-title {
    color: #03AF48;
    font-size: 1.2rem;
}

.copy-btn {
    padding: 5px 10px;
    background-color: black;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 0.7rem;
    height: 2rem;
    width: 5rem;
}

.page-section-2 del {
    font-size: 0.8rem;
    color: #808080;
}

.price-text {
    font-size: 1.2rem;
}

.quantity {
    /*display: flex;*/
    /*align-items: center;*/
    font-size:20px;
    padding-top:30px;
}

.price{
    padding-top:22px;
}

.google-img{
    display:flex;
    justify-content:center;
    padding-top:12px;
}

.quantity input {
    width: 20px;
    text-align: center;
    margin: 0 10px;
    border: none;
}

.quantity button {
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    background-color: white;
    font-size: 18px;
}

.data-row {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.date-coulmn h5 {
    font-size: 1.1rem;
}

.date-coulmn h6 {
    font-size: 0.9rem;
}

.date-coulmn p {
    font-size: 0.8rem;
    color: #a3a3a3;
}

.hqbs {
    display: flex;
    flex-direction: column;
}

.enroll{
    background-color:#083174;
    color:white;
}

.enroll:hover{
    color:white;
}

.contact-info-icons .fa-solid{
    color:#083174;
}

