@import 'animate.css';	   		   /* Including Animations CSS file */
@import 'owl.carousel.css';		   /* Owl Carousel CSS File */
@import 'foundation.min.css';       /* Including Foundation CSS File */
@import 'theme-styles.css';		   /* Main Theme CSS File */
@import 'responsive-styles.css';	   /* Main Theme CSS File */
@import 'twentytwenty-no-compass.css';   /* TwentyTwenty JQuery Plugin */
@import 'fontawesome-all.min.css';	   /* Including Font Awesome Icons */
@import 'https://fonts.googleapis.com/css?family=Niconne|Poppins:400,600,700|Roboto:400,500,700" rel="stylesheet';

.green-bg{
	background: #a4bc4c !important;
}

.purple-bg{
	background: #7359a1 !important;
}

.module.about-section{
	margin-bottom: 90px;
	margin-top: 75px;
}

.module.about-section .about-img{
	margin-top: 33px;
}

.achievement-counter{
	margin-bottom: 0px;
}

.red-bg{
	background: #ce0207 !important;
}

.golden-bg{
	background: #c7984f !important;
}

.border-btm h6::after {
	background: #F5A1B0;
}

.service-box-company{
	background: #f5a1b0;
	color: #fff;
	padding: 4px 15px;
	border-radius: 10000px;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 10px;
	display: inline-block;
}

.pt-0{
	padding-top: 0px !important;
}

.button-view-more-products{
	position: relative;
	top: 30px;
}

.pt-3{
	padding-top: 90px;
}

.our-partners{
	opacity: 0.7;
}

.socialicons a{
	margin-right: 12px;
}

.mt-2{
	margin-top: 36px;
}

@media only screen and (max-width: 600px) {
	.header .logo img {
		height: 40px;
	}

	.slide {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left;
	}
	
	.slide.slide-one {
		background-image: url("../images/slide-one.png");
	}
	
	.slide.slide-two {
		background-image: url("../images/slide-two.png");
	}

	.slide.slide-three {
		background-image: url("../images/slide-three.png");
	}
	
	.slide.slide-four {
		background-image: url("../images/slide-four.png");
	}

	.slide-text h3{
		font-size: 1.7rem;
		margin-bottom: 0px;
	}

	.slide-text h2{
		font-size: 1.7rem;
	}

	.module.about-section {
		margin-top: 25px;
	}
}