@charset "utf-8";
/* CSS Document */
body{margin:0;
	padding:0;
	font-size:14px;
	font-family: 'roboto_slabregular';
	background:url(../images/bg.png);
	border-top:7px solid #05ace3;
}

.row{
	width:100%;
	display:table;
}
.header,.navigation,.slider,.container,.footer{
	width:1110px;
	margin:0 auto;
}
/*===================color===================*/
.gray{background:#f5f5f5;}
.black{background:#000;}
.white{ background:#fff;}
.sty_blue{background:#05ace3;}
/*==============================================*/
.border_bottom_1{border-bottom:1px solid#ccc;}

h2{font-size:24px;
	font-family:'fjalla_oneregular';
	color:#fff;
	letter-spacing:2px;
	font-weight:normal;
}

h3{font-size:20px;
	font-family:'fjalla_oneregular';
	color:#333;
	margin:0;
	padding:10px;
	border-radius:10px 10px 0 0;
	letter-spacing:1px;
	font-weight:normal;
	background:#eeeeee;
	-webkit-box-shadow:inset 0 -1px 10px 1px #C2C2C2;
	box-shadow:inset 0 -1px 10px 1px #C2C2C2;
}
/*==============================================*/
.logo{width:720px;
	float:left;
	padding:10px 0;
}

.header_right{
	width:380px;
	float:right;
	padding:10px 0;
}
.header_right>div{
	width:100%;
	float:right;
	overflow:hidden;
	}
.clear{clear:both;
	height:1px;
	font-size:1px;
	}
#Social_Networking{margin:20px auto 5px; float: right; list-style:none; padding:0px 0; text-align:center; }
#Social_Networking li { float: left; position: relative; margin-left:3px;
	color: #333; 
	line-height:20px;
	width:auto;
	text-align:center;
	height:20px;
	padding:1px;
	border-radius:20px;
	list-style:none;
	
	}
#Social_Networking li>a {  
	/*border-right: 1px solid #ccc; */
	text-align:center;
	color: #333; 
	text-decoration: none; 
	font-size: 36px;
	font-family: 'socialicoregular';
	 }
#Social_Networking>li:hover a { color:#00aeef;}

#Social_Networking li:first-child{
	font-family:'roboto_slabregular';
	float:left;
	padding-right:10px;
	}
	
.menuN{
	width:auto;
	float:right;
	list-style:none;
	margin:0 -10px 0 0;
	padding:10px 0 0;
	overflow:hidden;
	}
.menuN li{
	width:auto;
	float:left;
	}
.menuN li span{
	padding:0 10px;
	float:left;
	font-family: 'fjalla_oneregular';
	font-size:18px;
	line-stacking:1px;
	}
.menuN li a{
	color:#333;
	display:block;
	text-decoration:none;
	padding:0 10px;
	border-right:1px solid #ccc;
	}
	
.menuN li a:last-child{
	color:#333;
	display:block;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}
.menuN li a:hover{
	color:#ce0101;
	}


	
/*======================navgation========================*/
#navgiation { margin:0px 0 0; width:100%; padding:10px 0; float:left; list-style:none; }
#navgiation>li { float: left; position: relative; margin-left:1px; }
#navgiation>li img{width:30px;position:relative; margin-top:0px; margin-bottom:-8px;
	}
#navgiation>li>a { padding:12px 12px ; 
	text-align:center;
	color: #fff; 
	text-decoration:none; 
	text-transform:uppercase;
	font-size: 16px;
	letter-spacing:1px;
	font-family: 'fjalla_oneregular';
	font-weight:normal;
	line-height:22px;
	 }
#navgiation>li:hover>a { color:#333;
	min-height:22px;
	background: #fff;

 }
#navgiation>li:last-child>a { border-right: none; padding-right: 15px; }
#navgiation>li:hover>ul { display: block; width:200px; top:32px; padding: 10px; z-index:999; list-style:none;
	background: #fff; border-left:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;
}
#navgiation ul { display: none; position: absolute; top:22px;  }
#navgiation ul a{ color: #333; text-decoration: none; display: block; font-size: 13px; font-family: 'roboto_slabregular';  padding: 4px 5px; border-bottom: 1px solid #ccc;
 }
#navgiation ul li:last-child>a {border:none; margin-bottom:-5px; }
#navgiation ul a:hover { 
	color:#ce0101;
	background: #fff;
 } 
.active{ background: #fff; /* Old browsers */
	color:#333;
 }
/*======================navgation========================*/
/*======================slider========================*/
.slider-column{
	width:825px;
	float:left;
	padding-right:15px;
	padding:10px 0
	}

.slider-right{
	width:268px;
	float:left;
	color:#fff;
	background:#009fc4;
	text-align:center;
	margin:10px 0 10px 15px;
	border:1px solid #ccc;
	}
.slider-right h2{
	padding:0;
	margin:0;
	}

