/*genral***************************************************/

body {
    background-color: rgb(14, 14, 14)
}

.container {
    max-width: 1286px;
}

.out_line {
    outline: none !important;
}

/*headrer_dumb*/

.header_dumb h6 {
    position: relative;
    color: #FFD900;
    font-weight: bold;
    margin: 0 auto;
}

.header_dumb h6:before, .header_dumb h6:after {
    background: #FFD900;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 15px;
}

.header_dumb h6:before {
    left: 0;
    top: 8px;
    border-radius: 3px;
}

.header_dumb h6:after {
    right: 0;
    top: 8px;
    border-radius: 3px;
}

/*dumb_1*/

.dumb_1 {
    position: relative;
    color: #FFD900;
    font-weight: bold;
    margin: 0 auto;
}

.dumb_1:before, .dumb_1:after {
    background: #FFD900;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    width: 10px;
}

.dumb_1:before {
    left: 0;
    top: -5px;
    border-radius: 3px;
}

.dumb_1:after {
    right: 0;
    top: -5px;
    border-radius: 3px;
}

/*dumb_2*/

.dumb_2 {
    position: relative;
    color: #FFD900;
    font-weight: bold;
    margin: 0 auto;
}

.dumb_2:before, .dumb_2:after {
    background: #FFD900;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    width: 10px;
}

.dumb_2:before {
    left: 0;
    top: -2px;
    border-radius: 3px;
}

.dumb_2:after {
    right: 0;
    top: -2px;
    border-radius: 3px;
}

/*dumb_3*/

.dumb_3 {
    position: relative;
    color: #FFD900;
    font-weight: bold;
    margin: 0 auto;
}

.dumb_3:before, .dumb_3:after {
    background: #FFD900;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 10px;
}

.dumb_3:before {
    left: 0;
    top: 1px;
    border-radius: 3px;
}

.dumb_3:after {
    right: 0;
    top: 1px;
    border-radius: 3px;
}

/*nav******************************************************/

nav {
    background-color: rgb(14, 14, 14)
}

nav .navbar-brand {
    font-size: 40px;
    color: #FFD900 !important;
    font-weight: bold;
    font-style: italic;
}

nav li a {
    color: #ffffff !important;
    font-weight: bold;
}

nav .nav-link {
    margin: 10px 20px !important;
}

nav .active {
    border-bottom: 3px solid #FFD900;
}

/*sec_mobile*******************************************************************/

.sec_mobile {
    display: none;
}

.sec_mobile .paragraph {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-style: italic
}

.sec_mobile .black_screen {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0px;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.sec_mobile .black_screen .center_div {
    padding: 50px 100px;
}

.sec_mobile .center_div h2 {
    color: white;
    font-weight: bold;
    font-style: italic;
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
}

.jquery-background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*sec_1****************************************************/

.sec_1 {
    background-image: url(../img/img_1_5.png);
    background-size: cover;
    background-position: center;
}

.sec_1 .sec_mobile {
    width: 100%;
    height: 100vh;
}

.sec_1 .black_screen {
    padding: 8rem 3rem;
    background-color: rgba(0, 0, 0, 0.9);
}

.sec_1 .d_1_left {
    cursor: pointer;
    position: relative;
    top: 100px;
    width: 100px;
    height: 250px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: 0.5s;
}

.sec_1 .d_1_right {
    cursor: pointer;
    position: relative;
    top: 100px;
    width: 100px;
    height: 250px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 0.5s;
}

.sec_1 .d_2 {
    cursor: pointer;
    position: relative;
    top: 25px;
    width: 110px;
    height: 400px;
    border-radius: 20px;
}

.sec_1 .d_3 {
    cursor: pointer;
    width: 120px;
    height: 450px;
    border-radius: 20px;
}

.sec_1 .stick {
    cursor: pointer;
    position: relative;
    top: 100px;
    width: 450px;
    height: 250px;
}

.sec_1 .jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
}

.sec_1 .jquery-background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*sec_2****************************************************/

.sec_2 {
    padding: 3rem;
}

.sec_2 .background_image {
    background-image: url(../img/img_2.jpg);
    background-size: cover;
    background-position: center;
}

.sec_2 .welcome {
    color: #FFD900;
    font-weight: bold;
    text-transform: uppercase;
}

.sec_2 h2 {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-style: italic
}

.sec_2 p, .sec_2 strong {
    color: rgba(255, 255, 255, 0.5)
}

.sec_2 button {
    cursor: pointer;
    background-color: #FFD900;
    color: black;
    font-style: italic;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    padding: 8px 20px 11px 20px;
    transition: 0.5s;
}

.sec_2 button:hover {
    box-shadow: 0px 0px 12px 0px rgba(255, 217, 0, 1);
}

/*sec_3****************************************************/

.sec_3 {
    background-image: url(../img/sec_3.jpg);
    background-size: cover;
    background-position: center;
}

