﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Open Sans', sans-serif;
}

#map-outer {
    height: 290px;
    width: 100%;
    border: 2px solid #ccc;
}

.top_bar {
    background: #ffc400;
    margin: 0px;
    padding: 2px 0px 6px 0px;
}

.top-contact {
    float: left;
    text-align: center;
    margin-top: 6px;
}

    .top-contact a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
    }

        .top-contact a i {
            padding-left: 5px;
            padding-right: 5px;
        }

.top-social-icon {
    float: right;
}

.top-social-icon {
    text-align: center;
}

    .top-social-icon a {
        margin: 8px 10px 0px 10px;
        display: inline-block;
    }

.top-bar-section.top-bar-bg-color a {
    color: #fff;
}

.top-social-icon a i {
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    font-size: 18px;
}
/*----------------Responsive-----------menu----------------*/

.marq {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

    .marq li {
        display: inline-block;
        color: #fff;
        margin: 0px 10px;
        padding: 0px;
    }



header {
    position: relative;
    width: 100%;
    background: #333;
}

.logo {
    position: relative;
    z-index: 123;
    color: #6DDB07;
    padding: 0px;
    margin: 3px 5px 4px 0px;
    float: left;
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.tophd {
    margin: 8px 0px 0px 0px;
    padding: 0px;
    text-align: right;
}

    .tophd li {
        list-style: none;
        display: inline-block;
        padding: 0px 10px;
    }

        .tophd li a {
            color: #000;
            font-size: 14px;
            text-transform: uppercase;
        }







/*-----------------responsive-----------menu------------end-----*/




.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    text-shadow: none;
}

    .carousel-control:hover {
        color: #fff;
    }

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #16a085;
        border-radius: 50%;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #16a085;
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.4);
}



.about_us {
    padding: 40px 0px;
    float: left;
    width: 100%;
}

    .about_us h3 {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }

.pad-60 {
    padding: 60px;
}

.no-pad {
    padding: 0;
}

.image_bg {
    margin: 0px;
    padding: 0px;
}

    .image_bg img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.about_us p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #212121;
    text-align: justify;
}

.photo-about {
    background: #000;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: .5s all;
}

    .photo-about h4 {
        color: #fff;
    }

    .photo-about h5 {
        color: #fff;
        font-size: 14px;
    }

.btn-read-more {
    color: #0d2d62;
    background-color: transparent;
    border-color: #0d2d62;
}

    .btn-read-more:hover {
        background-color: #0d2d62;
        color: #fff;
    }

#contact .get-tech-line {
    margin-left: 10px;
    vertical-align: text-bottom;
    display: none;
}

#contact .get-tuch {
    margin: -29px 0;
    padding: 25px 0;
}

#contact .get-tuch {
    display: inline-block;
}

#contact .container {
    padding: 40px 0 50px;
}

#contact .get-tuch i {
    font-size: 35px;
    color: #fff;
}

#contact .get-tuch ul li h4 {
    font-weight: bold;
    color: #fff;
}

#contact .get-tuch ul li p {
    color: #fff;
    font-size: 15px;
}

#contact .get-tuch ul li a {
    color: #fff;
}

#contact .get-tuch > ul {
    margin-top: 10px;
}

#contact .bg-color-blue .get-tuch h4,
#contact .bg-color-blue .get-tuch p,
#contact .bg-color-blue .get-tuch i {
    color: #fff !important;
}



/* ================================= */
/* ----------- FOOTER CSS ---------- */
/* ================================= */
.footer {
    background: #222222;
    float: left;
    width: 100%;
    position: relative;
}

    .footer a, #footer p, ul.list li::before, .opening-hourse ul li {
        color: #ddd;
        font-size: 12px;
    }

        .footer a:focus, .footer a:hover, .footer a:active {
            color: #666666;
        }

    .footer .widget .widget-title {
        margin-top: 0px;
    }

#footer p {
    font-weight: 300;
}

#footer .copy-right {
    font-size: 12px;
}

.widget.dark .widget-title {
    color: #fff;
}

.widget .widget-title {
    margin-bottom: 20px;
    margin-top: 0;
}

.small-title {
    margin-bottom: 40px;
    margin-top: 20px;
}

.line1 {
    float: left;
    height: 5px;
    width: 40px;
}

.line2 {
    float: left;
    height: 1px;
    margin-top: 2px;
    width: 78px;
}

