@font-face {
    font-family: "Helvetica Inserat LT Std";
    src: url("../fonts/HELVETICAINSERATLTSTD-ROMAN.OTF");
}

body { 
  	font-family: "Open Sans";
	font-size: 14px;
	width:100%;
	margin:0px;
	padding:0px;
}
select {
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("../img/select.png") !important;
   background-position: 175px 14px;
  background-repeat:no-repeat;
  border: 2px solid #d2d2d2;
  border-radius: 4px;
  color: #6b6b6b;
  font-size: 14px;
  padding: 10px 7px;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  font-weight: 600;
}
.form-control::-moz-placeholder {
  color: #515151;
  opacity: 1;
  font-weight: 600;
}
.form-control::-webkit-input-placeholder {
  color: #515151;
  opacity: 1;
  font-weight: 600;
}
.top_header {
	background: #222222;
	display: inline-block;
	width: 100%;
	float: left;
	padding:10px 0;
	height:90px;
	position:relative;
}
.top_left ul li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding-right: 30px;
}
.top_left ul {
	padding: 0;
	margin: 0;
}
.top_left .fa {
	margin-right: 10px;
}
.top_left li a {
	color: #fff;
}
.top_right {
	display: inline-block;
	width: 100%;
	text-align: right;
}
.top_right ul{
 padding:0px;
 margin:0px;
}
.top_right li{
 display:inline-block;
}
.top_right li a {
	font-size: 14px;
	color: #fff;
	padding: 0 6px;
}
.top_right li:last-child a{
 padding-right:0px;
}
.header_menu {
	display: inline-block;
	width: 100%;
	margin-top: -50px;
	float: left;
}
.header_menu .navbar-inverse {
	background-color: #fff;
	border: none;
	border-radius: 0;
	margin: 0;
	min-height: auto;
	display: inline-block;
	width: 100%;
	z-index:111;
}
.header_menu .navbar-inverse::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -40px;
	border-bottom: 50px solid #fff;
	border-left: 40px solid transparent;
}
.header_menu .navbar-inverse::after {
	content: "";
	position: absolute;
	top: 0px;
	right: -40px;
	border-bottom: 50px solid #fff;
	border-right: 40px solid transparent;
}
.header_menu .navbar-brand {
	height: auto;
	padding: 10px;
}
.header_menu .nav.navbar-nav.navbar-right {
	margin-top: 35px;
}
.header_menu .nav > li > a {
	padding: 10px 14px;
	font-size: 16px;
	color: #2e2e2e !important;
}

.header_menu .navbar-inverse .navbar-nav > .active > a, .header_menu .navbar-inverse .navbar-nav > .active > a:focus, .header_menu .navbar-inverse .navbar-nav > .active > a:hover {
	color: #cc9840 !important;
	background-color: transparent;
}
.header_menu .navbar-inverse .navbar-nav  a:hover{
 color: #ce9c49!important;
}

