/*
* Template Name: Edux - Education & Online Courses Multipages Template
* Author:  Gaintco
* Author URL: https://themeforest.net/user/gaintco
* Version: 1.0
*/

/* =============================================================================

[Table of contents]

0.0 Common CSS START 
1.0 HEADER AREA START 
2.0 NAVBER AREA START
3.0 BANNER AREA START
4.0 OVERVIEW AREA START
5.0 ABOUT AREA START
6.0 COURSE AREA START
7.0 COUNT AREA START
8.0 EVENT AREA START
9.0 TEACHER AREA START
10.0 DISCOUNT AREA START
11.0 PRICE AREA START
12.0 COMMENT AREA START
13.0 BLOG AREA START
14.0 BRAND AREA START
15.0 INSTRUCTOR AREA START
16.0 FOOTER AREA START
17.0 COPY_RIGHT AREA START

/*===========================
0.0 *** Common CSS START ***
=============================*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.zindex {
    position: relative;
    z-index: 99;
}

.clr {
    clear: both;
}

@font-face {
    src: url(../fonts/Poppins-Bold.ttf);
    font-family: pb;
}

@font-face {
    src: url(../fonts/Poppins-ExtraBold.ttf);
    font-family: peb;
}

@font-face {
    src: url(../fonts/Poppins-Regular.ttf);
    font-family: pr;
}

@font-face {
    src: url(../fonts/Poppins-Light.ttf);
    font-family: pl;
}

/* Preloader Part */
.preload-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #131313;
    z-index: 9999999;
    overflow: hidden;
    top: 0;
    left: 0;
}


.preloader {
    position: absolute;
    width: 65px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader p {
    font-size: 18px;
    font-family: pb;
    color: white;
    padding-bottom: 10px;
}

.preloader span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: #fbaa33;
    -webkit-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.preloader span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #fbaa33;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #fbaa33;
    }

    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #fbaa33;
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #fbaa33;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #fbaa33;
    }

    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #fbaa33;
    }
}

/* breadcrumb Part */
#breadcrumb {
    padding: 30px 0;
}

.yellow {
    background: #fff3cd;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.yellow li a {
    color: #373a6d;
    font-size: 18px;
    font-family: pb;
}

/* Version 2 */
.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#index2 .full_slider .slick-dots {
    display: none;
}

#index2 .bnr_text {
    padding-bottom: 170px;
}

/* Version 3 */
#index3 .slider {
    background: none;
}

#index3 #banner {
    background: url(../images/banner2.jpg) left top no-repeat;
    background-size: cover;
}

#index3 .full_slider .slick-dots {
    display: none;
}

#index3 .bnr_text {
    padding-bottom: 170px;
}

/** Login start **/
.logoss {
    font-size: 26px;
    font-family: peb;
    color: white;
}

.logoss:hover {
    color: white;
}

.login-12 {
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #363535;
}

.login-12 .login-inner-form {
    color: #272323;
    text-align: center;
}

.login-12 .col-pad-0 {
    padding: 0;
}

.login-12 .login-inner-form .details p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.login-12 .login-inner-form .details p a {
    margin-left: 3px;
    color: #fff;
    font-family: pb;
}

.login-12 .login-inner-form .details p {
    margin-bottom: 0;
}

.login-12 .login-inner-form .details {
    padding: 30px 0 30px 60px;
}

.login-12 .bg-img {
    background-size: cover;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    padding: 80px 20px;
    background: #fbaa33;
    margin: 30px 0;
    right: -60px;
    z-index: 999;
}

.login-box-12 {
    margin: 0 200px 0 150px;
    max-width: 700px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.06);
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    text-align: center;
}

.login-12 .btn-outline {
    border-radius: 3px;
    padding: 6px 30px 6px 30px;
    color: #ff574d;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.login-12 .none-2 {
    display: none;
}

.login-12 .btn-outline:hover {
    background: #ecebeb;
    text-decoration: none;
}

