@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,600,700|Material+Icons');
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
  color: #727272;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  //margin-top: 0;
}
a {
  //color: #666666;
  transition: all 0.3s ease 0s;
}
a, a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
ul, li {
    list-style: outside none none;
}
.offset-top-40 {
    margin-top: 40px;
}

/*
================================================
4. Top Wrapper
================================================
*/
header {
  width: 100%;
  z-index: 99;
}
.top-wrapper {
  padding: 6px 0 10px;
}
.affix .top-wrapper {
  margin-top: -55px;
}
.affix.fadeInDown {
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeInDown !important;
  animation-play-state: running;
  animation-timing-function: ease;
}
.fadeInDown {
  animation-name: none !important;
}
.swingOutX {
  animation-name: none !important;
}
.top-wrapper ul {
  margin: 0;
}
.top-wrapper .top-wraper-left ul li:first-child {
  padding-left: 0;
}
.top-wrapper ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
  transition: all 0.3s ease-in-out 0s;
}
.top-wraper-left ul li i {
  padding: 0 6px 0 0;
}
/*
================================================
5. Logo Bar 
================================================
*/
.logo-bar {
  float: left;
  padding: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
/*
================================================
6. Navigation
================================================
*/
.navbar-default {
  background-color: inherit;
  border-color: inherit;
}
.navbar {
  //border-radius: 0;
  //min-height: auto;
  margin: 0;
  border: none;
}
.navbar-brand {
  padding: 5px 0 0px;
  height: auto;
}
.navbar-toggle {
  top: 57px;
}
.mainmenu-area ul.nav.navbar-nav li {
    padding: 0 0 0 30px;
}
.mainmenu-area ul.nav.navbar-nav li a {
  color: #2d3e50;
  display: inline-block;
  font-weight: 500;
  line-height: 20px;
  padding: 0px 0 15px;
  text-transform: none;
  position: relative;
}
.mainmenu-area ul.nav.navbar-nav li a:focus, .mainmenu-area ul.nav.navbar-nav li a:hover {
  background-color: inherit;
}
.mainmenu-area ul.nav > li > a::after {
  bottom: 35px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 0;
}
.mainmenu-area ul.nav > li:hover > a:after {
  width: 25px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: inherit;
}
.mainmenu-area ul.nav.navbar-nav li:first-child {
  padding: 0;
}

ul.nav.navbar-nav li ul {
  left: 0;
  position: absolute;
  width: 200px;
  z-index: 999;
  background: none;
  padding: 0;
}
.mainmenu-area ul.nav.navbar-nav li ul li {
  border-bottom: 1px solid #4e4e4e;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mainmenu-area ul.nav.navbar-nav li ul li:hover:after {
  width: 100%;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  width: 100%;
  padding: 10px 15px 12px;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child:after {
  display: none;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child {
  border: 0px solid;
}
.mainmenu-area ul.nav.navbar-nav li ul li a:hover {
  background: #191919 none repeat scroll 0 0;
}
.mainmenu-area ul.nav.navbar-nav li ul li:after {
  bottom: -1px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}
.mainmenu-area ul.nav.navbar-nav li ul li {
  padding: 0;
}
.mainmenu-area ul.nav.navbar-nav li a i {
  margin-left: 4px;
  position: relative;
  top: 0px;
}

@media (max-width: 767px) {
.top-wrapper {
    padding: 0;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
  background: #989898 none repeat scroll 0 0;
}
ul.nav.navbar-nav li ul.nav.nav-second-level li a {
    padding-left: 37px;
}
.mainmenu-area ul.nav > li:hover > a:after {
  width: 0;
}
.mainmenu-area ul.nav.navbar-nav li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  border-top: 1px solid #e7e7e7;
}
.mainmenu-area ul.nav.navbar-nav li:first-child a {
  border-top: 0;
}
.mainmenu-area ul.nav.navbar-nav li {
    padding: 0;
}

.navbar-default .navbar-nav .nav-second-level.dropdown-menu > li > a {
    color: #fff;
    border: 0;
}
.navbar-default .navbar-nav .nav-second-level.dropdown-menu > li > a:hover {
    background: #191919 none repeat scroll 0 0;
    color: #51a9f1;
}
.nav-second-level > li > a::before, .nav-third-level > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 15px;
    height: 1px;
    background: #fff;
    top: 20px;
}
ul.nav.navbar-nav li ul.nav.nav-second-level > li > a::after, .nav-third-level > li > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0px;
    z-index: 10;
}
ul.nav.navbar-nav li ul.nav.nav-second-level > li:last-child > a::after, .nav-third-level > li:last-child > a::after {
    height: 50%;
}
/* banner wrapper */
.fade-carousel .hero:before {
  display: none;
}
.banner-wrapper .hero {
  display: none;
}
.fade-carousel .carousel-control {
  display: none;
}
.banner-wrapper .carousel-indicators {
  bottom: 10px;
  left: auto;
  padding: 0 5% 0 35px;
}
.banner-wrapper .hero {
  padding: 0 5% 0 35px;
}
.hero h1 {
  font-size: 25px;
}
.hero h3 {
  font-size: 15px;
}
.banner-wrapper .btn-hero {
  display: none;
}
.row.news {
  margin: 0;
}
}
/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.fade-carousel {
  position: relative;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #fff;
  width: 15px;
  height: 8px;
  border: none;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.banner-wrapper .carousel-indicators {
  padding: 0 50% 0 60px;
  width: auto;
  left: 0;
  margin: 0;
  bottom: 10%;
}
.fade-carousel .carousel-indicators > li.active {
  width: 30px;
  height: 8px;
  border: none;
}
.fade-carousel .carousel-control.left, .fade-carousel .carousel-control.right {
  display: none;
}
.fade-carousel .hero:before {
  content: "";
  height: 100%;
  left: -18%;
  position: absolute;
  top: 0;
  transform: skewX(35deg);
  width: 60%;
  z-index: -1;
}
.hero {
  display: flex;
  height: 100%;
  left: 0;
  padding: 0 50% 0 60px;
  place-content: center;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 2;
    justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.hero {
  justify-content: center;
}
}
.hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.hero h3 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0 0;
  text-transform: none;
}
/* Slides backgrounds */
.fade-carousel .carousel-inner .item {
  transition-property: opacity;
}
.fade-carousel .carousel-inner .item, .fade-carousel .carousel-inner .active.left, .fade-carousel .carousel-inner .active.right {
  opacity: 0;
}
.fade-carousel .carousel-inner .active, .fade-carousel .carousel-inner .next.left, .fade-carousel .carousel-inner .prev.right {
  opacity: 1;
}
.fade-carousel .carousel-inner .next, .fade-carousel .carousel-inner .prev, .fade-carousel .carousel-inner .active.left, .fade-carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.fade-carousel .carousel-control {
  z-index: 2;
}
.fade-carousel .carousel-inner .item img{
width:100%;
height:auto;  
}
/*
================================================
8. Callouts
================================================
*/
.callouts-wrapper {
    padding: 60px 0 0;
    width: 100%;
    float: left;
}
.callouts-wrapper .callouts {
  text-align: center;
  background-color: #fff;
  float: left;
  padding: 10px 0;
  width: 100%;
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.callouts-box:before, .callouts-box:after {
  border: 1px solid #e5e7e9;
  content: "";
  height: calc(100% - 35px);
  pointer-events: none;
  position: absolute;
  transition: all 0.33s ease 0s;
  width: calc(100% - 35px);
}
.callouts-box.hover::before, .callouts-box.hover::after, .callouts-box:hover::before, .callouts-box:hover::after {
  height: 100%;
  width: 100%;
}
.callouts-box:before {
  border-width: 1px 0 0 1px;
  left: 0;
  top: 0;
}
.callouts-box:after {
  border-width: 0 1px 1px 0;
  bottom: 0;
  right: 0;
}
.callouts-box {
  align-items: center;
  cursor: default;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 10px 15px 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.callouts-box .divider {
  margin: 10px auto;
  max-width: 100%;
  transition: all 0.33s ease 0s;
  height: 2px;
  width: 49px;
}
.callouts-box .box-header, .callouts-box .box-body {
  filter: blur(0px);
  position: relative;
  transition: all 0.33s ease 0s;
  will-change: transform;
}
.callouts-box:hover .box-body {
  transform: translateY(9px);
}
.callouts-box:hover .box-header, .callouts-box:hover .icon-box {
  transform: translateY(-9px);
}
.callouts-box.hover .divider, .callouts-box:hover .divider {
  width: 168px;
}
.callouts-wrapper .callouts .callouts-box .icon-box {
  font-size: 30px;
  transition: all 0.33s ease 0s;
}
.callouts-wrapper .callouts p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  padding-bottom: 5px;
  color: #999;
}
.callouts-wrapper .callouts h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #272727;
  margin: 0;
  position: relative;
}
/*
================================================
8. Page Wrapper
================================================
*/
.row.news {
  margin-left: 0;
}
.news .text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.news .panel {
  border: 1px solid #51a9f1;
  border-radius: 0;
}
.news .panel-heading {
  color: #fff;
    background: #51a9f1;
    border-radius: 0;
  border-bottom: 1px solid #51a9f1;
  display: block;
}
.news-panel {
  height: 310px;
  background: #f6f6f6;
  overflow: hidden;
}
.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.news-item {
    padding: 7px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}
