body {
    font-family: 'Roboto', sans-serif !important;
    /*background-color: #f8f9fa;*/
    background-color: #fff;
    color: #343a40;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto-Bold', sans-serif !important;
}

h1{
    font-size: 2em;
    font-weight: 700;
}
h2{
    font-size: 1.5em;
    font-weight: 700;
}
h3{
    font-size: 1.2em;
    font-weight: 700;
}


/* Homepage start */
    /* Latest News Bar */
    .latest-news-container {
        background-color: #ff6b6b;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        display: flex;
    }

    .news-label {
        background-color: #e00000;
        color: #fff;
        padding: 2px 15px 0px 15px;
    }
    .news-label h3 {
        font-size:18px;
    }

    .news-item {
        display: block;
        padding: 2px 10px 0px 10px;
    }


    .news-date {
        font-weight: bold;
        margin-bottom: 5px;
        color: yellow;
    }

    .news-description {
        letter-spacing: 1.5px;
    }



    /* Top Bar Section */
    .follow-us {
        display: flex;
    }


    /* Company Logo Section */
    #header{
        background: #fff;
    }

    /* Add styles for the sticky header start */
    #header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; /* Adjust the z-index as needed */
        /* Add any other styles for the sticky header */
        background: #98cbff;;
        border-bottom: 2px solid #bd0745;
    }
    /* Add styles for the sticky header */
    #header.sticky .logo-bar {
        transition: all 1s ease 0s;
        height: 45px !important;
        padding-top: 5px;
    }
    #header.sticky .logo img {
        height: 45px; /* Adjust the height as needed */
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    #header.sticky .header-extras {
        margin: 0px 0 0;
    }
    #header.sticky .navbar-nav>.nav-item>.nav-link {
        padding: 10px 15px;
    }
    #header.sticky .header-extras li .he-text span {
        display: inline-block;
        font-weight: normal;
        text-transform: lowercase;
        font-weight: 400;
        color: #bd0745;
        padding-left: 5px;
    }
    #header.sticky .i-plain{
        display: none;
    }
    /* Add styles for the sticky header end */

    #header .logo-bar {
        transition: all 1s ease 0s;
        height: 83px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #header .logo img {
        transition: all 1s ease 0s;
        height: 100%;
    }

    .affix#alert .header-extras {
        margin: 0px 0 0;
    }
    .header-extras {
        float: right;
        margin: 15px 0 0;
        padding: 0;
        transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
    }
    .header-extras li {
        float: left;
        margin-left: 20px;
        list-style: none;
    }

    .i-plain {
        float: left;
        margin: 4px 11px 7px 0;
        cursor: pointer;
        border-radius: 100%;
        font-size: 36px;
        color: #bd0745;
        border: 2px solid #bd0745;
        padding: 5px;
    }

    .header-extras li .he-text {
        float: left;
        font-weight: normal;
        color: #848181;
    }

    #header.sticky .header-extras li .he-text {
        float: left;
        font-weight: 600;
        color: #333;
        font-size: 20px;
    }

    .header-extras li .he-text span {
        display: block;
        font-weight: normal;
        text-transform: lowercase;
        font-weight: 600;
        color: #bd0745;
    }
    .loginbtn {
        border-radius: 30px;
        box-shadow: 0px 5px 25px 0px rgba(166, 196, 55, 0.35);
        padding: 10px 30px;
        display: inline-block;
        font-size: 14px;
        border-radius: 30px;
        background: #bd0745;
        text-decoration: none !important;
        color: #fff !important;
        text-align: center;
        line-height: 24px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    }
    #header.sticky .loginbtn {
        padding: 5px 18px !important;
        display: inline-block;
        font-size: 14px;
        border-radius: 30px;
        background: #1c6abb;
        text-decoration: none !important;
        color: #fff !important;
        text-align: center;
        line-height: inherit;
        box-shadow: none;
    }

    .welcome-text {
        font-size: 15px;
        font-weight: 600;
        color: #6a8100;
        display: inline-block;
    }
    #header.sticky .welcome-text {
        font-size: 12px !important;
        font-weight: 600;
        color: #6a8100;
    }
    #header.sticky + .fullPage{
        padding-top: 100px;
    }

    .fa-phone:before {
        content: "\f095";
    }


    /* Navigation Bar */
    .navbar-nav .nav-link {
        color: #000 !important;
    }

    .navbar-nav .nav-link:hover {
        color: #dc3545 !important;
    }

    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeIn 0.5s ease-in-out;
    }

    .navbar-nav .dropdown-menu {
        display: none;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 100%;
        left: 0;
    }

    /* For top dropdown menu hover */
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeIn 0.5s ease-in-out;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .navbar-nav .dropdown-menu .dropdown-menu {
        top: 0;
        left: 100%;
    }

    /* For sub-dropdown menu hover */
    .navbar-nav .dropdown .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeIn 0.5s ease-in-out;
        position: absolute;
        top: 0;
        left: 100%;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .navbar-nav>.nav-item>.nav-link{
        color: #000;
        padding: 23px 15px;
        border-top: 1px solid transparent;
        margin-top: -1px;
        cursor: pointer;
    }
    .navbar-nav>.nav-item>.nav-link:focus, .navbar-nav>.nav-item>.nav-link:hover {
        text-decoration: none;
        color: #bd0745;
        background-color: #f1f1f1;
        border-top: 1px solid #bd0745;
        margin-top: -1px;
    }
    .navbar {
        padding: 0;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.5rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f1f1f1;
        padding-left: 30px;
        animation: slideIn 0.5s ease-in-out; /* Change the animation to slideIn */
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateX(-10px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .navbar-toggler {
        margin: 20px;
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }


    /****** Home Slider Section ******/


    /***** Three Horizontal Boxes in service-box section *****/
    .service-box {
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        text-align: center;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .service-box:hover {
        transform: scale(1.1);
        opacity: 0.8;
    }

    .service-title {
        font-size: 1.5em;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .service-description {
        font-size: 1em;
    }

    .service-box i {
        margin-bottom: 10px;
    }


    /* Add your other styles as needed */

    /* Cursor Blinking Animation */
    @keyframes cursorBlink {
        0%, 100% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }

    /******** Apply the cursor animation to the pseudo-element *****/
    #typing-heading::after {
        content: '|';
        display: inline-block;
        animation: cursorBlink 1s infinite;
    }


    /***** About Us Section in homepage *******/
    .aboutus-section h2 {
        text-align: center;
        text-transform: uppercase;
        color: #1b1c26;
        font-size: 2em;
        margin-bottom: 30px;
    }

    .about-text {
        font-size: 1.1em;
        line-height: 1.5;
        color: #444;
        margin-bottom: 20px;
        text-align: justify;
    }

    .about-image {
        border-radius: 8px;
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
    }
    .about-image:hover::after {
        box-shadow: 0 6px 29px rgba(0,0,0,0.3);
        -webkit-transform: scale(1.1);
        transform: scale(0);
        opacity: 1;
    }

    .about-image::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(33, 33, 33, 0.5);
        opacity: 0;
        transition: all 0.3s ease;
        border-radius: 6px;
    }


    /****** Main Courses Section in homepage *******/
    #main-courses {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .courseInfo a {
        margin-bottom: 20px;
    }
    #main-courses .section-title {
        text-align: center;
        color: #1b1c26;
        font-size: 2em;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .courseInfo {
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .courseInfo:hover {
        transform: scale(1.05);
        opacity: 0.9;
    }

    .courseImage img {
        border-radius: 8px 8px 0 0;
    }

    .courseInfo h5 {
        padding: 10px 5px 0px 5px;
        text-align: center;
    }

    .courseInfo p {
        padding: 0px 10px;
        text-align: justify;
    }

    .owl-carousel {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel .item {
        text-align: center;
        margin: 0 10px;
    }

    .owl-carousel .item img {
        max-width: 100%;
        height: auto;
    }

    .owl-carousel .owl-stage {
        display: flex;
    }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }


    /***** Achievements Section in homepage ******/
    .achievements-mainbox {
        box-sizing: border-box;
        position: relative;
        padding: 30px 0;
        margin-top: 20px;
        background: rgb(27 28 38 / 80%);
        color:#fff;
    }
    .achievements-mainbox h2 {
        text-transform: uppercase;
    }
    .achievements-box {
        border: 1px solid rgba(255, 255, 255, 0.19);
        padding: 30px 30px 18px;
        border-radius: 4px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-bottom: 15px;
        text-align: center;
    }
    .achievements-box:hover{
        box-shadow: 0 6px 29px rgba(0,0,0,0.3);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .about_img {
        position: relative;
        margin-top: 5px;
        border-radius: 6px; 
        overflow: hidden; 
        transition: all 0.3s ease; 
    }

    .about_img:hover::after {
        opacity: 1;
    }

    .about_img::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(33, 33, 33, 0.5);
        opacity: 0;
        transition: all 0.3s ease;
        border-radius: 6px;
    }

    .achievements-box span{
        color: #FFF;
        font-size: 2.5em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .achievements-box p{
        font-size: 1em;
        font-weight: 700;
        color: #fff;
    }
    .achievements-box hr {
        background-color: #fdc800;
        size: 1px; 
    }
    .achievements-box .icon-color {
        /*font-size: 2.5em;*/
        color: #fdc800;
    }


    /***** Experienced Staff Section ******/
    .staff-heading {
        text-align: center;
        text-transform: uppercase;
    }

    .staff-info {
        position: relative;
    }

    .staff-image {
        margin-top: 40px !important;
        text-align: center;
        overflow: hidden;
        /*background: black;*/
        border-radius: 50%;
    }
    .staff-image img {
        /*border-radius: 50%;*/
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .staff-info:hover .staff-image img {
        transform: scale(1.2);
        opacity: 0.8;
    }

    .owl-carousel {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel .item {
        text-align: center;
        margin: 0 10px;
    }

    .owl-carousel .item img {
        max-width: 100%;
        height: auto;
        /*transform: scale(0.9);*/
    }

    .owl-carousel .owl-stage {
        display: flex;
    }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    /*.carousel-caption {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        padding: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #fff;
        text-align: center;
    }*/
    .carousel-caption {
        position: relative !important;
        background: none !important;/*rgba(0, 0, 0, 0.1); */
        width: 100% !important;
        padding: 10px !important;
        text-align: center !important;
        top:10px !important;
        left: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #666 !important; 
        text-align: center !important;
    }

    .carousel-caption h5 {
        margin: 0 !important;
        font-size: 1.5em !important;
    }

    .carousel-caption h3 {
        margin: 5px 0 0 !important;
        font-size: 1.2em !important;
        font-weight: normal !important;
    }


    /****** Footer Section *********/
    .footer-box {
        background-color: #343a40;
        padding-top: 30px;
    }

    .footer-top {
        background-color: #343a40;
        color: #fff;
    }

    .footer-buttom {
        background-color: #343a40;
        color: #fff;
    }




    /*** Contact us page ***/
    .address-item-section {
        display: flex;
        justify-content: space-between;
    }

    .address-item-section .address-item {
        padding: 50px 40px 50px 40px;
        background: #f4f4f4;
        box-shadow: 0 0 3px #eee;
        text-align: center;
        border-radius: 5px 5px 5px 5px;
    }
    .address-item-section .address-item:hover {
        background: #fff;
        box-shadow: 0 0 5px #bbb;
        border-radius: 5px 5px 5px 5px;
    }
    .address-item-section .address-item .icon-part img{
        padding-bottom: 10px;
        vertical-align: middle;
        width: 65px;
    }

    .address-item-section .address-item h3 {
        margin-top: 10px;
    }

    .contact-form-container {
        display: flex;
    }

    .google-map {
        flex: 1;
        height: 510px; /* Adjust the height as needed */
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 5px;
    }

    .contact-form {
        flex: 1;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group label {
        font-weight: bold;
    }

    .form-control {
        width: 100%;
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius: 5px;
    }

    .btn-primary {
        background-color: #007bff;
        border: none;
    }

    .btn-primary:hover {
        background-color: #0056b3;
    }

    /* Style for the captcha label */
    .captcha {
        display: inline-block;
        /*font-size: 20px;
        font-weight: bold;
        color: #333;
        background-color: #f1f1f1;*/
        padding: 0px 15px;
        border-radius: 2px;
        letter-spacing: 1.5rem;
        border:1px solid #444;
        background:#2ea1ae;    
        text-align: center;
        font-size: 25px;
        font-weight: 600;    
        font-family: cursive; 
        color: #fff;
    }