.sec_3 .black_screen {
    padding: 3rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.sec_3 h3 {
    color: #FFD900;
    font-weight: bold;
    font-size: 40px;
}

.sec_3 p {
    color: rgba(255, 255, 255, 0.8)
}

.sec_3 input {
    border: none;
    border-radius: 20px;
    padding: 8px 20px 11px 20px;
}

.sec_3 button {
    cursor: pointer;
    background-color: #FFD900;
    color: black;
    font-style: italic;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    padding: 8px 20px 11px 20px;
    transition: 0.5s;
}

.sec_3 button:hover {
    box-shadow: 0px 0px 12px 0px rgba(255, 217, 0, 1);
}

/*sec_4****************************************************/

.sec_4 {
    padding: 3rem;
}

.sec_4 .paragraph {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-style: italic
}

.sec_4 .background_card {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}

.sec_4 .background_card:hover {
    transform: scale(1.1)
}

.sec_4 .background_card .content {
    width: 100%;
    height: 450px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) -40%, transparent);
}

.sec_4 .background_card .content .description {
    position: absolute;
    bottom: 0px;
}

.sec_4 .description h4 {
    color: #FFD900;
}

.sec_4 .description p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
}

/*sec_5****************************************************/

.sec_5 {
    padding: 3rem;
}

.sec_5 .paragraph {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-style: italic
}

.sec_5 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #FFD900 !important;
    padding: 3px 10px;
}

.sec_5 a {
    color: #FFD900;
    padding: 3px 10px;
}

.sec_5 .table_class {
    box-sizing: border-box;
    padding: 35px 0px 15px 0px;
    background-color: white;
    transition: 0.5s;
}

.sec_5 .table_class:hover {
    border-left: 10px solid #FFD900;
    border-right: 10px solid #FFD900;
    transform: scale(1.03);
    transition: 0.5s;
}

.sec_5 .name_course {
    font-size: 25px;
}

.sec_5 .time_course, .sec_5 .coache_course {
    line-height: 40px;
}

.sec_5 button {
    position: relative;
    cursor: pointer;
    background-color: #FFD900;
    color: black;
    font-style: italic;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    padding: 8px 20px 11px 20px;
    transition: 0.5s;
    top: 0px;
}

.sec_5 button:hover {
    box-shadow: 0px 0px 12px 0px rgba(255, 217, 0, 1);
}

/*sec_6****************************************************/

.sec_6 {
    padding: 3rem;
}

.sec_6 .paragraph {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-style: italic
}

.sec_6 .backgroubnd_plan {
    background-color: #FFD900;
    padding: 40px 15px;
    border-radius: 10px;
    transition: 0.5s;
    transform: scale(0.9)
}

.sec_6 .backgroubnd_plan.active {
    transform: scale(1)
}

.sec_6 .backgroubnd_plan:hover {
    transform: scale(1.1)
}

.sec_6 .type_plan {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.sec_6 .price_plan {
    font-size: 80px;
    font-weight: bold;
    color: black;
}

.sec_6 .description_plan {
    color: black;
    font-weight: bold;
}

.sec_6 button {
    cursor: pointer;
    background-color: black;
    border: 0px;
    width: 50%;
    border-radius: 30px;
    color: #FFD900;
    padding-top: 10px;
    padding-bottom: 13px;
    font-weight: bold;
    font-style: italic;
    transition: 0.5s
}

.sec_6 button:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
}

