@charset "utf-8";
/* CSS Document */

/*import all css*/

@import url('style.css');
@import url('bootstrap.css');
/*@import url('responsive.css');*/
@import url('font-awesome-4.6.3/css/font-awesome.css');
@import url('font-awesome-4.6.3/css/font-awesome.min.css');
/*banner*/
@import url('animate.css');
/*import all css*/

/*Start css*/
 
 
 
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;
	vertical-align: baseline;*/
}
iframe
{
    height:180px;
    width:342px;
}
label {
	font-weight: 700; font-size:14px; margin-bottom:5px;}
a:hover,a:active,a:focus {
	text-decoration:none}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

::selection {
background:#1ABC9C;
color:#FFF;
text-shadow:none
}
::-moz-selection {
background:#1ABC9C;
color:#FFF;
text-shadow:none
}
::-webkit-selection {
background:#1ABC9C;
color:#FFF;
text-shadow:none
}
:active, :focus {
	outline:0!important
}
body {
	font-size:12px;
	font-family: 'Open Sans', sans-serif, 'Montserrat', sans-serif;
	background:#efefef;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
a:hover {
	text-decoration:none;
}
p {
	font-size:14px;
	line-height:25px;
	color:#333;
	font-weight:400;
	font-family: 'Open Sans', sans-serif, ;
}
li {
	list-style-type:none
} 
#login img {
	 } 
#login {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+8,ebebeb+48,dfdfdf+48,dfdfdf+100 */
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ebebeb 8%, #ebebeb 48%, #dfdfdf 48%, #dfdfdf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ebebeb 8%,#ebebeb 48%,#dfdfdf 48%,#dfdfdf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ebebeb 8%,#ebebeb 48%,#dfdfdf 48%,#dfdfdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dfdfdf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.body_login {
	background:#fff;
	padding:20px 40px 80px 40px;
	margin:10% auto;
	max-width:480px;
	-moz-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.27);
box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.27);
	border-top:5px solid #4f77f8}
 
.rsv_form {
	border:none;
	border-bottom:1px solid #4f77f8;
	border-radius:0;
	box-shadow:none;
	margin-bottom:35px;}
.rsv_form:focus {
	box-shadow:none} 
 
 .login_logo {
	 margin:10px 0 0px 0}
 
