/* Custom Stylesheet */
/**
 * Made By Faizahmad dae
 */


 /* small */

body{
  background-color: #f7f5f4;
}
.mlist-small {
 margin-top: 25px !important;
}


.div-header-small {
 height: 80px !important;
 border-bottom: 4px solid #000 !important;
}

.logo-small{
  height: 57px !important;
  float: left;
}

.btn-menu-a{
  line-height: 83px !important;
}
 /**/

.kateb-title-small{
  width: 40px;
  float: left;
  margin:20px 0 0 5px !important;
  font-size: 15px !important;
  line-height: 17px !important;
}
.alogo-small{
  width: 171px;
  
}

 .kateb-title{
  color: #596a33;
  margin-top: -5px;
  display: block;
  font-size: 13px;
 }
.logo{
  padding-top: 10px;
  height: 76px;
  
}
/*.kateb-title{
    margin-top: -45px;
    display: block;
    margin-left: 100px;
    color: #596a33;
  }
*/

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
  width: 100%;

}

.btn-menu a{
  line-height: 120px;
  padding: 0px;
  margin: 0px;
  font-size: 40px;
  margin-right: 20px;
  color: #596a33;
}

.btn-menu{
  display: none;
}


/*  hide navbar list or menu */
@media only screen and (min-width : 1100px) {
  .news-left img{
  height: 413px;
} 
.news-right .card .card-image{
  height: 182px;
}
}
@media only screen and (max-width : 1100px) {
   
  .mlist .mlist-ul{
    display: none;
  }

  .btn-menu{
    display: block !important;
  }

}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}



footer.page-footer {
  margin: 0;
}

/*  ---  */
.nav_content{
  background-color: #fff;
}

.fix_top{
  position: fixed;top: 0px;width: 100%;z-index: 9999;
}

.undo_fix{
  position: static;width: 100%;z-index: 9999;
}
.bred{
  border: 1px solid red;
}
.bgreen{
  border: 1px solid green;
}

.margin-bottom-0{
  margin-bottom: 0px !important;
}

.margin-top-0{
  margin-top: 0px !important;
}

/* list-nav */

.list-nav{
  /*background-color: red;*/
  padding: 1px;
  border-top: 10px solid #99BB2C;
  padding-top: 10px;
  background-color: #28292A;
}

.row{margin-bottom: 0px}
.list-nav .row{
  padding:1% 7%; 
}

.list-nav ul li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: block;
}

.list-nav ul li a span.icon{
  display: block;
  color: #fff;
  font-size: 70px;
  margin-bottom: 15px;
}
.list-nav ul li a span.icon i{
  transition: all .3s ease-in-out;
  font-size:50px;
}

.list-nav ul li div{
  border-right:2px solid #99BB2C;
  padding: 10px;
}

.list-nav ul li:last-child div{
  border-right:none;
}

.list-nav ul li h2{
  font-size: 24px;
  margin:17px 0 20px;
}

/*.list-nav ul li:hover i {
  transform: scale(1.01) !important;
}*/
.list-nav ul li a:hover {
  transform: scale(1.1) !important;
  display: block;

}





/* /.list-nav */

/* ========== top menu (samll) =========== */
.top_nav{
  background-color: #a9c438 !important;
  color:#fff;
  padding: 0px;
  margin: 0px;
  height: 40px;
}

.top_nav_left{
}

.top_nav_left a{
  color:#fff;
 padding-right: 8px;
 padding-left: 8px;
 font-weight: 300;
 line-height: 2.6;
}

.top_nav_right{
  height: 40px;
  line-height: 10px !important;
}

.top_nav_right ul li{
  display: inline;
}

.top_nav_right ul li a{
 color:#fff;
 padding-right: 8px;
 padding-left: 8px;
 border-right: 1px solid #fff;
 font-weight: 300;
}

.top_nav_right ul li:last-child a{
  border-right: none;
}
/* end top menu (samll)*/


/* ========== header ========= */

