﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800;900&amp;family=Roboto:wght@400;500;700;900&amp;display=swap);

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.yl-home {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: Roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

    .yl-home::selection {
        color: #fff;
        background-color: #6e3ebf
    }

    .yl-home::-moz-selection {
        color: #fff;
        background-color: #6e3ebf
    }

.container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

    .ul-li ul li {
        list-style: none;
        display: inline-block
    }

.ul-li-block ul {
    margin: 0;
    padding: 0
}

    .ul-li-block ul li {
        list-style: none;
        display: block
    }

div#yl-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-align: center;
    height: 100%;
    overflow: visible;
    background-color: #fff
}

    div#yl-preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 250px;
        transform: translate(-50%,-50%)
    }

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none
}

    a:focus, a:hover {
        text-decoration: none
    }

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

    .form-control:focus, a.active, a:focus, a:hover, a:visited, button.active, button:focus, button:hover, button:visited, input.active, input:focus, input:hover, input:visited, select, select:focus, select:hover, select:visited, textarea:focus, textarea:hover {
        outline: 0;
        box-shadow: none;
        text-decoration: none;
        color: inherit
    }

.form-control {
    box-shadow: none
}

.relative-position {
    position: relative
}

.pera-content p {
    margin-bottom: 10px;
    text-align: inherit;
    font-size: 16px;
    line-height: 30px;
    color: #252525;
    letter-spacing: .2px
}

@keyframes zooming {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.05,1.05)
    }

    100% {
        transform: scale(1,1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.yl-headline h1, .yl-headline h2, .yl-headline h3, .yl-headline h4, .yl-headline h5, .yl-headline h6 {
    margin: 0;
    font-family: "Fira Sans"
}

.yl-section-title span {
    font-size: 18px;
    font-weight: 700;
    color: #ffc107;
    padding: 0 15px;
    position: relative
}

    .yl-section-title span:after, .yl-section-title span:before {
        width: 8px;
        bottom: 3px;
        height: 2px;
        content: "";
        position: absolute;
        background-color: #ffc107
    }

    .yl-section-title span:before {
        left: 0
    }

    .yl-section-title span:after {
        right: 0
    }

.yl-section-title h2 {
    color: #2678c0;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.125;
    letter-spacing: 1px;
    padding: 0
}

.yl-section-title.yl-title-style-two {
    max-width: 100%;
    margin: 0 auto
}

    .yl-section-title.yl-title-style-two span {
        color: #2678c0
    }

        .yl-section-title.yl-title-style-two span:after, .yl-section-title.yl-title-style-two span:before {
            background-color: #2678c0
        }

    .yl-section-title.yl-title-style-two .title-watermark {
        left: 0;
        right: 0;
        top: -60px;
        opacity: .04;
        color: #53536c;
        line-height: 1;
        font-size: 100px;
        font-weight: 900;
        margin-bottom: 0;
        text-align: center;
        position: absolute
    }

.scrollup {
    width: 45px;
    right: 15px;
    z-index: 5;
    height: 45px;
    bottom: 32px;
    display: none;
    position: fixed;
    line-height: 45px;
    background-color: #ffc107
}

    .scrollup:hover {
        background-color: #2678c0
    }

    .scrollup i {
        color: #fff
    }

.banner-search-select button, .slider-main-item .slider-main-text .slider-main-btn a, .yl-banner-text .yl-banner-btn a, .yl-course-more-btn, .yl-department-section .yl-department-btn, .yl-footer-widget .yl-footer-logo-widget .footer-logo-btn, .yl-newslatter-content .yl-newslatter-form button, .yl-popular-course-section .yl-popular-course-btn, .yl-registration-content-2 .registration-text-2 a, .yl-registration-text-wrap a {
    z-index: 1;
    overflow: hidden;
    position: relative
}

    .banner-search-select button:after, .slider-main-item .slider-main-text .slider-main-btn a:after, .yl-banner-text .yl-banner-btn a:after, .yl-course-more-btn:after, .yl-department-section .yl-department-btn:after, .yl-footer-widget .yl-footer-logo-widget .footer-logo-btn:after, .yl-newslatter-content .yl-newslatter-form button:after, .yl-popular-course-section .yl-popular-course-btn:after, .yl-registration-content-2 .registration-text-2 a:after, .yl-registration-text-wrap a:after {
        top: 0;
        width: 0;
        left: -40%;
        content: "";
        z-index: -1;
        height: 100%;
        position: absolute;
        transform: skew(50deg);
        transition-duration: .6s;
        transform-origin: top left;
        background-color: #2678c0
    }

    .banner-search-select button:hover:after, .slider-main-item .slider-main-text .slider-main-btn a:hover:after, .yl-banner-text .yl-banner-btn a:hover:after, .yl-course-more-btn:hover:after, .yl-department-section .yl-department-btn:hover:after, .yl-footer-widget .yl-footer-logo-widget .footer-logo-btn:hover:after, .yl-newslatter-content .yl-newslatter-form button:hover:after, .yl-popular-course-section .yl-popular-course-btn:hover:after, .yl-registration-content-2 .registration-text-2 a:hover:after, .yl-registration-text-wrap a:hover:after {
        height: 100%;
        width: 150%
    }

@keyframes animationFramesTwo {
    0% {
        transform: translate(0,0) rotate(0) scale(1)
    }

    20% {
        transform: translate(73px,-1px) rotate(36deg) scale(.9)
    }

    40% {
        transform: translate(141px,72px) rotate(72deg) scale(1)
    }

    60% {
        transform: translate(83px,122px) rotate(108deg) scale(1.2)
    }

    80% {
        transform: translate(-40px,72px) rotate(104deg) scale(1.1)
    }

    100% {
        transform: translate(0,0) rotate(0) scale(1)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0,0) rotate(0)
    }

    20% {
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        transform: translate(111px,72px) rotate(72deg)
    }

    60% {
        transform: translate(93px,122px) rotate(108deg)
    }

    80% {
        transform: translate(-70px,72px) rotate(124deg)
    }

    100% {
        transform: translate(0,0) rotate(0)
    }
}

.yl-header-main {
    padding-top: 15px
}

.yl-header-top {
    padding-bottom: 10px;
    border-bottom: 2px solid #ececec
}

.yl-header-top-cta li {
    padding-left: 65px
}

.yl-header-top-cta {
    padding-top: 8px
}

    .yl-header-top-cta li {
        position: relative
    }

        .yl-header-top-cta li:after {
            top: 15px;
            left: 30px;
            content: "";
            width: 1px;
            height: 33px;
            position: absolute;
            border: 1px dashed #dadada
        }

        .yl-header-top-cta li:nth-child(1):after {
            display: none
        }

.header-top-cta-content .yl-top-cta-icon {
    top: 12px;
    margin-right: 10px;
    position: relative
}

    .header-top-cta-content .yl-top-cta-icon i {
        font-size: 34px;
        color: #ffc107
    }

.header-top-cta-content .yl-top-cta-text a {
    font-size: 13px
}

.header-top-cta-content .yl-top-cta-text h3 {
    color: #000;
    font-size: 19px;
    font-weight: 700
}

.yl-header-menu-wrap {
    padding: 15px 0 13px
}

.yl-main-navigation {
    padding-top: 5px
}

    .yl-main-navigation .navbar-nav {
        display: inherit
    }

    .yl-main-navigation li {
        margin-right: 75px
    }

        .yl-main-navigation li a {
            color: #000;
            font-weight: 700;
            padding-bottom: 30px;
            position: relative
        }

            .yl-main-navigation li a:before {
                left: 0;
                right: 0;
                bottom: -5px;
                height: 1px;
                content: "";
                width: 0%;
                position: absolute;
                background-color: #ffc107;
                transition: .3s all ease-in-out
            }

        .yl-main-navigation li:hover a:before {
            width: 100%
        }

    .yl-main-navigation .dropdown {
        position: relative
    }

        .yl-main-navigation .dropdown:after {
            top: -2px;
            color: #ffc107;
            right: -14px;
            content: "+";
            font-size: 18px;
            font-weight: 700;
            position: absolute;
            transition: .3s all ease-in-out
        }

        .yl-main-navigation .dropdown .dropdown-menu {
            top: 65px;
            left: 0;
            opacity: 0;
            z-index: 2;
            margin: 0;
            padding: 0;
            height: auto;
            width: 200px;
            border: none;
            display: block;
            border-radius: 0;
            overflow: hidden;
            visibility: hidden;
            position: absolute;
            background-color: #fff;
            transition: all .4s ease-in-out;
            border-bottom: 2px solid #ffc107;
            box-shadow: 0 5px 10px 0 rgba(83,82,82,.1)
        }

            .yl-main-navigation .dropdown .dropdown-menu li {
                width: 100%;
                margin-left: 0;
                border-bottom: 1px solid #e5e5e5
            }

                .yl-main-navigation .dropdown .dropdown-menu li a {
                    width: 100%;
                    color: #343434;
                    display: block;
                    font-size: 14px;
                    padding: 10px 25px;
                    position: relative;
                    transition: .3s all ease-in-out
                }

                    .yl-main-navigation .dropdown .dropdown-menu li a:before {
                        display: none
                    }

                    .yl-main-navigation .dropdown .dropdown-menu li a:after {
                        left: 10px;
                        top: 16px;
                        width: 8px;
                        height: 8px;
                        content: "";
                        position: absolute;
                        border-radius: 100%;
                        transform: scale(0);
                        background-color: #fff;
                        transition: .3s all ease-in-out
                    }

                    .yl-main-navigation .dropdown .dropdown-menu li a:hover {
                        background-color: #ffc107;
                        color: #fff
                    }

                        .yl-main-navigation .dropdown .dropdown-menu li a:hover:after {
                            transform: scale(1)
                        }

                .yl-main-navigation .dropdown .dropdown-menu li:last-child {
                    border-bottom: none
                }

        .yl-main-navigation .dropdown:hover .dropdown-menu {
            top: 48px;
            opacity: 1;
            visibility: visible
        }

.yl-header-cart-login {
    padding-top: 5px
}

    .yl-header-cart-login .yl-top-cart-login {
        position: relative;
        display: inline-block
    }

        .yl-header-cart-login .yl-top-cart-login:after {
            top: 3px;
            right: -3px;
            width: 2px;
            content: "";
            height: 18px;
            position: absolute;
            background-color: #d9d9d9
        }

        .yl-header-cart-login .yl-top-cart-login:last-child:after {
            display: none
        }

        .yl-header-cart-login .yl-top-cart-login button {
            padding: 0;
            border: none;
            color: #5a5a5a;
            margin: 0 15px;
            background-color: transparent;
            transition: .3s all ease-in-out
        }

            .yl-header-cart-login .yl-top-cart-login button:hover {
                color: #2678c0
            }

.yi-header-social {
    margin-left: 40px
}

    .yi-header-social li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        transition: .3s all ease-in-out
    }

        .yi-header-social li a {
            width: 100%;
            display: block
        }

        .yi-header-social li:hover {
            color: #fff;
            background-color: #ffc107
        }

.header-style-two {
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    background-color: #fff
}

    .header-style-two .yl-brand-logo {
        margin-right: 115px
    }

    .header-style-two .yl-main-navigation {
        padding-top: 15px
    }

    .header-style-two .yl-header-cart-login {
        padding-top: 15px
    }

    .header-style-two .yl-main-navigation .dropdown:after {
        color: #ffc107
    }

    .header-style-two .yl-main-navigation li a:before {
        display: none
    }

    .header-style-two .yl-main-navigation li a:after {
        top: 26px;
        left: 25px;
        width: 0;
        content: "";
        height: 5px;
        position: absolute;
        border-radius: 100%;
        background-color: #2678c0;
        transition: .3s all ease-in-out
    }

    .header-style-two .yl-main-navigation li {
        position: relative
    }

        .header-style-two .yl-main-navigation li:before {
            left: 0;
            top: 30px;
            width: 0;
            height: 5px;
            content: "";
            position: absolute;
            border-radius: 30%;
            background-color: #2678c0;
            transition: .3s all ease-in-out
        }

        .header-style-two .yl-main-navigation li:hover:before {
            width: 22px
        }

        .header-style-two .yl-main-navigation li:hover a:after {
            width: 5px
        }

    .header-style-two .yl-main-navigation .dropdown .dropdown-menu li:before {
        display: none
    }

    .header-style-two .yl-main-navigation .dropdown .dropdown-menu li a:after {
        display: none
    }

    .header-style-two .yl-main-navigation .dropdown .dropdown-menu li a:hover {
        background-color: #2678c0
    }

    .header-style-two .yl-main-navigation .dropdown:hover .dropdown-menu {
        border-bottom: 2px solid #2678c0
    }

.yl-sticky-menu {
    top: -88px;
    width: 100%;
    z-index: 10;
    position: fixed;
    background: #fff;
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 18px 1px rgba(0,0,0,.1)
}

.header-style-two.yl-sticky-menu {
    top: 0
}

.header-style-three {
    top: 0;
    width: 100%;
    z-index: 10;
    padding-top: 30px;
    position: absolute
}

    .header-style-three .yl-main-navigation {
        padding-top: 15px
    }

        .header-style-three .yl-main-navigation li a {
            color: #fff
        }

            .header-style-three .yl-main-navigation li a:before {
                background-color: #ffc107
            }

        .header-style-three .yl-main-navigation .dropdown:after {
            color: #ffc107
        }

        .header-style-three .yl-main-navigation .dropdown .dropdown-menu {
            border-bottom: 2px solid #ffc107
        }

            .header-style-three .yl-main-navigation .dropdown .dropdown-menu li a:hover {
                background-color: #ffc107
            }

    .header-style-three .yl-header-cart-login {
        padding-top: 15px
    }

        .header-style-three .yl-header-cart-login .yl-top-cart-login button {
            color: #fff
        }

            .header-style-three .yl-header-cart-login .yl-top-cart-login button:hover {
                color: #ffc107
            }

    .header-style-three.yl-sticky-menu {
        position: fixed;
        padding: 15px 0;
        background-color: #000
    }

        .header-style-three.yl-sticky-menu .yl-header-cart-login, .header-style-three.yl-sticky-menu .yl-main-navigation {
            padding-top: 10px
        }

.header-style-four {
    padding-top: 0
}

    .header-style-four .header-top {
        padding: 10px 0;
        background-color: #2678c0
    }

        .header-style-four .header-top .header-top-cta span {
            color: #fff;
            font-size: 15px;
            margin-right: 15px;
            display: inline-block;
            margin-top: 8px
        }

            .header-style-four .header-top .header-top-cta span i {
                color: #fff;
                margin-right: 10px
            }

    .header-style-four .header-top-social a {
        color: #fff;
        font-size: 15px;
        display: inline-block;
        margin-left: 12px;
        transition: .3s all ease-in-out
    }

        .header-style-four .header-top-social a:hover {
            color: #ffc107
        }

    .header-style-four .yl-header-menu-wrap {
        padding: 20px 0
    }

.yl-brand-logo img {
    width: auto;
    height: 50px
}

.header-style-four .yl-main-navigation {
    padding-top: 10px
}

    .header-style-four .yl-main-navigation .dropdown {
        position: relative
    }

        .header-style-four .yl-main-navigation .dropdown:after {
            top: 6px;
            right: -14px;
            content: "\f078";
            color: #2678c0;
            font-family: 'Font Awesome 5 Free';
            font-size: 10px;
            font-weight: 700;
            position: absolute;
            transition: .3s all ease-in-out
        }

        .header-style-four .yl-main-navigation .dropdown .dropdown-menu {
            top: 65px;
            left: 0;
            opacity: 0;
            z-index: 2;
            margin: 0;
            padding: 0;
            height: auto;
            width: 280px;
            border: none;
            display: block;
            border-radius: 0;
            overflow: hidden;
            visibility: hidden;
            position: absolute;
            background-color: #fff;
            transition: all .4s ease-in-out;
            border-bottom: 2px solid #2678c0;
            box-shadow: 0 5px 10px 0 rgba(83,82,82,.1)
        }

            .header-style-four .yl-main-navigation .dropdown .dropdown-menu li {
                width: 100%;
                margin-left: 0;
                border-bottom: 1px solid #e5e5e5
            }

                .header-style-four .yl-main-navigation .dropdown .dropdown-menu li a {
                    width: 100%;
                    color: #343434;
                    display: block;
                    font-size: 14px;
                    padding: 10px 25px;
                    position: relative;
                    transition: .3s all ease-in-out
                }

                    .header-style-four .yl-main-navigation .dropdown .dropdown-menu li a:before {
                        display: none
                    }

                    .header-style-four .yl-main-navigation .dropdown .dropdown-menu li a:after {
                        left: 10px;
                        top: 16px;
                        width: 8px;
                        height: 8px;
                        content: "";
                        position: absolute;
                        border-radius: 100%;
                        transform: scale(0);
                        background-color: #fff;
                        transition: .3s all ease-in-out
                    }

                    .header-style-four .yl-main-navigation .dropdown .dropdown-menu li a:hover {
                        background-color: #2678c0;
                        color: #fff
                    }

                        .header-style-four .yl-main-navigation .dropdown .dropdown-menu li a:hover:after {
                            transform: scale(1)
                        }

                .header-style-four .yl-main-navigation .dropdown .dropdown-menu li:last-child {
                    border-bottom: none
                }

        .header-style-four .yl-main-navigation .dropdown:hover .dropdown-menu {
            top: 48px;
            opacity: 1;
            visibility: visible
        }

        .header-style-four .yl-main-navigation .dropdown:hover::after {
            transform: rotate(180deg)
        }

    .header-style-four .yl-main-navigation .navbar-nav {
        display: inherit
    }

    .header-style-four .yl-main-navigation li {
        margin-right: 25px;
        margin-left: 0
    }

        .header-style-four .yl-main-navigation li a {
            color: #000;
            font-weight: 700
        }

        .header-style-four .yl-main-navigation li.active a, .header-style-four .yl-main-navigation li:hover a {
            color: #ffc107
        }

.yl-header-search {
    margin-top: 15px
}

    .yl-header-search button {
        border: none;
        color: #2678c0;
        background-color: transparent
    }

.yl-header-login-signup {
    height: 50px;
    width: 160px;
    line-height: 45px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 65px
}

    .yl-header-login-signup button {
        padding: 0;
        width: 50%;
        color: #000;
        float: left;
        border: none;
        font-weight: 700;
        border: 2px solid #eaeaea;
        background-color: transparent;
        transition: .4s all ease-in-out
    }

        .yl-header-login-signup button:hover {
            color: #fff;
            border: 2px solid #2678c0;
            background-color: #2678c0
        }

        .yl-header-login-signup button:last-child {
            border-left: none
        }

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,.9);
    transition: all 1.5s cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1)
}

    .search-popup:before {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 560px;
        background-image: url(../img/waves-shape.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 0;
        content: ""
    }

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffc107;
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: none;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden
}

    .search-popup .close-search span {
        position: relative;
        display: block;
        height: 70px;
        font-size: 25px;
        line-height: 65px;
        color: #fff
    }

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1.5s
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    transition: all .3s ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1.2s
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

    .search-popup .form-group input[type=search], .search-popup .form-group input[type=text] {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #000;
        height: 70px;
        width: 100%;
        padding: 10px 30px;
        background-color: #fff;
        transition: all .5s ease;
        font-weight: 500;
        text-transform: capitalize
    }

    .search-popup .form-group button, .search-popup .form-group input[type=submit] {
        position: absolute;
        right: 30px;
        top: 0;
        height: 70px;
        line-height: 70px;
        background: 0 0;
        text-align: center;
        font-size: 24px;
        color: #000;
        padding: 0;
        cursor: pointer;
        border: none;
        transition: all .5s ease
    }

        .search-popup .form-group button:hover, .search-popup .form-group input[type=submit]:hover {
            color: #000
        }

.search-popup input::placeholder, .search-popup textarea::placeholder {
    color: #000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: 0 0 !important;
    box-shadow: none !important;
    transition: all .5s ease
}

    .search-popup .close-search.style-two span {
        font-size: 20px;
        color: #fff
    }

.yl-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    background-color: #2678c0;
    padding: 50px 35px 35px 35px;
    box-shadow: 0 3px 5px rgba(100,100,100,.19);
    transition: all .5s ease-in
}

    .yl-mobile_menu_content .yl-mobile-main-navigation {
        width: 100%
    }

        .yl-mobile_menu_content .yl-mobile-main-navigation .navbar-nav {
            width: 100%
        }

    .yl-mobile_menu_content .dropdown:after {
        display: none
    }

    .yl-mobile_menu_content .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important
    }

    .yl-mobile_menu_content .yl-mobile-main-navigation .navbar-nav li {
        width: 100%;
        display: block;
        transition: .3s all ease-in-out
    }

        .yl-mobile_menu_content .yl-mobile-main-navigation .navbar-nav li a {
            padding: 0;
            width: 100%;
            color: #fff;
            display: block;
            font-weight: 600;
            font-size: 14px;
            padding: 10px 30px 10px 0;
            text-transform: capitalize;
            border-bottom: 1px solid rgba(78,78,78,.41)
        }

    .yl-mobile_menu_content .m-brand-logo {
        width: 160px;
        margin: 0 auto;
        margin-bottom: 30px
    }

