/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Poppins', sans-serif!important;
	font-size:14px!important;
	font-weight:300;
}
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;
	font-weight:300;
}
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: #bb120b ;
	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-bar {
	display:none
}
/* top bar */
header .top-bar {
	background:#fff;
	padding:5px 0;
	border-bottom:1px solid #eee
}
/*cont nav*/
header .cont-nav {
}
header .cont-nav ul {
	list-style:none;
}
header .cont-nav ul li {
	float:left;
	margin-right:30px!important
}
header .cont-nav ul a {
	display:block;
	color:#101010!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;
}
header .cont-nav ul li:first-child a {
	border-left:0;
	padding-left:0px;
}
header .cont-nav ul a .fa {
	margin-right: 10px;
	color: #ff7215;
}
header .cont-nav ul a span.cont-text {
}
header .cont-nav ul a:hover {
}
/*social links*/
header .social-nav {
	float:right;
	margin:-2px 0 0;
}
header .social-nav ul {
	list-style:none;
}
header .social-nav li {
	float:left;
}
header.social-nav li a {
}
header .social-nav li a .fa {
	color: #101010 !important;
	width: 30px;
	text-align: center;
	margin-left: 5px;
	font-size:14px
}
header .social-nav li a:hover .fa {
	color:#5fbc54!important;
}
/*logo bar*/
header .logo-bar {
	background: #bb120b;
	padding: 12px 0 12px;
}
header .logo {
	display:block;
	float:left;
}
header .logo img {
	max-width: 220px; 
}
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: 8px;
	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)
}
/*user nav*/
header .user-nav {
	float: right;
	margin: 10px 0;
}
header .user-nav ul {
	list-style:none;
}
header .user-nav ul li {
	float:left;
}
header .user-nav ul a {
	display: block;
	margin-left: 10px;
	padding: 5px 15px 5px;
	color: #fff !important;
	text-transform: capitalize;
	background: transparent;
	border: 2px solid #eee;
	font-weight: 500;
	border-radius: 25px;
}
header .user-nav ul a:hover {
	background:#f2b517 !important;
	color: #fff !important;
}
/* nav bar */
header .nav-bar {
	background: #fff;
	border-bottom: 2px solid #ef7f1b;
}
header .nav-bar .nav-container {
	white-space: nowrap;
	overflow-x: auto;
}
/*site nav*/
header .site-nav {
	margin:auto;
	display:table;
}
/*********************************************************************************
section styles
***************/ 
 .news-slide-bar {
	padding:10px 0;
	margin-bottom:10px
}
 .news-slide-bar .news-col {
	height:460px;
	background: #eee;
	overflow:hidden
}
 .news-slide-bar .news-col img {
	width: calc(100% + 4px);
	height:  calc(100% + 4px);
	position: relative;
	left: -2px;
	right: -2px;top: -2px;bottom: -2px;
	 
}
 .news-slide-bar .news-col .news-title {
	background: linear-gradient(0deg, #040404 0%, transparent 90%);
	padding: 70px 20px 20px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
 .news-slide-bar .news-col .news-title p {
	margin-bottom:0!important
}
 .news-slide-bar .news-col .news-title p a {
	font-size:15px!important;
	font-weight:600;
	color:#fff!important;
}
 .news-slide-bar .news-col .news-title p a:hover {
	color:#fdbe00!important;
}
/**/
.news-slide-bar #desk_ad_slide .news-col {
	height:240px;
	background:#eee;border: 1px solid #ccc;
}
.news-slide-bar #desk_ad_slide img {
	width:100%;
	height:100%; 
}
/**/

/**/
.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%);
}
/**/
#desk_bottom_ad_slide .news-block {
	height:250px;
}
#desk_bottom_ad_slide img {
	width:100%;
	height:100%;
	position:relative;
	left:50%;
	top:50%;
	margin-bottom:-50%;
	margin-right:-50%;
	transform:translate(-50%, -50%);
}
/**/
.inter-bar {
	border: 1px solid #ccc;
	padding: 10px;
	height: 200px;
	margin: 10px 0;
}
.inter-bar p.int-not{
text-align: center;
line-height: 175px;
font-weight: 500;
}
.inter-bar .int-block{}
.inter-bar .int-pic{
	width: 80px;
	height: 80px;border-radius: 100%; 
	border: 1px solid #eee;
	overflow: hidden;
	margin:0 auto 10px;
	
}
.inter-bar .int-pic img { max-width:100%;height: 80px;}
.inter-bar .int-info{ text-align:center}
.inter-bar .int-info p {
	line-height: 20px;
}

