.img-responsive {
  display: block;
  width: 100%;
  height: 100%;
}

/* footer  */
.footer  div {
	color:#6c757d  ;
}
.footer  a:hover,
.footer  i:hover {
	color:#71bd46  ;
}
.footer  i:hover{
	background-color: #6c757d;
}
/* contact section */
.ul-style{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 200px;
	
}
.ul-style svg{
	font-size: 25px;
}
.contact svg{
	color:#71bd46 ;
}
.contact svg:hover{
	color:#4a8f22 ;
}

/* Navbar */
.navbar-nav .nav-item a {
    font-size: small;
}
/* About Section */

#about-section h4 {
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 20px;
	display: inline-block;
	padding-right: 10px;

}
#about-section p {
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 30px;
	max-width: 300px;
	
}
/* #about-section .row div{
	margin-right :20px ;
} */
/* Mission section  */

#mission-section p{
	max-width: 700px;
	text-align: justify;
}
/* Team Section */
#team-section {
	background-color: #f6f6f6;

}
.section-title.center {
	padding: 30px 0;
}
img {
	border-radius: 5px 5px 0 0;
  }
#team-section ht {
	font-size: 32px;
	color: #000;
}
#team-section h3 {
	border-top: 1px solid #b8dea2;
	padding-top: 20px;
	display: inline-block;
}

img.team-img {
	width: 160px;
	height: 160px;
	border: 0;
	transition: all 0.5s;
	margin: 0;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 0;
}
.mobileHide { display: inline; }
/* road mab */

.timeline {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	margin: 20px auto;
	position: relative;
  }
  .timeline__event {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	margin: 20px 0;
	border-radius: 6px;
	align-self: center;
	
  }
  .timeline__event:nth-child(2n+1) {
	flex-direction: row-reverse;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
	border-radius: 0 6px 6px 0;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__content {
	border-radius: 6px 0 0 6px;
	z-index: 2;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #666;
	position: absolute;
	top: 0%;
	left: 50%;
	right: auto;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-animation: fillTop 2s forwards 4s ease-in-out;
			animation: fillTop 2s forwards 4s ease-in-out;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #666;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
	-webkit-animation: fillLeft 2s forwards 4s ease-in-out;
			animation: fillLeft 2s forwards 4s ease-in-out;
  }
  .timeline__event__title {
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: #71bd46;
	letter-spacing: 1.5px;
  }
  .timeline_title1 {
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: #9251ac;
	letter-spacing: 1.5px;
  }
  .timeline__event__content1 {
	padding: 20px 0 0 20px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	background: #fff;
	width: 50vw;
	border-radius: 0 6px 6px 0;
	z-index: 2;
  }
  .timeline__event__content2 {
	padding: 20px 0 0 20px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	background: #666;
	width: 50vw;
	border-radius: 0 6px 6px 0;
	z-index: 2;
  }
  .timeline__event__date {
	color: #71bd46;
	font-size: 1.5rem;
	font-weight: 600;
	background: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	white-space: nowrap;
	padding: 0 20px;
	border-radius: 6px 0 0 6px;
	z-index: 2;
  }
  .timeline__event__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #71bd46;
	padding: 20px;
	align-self: center;
	margin: 0 20px;
	background: #666;
	border-radius: 100%;
	width: 40px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	padding: 40px;
	height: 40px;
	position: relative;
	z-index: 2;
  }
  .timeline__event__icon i {
	font-size: 32px ;
  }
  .timeline__event__icon svg {
	z-index: 2;
	font-size: 25px;
  }
  .timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background : #666;
	position: absolute;
	top: 0%;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: fillTop 2s forwards 4s ease-in-out;
			animation: fillTop 2s forwards 4s ease-in-out;
  }
  .timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #666;
	position: absolute;
	left: 0%;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
			animation: fillLeftOdd 2s forwards 4s ease-in-out;
  }
  .timeline__event__description {
	color: #71bd46;
	flex-basis: 20%;
  }
  .timeline p {
	color: #71bd46;
	line-height: 1.2rem;
  }
  .timeline__event--type2:after {
	background: #666;
  }
  .timeline__event--type2 .timeline__event__date {
	color: #71bd46;
	background: #666;
  }
  .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
	background: #666;
  }
  .timeline__event--type2 .timeline__event__icon {
	background: #666;
	color: #71bd46;
  }
  .timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
	background: #666;
  }
  .timeline__event--type2 .timeline__event__title {
	color: #71bd46;
  }
  .timeline__event--type3:after {
	background: #666;
  }
  .timeline__event--type3 .timeline__event__date {
	color: #71bd46;
	background-color: #666;
  }
  .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
	background: #aff1b6;
  }
  .timeline__event--type3 .timeline__event__icon {
	background: #666;
	color: #71bd46;
  }
  .timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
	background: #666;
  }
  .timeline__event--type3 .timeline__event__title {
	color: #24b47e;
  }
  .timeline__event:last-child .timeline__event__icon:before {
	content: none;
  }
  
  @media (max-width: 786px) {
	.timeline__event {
	  /* flex-direction: row;
	  align-self: center; */
	  width: -webkit-fill-available;
	}
	.timeline__event .timeline__event__content1 {
	  padding: .5 rem !important;
	}
	.timeline__event__icon {
	  /* border-radius: 6px 6px 0 0;
	  width: 100%;
	  margin: 0;
	  box-shadow: none; */
	}
	/* .timeline__event__icon:before, .timeline__event__icon:after {
	  display: none;
	} */
	.timeline__event__date {
	  /* border-radius: 0;
	  padding: 20px; */
	}
	.timeline__event:nth-child(2n+1) {
	  /* flex-direction: row-reverse;
	  align-self: center; */
	}
	.timeline__event:nth-child(2n+1) .timeline__event__content {
	  /* border-radius: 0;
	  padding: 20px; */
	}
	.timeline__event:nth-child(2n+1) .timeline__event__icon {
	  /* border-radius: 6px 6px 0 0;
	  margin: 0; */
	}
  }
  @-webkit-keyframes fillLeft {
	100% {
	  right: 100%;
	}
  }
  @keyframes fillLeft {
	100% {
	  right: 100%;
	}
  }
  @-webkit-keyframes fillTop {
	100% {
	  top: 100%;
	}
  }
  @keyframes fillTop {
	100% {
	  top: 100%;
	}
  }
  @-webkit-keyframes fillLeftOdd {
	100% {
	  left: 100%;
	}
  }
  @keyframes fillLeftOdd {
	100% {
	  left: 100%;
	}
  }
