* {
    margin: 0;
    padding: 0;
}


nav {
    border-bottom: 1px solid #FF6600 !important;
}

.navbar-brand {

    font-size: 30px !important;
    color: black;
    font-family: "Edu AU VIC WA NT Hand", cursive;

    font-weight: 700;

}


.nav-link {
    font-size: 18px;
    margin-right: 6px;
    margin-left: 6px;
    color: #44425A !important;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 500;

}



.nav-link:hover {

    color: #FF6600 !important;


}

.btn0 {
    background-color: #FF6600;
    padding: 7px 25px;
    border: 1px solid transparent;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
}

/*  */

.w-100 {
    width: 100% !important;
    height: auto;
}


.carousel-caption {
    /* position: absolute; */
    /* right: 15%; */
    bottom: 10.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left !important;
    width: 50% !important;
}

.btnslider {
    background-color: #FF6600;
    padding: 7px 25px;
    border: 1px solid transparent;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
}

.carousel-caption h2 {
    font-size: 60px;
    font-weight: 700;
}

/* about */
.about_bottom p {
    text-align: justify;
}

.about1 img {
    border-radius: 10px;
}

.about-text {
    padding: 50px 20px;
}

.about-btn {
    background-color: #FF6600;
    padding: 7px 25px;
    border: 1px solid transparent;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
}

.about-text h5 {
    color: #FF6600;
    letter-spacing: 6px;
    font-size: 27px;
    margin-bottom: 20px;
}

.about-text h2 {
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 18px;
    color: #44425A;
}

.about-text p {

    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}


.lapimg2 {
    padding: 20px 10px;
}


.lapimg2 h2 {
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 18px;
    color: #44425A;
}

.lapimg-text p {

    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.lapimg2 h3 {
    font-size: 25px;
    background-color: #44425A;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
    color: #fff;
    padding: 10px 20px;
    width: 80%;
}

.our-courses-btn {
    background-color: #FF6600;
    padding: 7px 25px;
    border: 1px solid transparent;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
}

.our-courses-btn a {
    text-decoration: none;
    color: white;
}

.our-courses-btn a:hover {
    color: yellow;
}



.our-courses-htext {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.our-courses-htext h2 {
    text-transform: uppercase;
    color: #FF6600;
    letter-spacing: 4px;
    font-size: 27px;

}

.our-courses-htext p {
    font-size: 50px;
    font-weight: 700;
}



/* footer css */

footer {
    position: static !important;
    background: #140B5C;
    width: 100%;
    bottom: 0;
    left: 0;
    color: white;
}

.text-muted {
    color: #fafcfd !important;
}


/* Contact */
.contact-container {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}

.contact-container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-container .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: 30px;
    color: #3e2093;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
    font-size: 14px;
    color: #afafb6;
}

.contact-container .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #3e2093;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

.right-side .button input[type="button"] {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #3e2093;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input[type="button"]:hover {
    background: #5029bc;
}







@media (max-width: 950px) {
    .contact-container {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }

    .contact-container .content .right-side {
        width: 75%;
        margin-left: 55px;
    }
}

@media (max-width: 820px) {

    .contact-container {
        margin: 40px 0;
        height: 100%;
    }

    .contact-container .content {
        flex-direction: column-reverse;
    }

    .contact-container .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contact-container .content .left-side::before {
        display: none;
    }

    .contact-container .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}







/* Media Query */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .w-100 {
        width: 100% !important;
        margin-top: 30px;
        height: 50vh !important;
    }


    .carousel-caption {
        top: 30%
    }

    .carousel-caption p {
        font-size: 10px;

    }

    .carousel-caption h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .btnslider {

        padding: 4px 15px;

        font-size: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .w-100 {
        width: 100% !important;
        margin-top: 30px;
        height: 50vh !important;
    }


    .carousel-caption {
        top: 30%
    }

    .carousel-caption p {
        font-size: 10px;

    }

    .carousel-caption h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .btnslider {

        padding: 4px 15px;

        font-size: 10px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .carousel-caption {
        top: 30%
    }

    .w-100 {
        width: 100% !important;
        margin-top: 30px;
        height: 80vh !important;
    }

    .carousel-caption p {
        font-size: 15px;

    }

    .carousel-caption h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .btnslider {

        padding: 4px 15px;

        font-size: 15px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .carousel-caption h2 {
        font-size: 50px;
        padding-bottom: 20px;

    }

    .w-100 {


        height: 100vh !important;
    }



}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}



