.menu ul li a {
    font-size: 14px;
    text-transform: uppercase;
}

.menu ul li .drop {
    padding: 0
}

.menu ul li .drop li a {
    color: #242424;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd !important;
}

.menu ul li .drop li a:last-child {
    border-bottom: none
}

.glbscl-link-btn {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.slider-area .owl-item {
    position: relative;
}

.slider-area .owl-item:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-area .owl-item img {
    height: 100%;
    object-fit: cover;
}

.single-slider .content .intro {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}

.single-slider .content .title {
    margin-bottom: 30px;
}

.single-event .img,
.single-news .img {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    min-height: 250px;
}

.single-slider .owl-item {
    height: 550px;
}

.single-event {
    border: 0px solid #d3d3d3;
}

.single-news {
    border: 1px solid #d3d3d3;
}

.single-news:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d3d3d3;
}

.single-event:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.single-event .content .more .link {
    display: inline-block;
    padding: 10px 20px;
}

.single-event .content .title,
.single-event .content .title a {
    font-size: 24px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.single-event .content .list .info {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 35px;
    padding-left: 25px;
    position: relative;
}

.achivement-area .title .inner {
    color: #fff
}

.footer-widget .fw-title {
    border-bottom: 1px solid #9e9e9e;
    text-transform: uppercase;
}

.footer-widget .links a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 8px;
    -webkit-transition: margin .25s ease;
    -moz-transition: margin .25s ease;
    -ms-transition: margin .25s ease;
    -o-transition: margin .25s ease;
    transition: margin .25s ease;
}

.footer-widget .links a:hover {
    margin-left: 5px;
}

.footer-widget .social a {
    border: 1px solid #8b8b8b;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.footer-widget .social li {
    display: inline-block;
    margin-bottom: 22px;
    margin-right: 2px;
}

.footer-widget .text {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

.page-breadcumb-area .title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.single-notice {
    border: 1px solid #eeeeee;
}

.menu ul li:hover a {
    text-shadow: none;
    color: #000;
}

.contact-page-title {
    text-transform: uppercase;
}

.single-contact-info {
    border: .5px solid #e9e9e9;
    padding: 20px 10px 40px;
}

.contact-form-area input,
.contact-form-area textarea {
    border-radius: 0px !important;
    border: .5px solid #dfdfdf !important;
}

.bgColor {
    background-color: #303030;
}

.teachert tr th {
    color: #fff;
}

.studentsbox {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    background: #000000;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.studentsbox * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.studentsbox img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    vertical-align: top;
}

.studentsbox figcaption {
    position: relative;
    background-color: #ffffff;
    padding: 15px 10px 15px;
}

.studentsbox h3 {
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    padding: 0px 8px;
    line-height: 45px;
    margin: 0;
    font-size: 16px;
    left: 0;
    font-weight: 400;
    background-color: #303030;
    color: #ffffff;
}

.studentsbox h3 span {
    font-weight: 800;
}

.studentsbox h3:before {
    position: absolute;
    left: 100%;
    border-style: solid;
    border-width: 44px 0 0 12px;
    border-color: transparent transparent transparent #2a3f54;
    content: '';
    top: 0;
}

.studentsbox p {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
}

.studentsbox .price {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    background-color: #fff;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 800;
}

.studentsbox .price:before {
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 0 12px 40px 0;
    border-color: transparent #fff transparent;
    content: '';
    top: 0;
}

.studentsbox a {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000000;
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.9em;
    text-transform: uppercase;
}

.studentsbox a:before {
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 0 0 40px 12px;
    border-color: transparent transparent #000000;
    content: '';
    top: 0;
}

.studentsbox.blue {
    background-color: #2472a4;
}

.studentsbox.blue h3,
.studentsbox.blue a,
.studentsbox.blue .price {
    background-color: #2472a4;
}

.studentsbox.blue .price:before {
    border-color: transparent #2472a4 transparent;
}

.studentsbox.blue h3:before {
    border-color: transparent transparent transparent #2472a4;
}

.studentsbox.blue a:before {
    border-color: transparent transparent #2472a4;
}

.studentsbox.red {
    background-color: #ab3326;
}

.studentsbox.red h3,
.studentsbox.red a,
.studentsbox.red .price {
    background-color: #ab3326;
}

.studentsbox.red .price:before {
    border-color: transparent #ab3326 transparent;
}

.studentsbox.red h3:before {
    border-color: transparent transparent transparent #ab3326;
}

.studentsbox.red a:before {
    border-color: transparent transparent #ab3326;
}

.studentsbox.orange {
    background-color: #d67118;
}

.studentsbox.orange h3,
.studentsbox.orange a,
.studentsbox.orange .price {
    background-color: #d67118;
}

.studentsbox.orange .price:before {
    border-color: transparent #d67118 transparent;
}

.studentsbox.orange h3:before {
    border-color: transparent transparent transparent #d67118;
}

.studentsbox.orange a:before {
    border-color: transparent transparent #d67118;
}

.studentsbox:hover img,
.studentsbox.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.studentsbox h4 {
    font-size: 16px;
}

.course {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 180px;
    width: 100%;
}

.course * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.course:before,
.course:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 50px solid rgba(0, 0, 0, 0.5);
    border-bottom: 50px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
}

.course:before {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
}

.course:after {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
}

.course img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.course figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1em;
    opacity: 0;
    z-index: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.course h3 {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.course h3 span {
    display: block;
    font-weight: 700;
}

.course a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.course:hover>img,
.course.hover>img {
    opacity: 0.7;
}

.course:hover:before,
.course.hover:before,
.course:hover:after,
.course.hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.course:hover figcaption,
.course.hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


/* Media Query */

@media only screen and (max-width: 767px) {
    .top-banner-area,
    .facilities-area,
    .latest-event,
    .latest-news-area {
        padding: 50px 0;
    }
    .single-slider .img,
    .single-slider .img img {
        height: 290px;
        object-fit: cover;
    }
    .hta-right {
        display: none;
    }
    .page-gallery-area {
        padding: 65px 15px 0px;
    }
    /*	.top-banner-img
	{
		display: none
	}*/
    .single-slider .content .intro {
        margin-bottom: 15px;
    }
    .our_students,
    .our_teachers .top-banner-img {
        display: none !important;
    }
}