.blue_skin {
	background:#4e73ec}
.blue_skin.navbar{
	margin-bottom:0px}
.blue_skin .nav {
	background:none !important} 
.blue_skin .navbar-nav li a {
	color:#fff;
	font-size:13px;
	text-transform:uppercase}
 
.header {
	background:#fff}
.main_area {
	background:#fff;
	min-height:350px;}
.panel_txt {
	font-size:16px;
	margin-bottom: 22px;
	margin-left: 12px;}
.file_upload {
	 border:1px dashed #888888;
	 padding:10px;
	 max-width:500px;
	 position:relative;
	 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
	 font-size:16px;
	 text-align:center;
	 padding:20px;
	 margin:25px 0;
	 margin-bottom: 10px;
	 }
.file_upload input {
	opacity:0;
	position:absolute;
	left:0;
	right:0;
	height:100%;
	width:100%;
	cursor:pointer;
	top:0} 
 
.blue_skin .navbar-nav > .active > a, 
.blue_skin .navbar-nav > .active > a:hover, 
.blue_skin .navbar-nav > .active > a:focus{
	 color: #fff;
    background-color: #375ace;}
.blue_skin .dropdown-menu li a{
	color:#000}
 
.blue_skin .navbar-nav > .open > a, 
.blue_skin .navbar-nav > .open > a:hover, 
.blue_skin .navbar-nav > .open > a:focus{
	color: #fff;
    background-color: #375ace;}
.blue_skin .navbar-nav > li{
	 border-right:1px solid #4160c5}
.sec_nav {
	background:#4e73ec}
.breadcrumb {
	margin-top:15px;
	background:none}
.navbar.blue_skin {
	border:none}	
	


.rounded {
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  transform: translateZ(0);
}

.progress-container {
  position: relative;
}

.progress {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #e7edf4;
  border-radius: 99px;
}
.progress .progress-bar {
  position: relative;
  height: 100%;
  background-color: #49e449;
  transition: width .2s linear;
}
.progress .progress-number {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .2s linear;
}
.progress .progress-number:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  transform: translateX(-50%);
  border-top: 5px solid #525961;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.progress .progress-number:after {
  content: attr(aria-valuenow);
  position: absolute;
  left: 0;
  top: -10px;
  transform: translate(-50%, -100%);
  padding: 4px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  background-color: #525961;
  border-radius: 3px;
}
.rsb_progessbar .btn_upload  {
	margin-bottom:15px;
	
	}
.rsb_progessbar {
	max-width:500px;}
.rsb_progessbar .progress {
	margin-bottom:0;
	height:10px;}
#comp {
	margin-bottom:25px;}
footer {
	margin-top:5px;
	}
footer p {
	font-size:12px;}
.dataTable {
	font-size:14px;}

.dtails_col {
	border-right:1px solid #bdbdbd;
	padding:20px;}
.dtails_col .name {
	color:black;
	padding-top:0;
	}
.dtails_col address {
	padding:30px 0;
	font-size:15px;}
.cont_info .fa {
	font-size:18px;
	color:#2c4492}
.peson_details_wrap {
	margin-top:25px;}
.cont_info {
	font-size:16px;}

#bank_acc {
	font-size:25px;
	text-align:center;
	color:#2c4492;
	margin-top:2em}

.btn_rsb {
	padding:12px 0px  ;
	margin:5px 0}
	
.btn_rsb.light_blue {
	background:#3181ee;
	color:#fff}
.btn_rsb.light_orange{
	background:#eeb231;
	color:#fff}	
.btn_rsb.light_red{
	background:#fa6f3f;
	color:#fff}	
	
.dtails_col .btn_rsb {
	width:200px;}	
.transaction_table {}	
.transaction_table tr td {
	padding:15px;}	
.tbl_head th {
	padding:20px;
	background:#fff1b9}	
.transaction_table td {
	
	border-right:1px solid #ccc}
.transaction_table th {
	border-right:1px solid #f9bd74;
	}	
	
.alert-success {
    color: #ffffff;
    background-color: #6bcc43;
    border-color: #d6e9c6;
    font-weight: bold;
	padding:10px	}
.alert-danger {
    color: #ffffff;
    background-color: #c35858;
    border-color: #ebccd1;
	padding:10px}	
	
.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff  }	
.dashmenu_tile li {
	width:190px;
	float:left;
	margin:5px 10px; 
	 }	
.tile_menu {
	border: 2px solid #e0e0e0;
	padding:10px;
	text-align:center;
	border-radius:15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+1,f8f8f8+43,e0e0e0+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f9f9f9 1%, #f8f8f8 43%, #e0e0e0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f9f9f9 1%,#f8f8f8 43%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f9f9f9 1%,#f8f8f8 43%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#4e73ec;
	min-height: 200px;}
	
.tile_menu p {
	font-size:16px;}	
.tile_menu img {
	margin:20px 0}
.menu_back {
	background:#4e73ec;
	color:#fff}	
.menu_back a {
	color: #fff;
    font-size: 13px;
    margin: 3px 3px;
    padding: 5px;
    display: block;
	text-align: left;
	}	
.menu_back a:hover {
	background:#fff;
	color:#4d67bb;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; }	
.loged {
	float:right;
	padding:10px;}	
	
.loged b {
	color:#4e73ec}	
.AvKlogo {
	margin-top: 10px;
    float: left;}	
	
.web_nav .tile_menu{
	min-height:180px}	
	
.web_nav .tile_menu:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);}	

.pulish_dtls {
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	border-left: 2px solid blue;
	padding: 0 15px;
	margin-bottom: 25px;
}	
.news_more h3.news_tittle{
	margin-bottom: 13px;
    font-size: 16px;
    font-weight: bold;
    color: #4e73ec;
}	
.news_visibility {
	height: 28px;
	width: 59px;
	display: block;
	background-image:url(../images/visiblity_on.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}		
.news_visibility.off {
	background-image:url(../images/visiblity_on.png); ;
	background-position: 0px -29px;

}	
.post_widget {
	margin-bottom: 25px;
}	
.post_widget .tags {
	padding: 4px 8px;
	margin: 0 4px 4px 0 ;
	font-size: 11px;
	float: left;
	background-color: #eee;

}
.table_post tr {
	border-bottom: 1px dashed #e0e0e0;
}
.table_post tr td {
	padding: 9px 10px;
	font-size: 13px;
	font-weight: bold;
}
.service_prev {
	position:absolute;
	left:0;
	z-index:99;
	top:39%;
	}
.service_nxt {
	position:absolute;
	right:0;
	z-index:99;
	top:39%;
	}

.service_prev, .service_nxt, .news_prev, .news_nxt {
	/*border:1px solid #eee;*/
	cursor:pointer;
	padding:4px;
	height:35px;
	width:35px;
	margin:0 5px;
	float:left;
	background: url(../images/icons/bnr_prev.png) center no-repeat;
	background-position:0 0;
}
.service_nxt, .news_nxt {
	background:url(../images/icons/bnr_nxt.png) center no-repeat;
	background-position:0 0;
}
.news_slide {
	position: relative;
}
.news_tile .news_img {
	position: relative;
} 
.news_tile .news_img img {
	width: 100%;
}
.news_more .panel_txt {
	margin-left: 0;
}
.news_tile .tile_news_ft {
	position: absolute;
	bottom: 0;
	background-color: #4e73eca8;
	color: #fff;
	padding: 6px;
	width: 100%;
}
.news_tile .tile_news_ft p{
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}
.news_tile .tile_news_ft h3 {
	 font-size: 15px;
	 font-weight: bold;
	 line-height: 19px;
}
.news_tile .news {
	position: relative;
}

.news_descri {
	padding: 12px;
	min-height:153px;
}
.news_descri p {
	margin-bottom: 8px;
}
.news_tile {
	min-height: 371px;
    margin-bottom: 20px;
}
.news_tile:hover {
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
}
.post_active {
	color: #fff;    font-size: 11px;    border: 1px solid #ddd;    padding: 2px 15px;
    border-radius: 6px;
    background:#4caf50;
}

.page_faq .panel-title {
	font-size: 14px;
}

.news_tile .btn-group a {
	font-size: 12px;
}
.img_body {
	overflow: hidden;
	height: 180px;
}
.img_body img{
	width: 100%;
}

.side_nav {
	margin-left: 20px;
}
.side_nav li {
	font-size: 14px;
	padding: 5px;
	list-style-type:square;
	list-style-image: url(../images/list_b.png);
}
.side_nav li:hover {
	color: black;
	margin-left: 4px;
	
}
.wrap_download {
	border-bottom:1px solid #ddd;
	float:left;
	width:100%;
	padding: 15px 0;}
.wrap_download h3 {
	line-height:23px;}
.wrap_download .downl_title {
	width: 70%;
	}
.wrap_download .downl_title,.wrap_download .downl_status,.wrap_download .downl_order,.wrap_download .downl_action {
	float:left;
	padding:8px;}
.wrap_download .downl_status,.wrap_download .downl_order,.wrap_download .downl_action {
	width:10%;
	text-align:center;
	 }
.wrap_download .downl_action .btn{
	padding:5px;
	font-size:11px;}
.post_active,.post_de_active {
	color: #fff;
    font-size: 11px;
    border: 1px solid #ddd;
    padding: 2px 15px;
    border-radius: 6px;
    background: #4caf50;}
.post_de_active {
	background:#b1b1b1}


.fa {
    font-size: 17px;
}












 


		