<style>
        /* Add your custom CSS styles here */

        html {
            scroll-behavior: smooth;
        }

        .section {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        body {
            background: linear-gradient(135deg, #E9F1FA, #FFFFFF);
            background-size: 100% 100%;
            margin: 0;
        }
        a{
            text-decoration: none;
        }
        a:hover{
            text-decoration: none;
        }

        /* Set a fixed height for the navbar */
        .navbar {
            min-height: 80px;
        }

        /* Style the header section */
        .header {
            background-image: url(https://media.istockphoto.com/id/1329619660/photo/laptop-computer-screen-mockup-template-background-banner-man-hand-typing-laptop-computer-with.jpg?s=612x612&w=0&k=20&c=Jw3ZCHl3GXtmvSnCjr1QH39V_Ting20gb2hsw1Un7Bs=);
            /* Replace with your header background image */
            background-size: cover;
            color: black;
            text-align: center;
            padding: 200px 0;
            height: 100vh;
        }

        .header h1,
        .header p {
            opacity: 0;
            animation-name: fadeIn;
            animation-duration: 3s;
            animation-fill-mode: forwards;
            /* Keeps the final state of the animation */
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 3;
            }
        }



        /* Style the body content */
       

        /* Style the footer */
        .footer {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 20px 0;
        }


        /* Fixed header styles */
        .sticky-top {
            position: sticky;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #0b0040;
            /* Background color */
            color: white;
            /* Text color */
            z-index: 100;
        }

        /* Company logo styles */
        .company-logo {
            width: auto;
            height: 50px;
            margin-right: 5px;
        }

        /* Navbar links styles */
        .navbar-link {
            color: #fff;
            /* Link text color */
            margin-right: 15px;
        }
      /* Custom styles for the toggle button */
.custom-toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #fff; /* White color */
    margin: 4px 0;
}


        /* Fixed header styles END */

        .tagsline {
            font-size: 1.5rem;
        }

        .welcome {
            font-family: Jost;
            font-weight: 600;
            color: yellow;
            font-size: 3.5rem;
        }

        /* Custom CSS for the Our Courses section */
        .courses-section {
            padding: 50px 0;
        }

        .course-card {
            border: 2px solid #ddd;
            padding: 20px;
            margin: 10px;
            text-align: center;
        }

        .course-image {
            width: 100%;
            max-width: 150px;
            height: 150px;
            margin-bottom: 15px;
        }

        .read-more-content {
            display: none;
        }

        /* Counter Section Styles */
        .counter-section {

            color: #0F2C59;
            text-align: center;
            padding: 20px 0;
        }

        .counter {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        /* Animation Styles */
        .count {
            display: inline-block;
            font-size: 40px;
            font-weight: bold;
        }

        /* for counter*/


        .counter-box {
            display: block;
            padding: 40px 20px 37px;
            text-align: center
        }

        .counter-box p {
            margin: 5px 0 0;
            padding: 0;
            color: #071952;
            font-size: 18px;
            font-weight: 500
        }

        .counter-box i {
            font-size: 60px;
            margin: 0 0 15px;
            color: #071952
        }

        .counter {
            display: block;
            font-size: 32px;
            font-weight: 700;
            color: #088395;
            line-height: 28px
        }



        .counter-box.colored .counter {
            color: #fff
        }

        #aboutus, #course{
            padding-top: 100px;

        }



 
.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
   
    position: relative;

}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 2px solid blue;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
     border-radius: 50%;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;

}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #77a9dd;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #77a9dd;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #77a9dd;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}