/****Gobla css*****/

h1,
h2,
h3,
h4,
h5,
h6,
p,
.no-margin {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #f6f7fb;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
.slider-items .owl-prev:hover,
.slider-items .owl-prev,
.slider-items .owl-next:hover,
.slider-items .owl-next,
.promo-items:hover,
.promo-items,
.promo-items:hover:after,
.promo-items:after,
.teacher-items .owl-next:hover,
.teacher-items .owl-next,
.teacher-items .owl-prev:hover,
.teacher-items .owl-prev,
.featured-items .item:hover h2,
.featured-items .item h2,
.owl-prev:hover,
.owl-prev,
.owl-next:hover,
.owl-next,
.stud-bg:hover,
.stud-bg,
.tea-bg:hover,
.tea-bg,
.staf-bg:hover,
.staf-bg,
.clas-bg:hover,
.clas-bg,
.login-button:hover,
.login-button,
.nosite-item ul li:hover,
.aside-item ul li,
.aside-items ul li a:hover,
.nosite-item ul li a,
.aside-items ul li:hover,
.aside-items ul li,
.to-top:hover,
.to-top,
.seat-buttons button:hover,
.seat-buttons button,
.admission-buttons button:hover,
.admission-buttons button,
button,
button:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

a,
a:focus,
a:hover:focus,
button:focus,
button:hover:focus,
.btn:focus,
.btn:hover:focus a:focus,
a:hover,
label {
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    -o-border: none;
}

.bg-c1 {
    background-color: #002147
}

.promo-items:hover:after {
    left: auto;
    margin-left: 71%;
}

.m-top30 {
    margin-top: 30px
}

.m-top50 {
    margin-top: 50px
}


/**++++++++++++++++++++++++++
**   Header area ******
**--------------------------- **/


/*_-_-_-_-  Top Header _-_-_-_- */

.top-active {
    background-color: #1a385a;
    padding: 12px 11px;
}

.top-header .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-header ul > li {
    color: #fff;
}

.phone-area > ul > li,
.email-area > ul > li {
    padding: 8px 0px;
}

.top-header ul > li > span {
    margin-right: 6px;
}

.login-area > ul > li {
    background: #1a385a;
}

.login-area > ul li > a {
    color: #fff;
    margin: 0px;
}

.login-area > ul li > a span > i {
    margin-right: 5px;
}

.login-area > ul li > a:hover {
    background: #fff;
    color: #333;
}

.login-area .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #1a385a;
}

.login-area > ul > li > ul > li > a {
    line-height: 27px;
    color: #000;
    padding: 10px 15px;
    font-style: normal;
    border-bottom: 1px solid #e2e1e1;
}

.login-area > ul > li > ul > li > a:hover {
    background: #002147;
    color: #fff;
    border-bottom: 1px solid #002147;
}

.login-area .navbar-nav>li>.dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 111111;
}

.login-area .nav .open>a:focus {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

.header-middel {
    padding: 8px 0;
}


/******  Nav Menu ***/

nav.navbar.bootsnav {
    background-color: #002147;
    border: none;
    border-bottom: none;
}

nav.navbar.bootsnav ul.nav > li > a {
    padding: 20px 15px;
    font-weight: 500;
    font-size: 17px;
    font-family: Roboto Slab;
    color: #fff;
    margin-bottom: 0;
}

nav.navbar.bootsnav .active {
    background-color: #1a385a;
}

nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li > a:hover {
    background: #1a385a;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: solid 0px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #1a385a;
    color: #fff;
    border-bottom: solid 1px #1a385a;
    text-transform: capitalize;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 15px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    text-transform: capitalize;
}

.top-header span > i {
    margin-right: 7px;
}

.slider-items {
    position: relative;
    overflow: hidden;
}

.slider-items .owl-prev {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 20px 30px;
    left: -26px;
    overflow: hidden;
    font-size: 0;
    background: #7d7d7d;
    opacity: .5;
}

.slider-items .owl-prev:after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 29px;
    color: #ffffff;
    z-index: 999;
    position: relative;
    left: 4px;
}

.slider-items .owl-prev:hover {
    opacity: 1;
    background: #002147;
}

.slider-items .owl-next {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 20px 14px;
    right: -24px;
    overflow: hidden;
    font-size: 0;
    background: #7d7d7d;
    opacity: .5;
}

.slider-items .owl-next:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 29px;
    color: #ffffff;
    z-index: 999;
}

.slider-items .owl-next:hover {
    opacity: 1;
    background: #002147;
}

.slider-items .owl-dots {
    width: 140px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0;
    background: #fff;
    bottom: -25px;
    border-radius: 39px;
    /*text-align: left;*/
    padding-left: 17px;
}

.slider-items .owl-dot span {
    position: relative;
}