.yl-mobile_menu_wrap.mobile_menu_on .yl-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.9);
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.yl-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.yl-mobile_menu_button {
    right: 0;
    top: 5px;
    z-index: 5;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    color: #ffc107
}

.yl-mobile_menu .yl-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.yl-mobile_menu .yl-mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.yl-mobile_menu .yl-mobile_menu_content .yl-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

    .yl-mobile_menu .yl-mobile_menu_content .yl-mobile-main-navigation .navbar-nav .dropdown-menu li {
        border: none;
        padding: 0 20px;
        line-height: 1
    }

        .yl-mobile_menu .yl-mobile_menu_content .yl-mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
            color: #ffc107;
            background-color: transparent
        }

.yl-mobile_menu .dropdown {
    position: relative
}

    .yl-mobile_menu .dropdown .dropdown-btn {
        color: #9397a7;
        position: absolute;
        top: 3px;
        right: 0;
        height: 30px;
        padding: 5px 10px
    }

        .yl-mobile_menu .dropdown .dropdown-btn.toggle-open {
            transform: rotate(90deg)
        }

.yl-mobile_menu .yl-mobile_menu_close {
    color: #ffc107;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.header-style-four.yl-sticky-menu {
    top: -46px
}

@media screen and (max-width:1024px) {
    .header-style-four .yl-main-navigation li {
        margin-left: 0
    }

    .yl-header-login-signup {
        margin-left: 30px
    }
}

@media screen and (max-width:991px) {
    .header-style-four .yl-main-navigation, .yl-header-option {
        display: none
    }

    .yl-mobile_menu_button {
        display: block
    }

    .header-style-four .yl-header-menu-wrap {
        padding: 5px 0;
        display: block
    }

    .header-style-four.yl-sticky-menu {
        top: 0
    }
}

.cd-headline.scale b {
    opacity: 0
}

.cd-words-wrapper {
    position: relative
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
        font-weight: 700
    }

        .cd-words-wrapper b.is-visible {
            position: relative
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
    font-weight: 700
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1
    }

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    transform: scale(0);
    font-style: normal
}

.is-visible .cd-headline.scale i {
    opacity: 1
}

.cd-headline.scale i.in {
    animation: scale-up .6s forwards
}

.cd-headline.scale i.out {
    animation: scale-down .6s forwards
}

.no-csstransitions .cd-headline.scale i {
    transform: scale(1);
    opacity: 0
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1
}

@keyframes scale-up {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-down {
    0% {
        transform: scale(1);
        opacity: 1
    }

    60% {
        transform: scale(0);
        opacity: 0
    }
}

.slider-main-img, .slider-overlay {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute
}

.slider-main-item {
    z-index: 1
}

    .slider-main-item .slider-overlay {
        background-color: #000;
        opacity: .051
    }

    .slider-main-item .img-zooming {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transform: scale(1)
    }

    .slider-main-item .slider-main-text {
        max-width: 620px;
        padding: 115px 0 125px
    }

        .slider-main-item .slider-main-text span {
            color: #000;
            display: block;
            font-size: 18px;
            font-weight: 700;
            padding-bottom: 8px;
            opacity: 0;
            transform: translateY(50px)
        }

        .slider-main-item .slider-main-text h1 {
            color: #000;
            font-size: 60px;
            font-weight: 700;
            line-height: 1.2;
            padding-bottom: 20px;
            opacity: 0;
            transform: translateY(50px)
        }

        .slider-main-item .slider-main-text p {
            opacity: 0;
            color: #4f4f4f;
            font-size: 18px;
            padding-bottom: 30px;
            transform: translateY(50px)
        }

        .slider-main-item .slider-main-text .slider-main-btn {
            opacity: 0;
            transform: translateY(50px)
        }

            .slider-main-item .slider-main-text .slider-main-btn a {
                color: #fff;
                height: 55px;
                width: 150px;
                float: left;
                font-weight: 700;
                line-height: 55px;
                text-align: center;
                margin-right: 20px;
                display: inline-block
            }

                .slider-main-item .slider-main-text .slider-main-btn a i {
                    margin-right: 8px
                }

                .slider-main-item .slider-main-text .slider-main-btn a:nth-child(1) {
                    background-color: #ffc107
                }

                .slider-main-item .slider-main-text .slider-main-btn a:nth-child(2) {
                    background-color: #000
                }

#yl-main-slider .owl-nav {
    display: none
}

#yl-main-slider .owl-dots {
    left: 13%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

    #yl-main-slider .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: relative;
        border-radius: 100%;
        margin-bottom: 10px;
        border: 2px solid #eaeaea;
        transition: .3s all ease-in-out
    }

        #yl-main-slider .owl-dots .owl-dot:before {
            top: 3px;
            left: 3px;
            width: 9px;
            height: 9px;
            content: "";
            position: absolute;
            border-radius: 100%;
            background-color: #000;
            transition: .3s all ease-in-out
        }

        #yl-main-slider .owl-dots .owl-dot.active {
            border: 2px solid #000
        }

            #yl-main-slider .owl-dots .owl-dot.active:before {
                background-color: #ffc107
            }

#yl-main-slider .owl-item.active .img-zooming {
    transform: scale(1.15);
    transition: all 7s linear
}

#yl-main-slider .owl-item.active .slider-main-text span {
    opacity: 1;
    transform: translateY(0);
    transition: all 1.5s ease;
    transition-delay: .9s
}

#yl-main-slider .owl-item.active .slider-main-text h1 {
    opacity: 1;
    transform: translateY(0);
    transition: all 1.5s ease;
    transition-delay: 1.2s
}

#yl-main-slider .owl-item.active .slider-main-text p {
    opacity: 1;
    transform: translateY(0);
    transition: all 1.5s ease;
    transition-delay: 1.5s
}

#yl-main-slider .owl-item.active .slider-main-text .slider-main-btn {
    opacity: 1;
    transform: translateY(0);
    transition: all 1.5s ease;
    transition-delay: 1.8s
}

#yl-main-slider-2 .owl-nav .owl-next, #yl-main-slider-2 .owl-nav .owl-prev {
    top: 50%;
    opacity: 0;
    width: 40px;
    color: #fff;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    background-color: #ffc107;
    transform: translateY(-50%);
    transition: .4s all ease-in-out
}

#yl-main-slider-2 .owl-nav .owl-next {
    right: 0
}

#yl-main-slider-2 .owl-nav .owl-prev {
    left: 0
}

#yl-main-slider-2:hover .owl-next {
    opacity: 1;
    right: 30px;
    visibility: visible
}

#yl-main-slider-2:hover .owl-prev {
    opacity: 1;
    left: 30px;
    visibility: visible
}

.slider-main-item-2 {
    padding: 250px 0
}

    .slider-main-item-2 .slider-overlay {
        background-color: rgba(0,0,0,.7)
    }

    .slider-main-item-2 .slider-main-text {
        color: #fff;
        margin: 0 auto;
        max-width: 760px
    }

        .slider-main-item-2 .slider-main-text span {
            font-size: 18px;
            font-weight: 700;
            padding-bottom: 30px;
            display: inline-block;
            text-transform: uppercase
        }

        .slider-main-item-2 .slider-main-text h1 {
            font-size: 60px;
            font-weight: 700;
            padding-bottom: 70px;
            text-transform: capitalize
        }

        .slider-main-item-2 .slider-main-text a {
            height: 60px;
            width: 180px;
            line-height: 60px;
            border-radius: 5px;
            font-weight: 700;
            display: inline-block;
            background-color: #ffc107
        }

.banner-water-mark {
    left: 0;
    bottom: -40px;
    opacity: .05;
    z-index: -1;
    line-height: 1;
    color: #00003d;
    font-weight: 700;
    font-size: 265px;
    position: absolute;
    font-family: "Fira Sans"
}

.yl-banner-section {
    padding-bottom: 132px
}

    .yl-banner-section .banner-dot-square {
        z-index: 1
    }

    .yl-banner-section .dot-square1 {
        width: 7px;
        height: 7px;
        top: 200px;
        left: 150px;
        background-color: #00a4ff;
        box-shadow: 0 6px 13px 0 rgba(0,0,254,.25);
        animation: animationFramesOne 12s infinite alternate
    }

    .yl-banner-section .dot-square2 {
        top: 150px;
        left: 25%;
        width: 10px;
        height: 10px;
        background-color: #000;
        box-shadow: 0 6px 13px 0 rgba(0,0,0,.25);
        animation: animationFramesTwo 18s infinite alternate
    }

    .yl-banner-section .dot-square3 {
        bottom: 150px;
        left: 150px;
        width: 10px;
        height: 10px;
        background-color: #ffc107;
        box-shadow: 0 6px 13px 0 rgba(255,85,32,.25);
        animation: animationFramesOne 12s infinite alternate
    }

    .yl-banner-section .dot-square4 {
        width: 10px;
        height: 10px;
        right: 50%;
        bottom: 200px;
        background-color: #2678c0;
        box-shadow: 0 6px 13px 0 rgba(0,0,254,.25);
        animation: animationFramesTwo 18s infinite alternate
    }

.yl-banner-content {
    background-color: #f7f7f7
}

    .yl-banner-content .yl-banner-img {
        top: 90px;
        right: -30px;
        position: absolute
    }

    .yl-banner-content .b-deco-shape {
        bottom: -74px
    }

.yl-banner-text {
    z-index: 1;
    max-width: 690px;
    overflow: hidden;
    padding: 230px 0 180px
}

    .yl-banner-text .yl-banner-tag {
        padding-right: 30px;
        border-radius: 40px;
        display: inline-block;
        margin-bottom: 45px;
        background-color: #efeff0
    }

        .yl-banner-text .yl-banner-tag span {
            color: #fff;
            font-weight: 500;
            padding: 12px 30px;
            margin-right: 10px;
            border-radius: 40px;
            display: inline-block;
            background-color: #2678c0
        }

        .yl-banner-text .yl-banner-tag p {
            color: #000;
            font-size: 16px;
            font-weight: 500;
            padding-bottom: 0;
            display: inline-block
        }

    .yl-banner-text h1 {
        color: #000;
        font-size: 58px;
        font-weight: 700;
        line-height: 1.2;
        padding-bottom: 35px
    }

        .yl-banner-text h1 span {
            color: #2678c0
        }

    .yl-banner-text p {
        color: #4f4f4f;
        font-size: 20px;
        line-height: 1.6;
        padding-bottom: 40px
    }

    .yl-banner-text .yl-banner-btn {
        float: left;
        margin-right: 35px
    }

        .yl-banner-text .yl-banner-btn a {
            color: #fff;
            width: 160px;
            height: 55px;
            display: block;
            overflow: hidden;
            font-weight: 700;
            line-height: 55px;
            border-radius: 40px;
            background-color: #ffc107
        }

            .yl-banner-text .yl-banner-btn a i {
                margin-left: 5px
            }

    .yl-banner-text .yl-banner-play {
        float: left;
        width: 50px;
        height: 50px;
        margin-top: 5px;
        line-height: 50px;
        border-radius: 100%;
        transition: .3s all ease-in-out;
        background-color: #2678c0
    }

        .yl-banner-text .yl-banner-play a {
            color: #fff;
            width: 100%;
            display: block
        }

        .yl-banner-text .yl-banner-play:hover {
            background-color: #ffc107
        }

        .yl-banner-text .yl-banner-play .video_btn_border {
            border: 2px solid rgba(0,0,0,.15)
        }

.banner-search-select {
    top: -175px;
    z-index: 1;
    position: relative;
    margin-bottom: -175px
}

    .banner-search-select .banner-search-shape1 {
        top: -70px;
        left: -70px;
        z-index: -1
    }

    .banner-search-select .banner-search-shape2 {
        bottom: -70px;
        right: -70px;
        z-index: -1
    }

    .banner-search-select .banner-search-form {
        background-color: #fff;
        display: inline-block;
        border-radius: 10px;
        padding: 20px 20px 12px;
        box-shadow: 0 6px 21px 0 rgba(0,0,0,.05)
    }

    .banner-search-select .yl-select-option-wrap {
        float: left;
        margin-top: 5px
    }

    .banner-search-select .banner-select-option {
        width: 165px;
        display: inline-block
    }

        .banner-search-select .banner-select-option .nice-select {
            color: #000;
            border: none;
            height: auto;
            font-size: 18px;
            font-weight: 700;
            line-height: auto;
            font-family: "Fira Sans"
        }

            .banner-search-select .banner-select-option .nice-select:after {
                top: 0;
                right: 20px;
                height: auto;
                border: none;
                margin-top: 0;
                font-size: 12px;
                content: "";
                font-weight: 900;
                transform: rotate(0);
                font-family: "Font Awesome 5 Free"
            }

    .banner-search-select button {
        color: #fff;
        height: 45px;
        width: 160px;
        border: none;
        font-weight: 700;
        border-radius: 5px;
        overflow: hidden;
        background-color: #2678c0
    }

        .banner-search-select button:after {
            background-color: #ffc107
        }

        .banner-search-select button i {
            margin-right: 5px
        }

.select-apply-btn {
    margin-top: 20px
}

    .select-apply-btn p {
        color: #000;
        font-size: 15px
    }

        .select-apply-btn p a {
            font-weight: 700;
            margin-left: 8px;
            color: #2678c0;
            text-decoration: underline
        }

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    100% {
        margin-top: -30%
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 25px
    }
}

.slider-main-item-3 {
    padding: 150px 0 250px;
    cursor: -webkit-grab;
}

    .slider-main-item-3 .slider-overlay {
        background-color: rgba(7,23,58,.25)
    }

    .slider-main-item-3 .slider-main-img, .slider-main-item-3 .slider-overlay {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute
    }

    .slider-main-item-3 .slider-main-text {
        margin: 0 auto;
        max-width: 810px
    }

        .slider-main-item-3 .slider-main-text .shape-layer {
            top: 100px;
            right: 240px
        }

        .slider-main-item-3 .slider-main-text span {
            color: #000;
            font-size: 18px;
            padding: 5px;
            background-color: #ffc107;
            font-weight: 700
        }

        .slider-main-item-3 .slider-main-text h1 {
            color: #fff;
            font-weight: 700;
            font-size: 60px;
            padding: 10px 0
        }

        .slider-main-item-3 .slider-main-text p {
            color: #e5e5e5;
            margin: 0 auto;
            font-size: 18px;
            max-width: 450px;
            margin-bottom: 35px
        }

        .slider-main-item-3 .slider-main-text a {
            color: #fff;
            height: 55px;
            width: 150px;
            font-weight: 700;
            line-height: 55px;
            text-transform: uppercase;
            border-radius: 5px;
            display: inline-block;
            background-color: #2678c0;
            border: 2px solid #2678c0;
            transition: .3s all ease-in-out
        }

            .slider-main-item-3 .slider-main-text a:hover {
                border: 2px solid #ffc107;
                background-color: #ffc107;
                color: #000
            }

#yl-main-slider-3 .owl-nav .owl-next, #yl-main-slider-3 .owl-nav .owl-prev {
    top: 50%;
    opacity: 0;
    width: 40px;
    color: #fff;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    background-color: #ffc107;
    transform: translateY(-50%);
    transition: .4s all ease-in-out
}

#yl-main-slider-3 .owl-nav .owl-next {
    right: 0
}

#yl-main-slider-3 .owl-nav .owl-prev {
    left: 0
}

#yl-main-slider-3:hover .owl-next {
    opacity: 1;
    right: 30px;
    visibility: visible
}

#yl-main-slider-3:hover .owl-prev {
    opacity: 1;
    left: 30px;
    visibility: visible
}