.inter-bar .int-info a {
	background: #f2b517;
	color: #fff !important;
	padding: 2px 10px;
	border-radius: 25px;
	margin-bottom: 5px;
	display: table;
	margin: auto;
}
/**/
.idx-news-block {
	position: relative;
	border: 1px solid #f2f2f2;
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}	
.idx-news-block .news-left{
	width:50%;
	float:left;
	border-right:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	padding:20px 20px;
	text-align:center;

}
.idx-news-block .news-right{
	border-bottom:1px solid #f2f2f2;
	border-right:none;
}
.idx-news-block .news-left .h-icon{
	width:45px;
	height:45px;
	margin:0 auto 20px !important;
}
.idx-news-block .news-left .h-icon img{
	max-width:100%;
}
.idx-news-block  .news-sub-block{
	position:relative;
}
.idx-news-block .news-sub-block h3 {
	font-size: 16px !important;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: inline-block;
	padding: 8px 20px 7px 25px !important;
	background: linear-gradient(to right, rgb(230, 117, 58), rgb(218, 37, 29));
	color: #fff; 
	text-transform: capitalize; 
	width: 200px;
	margin: 0 auto 18px !important;
}
.idx-news-block .news-sub-block h3 strong {
	position: absolute;
	background: #e98e44;
	margin: -24px 0 0 0px;
	text-align: center;
	left: 0px;
	width: 60px;
	height: 60px;
	line-height: 70px;
	border-radius: 100%;
}
 
	
.idx-news-block .news-sub-block h3 strong p {
	webkit-transform: rotateZ(-35deg);
	-moz-transform: rotateZ(-35deg);
	transform: rotateZ(-35deg);
	color: #1f1a17;
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 800;
	padding-top: 20px !important;
	padding-left: 5px !;
	margin-left: -11px !important;
	font-style: italic;
}
.idx-news-block .news-left h4 {
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 500;
	color: #1f1a17;
	margin-bottom: 0 !important;
	text-transform: capitalize;
}
/**/
section.contents {
}
/*main heading*/
.main-head {
	margin-bottom: 5px !important;
	line-height: 25px !important;
	font-weight: 600;
	font-size: 18px;
	background: #bb120b;
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
	padding: 3px 10px 2px !important;position: relative;
}
.main-head a {
	color:#fff !important;
}
.main-head::after {
	content: "\f0da    ";
	font: normal normal normal 16px/1 FontAwesome;
	position: absolute;
	left: 100%;
	color: #bb120b;
	top: 6px;
}
/*news-bar*/
.top-news-bar {
	/*border:1px solid #d84a21;*/
	overflow:hidden;
	font-size: 15px;
	width:100%;
	margin:10px 0 0
}
.top-news-bar .news-title {
	float: left;
	padding: 6px 15px 8px !important;
	margin-bottom: 0 !important;
	width: 120px;
	background: #d84a21;
	color: #fff;
	font-size: 16px !important;
	font-weight: 500;
	text-transform: capitalize; 
}
.top-news-bar .news-title .fa {
	margin-right:5px;
}
.top-news-bar .news-text {
	float:left;
	background:#f7f7f7;
	padding: 6px 20px 7px!important;
	margin-bottom:0!important;
	width: calc(100% - 120px);
	color:#666;
	font-size: 14px!important;
	font-weight:400;
}
.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 { 
	margin-bottom:15px;
}
.news-home-bar .news-not-found {
	margin:15px;
	padding:20px;
	border:1px solid #eee;
	font-weight:600;
	background:#fff;
}
/*news block */
.news-block {
	position: relative;
	background: #fff;
	margin-top: 5px;margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	height: 125px;
	border-radius: 5px;
	background: linear-gradient(0deg, #f0f0f0 0%, #fff 50%);
}
.news-block .news-pic {
	width: 100px;
	height: 85px;
	display: inline-block;
	background: #eee;
	vertical-align: top;
	position: relative;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 5px;
}
.news-block .news-pic img {
	width: 100%;
	height: 85px;
}
.news-block .news-info {
	width: calc(100% - 120px);
	display: inline-block;
	margin-left: 10px;
}
.news-info p {
	font-size: 13px !important;
	line-height: 20px;
	text-align:justify;
	color: #333 !important;
	margin-bottom: 0 !important;
}
.news-info p.post-on {
	font-size: 11px !important;
	/*color: #ef7f1b !important;*/
	position:absolute;
	bottom:8px;
	right:15px
}
.news-info p.post-on .fa {
	color: #f2b517  !important; margin-right:5px;
}
.news-info p a {
	color: #333 !important;
	font-weight:600;
}
.news-info p a:hover {
	color: #d84a21 !important;
}
.news-block iframe {
	width:100%;
	height:230px;
}
/**/
#desk_video_ad .news-block {
	height: auto;
}
/**/ 
section.contents .content-bar {
	padding:20px 0;
	overflow:hidden;
}
/*location*/ 
.location {float: right;
	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: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left:10px;
	color:#444
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
		color:#444!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:#ef7f1b !important;
}
.location li a.active {
	color: #bb120b !important;
	font-weight: 500;
}
/*news details*/
.news-details {
}
.news-details h1 {
	font-weight:600;
	font-size:20px;
	line-height:32px;
	 
}
.news-details h1 span {
	font-size:13px!important;
	font-weight:400;
	color:#999;
}
.news-details h1 span.post-by {
	color:#333;
}
.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:80%!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: 112px;
	height: 30px;
	background: #666;
	color: #fff;
	padding-top: 5px !important;
	padding-left: 10px !important;
	margin-right: 20px !important;
	position: relative;
	border-radius: 25px;
}
.news-details .share-with li.share-title:after {
	font-family: 'FontAwesome';
	color: #666;
	content: "\f0da";
	font-size:22px;
	position:absolute;
	top:calc(50% - 16px);
	right:-4px;
}
 