.mheader ul li{
  display: inline;
}
.div-header{
  height: 115px;
  border-bottom: 4px solid #000;
}

.mlist ul{
    text-align: left;
    float: right;
}

.mlist{
  margin-top: 60px;
}
.mlist ul li a{
  color:#596a32;
  padding:7px;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.mlist ul li a:hover{
  color:red;
  border-bottom: 4px solid red;
}

.m_navbar {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 99999;
    background-color: #fff;
}

/* Links inside the navbar */
.m_navbar a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


/* ============ slide show ============ */
.slideshow{
  margin-top: 0px;
  position: relative;
}

.slider-btn-pre{
  position: absolute;
  left: 0;
  top: 250px;
  z-index: 999;
  margin-left: 20px;
}

.slider-btn-next{
 position: absolute;
  right: 0;
  top: 250px;
  z-index: 999;
  margin-right: 20px;
}

.slider .slides li .caption{
  top: 35%;
}

.slider .slides li .caption h1{
  text-transform: uppercase;
  font-weight: 600;
}

.slider-btn-next span i,.slider-btn-pre span i{
  font-size: 70px;
  color: #fff;
  font-weight: 100;
}
.slider-btn-next span i:hover,.slider-btn-pre span i:hover{
  cursor: pointer;
}

.footer-slideshow {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  margin-bottom:5%;
}

.footer-slideshow h5 a{
  color: #fff;
  font-size: 23px;
  font-weight: 200;
}
/* ======== cards afer slideshow ======== */
.card-row{

}
.no-padding{margin: 0px !important;padding: 0px !important}
.hover{transition: all 0.2s;}
.hover:hover{color:#a9c438 !important}
.bg-box{
}

.bg-events{
  background-color:#fff;
  margin-top: -170px;
  height: 170px;
}


.bg-grey{
  background-color:#F8F9FA;
}

.mcard .card .card-image{
  padding: 10px;
}

.mcard .card{
   border-bottom: 4px solid #000;
   min-height: 273px;
   /* for middle algin */
   line-height: 50px;
}
.card-action{
  text-transform: uppercase;
  vertical-align: text-bottom !important; 
}


.mcard .card-action a{
 color: #000 !important;
 font-weight: 300;
 font-size: 20px;
 line-height: 1 !important;
 letter-spacing: 1.2px;

 /* for middle algin */
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;

}
.mcard .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating){
      margin-right: 0px !important;
      padding-bottom: 10px;
}
.mcard .card .card-action{
    position: relative;
    background-color: inherit;
    border-top:none !important;
    /*padding: 10px 10px;*/
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px !important;
}

.mcard .card:hover{
  border-bottom: 4px solid red;
}

.mcard{
  background-color: #fff;
}
.mcard:hover{
  cursor: pointer;
}
.mcard h2{
  padding: 0px;
  margin: 0px;
  /*font-size: 30px;*/
  vertical-align: text-bottom !important;
  text-transform: uppercase;
  align-self: flex-end;
}


/* news */

.h2-title{
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #596a32;
  padding-bottom: 20px !important;

}

.bg-white{
  background-color: #fff;
}

.news-i{
  margin-top: 1px;
  font-size: 27px;
  color: #596a33;
}

.news-card-footer a{
  color:#000;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news-content h2 a{
  color: #000 ;
}
.news-content h2{
  font-size: 22px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.news-right img{
  max-height: 183px !important;
  object-fit: cover;
  
}


.news-right h2 a{
  color:#000 !important;
  font-size: 16px;
  text-transform: lowercase;
  text-transform: initial !important;
  font-weight: 300;
  letter-spacing: 0px !important;
}

.news-right h2{
    /*overflow: hidden !important;
    white-space: nowrap;
    display:-webkit-box;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*text-overflow: hidden;*/
    overflow: hidden;
    font-size: 18px;

}
.news-right .card .card-action{
  padding: 10px 10px;
}

.news-right .card .card-image .card-title{
  color: #fff;
  position: absolute;
  left: 0;
  top: 0 !important;
  max-width: 100%;
  margin: 10px;
  padding: 5px;
  background-color:#000;
  font-size: 18px;
  font-weight: 200;
}

.news-right .fa-chevron-circle-right{
  color:#596a32;
}

.i-color{
  color:#596a32;
  float:right;
  padding: 5px
}
.news-right .card-title a{
  color:#fff !important;
  font-size: 13px;
  font-weight: 200;
  padding: 5px;
  display: inline-block;
}

.news-footer i{
  font-size: 21px;
}

.news-footer h5{
  font-weight: 200;
}
.titr a{
  color:#596a32;
  display: inline-block;
}
.titr a i{
  padding-top: 5px
}

.news-left .card .card-image{
  overflow: hidden;

}
.news-left .card .card-image img{
  transition: all .3s ease-in-out;
}

.news-left .card .card-image img:hover{
  transform: scale(1.1);
}

.section{
  padding-bottom: 0px !important;
}


/*  events */
.event-title{
  font-size: 23px;
  color: #122600 !important;
  text-transform: uppercase;
}

.thumbnail {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 500px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}


div.relative {
    position: relative;
    width: 100%;
    height: 500px;
    border: 3px solid #73AD21;
} 

div.absolute {
    position: absolute;
    bottom: 40%;
    right: 0;
    width:100%;
    height: 100px;
}


.min-title{
  color:#fff;
  font-size: 26px;
  
}
.center-div{
  width: 70%; margin: 0 auto;
  text-align: center;

}
.img-bg{
  xheight: 500px;
  background-size: cover;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
}

.event-min{
  width: 100%;
  height: 100%;
  display: block;
}

.events {


}

.card-event{
  margin-top: -135px;
  z-index: 99;
  position: relative;
}

.box-events .card{
  margin:1.5em 0 1.5em 0;
}

.box-events .card .card-action h2{
  font-size: 18px !important;
  padding: 0px;margin: 0px;
  color: #000 !important;
    line-height: 21.2px;
    text-align: justify-all;
    overflow: hidden !important;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical;

}

.box-events .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating){
  color: #000;
}
.box-events .card .card-action{
  padding: 18px 10px;
  margin:0px;
}
.box-events .card .card-action i.fa{
  color: #596a33;
  font-size: 22px;
}

.events-img-content{
  position: relative; width: 100%; (no height and no float);
}
.event-large-img{
    height: 500px; 
    overflow: hidden; 
    background-size: cover !important;
}
.event-boxes{
  position: relative; 
  float: left; 
  width: 100%; 
  height:100%; 
  /*margin-top: -100px;*/
}

.event-boxes .card .card-image{
  xheight: 200px !important;
  overflow: hidden !important;

}
.box-events .card .card-image img{

  transition: all .3s ease-in-out;
}
  
.box-events .card .card-image img:hover{
 transform: scale(1.1);
}
.about-container{
  height: 750px; 
  overflow: hidden;
}

.about_kateb{
  background-color: #596a32;
}
.div-about-img{
  height:100%;
  background-size: cover !important;
}

.blur{
  -webkit-filter: blur(10px);
  filter: blur(10px);
  /*transform: scale(1.);*/

  -webkit-filter: blur(10px);
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);
         -o-filter: blur(10px);
            filter: blur(10px);

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;

    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            opacity: 1;
}

