@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;800&display=swap');
.btn,
.content, 
.main-title,
.text,
ul.count_down li {
    text-align: left
}

.footer-area,
.footer-list,
.header_area,
.main-title,
.position-ref {
    position: relative
}

body,
html {
    background-color: #292f4f;
    color: #14c4ca;
    font-family: Nunito, sans-serif;
    font-weight: 200;
    margin: 0
}
.cont {
    width: 70%;
    /* background-color: red; */
    margin: auto;
}
.link-nav {
    float: right;
    text-decoration: none;
    color: white;
    font-size: large;
    font-weight: bold;
    margin: 0 2.5rem 0;
}
.link-btm {
    text-decoration: none;
    color: white;
    font-size: large;
    font-weight: bold;
    margin: 3rem;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center
}
.title {
    font-size: 84px
}
.headi {
    color: white;
    font-family: 'Poppins', sans-serif;
}
.headis {
    color:#14c4ca;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    text-transform: uppercase;
}
.links>a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase
}

.m-b-md {
    margin-bottom: 30px
}
.imgleft {
    width: 15%;
    display: inline;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-group-sm>.btn,
.btn-sm {
    /* padding: .25rem .5rem; */
    /* font-size: .875rem; */
    line-height: 1.5;
    border-radius: .2rem
}

.courses_list_span,
.main-title p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600
}

.btn-primary {
    color: #fff;
    background-color: #292f4f;
    border-color: #292f4f
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.w-100PX {
    text-align: center;
    width: 100px
}
.w-130PX {
    text-align: center;
    width: 130px;
}

.main-title {
    margin-bottom: 4rem
}

.main-title h1,
.title_main {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto
}

.main-title p {
    margin: 0 auto
}

.courses_list_span {
    text-align: center;
    padding: 30px;
    text-decoration: none
}

.float-left {
    float: left;
}

.ul-list-course {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.text {
    display: flex;
    align-items: center;
    justify-content: center
}

.alignment_text {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.logo img {
    height: 60px;
}

.sub_text {
    font-size: 16px;
    font-family: Raleway, sans-serif;
    margin: 30px auto
}

.text-white {
    color: #fff !important
}
span {
    color: black;
    font-weight:  1000;
    font-size: 55px;
}
.conten {
    width: 80vw;
    margin: auto;
}
.link-sm-cont, .link-sm {
    display: none;
}
@keyframes imagehover {
    from {top: 0px;}
    50% {top: 20px;}
    to {top: 0px;}
}
.danceimg {
    position: relative;
    display: inline;
    width: 70vw;
    animation-name: imagehover;
    background-color: rgba(34, 109, 221, 0.425);
    box-shadow: 4px 4px rgba(0, 0, 0, 0.559);
    border-radius: 50%;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transition: ease-in-out;
}

ul.count_down {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 15px
}

ul.count_down li {
    display: inline-block;
    color: #fff;
    padding: 10px
}

ul.count_down li p {
    font-size: 20px;
    color: #fefefe;
    font-weight: 700;
    margin: 0
}

.subtitle_main {
    margin: 30px auto;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 18px
}

.footer-area {
    padding-top: 2rem;
    padding-bottom: 0
}

.footer-list {
    color: #fff
}

.footer-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.footer-list ul li {
    margin: 5px 0
}

.mb-3rem {
    margin-bottom: 3rem
}

.header_area {
    width: 100%;
    padding-top: 2rem;
    z-index: 9999   
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform .5s, background .5s;
    -webkit-transition: transform .5s, background .5s;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1)
}
.display-icons {
    display: none;
}
.link-display {
    display: none;
}
.allicons {
    display:none;
}
@media only screen and (min-width:480px) and (max-width:1280px) {
    .headi {
        font-size: 20px;
    }
    .headis {
        font-size: 30px;
    }
    .link-btm {
        margin: 1rem;
    }
    .imgleft {
        margin-top: 6rem;
    }
    .btmmm {
        margin: .1rem;
    }

}
@media only screen and (max-width:480px) {
    .danceimg {
        background-color: transparent;
        box-shadow: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80vw;
    }
    .headi {
        font-size: 19px;
        line-height: 30px;
    }
    .headis {
        font-size: 29px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 20px;
    }
    .text {
        display: block;
    }
    .imgleft {
        display: none;
    }
    .logo img{
        height: 40px;
    }
    .cont {
        /* background-color: red; */
        width: 60%;
    }
    .link-nav {
        margin: .8rem;
        font-size: 15px;
    }
    .link-btm {
        
        margin: 1rem;
    }
    span {
        font-size: 30px;    
    }
    .link-btm {
        display: none;
    }
    .link-sm-cont {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: auto;
        margin-top: 2rem;
    }
    .link-sm {
        display: inline-block;
        text-decoration: none;
        color: white;
        font-size: large;
        font-weight: bold;
        font-size: 15px;
        width: 120px;
        text-align: center;
    }
    .display-icons {
        position: absolute;
        bottom: 7rem;
        left: calc(100% - 25.5% - 50%);
        display: none;
        gap: 10px;
        grid-template-columns: auto auto;
        width: 59%;
        background-color: #292f4f;
        padding: 5px;
        border-radius: 10px;
    }
    .link-display {
        display: inline;
        color: white;
        text-decoration: none;
        font-family: Raleway, sans-serif;
        font-weight: bold;
    }
    @keyframes fadein {
      from {opacity: 0;} 
      to {opacity: 1;}
    } 
    @keyframes fadeout {
        from {opacity: 1;}
        to {opacity: 0;}
    }
    .allicons {
        display: block;
        margin: auto;
        margin-top: 3rem;
        background-color: white;
        height: 50px;
        width: 50px;
        padding-top: 12px;
        text-align: center;
        border-radius: 50%;
    }
    .chaa {
        font-size: 30px;
        color: #292f4f;
        text-align:center;
    }

}