﻿
a {
    color: #898a9c;
}

    a:hover {
        color: #E3A027;
    }

#header-3 .navigation {
    height: 60px;
    background: #667EB4;
    border-top: 1px solid #eee;
}

#header-3 .main-menu .navbar-nav .nav-link {
    padding: 20px 0;
    color: #fff;
}

#header-3 .main-menu li:hover .sub-menu {
    top: 60px;
}

#header-3 .navbar-toggler {
    top: 10px;
}

#header-3 .main-menu .navbar .navbar-collapse {
    top: 40px;
}

#home-2 .single-slide-item {
    height: 480px;
    border-bottom:5px solid #E3A027;
}

.single-slide-item h1 {
    color: #fff;
    font-size: 55px;
    font-weight: normal;
}

#header-3 button.search-btn {
    color: #fff;
}

.breadcroumb-area {
    background-image: none;
}

.search-box button {
    top: 23px;
}

.section-title h2 {
    font-size: 18px;
    line-height: 35px;
    /*background: #667EB4;
    color:#fff;*/
}

.upcoming-event {

}

.upcoming-event h6 {
    color: #777;
}

.upcoming-event p {
    color: #777;
}

    .upcoming-event .schedule-bg {
        padding: 18px;
        height: 160px;
    }

.event-content h6 {
    font-size: 16px;
}

.schedule-bg {
    border: 6px solid #667EB4;
    padding: 5px;
    /*background: #002147;*/
    /*background: #f8f8f8;*/
    position: relative;
}

    .schedule-bg .lascss {
        font-size: 25px;
        background: #E3A027;
        padding: 10px;
        position: absolute;
        top: -30px;
        color: #fff;
        z-index: 9;
        border-radius: 5px;
    }

.single-team-item p {
    height: 180px;
}

#home-2 .single-slide-item {
    background-image: url(../Images/pic1.jpg);
}

#home-2 .hero-area-bg-2 {
    background-image: url(../Images/pic2.jpg);
}

.breadcroumb-area::after {
    /*background: #3E3E3E;*/
    background: url('../Images/bn.jpg');
    border-bottom: 5px solid #E3A027;
}

.course-meta {
    background: #667EB4;
}

#testimonial-2 .testimonial-icon i {
    background: #667EB4;
}

.subscribe-form button {
    background: #667EB4;
}

.blog-category a.active, .archive a.active {
    color: #fff;
}

.pagination li a {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-top-color: rgb(233, 238, 246);
    border-right-color: rgb(233, 238, 246);
    border-bottom-color: rgb(233, 238, 246);
    border-left-color: rgb(233, 238, 246);
    border-radius: 3px;
    margin: 0 3px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.pagination li.active a {
    background: #E3A027;
    color: #fff;
    border-color: #E3A027;
}

.pagination-block li a:hover {
    background: #E3A027;
    color: #fff;
    border-color: #E3A027;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: #656c76;
    text-decoration: none;
}

.programme-list a.active {
    background: #667EB4;
    color: #fff;
}

.conn .video-js {
    display: inline-block;
}

.section-padding {
    padding: 80px 0;
}