
*, *: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;
}

.section-top-shadow {
	-webkit-box-shadow: 0px -4px 4px 1px rgba(204, 210, 221, 0.85);
	-moz-box-shadow:    0px -4px 4px 1px rgba(204, 210, 221, 0.85);
	box-shadow:         0px -4px 4px 1px rgba(204, 210, 221, 0.85);
}
.section-bottom-shadow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.section-both-shadow {
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 8px 2px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 8px 2px rgba(0, 0, 0, 0.25);
}


/********* 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%;
	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:120px;
}

.slagon {
	float:left;
	margin-top:17px;
	padding-left:17px;

}

.slagon a{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}

.slagon a p{
	margin:0px;
	padding:0px;
}

.slagon a p.sla_1{
	color:#0c4da5;
	font-size:26px;
	font-weight:500;
	margin-bottom:12px;
}

.slagon a p.sla_2{
	color:#0c4da5;
	font-size:15.5px;
	margin-bottom:10px;
}

.logo_download a{
	text-transform:uppercase;
	color:#333;
	text-decoration:underline;
}


.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:1px solid #303ff3;
	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: #303ff3;
	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;
	   display:none;
}

.lang ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.lang ul li{
    
}




.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;
}

.lang{
    	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:#303ff3;
	/*
	

	background: rgb(12,77,165);
	background: linear-gradient(90deg, rgba(16,174,210,1) 10%, rgba(12,77,165,1) 40%);
		*/
}

.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:#FFF;
	 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:#ec6601;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	font-size:16px;
	margin-bottom:30px;
}


.section_header{
	float:left;
	width:100%;
	margin-bottom:15px;
	border-bottom:3px solid #224ca1;

}

.section_header h2{
	float:left;
	color:#224ca1;
	margin:0px;
	padding:0px;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
	padding-bottom:12px;
	font-family: 'Oswald', sans-serif;
	
}

.section_header h2 div{

}



.section_header_white{
	float:left;
	width:100%;
	text-align:center;	
	margin-bottom:15px;

}

.section_header_white h2{

	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
	padding-bottom:12px;
	font-family: 'Oswald', sans-serif;
	
}



@media (min-width: 768px) {

.section_header{
	margin-bottom:25px;
}

.section_header_white{
	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 {
	padding:8px;
}

.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);
	background: #004a9f;
	padding:8px;
}

.links_box a{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:0px;
	font-family: 'Oswald', sans-serif;
	border:1px solid #ffffff;
}

.service_icon1 {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.service_icon1 i{
	font-size:32px;
	text-align:center;
	color:#FFF;

}

.links_box a p{
	float:left;
	width:100%;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
	height:40px;
	font-size:13px;
	color:#FFF;
	text-transform:uppercase;
}

.links ul li:hover .links_box{
	background: #cb956c;	
}

.links ul li:hover i, .links ul li:hover p{
	 color:#FFF;
}

@media (min-width: 768px) {

}


/**** links 1 *********/


/*

.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;
}



/******* media content ******/

.media_content{
	float:left;
	width:100%;
	padding-top:20px;
}

.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:30px;
		padding-bottom:30px;
	}
	ul.media_col li{
   		margin-bottom:0px;	
	}
}

.section_header1{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	margin-bottom:30px;
}


.section_header2{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#3d3838;
	font-size:18px;
	margin-bottom:30px;
	font-weight:bold;
}

.section_header2 i{
    color: #f00;
    
}

.live_code{
    float:left;
	width:100%;
	margin-bottom:15px;
}

.front_youtube{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.live_name{
     font-weight:bold;
    font-size:16px;
	color:#585050;
	margin-top:15px;
}


.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;
}


.counter_box_content{
	float:left;
	width:100%;
	background-color:#004a9f;
	padding-top:40px;
	padding-bottom:40px;
	color:#FFF !important;
	margin-bottom:40px;
}
.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;
		 
	}
	
}



.links2{
    float:left;
	width:100%;
    margin-top:30px;
 
    
}
.links2 li{
    padding:0px;
    margin-bottom:8px;
}


.links2 li.zasag{

}

.links2 li a.zasag_button{
    float:left;
	width:100%;   
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
    background-color: #004a9f;
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;

}