.slider-section-4 .bubble-dotted {
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    position: absolute;
    pointer-events: none
}

    .slider-section-4 .bubble-dotted .dotted {
        position: absolute;
        border-radius: 50%
    }

    .slider-section-4 .bubble-dotted .dotted-1 {
        width: 11px;
        height: 11px;
        left: 100px;
        top: 50%;
        animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-2 {
        width: 7px;
        height: 7px;
        left: 240px;
        top: 40%;
        animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-3 {
        width: 11px;
        height: 11px;
        left: 460px;
        top: 30%;
        animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-4 {
        width: 16px;
        height: 16px;
        left: 430px;
        top: 90%;
        animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-5 {
        width: 6px;
        height: 6px;
        left: 50%;
        top: 50%;
        animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-6 {
        width: 9px;
        height: 9px;
        left: 70%;
        top: 230px;
        animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-7 {
        width: 6px;
        height: 6px;
        left: 65%;
        top: 30%;
        animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-8 {
        width: 6px;
        height: 6px;
        left: 85%;
        top: 35%;
        animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-9 {
        width: 13px;
        height: 13px;
        left: 90%;
        top: 40%;
        animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted-10 {
        width: 12px;
        height: 12px;
        left: 80%;
        top: 70%;
        animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate
    }

    .slider-section-4 .bubble-dotted .dotted {
        position: absolute;
        background: #fff;
        border-radius: 50%;
        z-index: 1
    }

    .slider-section-4 .bubble-dotted .dotted-1 {
        width: 6px;
        height: 6px;
        left: 270px;
        top: 100px;
        background: #2678c0
    }

    .slider-section-4 .bubble-dotted .dotted-2 {
        width: 6px;
        height: 6px;
        left: 190px;
        top: 210px
    }

    .slider-section-4 .bubble-dotted .dotted-3 {
        width: 11px;
        height: 11px;
        left: 150px;
        top: 90%;
        background: #2678c0
    }

    .slider-section-4 .bubble-dotted .dotted-4 {
        width: 11px;
        height: 11px;
        left: 25%;
        top: 100px
    }

    .slider-section-4 .bubble-dotted .dotted-5 {
        width: 11px;
        height: 11px;
        left: 45%;
        top: 60px;
        background: #2678c0
    }

    .slider-section-4 .bubble-dotted .dotted-6 {
        width: 6px;
        height: 6px;
        left: 50%;
        top: 370px
    }

    .slider-section-4 .bubble-dotted .dotted-7 {
        width: 9px;
        height: 9px;
        left: 75%;
        top: 25px;
        background: #2678c0
    }

    .slider-section-4 .bubble-dotted .dotted-8 {
        width: 8px;
        height: 8px;
        left: 77%;
        top: 170px
    }

    .slider-section-4 .bubble-dotted .dotted-9 {
        width: 6px;
        height: 6px;
        left: 85%;
        top: 50%;
        background: #2678c0
    }

    .slider-section-4 .bubble-dotted .dotted-10 {
        width: 6px;
        height: 6px;
        left: 90%;
        top: 80%
    }

@media screen and (max-width:767px) {
    .slider-main-item-3 .slider-main-text h1 {
        font-size: 35px
    }

    .yl-top-category-slide-item {
        height: auto !important
    }
    .about-page-about-img {
        width: 80%;
        margin:auto;

    }
    .about-page1-about-img {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width:420px) {
    .slider-main-item-3 .slider-main-text h1 {
        font-size: 20px
    }

    .slider-main-item-3 .slider-main-text p {
        font-size: 16px
    }

    .slider-main-item-3 .slider-main-text a {
        height: 45px;
        line-height: 45px
    }

    .slider-main-item-3 {
        padding: 100px 0 150px
    }
}

.yl-feature-section {
    padding: 100px 0
}

.yl-feature-innerbox {
    z-index: 1;
    padding: 35px 15px;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06)
}

    .yl-feature-innerbox:after {
        top: 0;
        left: 0;
        width: 0;
        z-index: -1;
        content: "";
        height: 100%;
        position: absolute;
        background-color: #2678c0;
        transition: all .5s ease-in-out
    }

    .yl-feature-innerbox .yl-feature-icon {
        line-height: 1;
        margin-right: -24px
    }

        .yl-feature-innerbox .yl-feature-icon i {
            font-size: 45px;
            color: #ffc107;
            transition: .3s all ease-in-out
        }

    .yl-feature-innerbox .yl-feature-text {
        overflow: hidden
    }

        .yl-feature-innerbox .yl-feature-text h3 {
            color: #000;
            font-size: 22px;
            font-weight: 700;
            padding-bottom: 10px;
            transition: .3s all ease-in-out
        }

        .yl-feature-innerbox .yl-feature-text p {
            font-size: 14px;
            color: #555;
            text-align: left;
            transition: .3s all ease-in-out
        }

    .yl-feature-innerbox:hover {
        transform: translateY(-15px)
    }

        .yl-feature-innerbox:hover:after {
            width: 100%
        }

        .yl-feature-innerbox:hover .yl-feature-icon i {
            color: #fff
        }

        .yl-feature-innerbox:hover .yl-feature-text h3, .yl-feature-innerbox:hover .yl-feature-text p {
            color: #fff
        }

@keyframes border_animation {
    0% {
        transform: scale(1);
        opacity: 0
    }

    20% {
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        transform: scale(2.1);
        opacity: 0
    }
}

.yl-about-section {
    padding-bottom: 100px
}

.yl-about-text p {
    font-size: 17px;
    margin-bottom: 15px
}

.yl-about-video-area {
    padding-top: 40px
}

    .yl-about-video-area .yl-about-video-tag {
        top: 0;
        left: 0;
        color: #fff;
        width: 140px;
        line-height: 1;
        padding: 13px 20px 10px;
        height: 140px;
        position: absolute;
        border: 15px solid #fff;
        background-color: #ffc107
    }

        .yl-about-video-area .yl-about-video-tag h4 {
            font-size: 30px;
            font-weight: 700;
            margin-right: 10px;
            display: inline-block
        }

        .yl-about-video-area .yl-about-video-tag i {
            font-size: 24px
        }

        .yl-about-video-area .yl-about-video-tag span {
            margin-top: 5px;
            display: block;
            font-weight: 700;
            line-height: 1.2
        }

    .yl-about-video-area .yl-video-play-btn {
        left: 0;
        top: 60%;
        right: 0;
        width: 85px;
        color: #000;
        height: 85px;
        margin: 0 auto;
        line-height: 85px;
        position: absolute;
        border-radius: 100%;
        background-color: #fff;
        transform: translateY(-50%)
    }

.video_btn_border {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    animation-play-state: running;
    border: 2px solid rgba(255,255,255,.32);
    animation: border_animation 3.9s linear 0s infinite
}

    .video_btn_border.border_wrap-2 {
        animation-delay: 1.3s
    }

    .video_btn_border.border_wrap-3 {
        animation-delay: 2.6s
    }

.yl-about-text-area-content {
    padding-top: 50px
}

.yl-about-qoute {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    padding: 12px 0 12px 25px;
    border-left: 4px solid #ffc107
}

    .yl-about-qoute span {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.25
    }

    .yl-about-qoute .yl-quote-author {
        margin-top: 10px
    }

        .yl-about-qoute .yl-quote-author h4 {
            color: #000;
            font-size: 18px;
            font-weight: 700;
            position: relative;
            padding-left: 15px;
            margin-right: 10px;
            display: inline-block
        }

            .yl-about-qoute .yl-quote-author h4:before {
                left: 0;
                width: 6px;
                top: 10px;
                height: 2px;
                content: "";
                position: absolute;
                background-color: #000
            }

        .yl-about-qoute .yl-quote-author span {
            color: #747474;
            font-size: 16px;
            font-weight: 400
        }

.about-page-about-section {
    padding: 50px 0
}

/*.about-page-about-img {
    padding-left: 90px
}*/

.about-page1-about-img {
    padding-left: 0px
}

.about-page-about-text {
    padding-top: 15px
}

    .about-page-about-text .yl-section-title .title-watermark {
        text-align: left
    }

    .about-page-about-text .about-page-about-text-wrap {
        max-width: initial;
        text-align: inherit;
        line-height: 30px;
        font-size: 16px;
        letter-spacing: .2px;
        color: #000000;
    }

    .about-page-about-text .about-page-about-video .ab-page-video-area {
        width: 150px;
        height: 90px;
        overflow: hidden;
        border-radius: 5px;
        margin-right: 25px
    }

        .about-page-about-text .about-page-about-video .ab-page-video-area a {
            top: 50%;
            left: 0;
            right: 0;
            width: 50px;
            height: 50px;
            color: #fff;
            margin: 0 auto;
            line-height: 42px;
            position: absolute;
            border-radius: 100%;
            background-color: #000;
            border: 4px solid #fff;
            transform: translateY(-50%)
        }

    .about-page-about-text .about-page-about-video .ab-page-video-text {
        padding-top: 8px;
        max-width: 280px;
        display: inline-block
    }

        .about-page-about-text .about-page-about-video .ab-page-video-text h3 {
            color: #000;
            font-size: 16px;
            font-weight: 700;
            padding-bottom: 8px
        }

        .about-page-about-text .about-page-about-video .ab-page-video-text p {
            font-size: 15px;
            line-height: 1.6
        }

.about-page-service-section {
    background-color: #e7e8e9;
    padding: 60px 0
}

    .about-page-service-section .yl-section-title .title-watermark {
        color: #fff;
        opacity: .3
    }

    .about-page-service-section .yl-feature-content {
        padding-top: 35px
    }

    .about-page-service-section .yl-feature-innerbox {
        background-color: #fff
    }

        .about-page-service-section .yl-feature-innerbox .yl-feature-icon i {
            color: #2678c0
        }

        .about-page-service-section .yl-feature-innerbox:hover .yl-feature-icon i {
            color: #ffc107
        }

.yl-registration-section-3 {
    overflow: visible
}

@media screen and (max-width:991px) {
    .about-page-about-img {
        padding-left: 0;
        text-align: center;
        margin-bottom: 40px
    }
    .about-page1-about-img {
        padding-left: 0;
        text-align: center;
        margin-bottom: 40px
    }

    .about-page-about-text {
        margin: 0 auto;
        max-width: 100%
    }
}

@media screen and (max-width:480px) {
    .about-page-about-section, .about-page-service-section {
        padding: 30px 0
    }
    .adform {
        padding:10px !important;
    }
        .adform .form-control::placeholder {
            font-size: 13px;
        }
}
@media screen and (max-width:992px) {
    .disnonres {
        display:none;
    }
}

.yl-department-section {
    padding: 95px 0 100px;
    background-color: #f9f8f8
}

    .yl-department-section .yl-department-content {
        padding-top: 35px
    }

    .yl-department-section .yl-department-btn {
        height: 50px;
        width: 170px;
        color: #fff;
        margin: 0 auto;
        margin-top: 40px;
        font-weight: 700;
        line-height: 50px;
        background-color: #ffc107
    }

        .yl-department-section .yl-department-btn:hover i {
            margin-left: 5px
        }

        .yl-department-section .yl-department-btn:after {
            background-color: #000
        }

        .yl-department-section .yl-department-btn a {
            width: 100%;
            display: block
        }

            .yl-department-section .yl-department-btn a i {
                transition: .3s all ease-in-out
            }

.yl-department-innerbox {
    z-index: 1;
    overflow: hidden;
    border: 15px solid #fff;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 43px 0 rgba(12,12,12,.16)
}

    .yl-department-innerbox:after {
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        content: "";
        height: 100%;
        position: absolute;
        transition: .3s all ease-in-out;
        background: linear-gradient(to bottom,rgba(21,37,65,.23) 0,rgba(0,1,4,.88) 75%)
    }

    .yl-department-innerbox:before {
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        content: "";
        height: 100%;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background-color: #000;
        transition: .4s all ease-in-out
    }

    .yl-department-innerbox .yl-department-text-icon {
        left: 45px;
        z-index: 3;
        opacity: 1;
        bottom: 45px;
        position: absolute;
        visibility: visible;
        transition: .3s all ease-in-out
    }

        .yl-department-innerbox .yl-department-text-icon .yl-department-icon {
            line-height: 1;
            margin-right: 15px
        }

            .yl-department-innerbox .yl-department-text-icon .yl-department-icon i {
                font-size: 50px;
                color: #ffc107
            }

        .yl-department-innerbox .yl-department-text-icon .yl-department-text {
            overflow: hidden
        }

            .yl-department-innerbox .yl-department-text-icon .yl-department-text h3 {
                color: #fff;
                font-size: 22px;
                font-weight: 700
            }

            .yl-department-innerbox .yl-department-text-icon .yl-department-text span {
                color: #fff
            }

    .yl-department-innerbox .yl-department-hover-text {
        top: 40%;
        left: 0;
        right: 0;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transform: translateY(-50%);
        transition: .4s all ease-in-out
    }

        .yl-department-innerbox .yl-department-hover-text .yl-department-icon {
            line-height: 1;
            margin-bottom: 15px
        }

            .yl-department-innerbox .yl-department-hover-text .yl-department-icon i {
                font-size: 50px;
                color: #ffc107
            }

        .yl-department-innerbox .yl-department-hover-text .yl-department-text {
            overflow: hidden
        }

            .yl-department-innerbox .yl-department-hover-text .yl-department-text h3 {
                color: #fff;
                font-size: 22px;
                font-weight: 700;
                padding-bottom: 5px
            }

            .yl-department-innerbox .yl-department-hover-text .yl-department-text span {
                color: #fff
            }

    .yl-department-innerbox .yl-department-more-btn {
        right: 40px;
        z-index: 2;
        bottom: 0;
        opacity: 0;
        line-height: 1;
        visibility: hidden;
        position: absolute;
        transition: .3s all ease-in-out
    }

        .yl-department-innerbox .yl-department-more-btn a {
            color: #fff;
            font-size: 30px
        }

    .yl-department-innerbox:hover {
        border: 15px solid #000;
        transform: translateY(-25px)
    }

        .yl-department-innerbox:hover:before {
            opacity: 1;
            visibility: visible
        }

        .yl-department-innerbox:hover .yl-department-text-icon {
            left: 20px;
            opacity: 0;
            line-height: 1;
            visibility: hidden
        }

        .yl-department-innerbox:hover .yl-department-hover-text {
            top: 50%;
            opacity: 1;
            visibility: visible
        }

        .yl-department-innerbox:hover .yl-department-more-btn {
            right: 10px;
            opacity: 1;
            visibility: visible
        }

#yl-department-slider-id .owl-stage-outer {
    overflow: visible
}

#yl-department-slider-id .owl-item {
    opacity: 0;
    transition: opacity .5s
}

    #yl-department-slider-id .owl-item.active {
        opacity: 1
    }

#yl-department-slider-id .owl-nav {
    right: 0;
    top: -110px;
    position: absolute
}

    #yl-department-slider-id .owl-nav .owl-next, #yl-department-slider-id .owl-nav .owl-prev {
        width: 60px;
        height: 60px;
        cursor: pointer;
        line-height: 60px;
        margin-left: 12px;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        border: 2px solid #ffc107;
        transition: .3s all ease-in-out
    }

        #yl-department-slider-id .owl-nav .owl-next:hover, #yl-department-slider-id .owl-nav .owl-prev:hover {
            color: #fff;
            background-color: #ffc107
        }

.yl-testimonial-section {
    padding: 95px 0 85px
}

.yl-testimonial-content {
    padding-top: 15px
}

.yl-testimonial-item-wrap p {
    color: #353535;
    font-size: 17px;
    line-height: 1.647
}

.yl-testimonial-item-wrap .yl-testimonial-author {
    margin-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px
}

    .yl-testimonial-item-wrap .yl-testimonial-author .yl-testimonial-pic {
        width: 80px;
        height: 80px;
        overflow: hidden;
        margin-right: 15px;
        border-radius: 100%;
        box-shadow: 0 7px 16px 0 rgba(0,0,0,.28)
    }

    .yl-testimonial-item-wrap .yl-testimonial-author .yl-testimonial-text {
        overflow: hidden;
        margin-top: 3px;
        display: inline-block
    }

        .yl-testimonial-item-wrap .yl-testimonial-author .yl-testimonial-text .yl-testimonial-rate {
            margin-bottom: 3px
        }

            .yl-testimonial-item-wrap .yl-testimonial-author .yl-testimonial-text .yl-testimonial-rate ul li {
                color: #ffc601;
                font-size: 13px;
                margin-right: 2px
            }

        .yl-testimonial-item-wrap .yl-testimonial-author .yl-testimonial-text h4 {
            color: #000;
            font-size: 17px;
            font-weight: 700;
            padding-left: 10px;
            position: relative
        }

            .yl-testimonial-item-wrap .yl-testimonial-author .yl-testimonial-text h4:after {
                top: 8px;
                left: 0;
                width: 5px;
                height: 2px;
                content: "";
                position: absolute;
                background-color: #000
            }

        .yl-testimonial-item-wrap .yl-testimonial-author .yl-testimonial-text span {
            color: #6e6e6e;
            font-size: 17px
        }

#yl-testimonial-slide .owl-nav {
    display: none
}

#yl-testimonial-slide .owl-dots {
    right: 0;
    bottom: 5px;
    position: absolute
}

    #yl-testimonial-slide .owl-dots .owl-dot {
        width: 18px;
        height: 18px;
        margin-bottom: 5px;
        border-radius: 100%;
        position: relative;
        cursor: pointer;
        background-color: #fff;
        border: 2px solid #fff;
        transition: .3s all ease-in-out
    }

        #yl-testimonial-slide .owl-dots .owl-dot:before {
            top: 2px;
            left: 2px;
            content: "";
            height: 10px;
            width: 10px;
            border-radius: 100%;
            position: absolute;
            background-color: #d4d4d4;
            transition: .4s all ease-in-out
        }

        #yl-testimonial-slide .owl-dots .owl-dot.active {
            border: 2px solid #000
        }

            #yl-testimonial-slide .owl-dots .owl-dot.active:before {
                background-color: #ffc107
            }

.yl-testimonial-section-2 {
    padding: 105px 0 100px
}

.yl-testimonial-img-text-2 {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 30px 25px;
    transition: .3s all ease-in-out;
    box-shadow: 0 12px 35px 0 rgba(12,12,12,.06)
}

    .yl-testimonial-img-text-2 .yl-testimonial-icon-2 {
        top: 15px;
        right: 15px;
        position: absolute
    }

        .yl-testimonial-img-text-2 .yl-testimonial-icon-2 i {
            color: #efefef;
            line-height: 1;
            font-size: 30px;
            transition: .3s all ease-in-out
        }

    .yl-testimonial-img-text-2 .yl-testimonial-text-2 h3 {
        font-size: 18px;
        font-weight: 700;
        color: #2678c0;
        padding-bottom: 15px
    }

    .yl-testimonial-img-text-2 .yl-testimonial-author-2 {
        margin-top: 20px
    }

        .yl-testimonial-img-text-2 .yl-testimonial-author-2 .yl-testi-author-img-2 {
            width: 65px;
            height: 65px;
            overflow: hidden;
            margin-right: 12px;
            border-radius: 100%
        }

            .yl-testimonial-img-text-2 .yl-testimonial-author-2 .yl-testi-author-img-2:before {
                top: 0;
                left: 0;
                width: 65px;
                content: "";
                z-index: 1;
                height: 65px;
                border-radius: 100%;
                position: absolute;
                border: 3px solid #2678c0
            }

            .yl-testimonial-img-text-2 .yl-testimonial-author-2 .yl-testi-author-img-2:after {
                top: 3px;
                left: 3px;
                width: 60px;
                content: "";
                height: 60px;
                position: absolute;
                border-radius: 100%;
                border: 5px solid #fff
            }

        .yl-testimonial-img-text-2 .yl-testimonial-author-2 .yl-testi-author-text-2 {
            display: block;
            padding-top: 10px
        }

            .yl-testimonial-img-text-2 .yl-testimonial-author-2 .yl-testi-author-text-2 h4 {
                color: #000;
                font-size: 14px;
                font-weight: 700
            }

            .yl-testimonial-img-text-2 .yl-testimonial-author-2 .yl-testi-author-text-2 span {
                color: #888;
                font-size: 14px
            }

    .yl-testimonial-img-text-2:hover {
        transform: translateY(-25px);
        box-shadow: 0 36px 35px 0 rgba(12,12,12,.1)
    }

        .yl-testimonial-img-text-2:hover .yl-testimonial-icon-2 i {
            color: #ffc107
        }

.yl-testimonial-wrap-2 {
    margin-top: 40px
}

    .yl-testimonial-wrap-2 .owl-nav {
        display: none
    }

    .yl-testimonial-wrap-2 .owl-stage-outer {
        overflow: visible
    }

    .yl-testimonial-wrap-2 .owl-item {
        opacity: 0;
        transition: opacity .5s
    }

        .yl-testimonial-wrap-2 .owl-item.active {
            opacity: 1
        }

    .yl-testimonial-wrap-2 .owl-dots {
        margin-top: 35px;
        text-align: center
    }

        .yl-testimonial-wrap-2 .owl-dots .owl-dot {
            width: 28px;
            height: 5px;
            margin: 0 5px;
            cursor: pointer;
            border-radius: 30%;
            display: inline-block;
            background-color: #ececed;
            transition: .3s all ease-in-out
        }

            .yl-testimonial-wrap-2 .owl-dots .owl-dot.active {
                width: 38px;
                background-color: #2678c0
            }

.yl-testimonial-section-3 {
    padding: 50px 0 20px;
    background-color: #f9f8f8
}

.testimonial-slider-3 .owl-nav {
    display: none
}

.testimonial-slider-3 .owl-stage-outer {
    overflow: visible
}

.testimonial-slider-3 .owl-item {
    opacity: 0;
    transition: opacity .5s
}

    .testimonial-slider-3 .owl-item.active {
        opacity: 1
    }

.testimonial-slider-3 .owl-dots {
    margin-top: 35px;
    text-align: center
}

    .testimonial-slider-3 .owl-dots .owl-dot {
        width: 165px;
        height: 15px;
        cursor: pointer;
        border-radius: 30px;
        display: inline-block;
        background-color: #fff;
        transition: .3s all ease-in-out;
        box-shadow: 0 9px 21px 0 rgba(12,12,12,.05)
    }

        .testimonial-slider-3 .owl-dots .owl-dot.active {
            width: 165px;
            background-color: #2678c0
        }

@media screen and (max-width:420px) {
    .yl-testimonial-section-3 {
        padding: 50px 0 20px;
    }

    .testimonial-slider-3 .owl-dots .owl-dot, .testimonial-slider-3 .owl-dots .owl-dot.active {
        width: 20px
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translateX(-100%)
    }

    50% {
        opacity: 0;
        transform: translateX(100%)
    }

    51% {
        opacity: 1
    }
}

.yl-course-section {
    padding: 90px 0 30px;
    background-color: #f9f8f8
}

.yl-course-more-btn {
    color: #fff;
    height: 50px;
    width: 150px;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 700;
    line-height: 50px;
    background: #ffc107
}

    .yl-course-more-btn:after {
        background-color: #000
    }

    .yl-course-more-btn i {
        margin-left: 5px
    }

    .yl-course-more-btn a {
        width: 100%;
        display: block
    }

.yl-course-top {
    margin-bottom: 25px
}

    .yl-course-top .yl-section-title {
        /*padding-left: 60px*/
    }

    .yl-course-top .yl-course-title-text {
        margin-top: 30px;
        text-align: inherit;
        padding-left: 0px;
        color: #000000;
        line-height: 32px;
        letter-spacing: .2px;
        font-size: 16px;
    }

        .yl-course-top .yl-course-title-text span {
            color: #252525;
            font-size: 16px;
            text-align: inherit;
            letter-spacing: .2px;
            line-height: 30px
        }

.yl-course-filter-wrap .filtr-container-area {
    margin: 0 -15px
}

.yl-course-filter-wrap .yl-course-filter-btn {
    margin-bottom: 10px
}

    .yl-course-filter-wrap .yl-course-filter-btn button {
        color: #000;
        font-weight: 700;
        margin: 0 10px;
        padding: 5px 15px;
        border: 1px solid #e7e6e6;
        background-color: transparent;
        transition: .3s all ease-in-out
    }

        .yl-course-filter-wrap .yl-course-filter-btn button.is-checked {
            color: #fff;
            border: 1px solid #ffc107;
            background-color: #ffc107
        }

.yl-course-filter-wrap .grid-size-25 {
    width: 25%
}

.yl-course-filter-wrap .grid-sizer {
    width: 25%
}

.yl-course-filter-wrap .grid-item {
    float: left;
    padding: 15px;
    display: inline-block
}

.yl-course-img-text {
    padding: 18px;
    margin-bottom: 5px;
    box-shadow: 0 14px 29px 0 rgba(12,12,12,.08)
}

    .yl-course-img-text .yl-course-img {
        overflow: hidden
    }

        .yl-course-img-text .yl-course-img img {
            transition: .4s all ease-in-out;
            width: 100%
        }

        .yl-course-img-text .yl-course-img:before {
            content: "";
            opacity: 0;
            width: 100%;
            z-index: 1;
            height: 100%;
            visibility: hidden;
            position: absolute;
            transform: scale(.5);
            transition: .4s all ease-in-out;
            background-color: rgba(0,0,0,.8)
        }

        .yl-course-img-text .yl-course-img .c-price-tag {
            top: 10px;
            color: #fff;
            right: 10px;
            z-index: 1;
            font-weight: 700;
            padding: 2px 15px;
            position: absolute;
            border-radius: 20px;
            background-color: #ffc107
        }

        .yl-course-img-text .yl-course-img .c-hover-icon {
            left: 0;
            top: 40%;
            right: 0;
            opacity: 0;
            z-index: 1;
            width: 40px;
            height: 40px;
            margin: 0 auto;
            line-height: 40px;
            visibility: hidden;
            text-align: center;
            position: absolute;
            border-radius: 100%;
            display: inline-block;
            transform: translateY(-50%);
            transition: .3s all ease-in-out;
            background-color: rgba(255,255,255,.8)
        }

            .yl-course-img-text .yl-course-img .c-hover-icon i {
                font-size: 14px;
                transition: .3s all ease-in-out
            }

            .yl-course-img-text .yl-course-img .c-hover-icon:hover i {
                transform: rotate(130deg)
            }

    .yl-course-img-text .yl-course-text {
        margin-top: 10px
    }

        .yl-course-img-text .yl-course-text .yl-course-meta {
            margin-bottom: 12px
        }

            .yl-course-img-text .yl-course-text .yl-course-meta a {
                font-size: 14px;
                margin-right: 35px
            }

                .yl-course-img-text .yl-course-text .yl-course-meta a i {
                    margin-right: 5px;
                    color: #ffc107
                }

                .yl-course-img-text .yl-course-text .yl-course-meta a:last-child {
                    margin-right: 0
                }

        .yl-course-img-text .yl-course-text .yl-course-tilte-head {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0
        }

            .yl-course-img-text .yl-course-text .yl-course-tilte-head h3 {
                color: #000;
                font-size: 18px;
                font-weight: 700;
                line-height: 1.556;
                transition: .3s all ease-in-out
            }

                .yl-course-img-text .yl-course-text .yl-course-tilte-head h3:hover {
                    color: #ffc107
                }

            .yl-course-img-text .yl-course-text .yl-course-tilte-head ul {
                display: inline-block
            }

                .yl-course-img-text .yl-course-text .yl-course-tilte-head ul li {
                    color: #ffc601;
                    font-size: 13px;
                    margin-right: 2px
                }

            .yl-course-img-text .yl-course-text .yl-course-tilte-head span {
                font-size: 14px
            }

        .yl-course-img-text .yl-course-text .yl-c-mentor-text h4 {
            color: #000;
            font-size: 15px;
            font-weight: 700;
            display: inline-block
        }

        .yl-course-img-text .yl-course-text .yl-c-mentor-text span {
            font-size: 14px;
            margin-left: 10px
        }

        .yl-course-img-text .yl-course-text .yl-c-mentor-img {
            width: 35px;
            height: 35px;
            overflow: hidden;
            margin-right: 10px;
            border-radius: 100%
        }

    .yl-course-img-text:hover .yl-course-img:before {
        opacity: 1;
        transform: scale(1);
        visibility: visible
    }

    .yl-course-img-text:hover .yl-course-img img {
        transform: scale(1.2)
    }

    .yl-course-img-text:hover .yl-course-img .c-hover-icon {
        top: 50%;
        opacity: 1;
        visibility: visible
    }

