/* Slider
http://www.freshdesignweb.com/drop-down-responsive-menu-with-css3-and-jquery.html
*/
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz);
/*===== nav style ======*/
#fdw nav select {
	display:none; /* this is just for the mobile display */
	
}
#fdw nav ul {
	display:block;
	z-index:999999;
	background:#334431;
}
#fdw nav ul li {
	display:inline-block;
	margin-left:65px;
	position:relative;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color:#FFF;
	font:normal 18px 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	color:#e25d29;
	text-decoration:none;
}
#fdw nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current {
	border-bottom:2px solid #e25d29;
}
#fdw nav ul li.current a {
	color:#FFF;
	cursor: default;
}
#fdw nav ul li.current a span {
	
}
#fdw nav ul li.current ul li a {
	cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
	position:absolute;
	top:40px;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ececec;
	border-top:5px solid #e25d29;
	display:none;
	z-index:999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	width: 200px;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-transform:capitalize;
	color:#777;
}
#fdw nav ul li ul.sub_menu li a:hover {
	background:#F00;
	color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color:#039;
	font-weight:bold;
	
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}

section {
    padding: 50px 0;
    overflow: hidden;
}


/*===================== end Header style ======================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
		/* nav */
		#fdw nav ul li{
			margin-left:12px;
		}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	/* nav menu ul & select */
	#fdw nav ul {
		display:none;
	}
	#fdw nav select {
		width:100%;
		display:block;
		margin-bottom:30px;
		cursor:pointer;
		padding:6px;
		background:#808080;
		border:1px solid #e3e3e3;
		color:#FFF;
	}
}

/*===================== Responsive Start Here =======------------------------------------------===============*/


@media (max-width: 575px) 
{
.top_T {
    background: #baf1fa8c;
    font-size: 15px;
    font-weight: bold;
    color: #326B39;
	padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
	}
	
	#about {
    display: flex;
	}
	#Page-details{display: flex;}
	.carousel-feature img{height:300px;width:300px;}
	section {
    padding: 5px 0px;
    overflow: hidden;
	}
	.Courses_Offered {
     padding-left: 0px; 
	}
	.Traning_Contact h2 {
	font-size: 16px;
    text-transform: uppercase;
    width: 50%;
    border-bottom: 2px solid #2f9484;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 25px;
	}	
	.info-box {
	width:100%;
	}
}
@media (max-width: 768px) 
{
 .top_T {
    background: #ADD8E6;
    font-size: 15px;
    font-weight: bold;
    color: #326B39;
	padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
	}
	#about {
    display: flex;
	}
	#Page-details{display: flex;}
	.carousel-feature img{height:300px;width:300px;}
	section {
    padding: 5px 0px;
    overflow: hidden;
	}
	.Traning_Contact h2 {
	font-size: 16px;
    text-transform: uppercase;
    width: 50%;
    border-bottom: 2px solid #2f9484;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 25px;
	}
	.info-box {
	width:100%;
	}
}
	
@media (max-width: 991px) 
{
 .top_T {
    background: #ADD8E6;
    font-size: 15px;
    font-weight: bold;
    color: #326B39;
	padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
	}
	#about {
    display: flex;
	}
	#Page-details{display: flex;}
	.carousel-feature img{height:300px;width:350px;}
	section {
    padding: 5px 0px;
    overflow: hidden;
	}
	.Traning_Contact h2 {
	font-size: 16px;
    text-transform: uppercase;
    width: 50%;
    border-bottom: 2px solid #2f9484;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 25px;
	}
	.info-box {
	width:100%;
	}
}

@media (max-width: 1024px)
{
#about {
    display: flex;
	}
#Page-details{display: flex;}	
}

@media (max-width: 1366px) 
{
 #about {
    display: flex;
	}
#Page-details{display: flex;}
}