.slider {
	display: inline-block;
	width: 100%;
	margin-top: -60px;
	position: relative;
	float: left;
}
.slider_text {
	position: absolute;
	top: 190px;
	text-align:center;
	color:#fff;
	width:100%;
}
.slider_text h1 {
	font-family: Helvetica Inserat LT Std;
	font-size: 46px;
	text-transform: uppercase;
	margin: 0 0 20px;
	letter-spacing: 2px;
}
.slider_text p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	text-shadow: 0 0 4px #000;
	margin-bottom: 30px;
}
.btn.yellow_btn {
	background: transparent;
	border: solid 2px #cc9840;
	padding: 10px 30px;
	border-radius: 2px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.btn.yellow_btn:hover{
background: linear-gradient(to top, #ca923e 0%, #f2f6a8 100%);
 color:#fff;
 border:none;
}
.slider .carousel-indicators {
	bottom: 15px;
}
.slider .item img {
	width: 100%;
}
.carousel-indicators li {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	margin: 0 3px;
}
.carousel-indicators .active {
	width: 14px;
	height: 14px;
	margin: 0 3px;
	background-color: #cc9840;
	border: none;
}
.about_bg {
	display: inline-block;
	width: 100%;
	background: #222;
	float: left;
}
.about_left_img {
	display: inline-block;
	width: 100%;
	margin-top: -76px;
	height: 400px;
}
.about_left_img img{
 width:100%;
 height:100%;
}
.about_detail {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}
.about_detail h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 30px;
	font-weight: 600;
	position: relative;
}
.about_detail h2::after {
	background: #cc9840;
	height: 3px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -15px;
	width: 75px;
}
.about_detail p {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding-right: 10px;
	margin-bottom: 15px;
}
.about_detail ul {
	padding: 0;
	margin: 0;
}
.about_detail li {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.about_detail li span {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: solid 1px #c4c4c4;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
.pd_left{
 padding-left:0px;
}
.service_block{
 background:url("../img/service_bg.jpg");
 width:100%;
 display:inline-block;
 float:left;
}
.right_overlay {
	background: rgba(0, 0, 0, .6);
	width: 63%;
	float: right;
	padding: 51px 0;
}
.right_overlay h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0px 0 40px;
}
.right_overlay h2::after {
	background: #cc9840;
	height: 3px;
	content: "";
	position: absolute;
	left: 45%;
	bottom: -15px;
	width: 75px;
}
.service_grid_width {
	display: inline-block;
	width: 83%;
	padding:0 0 0 40px;
}
.service_grid {
	display: inline-block;
	width: 46%;
	text-align: left;
	color: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	vertical-align: middle;
}
.service_icon {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.service_grid h3 {
	font-size: 20px;
	margin: 25px 0 15px;
}
.service_grid p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.service_grid.mrg_0{
 margin-bottom:0px;
}
.mrg_right{
 margin-right:0px;
}

.blog_section h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0px 0 35px;
}
.blog_section h2::after {
	background: #cc9840;
	height: 3px;
	content: "";
	position: absolute;
	left: 47%;
	bottom: -15px;
	width: 75px;
}
.blog_section {
	display: inline-block;
	width: 100%;
	background: #222222;
	padding: 40px 0;
}
.blog_section p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 35px;
}
.blog1 {
	display: inline-block;
	width: 100%;
	text-align: left;
}
.blog1 img{
width:100%;
}
.blog1 h3 {
	font-size: 18px;
	margin: 13px 0 10px;
	color: #fff;
}
.blog_section .blog1 p {
	text-align: left;
	line-height: 26px;
	margin-bottom: 10px;
	letter-spacing: .6px;
	text-align: justify;
	margin-bottom: 20px;
	min-height:104px;
}
.blog1 .btn.yellow_btn {
	padding: 8px 18px;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
}
.testimonial_bg{
 background:url("../img/testimonial.jpg") no-repeat;
 height:455px;
 display:inline-block;
 width:100%;
 padding:50px 0;
 background-size: cover;
}
.testimonial_slider h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0px 0 35px;
}
.testimonial_slider h2::after {
	background: #cc9840;
	height: 3px;
	content: "";
	position: absolute;
	left: 45.5%;
	bottom: -15px;
	width: 75px;
}
.testimonial_slider {
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.testi_user_img {
	display: inline-block;
	width: 100%;
	margin: 15px 0 20px;
}
.testimonial_slider p {
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.testimonial_slider b {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}
.testimonial_slider .carousel-indicators {
	bottom: -80px;
}
.app_section{
 background: #f5f5f5 url(../img/hand_mobile.png) no-repeat right;
 display:inline-block;
 width:100%;
 padding:30px 0;
}
.app_left {
	display: inline-block;
	width: 100%;
	margin: 50px 0 0;
}
.app_left h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 0 20px;
}
.app_left p {
	color: #f7931d;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 15px;
}
.app_left h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 0 25px;
}
.app_left a {
	margin-right: 40px;
	display: block;
}
.mb-3 {
	margin-bottom: 10px;
}
.footer {
	background: url(../img/footer_bg.png) no-repeat;
	display: inline-block;
	width: 100%;
	margin-top: -15px;
	padding: 40px 0;
	background-size: cover;
}
.footer_detail {
	display: inline-block;
	width: 100%;
}
.footer_detail p {
	color: #fff;
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
	padding-right: 50px;
	letter-spacing: .5px;
}
.footer_detail h4 {
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin: 20px 0 25px;
}
.footer_detail ul {
	padding: 0;
	margin: 0px;
}
.footer_detail li {
	list-style: none;
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 30px;
	word-wrap: break-word;
}
.footer_detail li a {
	color: #fff;
	line-height: 30px;
}
.copyright {
	display: inline-block;
	width: 100%;
	background: #000;
	float: left;
	margin-top: -5px;
	padding: 15px 0px;
	text-align: center;
	color: #fff;
}
.copyright p{
 margin-bottom:0px;
}
.footer_detail li span {
	margin-right: 5px;
}
.social_icon li {
	display: inline-block;
	width: auto;
	padding: 0 3px;
}
.social_icon li:first-child{
 padding-left:0px;
}
.social_icon {
	margin: 10px 0 !important;
}
.footer_detail.mail_right p {
	padding-right: 0;
	font-size: 14px;
}
.subscribe_mail {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.subscribe_mail .form-control {
	background: transparent;
	border-color: #ddd;
	border-radius: 0;
	height: 44px;
	width: 100%;
	display: inline-block;
}
.subscribe_mail input::placeholder {
	color:#fff;
	font-weight:lighter;
}

.btn.send_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	background: linear-gradient(to top, #ca923e 0%, #f2f6a8 100%);
	color: #fff;
	border-radius: 0;
	font-size: 22px;
	padding: 0 10px;
	vertical-align: top;
}
.dashboard_block {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0;
}
.panel-heading.dashboard_heading {
    background: #222;
    color: #fff;
    font-size: 18px;
}
.dashboard_block h4 {
    margin: 0;
    font-size: 15px;
}
.btn.btn-info.btn-xs {
    background: #f7931d;
    border-color: #f7931d;
    margin-top: 5px;
}
.table-responsive.table_search_list {
    width: 100%;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}

/*new css created by laxmikant*/



.dash-board-content{display: inline-block;width: 100%;}

.dash-board-left{background: #fff;
display: inline-block;
border-radius: 3px;
padding: 10px 15px;box-shadow: 0 2px 5px rgba(0,0,0,0.15);}
/*.dash-board-right{background: #fff;
display: inline-block;
border-radius: 3px;
padding: 10px 15px;box-shadow: 0 2px 5px rgba(0,0,0,0.15);text-align: center;padding: 30px;width: 100%;min-height: 530px;}*/

.dash-part-bx{background: #181819;text-align: left;margin: 20px 0;border-radius: 3px;}


.dash-part-bx a:hover {
    background: #ffffff;box-shadow: 0 5px 15px rgba(0,0,0,0.3);
transform: translateY(-8px);
color: #222222;

}
.dash-part-bx a:hover .dash-part-bx-right{
 border-color:#333;
}
.dash-part-bx a {
    border-radius: 3px;
    display: inline-block;
    padding: 20px 15px;
    text-align: center;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    height: 100%;
    text-decoration: none;color: #fff;
    
}

.dash-part-bx a h4 {
    font-size: 18px;
    margin: 0px 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
.dash-part-bx a img{width: 60px;height: 60px;}




#skin-select {
    left: 0;
    position: absolute;
}
#skin-select {
    z-index: 11;
}
#skin-select {
    top: 0px;
    float: left;
    height: 100%;
}