.yl-popular-course-section {
    padding: 105px 0 50px;
    background-color: #f7f7f7
}

    .yl-popular-course-section .yl-popular-course-content {
        margin-top: 25px
    }

    .yl-popular-course-section .yl-section-title .title-watermark {
        color: #fff;
        opacity: .7
    }

    .yl-popular-course-section .yl-popular-course-btn {
        color: #fff;
        height: 50px;
        width: 170px;
        margin: 0 auto;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        overflow: hidden;
        border-radius: 40px;
        background-color: #2678c0
    }

        .yl-popular-course-section .yl-popular-course-btn:after {
            background-color: #ffc107
        }

        .yl-popular-course-section .yl-popular-course-btn i {
            margin-left: 5px
        }

        .yl-popular-course-section .yl-popular-course-btn:hover i {
            animation: toBottomFromTop .3s forwards
        }

.yl-popular-course-img-text {
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    transition: .3s all ease-in-out;
    box-shadow: 0 6px 38px 0 rgba(0,0,0,.04)
}

    .yl-popular-course-img-text .yl-popular-course-img {
        border-radius: 5px;
        overflow: hidden
    }

        .yl-popular-course-img-text .yl-popular-course-img img {
            transition: .5s all ease-in-out;
            width:100%;
             
        }

    .yl-popular-course-img-text .popular-course-fee {
        margin: 0 0 10px
    }

        .yl-popular-course-img-text .popular-course-fee .course-fee-amount {
            float: right
        }

        .yl-popular-course-img-text .popular-course-fee span {
            margin-top: 10px;
            display: inline-block
        }

        .yl-popular-course-img-text .popular-course-fee del, .yl-popular-course-img-text .popular-course-fee span {
            color: #000;
            font-weight: 600;
            font-size: 16px;
            margin-top: 0;
            margin-right: 0;
            letter-spacing: 1px
        }

        .yl-popular-course-img-text .popular-course-fee strong {
            color: #000;
            font-size: 28px;
            font-weight: 700
        }

    .yl-popular-course-img-text .popular-course-title h3 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.444;
        padding-top: 15px;
        padding-bottom: 8px;
        transition: .3s all ease-in-out
    }

    .yl-popular-course-img-text .popular-course-title .yl-course-meta a {
        font-size: 14px;
        margin-right: 30px
    }

        .yl-popular-course-img-text .popular-course-title .yl-course-meta a:last-child {
            margin-right: 0;
            float: right
        }

        .yl-popular-course-img-text .popular-course-title .yl-course-meta a i {
            margin-right: 5px;
            color: #2678c0
        }

    .yl-popular-course-img-text .popular-course-rate ul {
        margin-right: 5px;
        display: inline-block
    }

        .yl-popular-course-img-text .popular-course-rate ul li {
            color: #ffc601;
            font-size: 13px
        }

    .yl-popular-course-img-text .popular-course-rate span {
        font-size: 14px
    }

    .yl-popular-course-img-text .popular-course-rate .p-rate-vote {
        margin-top: 3px
    }

    .yl-popular-course-img-text .popular-course-rate .p-course-btn {
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        background-color: #2678c0;
        transition: .3s all ease-in-out
    }

        .yl-popular-course-img-text .popular-course-rate .p-course-btn a {
            color: #fff;
            width: 100%;
            display: block;
            font-size: 14px
        }

    .yl-popular-course-img-text:hover {
        box-shadow: -3.285px 20.741px 51px 0 rgba(0,0,47,.2)
    }

        /*.yl-popular-course-img-text:hover .popular-course-title h3 {
            color: #ffc107
        }*/

        .yl-popular-course-img-text:hover .p-course-btn {
            background-color: #ffc107
        }

            .yl-popular-course-img-text:hover .p-course-btn i {
                animation: toBottomFromTop .3s forwards
            }

        .yl-popular-course-img-text:hover .yl-popular-course-img img {
            transform: scale(1.1)
        }

.course-page-course-section {
    padding: 50px 0;
    background-color: #f2f2f4
}

.course-page-course-content-top {
    margin-bottom: 70px
}

    .course-page-course-content-top .course-grid-top-bar {
        height: 60px;
        line-height: 60px;
        border-radius: 3px;
        padding-left: 40px;
        background-color: #fff;
        box-shadow: 0 0 35px 0 rgba(12,12,12,.08)
    }

        .course-page-course-content-top .course-grid-top-bar .course-grid-showing-result .yl-course-grid-list {
            margin-right: 40px
        }

            .course-page-course-content-top .course-grid-top-bar .course-grid-showing-result .yl-course-grid-list a {
                color: #010101;
                font-size: 17px;
                position: relative;
                padding-right: 45px;
                transition: .3s all ease-in-out
            }

                .course-page-course-content-top .course-grid-top-bar .course-grid-showing-result .yl-course-grid-list a:hover {
                    color: #ffc107
                }

                .course-page-course-content-top .course-grid-top-bar .course-grid-showing-result .yl-course-grid-list a:after {
                    top: 0;
                    right: 20px;
                    content: "";
                    width: 2px;
                    height: 20px;
                    position: absolute;
                    background-color: #d7d8da
                }

                .course-page-course-content-top .course-grid-top-bar .course-grid-showing-result .yl-course-grid-list a:last-child {
                    padding-right: 0
                }

                    .course-page-course-content-top .course-grid-top-bar .course-grid-showing-result .yl-course-grid-list a:last-child:after {
                        display: none
                    }

        .course-page-course-content-top .course-grid-top-bar .course-grid-showing-result .show-result-text {
            font-size: 17px
        }

        .course-page-course-content-top .course-grid-top-bar .yl-course-search input {
            width: 100%;
            height: 100%;
            border: none
        }

        .course-page-course-content-top .course-grid-top-bar .yl-course-search button {
            top: 0;
            right: 0;
            color: #fff;
            border: none;
            height: 100%;
            width: 160px;
            font-weight: 700;
            position: absolute;
            background-color: #f4511f
        }

.course-page-courses-item .yl-popular-course-img-text .yl-popular-course-text h3 {
    font-size: 16px
}

.course-page-courses-item .yl-popular-course-img-text .yl-popular-course-text h4 {
    font-size: 18px
}

.yl-course-pagination {
    margin-top: 15px
}

    .yl-course-pagination ul li a {
        color: #000;
        width: 45px;
        height: 45px;
        font-size: 18px;
        font-weight: 700;
        margin: 0 5px;
        line-height: 45px;
        display: inline-block;
        font-family: "Fira Sans";
        background-color: #fff;
        transition: .4s all ease-in-out
    }

        .yl-course-pagination ul li a:hover {
            color: #fff;
            background-color: #2678c0
        }

@media screen and (max-width:767px) {
    .course-page-courses-item .yl-popular-course-img-text {
        max-width: 370px
    }

    .course-page-course-content-top {
        margin-bottom: 20px
    }

        .course-page-course-content-top .course-grid-top-bar {
            margin-bottom: 30px;
            padding-left: 20px
        }
}

@media screen and (max-width:480px) {
    .course-page-course-content-top .course-grid-top-bar .yl-course-search button {
        width: 120px
    }

    .course-page-course-content-top .course-grid-top-bar .course-grid-showing-result .yl-course-grid-list {
        margin-right: 20px
    }

    .course-page-course-section {
        padding: 50px 0
    }
}

.course-details-section {
    padding: 50px 0;
    background-color: #f2f2f4
}

.course-details-tab-area {
    background-color: #fff
}

.course-details-tab-wrapper {
    padding: 40px 40px
}

.course-details-tab-btn {
    margin-bottom: 30px;
    background-color: #f2f2f4
}

    .course-details-tab-btn .nav-tabs, .course-details-tab-btn .nav-tabs .nav-item.show .nav-link, .course-details-tab-btn .nav-tabs .nav-link, .course-details-tab-btn .nav-tabs .nav-link.active {
        border: none;
        border-radius: 0
    }

        .course-details-tab-btn .nav-tabs .nav-link {
            padding: 15px 30px
        }

            .course-details-tab-btn .nav-tabs .nav-link.active {
                background-color: #2678c0;
                color: #fff
            }

    .course-details-tab-btn ul li a {
        color: #000;
        font-size: 18px;
        font-weight: 700
    }

.c-overview-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px
}

.overview-feature-list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap
}

.course-details-overview-feature {
    margin-top: 40px
}

.overview-feature-icon-text {
    width: 50%;
    float: left;
    margin-bottom: 50px
}

    .overview-feature-icon-text .overview-feature-icon-title {
        margin-bottom: 10px
    }

        .overview-feature-icon-text .overview-feature-icon-title h3 {
            color: #000;
            font-size: 20px;
            font-weight: 500;
            display: inline-block
        }

        .overview-feature-icon-text .overview-feature-icon-title i, .overview-feature-icon-text .overview-feature-icon-title img {
            margin-right: 10px
        }

    .overview-feature-icon-text .overview-feature-text {
        overflow: hidden
    }

        .overview-feature-icon-text .overview-feature-text p {
            font-size: 15px;
            line-height: 1.6;
            max-width: 330px
        }

        .overview-feature-icon-text .overview-feature-text a {
            color: #000;
            font-weight: 700;
            text-decoration: underline
        }

.cd-curriculam-time-lesson span {
    font-weight: 500;
    margin-left: 30px
}

.yl-cd-cur-accordion {
    margin-bottom: 10px
}

    .yl-cd-cur-accordion .yl-cd-cur-accordion-header button {
        width: 100%;
        border: none;
        position: relative;
        padding: 20px 20px 20px 50px;
        background-color: #f2f2f4
    }

        .yl-cd-cur-accordion .yl-cd-cur-accordion-header button h3 {
            color: #000;
            float: left;
            font-size: 20px;
            font-weight: 700
        }

        .yl-cd-cur-accordion .yl-cd-cur-accordion-header button:after {
            top: -10px;
            left: 15px;
            color: #000;
            font-size: 50px;
            content: "-";
            position: absolute
        }

        .yl-cd-cur-accordion .yl-cd-cur-accordion-header button.collapsed:after {
            top: 0;
            content: "+";
            font-size: 40px
        }

    .yl-cd-cur-accordion .yl-cd-cur-accordion-body {
        padding: 20px 30px;
        border: 1px solid #f2f2f4
    }

        .yl-cd-cur-accordion .yl-cd-cur-accordion-body li {
            width: 100%;
            border-bottom: 1px solid #dadada;
            margin-bottom: 15px;
            padding-bottom: 15px
        }

            .yl-cd-cur-accordion .yl-cd-cur-accordion-body li i {
                font-size: 13px;
                margin-right: 10px
            }

            .yl-cd-cur-accordion .yl-cd-cur-accordion-body li span {
                float: right
            }

            .yl-cd-cur-accordion .yl-cd-cur-accordion-body li .acc-title {
                color: #ffc107;
                margin-right: 10px
            }

            .yl-cd-cur-accordion .yl-cd-cur-accordion-body li:last-child {
                border: none;
                padding-bottom: 0;
                margin-bottom: 0
            }

.cd-ins-btn {
    height: 48px;
    width: 150px;
    line-height: 44px;
    border-radius: 30px;
    border: 2px solid #2678c0
}

    .cd-ins-btn a {
        color: #000;
        width: 100%;
        display: block;
        font-weight: 700
    }

.cd-course-instructor-img-text {
    margin-top: 20px
}

    .cd-course-instructor-img-text .cd-course-instructor-img {
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin-right: 25px;
        border-radius: 100%
    }

    .cd-course-instructor-img-text .cd-course-instructor-text {
        padding-top: 15px
    }

        .cd-course-instructor-img-text .cd-course-instructor-text h3 {
            color: #000;
            font-weight: 600;
            font-size: 20px;
            padding-bottom: 10px
        }

        .cd-course-instructor-img-text .cd-course-instructor-text .cd-course-instructor-rate {
            margin-bottom: 10px
        }

            .cd-course-instructor-img-text .cd-course-instructor-text .cd-course-instructor-rate ul {
                margin-right: 10px
            }

                .cd-course-instructor-img-text .cd-course-instructor-text .cd-course-instructor-rate ul li {
                    color: #ebc90a
                }

                    .cd-course-instructor-img-text .cd-course-instructor-text .cd-course-instructor-rate ul li.unchecked {
                        color: #d3d3d3
                    }

            .cd-course-instructor-img-text .cd-course-instructor-text .cd-course-instructor-rate .cd-ins-review-rate {
                color: #000;
                font-weight: 500;
                margin-right: 10px
            }

            .cd-course-instructor-img-text .cd-course-instructor-text .cd-course-instructor-rate .cd-ins-total-review {
                font-size: 14px
            }

        .cd-course-instructor-img-text .cd-course-instructor-text .cd-ins-course-student span {
            margin-right: 20px
        }

            .cd-course-instructor-img-text .cd-course-instructor-text .cd-ins-course-student span i {
                color: #ffc107;
                margin-right: 6px
            }

.cd-ins-details {
    margin-top: 25px
}

    .cd-ins-details p {
        margin-bottom: 30px
    }

.cd-course-user-comment {
    margin-top: 15px
}

.cd-course-review-comment {
    margin-bottom: 40px
}

    .cd-course-review-comment .cd-course-review-img {
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 8px;
        margin-right: 20px
    }

    .cd-course-review-comment .cd-course-review-text {
        overflow: hidden
    }

    .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-author {
        margin-bottom: 15px
    }

        .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-author h3 {
            color: #000;
            font-size: 20px;
            font-weight: 500;
            padding-bottom: 5px
        }

        .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-author span {
            font-size: 14px
        }

    .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-rate ul {
        margin-right: 10px
    }

        .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-rate ul li {
            color: #ebc90a
        }

            .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-rate ul li.unchecked {
                color: #d3d3d3
            }

    .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-rate .cd-ins-review-rate {
        color: #000;
        font-weight: 500;
        margin-right: 10px
    }

    .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-rate .cd-ins-total-review {
        font-size: 14px
    }

    .cd-course-review-comment p {
        margin-bottom: 25px
    }

    .cd-course-review-comment .cd-reply-btn {
        color: #fff;
        height: 40px;
        width: 100px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 30px;
        line-height: 40px;
        display: inline-block;
        background-color: #ffc107
    }

.cd-review-form {
    padding-top: 0px;
    position: relative
}

    /*.cd-review-form:before {
        top: 0;
        left: -45px;
        height: 40px;
        width: 111%;
        content: "";
        position: absolute;
        background-color: #f2f2f4
    }*/

    .cd-review-form .cd-comment-input {
        flex-wrap: wrap;
        margin: 0 -7px
    }

    .cd-review-form .cd-comment-input-field {
        padding: 0 7px
    }

    .cd-review-form input {
        width: 347px;
        border: 1px solid #bdbdbd;
        height: 45px;
        padding-left: 15px;
        border-radius: 4px;
        margin-bottom: 20px;
        background-color: #efeff0
    }

    .cd-review-form textarea {
        width: 100%;
        border: 1px solid #bdbdbd;
        height: 165px;
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 20px;
        background-color: #efeff0
    }

    .cd-review-form button {
        color: #fff;
        width: 170px;
        height: 50px;
        border: none;
        font-weight: 700;
        border-radius: 5px;
        background-color: #2678c0;

    }
        .cd-review-form button:hover {
            border: 2px solid #ffc107;
            background-color: #ffc107;
            color: #000;
        }


.cd-review-form button i {
    margin-left: 5px
}

.cd-offline-wrap .offline-download-btn {
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    padding: 15px 30px;
    border-radius: 40px;
    display: inline-block;
    background-color: #ffc107
}

.course-widget-wrap {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 40px;
    background-color: #fff
}

    .course-widget-wrap .cd-widget-title {
        color: #000;
        font-size: 20px;
        font-weight: 700
    }

    .course-widget-wrap .cd-video-widget a {
        top: 50%;
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        color: #ffc107;
        position: absolute;
        line-height: 50px;
        border-radius: 100%;
        background-color: #fff;
        transform: translateY(-50%)
    }

    .course-widget-wrap .cd-course-table-widget {
        padding: 35px 30px
    }

        .course-widget-wrap .cd-course-table-widget .course-table-item {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eef1fe
        }

            .course-widget-wrap .cd-course-table-widget .course-table-item:last-child {
                border-bottom: none
            }

            .course-widget-wrap .cd-course-table-widget .course-table-item .cd-table-title, .course-widget-wrap .cd-course-table-widget .course-table-item .cd-table-valur {
                color: #000
            }

                .course-widget-wrap .cd-course-table-widget .course-table-item .cd-table-title i, .course-widget-wrap .cd-course-table-widget .course-table-item .cd-table-valur i {
                    color: #ffc107;
                    margin-right: 7px
                }

        .course-widget-wrap .cd-course-table-widget .cd-course-price span {
            float: left;
            color: #000;
            font-size: 24px;
            font-weight: 700
        }

            .course-widget-wrap .cd-course-table-widget .cd-course-price span strong {
                color: #ffc107
            }

        .course-widget-wrap .cd-course-table-widget .cd-course-price a {
            color: #fff;
            width: 75px;
            height: 30px;
            float: right;
            font-size: 15px;
            margin-top: 5px;
            font-weight: 700;
            line-height: 30px;
            margin-left: 20px;
            text-align: center;
            display: inline-block;
            background-color: #ffc107
        }

    .course-widget-wrap .cd-course-news-widget {
        padding: 25px 10px
    }

    .course-widget-wrap .cd-course-news-item {
        margin-top: 28px
    }

.cd-course-news-img-text {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eef1fe
}

    .cd-course-news-img-text:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .cd-course-news-img-text .cd-course-news-img {
        width: 65px;
        height: 65px;
        overflow: hidden;
        margin-right: 15px;
        border-radius: 100%
    }

    .cd-course-news-img-text .cd-course-news-text {
        padding-top: 3px;
        overflow: hidden
    }

        .cd-course-news-img-text .cd-course-news-text a {
            color: #000;
            display: block;
            font-weight: 700;
            line-height: 1.375;
            padding-bottom: 3px
        }

        .cd-course-news-img-text .cd-course-news-text span {
            display: block;
            color: #ffc107;
            font-size: 14px;
            font-weight: 700
        }

@media screen and (max-width:1180px) {
    .course-details-tab-wrapper {
        padding: 40px 15px
    }

    .course-details-tab-btn .nav-tabs .nav-link {
        padding: 22px 25px
    }

    .course-widget-wrap .cd-course-news-widget, .course-widget-wrap .cd-course-table-widget {
        padding: 35px 15px
    }
}

@media screen and (max-width:1024px) {
    .course-widget-wrap .cd-course-table-widget .cd-course-price span {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .cd-video-widget {
        max-width: 270px;
        margin: 0 auto
    }
}

@media screen and (max-width:680px) {
    .overview-feature-icon-text {
        width: 100%
    }

    .yl-cd-cur-accordion .yl-cd-cur-accordion-header button h3 {
        font-size: 16px
    }

    .cd-curriculam-time-lesson span {
        margin-left: 10px
    }

    .yl-cd-cur-accordion .yl-cd-cur-accordion-header button:after {
        display: none
    }

    .yl-cd-cur-accordion .yl-cd-cur-accordion-header button {
        padding: 20px 20px 20px 20px
    }

    .cd-review-form .cd-comment-input {
        flex-wrap: wrap
    }
}

@media screen and (max-width:480px) {
    .yl-cd-cur-accordion .yl-cd-cur-accordion-header button {
        text-align: left
    }

    .cd-curriculam-time-lesson {
        float: none !important;
        display: inline-block
    }

    .yl-cd-cur-accordion .yl-cd-cur-accordion-header button h3 {
        float: none
    }

    .cd-curriculam-time-lesson span {
        margin-left: 0;
        margin-right: 5px
    }

    .yl-cd-cur-accordion .yl-cd-cur-accordion-body li span {
        float: none;
        display: block
    }

    .cd-ins-btn {
        display: none
    }

    .cd-course-instructor-img-text .cd-course-instructor-text .cd-course-instructor-rate {
        flex-wrap: wrap
    }

    .cd-course-instructor-img-text .cd-course-instructor-text {
        overflow: hidden
    }

    .cd-course-review-rate {
        float: left !important;
        margin-bottom: 15px
    }

    .cd-course-review-comment .cd-course-review-author-rattting .cd-course-review-author {
        margin-bottom: 5px
    }

    .cd-review-form .cd-comment-input-field, .cd-review-form input {
        width: 100%
    }

    .course-details-tab-btn .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px
    }

    .cd-course-instructor-img-text .cd-course-instructor-img {
        width: 90px;
        height: 90px
    }

    .yl-cd-cur-accordion .yl-cd-cur-accordion-body {
        padding: 15px
    }
}

