@import url('https://fonts.googleapis.com/css2?family=Abyssinica+SIL&family=Courgette&family=Kaushan+Script&family=Merriweather:wght@300&family=Roboto+Slab:wght@300&family=Rubik:wght@300&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&family=Bitter&family=Island+Moments&family=Rubik+Marker+Hatch&family=Sriracha&display=swap');
* {
    margin: 0;
    padding: 0;
}
:root{
    --primary-color: #00CEF3;
    --secondary-color: #FFC416;
    --third-color: #FA0107;
}
::selection {
    background-color: #00bbff;
    color: #ffffff;
}
.clr-red {
    color: #ff0000;
}
.clr-blue {
    color: #0099ff;
}
.clr-yellow {
    color: #ffcc00;
}
h2::first-letter{
    font-size: 54px;
    color: #FFC416;
}
@media(max-width:768px)
{
    h2::first-letter{
        font-size: 1.5rem;
        color: #FFC416;
    }
}
.clr-green {
    color: #33ff00;
}
.clr-violet {
    color: #aa00ff;
}
.clr-orange {
    color: #ff5100;
}

.bg-red {
    background-color: #ff0000;
}
.bg-blue {
    background-color: #0099ff;
}
.bg-yellow {
    background-color: var(--secondary-color);
}
.bg-green {
    background-color: #33ff00;
}
.bg-violet {
    background-color: #aa00ff;
}
.bg-orange {
    background-color: #ff5100;
}









.topheader {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #5500ff;
    /* background: linear-gradient(to top, #17758a, #17758a); */
}
.sub-topheader {
    width: 100%;
    text-align: left;
}
.header-contact a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Abyssinica SIL', serif;
}
.header-contact i {
    color: #ffffff;
}
#top-contact {
    display: flex;
    flex-wrap: wrap;
}
#top-contact .header-contact {
    margin-left: 20px;
}
.topheader-link {
    display: flex;
    justify-content: right;
    margin-right: 20px;
    font-family: 'Abyssinica SIL', serif;
}
.top-link a {
    text-decoration: none;
    margin-left: 20px;
}
.top-link a i {
    color: #5500ff;
    background-color: #ffffff;
    font-weight: 400;
    padding: 5px 5px 5px 5px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: 0.5s;
}
.top-link a i:hover {
    color: #ffffff;
    background-color: #5500ff;
    border: 1px solid #ffffff;
}
@media (max-width: 770px) {
    #top-contact {
        display: flex;
        justify-content: center;
    }
    .sub-topheader {
        text-align: center;
    }
    .header-contact {
        margin-bottom: 10px;
    }
    .topheader-link {
        display: flex;
        justify-content: space-around;
    }
}




/* Fixed Header */
.navbar {
    background-color: #ffffff !important;
    z-index: 10000 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}
.navbar::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    top: 100%;
    background-color: var(--primary-color);
    background-size: 19px 100%;
    background-position: 50%;
    z-index: 2;
}
.navbar:before {
    /* background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #ec1b1b), color-stop(0.25, #ec1b1b)); */
    background-image: linear-gradient(135deg, #ffffff 35%, transparent 35%), linear-gradient(225deg, #ffffff 35%, transparent 35%);
}
.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: 5px;
    position: relative;
    font-family: 'Bitter', serif;
}
@media(max-width: 682px) {    
    .navbar::before {
        display: none;
    }
    .navbar:before {
        display: none;
    }
}
.nav-link:hover {
    color: #777777;
}
.navbar-nav > li{
    padding-left:2px;
    padding-right:2px;
}
.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 2px solid #17758a;
    border-bottom: 0;
}
.dropdown-item {
    color: #525252;
    border-bottom: 2px solid #ffffff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-left: 5px solid #ffffff;
}
.dropdown-item:hover {
    border-left: 3px solid #17758a;
    color: #028cbe;
    background-color: #e8f8fc;
    transition: 0.5s;
}
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.fixed .navbar-brand {
    margin-left: 20px;
    width: 90px;
    height: 80px;
}