.slider-items .owl-dot.active span {
    color: #ffa800
}

.slider-items .owl-dot span:after {
    content: "\f111";
    position: absolute;
    font-family: fontawesome;
    margin-top: -4px;
}

.slider-items .owl-dot {
    display: inline-block;
    padding: 6px 8px;
    /*text-align: center;*/
    background: transparent;
}


/**++++++++++++++++++++++++++
*****   Slider area ******
**--------------------------- **/

.slider-area {
    overflow: hidden;
    margin-top: 30px;
}


/**-------____-----____----______-----**
*
*       Aside Left Section All CSS
*----------_____---------______-------**/


/**++++++++++++++++++++++++++
*****   promo item area ******
**--------------------------- **/

.promo-items .icon {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.pro-content {
    display: inline-block;
    padding: 17px 3px;
}

.promo-items {
    position: relative;
}

.promo-items .icon > span {
    font-size: 28px;
    color: #fff;
    margin-left: 11px;
    margin-right: 11px;
}

.pro-content h2 {
    font-size: 18px;
    font-family: Roboto Slab;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.pro-content p {
    color: #fff;
}

.promo-items .icon i {
    font-size: 22px;
    color: #fff;
}

section.promo-section {
    margin-top: 30px;
}

.promo-round {
    position: absolute;
    right: -21px;
    width: 35px;
    height: 35px;
    background: #f6f7fb;
    top: 31%;
    border-radius: 100%;
}

.Ad-icon {
    background: #71a82c;
}

.Ad-icon:after {
    content: "\eeac";
    font-family: icofont;
    font-size: 61px;
    position: absolute;
    top: 32px;
    color: #ffffff;
    z-index: 0;
    opacity: 0.1;
}

.result-icon {
    background: #002147;
}

.result-icon:after {
    content: "\f0f3";
    font-family: icofont;
    font-size: 61px;
    position: absolute;
    top: 32px;
    color: #ffffff;
    z-index: 0;
    opacity: 0.1;
}

.megagin-icon {
    background: #9b0c23;
}

.megagin-icon:after {
    content: "\eb95";
    font-family: icofont;
    font-size: 61px;
    position: absolute;
    top: 32px;
    color: #ffffff;
    z-index: 0;
    opacity: 0.1;
}

.gellery-icon {
    background: #ffa800;
}

.gellery-icon:after {
    content: "\ec0a";
    font-family: icofont;
    font-size: 61px;
    position: absolute;
    top: 32px;
    color: #ffffff;
    z-index: 0;
    opacity: 0.1;
}

.promo-items a {
    overflow: hidden;
    display: block;
    z-index: 99999;
}

.promo-items:hover {
    background: #333;
}


/*** History section ***/

.history-content h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 23px;
}

.history-content h2 span {
    color: #ffa800;
}

section.history-section {
    margin-top: 80px;
}

.history-content {
    padding: 36px 0
}

.history-content a.readmore {
    padding: 11px 23px;
    background: #002147;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-top: 23px;
    font-size: 15px;
    border-radius: 11px;
}

.history-content a.readmore:hover {
    background-color: #ffa800;
    color: #fff
}

.his-img img {
    width: 100%;
}


/****  time banner ***/

.school-t-hading {
    float: left;
    padding: 34px 26px;
    background: #ffa800;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding-right: 64px;
    -webkit-clip-path: polygon(0% -1%, 100% 0%, 82% 100%, 0% 100%);
    clip-path: polygon(0% -1%, 100% 0%, 82% 100%, 0% 100%);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.school-day-time {
    background: #002147;
    padding: 27.5px 0px;
    color: #fff;
    padding-bottom: 73px;
    border-radius: 6px;
}

.school-t-hading h2 {
    font-weight: bold;
    font-family: Roboto Slab;
    font-size: 30px;
}

.school-t-hading h1 {
    font-weight: bold;
    font-family: Roboto Slab;
    font-size: 30px;
}

section.school-time-section {}

.school-left strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.school-left {
    float: left;
    margin-left: 46px;
}

.school-left span {
    color: #ffa800;
}

.school-icon {
    display: inline-block;
    color: #ffa800;
}

.school-icon i {
    font-size: 51px;
}

.school-right {
    float: left;
    margin-left: 11%;
}

.school-right span {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: -9px;
}

section.school-time-section {
    overflow: hidden;
    box-shadow: 1px 2px 5px 0px #c7c7c7;
}


/*** message section ***/

.message-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
}

.message-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.message-area {
    background: #fff;
    padding: 90px 17px;
    padding-bottom: 35px;
    position: relative;
    border-radius: 5px;
    height: 485px;
}

.message-dec h2 {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.message-dec a {
    border: 2px solid #002147;
    padding: 11px 20px;
    display: inline-block;
    color: #002147;
    font-size: 15px;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 26px;
}

.message-dec a:hover {
    background: #ffa800;
    color: #fff;
    border: 2px solid transparent;
}

section.message-section {
    margin-top: 80px;
}


/*** Routine ***/

.rotuin-section .table>tbody>tr>td,
.rotuin-section .table>tbody>tr>th,
.rotuin-section .table>tfoot>tr>td,
.rotuin-section .table>tfoot>tr>th,
.rotuin-section .table>thead>tr>td,
.rotuin-section .table>thead>tr>th {
    padding: 21px 18px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}

.rotuin-section .table>tbody>tr>td {
    padding: 20px 12px;
}

.routune-bg {
    background-color: #e8e8e8!important
}

.rotuin-section .table>tbody>tr>th,
.rotuin-section .table>thead>tr>th {
    padding: 21px 1px;
    font-size: 16px;
}

.rotuin-section .table>thead>tr>th span {
    display: block;
    color: #64707d;
}

.rotuin-section .nav-tabs.nav-justified>li>a {
    border-bottom: none;
    border-radius: 5px;
    background: #002147;
    margin: 12px 4px;
    color: #fff;
}

.rotuin-section .nav-tabs >li>a:hover {
    background: #ffa800;
}

.rotuin-section li.nav-item.active {
    background: transparent;
}

.nav-tabs.nav-justified {
    border-bottom: 1px solid whitesmoke;
}

section.rotuin-section {
    background: #e8e8e8;
    box-shadow: 1px 2px 5px -1px #6f6f6f;
}


/*** teacher section ***/

.tea-dec h2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
}

.tea-dec {
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 32px 34px;
    padding-bottom: 14px;
}

.teacher-items .item {
    float: left;
}

h2.tea-sub-title {
    padding: 11px 0;
    font-size: 17px;
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
}

.headding-tea h2,
.fea-hadidng h2 {
    font-size: 36px;
    text-transform: capitalize;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
    padding-bottom: 11px;
}

section.teachers-area {
    position: relative;
}

.teacher-items .owl-nav,
.featured-items .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
    width: 74px;
}