.yl-course-section-3 {
    padding: 110px 0 90px;
    background-color: #f2f2f4
}

.yl-course-content-3 {
    margin-top: 40px
}

.yl-registration-section {
    z-index: 1;
    padding: 95px 0 85px;
    background-color: #ffc107
}

    .yl-registration-section:before {
        top: 0;
        left: 0;
        width: 50%;
        content: "";
        height: 100%;
        opacity: .1;
        position: absolute;
        background-repeat: no-repeat;
        background-image: url(../img/cd-bg.jpg)
    }

    .yl-registration-section:after {
        top: 0;
        right: -30px;
        width: 54%;
        content: "";
        height: 100%;
        z-index: -1;
        position: absolute;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/cd-bg2.png)
    }

.yl-registration-countdown {
    max-width: 500px
}

    .yl-registration-countdown .yl-section-title span {
        color: #fff
    }

        .yl-registration-countdown .yl-section-title span:after, .yl-registration-countdown .yl-section-title span:before {
            background-color: #fff
        }

    .yl-registration-countdown .yl-section-title h2 {
        color: #fff
    }

.yl-registration-countdown-wrap {
    margin-top: 25px
}

    .yl-registration-countdown-wrap ul li {
        margin-right: 15px
    }

        .yl-registration-countdown-wrap ul li span {
            display: block;
            text-align: center
        }

        .yl-registration-countdown-wrap ul li .arch-count-down-number {
            width: 100px;
            height: 100px;
            color: #fff;
            font-size: 50px;
            font-weight: 700;
            line-height: 100px;
            border-radius: 100%;
            margin-bottom: 10px;
            font-family: "Fira Sans";
            background-color: #830017
        }

        .yl-registration-countdown-wrap ul li .count-unit {
            color: #fff;
            font-size: 18px;
            font-weight: 500
        }

.yl-registration-text-wrap {
    padding-top: 10px;
    padding-left: 100px
}

    .yl-registration-text-wrap h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 20px;
        line-height: 1.333
    }

    .yl-registration-text-wrap p {
        color: #cecece;
        padding-bottom: 40px
    }

    .yl-registration-text-wrap a {
        color: #fff;
        height: 50px;
        width: 150px;
        display: block;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        background-color: #ffc107;
        transition: .3s all ease-in-out
    }

        .yl-registration-text-wrap a:after {
            background-color: #fff
        }

        .yl-registration-text-wrap a:hover {
            color: #000
        }

.yl-registration-section-2 {
    padding-top: 60px
}

    .yl-registration-section-2:before {
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        height: 210px;
        position: absolute;
        background-color: #f7f7f7
    }

.yl-registration-content-2 {
    z-index: 1;
    padding: 45px;
    background-color: #fff;
    box-shadow: -3.285px 20.741px 51px 0 rgba(0,0,47,.05)
}

    .yl-registration-content-2:before {
        top: 0;
        left: 0;
        width: 70%;
        background-position: right;
        z-index: -1;
        background-size: cover;
        content: "";
        height: 100%;
        position: absolute;
        background-image: url(../img/r-bg.png)
    }

    .yl-registration-content-2 .registration-side-img {
        right: 0;
        bottom: 0
    }

    .yl-registration-content-2 .registration-text-2 {
        max-width: 450px
    }

        .yl-registration-content-2 .registration-text-2 h3 {
            color: #fff;
            font-size: 36px;
            font-weight: 700;
            line-height: 1.167;
            padding-bottom: 20px
        }

            .yl-registration-content-2 .registration-text-2 h3 span {
                color: #ffc107
            }

        .yl-registration-content-2 .registration-text-2 p {
            color: #c6c6c6;
            padding-bottom: 25px
        }

        .yl-registration-content-2 .registration-text-2 a {
            height: 45px;
            width: 140px;
            color: #fff;
            display: block;
            font-size: 15px;
            line-height: 45px;
            overflow: hidden;
            font-weight: 700;
            text-align: center;
            border-radius: 40px;
            background-color: #00a4ff
        }

            .yl-registration-content-2 .registration-text-2 a:after {
                background-color: #ffc107
            }

.yl-blog-section {
    padding: 100px 0
}

    .yl-blog-section .yl-blog-slide-wrap {
        margin-top: 35px
    }

.yl-blog-img-text {
    padding: 25px;
    background-color: #fff;
    transition: .3s all ease-in-out;
    box-shadow: 0 14px 29px 0 rgba(12,12,12,.08)
}

    .yl-blog-img-text .yl-blog-img {
        overflow: hidden;
        position: relative
    }

        .yl-blog-img-text .yl-blog-img img {
            transition: .5s all ease-in-out
        }

        .yl-blog-img-text .yl-blog-img:before {
            top: 0;
            left: 0;
            height: 0%;
            width: 100%;
            content: "";
            z-index: 1;
            position: absolute;
            transition: .3s all ease-in-out;
            background-color: rgba(0,0,0,.6)
        }

    .yl-blog-img-text .yl-blog-date {
        color: #fff;
        right: 20px;
        bottom: 15px;
        z-index: 2;
        font-size: 14px;
        padding: 5px 10px;
        position: absolute;
        background-color: #ffc107
    }

    .yl-blog-img-text .yl-blog-text {
        margin-top: 22px
    }

        .yl-blog-img-text .yl-blog-text .yl-blog-meta {
            margin-bottom: 10px
        }

            .yl-blog-img-text .yl-blog-text .yl-blog-meta a {
                font-weight: 500;
                margin-right: 16px;
                font-family: "Fira Sans"
            }

                .yl-blog-img-text .yl-blog-text .yl-blog-meta a i {
                    color: #777;
                    color: #ffc107
                }

    .yl-blog-img-text .yl-blog-title h3 {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 12px;
        transition: .3s all ease-in-out
    }

    .yl-blog-img-text .yl-blog-title p {
        color: #353535;
        padding-bottom: 20px
    }

    .yl-blog-img-text:hover {
        transform: translateY(-20px);
        box-shadow: 0 29px 29px 0 rgba(12,12,12,.26)
    }

        .yl-blog-img-text:hover h3 {
            color: #ffc107
        }

        .yl-blog-img-text:hover .yl-blog-img img {
            transform: scale(1.2)
        }

        .yl-blog-img-text:hover .yl-blog-img:before {
            height: 100%
        }

#yl-blog-slider-id .owl-stage-outer {
    overflow: visible
}

#yl-blog-slider-id .owl-item {
    opacity: 0;
    transition: opacity .5s
}

    #yl-blog-slider-id .owl-item.active {
        opacity: 1
    }

#yl-blog-slider-id .owl-nav {
    right: 0;
    top: -110px;
    position: absolute
}

    #yl-blog-slider-id .owl-nav .owl-next, #yl-blog-slider-id .owl-nav .owl-prev {
        width: 60px;
        height: 60px;
        cursor: pointer;
        line-height: 60px;
        margin-left: 12px;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        border: 2px solid #ffc107;
        transition: .3s all ease-in-out
    }

        #yl-blog-slider-id .owl-nav .owl-next:hover, #yl-blog-slider-id .owl-nav .owl-prev:hover {
            color: #fff;
            background-color: #ffc107
        }

.yl-blog-section-2 {
    padding: 105px 0 60px;
    background-color: #f7f7f7
}

    .yl-blog-section-2 .yl-section-title .title-watermark {
        color: #fff;
        opacity: .75
    }

    .yl-blog-section-2 .yl-blog-content-2 {
        margin-top: 25px
    }

.yl-blog-img-text-2 {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 40px;
    background-color: #fff;
    transition: .3s all ease-in-out
}

    .yl-blog-img-text-2 .yl-blog-img-2 .yl-blog-img-warap-2 {
        overflow: hidden
    }

        .yl-blog-img-text-2 .yl-blog-img-2 .yl-blog-img-warap-2 img {
            transition: .4s all ease-in-out
        }

        .yl-blog-img-text-2 .yl-blog-img-2 .yl-blog-img-warap-2:after {
            top: 0;
            left: 0;
            width: 100%;
            content: "";
            height: 100%;
            position: absolute;
            background-color: rgba(0,0,0,.25)
        }

    .yl-blog-img-text-2 .yl-blog-img-2 .yl-blog-date-2 {
        left: 25px;
        width: 80px;
        height: 80px;
        bottom: -30px;
        padding-top: 13px;
        border-radius: 3px;
        position: absolute;
        background-color: #000
    }

        .yl-blog-img-text-2 .yl-blog-img-2 .yl-blog-date-2 a {
            color: #fff;
            font-size: 30px;
            font-weight: 700;
            line-height: 1.1;
            display: inline-block;
            font-family: "Fira Sans"
        }

            .yl-blog-img-text-2 .yl-blog-img-2 .yl-blog-date-2 a span {
                display: block;
                font-size: 16px;
                font-weight: 400;
                font-family: Roboto
            }

    .yl-blog-img-text-2 .yl-blog-text-2 {
        padding: 45px 25px;
        box-shadow: 0 12px 35px 0 rgba(12,12,12,.06)
    }

    .yl-blog-img-text-2 .yl-blog-title-text-2 h3 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
        padding: 10px 0 15px;
        border-bottom: 2px solid #eaeaea;
        transition: .3s all ease-in-out
    }

        .yl-blog-img-text-2 .yl-blog-title-text-2 h3:before {
            left: 0;
            bottom: -1px;
            height: 3px;
            content: "";
            width: 37px;
            position: absolute;
            background-color: #ffc107
        }

        .yl-blog-img-text-2 .yl-blog-title-text-2 h3:hover {
            color: #ffc107
        }

    .yl-blog-img-text-2 .yl-blog-title-text-2 p {
        padding-bottom: 14px
    }

    .yl-blog-img-text-2 .yl-blog-title-text-2 .yl-blog-more {
        color: #000;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        transition: .3s all ease-in-out;
        position: relative
    }

        .yl-blog-img-text-2 .yl-blog-title-text-2 .yl-blog-more:after {
            left: 0;
            bottom: 0;
            content: "";
            width: 0;
            height: 1px;
            position: absolute;
            transition: .3s all ease-in-out;
            background-color: #2678c0
        }

        .yl-blog-img-text-2 .yl-blog-title-text-2 .yl-blog-more:hover {
            color: #2678c0
        }

            .yl-blog-img-text-2 .yl-blog-title-text-2 .yl-blog-more:hover:after {
                width: 100%
            }

    .yl-blog-img-text-2:hover {
        box-shadow: 0 43px 35px 0 rgba(12,12,12,.1)
    }

        .yl-blog-img-text-2:hover .yl-blog-img-warap-2 img {
            transform: scale(1.2) rotate(5deg)
        }

.yl-blog-meta-2 a {
    font-size: 13px;
    font-weight: 700;
    margin-right: 25px;
    position: relative;
    color: #2678c0;
    font-family: "Fira Sans"
}

    .yl-blog-meta-2 a:after {
        top: -3px;
        width: 2px;
        content: "";
        right: -15px;
        height: 20px;
        position: absolute;
        background-color: #2678c0
    }

    .yl-blog-meta-2 a:last-child:after {
        display: none
    }

#yl-blog-slider-2 .owl-nav {
    display: none
}

#yl-blog-slider-2 .owl-stage-outer {
    overflow: visible
}

#yl-blog-slider-2 .owl-item {
    opacity: 0;
    transition: opacity .5s
}

    #yl-blog-slider-2 .owl-item.active {
        opacity: 1
    }

#yl-blog-slider-2 .owl-dots {
    margin-top: 35px;
    text-align: center
}

    #yl-blog-slider-2 .owl-dots .owl-dot {
        width: 28px;
        height: 5px;
        margin: 0 5px;
        cursor: pointer;
        border-radius: 30%;
        display: inline-block;
        background-color: #ececed;
        transition: .3s all ease-in-out
    }

        #yl-blog-slider-2 .owl-dots .owl-dot.active {
            width: 38px;
            background-color: #2678c0
        }

.blog-feed-list-section, .yl-blog-feed-section {
    padding: 100px 0;
    background-color: #f2f2f4
}

.blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-img-2 .yl-blog-img-warap-2 {
    border-radius: 5px
}

.blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-img-2 .yl-blog-date-2 {
    left: 40px
}

.blog-feed-list-img-text .yl-blog-img-text-2 {
    max-width: 100%
}

    .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-title-text-2 h3 {
        border: none;
        font-size: 40px;
        margin-bottom: 8px
    }

        .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-title-text-2 h3:before {
            display: none
        }

    .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-title-text-2 p {
        padding-bottom: 30px
    }

    .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-text-2 {
        padding: 48px 40px 40px
    }

    .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-more {
        border-radius: 4px;
        padding: 14px 28px 12px;
        border: 2px solid #ffc107
    }

        .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-more:after {
            display: none
        }

        .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-more:hover {
            color: #fff;
            background-color: #ffc107
        }

.yl-blog-list-share {
    padding-top: 10px
}

    .yl-blog-list-share .blog-share-slug {
        color: #000;
        font-weight: 700;
        margin-right: 10px
    }

    .yl-blog-list-share a {
        width: 42px;
        color: #fff;
        height: 42px;
        line-height: 42px;
        margin-left: 8px;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        transition: .3s all ease-in-out
    }

        .yl-blog-list-share a:hover {
            transform: scale(1.1)
        }

        .yl-blog-list-share a:nth-child(2) {
            background-color: #3b5998
        }

        .yl-blog-list-share a:nth-child(3) {
            background-color: #1da1f2
        }

        .yl-blog-list-share a:nth-child(4) {
            background-color: #0077b5
        }

.yl-blog-widget-wrap {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 40px;
    background-color: #fff
}

    .yl-blog-widget-wrap .widget-title {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 14px;
        font-family: Roboto
    }

    .yl-blog-widget-wrap .yl-search-widget input {
        width: 100%;
        height: 48px;
        border: none;
        padding-left: 15px;
        border-radius: 4px;
        background-color: #fff
    }

    .yl-blog-widget-wrap .yl-search-widget button {
        top: 0;
        right: 0;
        width: 48px;
        color: #fff;
        border: none;
        height: 48px;
        position: absolute;
        border-radius: 4px;
        background-color: #ffc107
    }

    .newlist, .yl-blog-widget-wrap .yl-category-widget {
        padding: 0;
        list-style: none
    }

        .newlist li, .yl-blog-widget-wrap .yl-category-widget li {
            margin-bottom: 5px
        }

            .newlist li, .yl-blog-widget-wrap .yl-category-widget li a {
                padding-left: 15px;
                margin-bottom: 10px;
                font-size: 16px;
                line-height: 30px;
                color: #252525;
                letter-spacing: .2px;
                position: relative;
                transition: .4s all ease-in-out
            }

                .newlist li:after, .yl-blog-widget-wrap .yl-category-widget li a:after {
                    left: 0;
                    top: -1px;
                    color: #2678c0;
                    font-size: 14px;
                    content: "";
                    position: absolute;
                    font-weight: 900;
                    font-family: "Font Awesome 5 Free"
                }

                .yl-blog-widget-wrap .yl-category-widget li a:hover {
                    margin-left: 15px
                }

            .yl-blog-widget-wrap .yl-category-widget li:last-child {
                margin-bottom: 0
            }

    .yl-blog-widget-wrap .yl-recent-blog-widget {
        padding: 35px 30px
    }

        .yl-blog-widget-wrap .yl-recent-blog-widget .yl-recent-blog-img-text {
            width: 100%;
            margin-bottom: 14px;
            padding-bottom: 14px;
            display: inline-block;
            border: 1px solid #eef1fe
        }

            .yl-blog-widget-wrap .yl-recent-blog-widget .yl-recent-blog-img-text:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none
            }

            .yl-blog-widget-wrap .yl-recent-blog-widget .yl-recent-blog-img-text .yl-recent-blog-img {
                width: 65px;
                height: 65px;
                overflow: hidden;
                margin-right: 10px;
                border-radius: 4px
            }

            .yl-blog-widget-wrap .yl-recent-blog-widget .yl-recent-blog-img-text .yl-recent-blog-text {
                overflow: hidden
            }

                .yl-blog-widget-wrap .yl-recent-blog-widget .yl-recent-blog-img-text .yl-recent-blog-text span {
                    color: #888;
                    font-size: 14px
                }

                .yl-blog-widget-wrap .yl-recent-blog-widget .yl-recent-blog-img-text .yl-recent-blog-text h3 {
                    color: #000;
                    font-size: 16px;
                    margin-bottom: 0;
                    font-weight: 700
                }

    .yl-blog-widget-wrap .yl-blog-category-widget {
        padding: 35px 30px
    }

        .yl-blog-widget-wrap .yl-blog-category-widget .yl-blog-category-tag a {
            margin-right: 5px;
            margin-bottom: 5px;
            padding: 10px 12px;
            border-radius: 30px;
            display: inline-block;
            border: 1px solid #e5e5e5
        }

@media screen and (max-width:991px) {
    .yl-blog-sidebar {
        margin-top: 40px
    }
}

@media screen and (max-width:480px) {
    .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-title-text-2 h3 {
        font-size: 30px
    }

    .blog-feed-list-img-text .yl-blog-img-text-2 .yl-blog-text-2 {
        padding: 48px 20px 40px
    }

    .yl-blog-list-share, .yl-blog-more {
        float: none !important
    }

    .yl-blog-more {
        margin-bottom: 15px
    }
}

.yl-blog-details-section {
    padding: 100px 0;
    background-color: #f2f2f4
}

    .yl-blog-details-section .yl-blog-details-wrap {
        background-color: #fff
    }

        .yl-blog-details-section .yl-blog-details-wrap .yl-blog-details-thumb {
            overflow: hidden;
            border-radius: 6px
        }

        .yl-blog-details-section .yl-blog-details-wrap .yl-blog-meta-2 {
            margin-bottom: 45px
        }

        .yl-blog-details-section .yl-blog-details-wrap .yl-blog-details-text {
            padding: 40px
        }

        .yl-blog-details-section .yl-blog-details-wrap article {
            margin-bottom: 30px
        }

        .yl-blog-details-section .yl-blog-details-wrap blockquote {
            color: 3888888;
            font-size: 21px;
            font-style: italic;
            margin-bottom: 35px;
            padding: 20px 0 20px 60px;
            border-left: 4px solid #ffc107
        }

            .yl-blog-details-section .yl-blog-details-wrap blockquote .blockquote-author {
                font-style: normal;
                padding-left: 45px;
                position: relative
            }

                .yl-blog-details-section .yl-blog-details-wrap blockquote .blockquote-author:before {
                    left: 0;
                    top: 18px;
                    height: 1px;
                    width: 38px;
                    content: "";
                    position: absolute;
                    background-color: #000
                }

                .yl-blog-details-section .yl-blog-details-wrap blockquote .blockquote-author strong {
                    color: #000;
                    font-size: 16px;
                    margin-right: 5px
                }

                .yl-blog-details-section .yl-blog-details-wrap blockquote .blockquote-author span {
                    font-size: 14px
                }

        .yl-blog-details-section .yl-blog-details-wrap .yl-post-cat-wrap a {
            margin-right: 5px;
            padding: 10px 12px;
            border-radius: 30px;
            display: inline-block;
            border: 1px solid #e5e5e5
        }

    .yl-blog-details-section .yl-blog-details-next-prev-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px;
        background-color: #fff
    }

        .yl-blog-details-section .yl-blog-details-next-prev-wrap .yl-blog-details-next-prev-item {
            padding: 40px;
            width: 50%;
            border-right: 2px solid #e5e5e5
        }

            .yl-blog-details-section .yl-blog-details-next-prev-wrap .yl-blog-details-next-prev-item:last-child {
                border: none
            }

            .yl-blog-details-section .yl-blog-details-next-prev-wrap .yl-blog-details-next-prev-item .yl-blog-next-prev-title {
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 2px solid #ffc107
            }

                .yl-blog-details-section .yl-blog-details-next-prev-wrap .yl-blog-details-next-prev-item .yl-blog-next-prev-title a {
                    color: #000;
                    font-weight: 700;
                    font-size: 15px
                }

                    .yl-blog-details-section .yl-blog-details-next-prev-wrap .yl-blog-details-next-prev-item .yl-blog-next-prev-title a i {
                        font-size: 14px;
                        color: #2678c0
                    }

            .yl-blog-details-section .yl-blog-details-next-prev-wrap .yl-blog-details-next-prev-item h3 {
                color: #000;
                font-size: 18px;
                font-weight: 700
            }

    .yl-blog-details-section .yl-blog-details-comment-area {
        padding: 35px;
        margin-top: 40px;
        background-color: #fff
    }

        .yl-blog-details-section .yl-blog-details-comment-area h3 {
            color: #000;
            font-size: 24px;
            font-weight: 700
        }

        .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-discuss {
            margin-top: 20px
        }

        .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox {
            margin-bottom: 35px
        }

            .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox .yl-comment-img {
                width: 100px;
                height: 100px;
                overflow: hidden;
                margin-right: 20px;
                border-radius: 100%
            }

            .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox .yl-comment-text {
                overflow: hidden
            }

                .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox .yl-comment-text h4 {
                    color: #000;
                    font-weight: 700;
                    font-size: 20px
                }

                .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox .yl-comment-text span {
                    color: #7f7f7f;
                    font-size: 14px
                }

                .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox .yl-comment-text p {
                    margin-top: 15px
                }

                .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox .yl-comment-text .yl-comment-reply-btn {
                    top: 0;
                    right: 0;
                    color: #fff;
                    height: 42px;
                    width: 100px;
                    font-weight: 700;
                    position: absolute;
                    line-height: 42px;
                    border-radius: 30px;
                    background-color: #ffc107
                }

            .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox.yl-reply-comment {
                margin-left: 100px
            }

