/*
Theme Name: Harshil Enterprise
Theme URI: https://thecrazycoders.com/
Author: The Crazy Coders
Author URI: https://thecrazycoders.com/
Description: Harshil Enterprise
Version: 1.0
*/

.current_page_item a {
	color: #e30016 !important;
}
.site-text-white {
	font-size: 30px !important;
}
.site-text-white p {
	font-size: 40px !important;
}
.icon-up:hover i {
    -webkit-animation: toTopFromBottom .8s forwards;
    -moz-animation: toTopFromBottom .8s forwards;
    animation: toTopFromBottom .8s forwards;
}
.clients .blog-post {
	border: 1px solid #ededed;
	padding: 15px;
}
.teammembers h3 {
	color: #1B1918;
}

.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #E30016;
	padding: 80px 0px;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
.timeline .container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
	margin-left: 0px;
}
.timeline .container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: white;
	border: 4px solid #000;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}
.left {
 	left: 0;
}
.right {
	left: 50%;
}
.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}
.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}
.right::after {
	left: -12px;
}
.content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
}
.loader {
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
	margin-left: -50px;
	margin-top: -50px;
}
.home .team-detail h3 {
	color: #ffffff;
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

@media screen and (max-width: 600px) {
	.timeline::after {
		left: 31px;
	}
	.timeline .container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.timeline .container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	.left::after, .right::after {
		left: 18px;
	}
	.right {
		left: 0%;
	}
}

.rev_slider li:after { position: absolute; content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.5); left: 0; top: 0; }