.teacher-items .owl-prev,
.teacher-items .owl-next,
.featured-items .owl-prev,
.featured-items .owl-next {
    position: relative;
    font-family: fontawesome;
    font-size: 0;
    background: #002147;
    padding: 0px 11px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}

.teacher-items .owl-prev:after,
.featured-items .owl-prev:after {
    content: "\f104";
    font-size: 17px;
    padding: 3px;
    line-height: 37px;
}

.teacher-items .owl-next,
.featured-items .owl-next {
    position: absolute;
    top: 0px;
    right: 0;
    background: #ffa800;
}

.teacher-items .owl-next:after,
.featured-items .owl-next:after {
    content: "\f105";
    font-size: 17px;
    padding: 3px;
    line-height: 37px;
}

.teacher-items .owl-next:hover,
.featured-items .owl-next:hover {
    background: #002147;
}

.teacher-items .owl-prev:hover,
.featured-items .owl-prev:hover {
    background: #ffa800;
}


/*** freatured ***/

.featured-items .item {
    background: #fff;
    padding: 11px 13px;
    padding-bottom: 30px;
}

.featured-items {
    position: relative;
}

.featured-items h2 {
    padding: 13px 7px 9px 9px;
    background: #e5e8ec;
    color: #333;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

.featured-items a {
    background: #002147;
    padding: 11px 17px 9px;
    display: inline-block;
    margin-top: 13px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
}

.featured-items a:hover {
    background: #ffa800;
}

.featured-items .item:hover h2 {
    background: #fff6e5;
}


/**-------____-----____----______-----**
*
*       Aside Right Section All CSS
*----------_____---------______-------**/

.aside-hading h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-family: Roboto Slab;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 10px;
    border-top: 2px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
}

.aside-hading h2:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 111%;
    background: #ffa800;
    top: -2px;
    right: 0;
}

.aside-hading h2:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 111%;
    background: #ffa800;
    left: 0px;
    top: -2px;
}

.aside-hading {
    margin: 21px 0px;
    background: #fff;
    margin-bottom: 0;
}

.notish-bord .aside-hading h2 {
    background: #002147;
    border-color: #002147;
    color: #fff;
    border-bottom-color: #011429;
}

.aside-items {
    background: #fff;
    padding: 19px 35px;
}

.nosite-item {
    background: #002147;
    min-height: 330px;
}


.aside-items ul li {
    list-style: disc;
    color: #64707d;
    font-size: 14px;
    margin: 10px 0;
}

.aside-items ul li a {
    color: #727c88;
    font-size: 14px;
}

