/* DETAILS
==================================================
	Theme Name: Maddocks Engineering
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Poppins-Light.woff') format('woff'), 
  url('../fonts/Poppins-Light.ttf')  format('truetype'), 
  url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Poppins-Regular.woff') format('woff'), 
  url('../fonts/Poppins-Regular.ttf')  format('truetype'), 
  url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Poppins-Medium.woff') format('woff'), 
  url('../fonts/Poppins-Medium.ttf')  format('truetype'), 
  url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Poppins-SemiBold.woff') format('woff'), 
  url('../fonts/Poppins-SemiBold.ttf')  format('truetype'), 
  url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Poppins-Regular' !important;
	font-size: 14px;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}
/***********HOME-PAGE-CSS-start************/





/****** Loader Start *******/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #ED117F;
z-index: 9999999;
display: block;
left: 0;
right: 0;
}
 #loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
    max-width: 300px;
}
/****** Loader End *******/

/************* Scroll top *************/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #CE9045 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover{
	background:#000 url(../images/cd-top-arrow.svg) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/***********Scroll top-end*****************/
/***********map-scroll-off***********/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/*********end**********/
/******common-css*******/
.site-title{
	padding-bottom: 38px;
}
.site-title h1 {
	color: #0c3858;
	text-align: center;
	font-size: 30px;
	position: relative;
	margin: 0;
}
.site-title h1 span{
	color: #ce9045;
	font-family: 'Poppins-SemiBold';
}
.site-title h1::before {
	position: absolute;
	content: '';
	width: 84px;
	height: 1px;
	bottom: -15px;
	background: #0c3858;
	color: #0c3858;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.site-title h1::after {
	position: absolute;
	content: '';
	width: 84px;
	height: 1px;
	bottom: -12px;
	background: #ce9045;
	color: #ce9045;
	left: 20px;
	right: 0;
	margin: 0 auto;
}
.page-btn {
	padding: 36px 0;
}
.page-btn a {
	background: #ce9045;
	color: #fff;
	font-size: 15px;
	padding: 15px 50px;
	border-radius: 6px;
	box-shadow: 0 0 0 transparent inset;
}
.page-btn a:hover, .page-btn a:focus {
	box-shadow: 250px 0 0px #0c3858 inset;
	color: #fff;
}
.site-overlay{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.8);	
}
/************header************/
.top-header {
	background: #0c3858;
	padding: 10px 0 0 0;
}
.left-top p a, .left-top p {
	color: #fff;
	font-size: 12px;
	display: block;
}
.left-top p a i {
	padding-right: 6px;
	color: #f2af5e;
}
.left-top p a:hover {
	color: #f2af5e;
}
.header-call p {
	float: right;
	color: #fff;
	margin-bottom: 0;
}
.header-call p a {
	color: #fff;
	font-size: 13px;
	display: inline-block;
}
.header-call p a:hover{
	color:#f2af5e;	
}
.header-call p a i {
	padding-right: 6px;
	color: #f2af5e;
}
.rt-part p {
	float: right;
}
.rt-part p a {
	color: #fff;
	font-size: 13px;
	font-family: Poppins-Light;
	padding: 11px;
	display: block;
	flot: right;
}
.rt-part p a:hover{
	color:#ccc;	
}
.top-header .footer-social li {
	display: inline-block;
}
.top-header .footer-social li a {
	color: #f2af5e;
	font-size: 16px;
	display: block;
	padding: 0 0 0 13px;
}
.top-header .footer-social li a:hover, .top-header .footer-social li a:focus{
	color:#fff;	
}
.top-header .footer-social {
	float: right;
	margin-bottom: 0;
}
.menu-toggle {
	display: none;
}
.menu{
	float:right;	
}
.menu li {
	display:inline-block;
	position:relative;
}
.menu li a {
	padding: 35px 15px;
	display: block;
	color: #0c3858;
	font-size: 15px;
	text-transform: uppercase;
}
.menu > li.active > a {
	color: #f2af5e;
}
.menu li a:hover {
	color:#f2af5e;
}
.menu {
	text-align: center;
	margin-bottom: 0;
}
.menu > li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	background: #F2AF5E;
	transform: translateY(2em);
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	z-index: 99;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	border-top: 2px solid #0c3858;
}
.menu > li:focus > ul, .menu > li:focus-within > ul, .menu > li:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index: 99;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-moz-transition-delay: 0s, 0s, 0.3s;
	-ms-transition-delay: 0s, 0s, 0.3s;
	-o-transition-delay: 0s, 0s, 0.3s;
}
.menu > li > ul > li{
	width:100%;	
}
.menu > li > ul > li:last-child a{
	border-bottom:none;	
}
.menu > li > ul > li > a {
	padding: 10px 20px;
	color: #000;
	font-size: 13px;
	text-align: left;
	border-bottom: 1px dashed #ffdfb9;
	text-transform: capitalize;
}
.menu > li > ul > li:last-child{
	border-bottom:none;	
}
.menu > li > ul > li > a:hover{
	background:#000;
	color:#fff;	
}
.logo img{
	margin: 32px 0;
}
/*****about****/
.about-content p{
	color:#000;
	font-size:15px;
	line-height:28px;	
}
.about-content p span {
	font-size: 18px;
	font-family: 'Poppins-Medium';
	line-height: 28px;
	color:#0c3858;
}
.about {
	padding: 40px 0;
}
.abt1 {
	position: relative;
}
.abt1 img {
	width: 322px;
	height: 322px;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid #eee1d0;
	box-shadow: 0 0 24px #ccc;
}
.abt2 {
	position: absolute;
	bottom: -30%;
	right: 0;
}
.abt2 img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid rgba(216,170,120,0.7);
	background-clip: padding-box;
}
/*********** Services *****************/

