h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
*{
    list-style: none !important;
    text-decoration: none !important;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto Condensed';
    font-weight: 400;
    transition: 0.3s;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background: none;
}

body.dark h1,
body.dark a,
body.dark span
{
    color: #111;
}

body.dark li,
body.dark p{
    color: #fff;
}

body.dark,
body.dark .about_us,
body.dark .section_statistics,
body.dark .info,
body.dark .our_achievement{
    background-color: #292c35;
 
}

.darkTheme{
    position: absolute;
    z-index: 999;
}

.label{
    height: 26px;
    width: 50px;
    background-color: #fff;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    transform: scale(1.3);
    bottom: 7px;
    left: 20px;
}

.checkbox{
    opacity: 0;
    position: absolute;
}


.ball{
    width: 22px;
    height: 22px;
    background-color: #111;
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: 0.4s ;
}

body.dark .ball{
    background-color: #fff;
}

body.dark label{
    background-color: #111;
}

.checkbox:checked + .label .ball{
    transform: translateX(24px);
 }
 
.fa-moon-o{
    color: #f1c40f;
    margin-right: 8px;
}

.fa-sun-o{
    color: #f39c12;
}

.logo{
    margin-top: 50px;
    width: 200px;
}

nav h1 a{
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}

nav .title{
    color: #333;
    font-weight: 700;
    max-width: 700px;
    margin: auto;
 
}

.nav .col-xl-12:hover .title{
    color: #f25353 !important;
}

nav h1 a{
    color:#f25353 !important ;
}

.line{  
    height: 2px;
    width: 100%;
    background: #111;
    margin-top: 30px;
    border-radius: 20px;
}

.line-p{
    padding: 0;
}

header{
    background: url(../img/header-bg.jpg) center;
    padding: 30px 30px 150px 30px;
    border-bottom: #e5e5e5 solid 3px;
}

body.dark header{
    background:  none;
}

.tagline .title{
    font-weight: 700;
    font-size: 39px;
    color: #fc5c5c;
    text-transform: uppercase;
    text-align: right;
}

.tagline{
    border-top: #e5e5e5 1px solid;
}

.tagline{
    padding: 100px 0;
}

.tagline .subtitle{
    color: #9c9c9c;
    font-size: 14px;
    padding: 10px;
    line-height: 25px;
    width: 100%;
}

.our_achievement{  
    background: #fc5c5c;
    padding: 100px;
    border-bottom: 3px solid #e5e5e5;
}

.our_achievement img{
    width: 100%;
    border: 1px solid #f5f5f5;
    margin: 50px 0;
}

.content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.hidden{
    display: flex;
    flex-direction: column;
   align-items: center;
   justify-content: center;
}

.collapsible{
    cursor: pointer;
}

.collapsible .fa{
    font-size: 14px;
}

.collapsible:hover{
    color: #fff;
}

.about_teachers img{
    width: 100%;
}

.subtitle span{
    color: #fc5c5c;
    font-weight: 700;
}

.about_us{
    background: #fc5c5c;
    padding: 100px;
    border-top: 3px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
}

.about_us img,
.our_team img{
    width: 100%;
    margin-bottom: 50px;
}

.about_us__title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72px;
    color: #fff;
}

.about_us img{
    border: 1px solid #e1e1e1;
}
.about_us__title span,
h1 span,
.about_us__subtitle span,
.title span,
nav span{
    color: #333;
}

.about_us__subtitle{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.about_us__text{
    font-size: 15px;
    color: #fff;
}
.about_us__text span{
    color: #333;
    font-weight: 600;
}

.our_team h1{
    font-size: 72px;
    color: #fc5c5c !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 0 40px 0;
}

.our_team img{
    width: 100%;

}

.info{
   height: 80%;
    width: 90%;
    margin: 0 auto;
    background: #fc5c5c;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}

.our_team .col-xl-3:hover .info{
    opacity: 1;
    top: 0;
}

.our_team .name{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
 
}

.our_team .position{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #eed847;
}

.about_teachers{
    padding: 100px 0;
}

.about_teachers .title h1{
    font-size: 37px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
.about_teachers .title span{
    color: #fc5c5c;
    font-weight: 700;
}

.about_teachers .subtitle{

    font-size: 24px;
    color: #888;
}

.about_teachers .subtitle span{
    color: #fc5c5c;
}

.about_teachers .text{
    color: #9c9c9c;
    font-size: 16px;
   
}

.section_statistics{
    background: #fc5c5c;
    padding: 160px 0;
    border-top: 3px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
}

.section_statistics .number{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 72px;
}

.section_statistics .text{
    font-weight: 700;
    color: #eed847;
    text-transform: uppercase;
    font-size: 18px;

}

.vertical_line{
    height: 100px;
    width: 1px;
    background: #cfc7df;
}

.nav .nav-item{
    color: #111;
    font-weight: 700;
  
}

.nav-item{
    border: none;
}

.nav{
    padding: 100px 0 0;
}

.section_schedule .title{
    font-size: 72px;
    text-transform: uppercase;
    color: #f25353;
    text-align: center;
    padding: 50px 0 0;
    font-weight: 700;
}

.title span{
    color: #333;
}

    
footer{
    margin-top: 500px;
    border-top: 1px solid #e5e5e5;
    border-bottom:  1px solid #e5e5e5;
}

footer i{
        width: 20px;
        font-size: 20px !important;
        margin: 10px 10px;
        text-align: center;
}

.footer__info{
    padding-top: 90px;
    text-align: end;
}

.map iframe{
    height: 400px;
    width: 500px;
    border: 1px solid #e5e5e5 !important;
}

.map{
    padding-top: 100px !important;
}

footer a{
    color: #111;
}

.archive{
    font-size: 26px;
    color: #fff !important;
}

.archive-title{
    font-weight: 700;
    font-size: 39px;
    color: #fc5c5c;
    text-transform: uppercase;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 150px;
}

.archive-text{
    font-size: 20px;
    text-align: justify;
    line-height: 50px;
}

.story-title{
    font-weight: 700;
    font-size: 39px;
    color: #fc5c5c;
    text-transform: uppercase;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 150px; 
}

.story-img img{
    margin-bottom: 50px;
    width: 100%;
}

.story-img__title{
    font-weight: 700;
    margin: 100px 0 70px;
    font-size: 30px;
}

.story-line{
    width: 100%;
    height: 3px;
    background: #000;
    margin: 50px;
}