/*********************************************************************************

	Created by Musa EREN & Emre EREN
	Description: All right reseved by Musa & Emre EREN
	Version: 1.0

**********************************************************************************/


.job-box {
	width: 100%;
}



.job-box {
	float: left;
	width: 100%;
	padding: 20px 20px 15px;
	border: solid 1px #e6e6e6;
	border-top: none;
	border-radius: 0px;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

	.job-box:first-child {
		border-top: solid 1px #e6e6e6;
		border-left: solid 1px #e6e6e6;
		border-right: solid 1px #e6e6e6;
		border-bottom: solid 1px #e6e6e6;
		border-radius: 5px;
	}

	.job-box:last-child {
		border-top: none;
		border-left: solid 1px #e6e6e6;
		border-right: solid 1px #e6e6e6;
		border-bottom: solid 1px #e6e6e6;
		border-radius: 5px;
	}


	.job-box:hover {
		background: #fff;
	}

	.job-box .company-logo {
		width: 90px;
		position: absolute;
	}

		.job-box .company-logo img {
			width: 100%;
			border-radius: 5px;
		}

	.job-box .description {
		margin: 0 0 0 110px;
	}

		.job-box .description h5 {
			font-size: 17px;
			margin: 5px 0 10px;
			font-weight: 600;
		}

		.job-box .description h6 {
			font-size: 14px;
			margin-bottom: 5px;
		}

		.job-box .description ul {
			display: inline-block;
			list-style: none;
			font-weight: 500;
			padding: 0;
			margin: 0;
		}

			.job-box .description ul li {
				float: left;
				margin-right: 20px;
				font-size: 14px;
			}

	.job-box .apply-button {
		float: right;
		display: inline-block;
		padding: 7px 30px;
		border-radius: 50px;
		font-size: 13px;
		font-weight: 600;
		margin-top: 0;
		color: #9a9898;
		border: solid 1px #9a9898;
	}

		.job-box .apply-button:hover {
			color: #9a9898;
			border: solid 1px #9a9898;
		}

	.job-box .description ul li:last-child {
		margin: 0;
	}

	.job-box .favourite {
		font-size: 17px;
		float: right;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin-right: 15px;
		color: #9a9898;
		border: solid 1px #9a9898;
		border-radius: 50px;
	}

	.job-box .apply-button {
		margin-top: 27px;
	}

	.job-box .favourite {
		margin-top: 27px;
	}

<!-- job box-2 -->
.job-box-2 {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
}

.job-box-2 {
	width: 100%;
	display: inline-block;
	position: relative;
}

	.job-box-2 .description {
		margin: 0 0 0 100px;
	}

	.job-box-2 .company-logo {
		width: 80px;
		height: 80px;
		position: absolute;
		left: 0;
		top: 0;
	}

		.job-box-2 .company-logo img {
			width: 100%;
			border-radius: 5px;
		}

	.job-box-2 .description ul {
		display: inline-block;
		list-style: none;
		font-weight: 500;
		padding: 0;
		margin: 0;
	}

		.job-box-2 .description ul li {
			float: left;
			margin-right: 20px;
			font-size: 14px;
		}

			.job-box-2 .description ul li i {
				margin-right: 2px;
			}

	.job-box-2 .description h5 {
		font-size: 25px;
		margin: 10px 0 10px;
		font-weight: 500;
	}

.hr-boder {
	margin: 25px 0 20px;
	border-top: 1px solid rgba(0,0,0,.1);
}

/** Job overview start **/
.job-overview {
	float: left;
	width: 100%;
}

	.job-overview ul {
		padding: 0;
		width: 100%;
		margin: 0;
	}

		.job-overview ul li {
			float: left;
			position: relative;
			padding-left: 40px;
			border-bottom: solid 1px #efefef;
			width: 100%;
			padding-bottom: 10px;
			margin-bottom: 10px;
			list-style:none;
		}

			.job-overview ul li:last-child {
				border: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}

			.job-overview ul li i {
				left: 0;
				position: absolute;
				top: 7px;
				font-size: 25px;
			}

			.job-overview ul li h5 {
				float: left;
				width: 100%;
				font-size: 16px;
				margin: 0;
				font-weight: 600;
			}

			.job-overview ul li span {
				float: left;
				width: 100%;
				font-weight: 500;
				font-size: 14px;
				margin-top: 5px;
			}
.sidebar-right-2 {
	border: dashed 1px transparent;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-bottom: 30px;
	padding-top: 30px;
}

/** Properties amenities start **/
.amenities ul {
	padding-left:0 !important;
}
.amenities ul li {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	padding-left: 25px;
	position: relative;
	list-style:none;
}

	.amenities ul li i {
		font-size: 15px;
		font-weight: 400;
		line-height: 22px;
		left: 0;
		position: absolute;
		top: 0;
		color: #003c76;
	}
.sidebar-title {
	font-size: 21px;
	position: relative;
	margin: 0 0 7px;
	font-weight: 600;
}

.social-list-2 {
	float: right;
}

	.social-list-2 a {
		text-align: center;
		display: inline-block;
		list-style: none;
	}

	.social-list-2 span {
		margin-right: 10px;
		font-weight: 600;
		color: #4d4d4d;
	}

	.social-list-2 a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		display: inline-block;
		font-size: 15px;
		color: rgb(255, 255, 255);
		margin: 2px 0 2px 5px;
		border-radius: 5%;
	}
