/* VC */
.kc-row-container.kc-container{
	max-width:75rem;
	width:100%;
}
.kc_row .kc_col-sm-12{
	padding-left:0rem !important;
	padding-right:0rem !important; 
}
.widget {
    margin-bottom: 3.75rem;
}

.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
	line-height: 1;	
}
.recent-overlay-post .widget-post{
	position:relative;
	z-index:1;
}
.recent-overlay-post .widget-post:after{
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    background: #0f1012;
    opacity: 0.6;
    z-index: 1;
}
.recent-overlay-post.recent-posts-entry .dlab-media{
	position: absolute;
    width: 100% ;
    height: 100%;
}
.recent-overlay-post .widget-post-bx .dlab-info{
	padding:1.25rem;
    z-index: 2;
    position: relative;
}
.recent-overlay-post .dlab-info .dlab-title a{
	color:#fff;
}
.recent-overlay-post.recent-posts-entry .widget-post .dlab-meta ul li,
.recent-overlay-post .dlab-info .dlab-meta  ul li{
	color:#fff;
}
.recent-overlay-post .dlab-info .post-category a{
	
}

/* widget link*/
.widget-link ul{
    margin: 0rem;
    padding: 0rem;
}
.widget-link ul li{
	list-style:none;
	display: inline-block;
	padding-left: 0.1875rem;
    padding-right: 0.625rem;
    position: relative;
}
.widget-link ul li:last-child{
	padding-right:0.1875rem;
}
.widget-link ul li:last-child:after {
	content:none;
}
.widget-link li:after {
    content: "/";
    position: absolute;
    right: 0;
}

/* widget listing*/
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 1.125rem;
    margin-bottom: 0.8125rem;
    position: relative;
    padding: 0.625rem 0rem 0.625rem 0.9375rem;
    margin-bottom: 0;
    line-height: 1.25rem;
	border-bottom:0.0625rem solid rgba(0,0,0,0.1);
}
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    color: #11171A;
    text-transform: capitalize;
    font-size: 0.875rem;
	font-weight:500;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.wp-block-latest-posts li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-archives-list li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_nav_menu li a:hover,
.widget_recent_entries ul li a:hover,
.widget_services ul li a:hover{
	color:#000;
}
.wp-block-latest-posts li:after,
.wp-block-categories-list li:after,
.wp-block-archives-list li:after,
.widget_categories ul li:after,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    background: var(--dark);
    top: 1.0625rem;
}
.wp-block-latest-posts li li,
.wp-block-categories-list li li,
.wp-block-archives-list li li,
.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
    border-bottom: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.375rem;
	border-bottom:0.0625rem solid rgba(0,0,0,0.1);
}
.wp-block-latest-posts li li:last-child,
.wp-block-categories-list li li:last-child,
.wp-block-archives-list li li:last-child,
.widget_categories ul li li:last-child,
.widget_archive ul li li:last-child,
.widget_meta ul li li:last-child,
.widget_pages ul li li:last-child,
.widget_recent_comments ul li li:last-child,
.widget_nav_menu li li:last-child,
.widget_services li li:last-child{
	border-bottom:0;
	padding-bottom:0;
}
.wp-block-latest-posts ul,
.wp-block-categories-list ul,
.wp-block-archives-list ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_nav_menu li ul,
.widget_services li ul {
	padding-left: 1.25rem;
	margin-top:0.5rem;
	border-top: 0.0625rem solid rgba(0,0,0,0.1);
    margin-left: -0.9375rem;	
}
.wp-block-latest-posts li li:before,
.wp-block-categories-list li li:before,
.wp-block-archives-list li li:before,
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
	top: 1rem;
    left: 0;
}
/*widget search custom*/

.search-bx .btn {
    padding: 0.6875rem 0.9375rem;
    border: 0.0625rem solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	height: 100%;
}
/*widget search wp-default*/