.yl-blog-details-thumb-2 {
    margin-bottom: 50px
}

.yl-blog-details-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 25px
}

@media screen and (max-width:570px) {
    .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox .yl-comment-text .yl-comment-reply-btn {
        position: relative;
        display: inline-block;
        margin-top: 15px
    }

    .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox.yl-reply-comment {
        margin-left: 30px
    }
}

@media screen and (max-width:480px) {
    .yl-blog-details-section .yl-blog-details-next-prev-wrap .yl-blog-details-next-prev-item {
        width: 100%;
        border: none
    }

    .yl-blog-details-section .yl-blog-details-comment-area .yl-comment-innerbox .yl-comment-img {
        height: 50px;
        width: 50px
    }

    .yl-blog-details-title {
        font-size: 26px
    }
}

@media screen and (max-width:380px) {
    .yl-blog-details-section .yl-blog-details-comment-area, .yl-blog-details-section .yl-blog-details-wrap .yl-blog-details-text {
        padding: 40px 15px
    }
}

.yl-blog-section-4 {
    padding: 30px 0
}

.blog-btn-4 {
    margin-top: 40px
}

    .blog-btn-4 a {
        color: #fff;
        height: 50px;
        width: 150px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        border-radius: 5px;
        display: inline-block;
        background-color: #2678c0
    }
        .blog-btn-4 a:hover {
            background-color:#ffc107;
            color: #000;
        }

        .yl-newslatter-section {
            padding: 35px 0;
            background-color: #000
        }

.yl-newslatter-content {
    padding: 0 40px
}

    .yl-newslatter-content .yl-newslatter-text-icon .yl-newslatter-icon {
        line-height: 1;
        margin-right: 20px
    }

        .yl-newslatter-content .yl-newslatter-text-icon .yl-newslatter-icon i {
            color: #424242;
            font-size: 60px
        }

    .yl-newslatter-content .yl-newslatter-text-icon .yl-newslatter-text h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 10px
    }

    .yl-newslatter-content .yl-newslatter-text-icon .yl-newslatter-text span {
        color: #bbb
    }

        .yl-newslatter-content .yl-newslatter-text-icon .yl-newslatter-text span img {
            margin-top: -5px;
            padding-left: 5px
        }

    .yl-newslatter-content .yl-newslatter-form {
        margin-top: 20px;
        padding-left: 55px
    }

        .yl-newslatter-content .yl-newslatter-form input {
            height: 48px;
            width: 100%;
            border: none;
            max-width: 320px;
            padding-left: 20px;
            background-color: #292929
        }

        .yl-newslatter-content .yl-newslatter-form button {
            top: 0;
            right: 0;
            padding: 0;
            color: #fff;
            border: none;
            width: 145px;
            height: 45px;
            font-size: 14px;
            font-weight: 700;
            position: absolute;
            background-color: #ffc107;
            transition: .3s all ease-in-out
        }

            .yl-newslatter-content .yl-newslatter-form button:after {
                background-color: #fff
            }

            .yl-newslatter-content .yl-newslatter-form button i {
                margin-left: 5px;
                transition: .3s all ease-in-out
            }

            .yl-newslatter-content .yl-newslatter-form button:hover {
                color: #000
            }

                .yl-newslatter-content .yl-newslatter-form button:hover i {
                    animation: toLeftFromRight .3s forwards
                }

.yl-newslatter-section-2 {
    z-index: 1;
    background-color: #f7f7f7
}

    .yl-newslatter-section-2:before {
        left: 0;
        bottom: 0;
        z-index: -1;
        content: "";
        width: 100%;
        height: 70px;
        position: absolute;
        background-color: #000a1f
    }

    .yl-newslatter-section-2 .yl-newslatter-content {
        border-radius: 5px;
        padding: 35px 40px;
        background-color: #000
    }

        .yl-newslatter-section-2 .yl-newslatter-content .yl-newslatter-form button {
            background-color: #ffc107
        }

.yl-category-section {
    padding: 95px 0 100px
}

.yl-category-img-text {
    border-radius: 10px;
    background-color: #000;
    padding: 25px 40px 0;
    margin-bottom: 35px
}

    .yl-category-img-text .yl-category-img img {
        transition: .3s all ease-in-out
    }

    .yl-category-img-text .yl-category-text-icon {
        margin-bottom: 15px
    }

        .yl-category-img-text .yl-category-text-icon .yl-category-icon {
            line-height: 1;
            margin-right: 15px;
            transition: .6s cubic-bezier(.24,.74,.58,1)
        }

            .yl-category-img-text .yl-category-text-icon .yl-category-icon i {
                font-size: 45px;
                color: #ffc107
            }

    .yl-category-img-text .yl-category-text h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700
    }

    .yl-category-img-text .yl-category-text span {
        color: #ababab
    }

    .yl-category-img-text .yl-category-hover-icon {
        width: 60px;
        left: 0;
        right: 0;
        height: 60px;
        bottom: 0;
        margin: 0 auto;
        opacity: 0;
        visibility: hidden;
        line-height: 60px;
        position: absolute;
        border-radius: 100%;
        background-color: #2678c0;
        transition: .3s all ease-in-out
    }

        .yl-category-img-text .yl-category-hover-icon i {
            color: #fff;
            transition: .3s all ease-in-out
        }

        .yl-category-img-text .yl-category-hover-icon:hover i {
            transform: rotate(130deg)
        }

    .yl-category-img-text:hover .yl-category-hover-icon {
        opacity: 1;
        bottom: -30px;
        visibility: visible
    }

    .yl-category-img-text:hover .yl-category-img img {
        filter: grayscale(1)
    }

    .yl-category-img-text:hover .yl-category-icon {
        transform: rotateY(360deg)
    }

.yl-category-slide-content {
    margin-top: 40px
}

    .yl-category-slide-content .owl-nav {
        display: none
    }

    .yl-category-slide-content .owl-dots {
        margin-top: 15px;
        text-align: center
    }

        .yl-category-slide-content .owl-dots .owl-dot {
            width: 28px;
            height: 5px;
            margin: 0 5px;
            cursor: pointer;
            border-radius: 30%;
            display: inline-block;
            background-color: #ececed;
            transition: .3s all ease-in-out
        }

            .yl-category-slide-content .owl-dots .owl-dot.active {
                width: 38px;
                background-color: #2678c0
            }

.yl-category-section-2 {
    padding: 110px 0 90px
}

.yl-category-content-2 {
    margin-top: 40px
}

.yl-category-innerbox-2 {
    padding: 35px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 14px 29px 0 rgba(12,12,12,.08)
}

    .yl-category-innerbox-2 .yl-category-icon {
        transition: .6s cubic-bezier(.24,.74,.58,1)
    }

        .yl-category-innerbox-2 .yl-category-icon i {
            color: #ffc107;
            font-size: 60px
        }

    .yl-category-innerbox-2 .yl-category-text h3 {
        color: #000;
        font-size: 20px;
        font-weight: 700
    }

    .yl-category-innerbox-2:hover .yl-category-icon {
        transform: rotateY(360deg)
    }

.yl-top-category-section-4 {
    z-index: 3;
    overflow: visible;
    position: relative;
    margin-bottom: -100px;
    background-color: #f9f8f8
}

.yl-top-category-content {
    top: -20px;
    position: relative;
    padding: 30px 60px 0
}

    .yl-top-category-content .yl-section-title {
        margin-bottom: 25px
    }

        .yl-top-category-content .yl-section-title span {
            color: #fff
        }

            .yl-top-category-content .yl-section-title span:after, .yl-top-category-content .yl-section-title span:before {
                background-color: #2678c0
            }

        .yl-top-category-content .yl-section-title h2 {
            color: #fff
        }

.yl-top-category-slide-item {
    height: auto;
    padding: 20px 0;
    background-color: #2678c0;
    transition: .4s all ease-in-out
}

    .yl-top-category-slide-item .yl-top-category-slide-icon {
        line-height: 1;
        margin-bottom: 20px;
        transition: all .35s cubic-bezier(.38,3,.57,1.6);
        transform: translate3d(0,0,0)
    }

        .yl-top-category-slide-item .yl-top-category-slide-icon i {
            color: #f9f9f9;
            font-size: 50px;
            transition: .3s all ease-in-out
        }

    .yl-top-category-slide-item .yl-top-category-slide-text h3 {
        color: #fff;
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 700;
        padding-bottom: 5px
    }

    .yl-top-category-slide-item .yl-top-category-slide-text span {
        color: #fff;
        transition: .3s all ease-in-out
    }

    .yl-top-category-slide-item .yl-top-category-slide-text .top-cat-more-icon {
        left: 0;
        right: 0;
        opacity: 0;
        bottom: 40px;
        color: #fff;
        font-size: 18px;
        position: absolute;
        visibility: hidden;
        transition: .3s all ease-in-out
    }

    .yl-top-category-slide-item:hover {
        background-color: #2678c0
    }

        .yl-top-category-slide-item:hover .yl-top-category-slide-icon i {
            color: #fff
        }

        .yl-top-category-slide-item:hover span {
            opacity: 0;
            margin-right: 20px;
            visibility: hidden
        }

        .yl-top-category-slide-item:hover .top-cat-more-icon {
            opacity: 1;
            visibility: visible
        }

        .yl-top-category-slide-item:hover .yl-top-category-slide-icon {
            transition: all .35s cubic-bezier(.38,3,.57,1.6);
            transform: translate3d(0,-6px,0)
        }

.yl-top-category-slider .owl-nav .owl-next, .yl-top-category-slider .owl-nav .owl-prev {
    top: 50%;
    width: 50px;
    color: #fff;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: #2678c0;
    transform: translateY(-50%);
    transition: .3s all ease-in-out
}

    .yl-top-category-slider .owl-nav .owl-next:hover, .yl-top-category-slider .owl-nav .owl-prev:hover {
        background-color: #2678c0
    }

.yl-top-category-slider .owl-nav .owl-next {
    right: -80px
}

.yl-top-category-slider .owl-nav .owl-prev {
    left: -80px
}

@media screen and (max-width:420px) {
    .yl-section-title h2 {
        font-size: 26px
    }

    .yl-top-category-content {
        top: 0;
        padding: 20px 20px
    }

    .yl-top-category-section-4 {
        margin-bottom: 0
    }

    .yl-top-category-slider .owl-nav {
        text-align: center;
        margin: 10px 0 0
    }

        .yl-top-category-slider .owl-nav .owl-next, .yl-top-category-slider .owl-nav .owl-prev {
            position: static;
            display: inline-block;
            transform: translateY(0)
        }
}

.yl-breadcrumb-section {
    padding: 120px 0 120px
}

    .yl-breadcrumb-section .breadcrumb-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        background-color: #030014
    }

.yl-breadcrumb-content {
    z-index: 1;
    position: relative
}

    .yl-breadcrumb-content h2 {
        color: #fff;
        font-size: 60px;
        font-weight: 700;
        padding-bottom: 10px
    }

    .yl-breadcrumb-content .yl-breadcrumb-item .breadcrumb {
        inherit-content: center;
        background-color: transparent
    }

        .yl-breadcrumb-content .yl-breadcrumb-item .breadcrumb li {
            color: #fff;
            font-weight: 700
        }

        .yl-breadcrumb-content .yl-breadcrumb-item .breadcrumb .breadcrumb-item.active {
            font-weight: 500
        }

    .yl-breadcrumb-content .yl-breadcrumb-item .breadcrumb-item + .breadcrumb-item::before {
        content: "";
        font-weight: 900;
        color: #ffc107;
        font-family: "Font Awesome 5 Free"
    }

@media screen and (max-width:680px) {
    .yl-breadcrumb-content h2 {
        font-size: 30px
    }
}

.event-area-section {
    padding: 95px 0;
    background-color: #f2f2f4
}

.yl-event-innerbox {
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #fff;
    transition: .4s all ease-in-out;
    box-shadow: 0 6px 38px 0 rgba(0,0,0,.04)
}

    .yl-event-innerbox .yl-event-img {
        border-radius: 8px;
        overflow: hidden
    }

        .yl-event-innerbox .yl-event-img img {
            transition: .5s all ease-in-out
        }

    .yl-event-innerbox .yl-event-text {
        padding: 35px 25px
    }

        .yl-event-innerbox .yl-event-text .event-date {
            top: -55px;
            left: 35px;
            color: #fff;
            width: 75px;
            height: 75px;
            line-height: 1;
            font-weight: 700;
            font-size: 30px;
            padding-top: 13px;
            position: absolute;
            border-radius: 100%;
            font-family: "Fira Sans";
            background-color: #ffc107
        }

            .yl-event-innerbox .yl-event-text .event-date span {
                display: block;
                font-size: 18px;
                font-weight: 500;
                text-transform: uppercase
            }

        .yl-event-innerbox .yl-event-text h3 {
            color: #000;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.273;
            transition: .3s all ease-in-out
        }

            .yl-event-innerbox .yl-event-text h3:hover {
                color: #2678c0
            }

        .yl-event-innerbox .yl-event-text .yl-event-meta {
            padding-top: 20px;
            margin-top: 15px;
            border-top: 1px solid #e9e9e9
        }

            .yl-event-innerbox .yl-event-text .yl-event-meta a {
                color: #555;
                font-size: 14px;
                margin-right: 20px
            }

                .yl-event-innerbox .yl-event-text .yl-event-meta a i {
                    margin-right: 5px;
                    color: #2678c0
                }

                .yl-event-innerbox .yl-event-text .yl-event-meta a:last-child {
                    margin-right: 0
                }

    .yl-event-innerbox:hover {
        box-shadow: 0 10px 51px 0 rgba(0,0,47,.12)
    }

        .yl-event-innerbox:hover .yl-event-img img {
            transform: scale(1.2)
        }

.yl-event-btn {
    height: 50px;
    width: 135px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 46px;
    border-radius: 40px;
    border: 2px solid #2678c0;
    transition: .3s all ease-in-out
}

    .yl-event-btn a {
        color: #000;
        width: 100%;
        display: block;
        font-weight: 700;
        transition: .3s all ease-in-out
    }

    .yl-event-btn:hover {
        background-color: #2678c0
    }

        .yl-event-btn:hover a {
            color: #fff
        }

@media screen and (max-width:991px) {
    .yl-event-innerbox {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 30px
    }
}

.event-details-section {
    padding: 120px 0 70px;
    background-color: #f2f2f4
}

.event-details-text-wrap {
    background-color: #fff;
    margin-bottom: 60px
}

    .event-details-text-wrap .event-details-text {
        padding: 40px 40px 10px 40px
    }

        .event-details-text-wrap .event-details-text h3 {
            color: #000;
            font-size: 24px;
            font-weight: 700;
            padding-bottom: 15px
        }

        .event-details-text-wrap .event-details-text p {
            padding-bottom: 30px
        }

.ed-more-event h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 25px
}

.yl-event-widget {
    padding: 35px;
    border-radius: 5px;
    margin-bottom: 40px;
    background-color: #fff
}

    .yl-event-widget .widget-title {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 20px
    }

    .yl-event-widget .ed-inner-widget {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eef1fe
    }

        .yl-event-widget .ed-inner-widget .ed-inner-title {
            color: #000;
            font-size: 16px;
            font-weight: 700
        }

            .yl-event-widget .ed-inner-widget .ed-inner-title i {
                color: #ffc107;
                margin-right: 8px
            }

        .yl-event-widget .ed-inner-widget span {
            color: #000;
            padding-left: 25px;
            display: inline-block
        }

        .yl-event-widget .ed-inner-widget b {
            color: #ffc107;
            font-size: 24px;
            line-height: 1;
            padding-left: 25px
        }

        .yl-event-widget .ed-inner-widget:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

    .yl-event-widget .ed-book-btn {
        width: 100%;
        color: #fff;
        height: 45px;
        margin-top: 20px;
        font-weight: 700;
        line-height: 45px;
        border-radius: 4px;
        display: inline-block;
        background-color: #2678c0
    }

.yl-event-wrap-section {
    padding: 110px 0 90px
}

.yl-event-content-wrap {
    margin-top: 40px
}

.yl-instructor-section {
    padding: 100px 0;
    background-color: #f1f1f3
}

.yl-instructor-img-text .yl-instructor-img {
    width: 160px;
    z-index: 3;
    height: 160px;
    bottom: -50px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 6px 42px 0 rgba(4,4,97,.12)
}

.yl-instructor-img-text .yl-instructor-text {
    border-radius: 6px;
    padding: 70px 15px 30px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 6px 38px 0 rgba(0,0,0,.04);
    transition: .4s all ease-in-out
}

    .yl-instructor-img-text .yl-instructor-text:after {
        left: 0;
        right: 0;
        width: 90%;
        content: "";
        height: 10px;
        z-index: -1;
        bottom: -8px;
        margin: 0 auto;
        position: absolute;
        border-radius: 6px;
        background-color: #fbfbff;
        transition: .4s all ease-in-out
    }

    .yl-instructor-img-text .yl-instructor-text h3 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        transition: .4s all ease-in-out
    }

    .yl-instructor-img-text .yl-instructor-text span {
        display: block;
        font-size: 14px;
        transition: .4s all ease-in-out
    }

    .yl-instructor-img-text .yl-instructor-text .yl-ins-degi {
        color: #000;
        font-weight: 700;
        padding: 5px 0;
        font-family: "Fira Sans"
    }

    .yl-instructor-img-text .yl-instructor-text .yl-ins-course-no {
        color: #888
    }

.yl-instructor-img-text:hover .yl-instructor-text {
    background-color: #ffc107
}

    .yl-instructor-img-text:hover .yl-instructor-text:after {
        background-color: #f7815d
    }

.yl-instructor-img-text:hover .yl-ins-course-no, .yl-instructor-img-text:hover .yl-ins-degi, .yl-instructor-img-text:hover h3 {
    color: #fff
}

.instructor-details-section {
    padding: 50px 0;
    background-color: #f2f2f4
}

.instructor-details-content {
    padding: 35px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 38px 0 rgba(0,0,0,.04)
}

    /*.instructor-details-content:after {
        left: 0;
        right: 0;
        width: 97%;
        content: "";
        height: 15px;
        bottom: -15px;
        margin: 0 auto;
        position: absolute;
        border-radius: 10px;
        background-color: #f6f6fa
    }*/

.instructor-details-img {
  
    margin: 0 auto;
    overflow: hidden;
}

.instructor-details-name-social h3 {
    color: #2678c0;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px
}

.instructor-details-name-social h4 {
    color: #2678c0;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 5px
}

.instructor-details-name-social span {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1.5px;
    color: #2678c0;
    font-family: "Fira Sans"
}

.instructor-details-name-social .instructor-details-social {
    margin-top: 10px
}

    .instructor-details-name-social .instructor-details-social a {
        font-size: 18px;
        margin-right: 15px
    }

        .instructor-details-name-social .instructor-details-social a:nth-child(1) {
            color: #3b5998
        }

        .instructor-details-name-social .instructor-details-social a:nth-child(2) {
            color: #1da1f2
        }

        .instructor-details-name-social .instructor-details-social a:nth-child(3) {
            color: #0077b5
        }

        .instructor-details-name-social .instructor-details-social a:nth-child(4) {
            color: #5973e9
        }

.instructor-details-profile {
    width: 270px;
    padding: 18px;
    border-radius: 3px;
    border: 2px solid #d1d1d3
}

    .instructor-details-profile span {
        display: block;
        margin-bottom: 5px
    }

        .instructor-details-profile span b {
            color: #000
        }

        .instructor-details-profile span:last-child {
            margin-bottom: 0
        }

        .instructor-details-profile span i {
            margin-right: 10px;
            color: #2678c0
        }

.instructor-details-content-text {
    margin-top: 5px
}

    .instructor-details-content-text p {
        margin-bottom: 20px;
        font-size: 16px;
        text-align: inherit;
        line-height: 30px;
        letter-spacing: .2px;
        color: #252525
    }

    .instructor-details-content-text .instructor-details-btn {
        color: #000;
        height: 45px;
        width: 150px;
        font-size: 15px;
        font-weight: 700;
        line-height: 40px;
        border-radius: 30px;
        border: 2px solid #ffc107;
        transition: .3s all ease-in-out
    }

        .instructor-details-content-text .instructor-details-btn i {
            font-size: 14px
        }

        .instructor-details-content-text .instructor-details-btn a {
            width: 100%;
            display: block
        }

        .instructor-details-content-text .instructor-details-btn:hover {
            color: #fff;
            background-color: #ffc107
        }