.login-12 .login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-family: pb;
    color: white;
}

.login-12 .login-inner-form .form-group {
    margin-bottom: 20px;
}

.login-12 .login-inner-form .input-text {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.login-12 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}

.login-12 .bg-img .social-list li {
    display: inline-block;
    font-size: 16px;
}

.login-12 .bg-img .logo {
    height: 30px;
    margin-bottom: 20px;
}

.login-12 .bg-img p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}

.login-12 .bg-img .btn-sm {
    padding: 6px 20px 6px 20px;
    font-size: 13px;
}

.login-12 .bg-img .social-list {
    margin-top: 35px;
    padding: 0;
}

.login-12 .bg-img .social-list li a {
    margin: 0 5px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.login-12 .bg-img .social-list li a:hover {
    color: #ecebeb;
}

.login-12 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

.login-12 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-12 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.login-12 .login-inner-form .btn-theme {
    background: #fbaa33;
    font-size: 16px;
    font-family: pb;
    border: none;
    color: #fff;
}

.login-12 .login-inner-form .btn-theme:hover {
    background: #fbaa33;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.login-12 .login-inner-form .terms {
    margin-left: 3px;
}

.login-12 .login-inner-form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login-12 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-12 .login-inner-form .form-check a {
    color: #717171;
    float: right;
}

.login-12 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-12 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.login-12 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.login-12 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fbaa33;
    border-color: #fbaa33;
}

.login-12 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.login-12 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px;
}

.login-12 .login-inner-form .checkbox a {
    font-size: 14px;
    color: #fbaa33;
    float: right;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-12 .none-992 {
        display: none;
    }

    .login-12 .pad-0 {
        padding: 0;
    }

    .login-12 .login-box-12 {
        margin: 0 auto;
        max-width: 400px;
    }

    .login-12 .login-inner-form .details {
        padding: 30px;
    }
}

/** Login end **/

/*===========================
1.0 *** HEADER AREA START ***
=============================*/
#header {
    background: #181b20;
    padding: 20px 0;
}

.header-item a span {
    color: white;
}

.header-item a span i {
    color: #fbaa33;
    font-size: 17px;
    padding-right: 5px;
}

.social-logo {
    padding-right: 32px;
}

.social-logo i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: 2px solid #fff;
    margin-right: 10px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.social-logo i:hover {
    background: #fbaa33;
    color: white;
    border: 1px solid #fbaa33;
}

/*===========================
2.0 *** NAVBER AREA START ***
=============================*/
.navbar {
    width: 100%;
    padding-top: 28px;
    -weebkit-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    background: white !important;
    padding-bottom: 26px;
    position: relative;
}

.menu-item {
    padding-right: 25px;
}

.navbar-light .navbar-nav .nav-link {
    color: #131313;
    font-family: pr;
    font-size: 16px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    margin: 9px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fbaa33;
    cursor: pointer;
}

.nav-link i {
    font-size: 19px;
}

