.img-box {
    overflow: hidden;
    height: 400px;
    border-radius: 10px;
}
.img-box img {
    width: auto;
    height: 100%;
}
.single-instructor-cesw {
    background: #000;
    opacity: .5;
    height: 90%;
}
.single-instructor.single-instructor-cesw .instructor-image a {
    height: 320px;
}
.inter {
    font-size: 16px;
    font-weight: 100;
    text-align: justify;
}
.slider-images-02 {
    padding-top:180px;
    padding-bottom:70px;
    position:relative;
    z-index:1
}
.page-banner-section {
    min-height: 330px;
}
.sidebar-widget .widget-sidebar-link ul li a.active {
    color: #3bbca7;
}
.single-course .courses-image .years {
    padding: 0 25px;
    height: 25px;
    line-height: 25px;
    background-color: #072f60;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    left: 30px;
}
.single-course .courses-content .top-meta .price .sale-price,
.single-course .courses-content .top-meta .tag {
    font-size: 12px;
}
.single-course .courses-content .title.cesw {
    font-size: 14px;
}

.single-instructor .instructor-image a.cesw-img-box {
    height: 110px;
}

.about-section .image-box {
    /* background: #fdfaf1; */
    border: 2px solid #fcf1c7;
    border-radius: 10px;
}
.about-section .content-box h3.sub-title {
    color: #3bbca7;
}
.about-section .content-box .btn-thre {
    background-color: #3bbca7;
}
.section img.contact-img {
    height: 100px;
}
@media only screen and (min-width: 992px) {
    .about-section .col-lg-6 .image-box {
        overflow: hidden;
        height: 300px;
    }
    .about-section .image-box img {
        max-height: 100%;
        max-width: 100%;
        transform: scale(1.5);
        transition: transform 0.3s ease;
    }
}
