@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/**************************
Top Bar css 
************************/
.navbar-default{
    background: none;
    margin-bottom:0px;
    border:none;
    border-radius: 0px;
    z-index: 99999;
    position: relative;
    
}
header .navbar-brand{
    height: auto;
}
header .navbar-brand img{
 /*   width: 815px;
8**/
    width:100%;
}
header .navbar-default .navbar-nav>li>a {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 5px 10px;
    margin: 25px 5px 5px;
    background: #890208;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #ab4b12;
    letter-spacing: .5px;
        text-transform: capitalize;
}
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus,
header .navbar-default .navbar-nav>.open>a ,
header .navbar-default .navbar-nav>.open>akh:focus ,
header .navbar-default .navbar-nav>.open>akh ,
header .navbar-default .navbar-nav>.open>a:focus, 
header .navbar-default .navbar-nav>.open>a:hover{
    background-color: #fff;
    color: black;
    border-color: #ab4b12;
}
header .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #890208;
    color: #fff;
    border-radius: 0px;
    padding:5px;
    border:0px;
}
header .navbar-nav>li>.dropdown-menu a {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 6px 12px;
        text-transform: capitalize;
}

header .navbar-nav>li>.dropdown-menu akh {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 6px 12px;
        text-transform: capitalize;
}
header .navbar-nav>li>.dropdown-menu li:last-child a{
    border-bottom: 0px;
}
header .navbar-nav>li>.dropdown-menu a:hover,
header .navbar-nav>li>.dropdown-menu akh:hover,
header .navbar-nav>li>.dropdown-menu a:focus{
    background: #5991e4;
}
/*header .navbar-default .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: red

}*/
/********************* top bar css end ***********************/
/**********************
Main Nav Bar css
***********************/
.navbar-inverse{
    background: #890208;
    border-color: #5991e4;
    border-radius: 0px;
    margin-bottom: 0px;
    border:0px;
    z-index: 9999;
    position: relative;
}
.navbar-inverse .collapse {
    padding: 0px;
}
.navbar-inverse .navbar-nav>li>a{
    color: #ffffff;
    /*border-left: 1px solid #fff;*/
    padding: 15px 10px;
    font-family: 'Lato', sans-serif;
    
        text-transform: capitalize;

}
.navbar-inverse .navbar-nav>li {
    padding: 0px 6px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
}
.navbar-inverse .navbar-nav>li:after{
    content: '';
    width: 2px;
    background: #890208;
    display: inline-block;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 0px;
}
.navbar-inverse .navbar-nav>li:last-child:after{
    display: none;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
    background-color: #f3f5f2;
    color: #890208;
    border-color: #890208;
}
.navbar-inverse .navbar-nav>li>.dropdown-menu {
    margin:5px 0 0 0px;
    padding: 5px;
    background: #890208;
    border: 0px;
    border-radius: 0px;
}
.navbar-inverse .navbar-nav>li>.dropdown-menu>li{
    border-bottom: 2px solid red;
}
.navbar-inverse .navbar-nav>li>.dropdown-menu>li:last-child{
    border-bottom: 0px;
}
.navbar-inverse .navbar-nav>li>.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 7px 7px;
    text-transform: capitalize;
}
.navbar-inverse .navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav>li>.dropdown-menu>li>a:focus {
     background: #f3f5f2;
     color: #890208;
}
.dropdown-submenu>.dropdown-menu>li{
    border-bottom: 2px solid red;
    background: #890208;
}
.dropdown-submenu>.dropdown-menu>li:last-child{
    border-bottom: 0px;
}
.dropdown-submenu>.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 7px 7px;
    text-transform: capitalize;
}
.dropdown-submenu>.dropdown-menu>li>a:hover,
.dropdown-submenu>.dropdown-menu>li>a:focus {
    background: #f3f5f2;
    color: #890208;
}
/************************
Mega Menu Css
**************************/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #890208;
    border:0px;
    padding: 5px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/********************** Mega Menu css End***************************/


/*******************
banner css
*****************/
.site_banner{
    width: 100%;
    float:left;
    padding: 30px 0;
}
.site_banner .carousel-indicators{
 width: 100%;
 left: 0px;
 margin-left: 0px;
 text-align: right;
 padding-right: 30px;
}
.site_banner .carousel-indicators li{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border:2px solid #fff;
}
.site_banner .carousel-indicators .active{
    width: 24px;
    height: 24px;
}
/******************* site banner end ********************/

