/*=======================================================
			THEME STYLING START
========================================================*/
* {
    margin: 0;
    padding: 0
    }
body {
    background: #FFEDF3;
    height: 100%;
    width: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto", sans-serif
    }
#slider1_container {
    position: relative;
    margin: 0 auto;
    top: 25px;
    left: 0;
    width: 100%;
    height: 150px;
	padding-bottom: 20px;
    overflow: hidden
    }
h1, h2, h3, h4, h5, h6 {
    font-weight: normal
    }

h1 {
    font-size: 50px;
    color: #fff
    }

h2 {
    font-size: 33px;
    font-weight: 300;
    color: #434343
    }

h3 {
    font-size: 24px;
    color: #647382;
    font-weight: 600
    }

h4 {
    font-size: 20px;
    color: #647382;
    font-weight: 400
    }

h5 {
    font-size: 18px;
    color: #647382;
    font-weight: 400
    }

h6 {
    font-size: 16px;
    color: #647382;
    font-weight: 600
    }

p {
    color: #181818;
    font-size: 14px;
    line-height: 26px
    }

a {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important
    }

img:hover {
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
    }

li:hover {
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
    }

li {
    list-style: none;
    text-align: center;
    }
	
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
   width: 100%;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B2DFDB;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
    -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}

/*=======================================================
			header
========================================================*/
.banner {padding-top: 5px;
  background: url('img/banner_bg.png');}

.banner h2 {
    text-transform: uppercase;
    font-weight: 500;
    }

.banner h3 {
    margin-top: -5px;
    font-weight: 300;
    margin-bottom: 5px
    }

  .calender {
    background-color: #FFF;
    text-align: center;
  }
  .calender td:hover {
    
    
  }
  
.calender td:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 0px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.calender td:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

#vacation{
  border: 2px solid #F80;
  color:red;
}
#vacation:hover{
  color:#FFF;
  background-color: #12CC88;
  font-weight: bold;
}
#normal{
  border:1px solid #DDD;
}
#normal:hover {
  color: #FFF;
  background-color: #12CC88;
  border: 2px solid #DDD;
  font-weight: bold;
  color: #FFF;
}


/*=======================================================
			section
========================================================*/
.sticky {background: #008080;border-bottom: 2px solid #FF5722}
section {
    background: #fff;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 70px;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
    }

section nav {
    display: inline-block;
    width: 100%;
    text-align: center
    }

section nav li {
    display: inline-block
    }

section .navbar-nav > li > a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 25px 12px;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
    }
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
section .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background: #FF5722;
    }

section .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #FF5722;
    }

section nav li a:hover {
    border-bottom: 2px solid #FF5722;
    }

section nav {
    position: relative;
    z-index: 9999
    }

section .navbar-nav > li > .dropdown-menu li {
    display: inline-block;
    width: 100%;
    margin: 0
    }

section .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-top: none
    }

section .navbar-nav > li > .dropdown-menu a {
    display: inline-block;
    width: 100%;
    border: none;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    }

section .dropdown-menu {
    width: 200px
    }

section .mega {
    width: 100%
    }
section .navbar-nav > li > .dropdown-menu li {
    text-align: left;
}
section .navbar-nav > li > .dropdown-menu li:hover a {
    color: #fff
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #FF5722;
}

.nav-res {
    background: #fff;
    }

.center_menu {
    margin-left: 24px
    }


.news {
    padding-top: 0px
    }

.news a.news_bg {
    background: #0ABAB5;
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300
    }

.news p {
    padding-left: 7px
    }

.news .news_content {
    background: white;
	border: 1px solid #0ABAB5;
    margin-left: -15px;
    height: 43px;
    }

.news .news_content p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding: 10px 0;
    display: block
    }

.news .news_content p:hover {
    color: #FF5722
    }

.welcome_area .welcome_content {
    border: 2px solid #26A69A;
	
	border-radius: 5px;
    margin-bottom: 30px;
    border-top: 0;
    margin-top: 25px
    }

.welcome_area .welcome_content h2 {
    font-weight: 400;
    background: #26A69A;
    font-size: 25px;
    padding: 10px 45px;
    color: #fff;
    margin-top: 0
    }

.welcome_area .welcome_content p {
    font-weight: 300;
    color: #5f5f5f;
    font-size: 15px;
    padding: 18px 30px
    }

.welcome_area .welcome_content img {
    float: left;
    border: 2px solid #EEF0F2;
    padding: 5px;
    margin: 8px 20px 20px 0
    }
.welcome_area .welcome_content a:hover{
    color: #FB131C;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.welcome_area .submenu_one {
    margin-top: 11px
    }
.welcome_area .submenu_one:nth-child(1) {
  margin-top: 25px;
}

