.signup {
	width: 95%;
	background: #00799121;
	padding: 2rem 0;
	text-align: center;
	position: relative;
	border-radius: 8px;
}

.signup_content {
	width: 80%;
	margin: 0 auto;
}

.signup_button {
	font-size: 18px;
	font-weight: 600;
	padding: 1.1em;
	display: block;
	width: 100%;
	background: #439A86;
	color: white;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.signup.input_container_button {
	background: red;
}

.signup p {
	font-size: 1.4rem;
	font-weight: 500;
}

.signup_content {
	width: 70%;
	margin: 0 auto;
}

.af-form {
	box-shadow: none !important;
	;
}

.job-search-form-two {
	background: #ffffff;
	padding: 20px 20px;
	padding-left: 30px;
}

.job-search-form {
	padding: 15px 15px;
	border-radius: 10px;
	background: #ffffff;
}

.response .failed {
	background-color: #f74848;
	color: #ffffff;
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.response .success {
	background-color: #34a853;
	color: #ffffff;
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.mobile-header .logo {
	max-width: 80%;
}

.mobile-header .logo img {
	max-width: 75%;
}

.mobile-header .outer-box {
	margin-top: 0px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
	top: 70px;
}

.work-block .inner-box-article {
	position: relative;
	text-align: center;
	padding: 50px 44px 60px;
	transition: all 300ms ease;
	background: #FFFFFF;
	border-radius: 8px;
}

.category-block-two .content {
	text-align: center;
}

.icon-categories {
	margin: 0 auto 14px;
}

.div-pointer {
	cursor: pointer;
}

.blog-single p {
    color: #0f0f0f;
}

.modal {
	padding: 0px 0px;
	background: #fff;
}

.modal .contact-section {
	padding: 0px 0;
}

.modal .contact-form {
	border: none;
	padding: 50px 10px 70px
}

.signup {
    background: #f5f7fc !important;
}

.af-form-wrapper .text {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}

.news-block .image-box img {
    height: 194px;
}