﻿/* Mirror Maze in Iraq CSS Codes */
/* Written by Tera Target Company */
@import url('https://fonts.googleapis.com/css?family=Amiri:400,700|Kameron:400,700|Kreon:300,400,700|Lateef');
body {
	margin: 0;
	padding: 0;
	font-family: Kreon, Arial;
	font-weight: 400;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	/* Default Style for Headers */
	margin: 0;
	padding: 0;
}
ul, ol, li {
	/* Default Style for un ordered and ordered list */
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix {
	/* Clear both the top an bottom of a section */
	clear: both;
}
a {
	/* Adding transition to ALL LINKS */
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	text-decoration: none;
}
.header {
	width: 100%;
	float: left;
	position: relative;
}
.languagebar {
	width: 100%;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.Languagelist {
	width: 100%;
	float: right;
	position: relative;
	top: 0;
	right: 0; /* background: rgba(0,0,0,0.2);  Adding a transparent background */;
	padding: 16px 3%;
	box-sizing: border-box;
	z-index: 20;
	text-align: right;
}
/* Sidebar Menu css starts here */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	background-color: #006094;
	overflow-x: hidden;
	transition: .5s;
	padding-top: 60px;
	text-align: center;
	box-sizing: border-box;
}
.sidenav a {
	text-decoration: none;
	color: #fff;
	display: block;
	transition: .3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 5%;
	left: 0%;
	font-size: 20px;
	width: 132px;
	font-size: 16px;
}
.sidenav .closebtn:hover {
	color: #f68c5c;
}
.sidenav .closebtn span {
	font-size: 28px;
	text-transform: uppercase;
	position: absolute;
	top: -5px;
	left: 122px;
}
/* Sidebar Menu css ends here */
.Themaze_Parent {
	width: 100%;
	float: right;
	position: relative;
	top: 0;
	right: 0; /* background: rgba(255,255,255,0.1);  Adding a transparent background */;
	padding: 0 3%;
	box-sizing: border-box;
	z-index: 0;
	text-align: right;
}
.themazemenu {
	width: 624px;
	padding: 0;
	display: block;
	box-sizing: border-box;
	float: right;
}
.themazemenu ul {
	width: 100%;
	margin: 0 auto;
}
.themazemenu ul li {
	width: auto;
	float: left;
	color: #535353;
	box-sizing: border-box;
	padding: 8px 0 12px 18px;
	display: inline-block;
}
.themazemenu ul li a {
	font-family: 'Kameron' ,Arial;
	font-weight: 700;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
}
.themazemenu ul li a:hover {
	color: #ee2564;
}
.active {
	color: #ee2564 !important;
}
.The_Maze_Logo {
	width: auto;
	float: left;
	position: absolute;
	top: 0;
	/*background: rgba(255,255,255,0.9);
	border-bottom: 2px solid #ef4a64;*/
	border-top: 0;
	text-align: center;
	padding: 25px;
	box-sizing: border-box;
	z-index: 19;
	margin-left: 3%;
}
.The_Maze_Logo img {
	margin-top: 0;
	height: auto;
	max-height: 60px;
	width: 115%;
	float: left;
}
.pie_menu {
	width: auto;
	height: 22px;
	cursor: pointer;
	z-index: 100;
}
.pie_menustyle {
	font-size: 16px;
	font-family: Roboto;
	font-weight: 700;
	cursor: pointer;
	color: #1c274d;
	margin-right: 0px;
	float: right;
	margin-left: 0px;
	text-transform: uppercase;
	padding-top: 4px;
}
.pie_content {
	width: 100%;
	padding: 8% 5% 20px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.pie_content ul {
	width: 96%;
	margin: 0 auto;
}
.pie_content ul li {
	width: 100%;
	float: left;
	color: #535353;
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
	border-bottom: 1px solid #1772a4;
	text-align: left;
	padding: 10px 0 10px 32px;
	background-image: url('Pie_Menu_Icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 18px;
}
.pie_content a {
	font-family: Kameron ,Arial;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.pie_content a:hover {
	color: #f68c5c;
}
.pie_content ul li:last-child {
	border-bottom: 0;
}
.pie_content ul li:last-child img {
	max-width: 100%;
}
.white {
	width: auto;
	height: 35px;
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.Kurdi {
	width: 88px;
	height: 29px;
	float: right;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	background-image: url('Kurdistan_Flag.png');
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #393939;
	margin-right: 18px;
}
.Kurdi a {
	font-family: 'Amiri' ,Arial;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
.Kurdi a:hover {
	color: #ee2564;
}
.arabi {
	width: 80px;
	height: 29px;
	float: right;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	background-image: url('Iraq_Flag.png');
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #393939;
	margin-right: 18px;
}
.arabi a {
	font-family: 'Amiri' ,Arial;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
.arabi a:hover {
	color: #ee2564;
}
.english {
	width: 105px;
	height: 29px;
	float: right;
	box-sizing: border-box;
	padding: 6px 10px 0 0;
	background-image: url('Iraq_Flag.png');
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #393939;
	margin-right: 18px;
}
.english a {
	font-family: 'Kreon' ,Arial;
	font-weight: 700;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
}
.english a:hover {
	color: #ee2564;
}
.The_Head_Sections {
	width: 1400px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.The_Head_Sections ul {
	width: 100%;
	margin: 0 auto;
}
.The_Head_Sections li {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}
.The_Head_Sections li:nth-child(1):hover {
	-webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.The_Head_Sections li:nth-child(1) {
	height:226px;
	background-image:url('../Photos/The_Story.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:466px 175px;
	transition: all 0.4s ease;
}
.The_Head_Sections li:nth-child(1):hover {
	transition: all 0.4s ease;
	-webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.The_Head_Sections li:nth-child(2) {
	height:226px;
	background-image:url('../Photos/The_Maze.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:466px 226px;
	transition: all 0.4s ease;
}
.The_Head_Sections li:nth-child(2):hover {
	transition: all 0.4s ease;
	-webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.The_Head_Sections li:nth-child(3) {
	height:226px;
	background-image:url('../Photos/The_Team.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:467px 175px;
	transition: all 0.4s ease;
}
.The_Head_Sections li:nth-child(3):hover {
	transition: all 0.4s ease;
	-webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.The_Head_Sections li h3 {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20%;
}
.The_Head_Sections li h3 a {
	font-family: Kameron ,Arial;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.The_Head_Sections li h3 a:hover {
	color: #ef3964;
}
.bodycontent {
	width: 100%;
	background: black;
	float: left;
	padding: 25px 0 50px 0;
	background-image: url('arc.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.The_Maze_title {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	background-image: url('The_Maze_title.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Kameron, Arial;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.The_Maze_title_Black {
	color: black !important;
}
.The_Experience {
	width: 1400px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.The_Experience_list {
	width: 100%;
	margin: 0 auto;
}
.The_Experience_list li {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 2% 0;
}
.The_Experience1st {
	overflow: hidden;
	width: 20%;
	height: 350px;
	position: relative;
	float: left;
}
.The_Experience1st img {
	float: right;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border: 0px;
}
.The_Experience1st h1 {
	right: 0;
	top: 10px;
	position: absolute;
	width: auto;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-family: Kameron, Arial;
	font-weight: 700;
	font-size: 16px;
	color: #f8f8f8;
}
.The_Experience1st h1 a {
	font-size: 35px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
	line-height: 40px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}
.The_Experience1st h1 a:hover {
	color: #f0a92e;
}




.The_Experience1st h1 p {
	display: block;
	color:white;
}








.The_Experience2nd {
	width: 56% !important;
	margin: 0 2%;
}
.The_Experience5th {
	overflow: hidden;
	width: 20%;
	height: 350px;
	position: relative;
	float: left;
	margin-left: 2%;
}
.The_Experience5th div:nth-child(1) {
    margin-bottom:25px;
}
.The_Experience5th div:nth-child(2) {
    margin-bottom:0px;
}
.The_Experience5th01 {
	height: 162px !important;
	width: 100% !important;
}
.The_Experiencelast {
	width: 56% !important;
	margin: 0 0 0 2%;
}
.The_Latest {
	overflow: hidden;
	width: 31.3%;
	height: 250px;
	position: relative;
	float: left;
	margin: 1%;
	counter-increment: my-awesome-counter;
	border-radius: 5px;
}
.The_Latest img {
	float: right;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border: 0px;
}
.The_Latest h1 {
	right: 0;
	bottom: 10px;
	position: absolute;
	width: auto;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-family: Kameron, Arial;
	font-weight: 700;
	font-size: 16px;
	color: #f8f8f8;
}
.The_Latest h1 a {
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	display: block;
	font-weight: 400;
	margin-bottom: 0px;
	text-shadow: 2px 1px #000;
}
.The_Latest h1 a:hover {
	color: #f0a92e;
}
.The_Latest::before {
	content: "0" counter(my-awesome-counter);
	font-size: 34px;
	line-height: 1;
	text-align: center;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
	background: #ef4364;
	font-weight: 700;
	padding: 12px;
}
.The_Latest_L {
	overflow: hidden;
	width: 48%;
	height: 380px;
	position: relative;
	float: left;
	margin: 1%;
	counter-increment: my-awesome-counter;
	border-radius: 5px;
}
.The_Latest_L img {
	float: right;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border: 0px;
}
.The_Latest_L h1 {
	right: 0;
	bottom: 10px;
	position: absolute;
	width: auto;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-family: Kameron, Arial;
	font-weight: 700;
	font-size: 16px;
	color: #f8f8f8;
}
.The_Latest_L h1 a {
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	display: block;
	font-weight: 400;
	margin-bottom: 0px;
	text-shadow: 2px 1px #000;
}
.The_Latest_L h1 a:hover {
	color: #f0a92e;
}
.The_Latest_L::before {
	content: "0" counter(my-awesome-counter);
	font-size: 34px;
	line-height: 1;
	text-align: center;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
	background: #ef4364;
	font-weight: 700;
	padding: 12px;
}
.The_story_first {
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 1px;
}
.The_story_first img {
	float: right;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border: 0px;
}
.The_story_first h1 {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-family: Kameron, Arial;
	font-weight: 700;
	font-size: 16px;
	color: #f8f8f8;
	background: #596374;
	padding: 12px 20px;
	float: left;
}
.The_story_first h1 a {
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	display: block;
	font-weight: 400;
	margin-bottom: 0px;
}
.The_story_first h1 a:hover {
	color: #f0a92e;
}
.The_story_List {
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	text-align: left;
	font-family: Kameron, Arial;
	font-weight: 700;
	font-size: 16px;
	color: #57606f;
	background: #a0a9b8;
	float: left;
	margin: 0.5px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.The_story_List a {
	font-size: 18px;
	color: #000000;
	display: block;
	font-weight: 400;
	margin-bottom: 0px;
}
.The_story_List:hover {
	background: #596374;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.Get_Social {
	width: 100%;
	background: #d6d6d6;
	float: left;
	padding: 25px 0 50px 0;
}
.Get_Social_title {
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	background-image: url('The_Maze_title.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Kameron, Arial;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.Newsfeed {
	width: 721px;
	margin: 0 auto;
}
.FACEBOOK {
	width: 340px !important;
	height: 500px;
	border: !important;
	overflow: hidden !important;
	float: left !important;
	margin: 0 10px;
}
.INSTAGRAM {
	float: left;
	background: #FFF;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
	margin: 1px;
	max-width: 360px;
	min-width: 326px;
	padding: 0;
	width: 99.375%;
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
	margin-left: 10px;
}
.Omit_Background {
	background-image: none !important;
	padding: 25px 0 25px 0 !important;
	background: #272727 !important;
}
.The_Latest_Video {
	width: 1024px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.iframestyle {
	width: 100%;
	height: 450px;
	margin: 15px 0 30px 0;
}
.Footer_Style {
	width: 100%;
	background: black;
	float: left;
	padding: 50px 0 5px 0;
	background-image: url('Mirror_Maze_Iraq.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.Footer_Content {
	width: 1400px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.Footer_Logo {
	width: 350px;
	float: left;
}
.Footer_Logo p {
	font-size: 16px;
	color: #383838;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	display: block;
	font-weight: 400;
	margin-bottom: 0px;
}
.Footer_Menu {
	width: 134px;
	padding: 0;
	display: block;
	box-sizing: border-box;
	float: right;
}
.Footer_Menu ul {
	width: 100%;
	margin: 0 auto;
}
.Footer_Menu ul li {
	width: 100%;
	float: left;
	color: #535353;
	box-sizing: border-box;
	padding: 5px 0;
	list-style-image: url('Footer_Menu_icon.png');
}
.Footer_Menu ul li a {
	font-family: 'Kameron' ,Arial;
	font-weight: 700;
	font-size: 15px;
	color: #cfcccc;
	text-transform: uppercase;
}
.Footer_Menu ul li a:hover {
	color: #ee2564;
}
.Social_Icons {
	width: 100%;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.Social_Icons img {
	width: auto;
	height: 28px;
	margin: 0 1px;
}
.Development {
	width: 100%;
	display: block;
	margin: 8px auto;
	box-sizing: border-box;
	border-top: 1px solid #101010;
	text-align: center;
	float: left;
	color: #5a5959;
	padding-top: 8px;
	font-weight: 400;
	font-size: 15px;
}
.Development a {
	color: #ffffff;
	margin-left: 8px;
}
.Development a:hover {
	color: orange;
}
.demo {
	width: 100%;
	float: left;
	position: relative;
}
.demo img {
	width: 100%;
	height: auto;
}
.demo h1 {
	text-align: center;
	font-weight: 400;
	color: #000000;
	margin: 0;
	line-height: 30px;
	font-size: 34px;
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	margin: 0 auto;
	line-height: 38px;
	color: #dedede;
	letter-spacing: 4px;
}
.demo h1 span {
	padding: 3px 0;
	font-size: 28px;
	background: black;
	color: white;
	padding: 3px 10px;
}
.demo {
	width: 100%;
	float: left;
	position: relative;
}
.demo img {
	width: 100%;
	height: auto;
}
.demo h1 {
	text-align: center;
	font-weight: 400;
	color: #000000;
	margin: 0;
	line-height: 30px;
	font-size: 34px;
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	margin: 0 auto;
	line-height: 38px;
	color: #dedede;
	letter-spacing: 4px;
}
.demo h1 span {
	padding: 3px 0;
	font-size: 28px;
	background: black;
	color: white;
	padding: 3px 10px;
}
.dropdownlanguage {
	display: none;
}
.The_Story {
	width: 100%;
	background: #e4e4e4;
;float: left;
	padding: 25px 0 50px 0;
	background-image: url('arc.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.The_1st_Story {
	width: 69%;
	float: left;
	margin: 0 4% 0 0;
}






.The_1st_Story h2 {
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	float: left;
	text-align: left;
	font-family: Kameron, Arial;
	background: #000000;
	padding: 10px 0 10px 15px;
	border-left: 8px solid #ef4364;
	margin-bottom: 10px;
	font-size: 20px;
	box-sizing: border-box;
}




.The_1st_Story h3 {
	width: 100%;
	float: left;
	text-align: left;
	font-family: Kameron, Arial;
	padding: 10px 0 0 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	font-size: 20px;
	box-sizing: border-box;
}


.The_1st_Story h3 span {
	font-weight: 700;
	color: #000000;
	text-align: left;
	font-family: Kameron, Arial;
	border-bottom: 1px solid #ef4364;
	font-size: 20px;
	box-sizing: border-box;
}








.The_1st_Story img {
	width: 100%;
	float: left;
}
.The_1st_Story p {
	font-weight: 400;
	color: #000000;
	width: 100%;
	float: left;
	text-align: left;
	font-family: Kameron, Arial;
	padding: 14px 0;
	line-height: 22px;
	margin: 0;
}
.The_2nd_Story {
	width: 25%;
	float: left;
	margin: 0;
}
.The_2nd_Story h2 {
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	float: left;
	text-align: left;
	font-family: Kameron, Arial;
	background: #ef4364;
	padding: 10px 0 10px 15px;
	border-left: 8px solid #000000;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-size: 20px;
}
.Contact_Form {
	width: 28%;
	float: right;
	margin: 0 0 15px 15px;
	box-sizing: border-box;
}
.Contact_Form input {
	width: 100%;
	float: left;
	margin: 1px 0;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 9px 13px;
	border: 1px solid #e0d7d7;
	background: rgba(255,255,255,0.8);
	font-family: Kameron, Arial;
	color: gray;
	font-size: 15px;
}
.Contact_Form textarea {
	width: 100%;
	min-height: 160px;
	float: left;
	margin: 1px 0;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 9px 13px;
	border: 1px solid #e0d7d7;
	background: rgba(255,255,255,0.8);
	font-family: Kameron, Arial;
	color: gray;
}
.Submit_Style {
	width: 100%;
	float: left;
	margin: 1px 0;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 9px 13px;
	border: 1px solid #e0d7d7;
	background: black !important;
	font-family: Kameron, Arial;
	color: white !important;
	font-size: 15px;
	cursor: :pointer;
}
.Submit_Style:hover {
	background: #ee3464 !important;
}
.Fluid {
	width: 100%;
	float: left;
	margin: 0;
	box-sizing: border-box;
}
.Fluid p {
	font-weight: 400;
	color: #000000;
	width: 70%;
	float: left;
	text-align: left;
	font-family: Kameron, Arial;
	padding: 0 0 24px 0;
	line-height: 22px;
	margin: 0;
	box-sizing: border-box;
}
.embed-container {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
}
.embed-container iframe {
	width: 98%;
	height: 650px;
	margin-left: 0.5%;
}






.googlemap {
	width:100%;
	margin-top:10px;
}




@media screen and (max-width:1450px){
.The_Head_Sections {
	width: 98%;
}
.The_Head_Sections li {
	width: 33.3%;
}
.The_Head_Sections li:nth-child(1) {
    height: 166px;
    background-size: 466px 130px;
}
.The_Head_Sections li:nth-child(2) {
    height: 166px;
    background-size: 466px 166px;
}
.The_Head_Sections li:nth-child(3) {
    height: 166px;
    background-size: 466px 130px;
}
.The_Head_Sections li h3 a {
	font-size: 26px;
}
.The_Head_Sections li h3 {
	margin-top: 22%;
}
.The_Experience {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
.Footer_Content {
	width: 100%;
	padding: 0 5%;
}
}
@media screen and (max-width:1024px){
.themazemenu {
	display: none;
}
.The_Maze_Logo img {
	max-height: 40px;
}
.The_Latest_Video {
	width: 90%;
}
.The_Latest_L {
	height: 300px;
}
.The_Latest {
	height: 210px;
}
.The_1st_Story {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 2%;
	box-sizing: border-box;
}
.The_2nd_Story {
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px 2% 0 2%;
	box-sizing: border-box;
}
.Fluid {
	padding: 2%;
}
.Contact_Form {
	width: 100%;
	float: right;
	margin: 0 0 50px 0;
	box-sizing: border-box;
}
.Fluid p {
	font-weight: 400;
	color: #000000;
	width: 100%;
	float: left;
	text-align: left;
	font-family: Kameron, Arial;
	padding: 0 0 24px 0;
	line-height: 22px;
	margin: 0;
	box-sizing: border-box;
}
.embed-container iframe {
	height: 450px;
}
}
@media screen and (max-width:960px){
.The_Latest {
	width: 48%;
	height: 240px;
}
.The_Latest_L {
	height: auto;
	width: 98%;
}
}
@media screen and (max-width:768px){
.The_Head_Sections li:nth-child(1) {
    height: auto;
    background-image:none;
    background:#03679d;
}
.The_Head_Sections li:nth-child(2) {
    height: auto;
    background-image:none;
    background:#ee1b63;
}
.The_Head_Sections li:nth-child(3) {
    height: auto;
    background-image:none;
    background:#a0a9b8;
}
.The_Head_Sections li:nth-child(1):hover {
	-webkit-transform: scale(1);
            transform: scale(1);
}
.The_Head_Sections li:nth-child(2):hover {
	-webkit-transform: scale(1);
            transform: scale(1);
}
.The_Head_Sections li:nth-child(3):hover {
	-webkit-transform: scale(1);
            transform: scale(1);
}
.The_Head_Sections li h3 {
	margin-top: 0;
	padding: 14px 0 10px 0;
	transition: all 0.4s ease;
}
.The_Head_Sections li h3:hover {
	margin-top: 0;
	padding: 14px 0 10px 0;
	background-image: url('Pie_Menu_Icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	transition: all 0.4s ease;
}
.The_Head_Sections li h3 a {
	font-size: 18px;
	text-transform: none;
}
.The_Head_Sections li h3 a:hover {
	color: black;
}
.demo h1 {
	font-size: 28px;
	top: 50%;
}
.demo h1 span {
	font-size: 22px;
	padding: 3px 10px;
}
.The_Experience1st {
	height: 200px;
}
.The_Experience1st h1 a {
	font-size: 22px;
	line-height: 22px;
}
.The_Experience1st h1 p {
	display: none;
}


.The_Experience5th01 {
	height: 95px !important;
}
.The_Experience5th div:nth-child(1) {
    margin-bottom: 10px;
}
.The_Experience5th {
	height: auto;
}
.The_Latest {
	height: 220px;
}
.The_Latest h1 {
	bottom: 2px;
}
.The_Latest h1 a {
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
}
}







@media screen and (max-width:750px){
.The_Experience1st {
	width: 35%;
}
.The_Experience2nd {
	width: 61% !important;
}
.The_Experience3rd {
	width: 98% !important;
	margin-top: 13px;
}
.The_Experience5th {
	width: 61%;
}
.The_Experiencelast {
	width: 98% !important;
	margin: 14px 0 0 0;
}
.The_Experience {
	margin-right: 0;
	margin-left: 2%;
}
.The_Latest {
	width: 88%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 20px;
}
.The_Latest_L {
	width: 88%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 20px;
}
.Newsfeed {
	width: 98%;
	margin: 0 auto;
}

.FACEBOOK {
	width: 96% !important;
	height: 500px;
	border: !important;
	overflow: hidden !important;
	float: none !important;
	margin: 0 2%;
}

}









@media screen and (max-width:650px){
.dropdownlanguage {
	width: 100px;
	height: 29px;
	float: right;
	margin-right: 10px;
	display: block;
}
.dropdownlanguage select {
	width: 100px;
	height: 25px;
	margin-top: 2px;
}
.Kurdi {
	display: none;
}
.arabi {
	display: none;
}
.english {
	display: none;
}
.The_Maze_Logo img {
	max-height: 35px;
}
.The_Maze_Logo {
	padding: 12px;
}
.Footer_Menu {
	display: none;
}
.Footer_Logo {
	width: 98%;
	float: none;
	text-align: center;
	padding: 0 0 25px 0;
}
}
@media screen and (max-width:490px){
.The_Head_Sections {
	display: none;
}
.demo h1 {
	font-size: 22px;
	line-height: 30px;
}
.demo h1 span {
	font-size: 20px;
}
.Footer_Logo p {
	display: none;
}
.Footer_Logo img {
	height: 45px;
}
.sidenav .closebtn {
	top: 2%;
}
.pie_content {
	padding: 0% 5% 20px;
}
.embed-container iframe {
	height: 350px;
}
}
@media screen and (max-height:450px){
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}
@media screen and (max-width:400px){
.The_Experience {
	margin-right: 2%;
	margin-left: 2%;
}
.The_Experience1st {
	width: 98%;
	height: auto;
}
.The_Experience2nd {
	width: 98% !important;
	margin: 0;
}
.The_Experience5th {
	width: 98%;
	margin-left: 0;
	margin-top: 14px;
}
.The_Experiencelast {
	width: 98% !important;
	margin: 14px 0 0 0;
}
.The_Experience5th01 {
	height: auto !important;
}
.The_Experience1st h1 a {
	font-size: 30px;
	line-height: 30px;
}
.The_Maze_title {
	padding: 30px 0;
	background-size: 70px 70px;
	margin-top: 20px;
}
}
@media screen and (max-width:360px){
.The_Maze_Logo img {
	max-height: 30px;
}
.The_Maze_Logo {
	padding: 8px;
}
.pie_menustyle {
	padding-top: 0px;
}
.dropdownlanguage select {
	margin-top: 0px;
}
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: -8px;
	right: 10px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties */overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #ef3d64;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	color: white;
}
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
	/* the button becomes visible */
  visibility: visible;
	opacity: 1;
}
.cd-top.cd-top--fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
	background-color: #a41535;
	opacity: 1;
}