.welcome_area .submenu_one ul.submenu_border {
    margin: 0;
    padding: 0;
    border: 1px solid #0ABAB5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 0
    }
.welcome_area .submenu_one ul.submenu_border li img {
  margin: 10px 0px;
  padding: 5px;
  border: 2px solid #01A453;

}
.welcome_area .submenu_one ul.submenu_border li.head_speech a {
    padding: 0px 0px 15px 33px;
}

.welcome_area .submenu_one ul li a {
    font-size: 14px;
    text-align: center;
    padding: 7px;
    display: block;
    color: #444;
    }

.welcome_area .submenu_one ul li .notice_board, .admission, .download, .useful_links {
    background: #0ABAB5
    }

.welcome_area .submenu_one ul li a.notice_board, .welcome_area .submenu_one ul li a.admission, .welcome_area .submenu_one ul li a.download, .welcome_area .submenu_one ul li a.useful_links {
    color: #fff;
    font-size: 16px
    }

.welcome_area ul.submenu_border li a:hover {
    color: #2E9063
    }

.welcome_area .submenu_one ul li a {
    text-align: center
    }

.welcome_area .submenu_one ul.submenu_border li a {
    text-align: left;
    padding-left: 15px;
    }
.welcome_area .submenu_one ul.submenu_border li a:hover{
    color: #FB131C;
}



.btn-bg {
  background: #0ABAB5;
  color: #fff;
  border: 1px solid #0ABAB5;
  margin: 0px 0px 0px 63px;
}
.btn-bg:hover {}
.welcome_area .submenu_one ul.submenu_border .login_style {
    padding: 15px 30px;
}

.welcome_content .contact_content {text-align: center}
.welcome_content .contact_content form {padding: 20px 110px}
.welcome_content .contact_content h4 {color: #444}
.welcome_content .contact_content h5 {color: #444}
.welcome_content .login_content {padding: 20px 65px;}

.footer_up_area {
    margin-top: 15px;
    background: #4DB6AC;
    padding-bottom: 40px
    }

.footer_up_area .quick_navigation_content ul {
    margin: 0;
    padding-left: 20px;
    }

.footer_up_area .quick_navigation_content ul li {
    list-style: none
    }

.footer_up_area .quick_navigation_content ul li a {
    display: block;
    padding: 10px 0;
    color: #FFF;
    font-weight: 700;
    border-bottom: 1px solid #D5D5D5;
    text-align: left;
    }

.footer_up_area .quick_navigation_content ul li a:hover {
    color: #FB131C;
    margin-left: 5px
    }

.footer_up_area .location h2, .footer_up_area .quick_navigation_header h2, .footer_contact h2 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 20px 0 15px 0;
    border-bottom: 3px solid #008080;
    padding-bottom: 10px;
    background: #f43f54;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    }

.footer_contact {
    overflow-x: hidden
    }

.footer_contact ul {
    margin-top: 35px
    }
.footer_contact ul li a {
    color: #FFF;
    }
.footer_contact ul li i {
    color: #FFF;
    }
  .footer_contact ul li a:hover {
    color: #000;
    }
.footer_contact ul li:hover {
    color: #000;
    }

.footer_contact ul li {
    margin-top: 5px;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
    }

.footer_contact i {
    font-size: 25px;
    float: left
    }

.footer_contact p {
    font-size: 16px;
    margin-left: 50px
    }

.footer_area {
    background: #008080;
    text-align: center
    }

.footer_area p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 20px 0 10px 0
    }

.responsive_map {
    border: 5px solid #FFF;
    margin-top: 20px
    }
 .login_form_group {
  margin: 30px 0px;
}

.login_btn-bg {background: #008080; color: #fff}
.login_btn-bg:hover {background: #008340; color: #fff}
.login_content {border: 3px solid #AAAAAB; border-radius: 5px}

.rslides {
  position: relative;
  list-style: none;
  width: 80%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 80%;
  left: 30px;
  top: 15px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 80%;
  border: 0;
  }
 #more-link{
    background-color: #0ABAB5;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin-left: 100px;
    padding: 5px 15px;
    overflow: visible;
    position: absolute;
 }

.table_style > td:hover {background-color:#96C996;}
.container{
    background-color: #fafafa;
} 
#custom-table { text-align: center;}
#custom-table tr:hover td{
    background-color:#008080;
    color: white;
}
#custom-table tr:hover td a{
    color: white;
}
 input[type='file']{ width:120px; overflow:hidden; color:transparent; }
 input[type='submit'],
 input[type='reset'] { width: auto; padding: 9px 15px;  background: #617798;border: 0; font-size: 14px; color: #FFFFFF; }

 .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 3px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
} 
#form-row{
  margin-left:20px;
}
#legend-style {
  background-color:#0ABAB5;
  padding:8px;
  color: white;
  font-size: 22px;
}

