.AllCont {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.ContQuint {
	width: 20%;
	min-width: 220px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.cheimg {
	display: block;
	width: 100%;
	padding: 5px; 
	transition: transform 0.5s; 
}
.cheimg:hover {
	transform: scale(1.1); 
}

p{
	margin: 0; 
}

/*application html*/
	.project-item .project-inner .project-body ul li {
		border-bottom: none;
	}
	
	.project-item .project-inner .project-body ul li {
		padding: 0px 0;
	}
	
	/*amaron-power-stack start*/
	.image-container {
		text-align: center;
	}

	.image-container img {
		display: inline-block;
	}

	.post-thumb {
		text-align: center;
	}
	
	.APlusPlusPlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

	.APlusPlusPlay-button svg {
		width: 48px;
		height: 48px;
		fill: #fff;
		transition: transform 0.2s ease;
	}

	.APlusPlusPlay-button.playing svg {
		transform: scale(1.2); 
	}

	#playButton {
		position: absolute;
		width: 48px;
		height: 48px;
		background: url('path_to_play_button_icon.png') center center no-repeat;
		cursor: pointer;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#videoThumbnail {
		cursor: pointer;
	}
	/*amaron-power-stack end*/
	
	
	/*Bullet*/
	.bullet{
		font-size:15px;
		line-height:20px;
	}

	ul.bullet {
	  list-style-type: none;
	  margin-top: 1em;
	  margin-bottom: 1em;
	  margin-left: -15px !important;
	  margin-right: 0;
	  padding-left: 18px;
	}

	li{
		padding : 0 0;
	}
	
	ul.bullet li {
	  position: relative !important; 
	  padding-left: 20px; 
	}

	ul.bullet li::before {
	  top: 5px;
	  left: 0;
	  width: 8px;
	  height: 8px;
	  border-radius: 50px;
	  border: 2px solid #84e18a;
	  position: absolute;
	  content: '';
	  display: inline-block;
	}	
	
	.faq {
		width: 100%;
		border: 1px solid #222;
	}


	.faqitem .header {
		padding: 15px;
		background: #bbbaba;
		color: #fff !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		border-bottom: 1px solid;
	}

	.faqitem .header h5 {
		color: #fff !important;
		font-family: math;
		margin: 0;
	}

	.faqitem .header .fa.fa-minus {
		display: none;
	}

	.faqitem.jquery-accordion-active .fa.fa-minus {
		display: block;
	}

	.faqitem.jquery-accordion-active .fa.fa-plus {
		display: none;
	}

	.faqitem .content {
		padding: 15px;
		display: none;
	}



@media (max-width: 545px) {
	.ContQuint {
		min-width: 45%;
		width: 10%;
		padding: 2px;
		box-sizing: border-box;
	}
}


	.img-thumbnail {
		font: caption;
	}

	
	
	@media (max-width: 767px) {
	.image-text a img {
        padding: 10px;
    }

	.footer-section .footer-bottom {
		background: #fff;
	}
	
	.cntItem{
		width: 100%;
		margin : 0 auto;
	}
	.posts-items {
		margin-top :7% !important;
		width: 100%;
	}

	.elementor-widget-wrap .row {
		flex-direction: column; 
		text-align: left; 
	}

	.elementor-widget-wrap .col-md-6 {
		margin-bottom: 20px;
	}

	.elementor-widget-wrap .col-md-6.text-md-right {
		text-align: left;
	}

	.slideshow-container {
		margin: 0 -8% -4% auto;
		overflow: hidden;
	}


}

	/* Media query for tablets (min-width: 768px) and (max-width: 991px) */
	@media (min-width: 768px) and (max-width: 991px) {
	.footer-section .footer-bottom {
		background: #fff;
	}
	
	.posts-items {
		margin-top :7% !important;
		width: 100%;
	}
	
	.cntItem{
		width: 100%;
		margin : 0 auto;
	}
}