.slider-right{
	width:268px;
	float:left;
	border:1px solid #ccc;
	padding-top:10px;
	}
.slider-right  ul{
    width: 238px;
	float:left;
	margin:0;
	padding:0px 15px 10px;
	list-style:none;
}
.slider-right  ul li{
    width:208px;
	padding:5px 0px;
	float:left;


}
.slider-right ul li input[type="text"]{
    width:208px;
	padding:5px;
	float:left;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	
}
.slider-right ul li select{
    width:218px;
	padding:5px;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.slider-right ul li textarea{
    width:208px;
	padding:5px;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.slider-right  ul li input[type="button"]{
background:#3ebaeb;
padding:6px 30px;
float:right;
margin-bottom:5px;
border:1px solid #39F;
font-size:16px;
color:#fff;
cursor:pointer;
border-radius:5px;
}


.marquee{ float:left;
	width:900px;
	padding:20px 0;}

























/*====================================================*/
.news{width:auto;
	float:left;
	margin:20px;
	font-size:18px;
	font-family:'fjalla_oneregular';
	color:#333;
	text-align:center;
	font-weight:normal
}
/*======================================================*/
.content{width:1110px;
	float:left;
	margin-bottom:25px;
	}
.content>div{width:255px;
	float:left;
	position:relative;
	padding-bottom:25px;
	background:url(../images/all_bg.png) no-repeat bottom center;
	margin:15px 15px 0 15px
	}
.content>div:last-child{width:255px;
	float:left;
	padding-bottom:25px;
	background:url(../images/all_bg.png) no-repeat bottom center;
	margin-right:-0px;
	}
.content>div:first-child{width:255px;
	float:left;
	margin-left:-0px;
	padding-bottom:25px;
	background:url(../images/all_bg.png) no-repeat bottom center;
	}
.content>div ul{width:255px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	min-height:400px;
	max-height:420px;
	background: #f7f7f7;
	border:1px solid #ccc;
	overflow:hidden;
	}
.content>div ul li{
	float:left;
	width:225px;
	text-align:center;
	font-family: 'roboto_slabregular';
	font-size:14px;
	color:#333;
	padding:0px 15px;
	}
.content>div ul li img{
	margin-top:10px;
	border:1px solid #ccc;
	}
.content>div ul li h3{
	width:100%;
	float:left;
	font-size:18px;
	font-family:'fjalla_oneregular';
	color:#333;
	text-align:center;
	font-weight:normal;
}
.more{width:100px;
	margin:10px auto;
	padding-left:40px;
	height:26px;
	line-height:26px;
	width:60px;
	background:url(../images/bullet_more.png) no-repeat left #38b6e8;
	text-align:left;
	border-radius:5px;
}
.more a{text-decoration:none;
	color:#fff;
}
.more:hover{width:60px;
	background:url(../images/bullet_more.png) no-repeat left #333;
	padding-left:40px;
	height:26px;
	text-align:left;
}

.left-column{
	width:825px;
	float:left;
	background:#f2f2f2;
	padding-right:15px;
	margin-top:35px;
	}
.right-column{
	width:268px;
	float:left;
	background:#f2f2f2;
	border:1px solid #ccc;
	margin-top:35px;
	}	
.bg_blue{
	width:1110px;
	background:#009fc4;
	float:left;
	}
	
/*======================================================*/
.content1{width:1110px;
	float:left;
	}
.content1>div{width:540px;
	float:left;
	position:relative;
	margin:15px 15px 0 15px
	}
.content1>div:last-child{width:255px;
	float:left;
	margin-right:-0px;
	}
.content1>div:first-child{width:255px;
	float:left;
	margin-left:-0px;
	}

	
/*========================================================*/
.footer_top{border-top:5px solid #575757;}
.footer>div{
	width:277px;
	float:left;
	color:#fff;
	padding:0 ;
	}
.footer>span{
	width:500px;
	float:left;
	color:#00b6dc;
	padding:10px 0px;
	}
.footer>span a{ 
	color:#00b6dc;
	text-decoration:none;
	}
.footer>span a:hover{ 
	color:#333;
	text-decoration:none;
	}
.footer>span:last-child{
	width:550px;
	float:right;
	text-align:right;
	}
.footer>div h2{
	font-size:16px;
  	font-family: 'roboto_slabregular';
	letter-spacing:1px;
	padding:15px 0;
	text-transform:uppercase;
}
.footer>div:last-child{
	width:260px;
	float:right;
	text-align:right;
	}
.footer>div ul{
	width:auto;
	list-style:url(../images/bullet_footer.png);
	float:left;
	margin:0 10px;
	padding:0 0 15px;
	}
.footer>div ul li{ 
	padding:3px 0;
	}
.footer>div ul li a{ 
	color:#fff;
	display:block;
	text-decoration:none;
	}
.footer>div ul li a:hover{ 
	color:#333;
	}

.footer a{ 
	color:#fff;
	text-decoration:none;
	}
.footer a:hover{ 
	color:#333;	
	}
.link{text-align:center; color:#333; 
	line-height:40px;
	}
.link a{ 
	color:#333;
	text-decoration:none;
	}
.link a:hover{ 
	color:#000;	
	}

#Social_Networking_footer{margin:0px auto 5px; float: left; width:100%; list-style:none; padding:0px 0; text-align:center; }
#Social_Networking_footer li { 
	position: relative; 
	margin-left:3px;
	color: #fff; 
	height:20px;
	text-align:left;
	padding:5px 0px;
	list-style:none;
	
	}
#Social_Networking_footer li>a {  
	/*border-right: 1px solid #ccc; */
	text-align:left;
	color: #fff; 
	text-decoration: none; 
	font-size: 36px;
	font-family: 'socialicoregular';
	 }
#Social_Networking_footer>li:hover a { color:#000;}


#Social_Networking_footer span{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	padding:0 0 0 10px;
	vertical-align:text-top;
	line-height:22px;
	}













	
	