.navbar-light .navbar-brand {
    color: #363535;
    font-family: peb;
    font-size: 30px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.navbar-light .navbar-brand b {
    color: #fbaa33;
}

.nav-bg {
    background: white !important;
    -webkit-box-shadow: 0 6px 30px -18px;
    box-shadow: 0 6px 30px -18px;
    position: fixed;
    -webkit-animation: smooth 1s;
    animation: smooth 1s;

}

@-webkit-keyframes smooth {
    from {
        top: -50px;
    }

    to {
        top: 0px;
    }
}

@keyframes smooth {
    from {
        top: -50px;
    }

    to {
        top: 0px;
    }
}

.nav-bg .navbar-brand {
    color: #363535;
    font-size: 30px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.nav-bg .navbar-brand:hover {
    color: #363535;
}

.nav-bg .navbar-nav .nav-link {
    color: #363535;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fbaa33;
}

.new_navbtn {
    background: #fbaa33;
    border-radius: 3px;

}

.nav-item button {
    background: none;
    border: none;
    outline: 0;
}

.nav-item button:focus {
    outline: 0;
}

.new_navbtn a {
    color: white !important;
    font-family: pb !important;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: pb;
    margin-top: 61px;
    margin-left: -45px;
    background: #fbaa33;
    border-color: #fbaa33;
}

#search .btn {
    padding: 13px 20px;
    font-size: 18px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 14px;
    color: #fff;
    background-color: #fbaa33;
    border-color: #fbaa33;
    opacity: 1;
    padding: 5px 15px 10px 15px;
    font-size: 30px;
}

.modal-title {
    font-size: 26px;
    font-family: pb;
}

.modal-body {
    padding: 40px 0;
}

.modal-body p {
    font-size: 21px;
    font-family: pr;
    color: #363535;
}

.modal-body h3 {
    font-size: 23px;
    font-family: pr;
    color: #363535;
    padding-top: 30px;
}

.cols-btn {
    background: #131313;
    font-size: 16px;
    font-family: pb;
}

.cols-btn:hover {
    background: #131313;
}

.cols-btn2 {
    background: #fbaa33;
    font-size: 16px;
    font-family: pb;
    border: 1px solid #fbaa33;
}

.cols-btn2:hover {
    border: 1px solid #fbaa33;
    background: #fbaa33;
}

.status {
    color: #fbaa33 !important;
}

/*===========================
3.0 *** BANNER AREA START ***
=============================*/
.full_slider {
    position: relative;
}

.slider {
    background: url(../images/banner2.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider1 {
    background: url(../images/banner1.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider2 {
    background: url(../images/banner4.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: -1;
}

.left_arrow {
    color: #f1f1f1;
    position: absolute;
    font-size: 28px;
    top: 50%;
    left: 50px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #f1f1f1;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.left_arrow:hover {
    border: 1px dashed #fbaa33;
    color: #fbaa33;
}

.right_arrow {
    color: #f1f1f1;
    position: absolute;
    font-size: 28px;
    top: 50%;
    right: 50px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #f1f1f1;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
}

#inner .bnr_text {
    padding-bottom: 130px;
}

.right_arrow:hover {
    border: 1px dashed #fbaa33;
    color: #fbaa33;
}

.bnr_text {
    padding-top: 138px;
    padding-bottom: 200px;
    color: #fff;
}

.bnr_text h1 {
    font-size: 52px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-family: peb;
}

.bnr_text h1::after {
    position: absolute;
    content: '';
    bottom: 17px;
    right: 0;
    width: 324px;
    height: 9px;
    background: #fbaa33;
    z-index: -1;
}

.bnr_text h1 span {
    font-size: 40px;
    display: block;
    color: #fbaa33;
    font-family: pr;
}

.bnr_text p {
    font-size: 16px;
    padding-bottom: 12px;
    padding-right: 510px;
    font-family: pl;
    line-height: 26px;
}


.bnr_text .start_course {
    text-decoration: none;
    color: #fbaa33;
    font-size: 20px;
    display: inline-block;
    font-family: pb;
    padding: 14px 22px;
    border-radius: 50px;
    border: 1px solid #fbaa33;
    margin-right: 20px;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    background: transparent;
}

.bnr_text .start_course:hover {
    background: #fbaa33;
    color: white;
}

.slick-dots {
    display: none !important;
    padding-top: 8px;
    outline: 0;
    position: absolute;
    bottom: 117px;
    left: 300px;
}

.slick-dots li {
    display: inline-block !important;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: none;
    border: 1px solid #fbaa33;
    border-radius: 50%;
    outline: 0;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    color: transparent;
    background: none;
    border: none;
    border-radius: 50%;
    outline: 0;
}

.slick-dots li.slick-active button {
    background: #fbaa33;
    outline: 0;

}

.slick-dots li.slick-active button:focus {
    outline: 0;

}

/*===========================
4.0 *** OVERVIEW AREA START ***
=============================*/
#overview {
    margin-top: -131px;
    background: #f4f6fa;
    padding: 30px 0;
}


.overview-item {
    background: white;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    position: relative;
}

.overview-item:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #fbaa33;
}

.overview-item:hover:after {
    width: 100%;
}

.overview-item a i {
    border: 2px dashed #666;
    width: 40px;
    color: #131313;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.overview-item a i:hover {
    border: 2px dashed #fbaa33;
    color: #fbaa33;
}

.overview-item h3 {
    font-size: 25px;
    font-family: pb;
    padding-top: 18px;
}

.overview-item p {
    font-size: 16px;
    color: #666;
    padding-bottom: 3px;
    line-height: 26px;
}

.pa-top {
    padding-top: 70px;
}

.oi-icon i {
    font-size: 23px;
    width: 50px;
    height: 50px;
    background: #fbaa33;
    color: white;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.oi-item:hover .oi-icon i {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.oi-text h3 {
    font-size: 21px;
    font-family: pb;
}

.oi-text p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.oi-text a {
    font-size: 16px;
    font-family: pb;
    color: #fbaa33;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.oi-text a i {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.oi-text a:hover i {
    padding-left: 7px;
}

.oi-item {
    margin-bottom: 40px;
}

/*===========================
5.0 *** ABOUT AREA START ***
=============================*/
#about {
    padding: 70px 0;
    background: url(../images/about1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#about:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#about:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: white;
    z-index: 11;
}

.header-style {
    padding-bottom: 40px;
}

.header-style h3 {
    font-size: 35px;
    font-family: pb;
    position: relative;
    z-index: 1;
}

.header-style h3::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(20deg);
    -ms-transform: translateY(-50%) skewX(20deg);
    transform: translateY(-50%) skewX(20deg);
    left: 0;
    width: 60px;
    height: 75px;
    z-index: -1;
    border: 6px solid #fbaa33;
}

.about-text h3 {
    color: #131313;
    font-size: 22px;
    font-family: pb;

}

.about-text h4 {
    font-size: 19px;
    font-family: pr;
    color: #fbaa33;
    padding-bottom: 7px;
}

.about-text p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    padding-right: 47px;
}

.vid-over {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vid-over a i {
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #131313;
    font-size: 19px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.vid-over a i:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.7);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}

.vid-over a i:hover {
    background: #fbaa33;
    color: white;
}

.vid-over a i:hover:after {
    background: rgba(251, 170, 51, 0.7);
    color: white;
}

.about-img {
    position: relative;
}

.about-img img {
    border: 8px solid #fbaa33;
}

.about-text a {
    padding: 14px 20px;
    border-radius: 50px;
    color: white;
    background: #fbaa33;
    border: 1px solid #fbaa33;
    font-family: pb;
    font-size: 16px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.about-text a:hover {
    background: none;
    color: #fbaa33;
    border: 1px solid #fbaa33;
}

.about-text a i {
    padding-right: 4px;
}

.a-p-b {
    padding-bottom: 24px;
}

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    display: none;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.backtotop i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    width: 55px;
    height: 55px;
    background: #fbaa33;
    border: 1px solid #fbaa33;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 50%;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.backtotop:hover i {
    cursor: pointer;
}

.vbox-overlay {
    z-index: 999999;
}

/*===========================
6.0 *** COURSE AREA START ***
=============================*/
#course {
    padding: 70px 0 0;
    background: #f4f6fa;
}

.course-head-text a {
    padding-top: 10px;
    font-size: 16px;
    color: #fd9a08;
    font-family: pb;
}

#portfolio {
    width: 100%;
    padding-bottom: 70px;
    background: #f4f6fa;
    padding-top: 30px;
}

.portfolioFilter {
    padding-bottom: 50px;
}

.portfolioFilter a {
    margin-right: 25px;
    color: #444444;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 50px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.portfolioFilter a:hover {
    background: #fbaa33;
    color: #fff;
}

.portfolioFilter a.current {
    background: #fbaa33;
    color: #fff;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.port-item {
    margin-bottom: 30px;
    background: white;
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    position: relative;
}

.port-item:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #fbaa33;
}

