.carousel-item img{
    object-fit: cover;
    max-height: 505px;
    object-position: center;
}
.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
}
.lan-image img {
    max-width: 100%;
}
.lang-grid-outer {
    margin-bottom: 100px;
}
.lang-name {
    font-size: 24px;
    line-height: 1.4em;
    margin-top: 20px;
    display: block;
}
.lang-grid-outer .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.lang-grid-outer:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}
.lang-btn-r-more {
    border: 1px solid #F3BD00;
    border-radius: 100px;
    padding: 12px;
    color: #F3BD00;
    margin-top: 20px;
    height: 40px;
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.5s all;
}
.lang-btn-r-more:hover {
    background: #F3BD00;
    color: #FFF;
    border-color: #F3BD00;
}

.facts img{
    max-width: 100%;
}
h1.slideInDown {
    background-color: #000;
    opacity: 0.5;
}
.learn-language{
    color: #3b3b3b
}
.learn-language .col-lg-6 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.learn-language .col-lg-6 img {
    max-width: 100px;
    height: 100px;
}
.learn-language .col-lg-6 .content-area {
    max-width: calc(100% - 120px);
    margin-left: 20px;
}
.learn-language .col-lg-6 .content-area b{
    margin-bottom: 10px;
    display: inline-block;
}
.learn-language .title{
    margin-bottom: 50px;
}
.home-marque{
    background-color: #F3BD00!important;
    height: 50px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.headline-text a {
    color: #fff;
    padding: 0px 20px;
    border-right: 1px solid #fff;
}
.headline-text a strong {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}