/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;

  
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size:2.5em;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #28a745;
}

#hero .btn-get-started {

  

  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #28a745;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 25px 0;
  background: #f8f9fa;
  min-height: 40px;
  margin-top: 86px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h3 {

  
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;

}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  font-family:'FontAwesome';
  content: "\f105";
}
.breadcrumbs ol li span{
  color: #28a745;
  font-weight:600;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h3 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  

  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  
  line-height: 32px;
 
}

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

.about .content ul li {
  padding-left:15px;
  position: relative;
}
.about .content ul li::before {
  left: 0;

  position: absolute;
  font-family: "FontAwesome";
  content: "\f101";

  color: #28a745;
}
.about .content ul i {
  left: 0;

  position: absolute;
 
  color: #28a745;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align:center;
  border-radius: 6px;
}

.services .icon-box i {
  color: #28a745;
  font-size:3.5em;
}

.services .icon-box h5 {
	margin-top:15px;

}

.services .icon-box h5 a {
  color: #666666;
  transition: 0.3s;
}
.services .icon-box:hover h5 a {
  color: #28a745;
}

.services .icon-box p {


  
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 4px;
  background: white;
}

.team .member .pic {
  overflow: hidden;
  width: 140px;
  border-radius: 4px;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h5 {
  
  margin-bottom: 5px;

  color: #28a745;
}

.team .member span {
  display: block;

  padding-bottom: 10px;
  position: relative;
  
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #28a745;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;

}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}

.team .member .social a i {
  color: #fff;
 
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #28a745;
}

.team .member .social a + a {
  margin-left: 8px;
}









/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	text-align:center;
}

.contact .info i.fa {
  font-size: 3em;
  color: #28a745;
  width:120px;
  height:120px;
  line-height:120px;
  text-align:center;
  background: #edeff1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;

}

.contact .info h4 {
  color: #666666;
}



.contact .info .email, .contact .info .address, .contact .info .phone {
   
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #28a745;
  color: #fff;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}






/*--------------------------------------------------------------
# Counts-1
--------------------------------------------------------------*/
.counts-1 {
  background: linear-gradient(90deg, rgba(23, 164, 59, 0.85) 0%, rgba(23, 164, 59, 0.85) 100%), url("../images/bg-counts.png") center center no-repeat;
  padding: 80px 0 60px 0;
}

.counts-1 .counters span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 600;

}

.counts-1 .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {

  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #90edba;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {

  margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.testimonials .owl-dot:focus{
	outline: none;
}
.testimonials .owl-dot.active {
  background-color: #18d26e !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*======= News =========*/
.news-one {

}







.features-a {
	
	margin: -80px 0 0 0;
	position: relative;
	z-index: 99;
}
.features-a .item {
	display: block;
	position: relative;
}
.features-a .item p {
	padding-bottom: 0px;
}
.features-a .item .icon {
	width: 20%;
	float: left;
}
.features-a .item .icon i{
	font-size:3em;
	line-height:1;
	color:#fff;
}
.features-a .item .detail {
	width: 80%;

	float: left;
	color: #fff;
}

.features-a .item .detail p {
	display: block;
	color:#fefefe;

}
.features-a .item .detail a.more {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 34px;
	position: absolute;
	bottom: -17px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
	font-size: 20px;
	color: #ff9600;
	border-radius: 50%;
	text-align: center;
	border: 2px #ff9600 solid;
}
.features-a .item .detail a.more:hover {
	color: #212121;
}

.features-a .item.bg-1 {
	background: #ff9600;
}
.features-a .item.bg-1 .detail a.more {
	border: 2px #ff9600 solid;
	color: #ff9600;
}
.features-a .item.bg-2 {
	background: #2c97ea;
}
.features-a .item.bg-2 .detail a.more {
	border: 2px #2c97ea solid;
	color: #2c97ea;
}
.features-a .item.bg-3 {
	background: #f0bc01;
}
.features-a .item.bg-3 .detail a.more {
	border: 2px #f0bc01 solid;
	color: #f0bc01;
}
/* CSS added on: 3,;}!9]2=)-1997?95 2025-07-09 19:49:34 */
