@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.header_section {
    border-top: #F88147 solid 5px;
}

.header_sub {
    background: #1F3345;
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
}

.widget {
    line-height: 2.5rem;
    margin-bottom: 0;
    font-size: 13px;
}

.styled-icons {
    line-height: 1;
    margin-top: 3px;
}

.widget ul li:first-child {
    padding-left: 0;
}

.widget ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .widget ul li {
        margin: 0;
        padding: 0;
        float: left;
    }

.widget .styled-icons li a {
    margin-bottom: 0;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 26px;
    line-height: 24px;
    margin: 0px 7px 2px 0;
    width: 30px;
}

.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 0px 7px 0px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.styled-icons.icon-white li a i {
    color: #fff;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.text-white {
    color: #fff !important;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.widget_right {
    margin: 0px;
    padding: 0px;
}

    .widget_right ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        text-align: right;
    }

    .widget_right li {
        display: inline-table;
        padding: 0px;
        margin: 0px;
    }

        .widget_right li a {
            padding: 10px 10px;
            background: url(../images/line1.png) no-repeat right;
            font-size: 12px;
            text-decoration: none;
            text-transform: uppercase;
        }

.about_us {
    margin: 50px 0px;
    padding: 0px;
}

    .about_us h1 {
        color: #000;
        margin: 0px;
        padding: 0px 0px 20px 0px;
        font-size: 34px;
    }

    .about_us p {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-align: justify;
        font-family: 'Ubuntu', sans-serif;
    }

.button-md {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 35px 9px 35px;
    background: #F88147;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

    .button-md:hover {
        text-decoration: none;
    }


.service-wrapper {
    position: relative;
    z-index: 1;
}

.service-item {
    background: #fff none repeat scroll 0 0;
    border-bottom: 8px solid #1F3345;
    box-shadow: 0 15px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 50px 35px;
    text-align: center;
    min-height: 354px;
    transition: all 0.4s ease 0s;
}

.service-icon {
    margin-bottom: 30px;
}

.service-text {
    margin: 0px;
    padding: 0px;
}

    .service-text h3 {
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize;
    }

    .service-text a {
        color: #000;
        font-size: 16px;
        font-weight: normal;
        line-height: 29px;
        margin-bottom: 6px;
    }

.service-item:hover b {
    color: #fff;
}

.service-item:hover .service-text h3 {
    color: #fff;
}

.service-item:hover {
    background-color: #1F3345;
}

.service-item:hover {
    border-bottom: 8px solid #1F3345;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.08);
}

    .service-item:hover .service-text a {
        color: #fff;
        text-decoration: none;
    }

.service-icon i {
    color: #1F3345;
    font-size: 50px;
}

.service-item:hover .service-icon i {
    color: #fff;
}

.scholorship {
    background: #14171b;
    padding: 40px 0px;
    float: left;
    width: 100%;
    margin: 50px 0px;
}

    .scholorship h3 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
    }

.infra {
    list-style: none;
    margin: 15px 0px;
    padding: 0px;
}

    .infra li {
        list-style: none;
        margin: 0px 0px 0px 20px;
        padding: 2px 0px;
        color: #fff;
        list-style: disc;
    }




/*----------------Responsive-----------menu----------------*/




}

header {
    position: relative;
    width: 100%;
    background: #333;
}

.logo {
    position: relative;
    z-index: 123;
    color: #6DDB07;
    float: left;
    padding: 5px;
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu ul {
    float: right;
    margin: 15px 0px;
    padding: 0px;
}

    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        #cssmenu:after, #cssmenu > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

        #cssmenu #head-mobile {
            display: none
        }