/* slider section */
  .slider {
	padding-top:0px;
      /* background-color: #bdbec0;*/
 background: rgb(0, 0, 0); opacity: 0.85;
}

  
#carousel-slider {  
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #71bd46;
  border-radius:50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#fff;
   background:#71bd46;
}

#carousel-slider a i:hover {
  background:#ffffff;
  color:#fff;
  border: 1px solid #FFFfff;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:70px
}

#carousel-slider .carousel-control.right i {
  right: 70px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}
/* Gallery Section 
==============================*/
/* #Portfolio-section {
	padding: 100px 0;
	background-color: transparent;
}
#Portfolio-section h2 {
	color: #FFF;
	}
#Portfolio-section h4 {
color: #FFF;
}
#Portfolio-section p {
	color: #FFF;
	} */

.categories {
	padding-bottom: 30px;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color:#6c757d;
}
ol.type li a.active {
	color: #71bd46;
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 8px;
}
ol.type li a:hover {
	color: #71bd46;
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 8px;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-items {
	display: flex;
	align-items: flex-start;
	
}
.portfolio-item {
	margin-bottom: 30px;
	margin-right: 30px;
}
.portfolio-item .hover-bg {
	height: 255px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding-top: 25%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #bdbec0;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Contact Section */
.contact {
    background-color: #666	;
}
.contact h2 {
	color: #FFF;
}
.contact h4 {
	color: #FFF;
}
.contact p {
	color: #FFF;
}


.contact form {
	padding: 30px 0;
}
.contact i.fa {
	color: #71bd46;
	margin-right: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
.contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.contact .btn {
	background: transparent;
	border: 1px solid #71bd46;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #71bd46;
	font-size: 16px;
}
.contact .btn:hover, .contact .btn:focus {
	background: #71bd46;
	color: #fff;
}
.contact .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}