#skin-select #toggle {
    height: 40px;
    line-height: 40px;
    z-index: 2147483647;
}
#skin-select #toggle {
    top: 0px;
}
#skin-select #toggle {
    background: #EDC064 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 0px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 9999;
}
#skin-select .fa.fa-bars {
    line-height: 40px;
}

#skin-select nav.sidebar {
    height: 100%;
    margin-bottom: 0;
    position: absolute;
}
#menu-showhide {
    margin: 48px 0 0 !important;
}
.skin-part .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #093358 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
nav.sidebar .navbar-nav > li:first-child {
    margin: 15px 0 0;
}
nav.sidebar, .main {
    transition: margin 200ms ease-out 0s;border: none;
}
nav.sidebar {
    background: #222222 none repeat scroll 0 0;
    width: 100%;
    z-index: 8000;
}
.wrap-sidebar-content {
    background: #222222;position: relative;
}
.dash-box-top{display: inline-block;width: 100%;height: 65px;}

.profile-right-dash {
    float: right;
    display: inline-block;
    margin: 20px 10px;text-align: center;
}

.profile-right-dash img{width: 35px;height: 35px;border-radius: 50%;display: inline-block;}
.profile-right-dash ul {
    padding: 0 0 0 5px;
    vertical-align: bottom;
    margin-top: 5px;
    font-size: 15px;float: right;
}
.profile-right-dash ul li{
    list-style: none;
}
.profile-right-dash .dropdown-menu{right: 0px !important;left: auto !important;}

.dash-box-top .navbar-brand img{width: 200px;}
.dash-box-top .navbar-brand {
    float: left;
    padding: 5px 0;
}


/*.first-rms img {

    text-align: left;
    margin: 35px 0px 0px;
    width: 100%;

}*/
.first-rms li a img{
width: 22px !important;
vertical-align: middle;
}
.first-rms li {width: 100%;}
.first-rms li .side-nav-b{width: 100%;margin: 5px 0 !important;
    }
.first-rms li span {
    font-size: 17px;
    vertical-align: bottom;
    color: #fff;
    margin-left: 10px;
}