/*====================================================*/
.datail{
	width:825px;
	float:left;
	padding-left:15px;
	}
.datail>div{
	width:825px;
	float:left;
	margin-top:15px;
	}
/*.datail>div>div{
	width:825px;
	float:left;
	}*/
	
	
	
	
	
	
	
	
	
	
	
	
	
.sitebar{
	width:270px;
	float:left;
	}
.sitebar>div{
	width:270px;
	float:left;
	padding-top:10px;
	margin-bottom:10px;
	background:#f2f2f2;
	}
.menu_sitebar{
	width:253px;
	float:left;
	background:#f2f2f2;
	border:1px solid #ccc;
	margin-top:15px;
	}
.sitebar_menu{
	width:230px;
	float:left;
	margin:0;
	padding:10px;
	list-style:none;
	}
.sitebar_menu li{
	width:230px;
	float:left;
	border-bottom:1px solid #ccc;
	}
.sitebar_menu li a{
	width:218px;
	background:#f2f2f2;
	float:left;
	color:#333;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	}
.sitebar_menu li a:hover{
	width:218px;
	background: #333;
	float:left;
	color:#fff;
	padding:5px 10px 5px 10px;
	}
.sitebar_menu li:last-child{
	border-bottom:none;
	}
.sitebar>div{
	float:left;
	width:255px;
	}
.margin_left{margin:0 15px;
}
.floatL{float:left; margin-left:15px;}
.form{
	width:255px;
	float:left;
	background:#f2f2f2;
	border:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
	}
.form ul{
    width: 238px;
	float:left;
	margin:0;
	padding:0px 15px 10px;
	list-style:none;
}
.form ul li{
    width:208px;
	padding:5px 0px;
	float:left;


}
.form ul li input[type="text"]{
    width:208px;
	padding:5px;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	
}
.form ul li select{
    width:218px;
	padding:5px;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.form ul li textarea{
    width:208px;
	padding:5px;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.form ul li input[type="button"]{
background:#3ebaeb;
padding:6px 30px;
float:right;
margin-bottom:5px;
border:1px solid #39F;
font-size:16px;
color:#fff;
cursor:pointer;
border-radius:5px;
}


.marquee{ float:left;
	width:900px;
	padding:20px 0;}

/*======================20-02-2016========================*/
.datail>div>div{
	width:825px;
	float:left;
	padding:0;
	margin-top:15px;
	border:1px solid #ccc;
	-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	}
h4{font-size:18px;
	font-family:'fjalla_oneregular';
	color:#333;
	margin:8px 0 0;
	letter-spacing:2px;
	font-weight:normal;
}
.datail>div>div p{ margin:0; padding:10px;}
.text{ width:auto; font-size:14px; margin:0; padding:10px;}
.img{width:140px;
	height:170px;
	float:left;
	margin:0 15px 0 0;
}
.img img{width:140px;
	height:170px;
	float:left;
	
}

.img1{width:250px;
	height:300px;
	float:left;
	margin:0 15px 0 0;
}
.img1 img{width:250px;
	height:300px;
	float:left;
	
}


.floatL_m_none{float:left; margin:0;}
.floatL_m_none hover{float:left; margin:0;}
.advisory{
	width:240px;
	float:left;
	margin:0;
	padding:10px;
	list-style:none;
	}
.advisory li{
	width:230px;
	float:left;
	border-bottom:1px solid #ccc;
	}
.advisory li >div{
	width:160px;
	float:left;
	padding:10px 0;
	}
.advisory li img{
	width:60px;
	height:60px;
	float:left;
	padding:5px 0px;
	margin-right:10px;
	}
.advisory li h3{font-size:18px;}

.box_area{
	width:412.5px;
	float:left;
	}
.box_area>div{

	padding-right:15px;	
	text-align:justify;
	}
.box_area>div h4{
	color:#333;
	}