.widget_search .screen-reader-text {
    display: block;
}
.searchform {
    position: relative;
}
.searchform input[type="text"] {
    width: 100%;
    height: 2.5rem;
    padding: 0.625rem 5.625rem 0.625rem 0.9375rem;
    border: 0.0625rem solid #CCCCCC;
}
.searchform input[type="submit"] {
    height: 2.5rem;
    padding: 0.625rem 0.9375rem;
    background-color: #77c04b;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
    background-color: #6ab33e;
    color: #ffffff!important;
    border-bottom-color: #5a9e2f;
}
/* Search BX style 1 */
.search-bx.style-1 .input-group-btn button {
    background: #000;
    border: 0;
    color: #fff;
    font-size: 0.9375rem;
    height: 3.125rem;
    width: 3.125rem;
    border-width: 0;
}
.search-bx.style-1 .form-control {
	border-width: 0;
    font-size: 0.9375rem;
    height: 3.125rem;
    background: #f5f5f5;
    padding: 0.3125rem 1.25rem;
}
/*widget recent-posts*/
.widget .dlab-title {
	margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 1.1875rem;
    line-height: 1.3;
    font-weight: 600;
}

.recent-posts-entry .widget-post .dlab-meta ul li{
	font-size:0.8125rem;
	color:#989898;
	font-weight: 400;
}
.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}
.recent-posts-entry .dlab-media {
    width: 5.625rem;
    height: 5rem;
    min-width: 5.625rem;
	margin: 0;
	border-radius: 0;
	align-self: start;
}
.recent-posts-entry .dlab-media img{
	height:100%;
	obeject-fit:cover;
}
.recent-posts-entry .dlab-info {
    background: transparent;
    padding: 0;
    padding-left: 0.9375rem;
    border: none;
	padding-right: 0;
}
.recent-posts-entry .post-meta span {
    margin-right: 0.625rem;
}
.recent-posts-entry .dlab-meta {
	margin-bottom: 0.3125rem;
}
/*widget recent-comment*/
/* Search BX style 1 */
.search-bx.style-1 .input-group-btn button {
    background: #000;
    border: 0;
    color: #fff;
    font-size: 0.9375rem;
    height: 3.125rem;
    width: 3.125rem;
    border-width: 0;
}
.search-bx.style-1 .form-control {
	border-width: 0;
    font-size: 0.9375rem;
    height: 3.125rem;
    background: #f5f5f5;
    padding: 0.3125rem 1.25rem;
}
.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #848482;
    font-style: normal;
}
.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}
.recent-posts-entry .dlab-post-media {
    width: 80px;
    min-width: 80px;
	margin: 0;
	border-radius: 0;
}
.recent-posts-entry .dlab-meta li i {
	margin-right:0.3125rem;
}
.recent-posts-entry .post-meta span {
    margin-right: 0.625rem;
}
.recent-posts-entry .dlab-post-meta {
	margin-bottom: 0.625rem;
}
/*widget recent-comment*/
.widget_recent_comments ul li:before {
    content: "\f0e6";
    font-family: FontAwesome;
    background: transparent;
    width: auto;
    height: auto;
    left: 0;
    top: 0.625rem;
    font-size: 1.125rem;
    color: #11171A;
}
.widget_recent_comments ul {
	margin-top:-0.625rem;
}
.widget_recent_comments ul li {
    padding-left: 1.875rem;
    color: #11171A;
    line-height: 1.625rem;
}

/* widget meta*/

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}

/*widget calender*/
.widget_calendar th, .widget_calendar td {
    text-align: center;
	border: 0.0625rem solid rgba(0,0,0,0.05);
}
.widget_calendar tr {
    border-bottom: 0.0625rem solid #eee;
} 
.widget_calendar table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
	color:#fff;
	    background: var(--dark);
}