.port-item:hover:after {
    width: 100%;
}

.news-items {
    margin-bottom: 45px;
}

.date-over {
    position: absolute;
    right: 30px;
    top: 10px;
}

.date-over span {
    font-family: pb;
}

.date-main {
    border: 2px solid #222831;
    padding: 2px 9px;
    color: #fff;
    background: #222831;
}

.date-over {
    color: white;
    font-size: 21px;
    font-family: pb;
}

.news-items {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
}

.news-text {
    padding: 10px 20px 20px;
}

.news-text h4 {
    font-size: 21px;
    font-family: pb;
    line-height: 33px;
    position: relative;
    padding-bottom: 8px;
}

.news-text h4::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #fbaa33;
}

.divide {
    font-size: 17px;
    font-family: pr;
    position: relative;
    padding-bottom: 7px;
}

.news-text p {
    line-height: 26px;
    padding-top: 8px;
    color: #666;
    padding-bottom: 16px;
}

.c-btn {
    padding: 14px 20px;
    border: 2px dashed #ffa015;
    border-radius: 50px;
    color: #ffa015;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.c-btn:hover {
    background: #fbaa33;
    border: 1px solid #fbaa33;
    color: #fff;
}

.news-items:hover {
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}

.on-date {
    padding-top: 8px;
}