.background-color-white {
    background: #fff none repeat scroll 0 0;
}

.line1, .line2 {
    background-color: #fecc00 !important;
}

.list {
    margin: 0px;
    padding: 0px;
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
    transition: all 0.5s linear 0s;
    margin-bottom: 8px;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 8px;
}

ul.list li::before {
    border: medium none;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    margin-right: 10px;
    padding: 0;
}

.widget.dark .list-border li:hover {
    margin-left: 10px;
}

.socials li {
    display: inline-block;
}

    .socials li a {
        color: #dbdbdb;
        border: 1px solid #dbdbdb;
        padding-top: 8px;
        display: block;
        font-size: 14px;
        height: 32px;
        line-height: 16px;
        width: 32px;
        margin: 5px 5px 5px 0;
        text-align: center;
    }

        .socials li a:hover, .socials li a:focus {
            color: #fff;
            background: #fecc00;
            border-color: #fecc00;
        }

.footer {
    background: #222222;
    position: relative;
}

.bg-black-333 {
    background-color: #333333;
    padding: 5px 0px 0px 0px;
}

.bg-color-red {
    background: #0f385f;
}



.marqueebox {
    background: #0c355d;
    border-bottom: 2px solid #00000059;
    padding: 4px 0px;
    width: 100%;
}

    .marqueebox p {
        margin: 0px;
        padding: 0px;
        color: #fff;
        font-size: 14px;
    }

.research {
    width: 100%;
    padding: 20px 0px;
    float: left;
    background: url('../images/hexagon.jpg')
}

    .research > h1 {
        color: #fff;
        text-align: center;
        display: block;
        padding-bottom: 30px;
    }


/*--------------Revolation--------Slider--------Start--------------*/




.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

/*--------------Revolation--------Slider--------End--------------*/
.faculty_sec {
    float: left;
    width: 100%;
    margin: 50px 0px;
}

    .faculty_sec h3 {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }

.gap-top50 {
    margin-top: 50px;
}

.gap-top20 {
    margin-top: 20px;
}

.faculty-box {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    min-height: 485px;
    box-shadow: 0px 0px 9px #ccc;
}

    .faculty-box h4 {
        font-weight: 400;
        font-size: 18px;
    }

    .faculty-box h5 {
        line-height: 1.4;
        font-weight: normal;
    }

    .faculty-box:hover {
        box-shadow: 5px 5px 5px 5px #ccc;
        border-color: #fff;
    }



.page-title {
    position: relative;
    text-align: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/title_bg.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

    .page-title h1 {
        position: relative;
        font-size: 48px;
        text-shadow: 1px 1px 6px #000;
        letter-spacing: 2px;
        font-weight: 700;
        margin-top: 35px;
        color: #fff;
        line-height: 1.5em;
        text-transform: capitalize;
    }

.box_blue {
    background: #0c355d;
    padding: 10px;
    min-height: 220px;
    border-radius: 4px;
}

    .box_blue h4 {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }

.box_yellow {
    background: #ffc400;
    padding: 10px;
    min-height: 220px;
    border-radius: 4px;
}

    .box_yellow h4 {
        color: #000;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }


.research_list {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

    .research_list li {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        margin: 7px 0px;
        list-style: disc;
    }



.research_list1 {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

    .research_list1 li {
        margin: 7px 0px;
        list-style: disc;
    }

    .research_list1 a {
        color: #000;
        font-family: 'Roboto', sans-serif;
    }

.ul_list {
    margin: 0px 0px 0px 22px;
    padding: 0px;
    list-style: disc;
}

    .ul_list li {
        color: #000;
        font-family: 'Roboto', sans-serif;
        margin: 10px 0px;
    }




.slbg {
    padding: 30px;
    border: #f8c301 solid 2px;
    border-radius: 10px;
    margin: 0px 10px 0px 10px;
}

    .slbg img {
        width: 100%;
    }

.overview-program {
    padding: 50px 0px;
    float: left;
    width: 100%;
    background: #0c355d;
    color: #fff;
    font-size: 16px;
}

.course-section {
    background: #333;
    padding: 30px;
}

    .course-section h3 {
        margin: 0;
    }

    .course-section p {
        margin: 5px;
    }

        .course-section p a {
            color: #fff;
        }


.youtube-video {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
