@charset "utf-8";
/* CSS Document */
/*

Theme Name: Yellow Construction Version: 1.1
Theme URI: http://www.asifameer.com/
Author: ideartistic
Author URI: http://themeforest.net/user/ideartistic
Description: ThemeForest Corporate HTML Theme
Tags: carousel, animation, caption, title

*/


/* TABLE OF CONTENTS

/* 01. CSSMENU :: START
-------------------------------------------------- */
	/* 1.1 Main Navigation */
	/* 1.2 Main Navigation ul li */
	/* 1.3 Menu Line */
/* 02. RESPONSIVE CSS  480px to 767px
-------------------------------------------------- */



/* ::: TABLE CONTENTS STARTS HERE ::: */
/* 01. CSSMENU :: START
-------------------------------------------------- */
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	line-height: 1;
	z-index: 9999;
	font-weight:400;
}
/* 1.3 Menu Line */
#menu-line {
	position: absolute;
	top: 0px;
	left: 0;
	height: 54px;
	/*background: #006dff;*/
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
/* 1.1 Main Navigation */
#cssmenu > ul > li > a {
	padding: 20px 15px 20px 15px;	
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	    border-right: 1px solid #1b457d;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e2949+0,004ef7+100 */
background: #0e2949; /* Old browsers */
background: -moz-linear-gradient(top,  #0e2949 0%, #004ef7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0e2949 0%,#004ef7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0e2949 0%,#004ef7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2949', endColorstr='#004ef7',GradientType=0 ); /* IE6-9 */

 }

/*#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #FFF;	
	background: -moz-linear-gradient(top, rgba(30,30,30,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,30,30,0.65)), color-stop(100%, rgba(0,0,0,0))); 
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -o-linear-gradient(top, rgba(30,30,30,0.65) 0%, rgba(0,0,0,0) 100%); 
	background: -ms-linear-gradient(top, rgba(30,30,30,0.65) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(30,30,30,0.65) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a61e1e1e', endColorstr='#00000000', GradientType=0 ); 
background:#006dff;
}*/
#cssmenu > ul > li.has-sub > a {
	padding-right: 15px;
}
#cssmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 24px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 0px solid #feb900;
	border-right: 0px solid #feb900;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
	border-color: #fff;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
	opacity: 0.1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#cssmenu ul li:hover > ul > li {
	height: 52px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
/* 1.2 Main Navigation ul li */
#cssmenu ul ul li a {
	padding: 20px 20px;
	width: 200px;
	font-size: 12px;
	background: #f2f2f2;
	text-decoration: none;
	color: #000;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	border: 1px solid #CCC;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #183c6c;
	background: #fff;
}
#cssmenu ul ul li.has-sub > a::after {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #feb900;
	border-right: 1px solid #feb900;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #feb900;
	border-left: 1px solid #feb900;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color: #feb900;
}
/* 02. RESPONSIVE CSS  480px to 767px
-------------------------------------------------- */
 @media screen and (min-width: 320px) and (max-width: 767px) {
#cssmenu {
	width: 100%;
}
#cssmenu ul {
	width: 100%;
	display: none;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
	text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(112, 172, 232, 0.15);
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
	float: none;
	display: block;
}
#cssmenu ul ul li a {
	padding: 20px 20px 20px 30px;
	font-size: 12px;
	color: #000;
	background: #feb900;
	border: none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #feb900;
	background: #000;
}
#cssmenu ul ul ul li a {
	padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	right: auto;
	width: 100%;
	margin: 0;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
	display: none;
}
#menu-line {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	padding: 20px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}
#cssmenu #menu-button::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 15px;
	height: 2px;
	background: #ffffff;
}
#cssmenu #menu-button::before {
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	display: block;
	width: 15px;
	height: 3px;
	border-bottom: 2px solid #feb900;
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(112, 172, 232, 0.15);
	height: 52px;
	width: 52px;
	cursor: pointer;
}
#cssmenu .submenu-button::after {
	content: '';
	position: absolute;
	top: 21px;
	left: 26px;
	display: block;
	width: 1px;
	height: 11px;
	background: #ffffff;
	z-index: 99;
}
#cssmenu .submenu-button::before {
	content: '';
	position: absolute;
	left: 21px;
	top: 26px;
	display: block;
	width: 11px;
	height: 1px;
	background: #ffffff;
	z-index: 99;
}
#cssmenu .submenu-button.submenu-opened:after {
	display: none;
}
}