.widget_calendar td,
.widget_calendar th {
    padding: 0.4em;
}
.widget_calendar caption {
    text-align: center;
    font-weight: 600;
    caption-side: top;
	background:#000;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9375rem;
}
.calendar_wrap th, .calendar_wrap tfoot td {
	border-color: rgba(0,0,0,0.05);
}
.calendar_wrap th:last-child, 
.calendar_wrap tfoot td:last-child {
	border:0;
}
.widget_calendar tr:nth-child(2n+2){
	background-color:var(--light);
}
.wp-calendar-nav {
    background: var(--dark);
    color: #fff;
    display: flex;
    justify-content: space-between;
	text-align:center;
}
.wp-calendar-nav span {
    padding: 0.3125rem 1.25rem;
    width: 44%;
	border-right:0.0625rem solid rgba(255,255,255,0.2);
}
.wp-calendar-nav span a {
    color: #fff;
}
.wp-calendar-nav span.pad {
    width: 15%;
}
.wp-calendar-nav a{
	
}
/*widget tags-list*/
.side-bar .widget_tag_cloud a:hover {
    background-color: var(--dark);
	color:#fff;
}
.widget_tag_cloud.radius a{
	border-radius:2.5rem;
	padding: 0.4375rem 0.625rem;
}
/*widget archive*/

.widget_archive select {
    width: 100%;
    padding: 0.3125rem;
    border: 0.0625rem solid #CCC;
}
/*widget text*/

.widget_text select {
    width: 100%;
    padding: 0.3125rem;
    border: 0.0625rem solid #CCC;
}
.widget_text select option {
    width: 100%;
}
.widget_text p{
    font-size: 0.9375rem;
    line-height: 1.75rem;
}
.widget_text b, .widget_text strong{
    color: #11171A;
}
/*widget categories*/
.widget_archive li ul,
.wp-block-categories-list li ul,
.wp-block-archives-list li ul,
.wp-block-latest-posts li ul,
.widget_categories li ul{
    margin-bottom: -0.625rem;
}
.widget_archive ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.widget_categories ul li {
    text-align: right;
    display: table;
    width: 100%;
    font-size: 0.875rem !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0.625rem 0rem 0.625rem 0.9375rem !important;
    line-height: 1.3 !important;	
}
.wp-block-categories-list li:before,
.wp-block-archives-list li:before,
.wp-block-latest-posts li:before,
.widget_categories ul li:before{
	content:none !important;
}
.widget_archive li a,
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories li a {
    float: left;
	text-transform: capitalize;
    font-family: 'Poppins', sans-serif;	
    text-align: left;	
	
}
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list{
    margin-bottom: 2.5rem;
	padding:0 !important;
}
.widget_categories form label{
	display:block;
}
/*widget rss  */
.rsswidget img {
    display: inherit;
}
.widget-title .rsswidget{
	display: inline-block;
}
ul a.rsswidget,
ul cite{
    font-weight: 600;
	color: #060429;
	font-size: 0.875rem;	
}
ul a.rsswidget {
    font-size: 1.125rem;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
ul a.rsswidget:hover{
	color:#000;
}
.rssSummary {
    margin: 1.25rem 0;
    font-size: 0.875rem;
    line-height: 1.7;
}
.rss-date{
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #9fa1a4;
	
}
.widget_rss ul li {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom:0.0625rem solid rgba(0,0,0,0.1);
    padding-top: 0;
}
.widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
/* widget get in tuch */
.widget_getintuch {
    padding-top: 0.625rem;
}
.widget_getintuch li {
    margin-bottom: 1.25rem;
    position: relative;
    padding-left: 2.5rem;
}
.widget_getintuch li,
.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: capitalize;
}
.widget_getintuch strong {
	font-weight:600;
	font-size: 1rem;
}
.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 0.3125rem;
    text-align: center;
    font-size: 1.375rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
}
/* widget gallery */