.blur-remove{

  -webkit-filter: blur(0px);
  filter: blur(0px);

  -webkit-filter: blur(0px);
       -moz-filter: blur(0px);
        -ms-filter: blur(0px);
         -o-filter: blur(0px);
            filter: blur(0px);

    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;

    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
}


.delay {
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
            animation-delay: 1s;
}


/* about kateb uni */
.about-uni{

}

.about-uni .about-title{
  color: #fff;
  background-color:rgba(255,0,0,0.6);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
  padding: 5px 10px;
}

.collapsible-header {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: rgba(255,0,0,0.7);
  border-bottom:none !important;
}

.collapsible{
  width: 90%;
  margin: 0 auto !important;
}
.collapsible  li{
  margin-bottom: 10px;
}

.collapsible  li a{
  color: #fff;
  font-size: 23px;
}

.collapsible-body {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem;
    background-color: rgba(255,0,0,0.7);
    color: #fff;
    text-align: left;
}
.collapsible-body p{
  line-height: 20px;
  font-weight: 300;
}

.image{
  width: 90%;
  margin: 0 auto;
}

.about-uni .card .card-image .card-title{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 10px;
    text-align: left;
    background-color:rgba(255,0,0,0.5);
    width: 100%;
}

.about-uni .card{
  width: 80%;
  margin: 0 auto;
}