.services-block {
	padding: 40px 0;
	background: url(../images/serv-bg.jpg) no-repeat 0 0;
	background-attachment: fixed;
	background-size: cover;
	position:relative;
}
.services-block .site-title h1 {
	color: #fff;
}
.services-block .site-title h1::before {
	background: #fff;
	color: #fff;
}
.services-block .page-btn{
	text-align: center;
	margin: 20px 0 0 0;
}
.each-serv {
	background: #ffff;
	border-radius: 5px;
	overflow: hidden;
}
.serv-img {
	margin-bottom:30px;
	overflow:hidden;
}
.serv-img img {
	width: 100%;
	height: 196px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	object-fit: cover;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
}
.each-serv h4 {
	text-align: center;
	color: #CE9045;
	margin-bottom: 20px;
	font-size: 21px;
	font-family: 'Poppins-SemiBold';
}
.each-serv h5 {
	margin: 20px auto 40px;
	text-align: center;
	color: #ce9045;
	font-size: 16px;
}
.each-serv h5 a {
	font-size: 17px;
	color: #68B04D;
	text-transform: capitalize;
	display: block;
	padding: 10px 40px;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
}
.each-serv p {
	text-align: center;
	color: #000;
	padding: 0 30px;
	line-height: 24px;
}
.serv-btn a:hover {
	color: #000;
	border: 1px solid #000;
	box-shadow: inset 350px 0px 0 #fff;
}
.each-serv:hover .serv-img img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
}
.each-serv:hover h5 {
	color: #000;
}
/******solutions*********/
.sol-each {
	border: 1px solid #0c3858;
	border-radius: 10px;
	padding: 20px 30px;
	height: 350px;
}
.sol-each h4 {
	color: #ce9045;
	font-size: 22px;
	font-family: 'Poppins-Medium';
}
.sol-each p {
	font-size: 14px;
	line-height: 25px;
}
.sol-each h5 a {
	color: #ce9045;
	font-size: 18px;
	margin: 30px 0;
	display: block;
}
.sol-each h5 a:hover, .sol-each h5 a:focus{
	color:#000;	
}
.solution {
	padding: 40px 0;
}
/************** Contact-Us ****************/
.contact-section {
	position: relative;
	background: #0c3858;
	overflow: hidden;
}
.contact-section .site-title h1{
	color:#fff;	
}
.contact-section .site-title h1::before{
	background:#fff;
	color:#fff;	
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"] {
	border: none;
	background: none;
	width: 100%;
	border: 1px solid #f6b669;
	margin: 0px 0 9px;
	padding: 14px 20px;
	color: #fff;
	font-size: 14px;
	border-radius: 7px;
}
.contact-form textarea {
	border: none;
	background: none;
	width: 100%;
	border: 1px solid #f6b669;
	margin: 0px 0 20px;
	padding: 14px 20px;
	color: #fff;
	font-size: 15px;
	resize: none;
	height: 120px;
	border-radius: 7px;
}
.contact-form input[type="submit"] {
	background: #ce9045;
	color: #fff;
	font-size: 15px;
	padding: 15px 50px;
	border-radius: 6px;
	border:none;
}
.contact-form input[type="submit"]:hover{
	color:#000;
	background:#fff;	
}
.contact-section .map-container {
	margin-left: 0 !important;
}
.contact-section .map-container iframe {
	width: 100%;
	height: 500px;
	display: block;
	pointer-events: none;
	position: relative;
	margin: 0;
}
.con-map {
	padding-left: 0 !important;
}
.contact-form {
	padding: 20px 20px;
}
/************************* Footer **************************/
.footer-wrapper {
	background: #000;
	padding: 30px 0;
}
.footer-each h4 {
	color: #ce9045;
	font-size: 23px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 24px;
}
.footer-each h4::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #666;
	color: #666;
	bottom: -10px;
}
.footer-each h4::after {
	position: absolute;
	width: 50%;
	content: '';
	height: 4px;
	background: #ce9045;
	color: #ce9045;
	left: 0;
	bottom: -11px;
}
/*.footer-each ul li{
	border-bottom: 1px solid #353535;
}*/
.footer-each ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 31px;
	text-transform: uppercase;
}
.footer-each ul li a:hover {
	color: #ce9045;
}
.footer-each ul li i {
	color: #ce9045;
	padding-right: 7px;
}
.footer-serv ul li a {
	line-height: 31px;
	display: block;
	text-transform:uppercase;
}
/*.footer-con ul li p i {
	float: left;
	clear: both;
	line-height: 30px;
}
.footer-con ul li {
	border-bottom: none;
	display: inline-block;
}
.footer-con ul li p{
	font-size:17px;	
}
.footer-con ul li p span {
	float: left;
	width: 80%;
	margin-left: 20px;
	color: #b1b1b1;
	font-size: 15px;
	line-height: 29px;
	text-transform:lowercase;
}*/

