*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	padding:0;
	margin:0;
	float:left;
	width:100%;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#333;
	text-align: left;
}

.tran_all{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

/********* top header  *******

.header_box {
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}

.top_left_menu {
	float:left;
}
.top_left_menu ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

.top_left_menu ul li{
	float:left;
	color:#000;
	font-weight:300;
	font-size:14px;
	margin-right:15px;
}

.top_left_menu ul li i{
    margin-right:3px;	
}

.top_right_menu{
	float:right;
}

.top_right_menu ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

.top_right_menu ul li{
	float:left;
	margin-left:15px;
}

@media (min-width: 768px) {
	.header_box {
	  display:block;	
	}
}

/********* logo searh *********/

.logo_content {
	float:left;
	width:100%;
	background-color:#0072cc;
	padding-top:15px;
	padding-bottom:15px;
}

.logo {
	float:left;
}

.logo ul{
	display:table;
}

.logo ul li{
    display:table-cell;
	vertical-align:top;
}

.logo img {
	max-width:90px;
	max-height:80px;
	margin-right:20px;
}

.slagon {
	float:left;
	margin-top:17px;
	padding-left:17px;
	border-left:1px solid #FFF;
}

.slagon a{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}

.slagon a p{
	margin:0px;
	padding:0px;
}

.slagon a p.sla_1{
	color:#FFF;
	font-size:23px;
	font-weight:500;
	text-shadow: 0px 0px 1px #000;
	margin-bottom:5px;
}

.slagon a p.sla_2{
	color:#FFF;
	font-size:16px;
	text-shadow: 0px 0px 1px #000;
}

.slagon a:hover, .slagon a:visited, .slagon a:focus {
	text-decoration:none;
}

.search_lang_box {
	float:right; 
}


.search_box{
	float:right;
	width:100%;
	margin-top:0px;
	display:none;
}

.search_box input.searh_input {
	float:left;
	height:38px;
	width:200px;
	font-weight:300;
	border:none;
	padding-left:15px;
	border-top-left-radius:0.5em;
	border-bottom-left-radius:0.5em;
}

.search_box input:focus{
	outline: none;
}
.search_box input.searh_input:hover{
		width:260px;
}


.search_button{
	float:left;
	height:38px;
	width:50px;
	text-align:center;
	border:none;
	background: rgba(74, 158, 242, 0.9);
	cursor:pointer;
	border-top-right-radius:0.5em;
	border-bottom-right-radius:0.5em;
}

.search_button i {
	float:left;
	width:100%;
	height:100%;
	color:#FFF;
	line-height:38px;
	font-size:18px;
}




.lang{	
	width:100%;
	text-align:right;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}

.lang ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.lang ul li{
    
}


.dats1{
    	display:none;
}


.lang img{
   height:14px;	
   	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	margin-top:-4px;
} 

.lang img:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


@media (min-width: 768px) {

.search_box {
  	display:block;
}

.dats1{
    	display:block;
}

}


/********* main menu *********/
.main_content_menu{
    float:left;
	width:100%;
	height:50px;
	position:relative;
	margin:0px;
}

.main_content_menu .main_menu{
    position:absolute;
    right:0px;
	top:0px;
    width:100%;
	z-index:100;
}


.main_content_menu1{
    float:left;
	width:100%;
	height:50px;
	position:relative;
	margin:0px;
	background-color:#f4f4f4;
}

.main_content_menu1 .main_menu{
    position:absolute;
    right:0px;
	top:0px;
    width:100%;
	z-index:100;
}



.mobile_menu_name{
     float:left;
	 height:50px;
	 line-height:50px;
	 font-size:16px;
	 color:#333;
	 font-weight:300;
	 text-transform:uppercase;
}

@media (min-width: 768px) {

	.main_content_menu .main_menu{
   		float:left;
   		width:100%;
 	}
	
	.main_content_menu1 .main_menu{
   		float:left;
   		width:100%;
 	}
	
}

@media (min-width: 992px) {
	
	.mobile_menu_name{
	   display:none;
	}
   
}

.slider_news{
   float:left;
   width:100%;
}

@media (min-width: 768px) {

}

.zar_content{
	float:left;
	width:100%;
    background-color:#0072cc;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	font-size:16px;
	margin-bottom:20px;
}


.section_header{
	float:left;
	width:100%;
	margin-bottom:15px;
	text-align:center;	
}

.section_header h2{
	color:#333;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	font-family: 'Oswald', sans-serif;
}

.section_header h2 div{
	display:inline;
	position:relative;
}


.section_header div::before{
   position:absolute;
   width:60px;
   height:1px;
   border-top:1px solid #CCC;
   content:"";
   right:100%;
   margin-right:15px;
   top:15px;
}

.section_header div::after{
   position:absolute;
   top:15px;
   margin-left:15px;
   width:60px;
   height:1px;
   border-top:1px solid #CCC;
   content:"";
}


@media (min-width: 768px) {

.section_header{
	margin-bottom:25px;
}


}


.block_header{
	float:left;
	width:100%;
	margin-bottom:15px;
	text-align:center;	
	color:#333;
	font-size:20px;
	text-transform:uppercase;
}



/**** links 1 *********/

.link_bg1 {
	float:left;
	width:100%;
	padding-bottom:40px;
}

.links {
	float:left;
	width:100%;
}

.links ul {
	float:left;
	width:100%;
	list-style:none;
}

.links ul li {
	float:left;
	padding:14px;
}

.links_box{
	float:left;
	width:100%;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	border-radius:2px;
	background-image:url(../../images/bg.jpg);
}

.links_box a{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:10px;
	font-family: 'Oswald', sans-serif;
}

.service_icon1 {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.service_icon1 i{
	font-size:42px;
	text-align:center;
	color:#FFF;

}

.links_box a p{
	float:left;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	height:40px;
	font-size:13px;
	color:#FFF;
	text-transform:uppercase;
}

.links ul li:hover .links_box{
	background-color:#0072cc;	
	 transform: rotateY(360deg);
    transition-duration: 1s;
}

.links ul li:hover i, .links ul li:hover p{
	 color:#FFF;
}

@media (min-width: 768px) {

}


/**** links 1 *********/

.lunks_4{
    
    
}


.lunks_4 {
	float:left;
	width:100%;
	list-style:none;
	margin-top: 90px;
	
}

.lunks_4 li {
	float:left;	
	width:100%;
	margin-bottom: 20px;
}


.lunks_4 a{
	float:left;
	width:100%;
	font-family: 'Oswald', sans-serif;
	padding:10px;
	padding-bottom: 18px;
    padding-top: 18px;
	text-align:center;
    background-color:#0072cc;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	border-radius:2px;
}


.lunks_4 li:nth-child(5) a, .lunks_4 li:nth-child(6) a{
    
        background-color:red
}



.lunks_4 a:hover{
   background-color: #666666; 
}


.lunks_4 li:nth-child(5) a:hover, .lunks_4 li:nth-child(6) a:hover{
    
        background-color:#666666;
}


/******* last_news ******/

.last_news_content{
   float:left;
   width:100%;
   padding-bottom:50px;
}

.last_news{
	float:left;
	width:100%;
}

.last_news ul{
	float:left;
	list-style:none;
}

.last_news ul li{
	margin-bottom:25px;
}

.l_news_box{
   	float:left;
  	width:100%;
	background-color:#F8F8F8;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:15px;
}

.l_news_box img{
	float:left;
	width:100%;
}

.box_img{
	float:left;
	width:100%;
   	overflow:hidden;
}

.last_news_title{
	float:left;
	width:100%;
	min-height:90px;
	padding:20px 12px 15px 12px;
}

.last_news_dates{
	float:left;
	width:100%;
	color:#666;
	margin-bottom:5px;
}

.last_news_title a{
	font-size:14px;
	line-height:16px;
	color:#333;
}

.l_news_box:hover img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transform: scale(1.1);

}

.l_news_box:hover{
	  background-color:#0072cc;

}

.l_news_box:hover .last_news_title a, .l_news_box:hover .last_news_dates{
		  color:#FFF;
}



@media (min-width: 768px) {
	
}

@media (min-width:1200px) {

.last_news_title{
	padding:8px 12px 8px 12px;
}

.last_news ul li{
	margin-bottom:0px;
}


}


.banner_news1{
	float:left;
	width:100%;
	background-size:cover;
	background-position: center center;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:30px;
	text-align:center;
}

.bb1 img{
	height:55px;
	margin-bottom:30px;
}

.bb2 a{	
  background-color:#FFF;
  color:#000;
  text-transform:uppercase;
  padding:12px;
  padding-left:22px;
  padding-right:22px;
  border-radius:5px;
}

.bb2 a:hover{
	text-decoration:none;
	background-color:#0072cc;
	color:#FFF;
}


.banner_news{
	float:left;
	width:100%;
	background-size:cover;
	background-position: center right;
}

.bg_gran{
	float:left;
	width:100%;
	background:linear-gradient(90deg, #FAFAFA 20%, rgba(255,255,255,0.05)70%); 
	opacity: 0.9;
	padding-top:60px;
	padding-bottom:60px;
}

.ddd1{
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:35px;
	color:#000;
}

.ddd2{
	font-size:16px;
	margin-bottom:35px; 
}

.ddd3{
	
}

.ddd3 a{
  float:left;
  background-color:#0072cc;
  color:#FFF;
  text-transform:uppercase;
  padding:12px;
  padding-left:22px;
  padding-right:22px;
  border-radius:5px;
}


.ddd3 a:hover{
	 background-color:#666;
}



@media (min-width: 768px) {



}


.video_front_box{
	float:left; 
	width:100%;
	margin-bottom:35px;
	
}
.content_box{
	float:left; 
	width:100%; 
}

@media (min-width:768px) {
.content_box{
	padding-left:15%; 
	padding-right:15%;
}


}

.modalbody1{
	float:left;
	width:100%;
	padding:15px;
	padding-top:0px;
}

.v_list{
	padding:0px;
	margin:0px;
	list-style:none;
}
.small_list{
	float:left;
	width:100%;
	list-style:none;
}

.small_list li{
	cursor:pointer;
	font-size:14px;
	color:#666;
	font-weight:bold;
}

.small_list li:hover{
	color:#0072cc;
}




.thumb_box{
	overflow:hidden;
	margin-bottom:10px;
}

.small_list li img{
    width:100%;
	margin-top:-20px;
	margin-bottom:-20px;
}



@media (min-width:768px) {
	
}


.app_report_content{
	float:left;
    width:100%;
	padding-top:25px;
	padding-bottom:25px;
}

.app_report_box{

}


@media (min-width:768px) {
.app_report_box{
	padding-left:8%;
	padding-right:8%;
}
}


.work_box{
	float:left;
	width:100%;
	padding:16px;
	background-color:#D7E4F4;
	border-radius:10px;
	margin-bottom:16px;	
}

.work_box i{
  font-weight:bold;
  margin-right:3px;
}


.comment_work tr{

}

.comment_work tr td{
}

.comment_img{
	max-width:95px;
	max-height:125px;
	border-radius:5px;
}


.app_report_content ul{
	float:left;
	width:100%;
	list-style:none;
}

.comment_header{
   float:left;
   width:100%;
   text-transform:uppercase;
   margin-bottom:10px;
   font-weight:600;
}

.form-control{
	border:none;
    background-color:#D7E4F4;	
}

.contact_button{
	width:100%;
	background-color:#0072cc;
	color:#FFF;
}


.contact_button:hover{
	width:100%;
	background-color:#666666;
	color:#FFF;
}

/****** front main content  ***/

.main_content{
	float:left;
	width:100%;
	margin-bottom:20px;
}


/*
@media (min-width: 768px) {
.lf_right{
    float:right;	
}

.lf_left{
	float:right;
}

.main_content{
	margin-bottom:40px;
}

}

.front_news {
	float:left;
	width:100%;
}

.front_news1 {
	float:left;
	width:100%;
}

.front_news1 ul{
  float:left;
  width:100%;
  list-style:none;
}

.front_news1 ul li{
   margin-bottom:20px;
}

.front_news1 ul li a{
   float:left;
   width:100%;
}

.front_smale_news{
	float:left;
	width:100%;
    position:relative;
    background-size:cover;
	background-position:center center;
    height:246px;
}

.fr_news1 {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:20px;
	width:100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.98) 100%);
}

.fr_news1 a.small {
	float:left;
	width:100%;
	color:#FFF;
	font-size:16px;
	line-height:18px;
	cursor:pointer;
	text-decoration:none;
	margin-bottom:5px;
}

.fr_news1 i {
	color:#FFF;
	color:#efd039; 
	font-size:13px;
}

.fr_news1:hover a.small {
	color:#FFF;
	text-decoration:underline;
}

.front_news1 ul li:hover .front_smale_news{
	transform:scale(1.04);
}

@media (min-width: 768px) {
.front_smale_news{
	 height:220px;
}
}
@media (min-width: 992px) {

.front_smale_news{
	 height:224px;
}
}

@media (min-width:1200px) {
	.front_smale_news{
	 height:246px;
}
}

/***** front news 2 *****

.front_news2 {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.l_item_img {
	float:left;
	width:100%;
	box-shadow: 0px 0px 5px -1px rgb(191, 191, 191);
	margin-bottom:15px;
}

.l_item_img img {
	float:left;
	width:100%;
}

.l_item_content{
	float:left;
	width:100%;
	font-size:15px;
	font-weight:300;
	line-height:22px;
	text-align:justify;
	color:#000;
}

.l_readmore {
	float:right;
}
.l_readmore a {
	float:left;
	font-size:12px;
	padding:7px;
	padding-left:14px;
	padding-right:14px;
	color:#3a3a3a;
	border:1px solid #3a3a3a;
	text-transform:uppercase;
}
.l_readmore a:hover {
	background-color:#3a3a3a;
	color:#FFF;	
	text-decoration:none;
}


@media (min-width: 768px) {
.front_news2 {
	float:left;
	width:100%;
	margin:0px;
}
}

/****** mednchilgee bottom links *****

.service_all{
  float:left;
  width:100%;
}

.service_all ul{
  float:left;
  width:100%;
  list-style:none;
}

.service_all ul li.type_1{
   float:left;
   width:100%;
   padding:10px;
   background-color:#23b95b;
   margin-bottom:12px;
}

.service_all ul li.type_1 a{
   float:left;
   width:100%;
   padding:0px;
   padding-bottom:8px;
   padding-top:8px;
   background-color:#FFF;
   border:1px solid #FFF;
}

.service_all ul li img{
   width:100%;
}

.service_all ul li a span{
	float:left;
	text-transform:uppercase;
	color:#23b95b;
}

.service_all ul li a:hover{
	background:none;
}

.service_all ul li a:hover span{
  	color:#FFF;
}

@media (max-width: 1199px) {
.service_all ul li table tr td{
	  padding-left:5px;
	  padding-right:5px;
}

}


/******* media content ***

.media_content{
	float:left;
	width:100%;
	background:url(../../images/Pattern.png) #006b0d;
	background-size:170px;
	padding-top:30px;
	margin-bottom:40px;
}

.media_content_wrapper{
	float:left;
	width:100%;
}

ul.media_col{
    float:left;
	width:100%;
	list-style:none;
}

ul.media_col li{
   	margin-bottom:40px;	
}

@media (min-width: 768px) {
	.media_content{
		padding-top:50px;
		padding-bottom:50px;
	}
	ul.media_col li{
   		margin-bottom:0px;	
	}
}

.section_header1{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	margin-bottom:30px;
}


.section_header2{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	padding-left:15px;
	border-left:8px solid #ffff00;
	margin-bottom:30px;
}

.live_code{
    float:left;
	width:100%;
	margin-bottom:15px;
}

.front_youtube{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.live_name{
    font-size:16px;
	color:#FFF;
	margin-top:15px;
}

/******* last_news ****

.last_news{
	float:left;
	width:100%;	
}

.last_news ul{
	float:left;
	width:100%;
	list-style:none;
}

.last_news ul li{
	float:left;
	width:100%;
	margin-bottom:30px;
}

.last_news ul li img{
	float:left;
	width:100%;
	box-shadow:1px 1px 3px 2px rgb(191, 191, 191);
	margin-bottom:15px;
}

.last_news_title{
    margin-top:0px;
	padding-top:0px;
}

.last_news_title a{
	font-weight:400;
	font-size:17px;
	color:#385fac;
	line-height:20px;
}

.last_news_intro{
   text-align:justify;
   color:#000;
   font-size:15px;
   font-weight:300;
}
.last_news_dates{
    color:#999;	
    font-weight:300;
}

@media (min-width: 768px) {

.last_news ul li:last-child{
	margin-bottom:0px;
}

.last_news ul li img{
	float:left;
  	width:180px;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:0px;
}
}
@media (min-width: 992px) {
.last_news ul li img{
  	width:220px;
	margin-right:25px;
}
}



/********* links2 **********

.links2{
  	float:left;
	width:100%;
	margin-bottom:25px;
}

.links2 ul{
	float:left;
	width:100%;
	list-style:none;
}

.links2 ul li{
	padding-top:15px;
	padding-bottom:15px;
}

.links2_icon{
    float:left;
	width:100%;
	text-align:center;
	padding-bottom:14px;
}

.links2_icon i{
	color:#385fac;
    font-size:42px;	
}
.links2_name{
    float:left;
    width:100%;
    text-transform:uppercase;
    text-align:center;
    color:#333;
}

.f_right{
    float:left;
	width:100%;
	margin-bottom:25px;
}
*/

.counter_box_content{
	float:left;
	width:100%;
	background:url(../../images/bg2.jpg) no-repeat center center;
	background-size:cover;
	padding-top:25px;
	padding-bottom:25px;
	color:#FFF !important;
}

.counter_box_content ul{
    float:left;
   	width:100%;
}

.counter_box_content li{
	margin-bottom:25px;	
}

.counter_number{
  	text-align:center;
  	font-size:26px;
}

.conuter_name{
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
}

@media (min-width: 992px) {
	
	.counter_box_content ul li{
		margin-bottom:0px;
		 
	}
	
}



/********* links3 ***********/

.links3_content{
	float:left;
	width:100%;
	background-color:#FFF;
	padding-top:40px;
	padding-bottom:20px;
}

/**** sta **

.sta_content{
    float:left;
    width:100%;
}
.sta_content ul{
	list-style:none;
}

.sta_content ul li{
	padding:10px;
}

.sta_img{
    float:left;
    width:100%;
    text-align:center;
    padding:25px;
    border:3px solid #F00;
    border-radius:50%;
    text-align:center;
}

.sta_img img{
	float:left;
	width:100%;
	height:100%;
}

.sta_name{
	float:left;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	color:#666;
	background-color:#FFF;
	font-size:14px;
	font-weight:700;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-35px;
}

.sta_number{
   	float:left;
   	width:100%;
   	text-align:center;
    font-size:22px;
   	color:#00b44b;
   	font-weight:700;
}

@media (min-width: 768px) {
	
.sta_content ul li{
	padding:20px;
}
.sta_number{
    font-size:24px;
}
}

*/



.sta_chart_box{
	float:left; 
	width:100%; 
	padding-top:20px;
	padding-bottom:20px;
}

.chart {
	float:left;
	width:100%;
	max-height:480px;
	padding-top:20px;
	text-align:center;
}

.chart_header{
	float:left;
	width:100%;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-family: 'Oswald', sans-serif;
}



/********* sta **************/

.news_content{
   	float:left;
	width:100%;

}

.news_content_1 {
	float:left;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}


/**** right col menu *******/ 

.right_colm {
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:15px;
}

.box_title {
	font-family: 'Oswald', sans-serif;
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#000;
	font-size:16px;
	padding-bottom:10px;
	text-transform:uppercase;
	margin-bottom:25px;
	border-bottom:1px solid #333;
}
.right_colm ul {
	list-style:none;
}
.right_colm ul li {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.right_colm ul a {
	float:left;
	width:100%;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	padding-right:5px;
	color:#FFF;
	border-radius:3px;	
	background-color:#0072cd;
	box-shadow: 1px 1px 2px 0px #3c3c3c;
	transition: 0.2s ease-in-out;
}
.right_colm ul ul {
	float:left;
	width:85%;
	margin-left:40px;
	margin-top:15px;
}
.right_colm ul ul li {
	float:left;
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
	list-style:circle;
}
.right_colm ul ul a {
	background:none;
	color:#333;
	padding:0px;
	text-transform:none;
	box-shadow:none;
}

.right_colm a:hover {
	color:#FFF;
	background-color:#3c3c3c;
	transition: 0.2s ease-in-out;
	box-shadow: 1px 1px 2px 0px #3c3c3c;
}


.right_colm ul ul a:hover {
	background:none;
	color:#333;
	box-shadow:none;	
	text-decoration:underline;
}

.right_colm ul a.active {
	background-color:#3c3c3c;
	box-shadow: 1px 1px 2px 0px #3c3c3c;
	color:#FFF;
}
.right_colm ul a.active_sub {
	color:#144d92;
	text-decoration:underline;
	font-weight:bold;
}



.main_colm {
	float:left;
	width:100%;
}

/****************all news ***********/

.all_news {
	float:left;
	width:100%;
}

.all_news_header {
	float:left;
	width:100%;
	font-weight:400;
	font-size:18px;
	padding-bottom:15px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid #1b3658;
}
.list_item_news {
	float:left;
	width:100%;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px dotted #CCC;
}

.item_news_img {
	box-shadow:1px 1px 3px 2px rgb(191, 191, 191);
	max-width:200px;
	margin-right:25px;
	margin-top:3px;
}
.item_header {
	font-size:16px;
	line-height:22px;
	text-transform:uppercase;
	margin-bottom:8px;
	font-weight:600;
	color:#333;
}
.item_content {
	text-align:justify;
	color:#000;
	font-weight:300;
	font-size:15px;
	line-height:22px;
}
a.item_read_more {
	float:right;
	color:#333;
	font-size:12px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#3a3a3a;
	border:1px solid #3a3a3a;
	text-transform:uppercase;
}

a.item_read_more:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#3a3a3a;
}


/************** single news ******/

.single_news {
	float:left;
	width:100%;
	padding-bottom:25px;
}



.single_news_header {
	float:left;
	width:100%;
	font-size:18px;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#000;
	line-height:22px;
	border-bottom:1px solid #333;
}


.single_time_share{
    
    float:left;
	width:100%;
	padding-bottom:10px;
    
}


.single_news_content {
	float:left;
	width:100%;
	font-weight:300;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color:#000;
}
.single_news_content ul, .single_news_content ol {
	margin-top:8px;
	margin-bottom:8px;
}
.single_news_content ul li, .single_news_content ol li {
	margin-left:40px;
	padding:2px;
}

.single_news_content img {
	max-width:100%;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:5px;
}

.single_news_content .single_new_img {
	float:left;
	max-width:100%;
	margin-top:0px;
}


.single_news_content table{
	width:100% !important;
	border:0px;
}

.single_news_content tr{
	border-top:1px solid #999;
	border-left:1px solid #999;
	
}

.single_news_content tr td{
	padding:5px;	
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}




.single_news_content1 table{
	width:100% !important;
	border:0px;
}



.single_news_content1 tr td{
	padding:5px;	
		font-size:14px;
	font-weight:400;
	text-transform:uppercase;

}

/*
.single_news_content tr td img{
	  max-width:100px;	
}
*/


.single_news_content table.dans tr td, .single_news_content table tr th {
	padding:8px;
	border-bottom:1px solid #CCC;
}

.single_news_content table.dans tr th {
	font-weight:bold;
	text-align:left;
}

.single_news_content h4 {
    float: left;
    width: 100%;
    border-left: 4px solid #f60001;
    line-height: 1.55;
    background-color: #0072cd;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    font-family: helvetica neue,Helvetica,Tahoma,Arial,sans-serif;
} 


.list_items tr, .list_items tr{
	
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}


.list_items tr td, .list_items tr th {
	padding:8px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:14px;
}
.list_items tr td i {
	font-size:14px;
	margin-right:10px;
}
.list_items tr:hover td {
	background-color:#F0F0F0;
}


.socail_share {
	float:right;
	margin-top:20px;
	margin-bottom:10px;
}
.socail_share a {
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	border-radius:2px;
}
.socail_share a i {
	margin-right:3px;
	font-size:14px;
}

a.facebook_share {
	float:right;
	padding:7px;
	background-color:#3b5998;
	margin-right:15px;
	padding-left:10px;
	padding-right:10px;
}
a.twitter_share {
	float:right;
	padding:7px;
	background-color:#29aae3;
	padding-left:10px;
	padding-right:10px;
}
.socail_share a:hover, .socail_share_top a:hover {
	text-decoration:underline;
	color:#FFF;
}

.single_news_comment {
	float:left;
	width:100%;
}



.video_all{
	float:left;
	width:100%;
	margin-bottom:30px;
}


.video_list{
   float:left;
   width:100%;
   list-style:none;
}

.video_list li{
	cursor:pointer;
   	margin-bottom:25px;
}

.video_box{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

.video_list img{
  	width:100%;
}

.video_list_title{
	float:left;
	width:100%;
	color:#000;
	font-size:12px;
	font-weight:300;
	position:absolute;
	left:0;
	bottom:0;
	text-transform:uppercase;
	color:#FFF;
	padding:10px 10px;
	background-color:#0072cc;
}


.video_list li:hover .video_list_title{
   bottom:-80px;
}  

.youtube_icon{
   position:absolute;
   left:15px;
   top:15px;
   background-color:#F00;
   padding-left:3px;
   padding-right:3px;
   border-radius:10px;
}
.youtube_icon i{
   color:#FFF;
   font-size:38px;
}





.gomdol{
    float:left;
	width:100%;
	margin-bottom:25px;
}


.gomdol ul{
	border-bottom:1px solid #F0F0F0;
}

.gomdol ul li{
	float:left;
	width:100%;
	font-weight:300;
	font-size:14px;
	padding:15px;
	border:1px solid #F0F0F0;
	 border-bottom:0px !important;
}

.report_even{
   background-color:#FBFBFB;
  
}


.report_odd{
	
}


.gomdol ul li p{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}


.report_type{
   float:left;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#06C;
   border-radius:3px;
}

.report_status{
   float:right;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#027b11; border-radius:3px;
	
}
.report_status1{
   float:right;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#db1f26; border-radius:3px;
	
}

.adds{
   color:#666;
   font-size:13px;
}





.files_search{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.service_content_list table tr{
	border-top:1px solid #069;
	border-left:1px solid #069;
}

.service_content_list table tr td, .service_content_list table tr th{
	padding:8px;
	border-right:1px solid #069;
	border-bottom:1px solid #069;
}

.service_content_list table tr th{
	background-color:#069;
	color:#FFF;
	text-transform:uppercase;
}

.service_content_list table tr td{
	 padding-top:10px;
	 padding-bottom:10px;   	
}

.service_content_list table tr:hover td {
	 background-color:#F7F7F7;
}

.l_button{
	padding-left:15px;
	padding-right:15px;
	background-color:#069;
	color:#FFF;
	text-transform:uppercase;
}

.l_button:hover{
	color:#FFF;
	background-color:#026a0d;
}

.download {
   cursor:pointer;	
}

/************** pagination***********/

.pagination {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.pagination a {
	background-color:#fafafa;
	border:1px solid #CCC;
	padding:15px;
	padding-top:4px;
	padding-bottom:4px;
	color:#000;
	text-decoration:none;
}
.pagination strong {
	background-color:#166dbc;
	border:1px solid #1f63a0;
	padding:15px;
	padding-top:4px;
	padding-bottom:4px;
	color:#FFF;
	text-decoration:none;
}
.pagination a:hover {
	background-color:#166dbc;
	border:1px solid #1f63a0;
	color:#FFF;
}


/************* footer content ******/

.footer_back {
	float:left;
	width:100%;
	background-color:#0472cc;
	color:#FFF;
	padding-top:40px;
	padding-bottom:30px;
}

ul.footer_block{
   float:left;
   width:100%;
   list-style:none;
}

ul.footer_block li{
   margin-bottom:30px;
}


.footer_contact_header {
	float:left;
	width:100%;
	color:#FFF;
	font-weight:500;
	font-size:18px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:15px;    font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px) {
ul.footer_block li{
   margin-bottom:0px;
}
.footer_contact_header {
	margin-bottom:35px;
}
}
@media (min-width: 992px) {

}

.logo1 {
	float:left;
	margin-bottom:25px;
}

.logo1 ul{
	display:table;
}

.logo1 ul li{
    display:table-cell;
	vertical-align:top;
}

.logo1 img {
	max-width:80px;
	max-height:55px;
	margin-right:20px;
}

.slagon1 {
	float:left;
	margin-top:10px;
	padding-left:17px;
	border-left:1px solid #FFF;
}

.slagon1 a{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}

.slagon1 a p{
	margin:0px;
	padding:0px;
}

.slagon1 a p.sla_3{
	color:#FFF;
	font-size:20px;
	font-weight:500;
	text-shadow: 0px 0px 1px #000;
	margin-bottom:5px;
}

.slagon1 a p.sla_4{
	color:#FFF;
	font-size:14px;
	text-shadow: 0px 0px 1px #000;
}

.slagon1 a:hover, .slagon1 a:visited, .slagon1 a:focus {
	text-decoration:none;
}


.footer_contact_content {
	float:left;
	width:100%;
}
.footer_contact_content table tr td {
	padding:5px;
	padding-bottom:15px;
	color:#FFF;
	font-weight:300;
	font-size:14px;
}
.footer_contact_content i {
	font-size:14px;
	margin-top:2px;
	color:#FFF;
}

.f_menu1 {
	float:left;
	margin:0px;
	padding:0px;
}

.f_menu1 li {
	list-style:none;
	float:left;
	width:50%;
	margin-bottom:10px !important;
}

@media (min-width: 992px) {
	.f_menu1 li {
	list-style:none;
	float:left;
	width:33.333%;
	margin-bottom:10px !important;
}
}


.f_menu1 li a {
	float:left;
	width:100%;
	padding-right:10px;
	color:#FFF;
	font-weight:300;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}

.f_menu1 li a:hover {
	color:#ffff00;
	text-decoration:underline;
}


.footer_social{
   float:left;
   width:100%;
   padding-left:5px;
   padding-top:10px;
   margin-bottom:5px;
}

.footer_social a{
	float:left;
	margin-right:15px;
}

.footer_social a i{
   font-size:28px;
   color:#FFF;
}

.footer_social a:hover i{
	color:#CCC;
}



.footer_social1{
   float:left;
   width:100%;
   padding-left:5px;
   padding-top:10px;
   margin-bottom:5px;
}

.footer_social1 a{
	float:left;
	margin-right:15px;
}

.footer_social1 a i{
   font-size:28px;
   color:#000;
}

.footer_social1 a:hover i{
	color:#000;
}


.apps{
   float:left;
   width:100%;
   padding-left:5px;
   padding-top:10px;
}

.apps a{
	float:left;
	margin-right:15px;
}

.apps a img{
	height:37px;
    font-size:28px;
    color:#FFF;
}

.apps a:hover i{
	color:#CCC;
}


.copyright {
	float:left;
	width:100%;
	text-transform:uppercase;
	background-color:#0f5ca7;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #fff;    font-family: 'Oswald', sans-serif;
}

.f1f1 {
	float:left;
	width:100%;
	color:#FFF;
	font-size:11px;
	line-height:18px;
	text-align:center;
	margin-top:9px;
}
.f2f2 {
	float:left;
	width:100%;
	text-align:center;
}

.f2f2 img {
	height:55px;
}


@media (min-width: 768px) {
 
 .f1f1 {
	float:left;
	text-align:left;
	width:auto;
}
.f2f2 {
	width:auto;
	text-align:right;
	float: right;
}

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
 
}

/*  BACK TO TOP */

#back-top {
	position: fixed;
	bottom:80px;
	right:40px;
	/* transition */
	-webkit-transition: 5s;
	-moz-transition: 5s;
	transition: 5s;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
}
#back-top a:hover {
	color: #bbb;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background-color:#f50104;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* transition */
	-webkit-transition: 5s;
	-moz-transition: 5s;
	transition: 5s;
}
#back-top span:after {
	position: absolute;
	top: 18px;
	left:15px;
	font-family: 'FontAwesome';
	content: "\f106";
	font-size:28px;
	font-weight:normal;
	color:#FFF;
}
#back-top a:hover span {
	opacity:0.8;
	filter:alpha(opacity=80);
}