.links2 li a.zasag_button:hover{
    
    background-color: #c39772;
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;

}

.links2_img img{
    height:60px;
    padding-right:10px;
}

.links2_name{
    float: left;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.banner_img{
	    float: left;
        width: 100%;
	    
	}

@media (min-width: 768px) {
	.links2_name{
       
	    
	}
	
}



/********* links3 ***********/

.links3_content{
	float:left;
	width:100%;
	padding-top:40px;
	padding-bottom:20px;
}




.sta_chart_box{
	float:left; 
	width:100%; 
	padding-top:20px;
	padding-bottom:20px;
	
}
/*

.sta_chart_box li{
    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;
}
*/


.links4{
    float:left; 
	width:100%; 
}


.links4 li{
     float:left;
	width:100%;
    margin-bottom:15px;
}

.links4 li a{
    float:left;
	width:100%;
	padding:20px;
	text-align:center;
    padding-top:25px;
    padding-bottom:25px;
	background: #004a9f;
	border-radius:10px;
	text-decoration:none;
}

.links4_icon{
    color:#fff;
    font-size:28px; 
    margin-bottom:15px;
    font-weight:bold;
}

.links4_name{
     color:#fff;
     font-size:16px; 
     margin-bottom:15px;
     font-family: 'Oswald', sans-serif;
}

.links4_desc{
     color:#fff;
    
}


.links4 li a:hover{
       background-color: #c39772;
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
    
}

/********* 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, .right_colm li.active a {
	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;
}




.photo_all{
	float:left;
	width:100%;
}

.photo_all ul {
	float:left;
	width:100%;
	list-style:none;
}

.photo_list li {
	margin-bottom:25px;
}

.photo_list li img{
	float:left;
	width:100%;
	padding:1px;
	border:1px solid #999;
	box-shadow: 1px 1px 4px #000; 
	border-radius:3px;
	margin-bottom:10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.photo_all_title{
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}
.photo_list li:hover img{
	filter: grayscale(100%);
	border:1px solid #F00;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}



.my-gallery {
	width: 100%;
	float: left;
}

.my-gallery figure{
	float:left;
	width:50%;
	padding:10px;
	padding-top:0px;
	text-align:center;
}

.my-gallery img {
	float:left;
	width:100%;
	padding:1px;
	border:1px solid #999;
	box-shadow: 1px 1px 4px #000; 
	border-radius:5px;
	margin-bottom:10px;
}

.my-gallery img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.my-gallery figure {
	display: block;
	float: left;
}


@media (min-width:768px) {
 .my-gallery figure{
		float:left;
		width:20%;
		padding:10px;
		padding-top:0px;
		text-align:center	
}
	
}


.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:#0c4da5;
	*/
    background: #004a9f;
	color:#FFF;
	padding-top:40px;
	padding-bottom:30px;
	border-top:4px solid #f7d047;
}

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-bottom:15px;   
	font-family: 'Oswald', sans-serif;
	padding-bottom:15px;
	border-bottom:1px solid #7e97b8;
}

@media (min-width: 768px) {
ul.footer_block li{
   margin-bottom:0px;
}
.footer_contact_header {
	margin-bottom:35px;
}
}
@media (min-width: 992px) {

}

.footer_contact_content {
	float:left;
	width:100%;

}
.footer_contact_content table tr td {
	padding:5px;
	padding-bottom:17px;
	color:#FFF;
	font-weight:300;
	font-size:14px;
}

.footer_contact_content table tr td span a{
    color:#FFF;
}

.footer_contact_content i {
	font-size:18px;
	color:#FFF;
}

.f_menu1 {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;	
}

.f_menu1 li {
	list-style:outside;
	float:left;
	width:100%;
	margin-bottom:10px !important;
	margin-left:15px !important;
}

@media (min-width: 992px) {
    
    .f_menu1 {
        width:33.333%;
        
    }
	.f_menu1 li {
    	float:left;
    	width:100%;
    	margin-bottom:10px !important;
    	margin-left:0px !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:38px;
   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: #004a9f;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #5377a8;   
	font-family: 'Oswald', sans-serif;
}

.f1f1 {
	float:left;
	width:100%;
	color:#FFF;
	font-size:12px;
	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) {
 
}