.teacher-image {
    margin-top: -64px;
    padding-left: 20px;
}

.teacher-image img {
    border: 5px solid #fbaa33;
    border-radius: 50%;
    background: #fbaa33;
}

.overlay-img {
    border-bottom: 6px solid #fbaa33;

}

.dynamic {
    padding-top: 30px;
}

.dynamic a span {
    color: #666;
    padding-right: 13px;
}

.star {
    padding-top: 6px;
}

.star i {
    color: #fbaa33;
}

.star span {
    color: #666;
}

/*===========================
7.0 *** COUNT AREA START ***
=============================*/
#count {
    background: url(../images/counter.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-attachment: fixed;
    position: relative;
}

#count:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(19, 19, 19, 0.8);
    width: 100%;
    height: 100%;
}

.c-item {
    border: 2px dashed #fbaa33;
    padding: 15px 0;
}

.c-number {
    font-size: 25px;
    font-family: pr;
    color: white;
    padding-top: 8px;
    display: block;
}

.c-item i {
    font-size: 36px;
    color: #fbaa33;
    padding-top: 10px;
    padding-bottom: 7px;
}

.c-data {
    padding-top: 5px;
}

.c-data span {
    font-size: 16px;
    font-family: pb;
    color: #fbaa33;
}

/*===========================
8.0 *** EVENT AREA START ***
=============================*/
#event {
    padding: 70px 0;
    background: #f4f6fa;
}

.event-padding {
    padding-top: 25px;
}

.calendar {
    margin: auto;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

.calendar_weekdays div,
.calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #6f6f6f;
    font-size: 20px;
}

.calendar_content div {
    border: 1px solid transparent;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 2px 2px 15px;
}

.calendar_content div:hover {
    border: 1px solid #fbaa33;
    cursor: default;
}

.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}

.calendar_content div.past-date {
    color: #d5d5d5;
}

.calendar_content div.today {
    font-family: pb;
    font-size: 20px;
    color: #fff !important;
    border: 1px solid #fbaa33;
    background: #fbaa33;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    height: 40px;

}

.calendar_content div.selected {
    background-color: #fbaa33;
}

.calendar_header {
    width: 100%;
    text-align: center;
}