.widget_gallery ul {
    padding-left: 0;
	display: table;
}
.widget_gallery.gallery-grid-2 li {
	width:50%;
}
.widget_gallery.gallery-grid-4 li {
	width:25%;
}
.gallery-grid-8 li {
	width:12.5%;
}
@media only screen and (max-width: 47.9375rem) {
	.gallery-grid-8 li {
		width:25%;
	}
}
.widget_gallery li {
    display: inline-block;
    width: 33.33%;
	float:left;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	padding: 0.125rem;
}
.widget_gallery li img {
    display: inline-block;
	width:100%;
}
.widget_gallery li:nth-child(3n-3) {
    margin-right: 0;
}
.widget_gallery li:hover {
	opacity:0.7;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.widget_gallery a {
    display: inline-block;
}


/* Link Post */
.post-link {
	position:relative;
}
.post-link-in:hover{
	background:#a6611c;
	color:#fff;
}
.dlab-media.no-media-link .post-link-in{
	position: unset;
    height: auto;
    display: inline-block;
    width: auto;
    padding: 0.9375rem 2.5rem;
}
@media only screen and (max-width: 61.9375rem) {
	.post-link-in {
		padding: 0.9375rem 1.875rem;
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 61.9375rem) {
	.post-link-in {
		padding: 0.5rem 0.9375rem;
		font-size: 0.75rem;
	}
}

/* Pagination */
.pagination-number{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: start;
}
.pagination-number li{
	display:inline-block;
}
.pagination-number li a{
    font-family: Roboto;
    color: #242627;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
}
.pagination-number li.active a{
	font-size: 2.8125rem;
    line-height: 2.375rem;
}
.next-prev-btn .prev,
.next-prev-btn .next,
.pagination-number .prev-page,
.pagination-number .next-page{
    background: transparent;
    color: #242627;
    border: 0.125rem solid #242627;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    height: 2.625rem;
    line-height: 2.375rem;
    padding: 0 0.9375rem;
	display: inline-block;	
    cursor: pointer;	
}
.next-prev-btn .prev,
.next-prev-btn .next{
	color: #fff;
    border: 0.125rem solid #fff;
}
.next-prev-btn .prev,
.pagination-number .prev-page{
	border-left: 0;
    padding-left: 0;
}
.next-prev-btn .next,
.pagination-number .next-page{
	border-right: 0;
    padding-right: 0;
	margin-left:0.3125rem;
}
.rs-title{
	display:flex;
}
/* Category Box */
.search-box .form-control{
	height:45px;	
}
.search-info .search-name{
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    margin-bottom: 0;
    margin-right: 0.9375rem;
	display: inline;
}
.search-info .search-result{
	font-size: 1.5rem;
	line-height: 1.625rem;
    font-weight: 700;
    margin-bottom: 0;
	display: inline;
}
.search-info .found-posts{
	font-size: 1rem;
    line-height: 1.5;
    color:var(--dark);
    font-weight: 500;
}
.search-info{
	border-bottom: 0.0625rem solid #999;
    padding-bottom: 1.875rem;
    margin-bottom: 3.125rem;
}
@media only screen and (max-width: 47.9375rem) {
	.search-info .search-result {
		font-size: 0.875rem;
		line-height: 1.375rem;
	}
	.search-info, .search-bx{
		padding-bottom: 1.25rem;
	    margin-bottom: 1.875rem;	
	}
}
@media only screen and (max-width: 36rem) {
	.search-info.m-b50{
		margin-bottom: 1.875rem;
	}
}
.sidebar-widget.widget_nav_menu .list-group-item.current_page_item{
	background:var(--primary);
}
.sidebar-widget.widget_nav_menu .list-group-item{
	padding:0;
}
.sidebar-widget.widget_nav_menu .list-group-item:first-child{
	border-radius:0.25rem 0.25rem 0 0;
}
.sidebar-widget.widget_nav_menu .list-group-item:last-child{
	border-radius: 0 0 0.25rem 0.25rem;
}
.sidebar-widget.widget_nav_menu .list-group-item:before{
	content:none;
}
.sidebar-widget.widget_nav_menu .list-group-item a i{
	margin-right:0.625rem;
}
.sidebar-widget.widget_nav_menu .list-group-item a{
    padding: 0.75rem 1.25rem;
    display: block;
}
.sidebar-widget.widget_nav_menu .list-group-item a:hover{
	color:#000;
	background:var(--primary);
}


/* Sidebar Extranav */
.sidebar-extranav{
	margin:0.9375rem;
	border-top:0.0625rem solid #eee;
	padding:0.625rem 0;
	text-align:center;
}




#login {
    background: rgba(0, 0, 0, 0.7);
    padding: 2.5rem;
    width: 25rem;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    position: relative;
}
#login .form-control {
    background: rgba(255, 255, 255, 0.03);
    height: 2.8125rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.15);
    border-left-color: rgba(255, 255, 255, 0.15);
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left: 0;
    border-radius: 0;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    font-size: 1rem;
    color: #fff;
    padding-left: 0.3125rem;
}

