/* Theme Css*/
/* Yousif 2019/04/14*/


/*
S1.0 NavBar edit
S2.0 Cover Image
	S2.1 Cover Image text edit + also have the media section 
	S2.2 Logo over the img 
S3.0 Image Section 



*/


/*S1.0 NavBar */
.IraqNav
{
	background-color: #333;
}
.NavImg 
{
	text-align: center;
}

.NavImg img
{
	height: 10%;
	width: 30%;
}


/* S2.0 target the entier section so both the text and image can be in the same section */
.textSection
{
	margin-bottom: 20px;
}
.textSection h2
{
	margin-top: 10px;
	font-family: "Varela Round";
	color: #333;
	margin-bottom: 11px;
	font-weight: 600;
	text-align: center;

}



.CoverImage
{
	position: relative;
	text-align: center;
	color: white;

}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*S2.1 Image text edit*/
@media (min-width: 1200px)
{ 
	.CoverImage h1
	{
		font-family: "Varela Round";
		color: white;
		font-size: 55px; 
		margin-bottom: 11px; 
		font-weight: 600;
	}
	.IraqNav
	{
		display: none;
	}
}
@media (max-width: 1199.98px)
{ 
	.IraqNav
	{
		display: none;
	}
	.iraqFooter img
{

	height: 10%;
	width: 30%;

}

}


/*on small mobile change the display setting */
@media (max-width: 575.98px) 
{
	.IraqNav
	{
		display:block !important;
	}

	#iraqjobs
	{
		display: none;
	}
	.iraqFooter img
{

	height: 10%;
	width: 30%;

}

}

.CoverImage h1
{
	font-family: "Varela Round";
	color: white;
	margin-bottom: 11px; 
	font-weight: 600;
}

/*S2.2 Logo over the img */
#iraqjobs
{
	position: absolute;
	top: 8px;
	left: 16px;
}
/*S3.0 Image eidt*/
.img-text
{
	position: relative;
	text-align: center;
	color: white;
}
.centered-imgText {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.rightImg
{
	padding-right: 0px;
}
.leftImg
{
	padding-right: 0px;
	padding-left: 0px;
}
/* S4.0 Contact us*/
.Contactus
{
	direction: rtl;
	text-align: right;
}
/*Target the hints*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required 
{
	text-align: right;
}
/* Target the send btn*/
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required
{
	direction: rtl;
}
/*Target the btn*/
.send
{
	text-align: center;
}
/* S5.0*/
.iraqFooter
{
	text-align: center;
	margin-top: 10px;
	background-color: #333;
}
.iraqFooter i
{
	margin-top: 10px;
	color: blue;
	font-size: 40px;
	margin-left: 2px;
}