.calendar_header h2 {
    padding: 0 10px;
    font-family: pr;
    font-size: 22px;
    color: #fbaa33;
    float: left;
    width: 70%;
    margin: 0 0 16px;
}

button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #b2b1b1;
    float: left;
    width: 15%;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

button.switch-month:hover {
    color: #fbaa33;
}

.left-pa {
    padding-left: 20px;
}

.event-cata {
    background: #f4f4f4;
}

.event-cata h3 {
    font-size: 20px;
    font-family: pb;
    color: #131313;
    padding: 20px 0 20px 20px;
}

.event-arrow {
    position: relative;
}

.arrowss {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-arrow i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background: #fbaa33;
    color: white;
    text-align: center;
}

.event1 {
    padding: 20px 0;
    background: white !important;
}

.event-time {
    border: 2px dashed #fbaa33;
    padding: 11px 0;

}

.event-time b {
    font-size: 22px;
    color: #fbaa33;
}

.mash span {
    font-size: 17px;
    color: #666;
}

.event-infos h4 {
    font-size: 19px;
    font-family: pr;
}

.edata {
    padding-top: 7px;
}

.event-infos a {
    font-size: 16px;
    color: #fbaa33;
    font-family: pb;
}

.event-infos a:hover {
    margin-right: 5px;
}

.edata span {
    color: #666;
    font-family: pr;
    margin-right: 15px;
}

.edata span i {
    padding-right: 3px;
}

.event2 {
    background: #f4f6fa !important;
}

/*===========================
9.0 *** TEACHER AREA START ***
=============================*/
#teacher {
    padding: 70px 0;
}

.t-pa-top {
    padding-top: 25px;
}

.teacher-hide {
    display: none;
}

.teacher-main {
    position: relative;
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}

.teacher-main img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border: 5px solid #fbaa33;
    position: relative;
}

.teacher-main:hover .teacher-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.teacher-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 155, 18, 0.7);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}

.teacher-icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.teacher-icon i {
    font-size: 19px;
    color: white;
    margin-right: 10px;
}

.teacher-info h3 {
    padding-top: 25px;
    font-family: pr;
    font-size: 24px;
    padding-bottom: 6px;
}

.t-icon i {
    font-size: 20px;
    color: white;
}

.teacher-btn {
    padding-top: 25px;
}

.teacher-btn a {
    padding: 14px 20px;
    background: none;
    border: 2px dashed #fbaa33;
    color: #fbaa33;
    font-family: pb;
    font-size: 16px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.teacher-btn a:hover {
    background: #fbaa33;
    color: white;
}

/*===========================
10.0 *** DISCOUNT AREA START ***
=============================*/
#discount {
    padding: 70px 0;
    background: url(../images/discount.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#discount::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 27, 27, 0.8);
}

.h-s2 h3::after {
    border: 6px solid #fbaa33;
}

.h-s2 {
    color: white;
}

.dis-text h3 {
    font-size: 25px;
    font-family: pr;
    color: white;
}

.dis-text h3 span {
    font-family: peb;
    color: #f8b552;
}

.dis-text a {
    padding: 14px 20px;
    background: #fbaa33;
    color: white;
    font-size: 16px;
    font-family: pb;
    border-radius: 50px;
}

.count-item h2 {
    font-family: pb;
    color: #fbaa33;
}

.coun p {
    padding-right: 0 !important;
    color: #fbaa33;
}

.coun {
    border: 3px dashed #666;
    padding-top: 20px;
}

.text-down {
    padding-top: 8px;
}

.text-down span {
    font-size: 16px;
    font-family: pr;

}

.text-down span a {
    font-size: 16px;
    font-family: pb;
    color: #fbaa33;
}

.dis-text h4 {
    font-family: pb;
    font-size: 23px;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 5px;
}

.luanch {
    padding-top: 50px;
}

.differ {
    font-size: 16px;
    line-height: 26px;
    color: white;
    font-family: pr;
    padding-right: 13px;
    padding-bottom: 14px;
}

.dis-form {
    background: white;
    padding: 25px 30px;
}

.dis-form h3 {
    font-family: pb;
    color: #fbaa33;
    font-size: 23px;
}

.a-btn {
    padding: 10px 15px;
    font-family: pb;
    font-size: 16px;
}

label {
    font-size: 16px;
    color: #666;
    font-family: pr;
}

/*===========================
11.0 *** PRICE AREA START ***
=============================*/
#price {
    padding: 70px 0;
}

