/* Colors:
tz-light-blue: #03ace3
tz-dark: #2e2e2e
tz-light-gray: #ededed
 */

html,
body{
    direction: rtl;
    font-family: 'Assistant', sans-serif;
}
#header{
    padding: 30px 15px;
    background-color: rgba(255,255,255,1);
    transition: all 0.2s ease-in-out;
}
.navbar .container{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.socials-wrap img{
    width: 15%;
}
#socials .social-item{

}
#socials .social-item .social-item-link{

}
#socials .social-item .social-item-link .fa{

}
.navbar-nav{
    display: inline-flex;
}
.navbar-nav > li > a{
    font-size: 1.1em;
}
#about-3{
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: var(--secondary-olive);
    color: #fff;
}
.cta-form-wrap{
    margin-top: 25px;
}
.cta-form-wrap form{
    display: flex;
}
.nav-tabs{
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.nav-tabs li{
    border: none;
}
.nav-tabs li a h3{
    color: var(--primary-color);
}
.nav-tabs li.active a h3{
    font-weight: bold;
}
.row{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
.model-card ul{
    margin-right: 20px;
}
#ntk{
    background-color: var(--secondary-color-light);
}
@media screen and (max-width: 640px){
    .model-card ul{
        margin-right: 20px;
    }
    #about .col-sm-12{
        width: 100% ;
    }
}
#footer{
    color: #ffffff;
    padding: 25px 0;
}
#optin .optin-title{
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 25px;
}
#images-wrap .mediation-image .card-img-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color-light);
    margin: 15px;
    opacity: 0;
    transition: all .2s ease-in-out;
}
#images-wrap .mediation-image:hover .card-img-overlay{
    opacity: 1;
    transition-property: opacity;
}
#images-wrap .mediation-image .card-img-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#images-wrap .mediation-image .card-img-overlay a .fa{
    font-size: 2em;
    color: #fff;
}
.lead{
    font-weight: 400;
}
#wwl .lead li{
    font-weight: 400;
}
#testimonials{
    background-color: #B0A884;
    color: #ffffff;
}
#nav-syllabus .section-title{
    font-weight: bold;
    margin: 25px auto;
}
#nav-syllabus .lesson-info{
    font-weight: 600;
    margin-bottom: 25px;
}
.optin-form-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}