.notish-bord .readmore {
    text-align: center;
    background: #183b63;
    text-transform: uppercase;
}

.notish-bord .readmore a {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.notish-bord .readmore a:hover {
    color: #ffa800;
}

.aside-items ul li a span {
    text-align: right;
    float: right;
}

.aside-items ul li a:hover {
    color: #ffa800;
}

.aside-items ul li:hover {
    color: #ffa800;
}

.nosite-item ul li a:hover {
    color: #ffa800;
}

.nosite-item ul li a {
    color: #fff;
}

.nosite-item ul li {
    color: #fff;
}

.nosite-item ul li:hover {
    color: #ffa800;
}

#contain {
    max-height: 200px;
    overflow-y: scroll;
}


/********** holyday ******/

.holyday-item-title ul {
    border-bottom: 1px solid #e4e5e6;
    border-left: 1px solid #e4e5e6;
    border-right: 1px solid #e4e5e6;
}

.holyday-item-title li.date {
    padding: 15px 10px;
    background: #f6f7fb;
}

.holyday-item-title ul li {
    display: inline-block;
    list-style: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 0;
    border-left: none;
    border-bottom: none;
    margin-right: 7px;
}

.holyday-item-title ul li:hover {
    color: #333;
    !important
}

.holy-list .dates {
    display: inline-block;
    width: 55px;
    height: 59px;
    background-color: #f6f7fb;
    float: left;
    text-align: center;
    padding: 3px 8px;
    font-size: 15px;
    font-weight: bold;
    color: #64707d;
    margin-right: 10px;
}

.holidays .aside-items {
    background: #fff;
    padding: 0;
}

.holy-list {
    height: 60px;
    border-bottom: 1px solid #e4e5e6;
    border-left: 1px solid #e4e5e6;
    border-right: 1px solid #e4e5e6;
    background: #fff;
}

.h-link {
    padding: 5px 9px;
}

.h-link a {
    color: #727c88;
}

.h-link a:hover {
    color: #ffa800;
}

.holy-items .owl-nav {
    position: relative;
    padding: 16px 12px;
    border-bottom: 1px solid #e4e5e6;
    border-left: 1px solid #e4e5e6;
    border-right: 1px solid #e4e5e6;
    background: #f6f7fb;
    font-weight: bold;
    text-transform: capitalize;
}

.holy-items .owl-prev {
    display: inline-block;
}

.holy-items .owl-next {
    display: inline-block;
    float: right;
    color: #ffa800;
}

.holy-items .owl-prev:hover {
    color: #ffa800
}

.holy-items .owl-next:hover {
    color: #333
}


/*** cleadar with clock ***/

p#hours {}

div#clock p {
    display: inline-block;
    font-size: 38px;
}

.clock-asection {
    text-align: center;
}

div#clock span {
    font-size: 38px;
    margin: 0 5px;
}

.time-date .table>tbody>tr>td {
    border: none
}

.clender-section div table.header > tbody > tr {
    background: #5c6c7a;
    color: #fff;
    border-bottom: 1px solid #74818c;
}

.clender-section div table.header > tbody > tr:last-child {
    border-bottom: none;
}

.clender-section {
    background: #192e40;
    padding-bottom: 2px;
}

.clock-asection {
    text-align: center;
    padding-top: 29px;
    padding-bottom: 17px;
    color: #fff;
}

.clock-asection p#date {
    font-size: 16px;
    margin-top: 4px;
}


/*** event section ***/

.event-section .holy-list {
    height: 75px;
}

.event-section .holy-list .dates {
    padding: 3px 6px;
    box-shadow: 4px 3px 0px 0px #ffa800;
    margin-top: 6px;
    background: #192e40;
    color: #fff;
    font-weight: normal;
}

.birth-day-ing {
    position: relative;
}

.stu-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    top: 33%;
    bottom: 30%;
    text-align: center;
    left: -7px;
    right: 0;
}

.stu-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.birth-content h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    width: 80%;
    margin: 0 auto;
}

.birth-content h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 2px;
}

.birth-content.text-center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.72);
    padding: 11px 0;
}

.broth-items .owl-nav {}

div#birthslide {
    position: relative;
    overflow: hidden;
}

.broth-items .owl-prev {
    display: none!important
}

.broth-items .owl-next {
    background: #ffa800;
    right: -24px;
    position: absolute;
    bottom: 0;
    font-size: 0;
    color: #fff;
    width: 56px;
    height: 34px;
    border-radius: 48px;
    padding: 5px;
    overflow: hidden;
}

.broth-items .owl-next:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 20px;
    padding: 8px 10px;
}

.broth-items .owl-next:hover {
    background: #002147;
}


/*** progress secftion ***/

.progress-item .icon i {
    font-size: 60px;
}