/* ---------------------
	Maintenance
----------------------- */
.page-down{
    height: 100vh;
    display: table;
    width: 100%;
	background-size: cover;
    background-position: right top;
	padding-top: 0;
}
.page-down .container-fluid{
	display: table-cell;
	vertical-align: middle;
}
.pagedown-title{
	padding-left:10.3125rem;
	position:relative;
    margin-left: 3.125rem;	
}
.pagedown-title h1{
	margin:0;
	font-weight:500;
	font-size:4.375rem;
	line-height:5rem;
	margin-bottom: 0.938rem;
	color:#fff;	
}
.pagedown-title img{
	position: absolute;
	left: -0.625rem;
	top: 0.625rem;
	width: 10rem;
}
.pagedown-title p{
	margin:0;
	font-weight:300;
	font-size:1.75rem;
	line-height:2.5rem;
	opacity: 0.8;	
	color:#fff;
}
@media only screen and (max-width: 1200px) {
	.pagedown-title{
		padding-left: 0;
		margin-left: 0;
		text-align: center;
	}
	.pagedown-title h1{
		font-size: 3.125rem;
		line-height: 1.2;
	}
	.pagedown-title img{
		position: unset;
		width: 6.25rem;
		margin-bottom: 1.25rem;
	}
	.pagedown-title p{
		font-size: 1.375rem;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 576px) {
	.pagedown-title h1{
		font-size: 1.75rem;
		margin-bottom: 0.625rem;
	}
	.pagedown-title img{
		width: 3.75rem;
		margin-bottom: 0.938rem;
	}
	.pagedown-title p{
		font-size: 1rem;
	}
}

/* ---------------------
	Coming Soon
----------------------- */
.coming-soon{
    height: 100vh;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.countdown{
	margin-left: auto;
	margin-bottom: 30px;
}
.coming-soon .logo{
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.coming-soon .cs-title{
    font-size: 4.5rem;
    color: #fff;
    font-weight: 900;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    margin-bottom: 30px;
}
.countdown .date div strong{
	font-size: 1.25rem;
	font-weight: 400;
	color: #1b1b1b;
	text-transform: uppercase;
	box-shadow: inset 0rem -0.25rem 0  #000;
	line-height: 1.125rem;
	display: inline-block;
}		
.countdown .date div{
	display:block;
	line-height: 1.875rem;
}
.countdown .date {
	display: inline-block;
	text-align: center;
	width: 8.125rem;
	color: #fff;
	
}
.countdown .date  span{
	height: auto;
    width: auto;
    background: transparent;
    margin: 0;
}
.countdown .date .time{
	font-size: 4.375rem;
	color:#fff !important;
	font-weight: 900;
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;

}
.countdown-social{
	margin:0;
	padding:0;
	list-style:none;
}
.countdown-social li{
	display:inline-block;
	margin:0 5px; 
}
.countdown-social li a{
	width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 45px;
    color: #fff;
    line-height: 43px;
    font-size: 20px;
}
@media only screen and (max-width: 991px) {
	.countdown{
		margin-left: 0;
	}
}
@media only screen and (max-width: 576px) {
	.countdown .date {
		width: 4.375rem;
	}
	.countdown .date div strong{
		font-size: 0.75rem;
		line-height: 0.75rem;
	}
	.countdown .date .time{
		font-size: 2.5rem;
		line-height: 1;	
	}
	.coming-soon .cs-title {
		font-size: 2.5rem;
	}
	.coming-soon .logo {
		width: 120px;
	}
}

/* required for TF review, write this class */
.commentlist .bypostauthor {font-weight: 600;}
/* required for TF review, write this class END */

.admin-bar .is-fixed .main-bar{
	top: 30px;
}
@media only screen and (max-width: 61.9375rem) {
	.admin-bar  .header-nav{
	    top: 30px;
		height: calc(100vh - 30px) !important;	
	}
}
@media only screen and (max-width: 48.875rem) {
	.admin-bar .is-fixed .main-bar{
		top: 45px;
	}
	.admin-bar  .header-nav{
	    top: 45px;
		height: calc(100vh - 45px) !important;	
	}
}
@media only screen and (max-width: 37.5rem) {
	.admin-bar .is-fixed .main-bar{
		top: 0;
	}
	.admin-bar  .header-nav{
	    top: 45px;
		height: calc(100vh - 45px) !important;	
	}
	.admin-bar  .is-fixed  .header-nav{
	    top: 0;
		height:100vh !important;	
	}
}


.gallery-cobble .dlab-media img{
    height: 31.25rem;
    object-fit: cover;
}

.gallery-cobble .col-lg-3 img{
	height: 14.6875rem;
}
.gallery-cobble .gallery-box-1:last-child img{
	opacity:1;
	
}


/* Ajax Menus Loading Start */
.dz-menu-loading {
    width: 100%;
    height: 200px;
    background-image: url(../images/bars.svg);
    background-position: center;
	background-repeat:no-repeat;
    background-size: 40px;
}
.dz-loading {
    width: 100%;
    height: 200px;
    background-position: center;
	background-repeat:no-repeat;
    background-size: 40px;
}
.dz-loading.active i {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; 
}
/* Ajax Menus Loading END */

/* Advacne Loader Start */
.ml12 {
	font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;	   
}
.ml12 .letter {
  display: inline-block;
					  
  line-height: 1em;
}
.loader2#loading-area{
	background-image:none;
}
.box-load{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.box-load .load-logo{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.box-load .load-logo {
		width: 200px;
	}
	.ml12{
		font-size:14px;
		letter-spacing:2px;	
		font-weight:400;
	}
	.box-load .load-logo{
		margin-bottom:5px;
	}
}
/* Advacne Loader End */

/* Error Page */
.error-page{
	padding: 150px 0;
}
.error-page .dz_error {
    font-size: 190px;
    font-weight: 700;
    line-height: 160px;
    margin: auto;
    color: #000;
    opacity: 0.2;
}
.error-page .error-head {
	font-size: 30px;
    font-weight: 500;
    margin: 15px 0 25px;
    max-width: 600px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}
@media only screen and (max-width: 991px) {
	.error-page {
		padding: 100px 0;
	}
	.error-page .dz_error {
		font-size: 150px;
		line-height: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.error-page .error-head {
		font-size: 20px;
		margin: 10px 0 30px;
		line-height: 30px;
	}
	.error-page {
		height: calc(100vh - 250px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 576px) {
	.error-page .dz_error {
		font-size: 100px;
		line-height: 100px;
	}
	.error-page .error-head {
		font-size: 16px;
		margin: 10px 0 20px;
		line-height: 24px;
	}
}