/****************
Service section
***************/
.services_field{
    float: left;
    width: 100%;
    padding: 30px 0;
}
.services_field h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    background: #890208;
    padding:15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
}

.services_field marquee h3{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #5991e4;
    font-weight: 900;
} 
.services_field marquee p{
       font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: justify;
    border-bottom: 2px solid #fff;
}
.service_content,
.event_news{
    padding: 15px;
    background: #f3f5f2;
    float: left;
    width: 100%;
     margin-bottom: 15px;
}
.event_news p{
    margin-bottom: 15px;
}

.event_news p span {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 67px);
    text-align: initial;
}
.event_news p span.new {
    display: inline-block;
    width: 67px;
    background: none;
    color: red;
    padding: 3px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    margin-right: 0;
    vertical-align: top;
}
.event_news p span.new img {
    max-width: 100%;
    margin-top: -10px;
}
.important_link{
    padding:0;
    background: #f3f5f2;
    float: left;
    width: 100%;
    height: 295px;
    box-sizing: border-box;
    overflow-y: auto;
    margin-bottom: 15px;
}
.important_link ul{
    padding: 0px;
    list-style: none;
}
.important_link ul li a {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 4px solid #f3f3f3;
    background: #e8e8e8;
    padding: 6px 10px 6px 45px;
    position: relative;
    width: 100%;
    float: left;    
    text-decoration: none;
}
.important_link ul li a:before {
    content: '';
    border-left: 6px solid #3867ad;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 18px;
    top: 11px;
}
.important_link ul li a:hover{
    background: white;
    color: #f90208;
    text-decoration: none;
}
.important_link ul li a:hover:before{
    border-left-color: #fff
}
/* width */
.important_link::-webkit-scrollbar {
    width: 0px;
    -webkit-appearance: scrollbarbutton-up;
}

/* Track */
.important_link::-webkit-scrollbar-track {
    background: #5991e4; 
    -webkit-appearance: scrollbarbutton-up;
}
 
/* Handle */
.important_link::-webkit-scrollbar-thumb {
    background: #5991e4; 
    -webkit-appearance: scrollbarbutton-up;
}

/* Handle on hover */
.important_link::-webkit-scrollbar-thumb:hover {
    background: #5991e4; 
    -webkit-appearance: scrollbarbutton-up;
}
/************** Service section end****************/


/****************
footer
****************/
footer{
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #0a1b34;
    border-top: 4px solid #5991e4;
}
footer h2{
    margin: 0px 0px 15px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: white;
    text-transform: uppercase;

}
footer p{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
footer p a{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    margin-left: 10px;
    text-decoration: none;
}
footer p a:hover{
    color: #fff;
    text-decoration: none;
}
footer ul{
    font-family: 'Lato', sans-serif;
    padding: 0px;
    list-style: none;
    display: block;
}
footer li{
    font-family: 'Lato', sans-serif;
    display: inline-block;
    padding: 10px 10px;
    margin: 0px;
}
footer li a{
    color: #bbcee8;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
footer li a:hover{
    color: #fff;
    text-decoration: none;
}
.footer_social_icon li{
    margin: 0px;
    padding: 0px;
}
.footer_social_icon a {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: inline-block;
    background: #293d60;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    margin-right: 10px;
    color: #0a1b34;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.footer_social_icon a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    color: #0a1b34;
    background: #fff;
}




/***************
About Us pages
***************/

.page_title{
    float: left;
    width: 100%;
    padding: 50px 0;
    background-image: url(../images/banner1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.page_title:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top:0px;
    background: rgba(0,0,0,.6)
}
.page_title .container{
    position: relative;
    z-index: 1;
}
.page_title h3 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    margin: 0px 0px 0px;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    position: relative;
    padding: 10px 0;
    color: #fff
}
.page_title h3:after {
    position: absolute;
    bottom: 0px;
    width: 140%;
    height: 2px;
    background: #5991e4;
    left: -20%;
    content: '';
}
.page_title h2 {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    margin: 0;
    font-weight: 600;
    font-style: italic;
    color: #fff
}
.page_location{
    float: left;
    width: 100%;
    padding: 15px 0;
}
.page_location ul {
    margin: 0px;
    background: #ab4b12;
}
.page_location ul li{
    color: #fff;
}
.page_location ul li a{
    color: #5991e4
}
.about_section{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.about_section h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 37px;
    font-weight: 900;
    text-transform: capitalize;
    color: #5991e4;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0px;
}
.about_section h2:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background: #ab4b12;
    bottom: 0px;
    left: 0px;
}
.about_section p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
}