.progress-content .progress-count {
    font-size: 72px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 31px;
}

.progress-item .icon {}

.progress-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.progress-item {
    color: #fff;
    padding: 37px 0;
}

.stud-bg {
    background-color: #c65959
}

.stud-bg:hover {
    background-color: #ffb933
}

.tea-bg {
    background-color: #ffb933
}

.tea-bg:hover {
    background-color: #56be63
}

.staf-bg {
    background-color: #56be63
}

.staf-bg:hover {
    background-color: #d149d5
}

.clas-bg {
    background-color: #d149d5
}

.clas-bg:hover {
    background-color: #ffb933
}

section.progress-section {
    background: #fff;
    padding: 50px;
}


/*** Footer Section ***/

.footer-top {
    background: #002147;
    padding: 40px 0;
}

.ft-title h2 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    padding-left: 8px;
}

.ft-title h2:after {
    content: "";
    width: 1px;
    height: 84%;
    background: #ffb933;
    position: absolute;
    left: 0;
    top: 1px;
}

.ft-title {
    margin-bottom: 16px;
}

.ft-textarea p {
    color: #ffb933;
    padding-right: 10px;
}

.ft-title {
    margin-bottom: 16px;
}

.ft-textarea p {
    color: #ffb933;
    padding-right: 10px;
}

.ft-textarea ul li strong {
    color: #ffb933;
    font-weight: 400;
    margin-right: 12px;
}

.ft-textarea ul {
    margin-top: 12px;
}

.ft-textarea ul li {
    color: #fff;
    line-height: 27px;
}

.ft-textarea ul li a {
    color: #fff;
}

.ft-textarea ul li a:hover {
    color: #ffb933;
}

.ft-links ul li {
    line-height: 28px;
}

.ft-links ul li a {
    color: #fff;
    position: relative;
}

.ft-links ul li a:hover {
    color: #ffb933;
    margin-left: 10px;
}