/* Mobile Header */
.navbar-brand {
    margin-left: 20px;
    width: 130px;
    height: 110px;
}
.navbar-toggler i {
    color: #ffffff !important;
}
.offcanvas {
    background-color: #000000b9;
    width: 80%;
}
.btn-close {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 25px;
    opacity: 1 !important;
}
.btn-close i {
    color: #ffffff !important;
    font-size: 30px;
}
#dropdown-mobile {
    background-color: rgba(255, 255, 255, 0.001);
}
#title {
    color: #0493c7;
    font-weight: bold;
}
#mobile-link {
    color: #ffffff !important;
    border-bottom: none;
}
#mobile-link:hover {
    color: #0493c7 !important;
}
.mobile-dropdown .dropdown-menu {
    background-color: inherit;
    border: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 992px) {
    .navbar-toggler i {
        color: #0493c7 !important;
    }
}



/* Slider Section */
@media(min-width: 992px) {    
    .carousel-inner .carousel-item img {
        height: 600px !important;
    }
}
.carousel-caption h2 {
    font-size: 55px;
    font-weight: bold;
    color: var(--primary-color);
    /* text-shadow: 2px 2px 2px #000000; */
    text-transform: uppercase;
    font-family: 'Rubik Marker Hatch', cursive;
}
.carousel-caption p {
    font-size: 32px;
    font-weight: 400;
    color: var(--secondary-color);
    /* text-shadow: 2px 2px 2px #000000; */
    font-family: 'Akaya Telivigala', cursive;
}
.carousel-caption {
    position: absolute;
    /* background: linear-gradient(to left top, #00000074, #00000077); */
    background-color: #00000093;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    padding-top: 310px;
}
.carousel-caption h2 span {
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
}

#carouselExampleCaptions .carousel-inner .carousel-item img {
    height: 700px;
}

@media (max-width: 800px) {
    #carouselExampleCaptions .carousel-inner .carousel-item img{
        height: auto ;
    }
}
.carousel-inner .carousel-item  > img {
    -webkit-animation: thing 20s;
    -o-animation: thing 20s;
    animation: thing 20s;
}

@keyframes thing {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    padding: 20px;
}
.carousel-caption .slider-btn {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 20px;
}
.carousel-caption .slider-btn:hover {
    background-color: inherit;
    color: #ffffff;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
}






/* Scroll Top */
.scroll-top {
    background-color: var(--primary-color);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    position: fixed;
    bottom: 0;
    right: 25px;
    z-index: 1000;
    border: 1px solid var(--primary-color);
    /* border-radius: 20px; */
    /* box-shadow: 0 1px 3px #000000; */
}
.scroll-top:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: 0.4s;
}
.scroll-top i{
   color: #ffffff;
   font-size: 20px;
}
@media (max-width: 700px) {
    .scroll-top {
        display: none;
    }
}




/* Title Section */
.row-head {
    text-align: center;
}
.row-head p {
    color: #ffffff;
    font-family: 'Abyssinica SIL', serif;
}
.row-head .title-section {
    margin: 10px;
}
.row-head .title-flex {
    display: flex;
    justify-content: center;
}
.title-section .title-before {
    background-color: #1eff00;
    margin-top: 12px;
    width: 15%;
    height: 4px;
    margin: 10px;
}
.row-head h4 {
    font-weight: 500;
    color: #5f0be6;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Rubik Marker Hatch', cursive;
}
.row-head .title-section h4 span {
    color: #ff00bf;
}
@media (max-width: 550px) {
    .row-head h4 {
        font-size: 30px;
    }
}




.card {
    border: none;
    background-color: inherit;
}
.section-container {
    padding: 70px 0px;
}




.about h3 {
    /* font-family: 'Abyssinica SIL', serif; */
    font-family: 'Akaya Telivigala', cursive;
    color: var(--primary-color);
    font-size: 30px;
}
.about h3::first-letter{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    color: var(--secondary-color);  
}
.about .text {
    color: #7e7e7e;
    font-family: 'Abyssinica SIL', serif;
    margin-bottom: 15px;
}
.about .text::first-letter {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}
.about img {
    height: 370px;
    border-radius: 10px;
}
.slider-btn {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #ffffff;
    transition: 0.5s;
    margin-top: 10px;
    border-radius: 25px;
}
.slider-btn:hover {
    background-color: inherit;
    color: #ffffff;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
}



