.bani p{
  font-size: 13px;
}
.sidebar_news ul{
  padding-left: 0px;
  list-style: none;
  text-align: left;

}
.sidebar_news ul li{

}
.sidebar_news ul li a{
  text-decoration: none;
    color: #266c90;

}
h2, h3, h4, h5, h6{
  color: #25688a !important;
}
.navbar {
  background: #266c90; }
  .navbar .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 1em !important;
    padding-right: 1em !important; }


.sidebar h5{
  background: #266c90;
  text-align: center;
  padding: 6px;
  color: white;
  font-size: 15px
}
.sidebar img{

}
.loginform h4{
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}
#home-icon .fa {
  font-size: 50px; }

#home-getstarted {
  position: relative;
  background: url("../img/pc.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 250px; }
  #home-getstarted .dark-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#home-video {
  position: relative;
  background: url("../img/people.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 250px; }
  #home-video .fa {
    font-size: 50px; }
  #home-video .dark-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#gallery img {
  min-height: 250px; }

#copyright {
  background: #266c90; }

/* About Page */
#page-header {
  background: url("../img/image2.jpeg");
  background-size: cover;
  height: 200px;
  background-attachment: fixed; }
  #page-header h1{
    line-height: 200px;
  }
#about img {
  width: 350px;
  height: 350px; }

#icon-boxes .fa {
  font-size: 50px; }

.slick-prev:before, .slick-next:before {
  color: #000; }

@media (max-width: 991px) {
  #home-getstarted {
    min-height: 350px; } }

@media (max-width: 575px) {
  .carousel-caption h2 {
    font-size: 36px; }
  .carousel-item .pb-5 {
    padding-bottom: 0 !important; }
  #home-getstarted h2 {
    font-size: 36px;
    margin: 20px 0; } }

@media (max-width: 480px) {
  #home-getstarted {
    min-height: 450px; }
    #home-getstarted h2 {
      font-size: 36px !important;
      margin: 15px 0; } }