.page-wrapper {
    width: 100%;
    float: left;
    padding: 60px 0 40px;
}
.page-wrapper h2 {
  color: #2d2e2e;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.page-wrapper h2::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 200px;
  height: 1px;
  background-color: #51a9f1;
}
.page-wrapper p {
  color: #000000;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: justify;
}
.page-wrapper h2 span {
  color: #51a9f1;
  font-weight: 600;
}
.about-btn {
  margin: 20px 0 20px;
  padding: 0 0 0 0px;
  width: 100%;
}
.about-btn .btn {
  border-radius: 0;
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.429;
  padding: 6px 6px;
}
.btn, .btn * {
    transition: all 0.3s ease 0s;
}
.faculty-list p {
  margin-bottom: 10px;
}
/*
================================================
25. Footer styles
================================================
 */
.footer-wrapper {
    background: #101010;
    padding: 55px 0 0;
    float: left;
    width: 100%;
    color: #727272;
}
.footer-wrapper h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 32px;
  position: relative;
  padding: 0 0 5px;
  font-weight: 600;
}
.footer-wrapper h3:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
}
.footer-wrapper .fo-one span {
  display: block;
  color: #727272;
}
.footer-wrapper span a {
  color: #aaa;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    margin-bottom: 10px;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.footer-wrapper .footer-tags {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-wrapper .footer-tags li a {
    border: 1px solid #2e2e2e;
    color: #fff;
    //float: left;
    margin: 0 0px 10px 0;
    padding: 5px 15px;
    display: block;
}
.footer-tags li a:hover, .footer-tags li a:focus {
  text-decoration: none;
}
/*
================================================
26. Copyrights Wrapper
================================================
 */ 