/********************
College section
********************/
.college_section{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.college_section .college_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 2px solid #ab4b12;
    margin-bottom: 15px;
}
/*.image_same_size{
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    float: left;

}*/
.image_same_size img{
    max-height: 100%;
}
.college_section .college_box h3{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #000;
    margin-bottom:0px;
    height: 35px;
    float: left;
}

/************* Blink css ****************/

.blink{
        /*width:200px;
        height: 50px;
        background-color: magenta;
        padding: 15px;  
        text-align: center;
        line-height: 50px;*/
        animation: blink 1s step-start .5s infinite;
    }
    /*span{
        font-size: 25px;
        font-family: cursive;
        color: white;
        
    }*/
@keyframes blink{
0%{opacity: 1;background:#ab4b12;}
50%{opacity: 1;background:#39e80d;border-color:#39e80d;}
100%{opacity: 1;background:#ab4b12;}
}


/* .info-box

=================================================================== */

.info-box {

  min-height: 140px;

  margin-bottom: 30px;

  padding: 20px;

  color: white;

  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);

  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);

}

.info-box i {

  display: block;

  height: 100px;

  font-size: 60px;

  line-height: 100px;

  width: 100px;

  float: left;

  text-align: center;

  margin-right: 20px;

  padding-right: 20px;

  color: rgba(255, 255, 255, 0.75);

}

.info-box .count {

  margin-top: 20px;

  font-size: 34px;

  font-weight: 700;

}

.info-box .title {

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 600;

}

.info-box .desc {

  margin-top: 10px;

  font-size: 12px;

}

.info-box.danger {

  background: #ff5454;

  border: 1px solid #ff2121;

}

.info-box.warning {

  background: #fabb3d;

  border: 1px solid #f9aa0b;

}

.info-box.primary {

  background: #20a8d8;

  border: 1px solid #1985ac;

}

.info-box.info {

  background: #67c2ef;

  border: 1px solid #39afea;

}

.info-box.success {

  background: #79c447;

  border: 1px solid #61a434;

}

/*----------------	color------------------------*/

.dark-heading-bg {

  background: #4c4f53;

  border: 1px solid #4c4f53;

}

.main-bg {

  background: #e6e8ea;

}

.white-bg {

  color : #768399;

  background : #fff;

  background-color : #fff;

}

.red-bg {

  color : #fff;

  background : #d95043;

  background-color : #d95043;

}

.blue-bg {

  color : #fff;

  background : #57889c;

  background-color : #57889c;

}

.green-bg {

  color : #fff;

  background : #26c281;

  background-color : #26c281;

}

.greenLight-bg {

  color: #71843f;

  background: #71843f;

  background-color: #71843f;

}

.yellow-bg {

  color : #fff;

  background : #fc6;

  background-color : #fc6;

}

.orange-bg {

  color : #fff;

  background : #f4b162;

  background-color : #f4b162;

}

.purple-bg {

  color : #fff;

  background : #af91e1;

  background-color : #af91e1;

}

.pink-bg {

  color : #fff;

  background : #f78db8;

  background-color : #f78db8;

}

.lime-bg {

  color : #fff;

  background : #a8db43;

  background-color : #a8db43;

}

.magenta-bg {

  color : #fff;

  background : #e65097;

  background-color : #e65097;

}

.teal-bg {

  color : #fff;

  background : #97d3c5;

  background-color : #97d3c5;

}

.brown-bg {

  color : #fff;

  background : #d1b993;

  background-color : #d1b993;

}

.gray-bg {

  color : #768399;

  background : #e4e9eb;

  background-color : #e4e9eb;

}

.dark-bg {

  color : #fff;

  background : #1a2732;

  background-color : #1a2732;

}

.facebook-bg {

  color: #fff;

  background: #3b5998;

  background-color : #3b5998;

}

.twitter-bg {

  color: #fff;

  background: #00aced;

  background-color : #00aced;

}

.linkedin-bg {

  color: #fff;

  background: #4875b4;

  background-color : #4875b4;

}
