@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.logo {
	width: 150px;
}
.header-area:before {
	background: rgb(24,3,56);
	background: linear-gradient(270deg, rgba(24,3,56,1) 10%, rgba(255,255,255,0.7708333333333334) 95%);
/*	background: linear-gradient(to left, #180338 0%, rgba(24, 3, 56, 0.95) 50%, rgba(24, 3, 56, 0.5) 100%);*/
}
.center-img {
	display: block;
	margin: auto;
}
.navbar {
  transition: box-shadow 0.5s;
}

.navbar.scrolled {
  box-shadow: 0px 0px 10px 0px #d6d6d6;
  border-bottom: 1px solid #c7c7c7;
}
.nav-link {
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 700;
}
.nav-item {
	margin-right: 20px;
}
.nav-item.active {
	background-color: #92C544;
    color: white !important;
    border-radius: 4px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: white !important;
}
.breadcrumb-area {
	height: 345px;
}
.breadcrumb-area .breadcrumb-inner {
	padding: 142px 0 215px 0;
}
.custom-icons {
	height: 30px;
  margin-right: 15px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:311px;
	right:0px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.float:hover {
	color: white !important;
}
.single-what-we-service-item .content-wrapper {
	position: unset;
	padding-left: 0px;
}
#top-header {
	background-color: #76944a;
	color: white;
	font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#top-header .social_share {
	text-align: right;
}
#top-header .social_share {
	margin-bottom: 0px;
}
#top-header .social_share li {
	display: inline;
	margin-left: 20px;
}

section.content {
	margin-bottom: 25px;
}

section.content p {
	font-size: 16px;
	text-align: justify;
}
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 35%);
}

.carousel-caption {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  animation: fadeIn 1s ease-in-out;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add a text shadow to improve contrast */
}
.carousel-caption h1 {
	color: white;
}
.carousel-item.active img {
  filter: blur(1px);
}
.carousel {
  height: 700px;
/*	height: 210px;*/
}