.sec_6 .para_plan {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.sec_6 .item_plan {
    color: black;
    font-weight: 500;
}

/*sec_7****************************************************/

.sec_7 {
    background-image: url(../img/img_7.jpg);
    background-size: cover;
    background-position: center;
}

.sec_7 .black_screen {
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.sec_7 .paragraph {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-style: italic
}

.sec_7 .owl-carousel .client_image {
    position: relative;
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid #FFD900;
}

.sec_7 .owl-carousel .client_image .icon {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background-color: #FFD900;
    border-radius: 100%;
    bottom: 0px;
    right: 0px;
    color: black;
}

.sec_7 .owl-carousel .item p {
    color: rgba(255, 255, 255, 0.6);
}

.sec_7 .owl-carousel .item h3 {
    color: white;
    font-weight: bold;
}

.sec_7 .owl-carousel .item .type {
    color: #FFD900;
    font-weight: bold;
    text-transform: uppercase;
}

.owl-dots {
    text-align: center;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background: #ffffff;
    margin: 50px 12px;
}

.owl-dots button.owl-dot.active {
    background-color: #FFD900;
    box-shadow: 0px 0px 12px 0px rgba(255, 217, 0, 1);
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

/*sec_8****************************************************/

.sec_8 {
    padding: 3rem;
    background-image: url(../img/sec_8.jpg);
    background-size: cover;
    background-position: center;
}

.sec_8 h4 {
    color: #FFD900;
    font-size: 45px;
    font-weight: bold;
}

.sec_8 p {
    color: rgba(255, 255, 255, 0.8)
}

/*sec_9****************************************************/

.sec_9 {
    padding: 3rem;
}

.sec_9 .paragraph {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-style: italic
}

.sec_9 .card_blog {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../img/blog_1.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}

.sec_9 .card_blog .content_blog {
    width: 100%;
    height: 310px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent);
}

.sec_9 .card_blog .content_blog .content {
    position: absolute;
    bottom: 10px;
}

.sec_9 .content_blog .content h6 {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.sec_9 .content_blog .content p {
    color: rgba(255, 255, 255, 0.7)
}

.sec_9 .content_blog .content small {
    color: rgba(255, 255, 255, 0.7)
}

.sec_9 .content_blog span {
    cursor: pointer;
    background-color: #FFD900;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 10px;
    transition: 0.5s
}

.sec_9 .content_blog span:hover {
    box-shadow: 0px 0px 12px 0px rgba(255, 217, 0, 1);
}

/*sec_10***************************************************/

.sec_10 {
    background-image: url(../img/img_10.jpg);
    background-size: cover;
    background-position: center;
}

.sec_10 .black_screen {
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.5)
}

.sec_10 .paragraph {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-style: italic
}

.sec_10 input, .sec_10 textarea {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 8px 20px 11px 20px;
}

.sec_10 button {
    cursor: pointer;
    background-color: #FFD900;
    color: black;
    font-style: italic;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    padding: 8px 20px 11px 20px;
    transition: 0.5s;
}

.sec_10 button:hover {
    box-shadow: 0px 0px 12px 0px rgba(255, 217, 0, 1);
}

/*footer***************************************************/

.footer {
    padding: 3rem;
}

.footer h6 {
    color: #FFD900;
    font-weight: bold;
}

.footer p {
    color: rgba(255, 255, 255, 0.8)
}

.footer .img {
    height: 75px;
    background-image: url(../img/img_4_1.jpg);
    background-size: cover;
    background-position: center;
}

.footer span {
    cursor: pointer;
    color: #FFD900;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    color: #FFFFFF;
    transition: 0.5s;
}

.footer span:hover {
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FFD900 0px 0px 10px, #FFD900 0px 0px 30px, #FFD900 0px 0px 40px, #FFD900 0px 0px 50px, #FFD900 0px 0px 75px;
}

.footer .icon_social i {
    padding: 10px;
    background-color: #FFD900;
    border-radius: 10px;
    cursor: pointer;
    color: #000000;
    transition: 0.5s;
}

.footer .icon_social i:hover {
    box-shadow: 0px 0px 12px 0px rgba(255, 217, 0, 1);
}

/*responsive*********************************************/

/*
[Table of Contents]
1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px ipad pro
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px microsoft Lomia 550
11. 539px
12. 479px
13. 400px
*/

@media only screen and (max-width: 1920px) {
    /*sec_1*/
    .sec_mobile {
        display: none;
    }
    .sec_1 {
        display: block;
    }
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1380px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 1024px) {
    nav .nav-link {
        margin: 10px 10px !important;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 959px) {}

@media only screen and (max-width: 880px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {
    /*sec_1*/
    .sec_mobile .paragraph {
        font-size: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .sec_mobile {
        display: block;
    }
    .sec_1 {
        display: none;
    }
    /*sec_2*/
    .sec_2 {
        padding: 3rem 0rem;
    }
    /*sec_3*/
    .sec_3 .black_screen {
        padding: 3rem 0rem;
    }
    .sec_3 h3 {
        font-size: 30px;
    }
    /*sec_4*/
    .sec_4 {
        padding: 3rem 0rem;
    }
    .sec_4 .paragraph {
        font-size: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .sec_4 .background_card:hover {
        transform: scale(1)
    }
    .sec_4 .description p {
        font-size: 15px;
    }
    /*sec_5*/
    .sec_5 {
        padding: 3rem 0rem;
    }
    .sec_5 .paragraph {
        font-size: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .sec_5 .table_class:hover {
        transform: scale(1);
    }
    /*sec_6*/
    .sec_6 {
        padding: 3rem 0rem;
    }
    .sec_6 .paragraph {
        font-size: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .sec_6 .backgroubnd_plan {
        transform: scale(1)
    }
    .sec_6 .backgroubnd_plan.active {
        transform: scale(1)
    }
    .sec_6 .backgroubnd_plan:hover {
        transform: scale(1)
    }
    /*sec_7*/
    .sec_7 .black_screen {
        padding: 3rem 0rem;
    }
    .sec_7 .paragraph {
        font-size: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    /*sec_8*/
    .sec_8 {
        padding: 3rem 0rem;
    }
    /*sec_9*/
    .sec_9 {
        padding: 3rem 0rem;
    }
    .sec_9 .paragraph {
        font-size: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    /*sec_10*/
    .sec_10 .black_screen {
        padding: 3rem 0rem;
    }
    .sec_10 .paragraph {
        font-size: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    /*footer*/
    .footer {
        padding: 3rem 0rem;
    }
    .footer .img {
        height: 150px;
    }
}

@media only screen and (max-width: 539px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 400px) {}



/*******************scrollbar****************/

::-webkit-scrollbar {
    width: 1px;
    height: 7px;
    background-color: #0F0F0F;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 50px !important;
    background: #FFD900;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #FFD900;
}

::-webkit-scrollbar-thumb:active {
    background: #FFD900;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}