body { font-family: 'roboto'; }
.main-nav { background: transparent; border: 0; padding: 15px 0; }
.main-nav .container > div { align-self: center }
.main-nav .navbar-brand { max-width: 100px; display: inline-block; }
.main-nav .navbar-brand img { max-width: 100%; height: auto; }
.main-nav .navbar-nav li { position: relative; overflow: hidden; }
.main-nav .navbar-nav li:before { content: ''; display: block; width: 100%; height: 2px; background-color: #bfa279; position: absolute; top: 0; left: -100px; opacity: 0; visibility: hidden; transition: 300ms all ease-in-out; }
.main-nav .navbar-nav li.active:before { background-color: #098c72; }
.main-nav .navbar-nav li:hover:before { left: 0; visibility: visible; opacity: 1; }
.main-nav .navbar-nav li a { text-transform: uppercase; color: #000; }

@media screen and (min-width: 768px) {
	.main-nav .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.main-nav .container:before,
	.main-nav .container:after { display: none; }
}
@media screen and (max-width: 992px) {
	.main-nav .navbar-nav li a { font-size: 14px; padding: 10px; }
}
@media screen and (max-width: 768px) {
	.main-nav .navbar-header { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.main-nav .navbar-header:before,
	.main-nav .navbar-header:after { display: none; }
	.main-nav .navbar-header button { align-self: center }
	.main-nav .container .navbar-collapse { margin-top: 10px }
	.main-nav .navbar-brand { max-width: 150px; }
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
    margin: -15px 0px 0px 0px;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.2;
    margin: 0px 0px 0px 0px;
}


.p{
  font-size: 16px!important;
  font-family:"roboto";
  
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;

}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/school.JPG); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/slide1.JPG);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/slide2.JPG);
}
.fade-carousel .slides .slide-4 {
  background-image: url(../img/pic_slide.jpg); 
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

/*carousel style ends  here*/


/* events begins here
------------------------------------------------------------------------------*/

.events {
    padding: 7px 0 0px 0;
}

.events article {
    width: 25%;
    float: left;
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
}

.current-date {
    width: 70px;
    float: left;
    border-radius: 4px;
    background-color: #008bc3;
    margin-right: 30px;
    margin-top: 4px;
    text-align: center;
    font-family: 'roboto';
    color: #fff;
    font-size: 16px;
    padding: 3px;
    line-height: 20px;
}

.current-date .date {
    background-color: #fff;
    color: #008bc3;
    font-size: 40px;
    border-radius: 4px;
    line-height: 49px;
    margin-top: 3px;
    font-weight: bold;
}

.events .info {
    overflow: hidden;
}

.events .info p {
    padding-bottom: 13px;
    min-height: 153px;
}

/*news -----------------------------------------------------------------------------*/

.news {
    overflow: hidden;
    background: #2c4167;
    padding: 57px 0 70px 0;
}

h1,h2{
    color: #000;
    font-size: 55px;
    font-family: 'roboto'!important;
    line-height: 68px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
}

h3 {
    color: #fff;
}

/*.news h2 {
    color: #fff;
}
*/
.news article {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.news .pic {
    float: left;
    margin-right: 25px;
    margin-top: 4px;
}

.news .pic img {
    border-radius: 5px;
}

.news .info {
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.news .info h4 {
    color: #8ed3ef;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.news .info .date {
    color: #899ec4;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}

.news .info p {
    padding-bottom: 11px;
}

.news .more {
    padding-right: 23px;
    background: url(../images/bg_arrow_blue.png) no-repeat 100% 50%;
    color: #8ed3ef;
}

.more {
    padding-right: 23px;
    background: url(../images/bg_arrow_blue_dark.png) no-repeat 100% 50%;
    color: #008bc4;
}

.btn-holder {
    text-align: center;
    clear: both;
    padding: 65px 0 0 0;
}

a.btn,.btn {
    color: #7d8797;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    height: 46px;
    text-align: center;
    display: inline-block;
    padding: 0 21px;
    border: none;
/*    text-transform: uppercase;
*/    

}

a.btn.blue,
.btn.blue {
    background: #1abc9c;
    color: #fff;
     font-size: 16px;
}

/* Footer
------------------------------------------------------------------------------*/
.nb-footer{
  background: #098c72;
  margin-top: 60px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 20px;
}

.nb-footer .footer-single{
  margin-top: 30px;
}

.nb-footer .footer-title{
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a{
  text-decoration: none;
}

.nb-footer .footer-single h2{
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  border-bottom: 2px solid #7BFF00;
  padding-bottom: 5px;
  margin-bottom: -2px;
}
.nb-footer .footer-single li{
  border-top: solid 1px #353535;
}
.nb-footer .footer-single li:first-child{
  border-top: none;
}
.nb-footer .footer-single li a{
  color: #fff;
  font-size: 16px;
  padding: 6px 0px;
  display: block;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover{
  color: black;
}
.nb-footer .dummy-logo {
    margin-top: 11px;
    padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
    margin-right: 10px;
    border-radius: 20px;
    margin-top: 24px;
}
.nb-footer .brand {
    background: #fff;
}
.nb-footer .dummy-logo i {
    font-size: 50px;
    color: #fff;
    padding: 5px;
}
.nb-footer .dummy-logo p {
    color: #fff;
    font-size: 14px;
}
.nb-footer .dummy-logo h2 {
    font-size: 24px !important;
    border-bottom: none;
    color: #696969;
    padding: 5px 0;
}

.nb-footer .useful-links li a{
  text-transform: uppercase;
}
.nb-footer .footer-project a{
  font-size: 14px;
}
.nb-footer .footer-project img{
  margin-bottom: 20px;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 1px;
  opacity: 0.7;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover{
  opacity: 1.0;
  cursor: pointer;
}
.nb-footer .footer-project .footer-title{
  margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address{
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
  line-height: 25px;
}
.nb-footer .footer-single address li a:hover {
  color:black;
}
.nb-copyright{
  background: #098c72;
  padding-bottom: 10px;
  text-align: center;
}
 .nb-copyright .copyrt{
  margin-top: 22px;
  font-size: 16px;
}
.nb-copyright .copyrt a{
  color: #fff;
}
.nb-copyright .footer-social{
  margin-top: 10px;
}
.nb-copyright .footer-social i{
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #333;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 5px;
  transition:all 0.4s ease-in-out;
}
.nb-copyright .footer-social i:hover{
  background: #098c72;
  color: #fff;
}
.nb-copyright .footer-social .fa-facebook {
  padding: 5px 14px;
}
.footer-social i.fa-twitter:hover{
  color:#55acee;
}
.footer-social i.fa-facebook:hover{
  color:#3b5998;
}
.footer-social i.fa-youtube-play:hover{
  color:#cb2026;
}
.footer-social i.fa-google-plus:hover{
  color:#dd4b39;
}

@media(max-width: 767px){
   .xs-center{
  text-align: center;
}
 .left-clear{
  padding-left: 0;
}
 .right-clear{
  padding-right: 0;
}
}