.first-rms li .side-nav-b:hover {
   
    box-shadow: 0 1px 0px #353535;
    background: #000 !important;width: 100%;
}
.first-rms li .side-nav-b.active {
    box-shadow: 0 1px 0px #353535;
    background: #000;
    width: 100%;
}

#paper-bg .dashboard_block {
  min-height: 730px;
}

.profile-bxdash-img {
    background: #f2f2f2;
    padding: 20px 15px;
    border-radius: 5px;
    text-align: center;
}
.user-profile-image {
    border-radius: 24px;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.profile-bxdash-img p {
    font-size: 20px;
    word-wrap: break-word;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.profile-bxdash-content { background: #f2f2f2;
    padding: 20px 15px;
    border-radius: 5px;min-height: 238px;
}
.p-head {
    width: 200px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}
.p-result{word-wrap: break-word;}
.profile-bxdash .col-md-4 {
    padding-left: 0;
}
.profile-bxdash .col-md-8 {
    padding-right: 0;
}
.p-head-dash {
    padding: 0 5px;
}

.dash-part-bx-right {
	display: inline-block;
	border-left: 2px solid #fff;
	height: 100%;
	vertical-align: middle;
	margin: 0 0px 0 13px;
	padding: 0px 13px;
	text-align: right;
}
.dash-part-bx-right span {
    font-size: 30px;
}
.dash-box-top li a {
	color: #222;
}
.dash-box-top li a:hover{
 text-decoration:none;
 color:#f7931d;
}
.profile-right-dash .dropdown-menu {
	padding: 0;
}
.dashboard_footer .navbar.navbar-inverse.sidebar {
	border-radius: 0;
}
.dashboard_footer .copyright {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer_detail li a:hover {
	text-decoration: none;
	color: #cc9840;
}
.top_right li a:hover {
	color: #cc9840;
}
.top_left li a:hover{
 text-decoration:none;
 color: #cc9840;
}
.navbar.navbar-inverse.affix {
	top: 0;
	left: 0;
	box-shadow: 0 0px 3px #666;
}
.navbar.navbar-inverse.affix img {
	width: 80%;
}
.header_menu .navbar.navbar-inverse.affix .navbar-right {
	margin-top: 25px;
}
.navbar-right {
	margin-right: 0;
}
.service_request_block .nav.nav-tabs {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.service_request_block .nav.nav-tabs li > a {
	position: relative;
	display: block;
	padding: 10px 25px;
	background: #222;
	color: #fff;
	border: none;
	margin: 0 3px 0 0;
}
.service_request_block .nav.nav-tabs {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.service_request_block .nav.nav-tabs li.active > a, .service_request_block .nav.nav-tabs li.active > a:focus, .service_request_block .nav.nav-tabs li.active > a:hover {
	color: #fff;
	background-color: #EDC064;
	border: none;
}
.service_request_block .table-bordered > thead > tr > td, .service_request_block .table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}
.service_request_block .btn.btn-search.btn-sm {
	background: #f7931d;
	color: #fff;
	border-radius: 2px;
	margin-left: 5px;
	height: 29px;
}
.total_visitor {
	display: inline-block;
	width: 100%;
	background: #f5f5f5;
	padding: 10px 15px;
}
.total_visitor p{
 margin:0px;
}
.service_request_block h5 {
	margin: 20px 0;
	font-size: 16px;
}
.service_request_block .total_visitor h5 {
	margin: 0;
}
/***************start by alok**********************/
.section-title h2 {
	font-size: 20px;
	line-height: 30px;
}
.post-footer span{
	font-size:15px;

}
.bordered-image img{
		width:100%;

}
.top-margin{
		margin-top:30px;

}
.post-footer a{
	
	color:#000;
}
.section-title p{
	font-size: 14px;
	line-height: 30px;
	text-align: justify;

}
.section-title a{
		text-decoration:none;
		color:#000
 
}
.post-footer i{
	
`	color:#000;
}
.blig_user_img img{
	
	width:100%;
}
.detail_para p{
	
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
	margin-top:10px;
}
.slider_title_date h4{
	
	font-size:20px;
}
/***************end by alok**********************/

.notification_icon .fa.fa-bell {
	position: absolute;
	right: -13px;
	top: -7px;
	background: #EDC064;
	height: 18px;
	width: 18px;
	line-height: 18px;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
}
.btn.btn-danger.reject_btn {
	padding: 2px 12px 3px;
	font-size: 13px;
}
.tow_status {
	display: inline-block;
	width: 30%;
	padding: 5px 0;
}

.footer_detail li p {
	padding-right: 0;
	width: 90%;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}