.ft-links ul li a:before {
    content: "\f101";
    font-family: fontawesome;
    margin-right: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ft-links ul li a:hover:before {
    opacity: 1;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.copyright.text-center {
    padding: 13px 0 10px;
    background: #001731;
    color: #fff;
}

.copyright a {
    color: #ffb933;
}

.copyright a:hover {
    color: #fff;
}

.ticker-title span > span {
    font-size: 48px;
    font-weight: bold;
    color: #002147;
}

.ticker-title strong {
    font-size: 22px;
    position: relative;
    top: -7px;
    left: -5px;
    text-transform: capitalize;
    font-weight: bold;
}

.ticker-title:after {
    content: "";
    width: 3px;
    height: 57%;
    position: absolute;
    background: #002147;
}


/**_+_+_+_+_+_===___=++++__-___---____-_-----____---
*
*       -------ALL INNER PAGE CODE---------
*
-_______+++++++____------===+++++*****++++++____ **/


/** breadcrumb-section **/

.bar-list ul li {
    display: inline-block;
    margin: 0px 6px;
    position: relative;
}

.bar-list ul li a:after {
    content: "\f105";
    font-family: fontawesome;
    margin-left: 5px;
}

.bar-list ul li a {
    color: #333;
    font-weight: bold;
}

.bar-list ul li {
    color: #ffa800;
    text-transform: capitalize;
    font-weight: bold;
}

h2.bar-title {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}

.bar-back a {
    color: #333;
    font-weight: bold;
}

.bar-back a span {
    margin-left: 5px;
}

.bar-back a:hover,
.bar-list ul li a:hover {
    color: #ffa800;
}

.bar-back {
    text-align: right;
}

section.breadcrumb-section {
    padding: 30px 0;
    background: #fff;
}


/*** maps **/

.maps {
    border: 10px solid #fff;
    border-radius: 13px;
    background: #999;
}

.to-top:hover {
    background: #333;
}

.to-top:hover {
    background: #ffa800;
}

.to-top {
    background: #002147;
    bottom: 19px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 45px;
    line-height: 44px;
    overflow: hidden;
    position: fixed;
    right: 3%;
    text-align: center;
    width: 45px;
    z-index: 2147483647;
}

.c-form h2 span,
.contact-info h2 span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.c-form h2 {
    margin-bottom: 20px;
}

.c-form .form-control {
    border: 1px solid #e9ebf4;
    box-shadow: none;
}

.submit-btn {
    background: #002147;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    padding-top: 7px;
    padding: 9px 18px;
    border: none;
    margin-top: 10px;
}

.submit-btn:hover {
    color: #fff;
    background: #ffa800;
}

.c-form label {
    font-weight: 500;
}

.cont-dec p {
    margin-top: 19px;
    margin-bottom: 19px;
}

.cont-dec ul li span {
    width: 35px;
    height: 35px;
    float: left;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 2px 2px 5px 0px #e0e0e0;
    display: inline-block;
    clear: both;
    margin-right: 8px;
}

.cont-dec ul li p {
    display: inline;
    overflow: hidden;
    clear: both;
}

.cont-dec ul li {
    line-height: 34px;
    margin-bottom: 13px;
}

.cont-dec ul li a {
    color: #ffa800
}

.cont-dec ul li a:hover {
    color: #002147
}


/**** About page section ***/

.about-page-section .his-img {
    float: left;
    margin-right: 24px;
}

.about-page-section .his-img img {
    width: auto;
}


/*** Login page ***/


/*** login page ***/

.login-inner form {
    padding: 33px;
    box-shadow: 1px 3px 8px 2px #ececec;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login-inner {
    padding: 31% 0;
}

.login-inner > h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 13px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.login-button {
    border: none;
    padding: 13px 33px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 2px 4px 8px 0px #485361;
}

.login-button:hover {
    background: #ffb933;
    box-shadow: 3px 4px 4px -1px #c79a42;
}

.login-page label {
    text-align: right;
}

.form-check-label span {
    margin: 0 50px;
}

.form-check-label span a {
    margin: 0 4px;
    color: #ffb933;
}

.form-check-label span a:hover {
    color: #002147;
}

input.admi-id {
    width: 68%;
    margin: 6px auto;
    border: none;
    box-shadow: 1px 2px 4px 1px #dedede;
    padding: 6px;
    border-radius: 16px;
    text-align: center;

}

input.admi-id:focus {
    outline: none
}


/**** Seat plan ***/

.set-header h2 {
    font-size: 27px;
    font-weight: 900;
    margin: 11px 0;
    color: #002147;
}

.set-header h4 {
    font-size: 15px;
    font-weight: bold;
    color: #002147;
}

.set-header {
    background-color: #fffdfa
}

.set-plan-gb {
    background-image: url(../images/seatplan-bg.png);
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    height: 100%;
    padding: 30px 0px;
    position: relative;
    top: 0px;
}

.hadding-bg {
    background-image: url(../images/hadidng-1-bg.png);
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    height: 100%;
    padding: 30px 0px;
    position: relative;
    top: 0px;
}

.set-header-inner {
    position: relative;
    top: 24px;
    z-index: 999;
}

.seat-plan-section {
    box-shadow: 0px 0px 6px 2px #e0e0e0;
}

.set-content {
    width: 100%;
    margin: 0 auto;
    padding: 47px 22px;
    overflow: hidden;
}

.set-content .item {
    background: #f6f7fb;
    padding: 13px;
    border: 8px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #e8e8e8;
    margin-bottom: 30px;
}

.set-content .item strong {
    margin-right: 16px;
}

.set-list lable {
    width: 131px;
    display: inline-block;
    font-weight: bold;
}

.set-list lable span {
    text-align: right;
    float: right;
    margin-right: 10px;
}

.set-list {
    line-height: 30px;
}

.seat-buttons button {
    margin-right: 8px;
    margin-top: 11px;
    font-weight: bold;
}

.seat-buttons button:hover {
    background-color: #ffa800;
    color: #fff
}


/*** admission **/

.admission-inner {
    padding: 39px;
    text-align: justify;
}

.admission-contetns {
    background-image: url(../images/admission.png);
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.admission-inner ul li {
    line-height: 34px;
}

.set-header-inner h1 {
    font-size: 31px;
    margin-bottom: 15px;
    padding-top: 30px;
}

.admission-footer .set-plan-gb {
    top: -61px;
    transform: rotate(180deg);
}

.admission-buttons button:hover {
    background: #ffa800;
    color: #fff
}

.admission-buttons button {
    font-size: 15px;
    font-weight: bold;
    background: #002147;
    color: #fff;
    padding: 12px;
    margin: 7px 5px;
}

.admission-dec {
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 4px 0px #d8d8d8;
}

.admission-medil form .form-group label {
    font-weight: 500;
    text-transform: capitalize;
}

.admission-medil form .form-control,
.custom-file {
    background: #f6f7fb;
    border: 1px solid #ebecf1;
    border-radius: 3px;
    box-shadow: none;
}

.admission-medil form .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #d8d8d8
}

.admission-medil {
    overflow: hidden;
}

.footertop-da button {
    position: relative;
    bottom: -36px;
    padding: 10px 37px;
    z-index: 999;
}

.attendance-aection {
    background-image: url(../images/att-pattran.png);
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    height: 100%;
    padding: 30px 0px;
    position: relative;
    top: 0px;
    background-size: cover;
    border: 1px solid #e8e8e8;
}

.attend-top h3 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 8px;
    margin-top: 19px;
}

.attend-top h3 span {
    background: #ffa800;
    padding: 6px 8px;
    color: #333;
    border-radius: 5px;
}
/*** attendance section ***/
.attendance-aection button {
    padding: 12px 60px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #002147;
    color: #fff;
    margin-top: 20px;
}
.attendance-aection button:hover {
    background-color: #ffa800;
    color: #fff
}
.attendance-dec .set-header-inner {
    overflow: hidden;
    top: 0;
    padding: 30px;
}
.attendance-dec,
.top-da {
    overflow: hidden;
}
.attendance-dec .set-plan-gb {
    position: absolute;
    bottom: -86px;
    top: unset;
    z-index: -1;
}
.attendance-dec .table>thead>tr>th {
    vertical-align: middle;
    border-bottom: none;
    background: #002147;
    color: #fff;
    padding: 12px 10px;
    border-right: 1px solid #fff;
}
.attendance-dec .table>tbody>tr>td,
.attendance-dec .table>tbody>tr>th {
    vertical-align: middle;
    border-top: none;
    padding: 15px 0;
    border-right: 1px solid #ebeef6;
}
.attendance-dec .table>tbody>tr>th {
    text-align: center;
}
.attendance-dec .table-striped>tbody>tr:nth-of-type(2n) {
    background-color: #ebeef6;
}
.attendance-dec .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f6f7fb;
}
.att-table {
    padding: 15px 50px;
}
.attendance-dec {
    background: #fff;
    box-shadow: 0px 0px 6px 0px #ececec;
}
/**** booklist section ***/
.booklist p {
    color: #333;
    margin-top: 10px;
}
.book-img {
    float: left;
    position: relative;
    border: 8px solid #fff;
    box-shadow: 0px 0px 4px 0px #dedede;
    border-radius: 5px;
    margin-right: 14px;
    left: 3px;
    top: 4px;
    z-index: 999;
    width: 162px;
    height: 190px;
}
.book-single {
    overflow: hidden;
    margin-top: 8px;
    margin: 0 21px;
}
.book-single a {
    color: #333;
    font-weight: bold;
    padding-bottom: 9px;
    display: block;
}
.book-single a:hover {
    color: #ffa800
}
.book-single .readmore a {
    width: 35px;
    height: 35px;
    float: right;
    background: #ffa800;
    padding: 8px 12px;
    color: #fff;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.book-single .readmore a:hover {
    background-color: #002147
}
.booklist-items .active {
    background: transparent;
}
.booklist {
    box-shadow: 0px 0px 6px 2px #e0e0e0;
    background: #fff;
}
.book-dec {
    box-shadow: 1px 1px 5px 1px #d6d6d6;
    padding: 52px 0;
    margin: 32px 9px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 60px;
    position: relative;
}
.book-dec .meta span {
    margin-right: 6px;
}
.book-hadidng {
    padding: 10px;
    background: #f6f7fb;
    margin: 14px 31px;
    margin-top: 36px;
    margin-bottom: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.booklist-contetns .owl-nav .owl-prev:after {
    content: "\f104";
    font-size: 17px;
}
.booklist-contetns .owl-nav .owl-next:after {
    content: "\f105";
    font-size: 17px;
}
.booklist-contetns .owl-nav {
    position: absolute;
    top: -76px;
    right: 39px;
}
.booklist-contetns .owl-nav .owl-prev,
.booklist-contetns .owl-nav .owl-next {
    font-family: fontawesome;
    font-size: 0;
    margin: 7px;
    display: inline-block;
}
/*** result section **/
.result-container {
    width: 965px;
    margin: 0 auto;
}
.result-medil {
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    height: 100%;
    padding: 33px 35px;
    position: relative;
    top: 0px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.result-header {
    overflow: hidden;
}
.result-container h2.title {
    font-size: 22px;
    font-weight: 900;
    margin-top: 35px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.result-container .table>thead>tr>th {
    border-bottom: none;
}
.result-container .table>tbody>tr>td,
.result-container .table>tbody>tr>th,
.result-container .table>tfoot>tr>td,
.result-container .table>tfoot>tr>th,
.result-container .table>thead>tr>td,
.result-container .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}
.result-container .table>tbody>tr>th {
    font-weight: normal;
}
.cgpa-bg {
    background: #fffaf0
}
.re-prints span {
    color: #ffbb00;
}
.re-prints button {
    padding: 2px 9px;
    text-transform: capitalize;
    font-weight: bold;
    color: #333;
}

/*** countdown **/
.exam-time-count {
    height: 45px;
}
.exam-time-count time div.item .label {
    background: #fff;
    top: -9px;
}
.exam-time-count time div.item {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffa800;
    margin: 2px 14px;
    text-align: center;
    color: #fff;
    border-radius: 31px;
    box-shadow: -1px 0px 4px 4px #ffd98e;
    padding: 10px 0px;
}
.exam-time-count time div.item div {
    display: inline-block;
    color: #333;
    position: relative;
    top: -5px
}
.count-timer {
    background: #fff;
    padding: 17px 0;
    border: 1px solid #f6f6f6;
}
.exam-time-count i {
    font-size: 37px;
    margin-top: 3px;
    padding-top: 10px;
    position: absolute;
    left: -29px;
    top: -9px;
    color: #ffa800;
}
.exam-time,
.exam-mark {
    padding: 10px 14px;
}
.contest-student-info {
    padding: 20px;
    background: #fffdfa;
}
.contest-student-info input {
    background: #f6f7fb;
    border: none;
    box-shadow: none;
}
.contest-student-info input:focus {
    outline: none;
    box-shadow: none;
}
.exam-quition h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 14px;
}
.exam-quition {
    margin-bottom: 30px;
}
.contest-tables {
    background: #ffffff;
    padding: 46px 42px;
}
/*** gellery section ***/
.gellery-item img {
    width: 100%;
}
.wrap-sticky nav.navbar.bootsnav {
    z-index:2;
}
/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 99999999;
}
.popupclose .btn {
    background: #002147;
    padding: 10px 31px;
    color: #fff;
}
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}
.rotuin-section ul.nav.nav-tabs li a {
    display:  inline-block;
    padding: 14px;
    background: #002147;
    color:  #fff;
    text-transform:  capitalize;
    font-weight:  bold;
    border-radius:  0;
}

