.hero .hero-slide .header-content h1 {
    color: #fff;
    font-size: 6em;
    line-height: 0.8em;
    font-size: 70px;
    line-height: 1.0;
    font-family: Gotham-Bold;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #ffc736;
    padding-left: 1%;
}

.octf-main-header {
    border-bottom: 1px solid rgba(255, 199, 54,.8);
    background: rgba(0, 0, 0, 0.6);
}

.our-studio .our-studio-detail {
    /* background-image: url(images/bg/bg1-studio.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 60px 50px 60px 50px;
    margin-top: 78px;
    background-color: #ffc736;
}

.our-studio-detail p {
    color: #000;
    margin-bottom: 15px;
}

.our-studio-detail ul {
    color: #000;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: Lato-Regular, sans-serif;
    font-size: 18px;
    line-height: 36px;
}

.card:hover .card__content, .card:focus .card__content, .card--active .card__content {
    background-color: rgba(255, 199, 54, 0.8);
}

.topbar-socials.list-social a {
    border-color: transparent;
    color: #ffc736;
    padding: 10px;
    margin-right: 0;
}

.main-navigation > ul > li > a:before {
    transform: rotate( 0deg);
    background: #ffc736;
    height: 12px;
    width: 32px;
    left: calc(50% - 16px);
    margin-left: 0;
}

.banner-desc-1 ul {
    top: 60%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    border-right: 1px solid #ffc736;
}

    .banner-desc-1 ul li {
        -webkit-transform: rotate( 0deg);
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
    }

        .banner-desc-1 ul li a {
            color: #fff;
            font-size: 24px;
        }

            .banner-desc-1 ul li a:hover {
                color: #ffc736;
            }



.our-studio .btn-play {
    background: #ffc736 !important;
    width: 92px;
    height: 92px;
}

    .our-studio .btn-play:before {
        background: #eba5a4;
    }

.video-popup span {
    font-size: 17px;
    color: #ffc736;
}


.ot-counter span {
    color: #ffc736;
}

.header_mobile {
    border-bottom: 1px solid rgba(255, 199, 54,0.8);
    background: rgba(0, 0, 0, 0.6);
}

    .header_mobile .mlogo_wrapper img {
        width: auto;
        max-width: 250px;
        padding: 5%;
    }

.certificateBox .entry-title {
    font-size: 18px;
    /*font-family: 'Gotham-Bold';*/
}


.certificateBox .entry-media .overlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

    .certificateBox .entry-media .overlay i {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background: #000;
        color: #fff;
    }

        .certificateBox .entry-media .overlay i:before {
            font-size: 22px;
        }

        .certificateBox .entry-media .overlay i:hover {
            -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
            transform: translateY(-50%) translateX(-50%) rotate(90deg);
        }

.certificateBox .entry-media:hover .overlay {
    opacity: 1;
    visibility: visible;
}



.content-box p {
    color: #000;
    font-size: 18px;
}

.mepInPage .our-studio .entry-media {
    top: 25%;
}

.mepInPage .support-box {
    margin-bottom: 30px;
}

.mepInPage .ot-accordions .acc-item .acc-toggle {
    font-family: 'Gotham-Bold'
}

.pheader-trainings {
    background-image: url(/assets22/images/businesses/fm/trainingsBg.jpg);
}

.studio-testi-slide-block {
    margin-left: 0;
    margin-right: 0;
}

.mepInPage .studio-testi-slide-block .testimonials-slide-2 {
    padding-bottom: 0px;
}

.mepInPage .testimonials-slide-2 .owl-nav [class*='owl-'] {
    color: #ffc736;
}

.mepInPage .testimonials-slide-2 .owl-nav i:before {
    font-size: 36px;
}

.ot-accordions .acc-noContent {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}



    .ot-accordions .acc-noContent .acc-toggle {
        cursor: unset;
        justify-content: space-between;
        overflow: hidden;
        font-family: "Gotham-Light", sans-serif;
        font-size: 20px;
        color: #1a1a1a;
        padding: 15px 0 20px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        font-family: 'Gotham-Bold';
    }


.homeProjectsSection .projects-grid__item {
    z-index: 99;
}

.homeProjectsSection .projects-grid:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .4);
    z-index: 9;
}

.team-slider {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

.container-training {
    max-width: 80%;
}


.moreProjectsBlock {
    background-color: #ffc736;
}

.benefit-side-desc {
    padding-left: 0px;
    padding-right: 0px;
}


.partnersTitleBlock {
    text-align: center;
    margin: 0;
}

.partnersBlock .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
}


.servicesSection .main-heading {
    color: #fff;
}

.servicesSection .icon-box.s2:hover h5 {
    color: #fff;
}

.servicesSection .icon-box--bg-img {
    background: transparent;
    border: 1px solid #fff;
}

.servicesSection .icon-box .icon-main img {
    max-width: 72px;
}

.servicesSection .icon-box--bg-img:hover {
    background-color: #ffc736;
}


@media only screen and (max-width: 767px) {
    .our-studio .our-studio-detail{
        padding: 15px;
    }
    .container-training {
        max-width: 100%;
    }

        .container-training h4 {
            font-size: 26px;
        }

    .mepInPage .testimonials-slide-2 .owl-nav [class*='owl-'] {
        background: transparent;
    }

    .container-training .studio-testi-img {
        display: none;
    }
}


.card--active {
    border-color: #ffc736;
}



@media (min-width: 992px) {
    .card--transparent:hover, .card--transparent:focus {
        border-color: #ffc736;
        transition: transform 0.4s 0.4s ease, opacity 0.4s 0.4s ease;
    }

        .card--transparent:hover .card__text, .card--transparent:focus .card__text {
            position: static;
        }
}