.news-details .share-with li.share-title .fa {
 
	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:100%;
	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:#fff;
	padding:17px 0px 10px;
	margin-bottom:10px;
	overflow:hidden;
}
.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 {
	border: 1px solid #ef7f1b;
	color: #d84a21 !important;
	padding: 4px 12px;
	border-radius: 25px; 
	margin: 7px auto 0;
}
.filter .btn-view:hover {
	background:#d84a21;color: #fff !important;
}
/**/
.e-paper-col {
	width:100%;
	height:850px;
	padding:5px;
	border:1px solid #333
}
/*rate-slide-bar*/
.rate-slide-bar {
	margin: 10px 0;
}
.rate-slide-bar .rate-slide {
	padding: 15px 20px;
	text-align: center;
	border: 2px solid #ef7f1b;
	font-size: 16px;
	font-weight: 600;
	color: #d84a21;
	background: #fff7e0;
}
/* editor login */
.page-bar { 
	padding:30px 0px ;
}
.page-bar h4 {
	color: #f27e17;
	margin-bottom: 10px !important;
}
.page-bar .pg-img {
	max-width: 100%;
	margin-bottom: 15px;
	border-radius: 5px;
}
/*reg box*/
.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: 15px !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 .btn-sub {
	background: #bd2d26;
	color: #fff;
	padding: 9px 20px !important;
	border-radius: 3px !important;
	margin: 11px auto 0; 
	display: block;
	width: 150px;
}
/* directory section */
.ads-sub-block {
	/* float: left; */
	/* width: calc(50% - 15px); */
	/* margin-right: 8px; */
	margin-bottom: 10px;
	/* height: 156px; */
	border: 1px solid #ddd;
	border-bottom: 2px solid #999;
	background: #fff;
	padding: 15px 15px 15px;
}
.ads-sub-block .ads-pics {
	width: 120px;
	display: inline-block;
	background: #eee;
	vertical-align: top;
	position: relative;
	display:none
}
.ads-sub-block .ads-pics img {
	max-width: 100%;
	height: 122px;
	border-radius: 5px;
	margin: auto;
	display: block;
}
.ads-sub-block .ads-info {
	/*width: calc(100% - 140px);*/
	width:100%;
	display: inline-block;
}
.ads-info h4 {
	background: #d84a21;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px !important;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	padding: 5px 15px !important;
}
.ads-info .site-nav ul {
	list-style: none;
	/*margin-left: 20px !important;*/
	margin-bottom: 0px !important;
}
.ads-info .site-nav ul li {
	/*text-indent: -9px;*/
	line-height: 20px;
	color: #333 !important;
	font-size: 14px !important;
}
.ads-info .site-nav ul li i {
	margin-right: 8px;
	color: #f2bb11 !important;
}
.ads-info p {
	font-size: 14px !important;
	line-height: 20px;
	color: #333 !important;
	margin-bottom: 0 !important;
}
.ads-info strong {
	font-weight:600;
	color:#f27d00
}