.rotuin-section ul.nav.nav-tabs li a:hover {
    border:  1px solid transparent;
    background: #1a385a;
}
.rotuin-section .nav-tabs {
    border-bottom: none;
    background: #fff;
}

.contact-info h2 {
    margin-bottom: 50px;
}

.datepicker {
    z-index: 99999;
}

@media print {
    .m-top50 {
        margin-top: 0px;
    }
    .set-header-inner {
        top: 0px;
    }
    .set-header.text-center {
        padding: 0px;
        margin: 0px;
    }

    .set-header-inner {
         top: 0px;
    }

    .hadding-bg {
        padding: 10px 0px;
    }

}



/*** update 07/05/18 **/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.student-info ul.nav.nav-tabs li a,.student-info ul.nav.nav-tabs li a:hover{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}




.student-info ul.nav.nav-tabs li a {
    padding: 14px;
    display: inline-block;
    text-transform: capitalize;
    color: #333;
}
.student-info a.active.show {
    background: #1d47e2;
    color: #fff !important;
}
.student-info ul.nav.nav-tabs {
    box-shadow: -1px 0px 11px 0px #d8d8d8;
}

.student-info {
    padding: 3% 0;
}

.student-info ul.nav.nav-tabs li a:hover {
    background: #1d47e2;
    color:  #fff;
}

