#header .header-topbar {
    background-color: #242c42;
    width: 100%;
    color: #fff;
    line-height: 40px;
}
#header .header-topbar .email {
    margin-right: 20px;
}
#header .header-topbar .email, #header .header-topbar .hotline {
    display: inline-block;
}
#header .header-topbar a, #header .header-topbar span, header .header-topbar p {
    color: #fff;
    font-size: 12px;
    transition: all 0.2s ease;
}
#header .header-topbar .email .topbar-icon, #header .header-topbar .hotline .topbar-icon {
    color: #ec1c23;
    margin-right: 10px;
    font-size: 16px;
}
#header .header-topbar .socials a {
    color: #f7f7f7;
    padding: 0px 10px;
    width: auto;
    height: auto;
    background-color: transparent;
}
#header .header-topbar .socials .enq-btn{
    margin-left: 15px;
    padding: 5px 16px;
    background: #e80a00;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#header .logo{
	margin: 10px 0;
}
#header .main-navigation {
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
    transition: all .3s ease-in-out;
}

#header .navbar-collapse{
	float: right;
    margin-top: 13px;
}
.main-navigation .nav>li>a{
	padding-left: 10px;
	padding-right: 10px;
    text-transform: uppercase;
    color: #303030;
    position: relative;
    background-color: transparent;
    transition: all .3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.7px;
}
.main-navigation .nav>li>a.active, .main-navigation .nav>li>a:hover, .main-navigation .nav>li>a:focus{
    color: #ec1c23;
}
#header .navbar-toggle{
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    background: #ec1c23;
}
#header .navbar-toggle .icon-bar{
    background: #fff;
}
/*Slider CSS */
.slider-wrapp .carousel-caption{
    top: 52%;
    transform: translateY(-50%);
}
.slider-wrapp .carousel-caption h2 {
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.slider-wrapp .carousel-caption p{
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 40px;
}
.slider-wrapp .carousel-indicators{
    bottom: 10px;
}
.gray-bg{
    background: #f7f7f7;
}
.section{
    padding: 75px 0 0;
    margin-bottom: 75px;
}
.section-bg{
    padding: 75px 0; 
}
.feature-main > img{
    margin-bottom: 30px;
}
.heading{
    margin-bottom: 45px;
    padding-bottom: 5px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    color: #1e2938;
    font-weight: 500;
}
.heading:after{
    width: 70px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ec1c23; 
}
.small-heading{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.center-border:after{
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

.feature-main h3 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #3d3d47;
}
.feature-main p {
    margin-bottom: 0px;
    font-size: 16px;
}
.about-bottom-grid1, .about-bottom-grid2{
    font-size: 0px;
}
.bottomgridtext {
    padding-left: 50px;
    padding-right: 50px;
    background: #1e2938;
    padding-bottom: 86px;
}
.bottomgridtext h3 {
    padding: 73px 0 20px;
    color: #fff;
   /* margin: 50px 0 20px 0;*/
    text-transform: uppercase;
    font-weight: normal;
    font-size: 27px;
}
.bottomgridtext p {
     font-size: 16px;
    color: #fafafa;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 200;
}
.bottomleft {
    padding-left: 50px;
    padding-right: 50px;
    background: #f73442;
    padding-bottom: 86px;
}
.bottomgridimg {
    padding: 0;
}
.bottomgridimg > img{
    width: 100%;
}
.readmore-w3 a {
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 8px 0px;
    margin: 2.5em 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.readmore-w3 i.fa.fa-long-arrow-right {
    padding-left: 15px;
}

.course-box .bg-area {
    position: relative;
    background: #fff;
    margin-bottom: 0px;
    z-index: 99;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
.course-box .image-box {
    display: block;
    overflow: hidden;
    position: relative;
}
.course-box .image-box img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.course-box:hover .image-box img {
    transform: scale(1.1);
}
.course-box .content-box {
    padding: 0px 30px 25px;
    position: relative;
}
.content-box .course-price {
    margin-bottom: 15px;
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.content-box .course-price strong{
    font-size: 22px;
    font-weight: 600;
    color: #ec1c23;
    vertical-align: middle;
}
.content-box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #272727;
}
.content-box  ul{
    margin: 15px 0px;
}
.content-box li {
    padding-bottom: 10px;    
    color: #555555;
}
.content-box li strong{
    font-weight: 600;
}
.content-box li:last-child{
    padding-bottom: 0;
}
.content-box p {
    
    color: #555555;
}

/* Testimonial CSS */
.testimonial-wrapp{
    margin-top: 75px;
    padding: 75px 0;
    background: url("../images/bg-testimonial.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#testimonial .fa.fa-quote-right{
    color:#5db4c0;
    font-size:30px;
}

#testimonial p {
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
#testimonial img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid rgba(236, 28, 35, 0.5);
}
#testimonial .heading{
    color: #fff;
}
#testimonial .heading:after{
    content: "";
    background: #fff;
}
#testimonial h5{
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #e7e7e7;
}
#testimonial .carousel-indicators  li {
    background-color: #fff;
    height: 13px;
    width: 13px;
    margin: 5px;
}

#testimonial .carousel-indicators li.active {
    background-color: #ec1c23;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}/* Testimonial CSS */

