/*@import url('../Admin/admin_plugins/ckeditor/js/krutidev.css');*/
/*********************************************************************************
common styles
***************/
body {
 background:#fff!important;
 color:#333!important;
 /*font-family: 'Poppins', sans-serif!important;*/
 font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
 margin:0px!important;
 padding:0px!important;
}
a {
 color:#333!important;
 cursor:pointer;
 text-decoration:none!important;
}
a:active {
 box-shadow:none!important;
}
p {
 line-height:22px;
 margin-bottom:10px!important;
 font-size:14px!important;
}
h1, h2 {
 margin-bottom:10px!important;
}
.no-padding {
 padding-left:0px!important;
 padding-right:0px!important;
}
.no-padding-right {
 padding-right:0px!important;
}
.no-padding-left {
 padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/
.text-orange {
 color:#ef642d
}
.btn {
 padding:6px 20px !important;
 border-radius:0!important;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.btn-sub, .btn-cancel {
 background: #0072b8;
 color:#fff;
 padding:10px 20px !important;
 border-radius:3px!important;
 margin-right:10px;
 margin-top:15px;
}
.btn-cancel {
 background:#fc910f;
}
.btn:hover {
 background:#333!important;
 color:#fff!important;
}
/*********************************************************************************
page loader
***************/
#load_overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fff;
  transition: 1s 0.4s;
}
#load_progress{
  height:2px;
  background:#80726a;
  position:absolute;
  width:0;
  top:50%;
}
#load_progstat{
  font-size:1em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#80726a;
}
/*********************************************************************************
header styles
***************/
header {
}
header.header-fixed-bar {
 position:fixed;
 width:100%;
 z-index: 999;
 background: #fff;
 top:0px;
}
header.header-fixed-bar .top-news-bar, 
header.header-fixed-bar .logo-bar {
 display:none
}
/*logo bar*/
header .logo-bar {
 background:#fff;
 padding:10px 0 15px
}
header .logo {
 display:block; 
}
header .logo img {
 max-width:100%
}
header .logo img.for-app {
	display:none;
}