.student-info .tab-pane {
    padding: 17px;
}
.student-info .student-classingfo label {
    display:  block;
    text-transform:  capitalize;
    font-weight: 500;
    line-height: 20px;
}

.student-info .student-classingfo {
    padding: 17px;
    box-shadow: 0px 0px 14px 0px #d8d8d8;
    margin-bottom: 30px;
}
.student-info .btn.btn-button {
    border-radius: 7px;
    padding: 9px 21px;
    background: transparent;
    box-shadow: 0px 0px 18px 0px #d6d6d6;
    margin-top: 10px;
    color: #333;
}

.student-info .btn.btn-button:hover {
    background: #1d47e2;
    color: #fff;
}

.student-info .popup-inner {
    padding: 19px;
}
div#tab-content1 {
    overflow: hidden;
}
.student-info .teachers-area label {
    text-transform: capitalize;
    font-weight: bold;
}
.student-info select#exampleFormControlSelect1 {
    text-transform: capitalize;
}




/**** UPDATE ***/
.pop-setplan .set-list lable {
    width: 20%;
    display: inline-block;
    font-weight: bold;
}
.pop-setplan  .set-list {
    line-height: 42px;
}

.pop-setplan  .set-list > span {
    width: 29%;
    display: inline-block;
    float: right;
}

.pop-setplan object {
    width: 100%;
    min-height: 409px;
}

.pop-setplan{
    padding: 0px;
}


.table-srcoll {
    overflow-y: scroll;
    max-height: 600px;
    overflow-x: hidden;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width:3px;

}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
     background: linear-gradient(45deg, #FF5252 0%, #5e6fcf 100%);
    background: -webkit-linear-gradient(45deg, #FF5252 0%, #5e6fcf 100%);
}
.popup .message-img {
    position: relative;
    top: -57px;
}
.popup .message-area {
    padding: 56px 17px;
}