.instructor-popular-section {
    background-color: #f2f2f4;
    padding-bottom: 100px
}

.instructor-popular-content h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px
}

@media screen and (max-width:991px) {
    .instructor-details-text {
        margin: 0 auto;
        max-width: 670px;
        margin-top: 0px
    }
}

@media screen and (max-width:570px) {
    .instructor-details-name-social, .instructor-details-profile {
        width: 100%;
        float: none !important
    }

    .instructor-details-name-social {
        margin-bottom: 30px
    }

    .instructor-details-img {
        width: 100%;
        height: 100%
    }
}

.yl-instructor-section-wrap {
    padding: 120px 0;
    background-color: #f1f1f3
}

    .yl-instructor-section-wrap .yl-section-title h2 {
        padding-bottom: 0
    }

    .yl-instructor-section-wrap .yl-section-title span {
        color: #2678c0
    }

        .yl-instructor-section-wrap .yl-section-title span:after, .yl-instructor-section-wrap .yl-section-title span:before {
            background-color: #2678c0
        }

#yl-instructor-slider .owl-stage-outer {
    overflow: visible
}

#yl-instructor-slider .owl-item {
    opacity: 0;
    transition: opacity .5s
}

    #yl-instructor-slider .owl-item.active {
        opacity: 1
    }

#yl-instructor-slider .owl-nav {
    right: 0;
    top: -60px;
    cursor: pointer;
    position: absolute
}

    #yl-instructor-slider .owl-nav .owl-next, #yl-instructor-slider .owl-nav .owl-prev {
        width: 60px;
        height: 60px;
        font-size: 18px;
        line-height: 60px;
        margin-left: 25px;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        border: 2px solid #ffc107;
        transition: .3s all ease-in-out
    }

        #yl-instructor-slider .owl-nav .owl-next:hover, #yl-instructor-slider .owl-nav .owl-prev:hover {
            color: #fff;
            background-color: #ffc107
        }

.faq-main-section {
    padding: 120px 0
}

.yl-faq-tab-btn {
    text-align: center;
    padding-bottom: 45px
}

    .yl-faq-tab-btn .nav {
        display: inherit
    }

    .yl-faq-tab-btn .nav-tabs .nav-item {
        margin: 0
    }

        .yl-faq-tab-btn .nav-tabs, .yl-faq-tab-btn .nav-tabs .nav-item.show .nav-link, .yl-faq-tab-btn .nav-tabs .nav-link, .yl-faq-tab-btn .nav-tabs .nav-link.active {
            border: none
        }

            .yl-faq-tab-btn .nav-tabs .nav-link {
                border-radius: 0
            }

                .yl-faq-tab-btn .nav-tabs .nav-link.active {
                    color: #fff;
                    background-color: #2678c0
                }

    .yl-faq-tab-btn .faq-tab-btn-area {
        overflow: hidden;
        border-radius: 30px;
        display: inline-block;
        border: 1px solid #e5e5e5
    }

    .yl-faq-tab-btn li {
        float: left
    }

        .yl-faq-tab-btn li a {
            color: #000;
            font-size: 15px;
            font-weight: 700;
            padding: 10px 40px;
            position: relative
        }

            .yl-faq-tab-btn li a:after {
                top: 0;
                right: 0;
                width: 1px;
                content: "";
                height: 100%;
                position: absolute;
                background-color: #e5e5e5
            }

        .yl-faq-tab-btn li:last-child a:after {
            display: none
        }

.yl-faq-que-ans-content {
    max-width: 530px;
    margin-bottom: 30px
}

    .yl-faq-que-ans-content h3 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 16px
    }

    .yl-faq-que-ans-content p {
        color: #555
    }

@media screen and (max-width:767px) {
    .faq-main-section {
        padding: 60px 0
    }

    .yl-faq-tab-btn li a {
        font-size: 14px;
        padding: 5px 15px
    }
}

@media screen and (max-width:480px) {
    .yl-faq-tab-btn .faq-tab-btn-area {
        border-radius: 0
    }
}

.yl-photo-gallery-section {
    padding: 120px 0
}

.yl-photo-filter-btn {
    margin-bottom: 45px
}

    .yl-photo-filter-btn button {
        padding: 0;
        color: #000;
        border: none;
        margin: 0 22px;
        font-weight: 700;
        font-style: 18px;
        background-color: transparent
    }

        .yl-photo-filter-btn button.is-checked {
            color: #2678c0
        }

.grid-size-33 {
    width: 33.33%
}

.yl-photo-gallery-area {
    margin-bottom: 50px
}

    .yl-photo-gallery-area .grid-sizer {
        width: 33.33%
    }

    .yl-photo-gallery-area .filtr-container-area {
        margin: 0 -5px
    }

.photo-gallery-innerbox {
    padding: 5px
}

    .photo-gallery-innerbox .photo-gallery-img-item {
        overflow: hidden;
        border-radius: 10px
    }

        .photo-gallery-innerbox .photo-gallery-img-item:before {
            top: 0;
            left: auto;
            right: 0;
            width: 0%;
            content: "";
            height: 100%;
            position: absolute;
            transition: .4s all ease-in-out;
            background-color: rgba(255,83,31,.75)
        }

    .photo-gallery-innerbox .yl-photo-popup {
        height: 100%;
        width: 100%;
        position: absolute
    }

        .photo-gallery-innerbox .yl-photo-popup:after, .photo-gallery-innerbox .yl-photo-popup:before {
            top: 50%;
            left: 0;
            right: 0;
            z-index: 2;
            width: 4px;
            content: "";
            height: 0;
            margin: 0 auto;
            border-radius: 30px;
            position: absolute;
            background-color: #fff;
            transform: translateY(-50%);
            transition: .3s all ease-in-out
        }

        .photo-gallery-innerbox .yl-photo-popup:after {
            width: 0;
            height: 4px
        }

    .photo-gallery-innerbox:hover .yl-photo-popup:after {
        width: 60px
    }

    .photo-gallery-innerbox:hover .yl-photo-popup:before {
        height: 60px
    }

    .photo-gallery-innerbox:hover .photo-gallery-img-item:before {
        right: 0;
        left: auto;
        width: 100%
    }

@media screen and (max-width:540px) {
    .grid-size-33 {
        width: 100%
    }
}

.not-found-section {
    padding: 120px 0
}

.not-found-content {
    margin: 0 auto;
    max-width: 520px
}

    .not-found-content span {
        color: #000;
        font-size: 36px;
        display: block;
        font-weight: 700;
        line-height: 1.333;
        margin-bottom: 20px
    }

    .not-found-content a {
        color: #000;
        font-weight: 700
    }

        .not-found-content a i {
            color: #f76652;
            margin-left: 5px
        }

    .not-found-content .error-img {
        margin-top: 60px
    }

.yl-login-modal .modal-content {
    border: none;
    overflow: hidden;
    border-radius: 10px
}

.yl-login-modal .modal-dialog {
    max-width: 570px
}

.yl-login-modal .modal-body {
    padding: 50px
}

.yl-modal-header {
    z-index: 1;
    padding: 30px 0
}

    .yl-modal-header:after {
        top: 0;
        z-index: -1;
        width: 100%;
        content: "";
        height: 100%;
        position: absolute;
        background-color: rgba(0,0,255,.7)
    }

    .yl-modal-header p {
        color: #fff;
        font-size: 15px;
        padding-top: 15px
    }

    .yl-modal-header .yl-login-head {
        margin: 0 auto;
        max-width: 310px
    }

.yl-modal-signup-login-tab .yl-faq-tab-btn {
    padding-bottom: 30px
}

.yl-modal-signup-login-tab p {
    color: #555
}

    .yl-modal-signup-login-tab p a {
        color: #000;
        font-weight: 700
    }

.yl-login-content, .yl-sign-up-content {
    max-width: 370px;
    margin: 0 auto
}

    .yl-login-content input, .yl-sign-up-content input {
        width: 100%;
        height: 50px;
        border: none;
        padding-left: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        background-color: #efeff0
    }

        .yl-login-content input:placeholder, .yl-sign-up-content input:placeholder {
            color: #555
        }

    .yl-login-content .yl-login-label, .yl-sign-up-content .yl-login-label {
        text-align: left
    }

        .yl-login-content .yl-login-label span, .yl-sign-up-content .yl-login-label span {
            float: left;
            color: #555
        }

        .yl-login-content .yl-login-label a, .yl-sign-up-content .yl-login-label a {
            color: #000;
            float: right;
            font-weight: 700
        }

        .yl-login-content .yl-login-label input, .yl-sign-up-content .yl-login-label input {
            width: 15px;
            height: 15px;
            margin-right: 12px
        }

    .yl-login-content button, .yl-sign-up-content button {
        color: #fff;
        width: 100%;
        height: 50px;
        border: none;
        font-weight: 700;
        border-radius: 10px;
        margin-bottom: 15px;
        background-color: #ffc107
    }

.yl-sign-up-content {
    max-width: 470px
}

    .yl-sign-up-content input {
        width: 45%;
        float: left;
        margin: 0 10px 20px
    }

    .yl-sign-up-content button {
        width: 90%;
        margin-top: 20px
    }

    .yl-sign-up-content .yl-login-label input {
        margin: 5px 10px 0 10px
    }

#yl_map {
    height: 410px
}

.yl-googlemap {
    padding: 100px 0 0;
    background-color: #f2f2f4
}

.contact-content-section {
    padding: 50px 0;
    background-color: #f2f2f4
}

.yl-contact-content-wrap {
    margin-top: 20px
}

.yl-contact-content-inner {
    padding: 50px;
    border-radius: 10px;
    background-color: #fff
}

    .yl-contact-content-inner .yl-contact-content-icon {
        margin-bottom: 28px
    }

    .yl-contact-content-inner .yl-contact-content-text h3 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 10px
    }

    .yl-contact-content-inner .yl-contact-content-text span {
        display: block;
        font-size: 16px
    }

.yl-contact-form-wrap {
    margin-top: 50px
}

    .yl-contact-form-wrap h3 {
        color: #2678c0;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: left;
        padding-bottom: 15px
    }

.yl-contact-form-area {
    padding: 40px;
    background-color: #fff
}

    .yl-contact-form-area .yl-contact-form-input {
        flex-wrap: wrap;
        margin: 0 -15px
    }

        .yl-contact-form-area .yl-contact-form-input input {
            height: 50px;
            width: 100%;
            border: none;
            margin: 0 0 10px;
            padding-left: 20px;
            border-radius: 8px;
            background-color: #efeff0
        }

    .yl-contact-form-area textarea {
        width: 100%;
        border: none;
        height: 170px;
        padding: 20px;
        margin-top: 0;
        border-radius: 8px;
        background-color: #efeff0
    }

    .yl-contact-form-area button {
        color: #fff;
        width: 100%;
        border: none;
        height: 50px;
        margin-top: 20px;
        border-radius: 8px;
        font-weight: 700;
        background-color: #2678c0
    }

        .yl-contact-form-area button i {
            margin-left: 10px
        }

@media screen and (max-width:991px) {
    .yl-contact-form-area .yl-contact-form-input input {
        margin-bottom: 10px
    }

    .yl-contact-content-inner {
        margin-bottom: 30px
    }
}

@media screen and (max-width:800px) {
    .yl-contact-form-area .yl-contact-form-input input {
        width: 100%
    }
}

@media screen and (max-width:570px) {
    .yl-googlemap {
        padding: 50px 0 0
    }

    .yl-contact-form-wrap {
        margin-top: 20px
    }

        .yl-contact-form-wrap h3 {
            font-size: 30px
        }

    .yl-contact-form-area {
        padding: 40px 15px
    }
}

.yl-course-search-section-3 {
    padding: 110px 0
}

.search-form-wrap {
    margin: 0 auto;
    max-width: 750px;
    margin-top: 30px
}

    .search-form-wrap input {
        width: 100%;
        height: 60px;
        border: none;
        padding-left: 30px;
        border-radius: 7px;
        box-shadow: 0 6px 38px 0 rgba(0,0,0,.07)
    }

    .search-form-wrap button {
        top: 0;
        right: 0;
        color: #fff;
        border: none;
        height: 60px;
        width: 150px;
        font-weight: 700;
        position: absolute;
        border-radius: 7px;
        background-color: #ffc107
    }

.yl-fun-fact-wrapper {
    padding-top: 60px
}

.yl-fun-fact-inner .yl-fun-fact-icon {
    line-height: 1;
    margin-right: 20px;
    padding-right: 20px
}

    .yl-fun-fact-inner .yl-fun-fact-icon i {
        color: #ffc107;
        font-size: 50px
    }

    .yl-fun-fact-inner .yl-fun-fact-icon:after {
        top: 5px;
        right: 0;
        height: 40px;
        width: 2px;
        content: "";
        position: absolute;
        background-color: #f2f2f4
    }

.yl-fun-fact-inner .yl-fun-fact-text span, .yl-fun-fact-inner .yl-fun-fact-text strong {
    line-height: 1;
    font-size: 25px;
    font-weight: 700;
    font-family: "Fira Sans"
}

.yl-fun-fact-inner .yl-fun-fact-text strong {
    top: 2px;
    position: relative
}

.yl-product-wrap {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px
}

    .yl-product-wrap .yl-product-img {
        overflow: hidden;
        background-color: #f1f1f3
    }

        .yl-product-wrap .yl-product-img .yl-product-cart {
            top: 20px;
            right: 20px;
            width: 40px;
            color: #fff;
            height: 40px;
            line-height: 40px;
            transform: scale(0);
            position: absolute;
            text-align: center;
            border-radius: 100%;
            background-color: #ffc107;
            transition: .4s all ease-in-out
        }

        .yl-product-wrap .yl-product-img:before {
            content: "";
            opacity: 0;
            width: 100%;
            height: 100%;
            visibility: hidden;
            position: absolute;
            background-color: rgba(0,0,0,.7);
            transition: .4s all ease-in-out
        }

    .yl-product-wrap .yl-product-text {
        margin-top: 20px
    }

        .yl-product-wrap .yl-product-text h3 {
            color: #000;
            float: left;
            font-size: 20px;
            font-weight: 700;
            padding-bottom: 5px
        }

        .yl-product-wrap .yl-product-text .yl-product-price {
            float: right
        }

            .yl-product-wrap .yl-product-text .yl-product-price span {
                line-height: 1;
                font-size: 20px;
                font-weight: 700;
                color: #ffc107;
                font-family: "Fira Sans"
            }

                .yl-product-wrap .yl-product-text .yl-product-price span del {
                    color: #53536c;
                    font-size: 16px
                }

    .yl-product-wrap:hover .yl-product-cart {
        transform: scale(1)
    }

    .yl-product-wrap:hover .yl-product-img:before {
        opacity: 1;
        visibility: visible
    }

.yl-shop-wrap-section {
    padding-bottom: 100px
}

.yl-product-content {
    margin-top: 40px
}

.yl-shop-btn {
    color: #fff;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    background-color: #ffc107
}

    .yl-shop-btn a {
        width: 100%;
        display: block
    }

.yl-counter-section {
    padding: 50px 0;
    background: scroll;
}

    .yl-counter-section .bg-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(2,16,46,.85)
    }

.yl-counter-icon-text .yl-counter-icon {
    padding-top: 5px;
    text-align: center;
    margin-right: 15px
}

.yl-counter-icon-text .yl-counter-text {
    overflow: hidden;
    text-align:center;
    margin-top:15px;
}
    .yl-counter-icon-text .yl-counter-text p {
        text-align:center !important;
    }

    .yl-counter-icon-text .yl-counter-text span {
        color: #fff;
        line-height: 1;
        font-size: 36px;
        font-weight: 700
    }

    .yl-counter-icon-text .yl-counter-text strong {
        font-size: 24px;
        color: #2678c0
    }

    .yl-counter-icon-text .yl-counter-text p {
        color: #98a5c2
    }

@media screen and (max-width:991px) {
    .yl-counter-icon-text {
        margin-bottom: 30px;
        text-align: center
    }
}

@media screen and (max-width:420px) {
    .yl-counter-section {
        padding: 50px 0
    }
}

.yl-cta-section-4 {
    overflow: visible
}

.yl-cta-content-4 {
    margin: 0 auto;
    max-width: 975px
}

.yl-cta-contact-4 {
    width: 50%;
    padding: 40px;
    background-color: #eaecf0
}

    .yl-cta-contact-4 .yl-cta-img-4 {
        bottom: 0;
        left: 10px;
        position: absolute
    }

    .yl-cta-contact-4 .yl-cta-contact-text {
        float: right;
        max-width: 260px
    }

        .yl-cta-contact-4 .yl-cta-contact-text h3 {
            color: #2678c0;
            font-size: 22px;
            font-weight: 600;
            line-height: 1.364
        }

        .yl-cta-contact-4 .yl-cta-contact-text a {
            color: #fff;
            width: 130px;
            height: 45px;
            font-size: 15px;
            font-weight: 700;
            text-align: center;
            line-height: 45px;
            border-radius: 5px;
            margin-top: 20px;
            display: inline-block;
            background-color: #2678c0
        }

.yl-cta-register-4 {
    width: 50%
}

    .yl-cta-register-4 .yl-cta-register-text {
        margin: 0 auto;
        max-width: 325px;
        padding-top: 65px
    }

        .yl-cta-register-4 .yl-cta-register-text h3 {
            color: #fff;
            font-size: 26px;
            font-weight: 700;
            line-height: 1.385;
            padding-bottom: 20px
        }

        .yl-cta-register-4 .yl-cta-register-text a {
            font-weight: 700;
            color: #2678c0;
            font-size: 15px
        }

@media screen and (max-width:767px) {
    .yl-cta-contact-4 .yl-cta-img-4 {
        display: none
    }

    .yl-testimonial-img-text-2:hover {
        transform: translateY(-5px);
        box-shadow: 0 36px 35px 0 rgb(12 12 12 / 10%)
    }
}

@media screen and (max-width:680px) {
    .yl-cta-contact-4, .yl-cta-register-4 {
        width: 100%
    }

        .yl-cta-contact-4 .yl-cta-contact-text {
            max-width: 100%;
            text-align: center
        }

    .yl-cta-content-4 {
        flex-wrap: wrap
    }
}

@media screen and (max-width:680px) {
    .yl-cta-register-4 .yl-cta-register-text {
        padding: 40px
    }
}

.yl-footer-section {
    padding-top: 80px
}

.yl-footer-copyright {
    padding: 25px 0;
    font-family: arial;
}

    .yl-footer-copyright span {
        font-size: 15px;
        color: #fff
    }

.yl-footer-content-wrap {
    padding-bottom: 0;
    border-bottom: 2px solid #383737
}

.yl-footer-widget .widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px
}

    .yl-footer-widget .widget-title:before {
        left: 0;
        height: 3px;
        width: 30px;
        content: "";
        bottom: -12px;
        position: absolute;
        background-color: #ffc107
    }

.yl-footer-widget .yl-footer-logo-widget .yl-footer-logo {
    padding-bottom: 18px
}

.yl-footer-widget .yl-footer-logo-widget p {
    color: #fff;
    padding-bottom: 35px
}

.yl-footer-widget .yl-footer-logo-widget .footer-logo-btn {
    color: #fff;
    height: 35px;
    width: 100px;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    overflow: hidden;
    display: inline-block;
    background-color: #ffc107;
    transition: .3s all ease-in-out
}

    .yl-footer-widget .yl-footer-logo-widget .footer-logo-btn:after {
        background-color: #fff
    }

    .yl-footer-widget .yl-footer-logo-widget .footer-logo-btn:hover {
        color: #000
    }

.yl-footer-widget .yl-footer-newslatter-widget p {
    color: #9d9d9d
}

.yl-footer-widget .yl-footer-newslatter-widget form {
    margin-top: 30px;
    position: relative
}

.yl-footer-widget .yl-footer-newslatter-widget input {
    height: 45px;
    width: 100%;
    padding-left: 20px;
    border: 2px solid #313131;
    background-color: transparent
}

    .yl-footer-widget .yl-footer-newslatter-widget input::placeholder {
        color: #fff;
        font-size: 14px
    }

.yl-footer-widget .yl-footer-newslatter-widget button {
    top: 0;
    right: 0;
    width: 60px;
    padding: 0;
    color: #fff;
    height: 45px;
    border: none;
    position: absolute;
    background-color: #ffc107;
    transition: .3s all ease-in-out
}

    .yl-footer-widget .yl-footer-newslatter-widget button:hover {
        background-color: #fff;
        color: #000
    }

.yl-footer-widget .yl-footer-newslatter-widget .yl-footer-social {
    margin-top: 22px
}

    .yl-footer-widget .yl-footer-newslatter-widget .yl-footer-social li {
        margin-right: 15px
    }

        .yl-footer-widget .yl-footer-newslatter-widget .yl-footer-social li a {
            color: #494949;
            transition: .3s all ease-in-out
        }

            .yl-footer-widget .yl-footer-newslatter-widget .yl-footer-social li a:hover {
                color: #ffc107
            }

