.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: flex !important;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


 .l-section-top {
	 width: 100%;
	 height: 75px;
	 background-color: white;
	 position: relative;
}
 .c-scrolldown {
	 width: 1.5px;
	 height: 35px;
	 position: absolute;
	 bottom: 15px;
	 left: 0;
	 right: 0;
	 margin: 0 auto;
	 overflow: hidden;
}
 .c-scrolldown .c-line {
	 width: 100%;
	 height: 100%;
	 display: block;
	 background: linear-gradient(to bottom, rgba(241, 91, 56, 1) 50%, rgba(255, 255, 255, 0) 50%);
	 background-position: 0 -35px;
	 background-size: 100% 200%;
	 animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

 @keyframes scrolldown {
	 0% {
		 background-position: 0 -35px;
	}
	 75% {
		 background-position: 0 0;
	}
	 100% {
		 background-position: 0 35px;
	}
}
 

/* for image animation */


.scrollme {
  perspective:600px;
}

.swiper-button-next, .swiper-button-prev {
	color: white;
	outline:none;
	border:none;
	background-color: #006850;
    border-radius: 50px;
    height: 40px;
    width: 40px;
	opacity: 0.7;
}

.animateme {
  width:80%;
  background:#e8e8e8;
  transform-origin:center center center;
}

.swiper-container {
	height: 170px;
	margin-top: 20px;
	height:auto; 
    width: 100%;
}
/* 
.swiper-slide {
  width: 270px !important;
} */

.swiper-slide img {
	height:100%;
	width: 100%;
}

.swiper-pagination-bullet-active {
    background: #006850;
}

.swiper-container {
	padding-bottom: 30px;
}


.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px;
	outline: none;
}

@media (min-width: 768px) {
	.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
		font-size: 25px;
	}
	
	.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
		height: 48px;
		width: 48px;
	}

	.swiper-container {
		height: auto;
		margin-top: 40px;
	}
	
	.swiper-wrapper {
		align-items: center;
	}
	
	.swiper-wrapper .swiper-slide {
		height:100%;
		
		margin-right: 18px !important;
	}
	
	.swiper-slide img {
		height:100%;
		width: 100%;
	}
	
	.l-section-top .c-scrolldown {
		width: 2px;
	}
}




@media (min-width: 1024px) {
	
	main .swiper-container .swiper-button-next, main .swiper-container .swiper-button-prev {
		height: 63px;
		width: 63px;
	}
	
	
	main .swiper-container .swiper-button-next:after, main .swiper-container .swiper-button-prev:after {
		font-size:32px;
	}
	
	.swiper-container {
		height: auto;
	}
	
	.swiper-container .swiper-wrapper .swiper-slide {
		height:100%;
		width: 100%;
		margin-right: 30px !important;
	}
	
}