@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700|Roboto:300,400,700');
html,
body {
    height: 100%;
}
img {
    max-width: 100%;
    height: auto
}
p {
    margin: 0 0 15px;
}
p:last-child {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
a {
    color: #444;
}
a:hover {
    color: #86bc42;
    text-decoration: none;
}
a,
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
input,
textarea {
    outline: none;
}
textarea {
    resize: vertical;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 26px;
    color: #86878b;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.primary-bg {
    background: #86bc42;
}
.gray-bg {
    background: #f7f7f7;
}
.white-bg {
    background: #fff;
}
.vertical--middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.vertical--middle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.area-padding {
    padding: 25px 0;
}
.area-padding-btm {
    padding-bottom: 90px;
}


.header-top-area {
    background-color: #86bc42;
    min-height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
}
.header-top-area:before {
    content: "";
    position: absolute;
    background: #fff;
    right: 35%;
    width: 8px;
    height: 92px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -19px;
    z-index: 11;
}
.header-top-area:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33%;
    background: #222;
    z-index: -1;
}
.header-top-area span {
    font-weight: 400;
}
.header-top-area ul {
    position: relative;
}


.header-top-area ul:after {
    content: "";
    background: #222;
    width: 24%;
    height: 51px;
    position: absolute;
    left: -42px;
    top: -18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-top-area i,
.header-top-area a:hover,
.nav > li.active > a,
.logo h1 a span,
.address-right a:hover {
    color: #86bc42;
}
.header-top-area,
.header-top-area a {
    color: #fff;
}
.header-top-area i,
.header-top-area span {
    margin-right: 5px;
}
.header-top-area li,
#navigation li {
    display: inline-block;
}
.header-top-area li a i {
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.header-top-area li a:hover i {
    color: #86bc42;
}
.header-menu-area {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.logo {
    margin-top: 30px;
}
.logo h1 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    border: 2px solid #222;
    border-radius: 1px;
}
.logo h1 a {
    display: block;
    color: #222;
    padding: 10px 20px;
}
.banner--clone .navbar-nav > li > a {
font-family: 'Ubuntu Condensed', sans-serif;
    display: block;
    font-size: 15px;
    padding: 10px 0 10px 35px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 50px !important;
}
.header-menu-area .navbar-right > li > a {
font-family: 'Ubuntu Condensed', sans-serif;
    display: block;
    font-size: 15px;
    padding: 10px 0 10px 35px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 70px;
}
.banner--clone div.logo{
    margin-top: 10px;
}
.header-menu-area div.logo{
    margin-top: 0px;
}
.banner--clone div.logo img {
    height: 68px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}
.header-menu-area.navbar {
    margin-bottom: 0;
        border-radius: 0px;
}
.navbar-toggle {
    margin-top: 22px;
    background-color: #222;
}
.navbar-toggle .icon-bar {
    background: #fff;
}


.banner--clone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
        height: 70px;
    width: 100%;
    background: #ffffff;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 10px #000;
}
.banner--stick {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/*===================================
    slider area start
=====================================*/
.slider-area {
    position: relative;
    overflow: hidden;
}
.slider-area .single-slide {
    position: relative;
    height: 500px;
}
.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.p-relative {
    position: relative;
}
.caption {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.caption h2 {
    font-size: 56px;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
}
.caption h2 span {
    color: #86bc42;
    display: block;
}
.caption p {
    font-size: 18px;
    color: #fff;
}
.btn-1 {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0 28px;
    height: 58px;
    line-height: 58px;
    border-radius: 5px;
    background: #86bc42;
    color: #fff;
    text-transform: uppercase;
    z-index: 11;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
}
.btn-1:hover {
    color: #fff;
}
.btn-1:before {
    content: '';
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.btn-1:hover:before {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(0,0,0,0.3);
}
.btn-1 i {
    margin-left: 5px;
}
.slider-area.owl-carousel .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.slider-area.owl-carousel .owl-nav div:hover {
    background: #86bc42;
    color: #fff;
}
.slider-area.owl-carousel .owl-nav div.owl-next {
    left: inherit;
    right: 0;
}

/*===================================
    section title area start
=====================================*/
.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.section-title h2 {
    margin: 0;
    font-size: 35px;
    color: #212121;
}
.section-title .star {
    height: 10px;
    width: 10px;
    background-color: #86bc42;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.section-title.white-title h2 {
    color: #fff;
}
.section-title.white-title .star {
    background-color: #fff;
}
.section-title.bradcam-title {
    margin-bottom: 0px;
}



/*===================================
    about area start
=====================================*/
.about-content {margin-top: 80px;}

.primary-btn {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    background: #86bc42;
    color: #fff;
    padding: 15px 0;
    width: 145px;
    text-align: center;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
 }

.primary-btn:after {
    content: "";
    position: absolute;
    left: -42px;
    top: -5px;
    width: 110%;
    height: 100%;
    background: #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: -1;
}
.primary-btn:hover:after {
    left: 0;
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.content-img {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin-right: -17px;
}
.content-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 85%;
    border: 10px solid #86bc42;
    z-index: -1;
}

/*===================================
    funfact area start
=====================================*/
.funfact-area, .testimonial-area {
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
}
.funfact-area:after, .testimonial-area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}
.funfact-area {
    background: url("../img/funfact-bg.jpg") no-repeat fixed center center / cover;
}
.single-counter {
    position: relative;
    z-index: 999;
}
.counter-icon i {
    border: 2px solid #86bc42;
    border-radius: 50%;
    color: #86bc42;
    font-size: 23px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    width: 65px;
}
.counter-text {
    margin-top: 16px;
}
.counter-text h2 {
    color: #fff;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.counter-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    text-transform: uppercase;
}

#particles-js canvas {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/*===================================
    teacher list area start
=====================================*/
.our-teacher-area {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.single-teacher-list {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.single-teacher-list .thumb a {
    display: block;
    position: relative;
}
.single-teacher-list .thumb a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.single-teacher-list:hover .thumb a:after {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.single-teacher-list .teacher-info {
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100%;
    background: #fff;
    padding: 15px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.single-teacher-list:hover .teacher-info {
    bottom: 0px;
}
.single-teacher-list .teacher-info h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

.single-teacher-list .teacher-info p {
    color: #929292;
}

.single-teacher-list .social-icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.single-teacher-list .social-icons a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-teacher-list .social-icons a:hover {
    background: #86bc42;
    color: #fff;
}
.single-teacher-list:hover .social-icons {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 100%;
}


/*===================================
    event schedule area start
=====================================*/
.single-event-list {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.single-event-list:hover {
    box-shadow: 2px 0px 20px 4px rgba(0, 0, 0, 0.2);
}

.event-img img {
    width: 100%;
    height: 250px;
}

.event-date {
    position: absolute;
    left: 0px;
    top: 20px;
    color: #fff;
    width: 70px;
    height: 85px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 700;
}

.event-date:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #86bc42;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}
.event-date.second-date {
    left: inherit;
    right: 0;
}
.event-carousel .owl-stage-outer {
    padding: 10px 0;
}

.event-content {
    padding: 20px 30px;
}
.event-info {
    margin-bottom: 15px;
}
.event-info h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.event-title {
    font-weight: 700;
    color: #333;
    margin-right: 5px;
}

.primary-btn.style--two:after {
    bottom: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.primary-btn.style--two:hover:after {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}


/*===================================
    gallery area start
=====================================*/
.gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
}

.single-gallery {
    width: calc(100% / 4);
    position: relative;
    overflow: hidden;
}
.single-gallery:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #86bc42;
    z-index: 11;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.single-gallery:hover:after {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.single-gallery a {
    display: block;
}
.single-gallery img {
    width: 100%;
    height: 100%;
}
.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(4.5);
            transform: translate(-50%,-50%) scale(4.5);
    z-index: 22;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.overlay a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #86bc42;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #fff;
}

.overlay a:after {
    border-radius: 50%;
    bottom: -4px;
    content: "";
    left: -4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -4px;
    top: -4px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}
.overlay a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}

.single-gallery:hover .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%,-50%) scale(1.2);
            transform: translate(-50%,-50%) scale(1.2);
}

/*===================================
    notice area start
=====================================*/
.notice-area {
    border-top: 1px solid #eee;
}
.single-notice {
    text-align: center;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    margin-bottom: 30px;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    border: 1px solid #ddd;
    background: #fff;
}
.single-notice:hover {
    box-shadow: 0 0 25px 3px rgba(0,0,0,.2);
    background: #fff;
}
.notice-content h3 {
    margin-bottom: 15px;
}
.notice-meta {
    margin-bottom: 10px;
}
.notice-meta span {
    margin-right: 10px;
}
.notice-meta span i {
    margin-right: 5px;
}
.notice-meta span a {
    color: #86878b;
}
.notice-meta span a:hover {
    color: #86bc42;
}

.notice-content .read-more-btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    color: #86878b;
}
.notice-content .read-more-btn:hover {color: #86bc42;}
.notice-content .read-more-btn i {
    -webkit-transition: margin-left .4s ease 0s;
    transition: margin-left .4s ease 0s;
}
.notice-content .read-more-btn:hover i{
    margin-left: 5px;
}

.notice-carousel.owl-carousel .owl-stage-outer {
    padding: 15px 0;
}
.notice-carousel.owl-carousel .owl-nav div {
    position: absolute;
    left: 49%;
    bottom: -30px;
    border: 1px solid #e1e1e1;
    width: 55px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.notice-carousel.owl-carousel .owl-nav div:hover {
    border-color: #86bc42;
    background: #86bc42;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.notice-carousel.owl-carousel .owl-nav div.owl-next {
    left: 54%;
}

/*===================================
    contact form area start
=====================================*/
.our-contact-us-area .container.white-bg {
    padding-top: 50px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, .2);
}
.company-info {
    border: 1px solid #86878b;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-align: center;
}
.company-info:hover {
    background: #86bc42;
    color: #fff;
    border-color: #86bc42;
}
.info-icon i {
    border: 1px solid #86878b;
    border-radius: 5px;
    font-size: 25px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    width: 45px;
    -webkit-transition: .5s;
    transition: .5s;
}
.company-info:hover .info-icon i {
    border-color: #fff;
    color: #fff;
}
.info-text {
    margin-top: 10px;
}

.input-box:nth-of-type(-n+2) {
    width: 49%;
    margin-right: 2%;
}
.input-box:nth-of-type(2) {
    margin-right: 0;
}
.input-box {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    text-align: right;
}
.input-box input, .input-box textarea {
    background: transparent;
    border: 1px solid #86878b;
    border-radius: 5px;
    height: 54px;
    line-height: 25px;
    margin: 0 0 10px;
    outline: medium none;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.input-box input:focus, .input-box textarea:focus {
    border-color: #86bc42;
}
.input-box textarea {
    height: 188px;
    padding-top: 13px;
    margin: 0;
}
.input-box h5 {
    text-transform: capitalize;
    font-weight: 300;
    margin: 0;
}
.send-btn {
    border: 2px solid #86878b;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px 12px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: transparent;
    line-height: 1;
    text-transform: uppercase;
}
button.send-btn:hover {
    background: #86bc42;
    border-color: #86bc42;
    color: #fff;
}

/*===================================
    footer area start
=====================================*/
.footer-top-area {
    background: #333;
}
.footer-widget {
    color:#fff;
}
.footer-widget .logo.footer-logo {
    margin: 0 0 25px;
}

.footer-widget .logo.footer-logo h1 {
    border-color: #fff;
}

.footer-widget .logo.footer-logo a {color: #fff;}
.footer-widget .footer-social{
    margin-top: 25px;
}
.footer-widget .footer-social li {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
}
.footer-widget .footer-social li a {
    color:#fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background: #86bc42;
    margin-right: 5px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-widget .footer-social li a:hover {
    border-radius: 3px;
}

.footer-widget h2 {
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
}

.footer-widget h2:after, .footer-widget h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
}
.footer-widget h2:before {
    background: #86bc42;
}

.footer-widget h2:after {
    background: #222;
    width: 30%;
}

.footer-widget > ul > li {
    display: block;
    border-bottom: 1px dashed #ddd;
}
.footer-widget > ul > li > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0;
    -webkit-transition: all .6 ease 0s;
    transition: all .6 ease 0s;
    position: relative;
    z-index: 1;
}

.footer-widget > ul > li > a:hover {
    margin-left: 10px;
    color: #86bc42;
}

.footer-area {
    background-color: #222;
    color: #fff;
    padding: 30px 0;
    font-size: 16px;
}
.copyright {
    margin-top: 12px;
    font-size: 13px;
}
.copyright a {
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.copyright a:hover {
    color: #86bc42
}
.footer-social-icons ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.footer-social-icons ul li a {
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin-left: 5px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-social-icons ul li a:hover {
    background: #86bc42;
    border-color: #86bc42;
}


/*===================================
        scroll start
=====================================*/
#scroll {
    background: #222;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    width: 40px;
    z-index: 99;
    border-radius: 2px;
}
#scroll:hover {
    background: #86bc42;
}
#scroll i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




.bradcam-area {
    /*background: url("../img/bradcam.jpg") no-repeat fixed center center / cover;*/
    color:#fff;
    position: relative;
    z-index: 1;
}
.bradcam-area:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}

.bradcam-wrap nav.bradcam-inner a {
    color: #fff;
    font-weight: 600;
}
.bradcam-wrap nav.bradcam-inner a:hover {
    color: #86bc42;
}
.bradcam-wrap nav.bradcam-inner .brd-separetor {
    display: inline-block;
    margin: 0 5px;
}
.bradcam-wrap nav.bradcam-inner span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}













.slider-area .single-slide img {
    height: 500px;
    width: 1920px;
}

.single-teacher-list img {
    height: 300px;
    width: 100%;
}




.login-form {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 14px rgba(0,0,0,.1);
    padding-top: 40px;
    padding-bottom: 40px;
}

.login-title {
    position: relative;
    color: #fff;
    margin-bottom: 35px;
    height: 105px;
    z-index: 1;
}

.login-title h3 {
    background-color: #86bc42;
    display: inline-block;
    padding: 40px;
    margin: 0;
    position: absolute;
    left: -9px;
    top: 0;
}

.login-form form {
    padding-right: 40px;
    padding-left: 40px;
}

.login-title::before, .login-title::after {
    content: "";
    position: absolute;
    left: -9px;
}

.login-title::before {
    top: -10px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #649a21;
}
.login-title::after {
    bottom: -10%;
    border-left: 10px solid transparent;
    border-top: 10px solid #649a21;
}

.login-title h3::after, .login-title h3::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.login-title h3::after {
    border-right: 25px solid transparent;
    border-top: 25px solid #649a21;
}

.login-title h3::before {
    border-left: 25px solid transparent;
    border-bottom: 25px solid #fff;
}

.login-form .form-control {
    border: 2px solid #86878b;
    box-shadow: none;
}

.login-form .form-control:focus {
    border-color: #86bc42;
}



.single-event-details {
    position: relative;
}
.single-event-details img {
    width: 100%;
}
.single-event-details .event-info h4, .recen-notice-content h3 {
    color: #444;
}
.single-event-details .event-time, .single-event-details .event-venue {
    display: inline-block;
}

.single-event-details .event-time {
    margin-right: 10px;
}

.recent-event-title {
    color: #444;
}
.recent-events-list {
    overflow: hidden;
    margin-bottom: 5px
}

.recent-events-list > div {
    float: left;
}

.recent-events-list .event-img {
    width: 40%;
}

.recent-events-list .event-content {
    width: 60%;
    padding: 0 0 0 10px;
}

.recent-events-list .event-content .event-info h4 {
    font-size: 12px;
    margin-bottom: 5px;
}
.recent-events-list .event-content .event-info span {
    font-size: 11px;
    line-height: 14px;
}


.recent-events-list .eventView-img {
    width: 40%;
}


.main-about {
    padding: 10px 0;
}

.eventView-img img {
    width: 100%;
    height: 100%;
}

.featured-slider {
    height: auto;
    width: 100%;
    text-align: center;
}

.recent-events-list .eventView-img img {
    height: 75px;
}

/*.featured-slider img {
    width: 100%;
    height: 520px;
}*/

/* Niranjan */
.footerDetails {
    background: #252525 none repeat scroll 0 0;
    border-top: 20px solid #1e73be;
    padding: 55px 0 30px;
    border-top-width: 1px;
}

.footerDetails .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footerDetails, .footerDetails p {
    color: #bdbdbd;
    line-height: 21px;
}


.footerDetails .widget {
    padding-bottom: 10px;
}

.footerDetails h4 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 23px;
    display: inline-block;
    width: auto;
    color: #f4f4f4!important;
    font-family: 'Cabin';
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600!important;
    letter-spacing: 1px;
}

.footerDetails a, .footerDetails a:hover {
    text-decoration: none !important;
}

.footerDetails h4, .footerDetails h4 a {
    color: #f4f4f4!important;
}

.padT20 {
    padding-top: 20px;
}
    
.footerDetails a {
    outline: none!important;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
    color: #4a4a4a;
}

.footerDetails .widget .widget-heading .horizontal-break {
    margin: 0;
    margin-bottom: 30px;
    width: 32px;
    background: #7E7E7E;
}

.footerDetails .horizontal-break {
    height: 2px;
    width: 50px;
    margin: 20px auto 25px;
    background-color: #DADADA;
}

/* ---- */

.footerDetails .widget ul li a {
    color: #b1b1b1;
}

.footerDetails .widget ul li > a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.widget ul li > a {
    padding: 10px 0;
    display: block;
}

.footerDetails a, .footerDetails a:hover {
    text-decoration: none !important;
}

.footerDetails a {
    color: #fff;
    /* font-size: 14px !important; */
}

.footerDetails .widget ul li, .footerDetails .v-category-widget ul, .footerDetails .v-archive-widget ul, .footerDetails .v-nav-menu-widget ul, .footerDetails .v-recent-comments-widget ul, .footerDetails .v-meta-data-widget ul, .footerDetails .v-recent-entry-widget ul {
    border-color: #313131;
}

.footerDetails .v-category-widget ul > li, .v-archive-widget ul > li, .v-nav-menu-widget ul > li, .v-recent-comments-widget ul > li, .v-meta-data-widget ul > li, .v-recent-entry-widget ul > li {
    border-top: 1px solid transparent;
}

.header nav ul.nav-main li a {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: lowercase;
}