.yl-footer-widget .yl-footer-info-widget {
    padding-left: 20px
}

    .yl-footer-widget .yl-footer-info-widget ul {
        padding-top: 15px
    }

    .yl-footer-widget .yl-footer-info-widget i {
        font-size: 14px;
        position: absolute;
        left: 0;
        color: #ffc107;
        top: 5px
    }

    .yl-footer-widget .yl-footer-info-widget a {
        color: #fff;
        letter-spacing: .2px;
        display: block;
        font-size: 16px
    }
    .yl-footer-widget .yl-footer-info-widget p {
        color: #fff;
        letter-spacing: .2px;
        display: block;
        font-size: 16px
    }

    .yl-footer-widget .yl-footer-info-widget .office-open-hour {
        margin-top: 10px
    }

        .yl-footer-widget .yl-footer-info-widget .office-open-hour span {
            color: #fff;
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
            font-weight: 700;
            text-decoration: underline
        }

        .yl-footer-widget .yl-footer-info-widget .office-open-hour p {
            font-size: 14px;
            color: #9d9d9d;
            max-width: 180px
        }

.yl-footer-widget .yl-footer-instagram-widget .insta-feed {
    padding-top: 10px
}

    .yl-footer-widget .yl-footer-instagram-widget .insta-feed li {
        float: left;
        width: 75px;
        height: 75px;
        margin-right: 10px;
        margin-bottom: 7px;
        position: relative;
        background-color: #000;
        transition: .3s all ease-in-out
    }

        .yl-footer-widget .yl-footer-instagram-widget .insta-feed li:before {
            top: 0;
            opacity: 0;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: #000;
            transition: .3s all ease-in-out
        }

        .yl-footer-widget .yl-footer-instagram-widget .insta-feed li i {
            left: 0;
            top: 50%;
            right: 0;
            opacity: 0;
            color: #fff;
            position: absolute;
            text-align: center;
            transform: translateY(-50%);
            transition: .3s all ease-in-out
        }

        .yl-footer-widget .yl-footer-instagram-widget .insta-feed li:hover:before {
            opacity: .7
        }

        .yl-footer-widget .yl-footer-instagram-widget .insta-feed li:hover i {
            opacity: 1
        }

.yl-footer-section-2 .yl-footer-content-wrap {
    padding-top: 80px
}

.yl-footer-section-2 .yl-footer-widget .yl-footer-logo-widget .footer-logo-btn {
    border-radius: 30px;
    background-color: #ffc107
}

.yl-footer-section-2 .yl-footer-widget .widget-title:before, .yl-footer-section-2 .yl-footer-widget .yl-footer-newslatter-widget button {
    background-color: #ffc107
}

.yl-footer-section-2 .yl-footer-widget .yl-footer-info-widget i, .yl-footer-section-2 .yl-footer-widget .yl-footer-newslatter-widget .yl-footer-social li a:hover {
    color: #ffc107
}

@media screen and (max-width:5120px) {
    .yl-registration-section:after {
        width: 50%
    }
}

@media screen and (max-width:2000px) {
    .yl-registration-section:after {
        width: 54%
    }
}

@media screen and (max-width:1800px) {
    .yl-banner-content .yl-banner-img {
        right: -140px
    }
}

@media screen and (max-width:1520px) {
    .yl-banner-content .yl-banner-img {
        right: -200px
    }
}

@media screen and (max-width:1440px) {
    #yl-main-slider .owl-dots {
        left: 20px
    }

    .yl-banner-content .yl-banner-img {
        width: 50%;
        right: 0
    }

    .yl-banner-text {
        max-width: 540px
    }
}

@media screen and (max-width:1199px) {
    #yl-main-slider .owl-dots {
        left: 0;
        right: 0;
        top: auto;
        bottom: 30px;
        text-align: center;
        transform: translateY(0)
    }

        #yl-main-slider .owl-dots .owl-dot {
            display: inline-block;
            margin: 0 3px
        }

    .yl-main-navigation li {
        margin-right: 45px
    }

    .banner-search-select {
        text-align: center
    }
}

@media screen and (max-width:1024px) {
    .yl-header-top-cta li {
        padding-left: 50px
    }

    .yl-main-navigation li {
        margin-right: 45px
    }

    .yl-section-title h2 {
        font-size: 35px
    }

    .yl-blog-img-text .yl-blog-title h3 {
        font-size: 20px
    }

    .yl-banner-content .yl-banner-img {
        width: 45%;
        top: 240px
    }

    .yl-category-img-text .yl-category-text h3 {
        font-size: 20px
    }

    .yl-popular-course-img-text {
        padding: 25px 15px
    }

        .yl-popular-course-img-text .popular-course-fee strong {
            font-size: 20px
        }

        .yl-popular-course-img-text .popular-course-fee del, .yl-popular-course-img-text .popular-course-fee span {
            font-size: 16px
        }

        .yl-popular-course-img-text .popular-course-title .yl-course-meta a {
            margin-right: 5px
        }

        .yl-popular-course-img-text .popular-course-rate .p-course-btn {
            display: none
        }

    .yl-banner-content .yl-banner-img {
        right: -60px
    }
}

@media screen and (max-width:991px) {
    .yl-header-top-cta {
        display: none
    }

    .yl-header-menu-wrap {
        display: none
    }

    .header-style-two .yl-main-navigation {
        display: none
    }

    .yl-mobile_menu_button {
        display: block
    }

    .yl-header-top {
        padding-bottom: 0;
        border: none
    }

    .yl-header-main {
        padding: 0px 0
    }

    .yl-sticky-menu {
        top: 0
    }

    .yl-feature-innerbox {
        margin-bottom: 30px
    }

    .yl-about-video-area {
        margin: 0 auto;
        max-width: 570px
    }

    #yl-blog-slider-id .owl-nav, #yl-department-slider-id .owl-nav {
        position: static;
        margin-top: 30px;
        text-align: center
    }

        #yl-blog-slider-id .owl-nav .owl-next, #yl-blog-slider-id .owl-nav .owl-prev, #yl-department-slider-id .owl-nav .owl-next, #yl-department-slider-id .owl-nav .owl-prev {
            height: 45px;
            width: 45px;
            line-height: 45px
        }

    .yl-course-filter-wrap .grid-size-25, .yl-course-filter-wrap .grid-sizer {
        width: 33.33%
    }

    .yl-registration-section:after {
        display: none
    }

    .yl-registration-text-wrap {
        padding-left: 0
    }

        .yl-registration-text-wrap a {
            background-color: #000
        }

    .yl-newslatter-content {
        padding: 0
    }

    .yl-footer-widget {
        margin-bottom: 30px
    }

        .yl-footer-widget .yl-footer-info-widget {
            padding-left: 0
        }

    .yl-newslatter-content .yl-newslatter-form button {
        width: 100px
    }

    .yl-newslatter-content .yl-newslatter-form {
        padding-left: 0
    }

    .yl-banner-content .yl-banner-img {
        display: none
    }

    .yl-banner-text {
        min-width: 100%
    }

    .header-style-two .yl-header-cart-login {
        display: none
    }

    .yl-registration-content-2 .registration-side-img {
        display: none
    }

    .yl-registration-content-2:before {
        width: 100%
    }

    .yl-popular-course-img-text .popular-course-rate .p-course-btn {
        display: block
    }

    .header-style-three .yl-main-navigation {
        display: none
    }

    .header-style-three {
        padding-top: 20px
    }

        .header-style-three .yl-header-cart-login {
            margin-right: 35px;
            padding-top: 12px
        }

    .yl-fun-fact-inner {
        margin-bottom: 20px
    }
}

@media screen and (max-width:850px) {
    .banner-search-select .banner-search-shape1, .banner-search-select .banner-search-shape2 {
        display: none
    }
}

@media screen and (max-width:767px) {
    .yl-course-filter-wrap .grid-size-25, .yl-course-filter-wrap .grid-sizer {
        width: 50%
    }

    .yl-course-img-text {
        margin: 0 auto;
        max-width: none
    }

    .yl-popular-course-img-text {
        margin: 0 auto;
        /*max-width: 270px;*/
        margin-bottom: 30px
    }

    .banner-search-select .banner-select-option {
        width: inherit
    }

    .banner-search-select .yl-select-option-wrap {
        float: none
    }

    .banner-search-select button {
        width: 120px
    }
}

@media screen and (max-width:680px) {
    .slider-main-item .slider-main-text h1 {
        font-size: 50px
    }

    .slider-main-item .slider-main-text {
        padding-bottom: 150px
    }

    .yl-newslatter-content .yl-newslatter-form {
        padding-left: 0
    }

        .yl-newslatter-content .yl-newslatter-form input {
            max-width: 100%
        }

    .slider-main-item-2 .slider-main-text h1 {
        font-size: 45px
    }

    .slider-main-item-2 {
        padding: 170px 0
    }

        .slider-main-item-2 .slider-main-text a {
            height: 45px;
            width: 145px;
            line-height: 45px
        }
}

@media screen and (max-width:480px) {
    .slider-main-item .slider-main-text h1 {
        font-size: 36px
    }

    .slider-main-item .slider-main-text .slider-main-btn a {
        height: 45px;
        line-height: 45px;
        width: 140px
    }

    .yl-feature-section {
        padding: 50px 0 20px
    }

    .yl-section-title h2 {
        font-size: 26px
    }

    .yl-about-qoute span {
        font-size: 20px
    }

    .yl-about-section {
        padding-bottom: 50px
    }

    .yl-department-section {
        padding: 50px 0
    }

        .yl-department-section .yl-department-btn {
            height: 45px;
            font-size: 14px;
            line-height: 45px
        }

    .yl-course-top .yl-section-title {
        padding-left: 0
    }

    .yl-course-top .yl-course-title-text {
        padding-left: 0
    }

    .yl-course-filter-wrap .grid-size-25, .yl-course-filter-wrap .grid-sizer {
        width: 100%
    }

    .yl-course-filter-wrap .yl-course-filter-btn button {
        margin: 5px
    }

    .yl-course-top .yl-course-title-text {
        margin-top: 0
    }

    .yl-registration-countdown-wrap ul li .arch-count-down-number {
        height: 60px;
        width: 60px;
        font-size: 24px;
        line-height: 60px
    }

    .yl-registration-countdown-wrap ul li .count-unit {
        font-size: 16px
    }

    .yl-registration-countdown-wrap ul li {
        margin-right: 10px
    }

    .yl-registration-countdown-wrap {
        margin: 20px 0
    }

    .yl-registration-section {
        padding: 50px 0
    }

    .yl-blog-section {
        padding: 50px 0
    }

        .yl-blog-section .yl-blog-slide-wrap {
            margin-top: 15px
        }

    .yl-newslatter-content .yl-newslatter-text-icon .yl-newslatter-text h3 {
        font-size: 20px
    }

    .yl-testimonial-section {
        padding: 50px 0
    }

    .banner-search-wrap .banner-search-shape1, .banner-search-wrap .banner-search-shape2 {
        display: none
    }

    .yl-banner-text {
        text-align: center;
        padding: 170px 0 60px
    }

    .banner-search-select .banner-select-option {
        width: 120px
    }

    .banner-search-select {
        padding: 0
    }

        .banner-search-select .banner-select-option .nice-select {
            font-size: 15px;
            font-weight: 400
        }

        .banner-search-select button {
            height: 40px;
            width: 110px;
            line-height: 40px;
            margin: 5px 0 10px
        }

    .banner-search-wrap {
        position: static;
        text-align: center
    }

    .yl-banner-text h1 {
        font-size: 36px;
        padding-bottom: 20px
    }

    .yl-banner-text .yl-banner-tag span {
        padding: 5px 10px
    }

    .yl-banner-text .yl-banner-tag {
        margin-bottom: 20px;
        background-color: transparent
    }

    .yl-banner-text p {
        font-size: 18px
    }

    .yl-banner-text .yl-banner-btn {
        margin-right: 15px
    }

        .yl-banner-text .yl-banner-btn a {
            height: 45px;
            width: 140px;
            line-height: 45px
        }

            .yl-banner-text .yl-banner-btn a i {
                display: none
            }

    .yl-banner-text .yl-banner-play {
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .yl-banner-btn-wrap {
        display: flex;
        inherit-content: center
    }

    .yl-banner-section {
        padding-bottom: 20px
    }

    .yl-category-section {
        padding: 50px 0
    }

    .yl-section-title.yl-title-style-two .title-watermark {
        font-size: 60px;
        top: -30px
    }

    .yl-popular-course-section, .yl-testimonial-section-2 {
        padding: 50px 0
    }

    .yl-registration-content-2 {
        padding: 20px
    }

        .yl-registration-content-2 .registration-text-2 h3 {
            font-size: 24px
        }

    .yl-registration-section-2 {
        padding-top: 30px
    }

    .yl-blog-img-text-2 .yl-blog-title-text-2 h3, .yl-category-img-text .yl-category-text h3 {
        font-size: 20px
    }

    .yl-newslatter-content .yl-newslatter-form input {
        padding-left: 10px
    }

        .yl-newslatter-content .yl-newslatter-form input::placeholder {
            font-size: 14px
        }

    .yl-newslatter-section-2 .yl-newslatter-content {
        padding: 20px
    }

    .yl-newslatter-content .yl-newslatter-text-icon .yl-newslatter-text span img {
        display: none
    }

    .yl-banner-text .yl-banner-tag span {
        margin-right: 0;
        margin-bottom: 10px
    }

    .yl-banner-text .yl-banner-tag {
        padding-right: 0
    }

    .banner-search-select {
        top: 0;
        margin-bottom: 0
    }

    .slider-main-item-2 .slider-main-text h1 {
        font-size: 40px;
        padding-bottom: 20px
    }

    #yl-main-slider-2 .owl-nav .owl-next, #yl-main-slider-2 .owl-nav .owl-prev {
        display: none
    }

    .yl-category-section-2 {
        padding: 50px 0 30px
    }

    .yl-course-section-3 {
        padding: 50px 0 30px
    }

    .search-form-wrap {
        text-align: center
    }

        .search-form-wrap button {
            width: 130px;
            height: 45px;
            margin-top: 20px;
            position: static
        }

    .yl-course-search-section-3 {
        padding: 50px 0
    }

    #yl-instructor-slider .owl-nav {
        top: 0;
        position: static;
        margin-top: 60px;
        text-align: center
    }

        #yl-instructor-slider .owl-nav .owl-next, #yl-instructor-slider .owl-nav .owl-prev {
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block
        }

    .yl-instructor-section-wrap {
        padding: 50px 0
    }

    .yl-event-wrap-section {
        padding: 50px 0 20px
    }
}

@media screen and (max-width:380px) {
    .slider-main-item .slider-main-text h1 {
        font-size: 30px
    }

    .yl-section-title h2 {
        font-size: 22px
    }

    .yl-about-qoute span {
        font-size: 18px
    }

    .yl-about-qoute .yl-quote-author h4 {
        font-size: 16px
    }

    .yl-registration-text-wrap h3 {
        font-size: 24px
    }

    .yl-banner-section .banner-dot-square {
        display: none
    }
}

@media screen and (max-width:380px) {
    .yl-newslatter-content .yl-newslatter-text-icon .yl-newslatter-icon i {
        font-size: 45px
    }

    .yl-registration-countdown-wrap ul li .arch-count-down-number {
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 50px
    }
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.addres-list li {
    display: block !important;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative
}

.cosn-code {
    color: #000 !important;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-left: 12px;
    transition: .3s all ease-in-out;
    animation: blinking 1.5s infinite
}

@keyframes blinking {
    0% {
        background-color: #ff0
    }

    25% {
        background-color: #f6732e
    }

    50% {
        background-color: #ff0
    }

    75% {
        background-color: #f6732e
    }

    100% {
        background-color: #ff0
    }
}

@media(max-width:767px) {
    .header-top-cta-social {
        text-align: center
    }

        .header-top-cta-social .float-left, .header-top-cta-social .float-right {
            float: none !important
        }
}

.latestbolx {
    background-color: #ffc107;
    color: #fff;
    position: relative;
    width: 100%;
    display: table;
    margin-bottom: 30px
}

    .latestbolx h4 {
        background-color: #2678c0;
        padding: 10px 25px;
        font-size: 18px;
        display: table-cell;
        width: 180px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0
    }

    .latestbolx p {
        margin-bottom: 0;
        display: table-cell;
        vertical-align: middle;
        line-height: normal
    }

.yl-course-meta p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: inherit;
    line-height: 30px;
    letter-spacing: .2px
}

.profile-ic {
    max-width: 70%;
    height: auto;
    padding: 5px
}

.yl-feature-innerbox:hover .profile-ic {
    background-color: #fff
}

.new-ic {
    max-width: 25%;
    margin: auto;
    height: auto
}

.yl-footer-logo-widget img {
    height: 50px
}

.yl-counter-icon p {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.yl-footer-logo-widget.yl-headline.pera-content p a:hover {
    color: #ffc107
}

.mycourses .yl-course-img-text:hover .yl-course-img:before {
    opacity: 0 !important
}

.yl-blog-img-text img {
    width: 100%
}

@media (max-width:479px) {
    .yl-brand-logo img {
        width: auto;
        height: 36px;
        margin-top: 0px
    }
    .yl-mobile_menu_button{
        top: 0px;
    }
}

@media (max-width:639px) {
    .slider-main-item-3 .slider-main-text span {
        display: none
    }

    
    .latestbolx, .latestbolx h4, .latestbolx p {
        display: block;
        width: 100%
    }

        .latestbolx p {
            padding: 10px 0
        }

    .about-page-service-section {
        position: relative
    }

        

    .yl-section-title.yl-title-style-two span:after, .yl-section-title.yl-title-style-two span:before {
        display: none
    }
    .instructor-details-content-text p, .about-page-about-text .about-page-about-text-wrap, .pera-content p {
        text-align: left !important;
    }
    .yl-contact-content-inner, .cd-review-form, .yl-testimonial-img-text-2 {
        padding: 20px !important;
    }

   





}

@media (max-width:992px) {
    .yl-breadcrumb-section {
        padding: 50px 0
    }
}

.breadcrumb-item a:hover {
    text-decoration: underline
}

.pagination li a {
    color: #fff;
    height: 50px;
    padding: 0 22px;
    margin: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    background-color: #2678c0;
}

    .pagination li a:hover, .pagination li.active a {
        background-color: #ffc107;
        color: #000;
    }

.yl-blog-img-tex img {
    width: 100%
}

@media (max-width:479px) {
    .yl-course-section {
        padding: 10px 0 15px
    }

    .yl-feature-innerbox .yl-feature-icon {
        line-height: 1;
        margin-right: 15px;
        float: none !important;
        text-align: center
    }

    .yl-feature-innerbox .yl-feature-text {
        text-align: center;
        margin-top: 8px
    }

        .yl-feature-innerbox .yl-feature-text p {
            text-align: center
        }

}



.app_detas {
    text-align:center !important;
}

.app_detas span i {
    color:#2678c0;
    padding-right:8px;
}
    .app_detas span {
        margin:10px 0 !important;
        display:block;
    }

.adform .form-control {
    width: 100%;
    height: auto;
    border: 1px solid #bdbdbd;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #efeff0;
}
.adform .form-group label {
    font-weight:500;
    padding-right:10px;
}
.adform .form-group {
    margin-top:8px;
}
.adform textarea {
    height:150px !important;
    resize:none;
}
.app_detas span a:hover {
    text-decoration:underline;
}

@media (max-width:1110px) {
    .header-style-four .yl-main-navigation li {
        margin-right:20px !important;
    }
}

.cd-review-form input[type=radio] {
    width: 20px;
    margin: 0;
    line-height: 0;
    height:auto;
}

.yl-contact-content-text span a:hover {
    text-decoration:underline;
}

.header-top-cta a:hover{
    text-decoration: underline
}

.yl-footer-widget a:hover {
    text-decoration: underline
}

@media(max-width: 479px) {
    .yl-footer-copyright span {
        font-size: 14px;
        color: #fff;
    }
}


.popular-course-title {
    text-align: inherit;
    font-size: 16px;
    line-height: 30px;
    color: #252525;
    letter-spacing: .2px;
}

p.txt {
    text-align: inherit;
    font-size: 16px;
    line-height: 30px;
    color: #252525;
    letter-spacing: .2px;
}

tr:nth-child(even) {
    background-color: #b3d6f5;
}

.scrollup:hover {
    background-color: #555!important;
}
.commonTable tr th {
   
    padding: 8px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    white-space: nowrap;
}

.yl-mobile_menu_content .yl-mobile-main-navigation .navbar-nav li a:hover{
    color:#ffc107!important;
}
















/*Gallery*/



.grid__item {
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
    /* cursor: pointer; */
    transition: 0.2s;
    margin-bottom: 30px;
}


    .grid__item:hover {
        transform: translateY(-0.5%);
        box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
    }

.card {
    transition: .4s all ease-in;
    border: none;
    /* margin: 25px auto; */
}


.card__content {
    padding: 10px 10px 10px 10px;
}

.card__header {
    font-size: 20px;
    font-weight: 600;
    color: #2678c0;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    font-family: var(--body-font);
}







.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 20px;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }


    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #2678c0;
        border-color: #2678c0;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 12px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #104697;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 15px;
    }








.gallery-banner {

    background-image: url('../assets/img/banner/gbanner.jpg')!important;
}