.main-nav {
    margin: 20px 0px;
}

    .main-nav li a {
        padding: 8px 3px;
        font-weight: 600;
    }

.amity-department {
    font-family: century;
    font-size: 13px;
    color: #464646;
    margin: 8px 0px;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.pro-offer-bg {
    background: #ccc;
    padding: 10px 0px;
}

.course-box {
    background: #fff;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 40px;
}

    .course-box h1 {
        font-size: 50px;
        color: #0099dd;
    }

    .course-box h3 {
        font-size: 25px;
        color: #005ea2;
        font-weight: bold;
    }

.text-bold {
    font-weight: bold;
}

.admission-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .admission-list li {
        margin: 10px 0px;
    }

        .admission-list li a {
            font-size: 18px;
            color: #036;
            font-weight: bold;
            display: table-row;
        }

            .admission-list li a i {
                border: 1px solid #036;
                border-radius: 50%;
                height: 30px;
                width: 30px;
                display: table-cell;
                text-align: center;
                vertical-align: middle;
            }

            .admission-list li a:hover {
                text-decoration: none;
            }

.section {
    padding: 20px 0px;
}

.fixed-panel .panel {
    min-height: 240px;
}

.pg-heading {
    font-size: 40px;
    margin: 10px 0px;
}

.about-amity {
    background: url(../images/about-bg.jpg) no-repeat center;
    padding: 25px 0px;
    font-size: 25px;
    color: #fff;
    background-size: cover;
}

.owl-outer {
    position: relative;
    margin-top: 4%;
}

.owl-form {
    position: absolute;
    top: 38%;
    width: 100%;
    left: 0;
    right: 0;
}

.banner-heading {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
}



@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century';
    src: url('../fonts/century-regular.ttf') format('truetype');
    font-style: normal;
}

















#footer {
    background: #393e46;
    padding: 60px 0 40px;
}

    #footer p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
    }

        #footer p a {
            color: rgba(255, 255, 255, 0.5);
        }

            #footer p a:hover, #footer p a:active, #footer p a:focus {
                color: rgba(255, 255, 255, 0.9) !important;
            }

    #footer .fh5co-footer-link {
        padding-bottom: 30px;
    }

        #footer .fh5co-footer-link h3 {
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 25px;
        }

        #footer .fh5co-footer-link li, #footer .fh5co-footer-link ul {
            padding: 0;
            margin: 0;
        }

        #footer .fh5co-footer-link li {
            list-style: none;
            margin-bottom: 15px;
            line-height: 1.3;
        }

            #footer .fh5co-footer-link li a {
                color: rgba(255, 255, 255, 0.5);
                text-transform: uppercase;
            }

                #footer .fh5co-footer-link li a:hover, #footer .fh5co-footer-link li a:active, #footer .fh5co-footer-link li a:focus {
                    color: #fff !important;
                }


/*for faculty page*/
.table-faculty tr td img {
    width: 100px;
    height: auto;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }

    .banner-heading {
        font-size: 25px;
    }

    .amity-department {
        font-size: 16px;
    }
}

/*for infra page*/
.infra-section {
    padding: 50px 0px;
}

#map-outer {
    height: 350px;
    width: 100%;
}

.contactus-section {
    padding: 20px 0px;
}

@media(max-width:441px) {
    .navbar-brand {
        float: none;
    }

    .amity-department {
        display: none;
    }

    .admission-list li a {
        font-size: 15px;
    }

    .banner-heading {
        font-size: 20px;
    }
}

@media(min-width:768px) and (max-width:1096px) {
    .main-nav {
        margin: 0px;
    }
}


.top-header {
    background: #337ab7;
    border-top: #f8c301 solid 2px;
}

.top-menulist {
    margin: 0px;
    padding: 0px;
}

    .top-menulist ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .top-menulist li {
        margin: 0px;
        padding: 5px 10px;
        display: inline-block;
    }

        .top-menulist li a {
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            text-transform: uppercase;
        }


.panel-body {
    padding: 15px;
    margin-top: 4%;
}

.w-100 {
    width: 100%;
}
.mb-3 {
    margin-bottom: 30px;
}