*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: "Open Sans", sans-serif;
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
	   /*  background: #f8fafb; */
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h1{
    color: #505866;
    font-size:24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.section-header h2{
    color: #505866;
    font-size:24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    text-transform: capitalize;
    float: left !important;
    padding-left: 15px;
}
.logoimg
{
	width: 220px;height: auto;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#ff545a;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {/* padding:12px 0px; */}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 20px 21px;
    margin-top: 10px;margin-bottom: 10px;text-transform: capitalize;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #fff;background:#212121;padding-left: 20px;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #fff;background:#212121;}
nav.navbar.bootsnav ul.nav > li.active>a:hover {color: #fff;background:#212121;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:20px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #ff545a;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: absolute;
    background-color: transparent;
    border: 1px solid #000;
    padding: 5px 12px;
    right: 40px;
}
nav.navbar.bootsnav .navbar-toggle i{color: #000;}
/*.navbar-toggle */


.section-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
}
.spb-categories_title span
{
color: #000;
}
.section-title:before, .list-post:before, .list-post-content .post-category-marker, .widget-title:before, .list-post-wrap_column .post-category-marker, .list-post-media a:after
{
background: #212121;
}
.mt-50{
		margin-top:50px;
}
.section-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;

}
.section-title h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #292929;
}
.section-title h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #292929;
}
.section-title h4 {
    text-align: left;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
}

.list-post {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
	/* background: #fff;
    padding: 25px 15px;
    border: solid 1px #ccc; */
}
.fl-wrap1 {
    float: left;
    width: 100%;
    position: relative; 
	/*background: #fff;
    border: solid 1px #ccc;*/
    /* margin-top: 10px; */
		padding: 25px 15px;
}
.fl-wrap1 .widget-title {
text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
	margin-top: 0px;
}
.list-post:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
}
.list-post-media {
    position: relative;
    width: 40%;
    overflow: hidden;
    height: 190px;
    float: left;
    border-radius: 4px;
}
.list-post-media a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
.list-post-media a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 200ms linear;
}
.bg-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
.list-post-media a:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    font-size: 10px;
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 40%);
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
	    border-radius: 10px;
}
.list-post-content {
    float: left;
    width: 60%;
    padding: 3px 0 0 30px;
    position: relative;
}
.list-post-content:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.list-post-content:after {
    content: '';
    position: absolute;
    left: 14px;
    bottom: -18px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.list-post-content .post-category-marker {
    padding: 4px 13px;
    font-size: 10px;
}
.list-post-content .post-category-marker {
    float: left;
    margin-bottom: 6px;
}
.list-post-content h3 {
    overflow: hidden;
}
.list-post-content h3 {
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    display: block;
    width: 100%;
    clear: both;
}
.list-post-content .post-date {
    float: left;
    width: 100%;
    text-align: left;
    color: #a71c49;
    font-size: 12px;
    font-weight: 600;
    text-transform: CAPITALIZE;
    margin: 6px 0 3px 0;
}
.list-post-content .post-date i
{
   color: #a71c49;
    font-size: 18px;
    vertical-align: middle;
}
.author-link {
    float: left;
	margin-top: 6px;
}
.author-link img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
}
.list-post-content a{
color:#fff;
}
.list-post-content h3 a{
color:#000;
}
.author-link span{
color:#000;
    vertical-align: -webkit-baseline-middle;
}
.list-post-content p{
line-height:20px;
}
.rightad
{
    border-radius: 10px;
	   
}
.rightads img{
margin: 33px 0px!important;
border-radius: 10px;
margin-bottom:0px;	
}
.mt-20 {
    margin-top: 20px;
}

.widget-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
	    margin-top: 30px;
}
.social-widget a {
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
    padding: 20px 4px 0 66px;
    color: #000;
    border-radius: 2px;
    height: 60px;
    background: #f5f5f5;
    border: 1px solid #eee;
	font-size:12px;
	position:relative;
	margin-top:15px;
}
.social-widget a i {
    font-size: 15px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    left: 8px;
    top: 50%;
    margin-top: -20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 6%);
    transition: all 200ms linear;
	    text-align: center;
}
.social-widget span {
    font-weight: 600;
    float: left;
    margin-right: 5px;
}
.soc-widget-title {
    color: #6c757d;
}
.tagcloud
{
	    margin-top: 20px;
}
.tagcloud a {
    float: left;
    padding: 7px 12px;
    color: #fff;
    font-size: 12px !important;
    text-transform: capitalize;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    font-weight: 600;
    background: #222;
}
.tagcloud a:hover
{
background: #666;
color:#fff;
}
.list-post-wrap_column .post-category-marker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.listtag{
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
}
.bg-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
/* .list-post-wrap_column .list-post-media, .list-post-wrap_column .list-post-content {
    width: 100%;
}  */
.wd100
{
width: 100%!important;
}
.list-post-content h3 a 
{
    font-size: 16px !important;
    color: #000;
	    font-weight: 700;
}
.list-post-content1 h3 a 
{
    font-size: 16px !important;
    color: #000;
    margin-top: 11px;
	    font-weight: 700;
}
.list-post-content1 h3 {
    overflow: hidden;
}
.list-post-content1 h3 {
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    display: block;
    width: 100%;
    clear: both;
}
.list-post-content1 .post-date {
    float: left;
    width: 100%;
    text-align: left;
    color: #a71c49;
    font-size: 12px;
    font-weight: 600;
    text-transform: CAPITALIZE;
    margin: 6px 0 3px 0;
}
.list-post-content1 .post-date i
{
   color: #a71c49;
    font-size: 18px;
    vertical-align: middle;
}
.colorblack
{
color:#000!important;
}
/* .fl-wrap:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);} */
.mt-50
{
margin-top:50px;
}