.time-table {
    padding: 10px;
    border: 1px solid #ffffff;
    text-align: center;
    height: 200px;
}
.time-table h3 {
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Akaya Telivigala', cursive;
}
.time-table h4 {
    font-size: 17px;
    color: #ffffffe5;
    margin-bottom: 30px;
}
.time-table p {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Sriracha', cursive;
}



.intro img {
    width: 100px;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 20px;
    border: 3px solid #ffffff;
}
.intro h4 {
    font-size: 20px;
    color: #636363;
    font-family: 'Akaya Telivigala', cursive;
    margin-bottom: 20px;
}




.instructor {
    margin-bottom: 20px;
    text-align: center;
}
.instructor img {
    margin-left: auto;
    margin-right: auto;
    width: 200px !important;
    height: 200px;
    border: 4px solid #3700ff;
    border-radius: 50%;
}
.instructor .instructor-content {
    padding: 15px 15px;
}
.instructor h4 {
    color: #7b7b7b;
    font-size: 25px;
    font-family: 'Abyssinica SIL', serif;
}
.instructor p {
    color: #aa00ff;
    font-size: 18px;
    font-family: 'Akaya Telivigala', cursive;
    overflow: hidden;
}



.features {
    margin-bottom: 20px;
}
.features h3::first-letter{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--secondary-color); 
}
.features img {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
.features h3 {
    color: #0099ff;
    font-family: 'Sriracha', cursive;
}
.features .text {
    color: #6b6b6b;
    font-size: 18px;
    font-family: 'Akaya Telivigala', cursive;
}
.features ul li {
    color: #6b6b6b;
    font-size: 18px;
    font-family: 'Akaya Telivigala', cursive;
}
.features ul li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #00ff15;
  }



  
.feedback  {
    padding: 15px;
}
.feedback img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100px !important;
    border-radius: 50%;
    margin-bottom: 30px;
}
.feedback .text {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Abyssinica SIL', serif;
    margin-bottom: 20px;
}
.feedback .name {
    font-size: 22px;
    color: #00ff9d;
    font-weight: 500;
    font-family: 'Akaya Telivigala', cursive;
}
.feedback .place {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Abyssinica SIL', serif;
}




.owl-nav button span {
    color: #ffffff;
    font-size: 50px !important;
    z-index: 1000;
    padding: 0 15px !important;
    padding-bottom: 10px !important;
    border-radius: 10px;
}
.owl-prev:hover {
    background-color: inherit !important;
}
.owl-next:hover {
    background-color: inherit !important;
}
.owl-nav button span:hover {
    background-color: #e100ff !important;
    color: #ffffff;
    transition: 0.5s;
}



.blog img {
    width: 100%;
    height: 250px;
}
.blog h3 {
    margin-top: 20px;
    color: #686868;
    font-size: 23px;
    font-family: 'Sriracha', cursive;
    height: 80px;
    overflow: hidden;
}
.blog .blog-btn {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #aa00ff;
    transition: 0.5s;
}
.blog .blog-btn:hover {
    margin-left: 7px;
    color: #ffffff;
}




/* Footer */
.ls-footer-bg {
    /* background-color: #4c00ff; */
    background: linear-gradient(to bottom, #4c00ff, #bf00ff);
    padding-top: 35px;
}
.footer-logo {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 170px;
    margin-bottom: 15px;
}
.footer-content a {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Akaya Telivigala', cursive;
}
.footer-content a i {
    color: #ffffff;
    font-size: 22px;
}

.footer-link {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-link a i {
    color: #8000ff;
    font-size: 26px;
    background-color: #ffffff;
    font-weight: 400;
    padding: 8px 8px 8px 8px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: 0.5s;
    margin: 0px 10px;
}
.footer-link a i:hover {
    color: #ffffff;
    background-color: #8000ff;
    border: 1px solid #ffffff;
}
.copyright-section {
    /* background-color: #ff2f00; */
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.copyright {
    margin-bottom: 20px;
    margin-left: 8px;
    color: #ffffff;
    font-size: 19px;
    font-family: 'Akaya Telivigala', cursive;
}
.copyright a{
    text-decoration: none;
    color: #5500ff;
    font-weight: 500;
}
.copyright a:hover{
    text-decoration: none;
    color: #e1e1e1;
}