#cssmenu {
    font-family: sans-serif;
}

    #cssmenu > ul > li {
        float: left;
        background: url(../images/line.png) no-repeat right;
    }

        #cssmenu > ul > li > a {
            padding: 10px 6px;
            font-size: 12px;
            letter-spacing: 0.5px;
            text-decoration: none;
            color: #404040;
            font-weight: 700;
            text-transform: uppercase;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #fff
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            background: #F88147 !important;
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }
        /*#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}*/
        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #333;
            transition: all .25s ease
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto
    }

        #cssmenu li:hover > ul > li {
            height: auto;
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #ddd;
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #000
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

        #cssmenu ul {
            width: 100%;
            display: none
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #444
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0
                }

        #cssmenu > ul > li {
            float: none
        }

        #cssmenu ul ul li a {
            padding-left: 25px
        }

        #cssmenu ul ul li {
            background: #333 !important;
        }

            #cssmenu ul ul li:hover {
                background: #363636 !important
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px
        }

        #cssmenu ul ul li a {
            color: #ddd;
            background: none
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700
        }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

        .button:after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 4px;
            width: 20px;
            border-top: 2px solid #dddddd;
            border-bottom: 2px solid #dddddd;
            content: ''
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #ddd;
            content: ''
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .button.menu-opened:before {
            top: 23px;
            background: #fff;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #262626
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}








/*-----------------responsive-----------menu------------end-----*/



/*---------------------slier----------------start--------------*/

#first-slider .main-container {
    padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

#first-slider .slide1 .text-left, #first-slider .slide3 .text-left {
    padding-left: 40px;
}


#first-slider .carousel-indicators {
    bottom: 0;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}

#first-slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width: 100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3 {
    animation-delay: 1s;
}

#first-slider h4 {
    animation-delay: 2s;
}

#first-slider h2 {
    animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}


#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

    #first-slider .p a {
        text-decoration: underline;
    }

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border: none;
}

#first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control .fa-angle-right {
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(http://s20.postimg.org/h50tgcuz1/image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide2 {
    background-image: url(http://s20.postimg.org/uxf8bzlql/image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide3 {
    background-image: url(http://s20.postimg.org/el56m97f1/image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide4 {
    background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* ================================= */
/* ---------- CONTACT CSS  --------- */
/* ================================= */
#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;
    position: relative;
}

    .footer a, #footer p, ul.list li::before, .opening-hourse ul li {
        color: #808080;
    }

        .footer a:focus, .footer a:hover, .footer a:active {
            color: #F88147;
        }

    .footer .widget .widget-title {
        margin-top: 0px;
    }

#footer p {
    font-weight: 300;
    color: #fff;
}

    #footer p a {
        color: #fff;
    }

#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: #F88147 !important;
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
    transition: all 0.5s linear 0s;
    margin-bottom: 2px;
    float: left;
    width: 100%;
    padding-bottom: 2px;
}

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: #F88147;
            border-color: #F88147;
        }

.footer {
    background: #222222;
    position: relative;
    float: left;
    width: 100%;
}

.bg-black-333 {
    background-color: #333333;
    padding: 7px 0px 2px 0px;
}

.bg-color-red {
    background: #0f385f;
    float: left;
    width: 100%;
}


.blog-grid {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin: 25px 0px 25px 0px;
}

    .blog-grid img {
        width: 100%;
    }

.data-box-grid {
    display: block;
    float: left;
    text-align: center;
    background: #2d89ef;
    min-width: 60px;
    padding: 5px;
    margin: 0px 10px 10px 0px;
}

    .data-box-grid h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin-bottom: 5px;
    }

    .data-box-grid p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

.blog-grid-text {
    padding: 4px 25px 25px 25px;
}

    .blog-grid-text span {
        color: #d21e2b;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    .blog-grid-text h4 {
        color: #111;
        font-size: 20px;
        font-weight: 500;
        margin: 5px 0px 5px 0px;
    }

    .blog-grid-text ul li {
        display: inline-block;
        color: #999;
        font-size: 14px;
        font-weight: 500;
        margin: 10px 25px 10px 0px;
    }

        .blog-grid-text ul li i {
            color: #d21e2b;
            font-size: 14px;
            font-weight: 500;
            margin-right: 10px;
        }

    .blog-grid-text p {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        line-height: 170%;
        border-bottom: 1px solid #ececec;
        padding-bottom: 15px;
    }

