﻿
section {
    padding-bottom: 25px;
}
.inner-header {
    background: url(../images/autonomous-course-bg2.jpg) no-repeat 0 0;
    padding: 45px 45px 58px;
    background-size: 100% auto;
}

    .inner-header h1 {
        color: #fff;
        font-size: 40px;
        text-transform: uppercase;
    }

.inner-content {
    padding: 60px 0;
}

.inner-list {
}

    .inner-list li {
        font-size: 15px;
        line-height: 26px;
        padding-left: 20px;
        margin-bottom: 10px;
    }

        .inner-list li:before {
            content: "\f0a9";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 14px;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            color: #04306f;
            margin-left: -20px;
        }

        .inner-list li .fa {
            margin-right: 10px;
            color: #04306f;
        }

.kashida {
    padding: 50px 0;
    background: #f7f7f7;
}

    .kashida p {
        text-align: center;
    }

.btn-primary {
    background: #ffa500;
    text-transform: uppercase;
    font-weight: 600;
    border-color: #d98e04;
    color: #000;
    padding: 10px 15px;
}

    .btn-primary:hover {
        background: #f8a204;
        border-color: #f8a204;
        color: #000;
    }

.kashida .fa {
    margin-right: 10px;
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
}

.border-left {
    border-left: 1px solid #ccc;
    padding-top: 30px;
    padding-left: 25px;
}

.img-thumbnail {
    height: 200px;
    width: 100%;
}

.image-conte {
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 6px #ccc;
}
.dept-activities ul {
    margin-left: 20px;
    list-style: disc;
    line-height: 20px;
}

@media (max-width:767px) {
    .inner-header {
        padding-bottom: 28px;
        padding-top: 0px;
    }

        .inner-header h1 {
            font-size: 24px;
            text-align: center;
        }

    .school-content-page .image-style {
        margin-top: 50px;
    }

    .school-content-page .school-wraper {
        margin-top: 145px;
    }

    .school-content-page .image-style .image-icon {
        top: 10px;
    }

    .school-content-page .image-style {
        padding-bottom: 0;
    }

    .para-content {
        padding: 0;
    }

    .inner-content {
        padding: 15px 0;
    }
}

.social-media a {
    padding: 10px;
    background: #b90099;
}

    .social-media a i {
        font-size: 20px;
        color: #ffffff;
    }
