
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    transition: 0.7s all ease;
}
.navbar-dark .navbar-nav .nav-link:hover {
    border-radius: 10px;
    background-color: #ffffff;
    color: black;
}

.button_help {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.button_help a {
    text-decoration: none;
}
.button_help li {
    list-style: none;
    margin-right: 10px;
    position: relative;
}
.button_help li:hover .sub_button_help_link{
    display: block;
}

.button_help_link {
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-right: 20px;
    padding: 10px;
    background: #ff073a;
    box-shadow: 0px 0px 10px #ff073a, 0px 0px 20px #ff073a;
    transition: 0.5s ease;
    border-radius: 10%;
    margin-bottom: 0px;
}
.button_help_link:hover{
    color: #fff;
    background: #c4062c;
    box-shadow: 0px 0px 20px #c4062c, 0px 0px 30px #c4062c;
}

.sub_button_help_link {
    display: none;
    min-width: 300px;
    position: absolute;
    left: 0;
    top: 45px;
    padding: 20px 10px 10px 10px;
    background-color: #fff;
}

.sub_text{
    color: #000000;
}
.sub_text a {
    color: #0a60e0;
    font-weight: 600;
    transition: ease 0.5s;
}
.sub_text a:hover {
    color: #0d6cfc;
    text-shadow: 0px 0px 20px #0a60e0, 0px 0px 20px #0a60e0;
}
.nets {
    width: 30px;
    margin-right: 10px;
    transition: 0.3s all ease;
}
.nets:hover {
    opacity: 0.8;
    transform: scale(1.05)
    
}
.tiktok {
    width: 45px;
}
.navbar-brand:hover {
    transform: scale(1.01);
}
#hero {
    width: 100%;
    height: 100vh;
    background: url(https://sun9-69.userapi.com/impf/EnneS4emMGJyCiPSSP5uEVVqer3NxR-fVzfQPw/a3Ev3Hs96Yc.jpg?size=0x0&quality=90&proxy=1&sign=3cc49f50081e6e59464bf550d2076253) fixed top center;
    background-size: cover;
    position: relative;
}
#hero:before {
    content: "";
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero .container {
    position: relative;
    padding-top: 75px;
}
#hero h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
#hero h2 {
    margin: 0;
    font-size: 24px;
    color: #ffffffe3;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-top: 15px;
}
#hero .pic {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
   
}

#hero .logo {
    width: 200px;
    margin: 0 auto;
   
}
#hero .container {
    padding: 15px;
}
.about li {
    list-style-type: none;
}

.about2{
    background: linear-gradient(rgba(2,2,2,0.5), rgba(2,2,2,0.8)), url(https://sun9-69.userapi.com/impf/EnneS4emMGJyCiPSSP5uEVVqer3NxR-fVzfQPw/a3Ev3Hs96Yc.jpg?size=0x0&quality=90&proxy=1&sign=3cc49f50081e6e59464bf550d2076253) fixed center center;
    padding: 60px 0;
    background-size: cover;
    text-align: left;
    color: #ffffff;
}

.about2 h3{
    padding-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.about2 ul{
    font-size: 24px;
}
.about2-ul {
    padding-left: 0px;
}
.ul-about2 {
    display: flex;
    justify-content: center;
}
.about2 li {
    list-style-type: none;
}

/* ------------------HISTORY---------------------------*/
.history {
    margin: 50px 0px 50px 0px;
    
    padding: 50px;
    
}

.history .container {
    padding: 50px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.text-history{
    font-size: 20px;
    color: #3a3a3a;
    text-align: left;
    margin-bottom: 15px;
}
.history p{
    margin-bottom: 0;
    font-size: 20px;
    color: #3a3a3a;
    text-align: center;
    padding: 10px;
    
}

.history img {
    width: 360px;
}
.histoftae {
    display: flex;
    justify-content: center;
    margin: 50px 0px 50px 0px;
    padding: 10px;
    width: 100%;
    font-style: italic;
    background: rgba(235, 235, 235, 0.678);
    border-radius: 5px;
    transition: ease all 0.4s;
}
.histoftae:hover{
    background: rgb(235, 235, 235);
    border-radius: 10px;
    transform: scale(1.015);
}
.history .col-6 {
    display: flex;
    justify-content: center;
}
.history .row {
    margin-bottom: 50px;
}
/*------------------END-HISTORY-------------------------*/

.carousel-indicators {
    bottom: -80px;
}
.carousel-indicators li{
    background-color: #000000;
}
#instructors p{
    font-size: 24px;
    color: #3a3a3a;
    text-align: center;
}
#instructors p i{
    font-size: 20px;
}
.text-center{
    margin-bottom: 15px;
}
#instructors {
    margin-bottom: 75px;
}
.col-md-4{
    padding: 0;
}
.carousel-item{
    transition: 0.8s all ease;
}
.card{
    margin-bottom: 10px;
    margin-right: 10px;
}

.container2 {
    display: flex;
    justify-content: center;
}
.itf-logo{
    border-radius: 50%;
}
.partner-site {
    text-decoration: none;
}
.services {
    background-color: rgba(255, 255, 255, 0.664);
}
.services p {
    font-size: 20px;
    color: #3a3a3a;
    text-align: center;
    margin-bottom: 15px;
}
.services .icon-box {
    border: 1px solid #1f1a1a;
    background: url(../img/partner.jpg) center;
    background-size: cover;
    padding: 60px 15px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 20px;
    
}

.services .icon-box h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.services .icon-box p {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
}
.services .icon-box .text-center {
    margin-top: 10px;
    
    color: rgb(255, 255, 255);
    border-radius: 5px;
    opacity: 0;
    transition: ease all 0.2s;
}
.services .icon-box:hover .text-center{
    opacity: 1;
}