.price-item {
    padding: 25px 5px 0;
    background: white;
    border: 3px dashed #e0e0e0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.price-item:hover {
    border: 3px dashed #fbaa33;
}

.price-item h3 {
    font-size: 23px;
    font-family: pb;
    padding-top: 5px;
}

.cl {
    color: #666;
    font-family: pr;
    font-size: 16px;
    display: block;
}

.price-item img {
    padding-bottom: 10px;
}

.price-tag {
    display: inline-block;
}

.price-tag span {
    padding-bottom: 20px;
    display: block;
    padding-top: 12px;
    font-size: 30px;
    color: #363535;
    font-family: pb;
}

.price-btn {
    padding-top: 30px;
}

.gap-p p {
    font-size: 16px;
    color: #666;
}

.price-btn a {
    border: 1px solid white;
    background: #fbaa33;
    padding: 15px 20px;
    font-size: 16px;
    font-family: pb;
    color: white;
}

.price-tag2 {
    display: inline-block;
    padding-left: 10px;
    padding-top: 17px;
    text-align: left;
}

.price-tag2 span {
    display: block;
    font-family: pr;
}

.sty-span {
    position: relative;
    padding-bottom: 3px;
}

.sty-span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #fbaa33;
}

/*===========================
12.0 *** COMMENT AREA START ***
=============================*/
#comment {
    padding: 70px 0;
    background: #f4f6fa;
}

.back-bg {
    background: white;
}

.comment-text-item p {
    font-size: 16px;
    padding-top: 9px;
    line-height: 26px;
    font-family: pr;
}

.slick-padding {
    padding-top: 30px;
    padding-right: 30px;
}

.slick-padding h3 {
    font-size: 23px;
    color: #363535;
    font-family: pb;
}

.slick-padding2 {
    position: relative;
}

.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-img-main {
    padding: 20px 0;
}

.aar {
    position: absolute;
    right: 16px;
    bottom: 20px;
    background: rgba(251, 170, 51, 0.8);
    width: 60px;
    height: 60px;
    color: white;
    line-height: 60px;
    font-size: 23px;
    text-align: center;
}

.aal {
    position: absolute;
    left: 16px;
    top: 21px;
    background: rgba(251, 170, 51, 0.8);
    width: 60px;
    height: 60px;
    color: white;
    line-height: 60px;
    font-size: 23px;
    text-align: center;
}

.comment-text-item p i {
    font-size: 19px;
    color: #fbaa33;
}

.comment-text-main {
    position: relative;
}

.comment-text-main .slick-dots {
    bottom: -90px !important;
    right: 0;
}

/*===========================
13.0 *** BLOG AREA START ***
=============================*/
#blog {
    padding: 70px 0;
}

.blog-item {
    background: white;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: 3px dashed #dddddd;
}

.dynamic2 {
    padding-top: 15px;
}

.dynamic2 a {
    font-size: 16px;
    color: #363535;
    padding-right: 10px;
    font-family: pr;
}

.blog-head {
    padding-bottom: 24px;
}

.blog-img {
    position: relative;
}

.blog-img img {
    height: 100%;
    border-left: 4px solid #facf90;
}

.blog-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-over i {
    width: 40px;
    height: 40px;
    font-size: 23px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    color: #eaad13;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-text {
    padding: 11px 0 0;
    background: #fff;
}