.grid-post-media.art_b {
    border-radius: 4px;
    padding: 200px 0;
    height: auto;
}
.grid-post-media.art_b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%);
}
.grid-post-media.art_b:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
}
.grid-post-media .bg {
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.art_b .author-link {
    position: absolute;
    z-index: 10;
    left: 40px;
    top: 30px;
}
.art_b .author-link a {
    color: #fff;
}
.grid-post-media a {
    position: relative;
    display: block;
}
.art_b .author-link span {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    top: 9px;
	color: #fff;
    vertical-align: super;
}

.grid-post-media_title {
    position: absolute;
    bottom: 0;
    z-index: 20;
    left: 0;
    right: 0;
    padding: 10px 40px 30px;
}
.grid-post-item .post-category-marker
{
    background: #000;
	color:#fff;
}
.grid-post-media_title .post-category-marker {
    padding: 4px 13px;
    font-size: 10px;
}
.grid-post-media_title .post-category-marker {
    position: relative;
    top: 0;
    right: 0;
    float: left;
    margin-bottom: 15px;
	z-index: 10;
	    background: #000;
    color: #fff;
}
.grid-post-media_title h4 {
    text-align: left;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
}
.grid-post-media_title h4 a, .art_b .author-link a {
    color: #fff;
}
.video-date {
    float: left;
    color: #fff;
    font-size: 11px;
    margin-top: 6px;
    font-weight: 500;
}
.video-date i {
    margin-right: 3px;
	color: #e93314;
	font-size:15px;
}
.mb-50{
    margin-bottom: 50px;
}
.navbar-header a.navbar-brand:hover{
	/* padding:12px 0px!important; */
	padding-left:0px!important;
	margin:0px!important;
}
.wrap-sticky nav.navbar.bootsnav.sticked:hover .navbar-header a.navbar-brand:hover{
	padding:0px!important;
	padding-top:12px!important;
	margin:0px!important;
	margin-left:-15px!important;
	
}


/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 18px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #2f4468;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 15px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
	font-weight: 400;
}
.footer-menu ul.footer-menu-item li a:hover{color: #f43032;}
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #ff545a;}
.footer-social a:hover {background:#ff545a;color: #fff;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#ff545a;
	border:1px solid #ff545a;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #ff545a;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
.art-b3 .list-post-content
{
padding-left:0px!important;		
}
.art-b3 .list-post-content h3{
margin-top:20px;
}
.art-b3 .list-post-content h3 a
{
font-size: 20px !important;
    color: #000;
    font-weight: 700;

}
.art-b3 .list-post-content:before
{
	content: '';
    position: absolute;
    right: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.art-b3 .list-post-content:after {
    content: '';
    position: absolute;
    left: -14px;
    bottom: -15px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.art-b
{
	    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #EEE;
}

.list-post-media:hover .post-media_title , .grid-post-media:hover .post-media_title {
    bottom: 0
}
.post-widget-item-media a:hover:before , .post-widget-item-media a:hover:after , .list-post-media a:hover:before , .list-post-media a:hover:after , .grid-post-media a.gpm_link:hover:before , .grid-post-media a.gpm_link:hover:after {
    opacity: 1
}
.sb-categories_bg_item {
    position: relative;
    display: block;
    padding: 25px 60px 25px 30px!important;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #eee;
	
}
.spb-categories_title {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    padding: 6px 30px 6px 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    position: relative;
    border-radius: 2px;
    color: #fff;
    z-index: 6;
}

.spb-categories_title span {
    padding-right: 6px;
}
.spb-categories_counter
{
	background:#000;
	text-align:center;
}

.spb-categories_counter {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    border-radius: 2px;
    color: #fff;
    z-index: 6;
    font-weight: 600;
    overflow: hidden;
}

.sb-categories_bg_item:hover{
    opacity: 1;
	width:100%;
	

}
.sb-categories_bg_item .bg {
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	padding: 25px 60px 25px 30px;
}
.sb-categories_bg_item:hover .bg {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
	width:100%;
	padding: 25px 60px 25px 30px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}
.overlay:hover
{
	width: 100%;
	
}
.picker-wrap .list-post-wrap {
    overflow: hidden;
    border: 1px solid #eee;
    border-bottom: none;
    box-sizing: border-box
}

.picker-wrap .list-post {
    border: none;
    padding: 15px 20px;
    background: #f9f9f9;
	margin-bottom:0px;
}

.picker-wrap .list-post:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1px;
    background: #eee;
    height: 1px;
    z-index: 20
}

.picker-wrap .list-post:before , .picker-wrap .list-post .list-post-content:before {
    display: none
}

.picker-wrap .list-post .list-post-media , .picker-wrap .list-post .list-post-content {
    float: right
}

.picker-wrap .list-post .list-post-content {
    padding: 3px 30px 0 0
}

.picker-wrap .list-post .list-post-content h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden
}
.art-b3 .list-post-media {
  height: 375px!important;  
}
/* .art-b3{
	
	    border-bottom: 1px solid #eee;
		padding-bottom: 30px;
    margin-bottom: 30px;
}
.art-b3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
} */
.picker-wrap .list-post-content:after
{
	display:none;
}


.dark-btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 90px;
    background: #222;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    margin-top: 50px;
    border-radius: 4px;
	    text-align: center;
    width: 100%;
}
.dark-btn:hover
{
	background: #666;
	font-size: 12px;
	color:#fff;
}

.tabs-widget .tabs-menu {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    border: 1px solid #eee
}

.tabs-widget .tabs-menu li {
    float: left;
    width: 50%
}

.tabs-widget .tabs-menu li a {
    background: #222;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase
}

.tabs-widget .tabs-menu li.current a {
    color: #fff
}

.tab-content .post-widget-container {
    padding: 22px 18px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-top: none
}
.post-widget-item-media {
    float: left;
    width: 30%;
    overflow: hidden;
    border-radius: 4px;
}
.post-widget-item-media a:before
{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 200ms linear;
	
}
.post-widget-item-media a{
    position: relative;
    display: block;
}
.post-widget-item-content {
    float: left;
    width: 70%;
    position: relative;
    padding: 0px 0 0 15px;
}
.post-widget-item-content h4 a {
    text-align: left;
    padding-bottom: 4px;
    font-size: 16px !important;
    color: #000;
    font-weight: 700;
	
}
.pwic_opt li {
    float: left;
    margin-right: 8px;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.pwic_opt li i {
    margin-right: 4px;
    font-weight: 400;
	font-size: 14px;
	vertical-align: sub;
}
.post-widget-item {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}
.post-widget-item-media img{
height: 70px;
    width: 100%;
}
.bt-none
{
border-top:none;
padding-top:0px;	
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover {
    color: #fff!important;
    cursor: pointer!important;
    background-color: #666!important;
    border: none!important;
	border-radius:0px!important;
	    margin: 0!important;
		padding: 10px 30px!important;
}
.nav-tabs>li.active>a:focus,.nav-tabs>li>a {
	background:#222!important;
	color:#fff!important;
	border:none!important;
	cursor: pointer!important;
	border-radius:0px!important;
	margin: 0!important;
	padding: 10px 30px!important;
	
}
.tab-content .post-widget-container {
    padding: 25px 20px!important;
    background: #f9f9f9!important;
    border: 1px solid #eee!important;
    border-top: none!important;
}
.nav-tabs.nav-justified>.active>a
{

border:none!important;
}
input[type="text"]
{
	    display: inline-block;
    
    height: 60px;
    padding-left: 15px!important;
    font-size: 16px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0px 10px rgba(21, 19, 19, .1);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
	margin:20px 0px!important;
}
.heading1{
	    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #292929;
	margin-bottom: 20px;
}
.heading3{
	    text-align: center;
    font-weight: 700;
    color: #292929;
	margin-bottom: 20px;
}


/* code snippet */
.citybg {
    background-color: #292929;
    color: #fff;
    padding: 30px;
    text-align: left;
}
.citybg h2 {
margin-bottom: 15px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    margin-left: 5px;
    text-align: center;
	font-family: "Open Sans", sans-serif;
}
.cities {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cities li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.cities li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 5px;
    height: 67%;
    width: 0.5px;
    background-color: #bcbcbc;
}
.cities a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.cities a:hover {
    color: #1b8ecc;
}