.mt-20 {
    margin-top: 20px;
}

.left-holder {
    text-align: left;
}

.button-sm {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    padding: 11px 22px 11px 22px;
}

.primary-button {
    background: #F88147;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.page-title-section {
    padding: 50px 0px 50px 0px;
    background-color: #eee;
    background-size: cover;
    background-position: left;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

    .page-title-section h1 {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
    }

    .page-title-section ul li {
        display: inline-block;
    }

        .page-title-section ul li a {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
        }

        .page-title-section ul li:after {
            content: ' \f105';
            color: #fff;
            font-family: 'FontAwesome';
            padding: 0px 10px;
        }

.prcedent_messege {
    background: #f8f8f8;
    background-size: cover;
    padding: 50px 0px;
    float: left;
    width: 100%;
}

    .prcedent_messege strong {
        font-size: 22px;
    }

    .prcedent_messege p {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-align: justify;
    }

.message_head {
    background: #f8f8f8;
    border-top: #e5e5e5 solid 2px;
    padding: 50px 0px;
    float: left;
    width: 100%;
}

    .message_head strong {
        font-size: 22px;
    }

    .message_head p {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-align: justify;
    }

.contact-box {
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 2px;
    -webkit-box-shadow: 0 20px 80px rgba(0,0,0,0.12);
    box-shadow: 0 20px 80px rgba(0,0,0,0.12);
    -webkit-transition-duration: .3s;
    margin: 10px 0px 10px 0px;
    padding: 20px 0px 20px 0px;
}

    .contact-box i {
        color: #d21e2b;
        font-size: 35px;
        margin: 10px 0px 20px 0px;
    }

    .contact-box h4 {
        color: #111;
        font-size: 18px;
        font-weight: 500;
        margin: 0px 0px 5px 0px;
    }

    .contact-box span {
        color: #999;
        font-size: 14px;
    }

.panel-body {
    list-style-type: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.primary-list li i {
    color: #F88147;
    padding-right: 10px;
}

.primary-list {
    padding-left: 20px;
}

    .primary-list li {
        list-style-type: none;
        font-size: 16px;
        line-height: 30px;
        color: #000;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        margin-top: 15px;
    }

        .primary-list li a {
            list-style-type: none;
            font-size: 16px;
            line-height: 30px;
            color: #000;
            font-weight: 500;
            font-family: 'Ubuntu', sans-serif;
        }



.primary-list1 li i {
    color: #F88147;
    padding-right: 10px;
}

.primary-list1 {
    padding-left: 20px;
}

    .primary-list1 li {
        list-style-type: decimal;
        font-size: 16px;
        line-height: 30px;
        color: #000;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        margin-top: 15px;
    }

        .primary-list1 li a {
            list-style-type: none;
            font-size: 16px;
            line-height: 30px;
            color: #000;
            font-weight: 500;
            font-family: 'Ubuntu', sans-serif;
        }

.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

    .gal-item .box {
        height: auto;
        overflow: hidden;
    }

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.box a img {
    height: 220px;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 221px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

    .modal-open .gal-item button.close:focus {
        outline: none;
    }

    .modal-open .gal-item button.close span {
        position: relative;
        top: -3px;
        font-weight: lighter;
        text-shadow: none;
    }

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}

    .gal-container .description h4 {
        margin: 0px;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

.full-wid .border__b {
    border-bottom: 2px solid #daa106;
}

.full-wid .about-block {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 424px;
    margin-bottom: 20px;
}

.about-block {
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.img-scale figure {
    overflow: hidden;
    margin: 0px;
}

figure {
    margin: 0px;
}

.img-scale img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    display: inherit;
    width: auto;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.mt-25 {
    margin-top: 25px;
}

.about-block p {
    list-style-type: none;
    line-height: 30px;
    text-align: left;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.full-wid .about-block .read__more {
    width: 52px;
    height: 35px;
    display: block;
    background: #daa106;
    color: #fff;
    text-align: center;
    font-size: 31px;
    line-height: 35px;
    position: absolute;
    bottom: -35px;
    right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.img-scale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.full-wid .about-block:hover .read__more {
    bottom: 0;
}

.full-wid .about-block .read__more {
    width: 52px;
    height: 35px;
    display: block;
    background: #daa106;
    color: #fff;
    text-align: center;
    font-size: 31px;
    line-height: 35px;
    position: absolute;
    bottom: -35px;
    right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.box-title {
    margin: 0px;
}

    .box-title h3 {
        font-family: 'Roboto', sans-serif;
        color: #333;
        font-size: 22px;
    }

ul.dropdown-menu {
    top: 17px;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.programmes {
    background: #eee;
}

/* admission sec*/
.ptb {
    padding: 30px 0;
}

.admission-sec {
    background: #f5f5f5;
}
/*<!--.admission-sec .sec-title{
color:#fff;	
}
.admission-sec .hborder,.admission-sec .hborder:after{
background: #fff;	
}-->*/
.icon-sec i {
    font-size: 50px;
}

.icon-sec {
    margin-bottom: 20px;
}

.admission-txt {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.canvas-box:hover .icon-wrap {
    background: #01458E;
    border: 1px solid #01458E;
    color: #fff;
    box-shadow: 0 0 2px 5px rgba(1, 69, 142, 0.6);
}

.canvas-box .icon-wrap {
    background: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 100%;
    box-shadow: 0 0 2px 5px #ebebeb;
    color: #868686;
    display: inline-block;
    height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 20;
    font-size: 50px;
    line-height: 99px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.canvas-box h4:after {
    background: #F88147;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 50px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.canvas-box h4 {
    text-transform: uppercase;
}

.canvas-box:hover h4::after {
    background: #01458E;
    width: 100px;
}

.canvas-box h4 a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}
/* ------------------------------------------------
    *** Service_area Css Start***
------------------------------------------------- */
.our-services {
    background: #26a69a;
}

    .our-services h1 {
        color: #fff;
    }

    .our-services .sec-title {
        color: #fff;
    }

    .our-services .hborder, .our-services .hborder:after {
        background: #fff;
    }

.single_service {
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 1, 1, 0.1);
    padding: 34px 30px 44px;
    text-align: center;
    background-color: #fff;
    border-top: 5px solid #F88147;
}

    .single_service:hover {
        border-top: 5px solid #01458E;
        background-repeat: no-repeat;
        background-size: cover;
    }

.service_icon_container {
    display: table;
    height: 80px;
    width: 100%;
}

.service_icon_tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single_service h3 {
    margin: 20px 0;
    text-transform: capitalize;
    min-height: 35px;
}

    .single_service h3 .service-title {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        color: #F88147;
    }

.single_service p {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
}

.single_service:hover .service-title {
    color: #01458E;
}

.headingh4 h4 a {
    font-size: 16px;
}

.headingh4 h4 {
    font-size: 22px;
}















@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}
/* Footer Style */
i.red {
    color: #BC0213;
}

.gal-container {
    padding-top: 75px;
    padding-bottom: 75px;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
}

@media screen and (max-width: 640px) {
}


/*--------------------slier------------------end---------------*/

.img-bg {
    background: #F88147;
    padding: 10px;
    border-radius: 10px;
}

    .img-bg h3 {
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        color: #000;
    }

.project-box {
    background: #eee;
    padding: 30px 0px;
}
.carousel-caption {
    background: #ffffffd9;
    margin: 0px;
    color: #000;
    padding: 12px 10px;
    border-radius: 10px;
}


.carousel-caption h3 {
    margin: 0px;
}