
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
body, html {

    margin: 0;
padding: 0;
      font-family: "Open Sans", sans-serif;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.carousel-item img {
  width: 100%;
  height: 100%;
}
/* Sidebar Base */
.sidebar {
    height: 100%;
     width: 25%;
    position: fixed;
    top: 0;
    left: 0;

    padding: 20px;
    z-index: 1000;
    color: white;
    transition: left 0.4s ease;
    top:150px;
    padding-left: 5%;
}

/* Sidebar hidden for mobile */
@media (max-width: 991px) {
    .sidebar {
        display: none;
         width: 80%;
         top:100px;
    }
    .sidebar.active {
        left: 0;
        display: block;
    }
}

/* Sidebar header */
.sidebar-header h3 {
    margin: 0;
    font-size: 1.3rem;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    padding: 10px 0;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    border-bottom:solid 1px;
    border-color: rgba(255,255,255,0.4);
    padding-bottom: 18px;

}

.sidebar ul li.active a {
    color:#fff;
     border-bottom:solid 5px;
    border-color:#b8180f;
}
.sidebar ul li.active a:hover {
    color:#fff;
     border-bottom:solid 5px;
    border-color:#b8180f;
}
.sidebar ul li a:hover {
    border-bottom:solid 1px;
    border-color:#b8180f;
}

/* Toggle button visible only on mobile */
.toggle-btn {
    position: fixed;
    top: 65px;
    left: 20px;
    z-index: 1100;
    background: #9b231c;
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 0px;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px) {
    .toggle-btn {
        display: block;
    }
}

/* Overlay only for mobile */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 900;
}

.overlay.active {
    display: block;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
}

.carousel-indicators button {
    background-color: white;
     margin-top: 10px;
     
}
.carousel-indicators {
  justify-content: left;
  margin-left: 5%;
 bottom: 60px;
   z-index: 1000;

}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 50;
  left: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 5%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-control-next:hover {
  background-color: #97221b;
}
.carousel-control-prev:hover {
  background-color: #97221b;
}
.carousel-indicators .active {
   background-color: #97221b;
}
.logomain {

  
  position: absolute;
  z-index: 100;
  width: 100%;

  color: #FFF;
   font-family: "Oswald", sans-serif;
}
.logomain img {
  width: 40%;
}
.logo {
  background-color: #97221b;
  font-family: "Oswald", sans-serif;
  color: #fff;

  width: 30%;
  font-size: 30px;
  height: 90px;

vertical-align: baseline;
text-align: left;
display: flex;
  justify-content: left;   /* Horizontal alignment */
  align-items: flex-end;
  padding-left: 5%;
}
.logo h1 {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 4.8vh;
  letter-spacing: 7px;
}
.name {
  display: flex;
  justify-content: left;   /* Horizontal alignment */
  align-items: flex-end;

}
.name h4 {
      font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 200;
    font-size: 4vh;
    text-transform: uppercase;
      margin-bottom: 0px;
  line-height: 1;
  padding-left: 15px;
}
.tagline {

  font-family: "Open Sans", sans-serif;
  padding: 10px 0px 0px 5%;
  font-size: 14px;
}
.tagline span {
  padding: 0px 10px;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
top: auto;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
right: 8.5%;
  background: #8e8e8e;
  left: auto;
}
.carousel-control-next {
  right: 5%!important;

}

@media (max-width: 991px) {
.logo {
   width: 100%;
  
}
.logomain img {
  width: 90%;
}
.logo h1 {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 3vh;
}
 .carousel-control-prev { 
   right:15%!important;
}
.carousel-control-next {
  right:5%!important;


}
}



/*#news-slider {
  margin-top: 80px;
}*/
.post-slide {

  margin: 20px 15px 20px;
  border-radius: 0px;
  padding-top: 1px;

}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: 0px;

}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(1, 62, 56, 0.74) 0%,
    rgba(3, 136, 58, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 60px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
    font-family: "Open Sans", sans-serif;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: var(--clr-blue);
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px ;
  float: left;
  font-size: 14px;
font-weight: 600;
  color: var(--clr-darkgreen);

  text-transform: uppercase;
  text-decoration: none;
}
.post-slide .read-more:hover {

  text-decoration: none;
  color: var(--clr-orange);
  text-decoration: none;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 45%;
  left: -20px;
  padding: 0 18px 0 15px;

  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {

  position: absolute;
  top: 45%;
  right: -25px;
  padding: 0 15px 0 18px;

  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 20px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}


  .owl-nav {
    display: none;
  }

  .owl-pagination {
    text-align: center;
}
.owl-page {
	 display: inline-block;
}
 .owl-page span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: flex;
      background: #b8180f;
      border: 2px solid ;
	 border-color: #b8180f;
      margin: 0 5px;
    }
 .owl-page .active span {
      box-shadow: none;
 }
.owl-page.active span {
        background: var(--clr-blue)!important;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 40px 15px;
  }
}