/*.footer-each p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
}*/
.footer-each ul li:last-child {
	border-bottom: none;
}
.footer-each ul li a {
	text-transform: uppercase;
	font-size: 14px;
}
.footer-con ul li a {
	text-transform: inherit;
}
.footer-each img {
	margin: 14px 0;
}
.footer-each h5 {
	color: #ce9045;
	font-size: 18px;
	margin: 25px 0 0 0;
}
.footer-each p {
	color: #fff;
	font-size:13px;
	padding-top:10px;
}
.footer-each p a {
	color: #ffc57e;
	font-size: 16px;
}
.footer-each p i{
	color: #ce9045;
	padding-right: 7px;	
}
.footer-each .footer-social li {
	display: inline-block;
	margin-right:10px;
}
.footer-each .footer-social li a{
	color: #fff;
	background: #ce9045;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-size: 17px;
	display: block;
	padding: 10px;	
}
.footer-each .footer-social li a i{
	color:#fff;	
}
/************ End ***************/
/********copyright*********/
.copyright-sec {
	background: #131212;
	padding: 15px 0;
}
.copy p {
	margin-bottom: 0;
	font-size: 13px;
	color:#fff;
}
.power p{
	margin-bottom:0;
	float:right;
	font-size: 14px;
	color:#fff;	
}
.power p a{
	color:#5f5f5f;	
}

.inner-contact .map-container{
	position:relative;	
}
.inner-con-info {
	position: absolute;
	top: 50px;
	background: #ce9045;
	left: 0;
	padding: 20px 20px;
	box-shadow: 0 0 12px #ccc;
}
.inner-con-info::before {
	width: 0;
	height: 0;
	border-top: 148px solid transparent;
	border-left: 40px solid #ce9045;
	border-bottom: 148px solid transparent;
	position: absolute;
	content: '';
	top: 0;
	right: -40px;
}
.inner-contact .map-container iframe {
	width: 100%;
	height: 299px;
	display: block;
	pointer-events: none;
	position: relative;
	margin: 50px 0;
}
.inner-con-info h4 {
	color: #00233c;
	font-size: 15px;
	font-family: 'Poppins-Medium';
	border-bottom: ;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.inner-con-info h4::before {
	position: absolute;
	content: '';
	width: 100px;
	height: 1px;
	background: #d5d5d5;
	bottom: 0;
}
.inner-con-info p, .inner-con-info p a {
	font-size: 13px;
	color: #fff;
}
.inner-con-info h5 {
	color: #000;
	font-size: 13px;
}
.inner-banner img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.inner-con-form form {
	background: #f2f2f2;
	margin: 50px 0;
	padding: 20px 30px;
	border: 2px solid #0c3858;
}
.inner-con-form form h4 {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
}
.inner-con-form form input[type="text"],.inner-con-form form input[type="email"], .inner-con-form form input[type="tel"] {
	background: none;
	border: none;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: #000;
	font-size: 13px;
}
.inner-con-form form textarea{
	width: 100%;
	background: none;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	border-bottom: 1px solid #ccc;
	resize: none;
	padding: 10px 0;
}
.inner-con-form form p {
	color: #6b0101;
	text-align: center;
	font-size: 13px;
}
.inner-con-form form input[type="submit"]{
	background: #000;
	color: #fff;
	border: transparent;
	padding: 10px 30px;
	margin: 10px auto;
	display: block;
	background: #000;
	color: #fff;
	border: transparent;
	padding: 10px 30px;
	margin: 10px auto;
	display: block;
}
.inner-banner {
	position:relative;	
}
.in-banner-content {
	position: absolute;
	top: 30%;
	width: 50%;
	background: rgba(0,0,0,0.6);
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 20px 30px;
}
.in-banner-content h5 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.in-banner-content h5 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #999;
	padding-bottom: 7px;
}

