@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Roboto);
*{margin:0;padding:0}
body{font-family:Sans-Serif, Arial !important; transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;}
body, html{height:100%;}
img{max-width:100%}
a{text-decoration:none}
a:hover{text-decoration:underline}
h1, h2, h3, h4, h5, h6{font-weight:normal;margin-top:10px;margin-bottom:10px}
p{line-height: 150%;margin-bottom: 1em;}
.container_full {width: 100%; height: auto;}
.container {width:960px; margin:0 auto; display:block }
.fix{overflow:hidden;}
.aligncenter{display:block;margin:0 auto;}
.floatleft{float:left}
.floatright{float:right}
/*---------------------------*/
.under_header{background:url(images/ahasunmonjil.jpg) no-repeat;background-size:1123px 285px;height:285px;}
.menu2{height:45px;
background:url(images/menu_bg.png) repeat;
margin-top: 240px;
width: 960px;}
.menu2 ul{}
.menu2 ul li{list-style:none;float:left}
.menu2 ul li a{text-decoration:none;padding:9px 15px;display:block;color:orange;font-family: 'Oswald', sans-serif;font-size:17px;
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;

}
.menu2 ul li a:hover{color:#fff; border-top:4px solid blue;}
.undrmnu_srch{padding-top:0; position:relative; margin-bottom:30px;margin-top:12px;margin-right:8px;}
.undrmnu_srch input{ width:300px; height:30px; border:1px solid #ababab; border-radius:5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:0 10px; background:#fff; font:normal 14px Arial, Helvetica, sans-serif; color:#1F5A9D; margin-top:-10px;}
.undrmnu_srch input[type="submit"] { width:27px; height:27px; cursor:pointer; text-indent:-999999px; border:none;  background:url(images/srchIcon.png) no-repeat; position:absolute; right:4px; top:10px; background-size: 20px 20px;}
.menu{min-height:50px;background:#000;}
.menu ul{}
.menu ul li{list-style:none;float:left}
.menu ul li a{text-decoration:none;padding:11px 15px;display:block;color:#afaaaa;font-family: 'Oswald', sans-serif;font-size:17px;
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;

}
.menu ul li a:hover{color:#fff}
.content_wrapper{}
.left_content,.right_content{width:200px;background:#F5F6E6;}
.left_content p,.right_content p{margin-bottom:5px;margin-left:12px;}
.left_content ul,.right_content ul{padding:16px}
.left_content ul li,.right_content ul li{list-style-type:circle}
.left_content ul li a,.right_content ul li a{text-decoration:none;color:#6D5EE4;
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;
line-height:2px;
}
.left_content ul li a:hover,.right_content ul li a:hover{color:#1FA363}







.left_content h2, .right_content h2{background: green;
color: white;
padding: 5px;
font-size: 25px;}
.middle_content{width: 540px;
background: #f7ebeb;
padding: 10px;}
.middle_content h2{
	
/*--border-bottom: 2px solid orange;--*/
background: url(images/menu.png) no-repeat #ddd;
background-size:20px 20px;
padding:2px 2px 2px 30px;
background-position:7px 7px;
margin: 10px -10px 10px -10px;
	
}

/*--Self impliment--*/

#social_area{
	list-style-type:none;
	padding:10px;
	position:fixed;
	right:0;
	top:30%;
	background:#ddd;
	border-radius:25px 0 0 25px;

}
#social_area li{
	float:none;
	
}
#social_area li img{
	width:64px;
	height:64px;
}

/*--Dropwown menu--*/

.menu ul{
	background-color:#fff;
	list-style-type:none;
	z-index:999;
}
.menu ul li{
	float:left;
	border-right:1px solid red;
}
.menu ul li:last-child{
	border:none
}
.menu ul li a{
	text-decoration:none;
	color:red;
	display:block;
	padding:15px 20px;
	font-family:arial;
	-webkit-Transition:0.4s all ease;
	-moz-Transition:0.4s all ease;
	Transition:0.4s all ease;
}
.menu ul li a:hover{
	color:#fff;
	background:#008000; 
/*--border-bottom:2px solid #fff;--*/	
}

	
	
.menu ul li{
	position:relative;
}

.menu ul li ul{
	position:absolute;left:-99999px;
	background:black;
}
.menu ul li:hover ul{
	left:0;
}
.menu ul li ul li:first-child{
	border-top:2px solid red;
}
.menu ul li ul li{
	float:none;
	border-right:none;
	border-bottom:1px solid red;
	width:200px;
}
/*--Sub dropdwown menu--*/


.menu ul li ul li{
	position:relative;
}

.menu ul li ul li ul{
	position:absolute;
	top:-99999px;
}

.menu ul li ul li:hover ul{
	top:-2px;
	left:200px;
}
.menu ul li ul li ul li{
	border-left:1px solid red; 
}
.menu ul li ul li ul li:last-child{
	border-left:1px solid #6B710E; 
}

.menu ul li ul li ul li:first-child{
	border-top:2px solid red;
}

.content_wrapper p{font-family: 'Roboto', sans-serif;}
.content_wrapper a{font-family: 'Roboto', sans-serif;}
.content_wrapper h2{font-family: 'Oswald', sans-serif;}

.content_wrapper h3{font-family: 'Oswald', sans-serif;
		background:orange; 
		width: 200px;
        height: 47px;
        font-size: 25px;
		padding-left:30px;
}

.content_wrapper input{width:170px;height:20px;border-radius:5px;margin-left:5px;}
.content_wrapper input[type="submit"]{
	    width: 86px;
    height: 30px;
    color: blue;
    background: aqua;
    margin-left: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.menu{
	position:fixed;
	width:960px;
}	
	

.middle_content blockquote{
	
/*--border-bottom: 2px solid orange;--*/
background: url(images/quote.png) no-repeat #ddd;
background-size:41px 55px;
padding:25px 0px 15px 47px;
background-position:5px 10px;
margin-left:50px;
margin-bottom:15px;
border-left:4px solid green;
font-weight:bold;

}





.footer_part{background:#312F30;padding-bottom:25px;}
.footer_part h2{color:#fff;font-family: 'Oswald', sans-serif;padding-left:5px;border-bottom:2px solid #dff3e1}
.footer_part ul{margin-left:5px;}
.footer_part ul li{margin-top:2px;margin-bottom:2px;list-style:none}
.footer_part a{color:#fff;text-decoration:none;}
.footer_part a:hover{color:orange;}
.footer_left{width:300px;margin-right:15px;}
.footer_middle{width:300px;margin-right:15px;}
.footer_right{width:315px}
.footer_right ul li{float:left;}
.footer_right ul li img{width: 40px;
height: 40px;
padding: 2px 10px;}
.copysec{background:orange;padding:5px;text-align:center}