.blog-item h3 {
    font-size: 19px;
    padding-top: 10px;
    font-family: pb;
    line-height: 30px;
    color: #363535;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    padding-right: 25px;
}

.blog-item p {
    padding-top: 5px;
    font-size: 16px;
    font-family: pr;
    color: #444;
    line-height: 25px;
    padding-bottom: 0px;
    padding-right: 20px;
}

.poster .ad-p {
    padding-top: 22px;
}

.poster .ad-p p {
    line-height: 10px;
}

.poster p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

.blog-btn {
    font-size: 16px;
    color: #fbaa33;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-item i {
    vertical-align: middle;
}

.blog-item:hover .blog-over {
    opacity: 1;
}

.blog-text2 {
    padding: 10px 0;
}

.blog-item .extra1 {
    float: right;
    padding-right: 30px;
}

.blog-item .extra11 {
    float: left;
}

.blog-text2 span {
    color: #777777;
    font-size: 14px;
    text-transform: capitalize;
}

.blog-text2 h3 {
    padding-bottom: 2px;
    padding-top: 6px;
}

.blog-text2 a {
    font-size: 16px;
    font-family: pb;
    color: #fbaa33;
}

.blog-right-item {
    padding-bottom: 35px;
}

.browse {
    padding: 60px 0 20px;
}

.browse a {
    border: 2px dashed #fbaa33;
    color: #fbaa33;
    padding: 15px 21px;
    font-size: 16px;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.browse a:hover {
    background: #fbaa33;
    color: white;
}

/*===========================
14.0 *** BRAND AREA START ***
=============================*/
#brand {
    padding: 30px 0;
    background: white;
}

.market-item {
    padding: 30px;
}

.slick-center market-item img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

/*===========================
15.0 *** INSTRUCTOR AREA START ***
=============================*/
#instructor {
    background: #fbaa33;
    padding: 35px;
}

.in-item h3 {
    color: white;
    font-size: 23px;
    font-family: pb;
    text-transform: uppercase;
    margin-bottom: 0;
}

.in-item a {
    color: white;
    font-size: 16px;
    font-family: pb;
    border: 3px solid white;
    padding: 14px 20px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.in-item a:hover {
    background: white;
    color: #fbaa33;
}

/*===========================
16.0 *** FOOTER AREA START ***
=============================*/
#footer {
    padding: 70px 0;
    background: #262626;
}

.item-logo {
    color: #fbaa33;
    font-size: 26px;
    font-family: pb;
    padding-bottom: 8px;
    display: block;
}

.item-logo:hover {
    color: #fbaa33;
}

.footer-text p {
    color: white;
    font-family: pr;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 4px;
}

.footer-social a i {
    font-size: 17px;
    color: #fbaa33;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px dashed #666;
    margin-right: 10px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.footer-social a i:hover {
    background: #fbaa33;
    color: white;
    border: 1px solid #fbaa33;
}

.links h3 {
    font-size: 23px;
    font-family: pb;
    color: #fbaa33;
}

.links ul li a {
    color: white;
    padding: 5px 0;
    display: block;
    font-size: 16px;
    font-family: pr;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.links ul li a:hover {
    color: #fbaa33;
}

.links ul li a i {
    font-size: 19px;
    color: #fbaa33;
    padding-right: 6px;
}

.mov-it2 {
    padding: 10px 0;
}

.mov-it {
    padding-top: 20px !important;
    font-size: 20px !important;
    font-family: pb !important;
    color: #fbaa33 !important;
}

/*===========================
17.0 *** COPY_RIGHT AREA START ***
=============================*/

#footer-btm {
    background: #131313;
    border-top: 1px solid #363535;
    border-top: 2px solid #fbaa33;
}

.fop-btm h2 {
    color: #fff;
    font-family: pr;
    padding: 35px 0 15px;
    font-size: 16px;
}

.fop-btm a {
    color: #fbaa33;
    font-family: pb;
}