.services .icon-box:hover {
    background: linear-gradient(rgba(2, 2, 2, 0.705), rgba(2, 2, 2, 0.973)), url(../img/partner.jpg) center;
    background-size: cover;
    border-color: #afafaf;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.5);
    background-color: rgba(255, 255, 255, 0.507);
    transform: translateY(-10px);
}

.services .icon-box2 {
    border: 1px solid #1f1a1a;
    background: url(../img/partner3.jpg) center;
    background-size: cover;
    padding: 60px 70px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 20px;
    
}

.services .icon-box2 h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.services .icon-box2 p {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
}
.services .icon-box2 .text-center {
    margin-top: 10px;
    
    color: rgb(255, 255, 255);
    border-radius: 5px;
    opacity: 0;
    transition: ease all 0.2s;
}
.services .icon-box2:hover .text-center{
    opacity: 1;
}

.services .icon-box2:hover {
    background: linear-gradient(rgba(2, 2, 2, 0.705), rgba(2, 2, 2, 0.973)), url(../img/partner3.jpg) center;
    background-size: cover;
    border-color: #afafaf;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.5);
    background-color: rgba(255, 255, 255, 0.507);
    transform: translateY(-10px);
}
.form_for_pay{
    
    display: flex;
    justify-content: center;
}

.footer-top {
    background-color: #151515;
    color: #ffffff;
    border-bottom: 1px solid #222222;
    padding: 60px 0 20px 0;
}

footer .logo {
    width: 150px;
    margin: 0 auto;
    
}

.footer-top .footer-info {
    margin-bottom: 30px;
}
.footer-info .footer-link {
    color: rgb(98, 122, 230);
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-info .footer-link:hover {
    color: #000000;
    background-color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.footer-top h4 {
    margin-bottom: 0px;
    font-size: 12px;
    color: #83838393;
   
}
.footer-top a{
    margin-bottom: 0px;
    font-size: 12px;
    color: #83838381;
    text-decoration: none;
}



.entry-title{
    background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgb(168, 168, 168) 50%);
    background-size: 200%;
    background-position: 0 0;
    display: inline;
    transition: .3s ease-in-out;
    text-transform: uppercase;
}

.entry-title:hover {
    background-position: -100% 0;
    color: black;
    border-radius: 5px;
    
}




@media (min-width: 200px) and (max-width: 575px) { 

    #hero{
        margin-top: 80px;
    }

    .sub_button_help_link {
        min-width: 200px;
    }
    .button_help {
        margin-top: 10px;
        padding-left: 0px;
    }
 
    .button_help li {
        margin-right: 0px;
    }

    .button_help_link{
        margin-right: 0px;
    }
    
    .histoftae {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .histoftae p {
        font-size: 13px;
    }
    .history img {
        width: 250px;
    }
    .text-history {
        width: 100%;
        font-size: 15px;
        text-align: left;
    }
    .history .row {
        margin-bottom: 0;
    }
    iframe{
        margin-bottom: 25px;
        width: 250px;
        height: 150px;
    }
    
    .history .container {
        padding: 12px;
    }
    #instructors p i{
        font-size: 16px;
    }
    #instructors .row p {
        font-size: 18px;
    }
    .about2 ul{
        font-size: 16px;
    }


    .services .icon-box {
        border: 1px solid #1f1a1a;
        background: url(../img/partner.jpg) center;
        background-size: cover;
        padding: 0px 10px;
        transition: 0.3s all ease-in-out;
        margin-bottom: 20px;
        
    }

    .services .icon-box h4 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .services .icon-box p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 0;
    }
    .services .icon-box .text-center {
        margin-top: 10px;
        
        color: rgb(255, 255, 255);
        border-radius: 5px;
        opacity: 0;
        transition: ease all 0.2s;
    }
    .services .icon-box:hover .text-center{
        opacity: 1;
    }
    
    .services .icon-box:hover {
        background: linear-gradient(rgba(2, 2, 2, 0.705), rgba(2, 2, 2, 0.973)), url(../img/partner.jpg) center;
        background-size: cover;
        border-color: #afafaf;
        box-shadow: 0 0 25px 0 rgba(0,0,0,0.5);
        background-color: rgba(255, 255, 255, 0.507);
        transform: translateY(-10px);
    }

    

 }



 @media (min-width: 576px) and (max-width: 1023px) { 
     .history h3 {
         margin: 25px;
     }
    .histoftae {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .histoftae p {
        font-size: 20px;
    }
    .history img {
        width: 300px;
    }
    .text-history {
        width: 100%;
        font-size: 20px;
        text-align: left;
    }
    .history .row {
        margin-bottom: 20px;
    }
    iframe{
        margin-bottom: 25px;
        width: 300px;
        height: 200px;
    }
    
    .history .container {
        padding: 12px;
    }
    #instructors .row p i {
        font-size: 18px;
    }
    #instructors .row p {
        font-size: 20px;
    }
    header a {
        font-size: 20px;
    }
 }




 @media (min-width: 1024px) and (max-width: 1439px){ 
    .history h3 {
        margin: 25px;
    }
   .histoftae {
       margin-top: 20px;
       margin-bottom: 20px;
   }
   .histoftae p {
       font-size: 20px;
   }
   .history img {
       width: 350px;
   }
   .text-history {
       width: 100%;
       font-size: 24px;
       text-align: left;
   }
   iframe{
       margin-bottom: 25px;
       width: 400px;
       height: 250px;
   }
   
   .history .container {
       padding: 12px;
   }
   #instructors .row p {
       font-size: 20px;
   }
   header a {
       font-size: 20px;
   }
   header img {
       width: 250px;
   }
}