header .pg-refresh {
	position: absolute;
	top: 4px;
	right: 15px;
	width: 25px;
	height: 25px;
	background: url(../design_img/icon-reload.png) no-repeat center top;
	display: none; 
	background-size: cover;
	cursor: pointer;
	 -webkit-transition: all 300ms linear; 
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .mob-btn-refresh:hover {
	transform:rotate(360deg)
}
/**/
header .mob-btn-refresh {
	width: 25px;
	height: 25px;
	background: url(../design_img/icon-reload.png) no-repeat center top;
	display: none;
	float: right;
	margin-top: 14px;
	background-size: cover;
	cursor:pointer;
	 -webkit-transition: all 300ms linear;
	 -moz-transition: all 300ms linear;
	 -o-transition: all 300ms linear;
	 -ms-transition: all 300ms linear;
	 transition: all 300ms linear;
}
header .pg-refresh:hover {
	transform:rotate(360deg)
}

/*user nav*/
header .user-nav {
	float: right;
	margin: 10px 0 0;
}
header .user-nav ul {
	list-style:none;
}
header .user-nav ul li {
	float:left;
}
header .user-nav ul a {
	display: block;
	margin-left: 5px;
	padding: 3px 15px 4px; 
	color: #db251c !important;
	text-transform: capitalize;
	border-radius: 5px;
	border: 2px solid #db251c;
}
header .user-nav ul li.visitor{
	 
}
header .user-nav ul li.editor {
	  
}
header .user-nav ul a:hover, header .user-nav ul a:hover .fa {
	background:#db251c!important;color: #fff !important;
}
 
/* nav bar */
header .nav-bar {
 background:#000;
}
header .nav-bar .nav-container {
 white-space: nowrap;
 overflow-x: auto;
}
/*site nav*/
header .site-nav {
 margin:auto;
 display:table;
}
/*********************************************************************************
section styles
***************/
section.slider {
}
section.slider .news-slide-bar {
 padding:15px 0; margin-bottom:10px
}
section.slider .news-slide-bar .news-col {
height:375px;
background: #eee;
}
section.slider .news-slide-bar .news-col img {
	width: 100%; 
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	/* margin-bottom: -50%; */
	/* margin-right: -50%; */
	/* transform: translate(-50%, -50%); */
}
 
section.slider .news-slide-bar .news-col .news-title {
	background: #333333b3;
	padding: 20px 20px 20px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
section.slider .news-slide-bar .news-col .news-title p {
 margin-bottom:0!important
}
section.slider .news-slide-bar .news-col .news-title p a {
 font-size:15px!important;
 font-weight:600;
 color:#fff!important;
}
section.slider .news-slide-bar .news-col .news-title p a:hover {
 color:#fdbe00!important;
}
section.slider .news-slide-bar .owl-nav div {
	background: #eee !important;
}
 
/**/
section.slider .news-slide-bar  #desk_ad_slide .news-col{ height:210px;background:#eee;}
section.slider .news-slide-bar  #desk_ad_slide img{ 
/*width:100%;	
height:100%;
position:relative;
left:50%;top:50%;	
margin-bottom:-50%;margin-right:-50%;
transform:translate(-50%, -50%);*/
}
section.slider .news-slide-bar  #desk_ad_slide .owl-nav div {
	background: #fdbe00 !important;
}
/**/
section.slider .eagle-gallery {
	height: auto!important; 
} 
section.slider .eagle-gallery.eagle-pics .owl-carousel.mini-slider .owl-item{
	height: auto!important;
}
section.slider .eagle-gallery.in .mini-slider .owl-controls .owl-buttons div.owl-prev {
	left: 0
}
section.slider .eagle-gallery.in .mini-slider .owl-controls .owl-buttons div.owl-next {
	left: auto
}
/**/
section.slider .news-slide-bar.bottom_ad_slide {
	padding: 0;margin-top: 50px;
}
section.slider .news-slide-bar.bottom_ad_slide .news-col,
section.slider .eagle-gallery.eagle-pics .owl-carousel.mini-slider .owl-item{ height:230px!important;background:#eee;}
section.slider .news-slide-bar.bottom_ad_slide img{ 
/*width:100%;	
height:100%;
position:relative;
left:50%;top:50%;	
margin-bottom:-50%;margin-right:-50%;
transform:translate(-50%, -50%);*/
}
/**/
.desk_cat_ad {
	height: 280px;
	background: #fff;
	margin-bottom: 10px;
	display:none
}
.desk_cat_ad img {
	width: 100%;
	height: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
 

/**/
section.contents {
}
/*main heading*/
.main-head {
 margin-bottom:10px !important;
 line-height:25px!important;
 font-weight:600;
 font-size:18px !important; 
 text-transform:uppercase;
 position:relative;
}
.main-head span {
	background: #fff;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}
.main-head::after {
	content: '';
	position: absolute;
	background: #eee;
	width: calc(100% - 45px);
	height: 1px;
	top: 12px;
	left:0;
}
.main-head a{
	background:#fff;
	position: absolute; 
	color:#db251c!important;
	right: 0;
	font-size:13px; 
}
.main-head a.icon {
	background: #db251c;
	width: 27px;
	height: 27px;
	display: block;
	border-radius: 100%;
	top: -1px;
	
}
.main-head a.icon:after {
	content: "\f105   ";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 15px;
}

/*news-bar*/
.top-news-bar {
 /*border:1px solid #d84a21;*/
	overflow:hidden;
	 font-size: 15px;
	 width:100%;
	 margin:17px 0 0;  
}
.top-news-bar .news-title {
 float:left;
 padding: 8px 12px 6px!important;
 margin-bottom:0!important;
 width: 100px;
 background:#da251d;
 color:#fff;
 font-size: 16px!important;
 font-weight:600;
 text-transform:uppercase;
}
.top-news-bar .news-title .fa {
 margin-right:5px;
}
.top-news-bar .news-text {
 float:left;
 background:#f7f7f7;
 padding: 8px 20px 5px!important;
 margin-bottom:0!important;
 width: calc(100% - 100px);
 color:#666;
 font-size: 15px!important; 
}
.top-news-bar .news-text a {
 border-right:1px solid #ccc;
 padding-right:10px;
 margin-right:10px;
 cursor:default;
}
.top-news-bar .news-text a:hover {
 /*color:#d84a21 !important*/
}
.top-news-bar .news-text a:last-child {
 border:0
}
/**/
.news-home-bar {
 
}
.news-home-bar .news-not-found{
	margin:0 15px;
	padding:20px;
	border:1px solid #eee;
	font-weight:600;
	background:#fff;
}

/*news block */
 .news-block {
 position:relative;
 background:#fff;
 margin-bottom: 10px;  
 padding: 10px 0px 0px; border-top:2px dotted #ddd
}
.news-block .news-pic {
	width: 100px;
	height: 80px;
	display: inline-block;
	background: #eee;
	vertical-align: top;
	position: relative; 
	overflow: hidden;
}
.news-block .news-pic img {
	width: 100%;
	height: 80px;
}
.news-block .news-info {
 width: calc(100% - 110px);
 display: inline-block;
 margin-left: 10px;
}
.news-info p {
 font-size: 14px !important; /*13px*/
 line-height: 20px;
 text-align:justify;
 color: #333 !important;
 margin-bottom: 0 !important;
}
.news-info p.post-on {
 font-size: 11px !important;
 color: #999 !important; 
}
.news-info p.post-on.mob { display:none}
.news-info p.post-on .fa {
 color: #db251c !important;
}
.news-info p a {
 color: #333 !important; 
}
.news-info p a:hover {
 color: #d84a21 !important;
}
 .news-block iframe{
	width:100%;
	height:230px; 
 } 
 
/* news first category*/
.news-home-bar.first-cat{
	
	
}
.news-home-bar.first-cat  .news-block{
	height: 312px;padding: 0px; 
 border:1px solid #eee; 
	
}
.news-home-bar.first-cat  .news-block .news-pic {
	width: 100%;
	height: 198px;
	display: block;
}
.news-home-bar.first-cat  .news-block .news-pic img { 
	height: 198px;
}
.news-home-bar.first-cat  .news-block  .news-info {
 width: 100%;
 display: block;
 margin-left: 0px; padding: 13px 10px 10px ; 
} 
.news-home-bar.first-cat  .news-block  .news-info p.post-on { 
 position:absolute;
 bottom:8px;
left: 15px;
}
/**/
.news-home-bar.first-cat.video{
	 
}
.news-home-bar.first-cat.video .main-head {
	margin-top: 15px !important;
}
.news-home-bar.first-cat.video .news-block {
	height: 285px; 
}
.news-home-bar.first-cat.video .news-pic {}
.news-home-bar.first-cat.video .news-pic:after {
	content: '';
	background: #00000059;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.news-home-bar.first-cat.video .news-pic .vi-play { 
	width: 50px;
	height: 50px;line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	right: inherit;
	margin-left: -25px;
	margin-top: -25px;
	border: 2px solid rgba(255,255,255,0.7);
	border-radius: 100%;
	z-index: 9;text-align: center;
}
.news-home-bar.first-cat.video .news-pic .vi-play .fa{ color:rgba(255,255,255,0.7)!important ;font-size:20px; }


/* new home right */


.new-home-right .main-head {
	margin-bottom: 5px !important; 
}
.new-home-right .news-home-bar .news-block{
	padding: 0px 0px 5px;
	height: auto; border:0; border-bottom:1px solid #eee
}
.new-home-right .news-home-bar .news-block:last-child{border:0;padding: 0; }
.new-home-right .news-home-bar .news-block .news-pic {
	width: 85px;
	height: 70px; 
}
.new-home-right .news-home-bar .news-block .news-info {
	width: calc(100% - 95px); 
}
.new-home-right .news-home-bar .news-block .news-info p.post-on { 
	position: inherit; margin-top:5px!important 
}
/**/
.news-bottom .main-head{ margin-top:15px!important}
.news-bottom .main-head:after{
	display:none
}
/**/
.news-home-bar.todays {
	padding-top: 13px;
}
.news-home-bar.todays .col-sm-6:first-child .news-block { 
	padding: 0;
	border-top: 0;
}
.news-home-bar.todays .col-sm-6:first-child  .news-pic,
.news-home-bar.todays .col-sm-6:first-child  .news-pic img {
	width: 100%;
	height: 210px; 
}
.news-home-bar.todays .col-sm-6:first-child .news-block .news-info {
	width: 100%; 
	margin-left: 0px;padding-top: 10px;
}
/*photo-news*/
.news-home-bar.photo-news{
	padding-top: 13px;
}
.news-home-bar.photo-news .news-block {
	height: auto;
	padding: 0px;
	border: 1px solid #eee;
	position:relative
}
.news-home-bar.photo-news .news-block .news-pic,
.news-home-bar.photo-news .news-block .news-pic img {
	width: 100%;
	height: 230px; 
}
.news-home-bar.photo-news .news-block .news-pic{position:relative}
.news-home-bar.photo-news .news-block .news-pic::after {
	content: '';
	background: #00000059;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.news-home-bar.photo-news .news-block .news-info {
	width: 100%;
	position: absolute; 
	bottom: 0;
	right: 0;
	padding: 10px;
}
.news-home-bar.photo-news .news-block .news-info p {
	font-weight: 500;
}
.news-home-bar.photo-news .news-block .news-info p a {
	color: #fff !important;
}
/*desk video ad*/
#desk_video_ad .news-block { 
	height: auto;
}
/**/ 
section.contents .content-bar {
 padding:20px 0;
 overflow:hidden;
}
/*location*/ 
.location {
 list-style:none;
 position: relative;
 margin-bottom:15px!important;
}
.location:after {
 content:'';
 clear:both;
 display:block
}
.location li {
 color:#999!important;
 text-transform:capitalize;
 float:left;
 width:auto;
 margin:  0px 10px 0px 0!important;
}
.location li:last-child {
 margin-right:0px!important;
}
.location li a:after {
 content: '\f0da  ';
 font-family: 'FontAwesome';
 font-size: 13px;
 margin-left:10px;
 color:#999
}
.location li:last-child a:after {
 content: '';
 margin-left:0px;
}
.location li a {
 color:#999!important;
 font-size:12px;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.location li a:hover {
 color:#da251d  !important;
}
.location li a.active {
 color:#da251d  !important; font-weight:700
}
section.contents .content-bar .main-head { display:none}
section.contents .content-bar .news-slide-bar {
	padding-top: 0px ;
}
section.contents .content-bar .news-slide-bar.bottom_ad_slide { 
	margin-top: 20px;
}
/*news details*/
.news-details {
}
.news-details h1:not(.main-head) {
 font-weight:600;
 font-size:20px;
 line-height:32px;
 border-bottom:1px solid #eee;
 padding-bottom:10px!important
}
.news-details h1:not(.main-head) span {
 font-size:13px!important;
 font-weight:400;
 color:#999;
}
.news-details h1 span.post-by {
 color:#333;
}
.news-details h1 span.post-by img {
	width:40px;
	height:40px;
	border-radius:100%;
	border:1px solid #ccc;
}
.news-details .main-head{ margin-top:10px!important}
.news-details .main-head:after{display:none}
.news-details .news-desc{
	 
}
.news-details .news-desc p{ text-align:justify}
.news-details .news-desc p, .news-details .news-desc ul{
	  
}
.news-details .news-desc iframe{
	width:50%!important;
	padding:10px;
	border:1px solid  #333;
	margin-top:20px;
}
/**/
.news-details .share-with {
 list-style:none;
 float:left;
 margin-bottom: 20px !important;
 margin-top: 10px !important;
}
.news-details .share-with li {
 float:left;
 margin-right:5px!important
}
.news-details .share-with li.share-title {
 width:90px;
 height:33px;
 border:1px solid #eee;
 padding-top:5px!important;
 padding-left:10px!important;
 margin-right:20px!important;
 position:relative
}
.news-details .share-with li.share-title:after, .news-details .share-with li.share-title:before {
 font-family: 'FontAwesome';
 color: #fff;
 content: "\f0da";
 font-size:22px;
 position:absolute;
 top:calc(50% - 16px);
 right:-8px;
}
.news-details .share-with li.share-title:after {
 color: #ddd;
 z-index:-1;
 right:-9px;
 top:calc(50% - 16px);
}
.news-details .share-with li.share-title .fa {
 width:20px;
 border-right:1px solid #eee;
 margin-right:8px
}
.news-details .share-with li a .fa {
 color:#fff!important;
 width:33px;
 height:33px;
 line-height:33px;
 text-align:center;
 border-radius:2px;
 border:0px;
 vertical-align:middle;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.news-details .share-with li a .fa-facebook {
 background:#3b5a9a
}
.news-details .share-with li a .fa-twitter {
 background:#28a8e0
}
.news-details .share-with li a .fa-whatsapp {
 background:#51d54d
}
.news-details .share-with li a .fa-envelope {
 background:#939393
}
.news-details .share-with li a:hover .fa {
 background:#333;
}
.news-details .mob-share {
	display:none
}	
/**/
.news-details .pages {
	list-style:none; 
    float:right;
     margin-bottom: 20px !important;
 margin-top: 13px !important;
}
.news-details .pages li {
	float:left;
	margin-left: 10px!important;
}
.news-details .pages li a {
	display: block;
 
	padding: 1px 8px;
	text-align: center;
	border: 1px solid #ef7f1b ;
	border-radius: 2px; 
	background: #fff;
} 
.news-details .pages li a:hover {
	color:#ef7f1b !important;
}
/*filter for epaper section*/
.filter {
	background:#f7f7f7; 
	padding:10px ;
	margin-bottom:10px; 
}
.filter .form-group {
	float:left; 
}
.filter .form-group label {
	font-weight:normal;
	margin: 10px 10px 0 0 !important;
	float:left;
}
.filter .form-group .form-control {
	float:left;
	width:190px;
}
.filter .form-group .form-control.dt {
	background-image: url(../design_img/icon-date.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
}
.filter .btn-view {
	background: #ef7f1b;
	color: #fff !important;
	padding: 4px 12px;
	border-radius: 25px;	
	float: right;
	margin-top: 7px;
}
.filter .btn-view:hover {background:#d84a21}
.filter ul{
	list-style:none!important; 
}
.filter ul > li{
	display: inline-block; margin-right:10px!important;position:relative;
}
.filter ul li a {display:block;
	padding: 8px 40px 8px 20px;
	background: #fff;
	font-size: 15px;
	position: relative;
}
.filter  ul li.date a{min-width: 220px;}
.filter > ul > li > a::after {
	font-family: 'FontAwesome';
	color: #da251d;
	font-size: 16px; 
	content: "\f0d7    ";
	position: absolute;
	right: 10px;
	top: 6px;
}
.filter ul li:first-child a:after {content:'';}
.filter > ul > li.date > a:after { 
	content: "\f133    "; 
} 
 
.filter ul li ul {
	position: absolute;
	z-index:9;
	top:37px;
	display: block;
	opacity: 0;
    height: 200px;
    overflow: hidden; 
overflow-y: auto; 
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transform: scale(0);
	transform: scale(0);
	transform-origin: top left;-webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.2)
box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.filter ul li ul li {
	margin-right: 0px !important;
}
.filter ul li ul li a{width:100%} 
.filter ul li ul li a:hover{background:#f2f2f2}
.filter ul li:hover ul {
	opacity: 1;
	/*overflow:visible;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
/**/
.epaper-bar{} 
.epaper-bar .epaper{  
	background:#fff; 
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
	border:1px solid #db251c; margin-bottom:15px
}
.epaper-bar .epaper img{max-width:100%;}
.epaper-bar .epaper a{display:block; padding: 5px !important;    }
.epaper-bar .epaper a.btn, .epaper-bar .epaper a.btn:hover{padding: 10px 0!important; background:#db251c!important; color:#fff!important;font-size: 20px;    }
.epaper-bar iframe{border:0px; width:100%; height:1000px;} 
.epaper-bar .canvas_container {
	overflow:auto;	
	max-width: 800px;
	height:950px;
	margin: auto;
	border: 1px solid;
	width: 100%;
	display: block;padding: 5px 0;
	background:#fff url(../design_img/loading.gif) center center no-repeat;
      }
.epaper-bar .canvas-btn {
	display: table;
	margin: 40px auto 40px;
}
.epaper-bar .canvas-btn a {
	border: 1px solid #666;
	margin-left: -1px;
	padding: 8px 10px;
	background: #fff;
}
.epaper-bar .canvas-btn a:hover {background:#f2f2f2}
.epaper-bar .canvas-btn a .fa {  
	font-size: 9px;
	vertical-align: 1px;
	margin: 0 3px;
}
/*.epaper-bar #pdf_renderer {
	max-width: 800px;
	margin: auto;
	border: 1px solid;
	width: 100%;
	display: block;padding: 5px 0;
	background:#fff url(../design_img/loading.gif) center center no-repeat;
}*/
.epaper-bar .not-found{ 
	padding:20px;
	border:2px solid #999;
	font-weight:600;
	background:#fff;
	display:table;
	margin:70px auto 0;
}
/**/
.cube-box{
	width:150px;
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:999;  
}
.cube-box img{
	width:150px;
	height:105px;
}
.cube-box .cube-close {
	color: #fff !important;
	background: #ff7801; 
	top: -10px;
	right: -10px;
	position: absolute;
	cursor: pointer;
	font-size: 18px;
	z-index: 99;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.cube-box .cube-close:hover { background:#333}
/*rate-slide-bar*/
.rate-slide-bar {
	padding: 10px 0 80px;
}
.rate-slide-bar .rate-slide {
	background: #fff7e0;
	width:100% ;
	max-width:600px;
	margin:auto;
	position:relative
}
.rate-slide-bar .rate-slide img{
	width: 100%;
    height: 400px; 
}

.rate-slide-bar .rate-slide .rate-info-container{position: absolute;
    top: 115px;
    bottom: 120px;
    left: 0;
    right: 0;     }
.rate-slide-bar .rate-slide .rate-info-container h4 {
    background: #ef7f1b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 5px!important;
    font-weight: 700;
    margin-bottom: 15px!important;
}
.rate-slide-bar .rate-slide .rate-info{
	background:#fff;padding: 0 50px; 
}

.rate-slide-bar .rate-slide .rate-info p{
	font-size: 15px!important;
    margin-bottom: 0!important;
    float: left;
    width: 50%;
    line-height: 32px;
}
.rate-slide-bar .rate-slide .rate-info p{color: #8a4409;}
/* editor login */
.page-bar{
	border-top:3px solid #d84a21; 
	padding:30px 0px 0; 
}
.page-bar .reg-box {
	width: 100%;
	max-width: 350px;
	margin: auto;
	background:linear-gradient(0deg, #fff 30%, #fbfbfb  100%) !important;
	padding: 25px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.page-bar .reg-box .form-group { 
	margin-bottom: 10px !important;
}
.page-bar .reg-box .form-group .form-control {
	padding: 7px 12px;
	background: #fff !important;
	border-radius: 5px !important;
	font-size: 13px;
}
.page-bar .reg-box label.error {
	color: #ff0000;
	font-weight: normal;
	font-size: 12px;
	margin: 0; 
}
.page-bar .reg-box .btn-sub {
	background: #bd2d26;
	color: #fff;
	padding: 9px 20px !important;
	border-radius: 3px !important;
	margin: 11px auto 0; 
	display: block;
	width: 150px;
}

/*search bar*/ 
.search-bar { 
	/*background:#f7f7f7;*/
	padding:10px 0; 
	margin-bottom:10px; 
	position: relative;
	width: 100%;
	float: left;z-index: 1;
}
 
.search-bar .in-container { 
	padding:0px!important;
	width:calc(100% - 50px);
	float:left
}
.search-bar .bt-container {
	padding: 0;
	width:50px; 
	float:left
}
.search-bar .form-group {
	margin-bottom:0px!important;
}
.search-bar .form-group  .form-control {
	border:1px solid #ddd;
	border-right:0;
	height:auto;
	padding:9px 20px 9px!important;
	background: #fff !important;
	color:#999;
	border-top-left-radius:25px!important;
	border-bottom-left-radius:25px!important;
	
}
.search-bar .form-control::-moz-placeholder {
color:#999;
opacity:0.8;
}
.search-bar .form-control:-moz-placeholder {
color:#999;
opacity:0.8;
}
.search-bar .form-control::-webkit-input-placeholder {
color:#999;
opacity:0.8;
}
.search-bar .btn-search {
	background: url(../design_img/icon-search.png) no-repeat center;
	border: 0;
	background-color: #da251d;
	width: 100%;
	padding: 11px 5px 12px;
	border-top-right-radius:25px!important;
	border-bottom-right-radius:25px!important;
	
} 
.search-bar #search-result {
	position: absolute; 
	background: #fff;
	z-index: -1;
	width: 100%; 
	display:none;
}
.search-bar #search-result ul {
	padding: 55px 20px 15px !important;
	border: 1px solid #eee;
	border-radius: 15px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	list-style: none;
}
.search-bar #search-result ul li{
padding: 5px 0 !important;
cursor:pointer
}

/* directory category*/
.dir-cat-bar {
	padding: 0!important; border:0; background:#fff
}

.dir-cat-col {
display:block;
height:140px;
 padding:22px 5px!important; 
 border:1px solid #f2f2f2;
 border-radius:10px; margin-bottom:20px;
 cursor:pointer;
}

.dir-cat-col h4 {
	font-size: 14px;
	font-weight:400;
	color: #333;
	text-transform: capitalize;
	text-align: center;
	line-height: 20px;
	margin: 10px 0 0px !important;
}
.dir-cat-col .cat-icon, .dir-cat-col .no-photo {
	width: 60px;
	height: 60px; 
	background: #fff;
	/*padding: 0px;border:1px solid #f2f2f2;*/
	margin: auto;
	border-radius:100%; 
} 
.dir-cat-col .cat-icon img {
    max-width: 60px;
    height: 60px;
    margin: auto;
    display: table;
}
.dir-cat-col .no-photo{
background: #e68823;color: #fff;text-align: center;line-height: 60px; text-transform:uppercase;
border:0;
}
.dir-cat-col:hover{
	border-color:#e68823;
}

/* directory section */
.ads-sub-block-bar-main{
padding: 0!important; border:0; background:#fff
}
.ads-sub-block-bar-main h4.ads-head {
	background: #ef7f1b;
	padding: 10px 25px !important;
	color: #fff;
	margin-bottom: 15px !important;
	border-radius: 25px;
}
.ads-sub-block-bar-main h4.ads-head img{ max-width:25px ; margin-right:10px;}
.ads-sub-block-bar{}
.ads-sub-block-bar:after {
	content:'';
	display:table;
	clear:both
}
.ads-sub-block {
	  float: left;  
	  width: calc(50% - 5px);  
	 margin-right: 10px;  
	 height: 240px;   
	margin-bottom: 10px;
	background: #fff;
	padding: 15px 15px 15px;
	border:1px solid #eee; 
	border-radius: 8px; 
}  
.ads-sub-block:nth-child(2n+2) { margin-right: 0px;/* background:red*/  }
.ads-sub-block:after {
	content:'';
	display:table;
	clear:both
}
 .ads-sub-block .ads-pics {
	width: 80px;
	float:left;
	background: #f7f7f7;
	vertical-align: top;
	position: relative;  
	border-radius: 8px;
}
 .ads-sub-block .ads-pics img {
	max-width: 100%;
	height: 95px;
	border-radius: 8px;
	margin: auto;
	display: block;
}
 .ads-sub-block .ads-info {
	 width: calc(100% - 100px); 
	float:right;
	/*height:115px*/
	}
.ads-sub-block   h4 { 
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 2px !important;
	font-size: 16px;
	text-transform: capitalize;
	color: #ef7f1b; 
}
.ads-sub-block   h4 a{ color: #ef7f1b!important;  }
.ads-sub-block   p {
	font-size: 13px !important;
	line-height: 20px;
	color: #444 !important;
	margin-bottom: 0 !important;
}
 .ads-info  strong{ font-weight:600; color:#000} 
.ads-sub-block   p.owner { margin-top:5px!important}
.ads-sub-block   p.abt a{ color:#ef7f1b!important}


.ads-sub-block .btn-grp{ padding:13px 0 10px} 
.ads-sub-block a.btn {
	border: 1px solid #d84a21;
	border-radius: 25px !important;
	/*width: calc(50% - 10px);*/
	padding: 5px 5px !important;  
	/*margin-right: 10px;*/
	width:100%;
	font-size: 13px !important;
}
.ads-sub-block a.btn:hover {
	background:#fff!important;color: #444 !important;
}
.ads-sub-block a.btn .fa {
	margin-right: 10px; color:#d84a21
}
.ads-sub-block a.btn-call {  }
.ads-sub-block a.btn-mail {
	/*margin: 0;
	width: calc(50% - 5px);*/
	border-color: #f2bb11;
}
 /**/
.ads-details.ads-sub-block {
    float: none;
    width: 100%;
    margin-right: 0px;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
} 
.ads-details.ads-sub-block .ads-pics {
    width: 300px; 
}
.ads-details.ads-sub-block .ads-pics img { 
    height: auto; 
}
.ads-details.ads-sub-block .ads-info {
    width: calc(100% - 320px); 
}
.ads-details.ads-sub-block .ads-info p{margin:10px 0!important}
.ads-details.ads-sub-block .ads-info p.abt{ text-align:justify; margin:10px 0!important}
 
 
 
 
/* contact bar */
.contact-bar {
}
.contact-bar .cont-nav {
 background:#f5dd96;
 padding:40px;
 overflow:hidden;
}
.contact-bar .cont-nav h3 {
 color:#333;
 text-transform:uppercase;
 font-weight:600;
 margin: 0 0 40px 0!important;
 text-align:left
}
.contact-bar .cont-nav ul {
 list-style:none;
 margin-bottom:20px!important;
}
.contact-bar .cont-nav ul li {
 line-height: 24px;
 margin-bottom: 20px !important;
 overflow:hidden;
}
.contact-bar .cont-nav ul a {
 display:block;
 color:#333 !important;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 font-size: 14px;
}
.contact-bar .cont-nav ul a i {
 margin-right:25px;
 float:left;
 margin-top: 4px;
 font-size: 20px;
 width:20px;
}
.contact-bar .cont-nav ul a span {
 float:left;
 display:block;
 width:calc(100% - 50px );
}
/**/
.contact-bar .main-head {
 text-align:center;
 margin: 30px 0 !important;
}
.contact-bar .iframe-form {
 width:100%;
 height:400px;
}
.contact-bar .form-group {
 position: relative;
 margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
 border-radius: 3px !important;
 background: #eee;
 border:0;
 color:#999;
 width: 42px !important;
 border-top-right-radius:0 !important;
 border-bottom-right-radius:0 !important
}
.contact-bar .input-group {
 width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
 display:block;
 width:100%;
 color:#333333;
 font-size:14px;
 padding:15px 10px;
 height:auto;
 background:#f6f6f6!important;
 border-radius: 3px !important;
 border-top-left-radius:0 !important;
 border-bottom-left-radius:0 !important;
 border:0px solid #ececec!important;
 transition:all 500ms ease;
 -webkit-transition:all 500ms ease;
 -ms-transition:all 500ms ease;
 -o-transition:all 500ms ease;
}
.contact-bar textarea {
 height:160px;
 resize:none;
 padding-left: 10px !important;
}
.contact-bar .button {
 font-size:16px;
 margin-top:10px;
 margin:auto;
 display:table;
}
/*********************************************************************************
my table start
***************/
section.contents .mytable {
}
section.contents .mytable caption {
 color:#333333;
 text-align:center;
 margin-bottom:5px;
 padding:0px;
 font-weight:600;
}
section.contents .mytable th {
 background:#3b8334;
 color:#fff;
 font-weight:600;
 vertical-align:middle!important;
 text-align:center;
 font-size:14px;
 text-transform:capitalize;
 height:40px;
}
section.contents .mytable td {
 vertical-align:middle!important
}
section.contents .mytable tr {
 -webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 -ms-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
 text-align:center;
 font-size:14px;
}
 section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
 background:#eee
}
/*********************************************************************************
list styles start
***************/
ul.mylist {
 list-style:none;
 padding:0 0 0 10px;
 margin:0 0 15px 25px !important;
 font-size:14px
}
ul.mylist li {
 line-height:22px;
 text-indent:-25px;
}
ul.mylist li:before {
 content: "\f138   ";/*f105 f138  */
 font: normal normal normal 14px/1 FontAwesome;
 margin-right:10px;
 color:#f88530;
}
ul.mylist li li:before {
 content: "- ";/*f105 f138  */
 font: normal normal normal 14px/1 FontAwesome;
 margin-right:16px;
 color:#f88530;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
 position: relative;
 margin-bottom: 18px !important;
}
.form-group label {
 font-weight:normal;
}
.form-group .label-err {
 width: auto;
 font-size: 11px;
 color: #f17e21;
 padding: 0px;
 position: absolute;
 left: 0;
}
.form-group .form-control {
 border-radius:0!important;
 box-shadow:none;
 background:none;
 padding:8px 12px;
 height:auto;
}
.form-group select.form-control {
 background-color: transparent;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-image: url(../design_img/icon-select-arrow.png);
 background-repeat: no-repeat;
 background-position: right 6px top 50%;
 z-index: 0;
 /*padding: 7px 20px 7px 4px; */
	padding-left:5px;
 padding-right:20px;
}
/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
 margin-right:15px;
}
.form-group input[type=radio] {
 margin-right:5px;
}
.form-group .label-check {
 margin-right:15px;
 text-transform:none!important;
 font-family: 'Poppins', sans-serif!important;
}
.form-group .label-check a {
 color: #fcd80f!important;
}
.form-group .label-check a:hover {
 text-decoration:underline!important
}
.form-group input[type=checkbox] {
 margin-right:5px;
}
.form-group .form-control:focus {
 box-shadow:none;
 border-color:#ffa34a;
 color:#ffa34a
}
.form-group textarea.form-control {
 resize:none;
}
/**/
.footer-mob{
	background:#000; 
	padding:10px 0 10px 0;
	position:fixed;
	width:100%;
	bottom:0;
	display:none;
	z-index:9999;
}
.footer-mob::before, .footer-mob:after {
	content: '';
	background: url(../design_img/corner-left.png) no-repeat left bottom ;
	width: 25px;
	height: 25px;
	position: fixed;
	bottom: 46px;
	z-index: 9999;
	left: 0px;
}
.footer-mob::after {
	right: 0;
	left: inherit;background: url(../design_img/corner-right.png) no-repeat right bottom ;
}
.footer-mob a{ color:#fff!important; text-align:center; display:block; font-size:19px;}

/********************************************************************************
footer styles
***************/
footer .footer-bar {
	background:#000;
	position: relative;
	padding:60px 0 0px 0;
	overflow:hidden;
	margin-top:50px
}
footer h2 {
	text-align:left;
	color: #DB251C;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 15px !important;
	position: relative; 
} 
footer h3 {
	font-size:20px;
	margin-bottom:10px !important;
	color: #fff;
}
footer .footer-about-text {
	font-size: 14px !important;
	line-height: 24px;
	color: #fff; 
} 
footer .footer-bar-top {
}
footer .footer-bar-top p {
	text-align:left
}
footer .footer-bar-top p span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
footer .footer-bar-top p strong {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
footer .footer-more {
	color:#ffc40f!important;
	text-decoration:underline!important
}
/**/
footer .footer-bar-middle {
	border-bottom: 1px solid #dadada;
	padding:15px 0 0px 0
}
footer .footer-bar-middle h4 {
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	font-weight:400
}
footer .footer-bar-middle p {
	text-align:justify;
	font-size:13px!important;
}
footer .footer-bar-middle .read-more {
	color:#81b833!important
}
/**/
footer .footer-bar-bottom {
	border-top: 1px solid #2d2b2b; 
	padding: 10px 0 20px;/* background: #444; */
}
/* footer site nav*/
footer .site-nav ul {
	list-style:none;
}
footer .site-nav ul li {
	line-height:30px;
	display:block;
	padding-right: 20px !important;
	border-bottom:0px dashed #999;
}
footer .site-nav ul a {
	display:block;
	font-size:14px;
	color:#fff !important;
	line-height: 30px;
	text-transform:capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .site-nav ul a::before {
 content: '\f101 ';
 color: #DB251C;
 margin-right: 15px;
 opacity: 1;
 -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
 font: normal normal normal 13px/1 FontAwesome;
}
footer .site-nav ul a:hover {
	color:#DB251C !important;
}
.contact {
	list-style:none;margin-bottom: 30px !important;
}
.contact li {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px !important;
	line-height:24px;
}
.contact li i {
	font-size: 16px;
	color: #fff;
	width: 18px;
	text-align: center;
	padding-right: 18px;
}
.contact li.mail i {
	padding-right:13px;
}
.contact li.mobile i {
	padding-right:21px;
}
.contact li.landline i {
	padding-right:16px;
}
.contact li i, .contact li span {
	display: table-cell;
}
/*footer social nav*/
footer .social-nav ul {
	list-style:none;
	padding:0px!important;
	display: inline-block;
	margin: 0 0 7px !important;
	font-size: 14px;
	font-weight: 300;
	float: left;
}
footer .social-nav li {
	float:left;
	line-height:35px;
	margin-right:5px!important;
	color: #dadada;
}
footer .social-nav li:first-child {
	margin-top:0px!important;
	font-weight:400;
}
footer .social-nav li a {
	border:0!important;
	padding:0!important
}
footer .social-nav li a .fa {
	color:#ddd!important;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius:100%;
	vertical-align:middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size:14px;
}
footer .social-nav li a .fa-facebook {
}
footer .social-nav li a .fa-twitter {
}
footer .social-nav li a .fa-linkedin {
}
footer .social-nav li a .fa-youtube {
}
footer .social-nav li a:hover .fa {
	border-color: #fff;
	color: #fff !important;
	background: #DB251C;
}
footer .f-brdr-left {
	border-left:0px solid #ccc;
}
/**/
.down-app {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.down-app h4 {
	color:#fff;
	margin:25px 0 !important;
	font-weight:400;
}
.down-app img {
	border-radius:5px;
	border:1px solid #fff
}
/**/
footer .copy {
	font-size: 14px !important;
	margin-top: 7px !important;
	color: #ddd;
	margin-bottom: 0 !important;
	text-align: center;
}
footer .copy .co-name {
	color:#da251d;
}
p.designer {
	color:#dadada !important;
	margin-top:7px!important;
}
/* top and down button*/
#goTop, #goDown {
	border: 1px solid #ff0c00;
	border-radius:0%;
	width:40px;
	height:40px;
	padding-top:4px;
	text-align:center;
	position: fixed;
	bottom: 28px;
	right:  20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff!important;
	font-weight: bold;
	background: #ff0c00;
	z-index:1111;
	/*-webkit-animation: bounce 2s infinite;*/ /* Chrome, Safari, Opera */
	/*animation: bounce 2s infinite;*/
	display:block;
}
#goTop .fa, #goDown .fa {
	font-size:24px !important;
}
#goTop:hover, #goDown:hover {
	border-color: #fff;
	color:#fff!important;
}