/** Social media bg**/
.facebook-bg {
	background: #4867aa;
	color: #fff;
}

.twitter-bg {
	background: #33CCFF;
	color: #fff;
}

.google-bg {
	background: #db4437;
	color: #fff;
}

.linkedin-bg {
	background: #0177b5;
	color: #fff;
}

.rss-bg {
	background: #e78733;
	color: #fff;
}

.pinterest-bg {
	background: #bd081c;
	color: #fff;
}

.facebook-bg:hover {
	background: #3b589e;
	color: #fff;
}

.twitter-bg:hover {
	background: #56d7fe;
	color: #fff;
}

.linkedin-bg:hover {
	background: #1c82ca;
	color: #fff;
}

.google-bg:hover {
	background: #dc4e41;
	color: #fff;
}

.rss-bg:hover {
	background: #e78701;
	color: #fff;
}

.pinterest-bg:hover {
	background: #a30618;
	color: #fff;
}
.s-border {
	width: 30px;
	height: 3px;
	background: #4d4d4d;
	margin-bottom: 30px;
	border-radius: 100px;
}
@media only screen and (max-width: 767px) {
	.mobile-side{
		order:1;
		margin-top:30px;
	}
	

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.mobile-side {
		order: 1;
		margin-top: 30px;
	}
}
.home-newsletter {
	padding: 80px 0;
	background: #fff;
}

	.home-newsletter .single {
		max-width: 650px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 2;
	}

		.home-newsletter .single h2 {
			font-size: 22px;
			color: white;
			text-transform: uppercase;
		}

		.home-newsletter .single .form-control {
			height: 50px;
			background: #f1f5f8;
			border-color: transparent;
			border-radius: 20px 0 0 20px;
			color: #1c2129;
		}

			.home-newsletter .single .form-control:focus {
				box-shadow: none;
				border: 1px solid #bd4e45;
			}

		.home-newsletter .single .btn {
			min-height: 50px;
			border-radius: 0 20px 20px 0;
			border: 0;
			background: rgba(0, 0, 0, 0) linear-gradient(-90deg, #ffeb004a, #a97b17) repeat scroll 0 0;
			color: #fff;
			transition: all 0.5s ease 0s;
		}
			.home-newsletter .single .btn::before {
				background: rgba(0, 0, 0, 0) linear-gradient(90deg, #ffeb004a, #a97b17) repeat scroll 0 0;
				border-radius: 0 20px 20px 0;
				border: 0;
				content: "";
				height: 100%;
				left: 0;
				opacity: 0;
				position: absolute;
				top: 0;
				transition: all 0.5s ease 0s;
				width: 100%;
				z-index: -1;
			}

			.home-newsletter .single .btn:hover::before {
				opacity: 1;
			}