/*epaper*/
.epaper-bar{ padding:10px 15px 50px} 
.epaper-bar .epaper{  
	background: #f2b517; 
	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; 
	  margin-bottom:15px
}
.epaper-bar .epaper a{display:block; padding: 25px !important; color:#fff !important; font-size:17px;   }
.epaper-bar .epaper:hover { 
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.epaper-bar .not-found {
	border: 2px solid #ff6d00;
	padding: 15px 20px;
	text-align: center;
	display: table;
	margin: 20px auto 20px;
	color: #ff6d00;
	font-size: 14px;
}
/* contact bar */  
.contact-bar { 
}
   
.contact-bar .contact-info {
	position:relative;
	clear: both;
	display: table;
	width: 100%;
}
.contact-bar .inner-box .icon-box {
	position: relative;
	width: 70px;
	height: 70px;
	color: #ff4700;
	font-size: 20px !important;
	padding-top: 9px;
	border-radius: 100%;
	margin: 0 15px 15px 0;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	float: left;
	text-align: center;
	font-size: 35px !important;
}
.contact-bar .inner-box .text {
width: calc(100% - 100px);
float: right;
}
.contact-bar .inner-box .text h4 {
	font-weight: 600;
	font-size: 15px;
	color: #000;
	margin-bottom: 5px !important;
}
.contact-bar .inner-box .text a {
	color:#555;
}
.contact-bar .inner-box .text p {
	font-size:14px !Important;
	font-weight:400;
	line-height:24px;
}
.contact-bar .input-group-addon {
	border-radius: 0px;
	background: #f6f6f6;
	border-color: #ececec;
	border-bottom-color: #ddd !important;
	width: 42px;
}
.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 20px;
	background: #ffffff;
	border: 1px solid #ececec !important;
	border-bottom-color: #ddd !important;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}	 
 
/*********************************************************************************
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: 25px !important;
}
.form-group label {
	font-weight:normal;
}
.form-group label.error {
	width: auto;
	font-size: 13px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;top: 100%;
}
.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 styles
***************/
footer .footer-bar {
	background:#111;
	position: relative;
	padding:60px 0 0px 0;
	overflow:hidden;
}
footer h2 {
	text-align:left;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 25px !important;
	position: relative;
	padding-bottom: 20px !important;
}
footer h2:before {
	border-bottom: 1px solid #F2B517;
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 20%;
}
footer h3 {
	font-size:20px;
	margin-bottom:10px !important;
	color: #fff;
}
footer .footer-about-text {
	font-size: 14px !important;
	line-height: 24px;
	color: #999;
	text-align: justify;
}
footer .footer-logo {
	margin-bottom: 25px;
	max-width: 250px;
}
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: #dadada;
}
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;
	/* border-bottom: 1px solid #808080; */
	/* margin-bottom: 0px; */
	margin-top: 60px;
	padding: 20px 0 15px;/* 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:#999 !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: #f2b517;
 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:#ffb400 !important;
}
.contact {
	list-style:none;
}
.contact li {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px !important;
	line-height:24px;
}
.contact li i {
	font-size: 16px;
	color: #999;
	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: #de9145;
}
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: right;
}
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;
}