.enquiry-main{
    padding: 45px 0;
    background: #f73442;
}
.enquiry-main p{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

.enquiry-main .enquiry-btn {
    padding: 13px 40px;
    background: transparent;
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    transition: all 0.5s;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.enquiry-main .enquiry-btn:hover {
    background: #fff;
    color: #333333;
}

/* ----------------- About Page Start Here --------------*/
.innerbanner-wrapp{
    padding: 60px 0;
    background: url("../images/inner-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.innerbanner-wrapp h2{
    margin-bottom: 30px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.innerbanner-wrapp p {
    margin-bottom: 0;
    font-weight: 500;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #eaeaea;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 30px;
}

.about-image{
    padding: 20px;
    background: #fff;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.22);
   
    border-radius: 5px;
}

/* ----------------- JLPT Page Start Here --------------*/
.jlpt-test{
    padding-bottom: 15px;
}
.jlpt-test strong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.jlpt-test li{
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}
.jlpt-test li > i{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #e80a00;
}
.jlpt-test li:last-child{
    padding-bottom: 0;
}
.jlpt-test > p{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
}
/* ----------------- Course Page Start Here --------------*/
.coruse-item-wrapper {
    margin-bottom: 30px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.coruse-item-wrapper .courses-img-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.coruse-item-wrapper .courses-content-wrapper {
    padding: 20px 15px 20px 30px;
    position: relative;
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
    
}
.coruse-item-wrapper .courses-content-wrapper .item-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #1e2938;
}
.coruse-item-wrapper .courses-content-wrapper .item-content {
    font-size: 18px;
    margin-bottom: 15px;
}
.coruse-item-wrapper .courses-content-wrapper .courses-info li {
    line-height: 1.3;
    padding-right: 10px;
    margin-right: 8px;
    text-align: center;
    border-right: 1px solid #909090;
    display: inline-block;
}
.coruse-item-wrapper .courses-content-wrapper .courses-info li span{
    display: block;
}
.coruse-item-wrapper .courses-content-wrapper .courses-info li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.coruse-item-wrapper .courses-content-wrapper .courses-fee {
    padding: 6px 20px;
    background: #f61a2a;
    border-radius: 2px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;    
    color: #ffffff;
    z-index: 1;
}
/* ----------------- Gallery Page Start Here --------------*/
.gallery-wrapper>div {
    padding: 0 3px;
}
.gallery-box {
    margin-bottom: 6px;
    position: relative;
}
/* ----------------- Contact Page Start Here --------------*/
.contact-bg {
    background-image: url(../images/contact-banner.jpg);
}
.contact-info-single {
    margin: 0 0 35px;
    padding: 0 20px;
}
.contact-info-single > i {
    color: #e80a00;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #e80a00;
    margin: 0 0 15px;
}
.contact-info-single p{
    font-weight: 500;
}
.contact-info-single p a{
    display: block;
    color: #333333;
}
.contact-info-single p a:hover{
    text-decoration: underline;
}

.contact-form textarea {
    padding-top: 15px;
    resize: none;
    height: 75px;
}
.contact-btn .btn-primary {
    padding: 10px 40px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 25px;
}
.custom-map{
    height: 300px;
}
/*====================
Footer CSS
====================*/
.footer{
    padding: 50px 0;
    background-color: #051626;
}
.footer h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.address p {
    color: #efefef;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.address strong {
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #ff3766;
    text-transform: uppercase;
}
.footer .contact-us i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 22px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px 15px 0;
    vertical-align: middle;
}
.footer .contact-us .email-id i{
    font-size: 16px;
}
.footer .contact-us p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.8px;
    vertical-align: middle;
    display: inline-block;
}
.footer-bottom {
    border-top: 1px solid #747474;
    background: #041220;
    padding: 20px 0;
}
.footer-bottom p {
    margin-bottom: 0;
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 0.5px;
    font-weight: 300;
}
/*====================
Responsive CSS
====================*/
@media screen and (max-width: 1080px){
    .bottomgridtext, .bottomleft {
        padding-right: 40px;
        padding-bottom: 31px;
    }
    .bottomgridtext h3 {
        font-size: 23px;
    }
}

@media screen and (max-width: 991px){
    .bottomgridtext {
        padding: 40px;
    }
    .bottomgridtext h3 {
        margin: 10px 0 20px 0;
    }
    .coruse-item-wrapper{
        display: block;
    }
}

@media(max-width: 768px){
    #header .navbar-collapse{
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
    }
    #header .navbar-nav {
        margin: 10px 0;
    }
    .main-navigation .nav>li>a{
        padding: 15px 12px;
    }
    .main-navigation .nav>li>a.active, .main-navigation .nav>li>a:hover, .main-navigation .nav>li>a:focus {
        background: #242c42;
        color: #fff;
    }
    #header .nav>li {
        border-bottom: 1px solid #ebebeb;
    }
    #header .nav>li:last-child{
        border-bottom: none;
    }
    .feature-main p, .course-box{
        margin-bottom: 20px;
    }
    .coruse-item-wrapper .courses-img-wrapper {
        display: block;
    }
    .coruse-item-wrapper .courses-img-wrapper img {
        width: 100%;
    }
    .coruse-item-wrapper .courses-content-wrapper .courses-fee {
        padding-top: 10px;
        padding-bottom: 10px;
        position: static;
        width: 200px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .gallery-wrapper>div{
        padding-left: 15px;
        padding-right: 15px;
    }
}