.in-banner-content h3 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	margin: 0;
}
.inner-services {
	background: #fff;
}
.inner-services .site-overlay{
	display:none;	
}
.inner-services .each-serv {
	background: #ffecd6;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 40px;
}
.inn-prod-det h3 {
	text-align: center;
	font-size: 25px;
	margin: 20px 0 16px 0;
	color: #000;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
}
.inn-prod-det p {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
}
.inn-prod-det ul li {
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #844800;
	list-style:inside;
}
/*.inn-prod-det img{
	margin-bottom:20px;	
}*/
.menu.slide-left{
	left:0;	
}



.recruitment-head{
	margin-bottom:30px;	
}
.recruitment-head h2 {
    text-align: center;
    text-transform: uppercase;
    color: #ee1e26;
    font-size: 30px;
    font-weight: bold;
	padding-bottom:10px;
}
.recruitment-main{
	background:url(../images/job.jpg) fixed center no-repeat;
	background-size:100% 100%;
	min-height:351px;	
}
.recruitment-each {
        background: rgba(255, 255, 255, 0.82);
    border: 1px solid #f00;
    margin-top: 45px;
}
.recruitment-each h3 {
    color: #f00;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
	padding-top:10px;
}
.line1 {
    background: #f00;
    color: #f00;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.recruitment-each p {
    color: #000;
	text-align:left;
	padding:0 20px;
	font-weight:600;
	margin-top:20px;
	margin-bottom:20px;
	line-height:24px;
}
.recruitment-each p span{
	color:#f00;	
	font-weight:600;
	
}
.recruitment-btn {
    text-align: center;
	margin-bottom:30px;
	margin-top:30px;
}
.recruitment-each a{
	background:#fff;
	border:1px solid #f00;	
	padding:10px 20px;
	color:#000;
}
.recruitment-each a:hover{
	background:#f00;
	color:#fff;
	border:	1px solid #f00;
	text-decoration:none;
}
.single-block {
	padding: 0 0 15px 0;
	margin: 30px 0 25px 0;
	border-bottom: 1px dotted #0c3858;
	background: #efefef;
	border-top: 2px solid #0C3858;
}
.single-block:last-child{ border-bottom:none;}
.single-block h4 {
	color: #000;
	text-align: left;
	font-size: 25px;
	padding: 10px 20px;
	font-weight: bold;
}
.single-block p {
	color: #504E4E;
	text-align: left;
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 14px;
}
.single-block p span {
	color: #0c3858;
	font-size: 14px;
}
.right-part input[type="text"], .right-part input[type="email"], .right-part input[type="tel"] {
	border: none;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px;
	height: 40px;
	background: none;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 13px;
}
.right-part h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 15px 0;
	color: #2F2D2D;
}
.right-part input[type="submit"] {
	border: none;
	background: #CE9045;
	color: #fff;
	width: 150px;
	padding: 10px 0;
	margin: 15px 0 0 0;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid transparent;
}
.right-part input[type="submit"]:hover{ border:1px solid #000; background:none; color:#000;}
.right-part {
	background: #f2f2f2;
	margin: 30px 0px;
	padding: 20px;
	border: 3px solid #0c3858;
}
.right-part h2 {
	text-align: center;
	text-transform: uppercase;
	color: #0c3858;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: rgb(231, 137, 26,0.8);
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
	height: 235px;
	object-fit: cover;
}
.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);

}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);

}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.hovereffect .overlay h5{
	color:#f2f2f2;
	text-align:left;
	font-size:18px;
		
}
.hovereffect .overlay p{
	color:#fff;
	text-align:left;	
}
.overlay-text {
	margin: 50% 0 0 15%;
}
.hovereffect .overlay i {
	font-size: 22px;
	color: #000;
	background: rgba(255,255,255,0.5);
	padding: 16px;
	border-radius: 50%;
	margin: 28%;
}
.overlay i::after {
	position: absolute;
	content: '';
	border: 1px solid #fff;
	width: 88%;
	height: 82%;
	top: 10px;
	left: 0;
	right: 0;
	margin: 13px auto;
}
.gallery-each{
	padding: 0 !important;
}
.prod-detail {
	padding: 30px 0;
}
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/*.about-content{
	padding: 11% 0 0 0;
}*/