.copyright-wrapper {
  padding: 40px 0;
  float: left;
  width: 100%;
  background: #101010;
}
.copyright-wrapper .social-iconbox {
  border-top: 2px solid #393939;
  position: relative;
}
.copyright-wrapper .social-iconbox ul {
  margin: -30px 0 0 40px;
  padding: 0 0 30px;
}
.copyright-wrapper .social-iconbox li::before {
    background-color: #FFF;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: -13px;
    position: absolute;
    top: -4px;
    width: 40px;
    z-index: -1;
}
.copyright-wrapper .social-iconbox li {
  display: inline-block;
  padding-right: 45px;
  position: relative;
  text-align: center;
  top: 14px;
  z-index: 9999;
  font-size: 20px;
}
.social-iconbox .sc-icons a {
  color: #666666;
} 
.social-iconbox .sc-icons a:hover {
    color: #51a9f1;
}
/*
================================================
15. breadcrumb wrapper
================================================
 */
.breadcrumb-banner-wrapper {
    background: rgba(0, 0, 0, 0) url(../../images/breadcrumb-bg.jpg) no-repeat scroll 0 0;
    color: #ffffff;
    padding: 87px 0;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    z-index: 2;
}
.breadcrumb-banner-wrapper::after {
    background: #2d3e50;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.7;
    width: 100%;
    z-index: -1;
}
.breadcrumb-text h1 {
    font-size: 36px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb-bar .breadcrumb {
    background: none;
    line-height: 12px;
    margin-bottom: 0;
    padding: 15px 0 0;
}
.breadcrumb-bar li {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    //margin: 0 10px 0 17px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumb-bar a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.page-wrapper .faculty-list li {
    font-size: 16px;
    padding: 10px;
}
.page-wrapper .faculty-list li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\f007";
  padding-right: 10px;
  color: #51a9f1;
}
.single-item {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 0 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 80px;
}
.single-item:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.single-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -35px;
}
.single-item-image.overlay-effect img {
    width: 100%;
}
.single-item-text h4 {
    font-size: 20px;
}
.single-item-text h4 a, .single-item-text h4 {
    color: #2d3e50;
    font-weight: 600;
}
.inner-page-wrapper p {
    font-size: 15px;
    margin: 0 0 20px;
}
@-webkit-keyframes glowing {
  0% { background-color: #5cb85c; -webkit-box-shadow: 0 0 3px #5cb85c; }
  50% { background-color: #1BDA1B; -webkit-box-shadow: 0 0 30px #1BDA1B; }
  100% { background-color: #5cb85c; -webkit-box-shadow: 0 0 3px #5cb85c; }
}

@-moz-keyframes glowing {
  0% { background-color: #5cb85c; -moz-box-shadow: 0 0 3px #5cb85c; }
  50% { background-color: #1BDA1B; -moz-box-shadow: 0 0 30px #1BDA1B; }
  100% { background-color: #5cb85c; -moz-box-shadow: 0 0 3px #5cb85c; }
}

@-o-keyframes glowing {
  0% { background-color: #5cb85c; box-shadow: 0 0 3px #5cb85c; }
  50% { background-color: #1BDA1B; box-shadow: 0 0 30px #1BDA1B; }
  100% { background-color: #5cb85c; box-shadow: 0 0 3px #5cb85c; }
}

@keyframes glowing {
  0% { background-color: #5cb85c; box-shadow: 0 0 3px #5cb85c; }
  50% { background-color: #1BDA1B; box-shadow: 0 0 30px #1BDA1B; }
  100% { background-color: #5cb85c; box-shadow: 0 0 3px #5cb85c; }
}

.btn-glow {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.flash-button{
  animation-name: flashGlow;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  //Firefox 1+
  -webkit-animation-name: flashGlow;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  //Safari 3-4
  -moz-animation-name: flashGlow;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flashGlow {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flashGlow {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flashGlow {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}