:root {
	--primary-text-color: #163f6f;
	--secondary-text-color: #199da2;
	--para-color: #636466;
	--color-1: #fed100; 
	--color-2: #199da2;
	--color-3: #71c7cd;
	--color-4: #0d2542;

	--font-1: 'bebas';  
	--font-2: 'Helvetica Neue';
	--font-3: 'Futura Bold';
	--font-4: "Futura Bold BT";
	--banner-slider-color: #199da2;
	--inner-banner-slider-color: #199da2;
}
html, body {
	width: 100%;
	overflow-x: hidden;
}
p:empty {
	display: none;
}
p {
	color: #636466;
	font-family: "Roboto Condensed";
}
footer p {
	color: #fff;
}
ul, ol {
	color: #636466;
	font-family: "Roboto Condensed";
}
h1 ,.h1  {
	font-family: var(--font-1);
}
h2, h3, h4, h5, h6, 
.h2, .h3, .h4, .h5, .h6 {
	font-family: var(--font-1);
}
h4 span {
	color: var(--color-3);
}
a {
	color: var(--primary-text-color);
}
a:hover {
	color: #199DA2;
}
.linear-overlay {
	background-image: linear-gradient(to top, rgb(0 0 0 / 90%), rgb(0 0 0 / 0%));
	width: 100%;
	height: 100%;
	background-size: cover;
	color: white;
	z-index: 0;
	top: 0;
	left: 0;
	position: absolute;
}
.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	grid-auto-rows: minmax(100px, auto);
}
.portfolio-grid .item {
 	min-height: 260px;
    display: flex;
    align-items: end;
    filter: grayscale(1);
    transition: .3s all ease-in-out;
    width: 100%;
    padding: 0 35px 30px 30px;
	background-size: cover;
}
@media(max-width: 767px) {
	.portfolio-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(min-width: 768px) {
	.order-2 {
		grid-column: 3 / 6;
		grid-row: 1 / 3;
	}
	.order-3 {
		grid-column: 1 / 3;
		grid-row: 4 / 4;
	}
	.order-1.item {
		grid-column: 1 / 3;
		grid-row: 1 / 4;
		min-height: 500px;
	}
	.order-4 {
		grid-column: 3 / 6;
		grid-row: 3 / 5;
	}
	.order-5.item {
		grid-column: 1 / 6;
		grid-row: 5 / 5;
		min-height: 300px;
	}
	.order-6 {
		grid-column: 1 / 3;
	}
	.order-7 {
		grid-column: 3 / 5;
		grid-row: 6 / 9;
	}
	.order-8.item {
		grid-column: 1 / 3;
		grid-row: 7 / 9;
		min-height: 350px;
	}
}
/* .portfolio-grid .item:nth-child(5) {
	grid-column: 1/-1;
    grid-row-end: span 2;
} */

.portfolio-grid .item:hover {
    filter: grayscale(0);
}
.portfolio-grid .title-wrp,
.portfolio-grid .content-wrp {
	color: #fff;
}
.portfolio-grid .content-wrp {
	z-index: 1;
}
.portfolio-grid h4 {
	font-family: var(--font-4);
	margin-bottom: 5px;
}
.client-logos .elementor-image-gallery .gallery-columns-10 .gallery-item {
	border: 1px solid #eee;
	filter: grayscale(1);
	transition: .3s all ease-in-out;
}
.client-logos .elementor-image-gallery .gallery-columns-10 .gallery-item:hover {
	filter: grayscale(0);
}
@media(min-width: 768px) and (max-width: 991px) {
	.client-logos .elementor-image-gallery .gallery-columns-10 .gallery-item {	
		&:not(:last-child) {
			margin-right: 10px !important;			
		}
	}	
}
@media(min-width: 1025px) {
	.client-logos .elementor-image-gallery .gallery-columns-10 .gallery-item {
		max-width: 100%;
		&:not(:last-child) {
			margin-right: 10px !important;			
			margin-bottom: 10px !important;
		}
	}	
}
.overlay {
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 70%), rgb(0 0 0 / 0%));
	width: 100%;
	height: 100%;
	background-size: cover;
	color: white;
	padding: 20px;
	z-index: 0;
	top: 0;
	left: 0;
	position: absolute;
}
.section_title span {
	color: var(--secondary-text-color);
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}
.mt-1 {
	margin-top: 1rem;
}
@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
	.instagram-slider.owl-carousel {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1018px;
	}
	#inner-page-content .container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1220px;
	}
}
.site-header {
	background-color: transparent;
	position: fixed;
	width: 100%;
	z-index: 1030;
	transition: .3s all ease-in-out;
}
.site-navigation ul.menu li a {
	padding: 8px 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 17px;
}
.site-navigation ul.menu li.menu-item-has-children:after {
	color: #fff;
}
.site-navigation ul.sub-menu li a {
    padding: 13px 30px;
}
.site-navigation ul.menu li a:hover,
.site-navigation ul.menu li a:active,
.site-navigation ul.menu li a:focus {
	color: var(--primary-text-color);
	text-decoration: none;
}
.site-header.is-sticky {
	background-color: #fff;
}
.site-header:not(.is-sticky) {
	padding-top: 70px;
}
.site-header:not(.is-sticky) .site-navigation {
	justify-content: flex-end;
	align-items: end;
	padding-bottom: 14px;
}
.site-header:not(.header-stacked) .header-inner .site-navigation {
	max-width: 75%;
}
.site-header.is-sticky .site-navigation ul.menu li a {
	color: var(--primary-text-color);
	transition: .3s all ease-in-out;
}
/* .site-header.is-sticky .site-navigation ul.menu li a:hover {
	text-decoration: underline;
} */
img  {
	display: block;
	max-width: 100%;
}
ul, ol {
	margin-bottom: 0;
}
.site-header.is-sticky .site-logo img{
	filter: invert(1);
}
.site-header:not(.header-stacked) .header-inner .site-branding {
	max-width: 25%;
}
.site-header.is-sticky .header-inner .site-branding {
	max-width: 15%;
}
button:focus {
	outline:0;
}
.inner-page-content .owl-carousel.banner-slider,
.owl-carousel.recent-project-slider {
	position: relative;
}
.owl-carousel.recent-project-slider .owl-item img {
	max-height: 450px
}
.inner-page-content .owl-carousel.banner-slider .owl-nav,
.owl-carousel.recent-project-slider .owl-nav,
.owl-carousel.testimonial-slider .owl-nav {
	justify-content: space-between;
	position: absolute;
	top: 32%;
	width: 100%;
}
.owl-carousel.recent-project-slider .owl-nav,
.owl-carousel.testimonial-slider .owl-nav {
	top: 40%;
}
.owl-carousel.testimonial-slider .owl-nav {
	display: flex;
	justify-content: space-between;
}
.owl-carousel.recent-project-slider .owl-dots  {
	display: none;
}
.inner-page-content .owl-carousel.banner-slider .owl-nav button.owl-prev, 
.inner-page-content .owl-carousel.banner-slider .owl-nav button.owl-next ,
.owl-carousel.recent-project-slider .owl-nav button.owl-prev, 
.owl-carousel.recent-project-slider .owl-nav button.owl-next,
.owl-carousel.testimonial-slider .owl-nav button.owl-prev, 
.owl-carousel.testimonial-slider .owl-nav button.owl-next {
	border: unset;
	width: 40px;
	height: 40px;
	background-color: var(--e-global-color-primary);
	color: #fff;
}
.recent-project-slider .image-wrap {
	margin-bottom: 10px;
}
.banner-slider {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
.owl-carousel.banner-slider {
	position: relative;
}
.owl-carousel.banner-slider .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-carousel.banner-slider .owl-nav button.owl-prev, 
.owl-carousel.banner-slider .owl-nav button.owl-next {
	border: unset;
	width: 60px;
	height: 62px;
	background-color: var(--e-global-color-primary);
	color: #fff;
}
.banner-slider h2,
.banner-slider h1 {
	color: #fff;
	font-size: 60px;
	line-height: 78px;
	margin-bottom: 5px;
}
.banner-slider font {
	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.banner-slider h2 span,
.banner-slider h1 span {
	color: #a5cdd0;
}
.banner-slider .item {
	min-height: 110vh;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.banner-slider p {
	color: #fff;
	margin-bottom: 0;
	padding-left: 8px;
	line-height: 18px;
	padding-right: 50px;
}
.banner-slider .content-box {
	position: relative;
	z-index: 25;
}
.instagram-slider.owl-carousel .owl-item img,
.carousel-slider.owl-carousel .owl-item img {
	aspect-ratio: 4/3;
}
.recent-project-slider .owl-carousel .owl-item img  {
	object-fit: cover;
	max-height: 450px;	
}
.fa-chevron-left:before,
.fa-chevron-right:before {
	content: ">";
	font-size: 15px;
}
.fa-chevron-left:before {
	content: "<";
	font-size: 15px;
}
.link-wrap a {
	text-transform: uppercase;
	color: #199DA2;
}
.post-archive-wrap {
	display: block;
}
.page-header {
	display: flex;
	align-items: flex-end;
}
.page-header {
	overflow: hidden;
}
.page-header .overlay {
	height: 400px;
}
.page-header h1 {
	color: #fff;
	z-index: 2;
	position: relative;
	text-align: center;
}
.position-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.position-absolute video {
	height: 919px;
	width: 100vw;
	object-fit: cover;
}
.page-template-inner-page-template .position-absolute video {
	height: 532px;
}
/* About Page */
.position-relative {
	position: relative;
}

.page-id-696 .recent-project-slider .image-wrap {
	margin-bottom: 35px;
}
.bullet-to-btn ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 10px 15px;
	background-color: var(--color-2); 
	color: #fff;
}
.bullet-to-btn li {
	position: relative;	
	font-size: 11px;
    text-transform: uppercase;
	font-family: "Futura Bold BT";
}
.bullet-to-btn li:not(:last-child)::after {
	content: '';
    position: absolute;
    top: 4px;
    right: -13px;
    background-color: #000;
    font-weight: 600;
    height: 59%;
    width: 3px;
}
.our-team-top .e-con-full, 
.our-team-bottom .e-con-full,  {
	--padding-block-start: 0;
	--padding-block-end: 0;
}
.our-team-top .e-con-full,  {
	--padding-block-start: 60px;
}
.our-team h3 {
	color: #bcdadc;
	margin-bottom: 0;
	line-height: 5px;
}
.our-team h3, 
.our-team h4 {
	font-size: 20px;
    font-family: var(--font-4);
    text-transform: uppercase;
    font-weight: 600;
}
.our-team h4 {
	color: #199da2;
}
aside.blog-sidebar-wrapper {
    position: relative;
    background-color: #f3f8f9;
    padding: 30px;
    height: 100%;
}
.blog-sidebar-wrapper .search-form {
    display: flex;
    width: 100%;
    position: relative;
    padding: 5px;
    background-color: #FFF;
}
.blog-sidebar-wrapper .search-form input.search-submit {
    position: absolute;
    right: 0;
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #199da2;
    border: 1px solid #199da2;
    padding: 8px 40px;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.blog-sidebar-wrapper .search-form label {
    width: 100%;
}
.blog-sidebar-wrapper .search-form label input.search-field {
    border: unset;
    outline: unset;
    box-shadow: unset;
}
.sidebar-widget h5.widget-title {
	color: #163f6f;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--font-4);
}
.blog-article-content {
    padding: 20px;
	position: relative
}
.blog-article-content h2 {
    color: #163f6f;
    font-size: 21px;
    line-height: normal;
    margin-bottom: 10px;
	font-weight: 700;
	font-family: var(--font-4);
}
.blog-article-content .blog-img {
    margin-bottom: 20px;
}
.blog-article-content p, .blog-article-content date  {
    color: #8c8c8c;
    line-height: normal;
    margin-bottom: 10px;
	font-family: var(--e-global-typography-text-font-family);
}
.theme-color.font-alt {
	text-align: left;
    color: var(--e-global-color-secondary);
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	display: inline-block
}
.latest-blog-item h3 {
    color: #163f6f;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    text-transform: uppercase;
    /* font-family: "Futura Bold BT";*/
}
.latest-blog-item .exrep, .latest-blog-item date {
    color: #8c8c8c;
    line-height: normal;
    margin-bottom: 10px;
	font-family: var(--e-global-typography-text-font-family);
}
.blog-lising-wrapper {
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}
.absolute-link {
	position: absolute;
	left:0 ;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
[type=button], [type=submit], button {
    color: #fff;
    background-color: #199DA2;
    border-color: #199DA2;
    transition: .3s all ease-in-out;
    padding: 5px 40px 5px 40px;
}
[type=button]:hover, [type=submit]:hover, button:hover {
	background-color: #000;
}
.wpcf7-form  label {
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
	.banner-slider .item {
		align-items: flex-end;
		padding-bottom: 150px;  
		min-height: 919px;	
	}
	.page-template-inner-page-template .banner-slider .item, 
	.page-template-blog .banner-slider .item,
	.blog-inner-page .banner-slider .item {
		padding-bottom: 80px;  
		min-height: 532px;
	}
}
@media(min-width: 992px) {
	.col-lg-4 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 75%;
	}
	.home .col-lg-6 {
		width: 60%;
	}
	.home .banner-slider font {
		display: block;
		margin-bottom: 8px;
		max-width: max-content;
	}
	.home .banner-slider h2,
	.home .banner-slider h1 {
		font-size: 68px;
	}
	.page-template-inner-page-template  .col-lg-6 {
		width: 62%;
	}
	.page-template-inner-page-template.page-id-1775 .col-lg-6 {
		width: 50%;
	}
}
@media(max-width: 600px) {
	.banner-slider font {

		padding-left: 0;
		padding-right: 0;
	}
	.banner-slider h1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.site-header {
		padding-block-start: 8px;
		padding-block-end: 8px;
	}
	.site-header:not(.header-stacked) .header-inner .site-branding {
		max-width: 40%;
	}
	.site-header.is-sticky .header-inner .site-branding {
		max-width: 35%;
	}
	.site-navigation-toggle-holder .site-navigation-toggle {
		background-color: unset;
	}
	.banner-slider font {
		background-color: rgba(0,0,0,0);
	}
	.banner-slider .content-box {
		background-color: rgba(0,0,0,.5);
		padding-left: 10px;
		padding-top: 4px;
		padding-bottom: 16px;	
	}
	.banner-slider h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.banner-slider p { 
	    font-size: 14px;
	}
 	.banner-slider .item {
		min-height: 80vh;
	}
	.position-absolute video {
		height: 80vh;
	} 
	.page-template-inner-page-template .banner-slider .item, 
	.page-template-blog .banner-slider .item,
	.blog-inner-page .banner-slider .item {
		min-height: 70vh;
	}
	.page-template-inner-page-template .position-absolute video {
		height: 70vh;
	}
}
@media(min-width: 1600px) {
	.banner-slider .item {
		min-height: 110vh;
	}
	.page-template-inner-page-template .banner-slider .item, 
	.page-template-blog .banner-slider .item,
	.blog-inner-page .banner-slider .item {
		min-height: 532px;
	}
}
.banner-slider .owl-nav {
	display: none !important;
}
.eicon-menu-bar:before {
	content: "\f0c9";
	color: var(--color-2);
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-style: normal;
}
@media(min-width: 1200px) {
/* 	.recent-project-slider .content-wrap {
		padding-right: 150px;
	} */
	.dark-bg .recent-project-slider .content-wrap,
	.page-id-696 .recent-project-slider .content-wrap {
		color: #8C8C8C;	
	}
}
@media (max-width: 992px) {
	.site-header:not(.is-sticky) {
		padding-top: 20px;
	}
	
	.bullet-to-btn ul {
		flex-wrap: wrap;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.site-navigation ul.menu li a {
		padding: 8px 15px;
		font-size: 14px;
	}
}
@media(max-width: 576px) {
	.recent-project-slider {
		padding: 0 10px;
	}
	.bullet-to-btn ul {
		justify-content: center;
	}
	.bullet-to-btn li:not(:last-child)::after {
		content: unset;
	}
	.owl-carousel.recent-project-slider .owl-nav {
		width: 94%;
	}
}
.square-bullet-list-wrap ul {
	list-style-type: square;
	color: var(--color-2);
	
}
@media (min-width: 1200px) {
	.square-bullet-list-wrap ul {
		padding-left: 50px;
	}
	#inner-page-content .owl-carousel.banner-slider .owl-nav {
		top: 72%;
	}
	.site-navigation ul.menu li ul {
		background: rgba(25, 157, 162, 50%);
		min-width: 315px;
	}
	.site-navigation ul.menu li ul li:hover {
		text-decoration: none;
	}
	.site-navigation ul.menu li ul li:hover,
	.sub-menu .current-menu-item {
		background: rgba(25, 157, 162, 100%);
	}
	.site-navigation ul.menu li ul li {
		border: none;
	}
	.site-header.is-sticky .site-navigation ul.sub-menu li a {
		color: #fff;
	}
}
.bullet-square-list-wrap {
	ul {
		list-style: none;
		line-height: 24px;
	    padding-left: 28px;
	}
	li {
		position: relative;
	}
	li:before {
		content: '';
		width: 15px;
		height: 15px;
		background-color: #199DA2;
		left: -27px;
		display: block;
		position: absolute;
		top: 4px;
	}
}
.p-no-space p,
.p-no-psace p {
	margin-bottom: 0;
}
.p-space-zero-last p:last-child {
	margin-bottom: 0;
}
.p-mb-10 p {
	margin-bottom: 10px;
}
.site-navigation ul.menu li ul li:hover {
	color: #fff; 
}
.owl-carousel.banner-slider {
	.owl-nav {
		display: none !important;
	}
}
.single-portfolio {
	.banner-slider .item {
		min-height: 532px;
	}
}
#inner-page-content {
	.banner-slider {
		@media(max-width: 600px) {
			& .content-box {
				padding-top: 6px;
			}
		}
	}
	.banner-slider h2 span,
	 .banner-slider h1 span {
		 color: var(--inner-banner-slider-color);
	} 
	 .banner-slider font {
		 width: 100%;

		 @media(min-width: 1200px) {
			 & {
				display: block;
				margin-bottom: 8px;
				 padding-left: 10px;
				 line-height: 70px;
				 padding-bottom: 4px;
				 max-width: max-content;
			 }	 
		 }
		 
	}
}
.page-id-1101 .banner-slider font {
	max-width: max-content;
}
.text-light a {
    color: #fff;
}
@media(max-width: 767px) {
	.mb-d-none {
		display: none;
	}
	.carousel-slider .owl-nav {
		display: none;
	}
}
#sb_instagram .sb_instagram_header {
    display: none;
}
label {
    width: 100%;
}
.wpcf7 textarea {
    height: 100px;
}
.instagram-slider .owl-nav.disabled {
	display: none !important;
}
.bottom-pattern {
	position: relative;
}

@media(min-width: 1200px) {
	.bottom-pattern::after {
		content: '';
		background-image: url(../../images/recent-post-bg-3000.jpg);
		background-size: cover;
		position: absolute;
		bottom: -154px;
		right: -159px;
		width: 110%;
		height: 252vh;
		background-repeat: no-repeat;
		z-index: -1;
	}
	.blog-template .banner-slider font {
		display: block;
		margin-bottom: 10px;
		max-width: max-content;
	}
}
@media(min-width: 1400px) {
	.bottom-pattern::after {
		background-image: url(../../images/recent-post-bg-3000.jpg);
	}
}
@media(min-width: 1600px) {
	.position-absolute video {
		height: 110vh;
	}
}
.image-fluid {
	width: 100%;
	height: auto;
	max-width: 100%
}
.page-template-blog .banner-slider h1 span {
	color: #199da2;
}
.page-numbers {
    color: var(--primary-text-color);
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}
.page-numbers.current {
	background-color: var(--primary-text-color);
	color: #fff; 
}
.pagination {
	padding-left: 20px;
}
@media(min-width: 280px) and (max-width: 480px) {
	.position-absolute video {
		height: 65vh;
	}
 	.banner-slider .item {
		min-height: 65vh;
		align-items: end;
		padding-bottom: 80px;
	} 
	.banner-slider h2 {
		font-size: 35px;
		line-height: 40px;
		padding: 0 10px;
	}
}
@media screen and (orientation:landscape) and (min-width: 280px) and (max-width: 600px) {
	.banner-slider .item,
	.position-absolute video {
		min-height: 400px;
	} 
	.banner-slider font {
		background-color: rgba(0,0,0,0);
	}
	.banner-slider .content-box {
		background-color: rgba(0,0,0,.5);
	}
	.banner-slider h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
}
.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
	content: '\f00d';
	color: var(--color-2);
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-style: normal;
}
.banner-slider iframe {
	height: 100% !important;
	background-color: #000;
}