.just-relative{
  position: relative;
  background:linear-gradient(#fff,#000 30%) 
}

.kpdi-relative{
  position: relative;
   background:linear-gradient(#fff,#000 30%) 
}
.student-life-container .parallax{
  background:linear-gradient(#000 30%,#fff )  
  background-image:#596a32 ;
}

.just-ab{
  position:absolute;top:0px; left: 0;width: 100%;
}
.about-uni .h3{
  margin-top: 70px;
}
.about_content {
  margin-top: 80px;
}


/* faiz changes meduim< */
@media only screen and (max-width: 992px) {
  .about_content{
    margin-top: 0px;
  }

 .about-uni .h3{
    margin-top: 0px !important;
  }

  .just-relative{
    position: static;
  }
  .just-ab{
    position: static;
  }

  .about-container{
    height: auto;
  }
  .acadumic .list{
    width: 100%
  }
  .acadumic-container{
    height: auto !important;
    margin-top: -100px !important;
  }

  .acadumic-caption a{
    color: #596a32 !important;
  }

  .collapsible{
    width: 100%;
  }

  .acadumic .list{
    width: 100% !important;
  }

  .list-nav ul li div{
    border-right: none;
    /*border-top: 4px solid red;*/
  }

  .list-nav ul li:nth-child(2) div{
    border-right: none;
    /*border-top: 4px solid red;*/
  }

  .kpdi-relative{
    position:relative; !important;
  }

  .students-life .card {
  margin-right:0px !important;
  margin-left: 0px !important;
}

}
/* small faiz changes */
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
  

  .list-nav ul li:last-child div{
    border-bottom:none;
  }

  .list-nav ul li a{
    padding-bottom: 20px !important;
  }

  .kpdi-relative{
    position: static;
  }
  .kpdi-container{
    overflow: auto !important;
    background-size: red !important;
    height: auto !important;
  }
  .content-kpdi{
    position: static !important;
  }
  .content-kpdi .title{
    font-size: 25px;
    line-height: 24px !important;
  }

  .social{
    text-align: center;
    padding-bottom: 10px !important;
  }

  .social .social-icons{
    text-align: center !important;
    float: none !important;
  }

}



/* acadumic programs */
.acadumic-color{
  color: #76AF2D;
}

.acadumic-container{
  height: 750px; 
  overflow: hidden;

}

.img-bg{
  background-color: #596a32;
}

.kpdi-container{
  height: 700px; 
  overflow: hidden;
  
}

.kpdi-img-div{
  max-height: 500px; 
  overflow: hidden;
}

.acadumic-bg{
  background-color: #76AF2D;
}
.acadumic-title{
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
}

.acadumic .card .card-image .card-title{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 10px;
    text-align: left;
    background-color:rgba(118,175,45,0.5);
    width: 100%;
}

.acadumic .collapsible-body {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem;
    background-color:rgba(118,175,45,0.5);
    color: #fff;
    text-align: left;
}

.acadumic .list{
  width: 90%;
  margin: 0 auto;
}

.acadumic .card{
  width: 80%;
  margin: 0 auto;
}


.acadumic .list li {
  margin-bottom: 20px;
}
.acadumic .list li a{
  display: block;
  padding: 11px 15px;
  background-color:rgba(118,175,45,0.8);
  color: #fff;
  font-size: 23px
}
.acadumic .list li:first-child a{
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.acadumic .h3{
  margin-top: 100px;
}
.acadumic-caption h5 a{
  color: #fff;
  font-weight: 200;
  display: inline-block;
}
.acadumic-caption i{
  font-size: 21px;
  color: #fff;
}


/* research */
.research .title{
  color: #fff;
  padding: 5px 10px 20px;
  text-transform: uppercase;
  font-size: 36px;
  display: block;
  font-weight: 500;
  margin: 0px;
}

.research{
  padding-bottom:10px;
  padding-top: 50px;
  background-color:rgba(0,0,0,0.3);
}

.research .parallax{
  background-color: #000;
}

.research .relist li {
  margin-bottom: 10px;

}
.research .relist li a{
  padding: 25px 15px;
  background-color:#fff;
  color: #000;
  font-size: 23px;
  display: block !important;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;

}
.research-caption{
  margin: 20px 0 30px;
}

.research-caption h5 a{
  color: #fff;
  font-weight: 200;
  display: inline-block;
}
.research-caption i{
  font-size: 21px;
  color: #fff;
}


/* albums */

.bx-wrapper img{
  display: block;
  margin: 0 auto !important;
  background-color: #F8F9FA;
  border: 4px solid #9fba4e;
}

.album{
  
  background-color: #F8F9FA;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 0px #e01414;
    box-shadow: 0 0 0px #f22;
    border: none;
    background:transparent;
}

.album .slider img{
  border:4px solid #9FBA4F;
}

.post-rel{
  position: relative;
}

.pre-btn{
  position: absolute;
  left:0;
  top: 250px;
  width: 5%;
  background-color:#9FBA4F;
  z-index: 999
}
.next-btn{
  position: absolute;
  right:0;
  top: 250px;
  width: 5%;
  background-color: #9FBA4F;
  text-align: right;
  z-index: 999;
}

.pre-btn i{
  color: #fff;
  font-size: 50px
}

.next-btn i{
  color: #fff;
  font-size: 50px
}

.pre-btn i{
  padding-right: 15px;
  color: #fff;
}

.next-btn i{
  padding-left: 15px;
}

.album p{
  color: #455A25;
  line-height: 21.2px;
  text-align: justify-all;
  overflow: hidden !important;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical;
  font-size: 18px;
}

.pre-btn{
  text-align: right;
}
.next-btn{
  text-align: left;
}
.album .title{
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
}
.album span.name{
  color: #455A25;
  font-weight: bold;
  display: block;
}
.album span.albumnis{
  color: #455A25;
  text-transform: uppercase;
}

/* for pagger */
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:1px solid #9FBA4F;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #9fba4e;
}


/* kpdi */
.kdpi-about-img{
  height:100%;
  background-size: cover !important;
}

.content-kpdi{
  position: absolute;left:0;top:0px; width: 100%;
}

.content-kpdi .title{
  border-left: 50px solid red;
    padding: 0px;
    margin: 0px;
    line-height: 45px;
    color: red;
    padding-left: 17px;
    font-weight: 700;
    margin-top: 50px;
    text-transform: uppercase;
}

.kpdi-list li a{
  padding: 5px 10px;
  color: red !important;
  display: inline-block;
  font-size: 26px;
  background-color: rgba(255,255,255,0.5);
}

.kpdi-list li {
  margin-bottom: 10px;
}



/* statics */
.statics{
  background-color: #000;
}

.static-list  h2{
  font-size: 26px;
}

.static-list  a{
  color: #fff;
}

.static-list h2 i{
  font-size: 80px;
}
.static-list{
  margin-top: 50px;
}

.static-list span.icon{
  display: block;
}
.static-list span.number{
  display: block;
  margin-top: 40px;
  font-size: 36px;
}

.static-lbl{
  display: block;
  margin-top: 20px;
  font-weight:300;
}


/* students life */

.students-life .parallax-container{
  line-height:23px;
}

.students-life .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating){
 color: #000;
 text-transform: capitalize;
 font-weight: 600;
}
.students-life .card .card-image{
    xheight: 250px;
    overflow: hidden;
}

.students-life .card .card-image img{
    position: relative;
}

.larg-img-ls{
  max-height: 300px;
  overflow: hidden;
  margin: 5px;
}


.students-life .card .card-action a:hover div.card-reveal{
  background-color: red !important;
  display: block;
  transform: translateY(-100%);
}

.students-life .card .card-image .card-title{
  bottom: 0px;
}

.student-life-container{
  min-height: 800px;
}

.students-life .ltitle{
  background-color: rgba(0,0,0,0.4);
  padding: 10px;
  padding-right: 0px;
}

.mshow{
  display: block;
  transform: translateY(-100%);
}

.students-life .card {
  margin-right: 4%;
  margin-left: 4%;
}

.students-life .card ul.card-list li a{
  font-size: 26px;
  color: red;
  font-weight: 300;
  padding: 0px 0px;
  display: block;
}


/* social */

.social{
  min-height: 70px;
}

.margin-bottm-0{
  margin-bottom: 0px;
}

.social ul {
    padding:0;
    list-style: none;
}
.social .footer-social-icons {
    width: 350px;
    display:block;
}
.social-icon {
    color: #fff;
}
.social ul.social-icons {
    /*margin-top: 10px;*/
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding-right: 10px;
}
.social .social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social .social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding: 12px 17px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
    font-size: 23px;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-calendar{
  padding: 12px 17px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 43px;
}
.fa-instagram{
  padding: 12px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
    font-size: 23px;
}
.fa-instagram:hover {
    background-color: red;
}

.fa-twitter {
    padding: 13px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
    font-size: 21px;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
   padding: 13px 15px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
    font-size: 21px;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding: 12px 15px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
    font-size: 21px;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
       padding: 12px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
    font-size: 21px;
}
.fa-google-plus:hover {
    background-color: #e25714;
}






/* footer */
.br-lbl{
  font-size: 16px;
  border-bottom: 2px solid #9FBA4F;
  margin-top: 7px;
  display: block;
}

.page-footer{
  background-color: #2d2d2d;
}

.page-footer ul{
  margin: 0px;

}

.page-footer ul li a{
  font-weight: 200;
  padding: 5px 0px;
  display: block;
}
.page-footer ul li a:hover{
  color: #a9c438 !important;  
}


.page-footer ul li a i{ 
  display: block;
  line-height: 21px;
}
.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: bottom;
    align-items: flex-end !important;
    
}

.flbl{
  font-size: 18px;
}

.footer-copyright{
  background-color: #596a33 !important;
  color:#fff !important;
}
.footer-copyright a{
  color:#fff !important;
}

/* left-menu */
.left-menu .collapsible li a{
  color: #000;
  font-size: 14px;
}


/*   */

.card-reveal{
  color: #ffffff;
  background-color:rgba(255,255,255,0.7) !important;

}
div.card-reveal span.card-title{
  color: #ffffff !important;
}
.tabs{
  background-color: transparent;
}
td, th{
  padding: 5px 5px !important;
}
table.highlight>tbody>tr:hover{
  background-color: rgba(238,110,115,0.1);
  /*background-color: rgba(238,110,115,0.6);*/
}
input[type=search]:focus{
  border-bottom: 1px solid #ee6e73 !important;
  box-shadow: 0 1px 0 0 #ee6e73 !important;
}


.side-nav{
  z-index: 9999 !important;
}


.modal{
  z-index: 9999;
}


/* new changes */

.mbg{
  background-color: #859636 !important;
}

.lg-man .card .card-action a{
   color: #fff;
}

.mimage{
  height: 300px;
  overflow: hidden;
  border: 1px solid red;
}

/* counter */


