/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2025 | 08:01:37 */
#timeline-id .swiper-container-wrapper--timeline .swiper-slide {
	 min-height: 370px;
	 align-items: center;
	display: flex;
}

.swiper-button-next, .swiper-button-prev{
	top: 36% !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 20px !important;
	font-weight: 700;
}
.swiper-button-next{
    right: auto !important;
    left: 65px !important;
    background: #00664a;
    background: #00664a;
    padding: 23px;
    border-radius: 50%;
    color: white !important;
}
.swiper-button-prev {
    right: auto !important;
    left: 10px !important;
    background: #00664a;
    background: #00664a;
    padding: 23px;
    border-radius: 50%;
    color: white !important;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-slide .container {
	 padding: 0;
	 width: 100%;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-slide .title {
	 font-size: 18px;
	 opacity: 0;
	 transition: 0.5s ease 0.5s;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-slide-active .title {
	 opacity: 1;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
	 position: relative;
	 margin-bottom: 70px;
	 background-color: transparent;
	 height: 4px;
	 border-bottom: 1px solid #888;
	 width: 100%;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
	 background-color: #000;
	 height: 3px;
	 top: 2px;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
	 position: absolute;
	 top: 2px;
	 left: -100%;
	 width: 100%;
	 height: 3px;
	 background-color: #000;
	 content: "";
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
	 position: absolute;
	 top: 3px;
	 right: -100%;
	 width: 100%;
	 height: 1px;
	 background-color: #888;
	 content: "";
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom {
	 position: relative;
	 list-style: none;
	 margin: 1rem 0;
	 padding: 0;
	 line-height: 1.66;
	 bottom: 0;
	 z-index: 11;
	 width: 100%;
	 overflow-x: auto;
     display: flex;
     height: 120px;
	flex-direction: row-reverse;
    justify-content: flex-start;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
	 position: relative;
	 width: 100%;
	 height: 30px;
	 line-height: 30px;
	 display: block;
	 padding: 0 40px;
	text-align: center;
}
#timeline-id .content-div h6, #timeline-id .content-div p{
	text-align: right;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	 transition: 0.2s all ease-in-out;
	 transition-delay: 0s;
	 cursor: pointer;
	 z-index: 1;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
	 position: absolute;
	 top: calc(100% + 19px);
	 right: 50%;
	 transform: translateX(50%) translateY(-50%);
	 width: 12px;
	 height: 12px;
	 background: #888;
	 border-radius: 2rem;
	 content: "";
	 transition: 0.2s all ease-in-out;
	 transition-delay: 0s;
	 z-index: 1;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #8e8e8e;
    bottom: -67%;
    left: 50%;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #029E73;
    bottom: -70%;
    left: 50%;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	 font-weight: 400;
	 transition-delay: 0.4s;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	 background: #029E73;
	 width: 25px;
	 height: 25px;
	 transition-delay: 0.6s;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
	 color: #888;
	 font-weight: 16px;
}
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
	 background: #888;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    display: none;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch p.animate-row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #8e8e8e;
    bottom: -67%;
    left: 50%;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 4px;
    background: #029E73;
    bottom: -70%;
    right: 50%;
	left: unset;
	animation: linegrow 5.5s linear;
	z-index: 99999;
}
@keyframes linegrow {
  from {
	width: 0%;
}
to {
	width:100%;
}
}


/* Scrollbar CSS */

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* Track */
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar-thumb {
  background: #00664A;
	    background-image: linear-gradient(89deg, #00664A 0%, #2AA785 100%) !important;
  border-radius: 10px;
}

/* Handle on hover */
#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar-thumb:hover {
  background: #00664A; 
	    background-image: linear-gradient(89deg, #00664A 0%, #2AA785 100%) !important;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-wrapper {
    overflow: visible;
}

@media( max-width: 800px ){
	#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
    	width: 100%;
	}
	#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    	width: 15px;
    	height: 15px;
	}
}
@media( max-width: 480px ){
	#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
    	width: 100%;
	}
}
.post-card-inner .main-history {
    display: flex;
	align-items: center;
}
li.swiper-pagination-switch.active span.switch-title {
    font-weight: 700 !important;
    color: #00664a;
}
.content-div h6 {
    font-size: 35px;
	line-height: 45px;
    font-weight: 500;
    color: black;
	font-family: "poppins", san serif !important;
	padding-left: 0px;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 1.2px;
}

/* .content-div h6:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #00664A;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
} */

.content-div p, .swiper-pagination-custom li span{
	font-family: "poppins", san serif !important;
	font-size: 18px;
}
.post-card {
    width: 100%;
}

.img-div {
    width: 20%;
}

.img-div img {
    width: 100%;
	border-radius: 15px;
}

.content-div {
	width: 100%;
}

.content-div p{
	color: black;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before, #timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after{
	background: #00664a !important;
	    background-image: linear-gradient(89deg, #00664A 0%, #2AA785 100%) !important;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after{
	z-index: 10 !important;
}

#timeline-id .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before{
	z-index: 9 !important;
}

.img-div {
    display: none;
}

.swiper-rtl .swiper-button-prev {
    right: auto;
    left: 65px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px !important;
    right: auto;
}