﻿/* courses */

.courses {
    margin: 100px 0;
}

.courses-item img {
    width: 100%;
    overflow: hidden;
}

.courses-item .down-content {
    background-color: #f7f7f7;
    padding: 30px;
}

    .courses-item .down-content h4 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.25px;
        margin-bottom: 15px;
    }

    .courses-item .down-content p {
        margin-bottom: 20px;
    }

.courses .course-slider {
    margin-top: 30px;
}

.courses .single-course {
    padding: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 30px;
    min-height: 450px;
    margin-bottom:10px;
}

    .courses .single-course:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    }

.courses .course-head {
    position: relative;
    overflow: hidden;
}

    .courses .course-head::before {
        opacity: 0;
        visibility: hidden;
        z-index: 5;
    }

    .courses .course-head img {
        height: 100%;
        width: 100%;
    }

    .courses .course-head:hover img {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
    }

    .courses .course-head:hover:before {
        opacity: 0.8;
        visibility: visible;
    }

    .courses .course-head a {
        position: absolute;
        top: 50%;
        margin: -25px 0 0 -25px;
        z-index: 10;
        border-radius: 0px;
        left: 45%;
        font-weight: bold;
        text-transform: capitalize;
        margin-left: -58px;
        padding: 12px 22px;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    .courses .course-head:hover .btn {
        transform: scale(1);
        opacity: 1;
    }

.courses .course-body {
    margin: 15px;
    margin-top: 0px;
   
}

.courses .name-price {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 333;
    margin-top: -33.5px;
}

    .courses .name-price .teacher-info {
        display: inline-block;
    }

.courses .teacher-info img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    display: inline-block;
    border: 4px solid #fff;
    float: left;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.courses .single-course .teacher-info:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.courses .teacher-info .title {
    font-weight: 500;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: -43px;
    z-index: 33;
    font-size: 13px;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.courses .teacher-info:hover .title {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.courses .teacher-info .title::before {
    content: "";
    border-bottom: 12px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
}
/* Price */
.courses .price {
    background: #FF9800;
    color: #fff;
    padding: 5px 25px;
    font-weight: 700;
    position: relative;
    margin-top: 12px;
    float: right;
    border-radius: 50px;
    right: 0;
}

    .courses .price::before {
        position: absolute;
        left: 0;
        top: -;
        content: "";
        border-left: 15px solid #fff;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        display: none;
    }

.courses .course-body .c-title {
    font-size: 18px;
    text-align: left;
    margin: 20px 0 15px !important;
    min-height: 60px;
}

    .courses .course-body .c-title a {
        color: #83192a;
        font-weight: 700;
    }

.courses .course-body p {
    color: #000;
    min-height: 140px;
}

.courses .course-meta {
    background: #fff;
    border-top: 1px solid rgba(204, 204, 204, 0.45);
    overflow: hidden;
    margin: 15px;
    text-align: left;
    padding-top: 15px;
   
}
/* Rattings */
.courses .rattings li {
    display: inline;
    margin-right: 2px;
}

    .courses .rattings li.point span {
        display: inline-block;
        position: relative;
    }

        .courses .rattings li.point span:before {
            content: "(";
        }

        .courses .rattings li.point span::after {
            content: ")";
        }
/* Course Info */
.courses .course-info {
    margin-top: 4px;
}

    .courses .course-info span {
        display: inline-block;
        color: #0033a0;
        margin-right: 8px;
        font-weight: 600;
        font-size: 12px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .courses .course-info span:last-child {
            margin-right: 0px;
        }

        .courses .course-info span i {
            margin-right: 5px;
        }
/* Slider Meta */
.courses .owl-controls {
    margin-top: 30px;
}

    .courses .owl-controls .owl-nav div {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 22px;
        padding: 0;
        border-radius: 100%;
        color: #555;
        background: #fff;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
        margin: 0 10px 0 0;
        border: 1px solid #ccc;
    }

        .courses .owl-controls .owl-nav div:last-child {
            margin: 0;
        }

.courses .course-slider:hover .owl-controls .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.courses .owl-controls .owl-nav div:hover {
    border-color: transparent;
    color: #fff;
}
/* Courses Archive */
.courses.archive {
    padding: 60px 0 90px;
}

    .courses.archive .single-course {
        margin: 30px 0 0;
    }

.courses .course-body .c-title:hover a {
    color: #FF9800;
}

.courses .rattings li, .courses .course-info span:hover {
    color: #FF9800;
}
.course-head img, .course-head a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*===============================
	End Courses CSS
=================================*/
.overlay1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #20232E;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mitbxsec {
    padding: 60px 0;
    background: #e8f4f3 url(../images/mit-xpro-banner-1.jpg);
    background-size: 100%;
}

    .mitbxsec .leftbx, .mit-banner-1 .leftbx, .mit-banner-2 .leftbx {
        background: rgba(0,0,0,0.75);
        padding: 54.8px;
    }

        .mitbxsec .leftbx h2, .mitbxsec .leftbx p {
            color: #fff;
        }

        .mitbxsec .leftbx ul {
            padding-left: 20px;
        }

            .mitbxsec .leftbx ul li {
                float: left;
                width: 100%;
                margin-bottom: 10px;
                color: #fff;
                list-style-type: disc;
            }



    .mitbxsec .rigthbx img {
        width: 100%;
    }

.mitlogo img {
    width: 25%;
}

.mit-sub-logo img {
    width: 25%;
    margin-bottom: 10px;
}
.btn {
    text-align: center;
    color: #fff;
    background: #20232E;
    display: inline-block;
    border-radius: 0px;
    text-transform: none;
    font-weight: bold !important;
    padding: 15px 20px !important;
    cursor: pointer;
    font-size: 18px !important;
    overflow: hidden;
    position: relative;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
