/* Google Fonts loaded via <link> in head.php for performance */



.main-home {z-index: 99!important;position: relative;border-top:5px solid #37b6ff!important;}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Sen', sans-serif;
	color: #333;
	background: #fff;
	/* font-family: 'Source Sans Pro', sans-serif; */
}

.page-content h2 {font-weight: 700;font-size: 28px;}
.page-content h3 {font-weight: 500;font-size: 26px;color: #2181c4;}

.slider-video iframe {
	width: 100%;
	height: 600px;
}


a {
	-webkit-transition: all 0.4s ease!important;
	transition: all 0.4s ease!important;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}

.bg-lightblue {
	background: #f1f5f9;
}

.w-400 {
	width: 400px!important;
}
.w-300 {
	width: 300px!important;
}
.w-200 {
	width: 200px!important;
}
.w-100-p {
	width: 100%!important;
}
.w-auto {
	width: auto!important;
}

.h-70 {
	height: 70px!important;
}

.h-200 {
	height: 200px!important;
}
.h-300 {
	height: 300px!important;
}

.bg_ffffff {
	background: #ffffff!important;
}
.bg_333333 {
	background: #333333!important;
}
.bg_f3f3f3 {
	background: #f3f3f3!important;
}
.bg_f58739 {
	background: #111111!important;	
}

.c_f3f3f3 {
	color: #f3f3f3!important;	
}
.fz_40 {
	font-size: 40px!important;
}
.fw_700 {
	font-weight: 700!important;
}

.pos_r {position: relative!important;}



.btn-arf {
	background: #111111!important;
	border: 0;
}

.btn-arf:hover {
	background: #333!important;
}



.top {
    background: #ff1773;
    padding-top: 6px;
    margin-bottom: -4px;
    background-image: linear-gradient(135deg, rgba(0, 143, 243, 0.85) 0%, rgba(0, 143, 243, 0.85) 50%, rgba(255, 23, 115, 0.85) 100%),url(/images/hero-banners/home-hero.jpg);
}

.top-right {
	color: #fff;
	text-align: right;
}

.top-right h3 {
	color: #ffffff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 17px;
	margin-top: 12px;
}

.top-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-right li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 14px;
}

.top-right li:last-child {
	margin-right: 0;
}

.top-right li i {
	vertical-align: middle;
	font-size: 14px;
}

.top-right li span {
	margin-left: 8px;
}

.top-left {
	/*	display: flex;
	justify-content: flex-end;*/
	text-align: left!important;
	}

.top-social {
	text-align: left;
	margin-right: 30px;
}

.top-social li {
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	color: #ffffff;
}

.top-social li:last-child {
	margin-right: 0px;
}

.top-social a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.top-social a:hover {
	color: #f8be2e;
}

.top-profile li {
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 14px;
}

.top-profile li a {
	color: #fff;
}

.top-profile li:last-child {
	margin-right: 0px;
}

.top-profile li.cart {
	position: relative;
}

.top-profile li.cart .number {
	position: absolute;
	right: -18px;
	top: -6px;
	background: yellow;
	color: #333;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.top-right,
	.top-right ul {
		width: 100%;
	}

	.top-right ul {
		text-align: center;
		padding: 20px 0px;
	}

	.top-social {
		margin-top: 10px;
	}

	.top-social,
	.top-social ul {
		width: 100%;
	}

	.top-social ul {
		text-align: center;
		margin: 0px;
	}

	.top-left {
		display: block;
	}

	.top-profile ul {
		text-align: center;
		margin-top: -10px;
	}

	.top-profile ul li {
		display: inline-block;
	}
	.slider {margin-top: 60px;}

	.navbar-brand img {height:auto!important;display: block!important;margin: 10px auto;position: relative;}
	.navbar-brand {margin:10px 0px!important;padding:0px!important;}
	.page-content img {max-width: 100%!important;height:auto!important;}

	.top-right h3 {text-align: center!important;}

	.deteriorated-wood-surface {flex-direction: column!important;}
	.refinished-wood-surface {flex-direction: column!important;}

	.responsive-class-transform-2-column-from-container {flex-direction: column!important;}

	
}

/* Main Nav */
/*.main-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    
    border-top: 3px solid #0c8544;
}*/

.startup {background: url(/images/bg-header.jpg) repeat;}
.main-nav {
	position: relative;
	margin: 4px 0px;
	padding-top: 142px;
}

.main-nav .navbar {
	padding-left: 0;
	padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	top: 74px!important;
	/* background: #111111!important; */
	padding: 0!important;
	border: none!important;
	border-radius: 0!important;
}

.main-nav nav .navbar-nav .nav-item a {
	color: #333;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    /* display: inline-block; */
    flex-wrap: wrap;
    /* min-width: 600px; */
}



.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover, 
.main-nav nav .navbar-nav .nav-item a:focus, 
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #ed217c;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #fff!important;
}

.main-nav img {
	height: 70px;
}


/* Sticky Nav */
.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 999;
}


/* =============================================== */
/* ================= Mobile Menu ================= */
/* =============================================== */
.mobile-nav img {
	height: 40px;
}
.mean-container .mean-bar {
	background-color: #fff;
}
.mean-container a.meanmenu-reveal span {
	background: #2181c4;
}
.mean-container a.meanmenu-reveal {
	color: #2181c4;
}




.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #134050;
	opacity: 0.7;
}


.feature {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.feature .heading {
	text-align: center;
	margin-bottom: 30px;
}

.feature .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-top: 0;
}

.feature .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #2181c4;
	line-height: 1.6em;
}

.feature .feature-item {
	background: #1e4b6a;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/* margin-bottom: 25px; */
	/* padding-bottom: 25px; */
	/* min-height: 425px; */
}

.feature .feature-item .icon {
	/* font-size: 40px; */
	/* margin-bottom: 20px; */
	text-align: center;
}

.feature .feature-item .icon img {
	line-height: 100px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.feature .feature-item h4 {
	font-size: 22px;
	/* margin-bottom: 15px; */
	color: #fff;
	padding: 15px;
}

.feature .feature-item p {
	font-size: 15px;
	padding: 0px 15px;
}

.feature .feature-item:hover {
	background: #2181c4;
}


.special {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.special h2 {
	color: #b3b3b3;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.special h3 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 30px;
}

.special p {
	color: #fff;
	font-size: 15px;
}

.special .read-more {
	margin-top: 30px;
}

.special .read-more a {
	background: #111111;
	border: 2px solid #111111;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.special .read-more a:hover {
	background: transparent;
	border-color: #fff;
}





.service {
	padding-top: 20px;
	padding-bottom: 80px;
	overflow: hidden;
}

.service .heading {
	text-align: center;
	margin-bottom: 30px;
}

.service .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-top: 0;
}

.service .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.service .service-item .photo img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.service .service-item .text {
	padding: 20px;
}

.service .service-item .text h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service .service-item .text h3 a {font-size: 19px;color: #111111;}

.service .service-item .text h3 a:hover {
	color: #111111;
}

.service .service-item .text p {
	font-size: 15px;
}

.service .read-more {
	margin-top: 15px;
}

.service .read-more a {
	background: #111111;
	border: 0;
	/* border-radius: 50px; */
	padding: 5px 8px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service .read-more a:hover {
	background: #333;
}


.service .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.service .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.service .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #333;
	border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service .service-item .photo img {
		height: 190px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service .service-item .photo img {
		height: 217px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.service .service-item .photo img {
		height: 335px;
	}
}

@media only screen and (max-width: 575px) {
	.service .service-item .photo img {
		object-fit: fill;
		height: auto;
	}	
}





.project {
	padding-top: 30px;
	padding-bottom: 80px;
	overflow: hidden;
}

.project .heading {
	text-align: center;
	margin-bottom: 30px;
	padding: 0px 50px;
}

.project .heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #2181c4;
	margin-top: 0;
	padding-bottom: 25px;
}

.project .heading h3 {
	font-size: 19px;
	font-weight: 500;
	color: #ffffff;
	line-height: 32px;
}

.project .project-item .photo img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.project .project-item .text {
	padding: 20px;
}

.project .project-item .text h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.project .project-item .text h3 a {
	color: #94a0ac;
}

.project .project-item .text h3 a:hover {
	color: #111111;
}

.project .project-item .text p {
	font-size: 15px;
}

.project .read-more {
	margin-top: 15px;
}

.project .read-more a {
	background: #1e4b6a;
	border: 0;
	padding: 5px 8px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.project .read-more a:hover {
	background: #333;
}


.project .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.project .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.project .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #333;
	border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project .project-item .photo img {
		height: 190px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project .project-item .photo img {
		height: 217px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project .project-item .photo img {
		height: 335px;
	}
}

@media only screen and (max-width: 575px) {
	.project .project-item .photo img {
		object-fit: fill;
		height: auto;
	}	
}




.testimonial {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
	background: #111111;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.testimonial-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111111;
	opacity: 0.8;
}

.testimonial .heading {
	text-align: center;
	margin-bottom: 60px;
}

.testimonial .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
}

.testimonial .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.testimonial .testimonial-item .photo {
	text-align: center;
}

.testimonial .testimonial-item .photo img {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.testimonial .testimonial-item .text {
	padding: 20px 150px;
	text-align: center;
}

.testimonial .testimonial-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin-top: 40px;
}

.testimonial .testimonial-item .text h3:before {
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	top: -20px;
	width: 40px;
	height: 2px;
	background: #fff;
}

.testimonial .testimonial-item .text h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}

.testimonial .testimonial-item .text p {
	font-size: 15px;
	color: #fff;
}

.testimonial .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.testimonial .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.testimonial .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #333;
	border: 7px solid #fff;
}

@media only screen and (max-width: 992px) {
	.testimonial .testimonial-item .text {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.cta {
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}
.cta .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #082d5b;
}
.cta .cta-box h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	text-shadow: 1px 2px black;
}
.cta .cta-box p {
	color: #fff;
	font-size: 20px;
}
.cta .cta-box .btn {
    border-radius: 30px;
    padding: 3px 40px;
    background: #37b6ff;
    font-size: 20px;
    border: 0;
    margin-top: 30px;
    border: 2px solid #ffffff;
    min-width:200px;
}

.blog-area {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.blog-area .heading {
	text-align: center;
	margin-bottom: 30px;
}

.blog-area .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-top: 0;
}

.blog-area .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
	margin-bottom: 15px;
}

.blog-area .blog-item h3 a {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.blog-area .blog-item h3 a:hover {
    color: #111111;
}

.blog-area .blog-item:hover .date {
    bottom: 0;
}

.blog-area .blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-area .blog-item p {
    font-size: 15px;
}

.blog-area .blog-image {
    overflow: hidden;
    position: relative;
}

.blog-area .blog-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date {
    text-align: center;
    position: absolute;
    bottom: -26px;
    right: 12px;
    padding: 10px 16px;
    color: #fff;
    background: #111111;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.1;
    color: #fff;
}

.blog-area .blog-image .date h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    color: #fff;
}

.blog-area .blog-text {
    background: #f5f5f5;
    padding: 20px;
}

.blog-area .read-more {
	margin-top: 15px;
}

.blog-area .read-more a {
	background: #111111;
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.blog-area .read-more a:hover {
	background: #333;
}

.blog-area .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.blog-area .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.blog-area .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #333;
	border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-area .blog-image img {
		height: 190px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-area .blog-image img {
		height: 217px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-area .blog-image img {
		height: 335px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-area .blog-image img {
		object-fit: fill;
		height: auto;
	}	
}

.partner {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.partner .heading {
	text-align: center;
	margin-bottom: 30px;
}

.partner .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-top: 0;
}

.partner .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
	margin-bottom: 15px;
}

.partner .partner-carousel {
	position: relative;
}

.partner-carousel .inner {
	padding-left: 20px;
	padding-right: 20px;
}

.scroll-top {
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 46px;
	bottom: 20px;
	right: 20px;
	background: #6f7881;
	color: #fff;
	opacity: 0.7;
	z-index: 9999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.scroll-top:hover {
	opacity: 1;
	color: #fff;
	background: #313131;
}

.footer-area {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #000;
    color: #c7c7c7;
}
.footer-item {
    margin-top: 30px;
}
.footer-item h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
}
.footer-item p {
    line-height: 1.7;
    margin: 0;
}
.footer-item ul li {
    margin-bottom: 5px;
    list-style-type: none;
    padding-left: 0!important;
    background: none!important;
}
.footer-item ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #c7c7c7;
    transition: all 0.4s;
    padding-left: 5px;
}
.footer-item ul.fmain li:before {
    font-family: 'Fontawesome';
    content: "\f105"!important;
    color: #c7c7c7;
}
.footer-item ul li a:hover {
    color: #111111;
}
.footer-social-link {
    margin-top: 30px;
}
.footer-social-link h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}
.footer-social-link ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer-social-link ul li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #0d6efd;
    border: 1px solid #0059dd;
    color: #fff;
    transition: all 0.4s;
    padding-left: 0;
}
.footer-social-link ul li a:hover {
    background: #0d6efd;
    border: 1px solid #0059dd;
    color: #fff;
}
.footer-contact ul li {
	position: relative;
	padding-left: 26px!important;
	font-size: 15px;
	margin-bottom: 8px;
}

.footer-contact ul li:before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
}
.footer-contact ul li:nth-child(1):before {
	content: '\f041';
}
.footer-contact ul li:nth-child(2):before {
	content: '\f003';
	font-size: 14px;	
}
.footer-contact ul li:nth-child(3):before {
	content: '\f095';
}
.copyright {
    text-align: center;
    color: #c7c7c7;
    margin-top: 20px;
    padding-top: 20px;
}
.copyright p {
    margin: 0;
}

.page-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.page-banner .text {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 99;
}

.page-banner .text h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin: 0!important;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 1px 2px black;
}

.page-banner .text span {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0!important;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 2px black;
}

.page-banner .text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0!important;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 2px black;
}

.page-banner .breadcrumb {
	background-color: transparent;
	text-align: center;
	margin-bottom: 0;
}

.page-banner .breadcrumb a {
	color:#202e64;
}

.page-banner .breadcrumb-item {
	color: #bdbaba;
	font-weight: 600;
	font-size: 18px;
}

.page-banner .breadcrumb-item a {
	color: #fff;
}

.page-banner .breadcrumb-item a:hover {
	color: #111111;
}

.page-banner .breadcrumb-item::before {
	color: #fff!important;
}

@media only screen and (max-width: 991px) {
	.page-banner .text {
		padding-top: 60px;
		margin-top: 60px;
	}
}

.page-content {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-bottom: 20px!important;
	font-weight: 600;
}

.page-content ul,
.page-content ol {
	margin-bottom: 20px;
}

.page-content ul li {
	list-style-type: none;
	position: relative;
	background-image: url(../images/tick.png);
	background-size: 16px 16px;
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}

.page-content ol li {
	margin-bottom: 15px;	
}

.single-section .blog-item {
	margin-bottom: 50px;
}

.single-section .text p {font-size: 16px;margin-bottom: 30px;}

.intro {font-size: 21px!important;line-height:29px!important;}

.single-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

.single-section h2 a {
	color: #333;
	font-size: 24px;
}

.single-section h3 {
	font-size: 22px;
	color: #111111;
	font-weight: 600;
}

.photo-caption {
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	width:100%;
}

.single-section .featured-photo {
	margin-bottom: 30px;
}

.single-section .featured-photo img {
	width: 100%;
	height: auto;
}

.single-section .read-more {
	margin-top: 30px;
}

.single-section .read-more a {
	background: #101010;
	border: 0;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
	font-size: 14px;
}

.single-section .read-more .fa {padding-left:10px;}

.single-section .read-more a:hover {
	background: #333;
}

@media only screen and (max-width: 767px) {
	.single-section {
		margin-bottom: 30px;
	}
}

.sidebar .widget {
	padding: 20px;
	background: #f1f5f9;
	margin-bottom: 30px;
}

.sidebar .widget h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sidebar .widget .type-1 ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	background: none!important;
}

.sidebar .widget .type-1 ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #111111;
}

.sidebar .widget .type-1 ul li a {
	color: #333;
}

.sidebar .widget .type-1 ul li a:hover {
	color: #111111;
}

.sidebar .widget .type-2 img {
	width: 70px;
	height: 60px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	object-fit: cover;
}

.sidebar .widget .type-2 ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}

.sidebar .widget .type-2 ul li a {
	width: calc(100% - 85px);
	color: #333;
	display: inline-block;
	vertical-align: top;
}

.sidebar .widget .type-2 ul li a:hover {
	color: #111111;
}

.sidebar .widget .type-2 ul li {
	background: none;
	padding-left: 0;
}

.sidebar .widget .search .input-group-append {
	width: 36px;
}

.sidebar .widget .search button {
	background: #111111;
	border: 0;
	width: 36px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sidebar .widget .search button i {
	color: #fff;
}

.sidebar .widget .type-3 button {
	border: 0;
	background: #111111;
	border-radius: 50px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.sidebar .widget .type-3 button:hover {
	background: #333;
}

.sidebar .widget .project-detail .item {
	margin-bottom: 25px;
}

.sidebar .widget .project-detail .item h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.sidebar .widget .project-detail .item p {
	color: #555;
	font-size: 15px;
}

.team {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.team .heading {
	text-align: center;
	margin-bottom: 30px;
}

.team .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-top: 0;
}

.team .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.team-item {
	border: 1px solid #ddd;
	margin-top: 30px;
}

.team-photo img {
	width: 100%;
	height: 292px;
	object-fit: cover;
}

.team-photo-anchor {
	width: 100%;
	height: 100%;
}

.team-text {
	text-align: center;
	background: #111111;
	color: #fff;
	padding: 15px;
}

.team-text h4 {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin: 0;
	margin-bottom: 4px!important;
}

.team-text h4 a {
	color: #fff;
}

.team-text p {
	margin: 0;
	font-size: 14px;
}

.team-social {
	text-align: center;
	background: #13233bb3;
	width: 100%;
	padding: 10px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-top: 15px;
}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 0!important;
}

.team-social li {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0!important;
	background: none!important;
	padding-left: 0!important;
}

.team-social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #ddd;
	margin: 5px 0;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-social li a:hover {
	background: #111111;
	color: #fff;
	border: 1px solid #111111;
}

.team .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.team .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.team .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #333;
	border: 7px solid #afafaf;
}

.team-member-photo img {
    width: 100%;
    height: auto;
}
.team-single ul.social {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.team-single ul.social li {
    list-style-type: none;
    display: inline-block;
}

.team-single ul.social li a {
    background: #5ac736;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    margin-right: 6px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-single ul.social li a:hover {
    background: #333;
}
.team-single table {
    background: #fff;
}
.team-single table tr td:nth-of-type(1) {
    width: 200px;
    font-weight: 500;
}
.team-single .description h2 {
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-photo img {
		height: 240px;
	}
	.team-social li a {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-photo img {
		height: 378px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-photo img {
		height: 588px;
	}
}

@media only screen and (max-width: 575px) {
	.team-photo img {
		object-fit: fill;
		height: auto;
	}	
}

.faq {
	margin-top: 30px;
	background: #fff;
}

.faq .panel-body ol li,
.faq .panel-body ul li {
	list-style-position: inside;
}

.faq .panel {
	box-shadow: none!important;
	border-radius: 0!important;
	margin-bottom: 10px;
}

.faq .panel-group {
	margin-bottom: 40px;
}

.faq .panel-default>.panel-heading {
	background: #eee;
	color: #333;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	position: relative;
}

.faq .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	right: 20px;
	top: 10px;
	font-size: 14px;
}

.faq .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'FontAwesome';
  	font-size: 14px;
}

.faq h4.panel-title {
	margin-bottom: 0!important;
	border: 1px solid #ddd;
}
.faq h4.panel-title a {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #111111;
}

.faq .panel-body {
	border-top: 0;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0;
}

.contact-item {
	text-align: center;
	border: 1px solid #e1e1e1;
	min-height: 180px;
	position: relative;
	background: #fafafa;
	padding: 30px 15px;
	padding-top: 60px;
	margin-top: 71px;
}

.contact-icon {
	position: absolute;
	width: 82px;
	height: 82px;
	line-height: 92px;
	top: 0px;
	left: 50%;
	background: #fafafa;
    color: #111111;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	margin-top: -41px;
	transform: translate(-50%, 0%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-icon img {
	width: 40px;
	height: 40px;
}

.contact-icon i {
	font-size: 34px;
}
.contact-item:hover .contact-icon{
    background: #111111;
    color: #fafafa;
	border: 1px solid #111111;
}
.contact-text {
	margin-top: 0px;
}

.contact-text h4 {
	font-size: 18px;
    font-weight: 700;
	margin-bottom: 5px;
}

.contact-text p {
	margin: 0;
}

.contact-form textarea {
	height: 190px
}

.contact-form .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	padding: 14px 30px;
	border: 1px solid #111111;
	background: #111111;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .btn:hover {
	color: #fff;
	background: #313131;
	border: 1px solid #313131;
}

.map-area iframe {
	width: 100%;
	height: 450px;
	margin-bottom: -5px;
}

h4.contact-form-title {
	font-weight: 700;
	font-size: 24px;
}

.contact-form {
	margin-bottom: 50px;
}

.contact-form button {
	background: #111111;
	border: 2px solid #111111;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-form button:hover {
	background: transparent;
	border-color: #fff;
}

.gallery-photo {
	margin-bottom: 30px;
}

.gallery-photo img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.gallery-photo .gallery-photo-bg {
	position: absolute;
	left: 15px;
	top: 0;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-photo:hover .gallery-photo-bg {
	opacity: 0.6;
}

.gallery-photo .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.gallery-photo:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
  	margin-top: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.gallery-photo img {
		height: 207px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-photo img {
		height: 236px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.gallery-photo img {
		height: 364px;
	}
}

@media only screen and (max-width: 575px) {
	.gallery-photo img {
		object-fit: fill;
		height: auto;
	}	
}

.product-item {
	margin-bottom: 80px!important;
}

.product-item .photo img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border: 1px solid #e3e3e3;
}

.product-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px!important;
}

.product-item .text h3 a {
	color: #333;
}

.product-item .text h3 a:hover {
	color: #111111;
}

.product-item .text .price {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
}

.product-item .text .price del {
	color: red;
}
.product-item .text .cart-button {
	overflow: hidden;
}
.product-item .text .cart-button a,
.product-item .text .cart-button input[type="submit"] {
	background: #111111;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
	border: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

.product-item .text .cart-button a.stock-empty {
	background: #ead1d1;
	color: #ff0000;
}

.product-item .text .cart-button a.stock-empty:hover {
	background: #ead1d1;
	color: #ff0000;	
}

.product-item .text .cart-button a:hover,
.product-item .text .cart-button input[type="submit"]:hover {
	background: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-item .photo img {
		height: 220px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-item .photo img {
		height: 347px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.product-item .photo img {
		height: 540px;
	}
}

@media only screen and (max-width: 575px) {
	.product-item .photo img {
		object-fit: fill;
		height: auto;
	}	
}




/* Product Detail */
.product-detail .photo img {
	width: 100%;
	height: auto;
	border: 1px solid #e3e3e3;
}

.product-detail h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px!important;
}

.product-detail p {
	font-size: 16px;
}

.product-detail .price {
	font-size: 28px;
	font-weight: 600;
	color: #111111;
}

.product-detail .price del {
	color: red;
}

.product-detail .delivery-time {
	font-size: 18px;
}

.product-detail .qty {
	font-size: 18px;
}

.product-detail .qty input[type="number"] {
	width: 100px;
}

.product-detail button {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: 0;
    border-radius: 50px;
    background: #111111;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-detail button:hover {
	background: #333;
}

.product-detail .nav-pills .nav-link.active {
	background: #111111;
	color: #fff;
}

.product-detail .nav-pills .nav-link {
	background: #f1f5f9;
	color: #111111;	
}

.product-detail li.nav-item {
	margin-right: 10px;
}

.product-detail li {
	background: none!important;
	padding-left: 0!important;
}

.product-detail a.stock-available-amount {
	background: #ffc107;
	color: #333;
	border: 0;
	border-radius: 16px;
	padding: 5px 18px;
	font-size: 14px;
}

.product-detail a.stock-empty {
	background: #ead1d1;
	color: #ff0000;
	border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}

.product-detail a.stock-empty:hover {
	background: #ead1d1;
	color: #ff0000;	
}

@media only screen and (max-width: 767px) {
	.product-detail .photo img {
		margin-bottom: 30px;
	}
}



/* Cart */
.cart table img {
	width: 100px;
	height: auto;
}

.cart input[type="number"] {
	width: 100px;
}

.cart .total {
	font-size: 18px;
	font-weight: 600;
}

.cart-buttons {
	display: flex;
	justify-content: flex-start;
}

.cart-buttons a,
.cart-buttons input[type="submit"] {
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.cart-buttons {
		margin-bottom: 30px;
	}	
}



.checkout-login-form h2 {
	font-size: 24px;
	font-weight: 700;
}

.checkout-login-form .inner {
	display: flex;
	justify-content: center;
}

.checkout-login-form input {
	width: 400px;
}

.checkout-login-form .new-user {
	margin-top: 15px;
	font-weight: 600;
}

.checkout-login-form .new-user a {
	color: #111111;
}

.checkout-login-form .new-user a:hover {
	color: #333;
}

.checkout h2 {
	font-size: 24px;
	font-weight: 700;
}

.checkout-billing h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.checkout-tab .nav-link {
	font-size: 20px;
	padding: 15px 30px;
	font-weight: 700;
	background: #ddd;
	color: #6c757d;
	margin-right: 10px;
}
.checkout-tab .nav-link i {
	background: #6c757d;
	color: #ddd;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}
.checkout-tab .nav-link.active {
	font-size: 20px;
	padding: 15px 30px;
	font-weight: 700;
	background: #111111;
}
.checkout-tab .nav-link.active i {
	background: #fff;
	color: #111111;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}

.checkout-tab li {
	padding-left: 0!important;
	background: none!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.checkout-tab .nav-link {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	.checkout-tab .nav-link.active {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.checkout-tab .nav-link {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
	}
	.checkout-tab .nav-link.active {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
	}
	.page-content-checkout button {
		margin-bottom: 30px;
	}
	.order-summery-area {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.page-content-checkout ul.nav-pills li {
		width: 100%!important;
	}
}




/* Login */
.reg-login-form h2 {
	font-size: 24px;
	font-weight: 700;
}

.reg-login-form .inner {
	display: flex;
	justify-content: center;
}

.reg-login-form input {
	width: 400px;
}

.reg-login-form .new-user {
	margin-top: 15px;
	font-weight: 600;
}

.reg-login-form .new-user a {
	color: #111111;
}

.reg-login-form .new-user a:hover {
	color: #333;
}

@media only screen and (max-width: 991px) {
	.reg-login-form input {
		width: 100%;
	}
	.reg-login-form .inner {
		display: block;
	}
}





/* User Panel */
.user-sidebar ul {
	display: flex;
	flex-direction: column;
}

.user-sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
}

.modal-table {
	font-size: 14px;
}

.modal-table tr th {
	width: 150px;
}

.modal-full-width {
	max-width: 100%!important;
}

.modal-full-width .top-area {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dee2e6;
}

.modal-full-width .top-left {
	font-size: 20px;
	font-weight: 700;
	/*float: right;*/
	margin-top: 30px;
}

@media only screen and (min-width: 992px) {
	.modal-full-width {
		max-width: calc(100% - 200px)!important;
	}
}

.customer-invoice {
	padding-top: 30px;
}
.customer-invoice .top-head {
	border-bottom: 1px solid #efebeb;
}
.customer-invoice .left img {
	height: 70px;
}
.customer-invoice .left .company-info {
	font-size: 14px;
	margin-bottom: 30px;
}
.customer-invoice .right {
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}
.customer-invoice .i3 {
	margin-top: 30px;
}
.customer-invoice .i3 h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px!important;
}
.customer-invoice .i3 p {
	font-size: 14px;
	margin-bottom: 0;
}
@media print {
	@page { margin: 0; }
}


/* Bootstrap Pagination */
.pagination li {
	background: none!important;
	padding-left: 0!important;
}


.dashboard-stat .text {
	font-size: 20px;
}
.dashboard-stat .total {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.dashboard-stat-item {
		margin-bottom: 30px;
	}
}

/* Custom */

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    line-height: 40px;
    max-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500!important;
}

.image-caption {
max-width: 640px!important;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 10px;
}

.navbar {padding:0px!important;/* min-height: 150px; */}

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    list-style-type: none!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: flex-start!important;
    margin-left: 0px!important;
    min-height: 70px;
}
}

.current {border-bottom: 2px solid #2181c4!important;}
.navbar-brand a {border:none!important;}

#nebraska-web-designers {margin:0px auto!important;display: block;}


#nebraska-web-designers{padding-bottom:20px;padding-top: 20px;}
#nebraska-web-designers .idealhtml{display: block;width:150px;/*! margin-top: 0px; */margin: 0px auto;}


/* Click to Call */
#desktop {font-size:19px!important;}
#mobile {display:none;clear: both;}
@media only screen and (min-width: 0px) and (max-width: 499px) {
/*@media all and (max-width: 499px) {*/
    #desktop {display: none;}
    #mobile {display:block!important;}
    #mobile a {font-size:19px!important;}
    .top-right h3 {font-size: 14px;margin-top: 8px;}
}


.feature .all-services a {
    background: #101010;
    border: 0;
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feature .all-services {
    width:100px;
    display: block;
    margin:0px auto;
    text-align: center!important;
}


/* Lightbox buttons */
.btn, button, input[type="submit"], input[type="button"] {
    background-color: #20638d;
    border-color: #20638d;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 1em;
    /* margin-right: 20px; */
    text-shadow: none;
    /* width:40px!important; */
    /* height:40px!important; */
}

/* Button Style */

.btn, button, input[type="submit"], input[type="button"] {
    font-weight: 400 !important;
    /* min-width: 190px!important; */
}




.lightbox-prev,
.lightbox-next,
.lightbox-close,
[class*="lightbox"] button,
.modal .btn-close {
    min-width: auto !important;
    padding: 8px 12px !important;
    margin-right: 0 !important;
}
.carousel-control-prev,
.carousel-control-next,
.modal-header .btn-close,
[data-bs-dismiss="modal"] {
    min-width: auto !important;
    padding: 8px 12px !important;
    margin-right: 0 !important;
}



/* Homepage Scrolling Listings */

.scrolling-listings-section {
    background: #f8f9fa;
    padding: 3rem 0;
    margin: 2rem 0;
}

.section-title {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.carousel-controls {
    display: flex;
    flex-direction: row;     /* This makes them side by side */
    gap: 8px;
}

.carousel-controls .btn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3498db;
    color: #3498db;
    background: white;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-width: auto!important;
}

.carousel-controls .btn:hover {
    background: #3498db;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.carousel-controls .btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.carousel-controls .btn:disabled:hover {
    background: white;
    color: #3498db;
    transform: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.scrolling-container {
    overflow: hidden;
    position: relative;
}

.scrolling-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 1.5rem;
    padding: 0 1rem;
}

.listing-card {
    flex: 0 0 300px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.listing-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.listing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.listing-card:hover .listing-image {
    transform: scale(1.05);
}

.listing-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
}

.listing-status {
    background: #28a745;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.listing-content {
    padding: 1.5rem;
}

.listing-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.listing-title a {
    color: #2c3e50;
    text-decoration: none;
}

.listing-title a:hover {
    color: #3498db;
}

.listing-location {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.view-all-btn {
    min-width: 180px;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 25px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border: none;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    min-width: 180px!important;
}

.view-all-btn:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1f5f8b 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    text-decoration: none;
}

.view-all-btn:focus {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.25);
    outline: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .scrolling-wrapper {
        gap: 1rem;
        padding: 0 0.5rem;
    }
    
    .listing-card {
        flex: 0 0 250px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .carousel-controls {
        display: none;
    }
}

@media (max-width: 576px) {
    .listing-card {
        flex: 0 0 200px;
    }
    
    .listing-image-container {
        height: 150px;
    }
    
    .listing-content {
        padding: 1rem;
    }
    
    .listing-title {
        font-size: 1rem;
    }
}


/* Styles added from Chat GPT */

#addToCartModal .modal-content {
    background: #ffffff;
    border: 2px solid #28a745;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#addToCartModal .modal-header {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

#addToCartModal .modal-title {
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
}

#addToCartModal .modal-body {
    padding: 2rem;
    text-align: center;
}

#addToCartModal #modal-message {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

#addToCartModal .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 1.5rem 2rem;
    justify-content: center;
    gap: 1rem;
}

#addToCartModal .btn {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#addToCartModal .btn-success {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border-color: #11998e;
    color: #fff;
}

#addToCartModal .btn-success:hover {
    background: linear-gradient(135deg, #0d7a6f 0%, #2dd65f 100%);
    border-color: #0d7a6f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

/* Remove Item from Cart Styling */
.remove-from-cart-btn {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    border-color: #dc3545;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}

.remove-from-cart-btn:hover {
    background: linear-gradient(135deg, #c82333 0%, #e55a00 100%);
    border-color: #c82333;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.remove-from-cart-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.4);
}

.remove-from-cart-btn i {
    margin-right: 0.5rem;
}

#addToCartModal .btn-secondary {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
}

#addToCartModal .btn-secondary:hover {
    background: #5a6268;
    border-color: #545b62;
    transform: translateY(-2px);
}

#addToCartModal .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

#addToCartModal .btn-close:hover {
    opacity: 1;
}

/* Hansen Repair Header Styles */
.custom-top-bar {
    background-color: #37b6ff!important;
    color: white;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    min-height: 40px;
    z-index: 9999;
    position: relative;
    border-bottom: 5px solid #37b6ff!important;
    background: linear-gradient(135deg, rgb(0 75 179 / 85%) 0%, rgba(0, 143, 243, 0.85) 25%, rgba(39, 208, 221, 0.85) 35%, rgba(42, 101, 216, 0.85) 100%), url(/images/hero-banners/home-hero.jpg);
}

.custom-top-bar .row {
    min-height: 40px;
}

.custom-top-bar .col-md-3 {
    display: flex;
    align-items: center;
    min-height: 24px;
}

.custom-top-bar .contact-info {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.custom-top-bar .contact-info a {
    color: white;
    text-decoration: none;
    font-size: 23px;
    font-weight: 400!important;
}

.custom-top-bar .contact-info a:hover {
    color: white;
    text-decoration: underline;
}

/* Logo */

.custom-logo {
    text-decoration: none;
    display: block;
    /* width: 240px; */
    height: auto;
    margin: 15px auto;
}

.custom-logo .logo-text {
    text-align: left;
}

.custom-logo .logo-main {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
}

.custom-logo .logo-sub {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5px;
}




/* Navigation styles */
.customized-nav {
    text-align: right;
}

.customized-nav .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.customized-nav .nav-list li {
    position: relative;
}

.customized-nav .nav-list a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.customized-nav .nav-list a:hover {
    text-decoration: none;
}

/* .customized-nav .dropdown-toggle::after {
    content: '▼';
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
} */

.customized-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 4px;
    min-width: 200px;
    z-index: 1000;
    display: none;
}

.customized-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.customized-nav .dropdown-menu li {
    margin: 0;
}

.customized-nav .dropdown-menu a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 23px;
    text-transform: none;
    letter-spacing: normal;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-top-bar {
        text-align: center;
        font-size: 12px;
    }

    .custom-top-bar .col-md-4 {
        margin-bottom: 5px;
    }

    .custom-logo .logo-main {
        font-size: 36px;
    }

    .custom-logo .logo-sub {
        font-size: 14px;
    }

    .customized-nav .nav-list {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .customized-nav {
        text-align: center;
        margin-top: 20px auto!important;
		display:block!important;

    }
    
    /* Mobile Logo - Centered with max-width */
    .navbar-brand,
    .custom-logo,
    .navbar-brand img,
    .custom-logo img,
    .navbar-area,
    .navbar-area a,
    .navbar-area img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 375px !important;
        width: auto !important;
        text-align: center !important;
    }
    
    .startup .navbar-area,
    .startup .navbar-brand,
    .startup .navbar-brand img {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 375px !important;
    }
    
    .hansen-main-header .custom-logo,
    .hansen-main-header .custom-logo img {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 375px !important;
    }
    
    /* Mobile Hamburger Menu - Centered with white bg and dark bars */
    .navbar-toggler,
    .custom-navbar-toggler {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: auto !important;
        margin-right: auto !important;
        background: #fff !important;
        border: 1px solid #e9ecef !important;
        border-radius: 4px !important;
        padding: 8px 12px !important;
        margin-bottom: 15px !important;
        width: auto !important;
        height: auto !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 30px !important;
        height: 30px !important;
    }
    
    .custom-navbar-toggler .bar {
        width: 20px !important;
        height: 2px !important;
        background-color: #333 !important;
        margin: 3px 0 !important;
        display: block !important;
    }
    
    .startup .navbar,
    .startup .navbar-toggler,
    .hansen-main-header .navbar,
    .hansen-main-header .navbar-toggler {
        display: flex !important;
        justify-content: center !important;
    }
    
    .startup .navbar-toggler,
    .hansen-main-header .navbar-toggler {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


/* Footer styling - restored original black background and proper positioning */
.footer-area {
    position: relative;
    margin-top: 80px;
    background-color: #000;
    color: #c7c7c7;
    padding-top: 30px;
    padding-bottom: 60px;
}

.footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url(/assets/images/backgrounds/footer_bg.png);
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -80px;
}

.footer-area .container {
    position: relative;
    z-index: 2;
}

.footer-area .logo img {
    max-height: 150px;
    width: auto;
}

.footer-area p {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
    color: white;
}

.footer-area a {
    color: #e67e22;
    text-decoration: none;
    font-weight: normal;
}

.footer-area a:hover {
    color: #d35400;
    text-decoration: underline;
}

#nebraska-web-designers {
    background-color: #000;
    padding: 15px 0;
    text-align: center;
}

#nebraska-web-designers .idealhtml {
    display: inline-block;
}

#nebraska-web-designers img {
    height: 22px;
    width: auto;
}

/* Transform Hover Effect for Service Cards */
.transform-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transform-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

/* About Section CTA Buttons with Sheen Effect */
.btn-estimate,
.btn-see-work {
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.875rem 2.25rem;
    padding-right: 3rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    z-index: 0;
}

/* Primary Button - Request an Estimate */
.btn-estimate {
    background: linear-gradient(135deg, #fdb414 0%, #f9a825 100%);
    border-color: #fdb414;
    color: #1a1a1a !important;
}

/* Secondary Button - See Our Work */
.btn-see-work {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-color: #2c3e50;
    color: #fff !important;
}

/* Sheen overlay effect */
.btn-estimate::before,
.btn-see-work::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

/* Button text positioning above sheen */
.btn-estimate > *,
.btn-see-work > * {
    position: relative;
    z-index: 3;
}

/* Arrow after text */
.btn-estimate::after,
.btn-see-work::after {
    content: "»";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* Hover effects - sheen animation and lift */
.btn-estimate:hover,
.btn-estimate:focus,
.btn-see-work:hover,
.btn-see-work:focus {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: inherit !important;
    border-color: inherit;
    text-decoration: none;
}

/* Sheen animation on hover */
.btn-estimate:hover::before,
.btn-estimate:focus::before,
.btn-see-work:hover::before,
.btn-see-work:focus::before {
    left: 100%;
}

/* Arrow moves on hover */
.btn-estimate:hover::after,
.btn-estimate:focus::after,
.btn-see-work:hover::after,
.btn-see-work:focus::after {
    transform: translate(5px, -50%);
}

/* Active/Click effect */
.btn-estimate:active,
.btn-see-work:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

/* Brighter hover for estimate button */
.btn-estimate:hover {
    background: linear-gradient(135deg, #ffc107 0%, #fdb414 100%);
}

/* Brighter hover for see work button */
.btn-see-work:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}

/* Button container spacing */
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

/* Feature Section CTA Buttons with Sheen Effect */
section .btn-dark,
section .btn-outline-dark {
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.875rem 2rem;
    padding-right: 2.75rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-transform: uppercase;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    z-index: 0;
}

/* Primary Button - Request a Free Estimate */
section .btn-dark {
    background: linear-gradient(135deg, #fdb414 0%, #f9a825 100%) !important;
    border-color: #fdb414 !important;
    color: #1a1a1a !important;
}

/* Secondary Button - See Our Work */
section .btn-outline-dark {
    background: linear-gradient(135deg, #621be3 0%, #7c3aed 100%) !important;
    border: 2px solid #621be3 !important;
    color: #fff !important;
    position: relative;
}

/* Sheen overlay effect for both buttons */
section .btn-dark::before,
section .btn-outline-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

/* Button text positioning above sheen */
section .btn-dark > *,
section .btn-outline-dark > * {
    position: relative;
    z-index: 3;
}

/* Arrow after text */
section .btn-dark::after,
section .btn-outline-dark::after {
    content: "»";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* Hover effects - sheen animation and lift */
section .btn-dark:hover,
section .btn-dark:focus,
section .btn-outline-dark:hover,
section .btn-outline-dark:focus {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: inherit !important;
    border-color: inherit;
    text-decoration: none;
}

/* Sheen animation on hover */
section .btn-dark:hover::before,
section .btn-dark:focus::before,
section .btn-outline-dark:hover::before,
section .btn-outline-dark:focus::before {
    left: 100%;
}

/* Hover for outline button */
section .btn-outline-dark:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #621be3 100%) !important;
    color: #fff !important;
}

/* Arrow moves on hover */
section .btn-dark:hover::after,
section .btn-dark:focus::after,
section .btn-outline-dark:hover::after,
section .btn-outline-dark:focus::after {
    transform: translate(5px, -50%);
}

/* Active/Click effect */
section .btn-dark:active,
section .btn-outline-dark:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

/* Brighter hover for primary button */
section .btn-dark:hover {
    background: linear-gradient(135deg, #ffc107 0%, #fdb414 100%) !important;
}

/* Mom-approved Finishes span styling */
section h2.display-5 span {
    color: #621be3 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-area {
        padding: 30px 0;
    }
    
    .footer-area .logo img {
        max-height: 60px;
        margin-bottom: 20px;
    }
    
    .footer-area p {
        font-size: 14px;
        margin: 8px 0;
    }
}

/* ============================================================
   Page Hero Bar — .header-section-services
   Professional dark bar for all page headers
   ============================================================ */
/* Override parent section background for hero bar */
.section:has(.header-section-services) {
    background-image: none !important;
    background-color: #fff !important;
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}
.header-section-services {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
    padding: 2rem 0 1.8rem !important;
    text-align: left !important;
    border: none !important;
    margin: 0 !important;
}
.header-section-services .text-box {
    max-width: 1320px;
    margin: 0 auto !important;
    padding: 0 0.75rem !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    text-align: left !important;
}
.header-section-services .text-box h1 {
    color: #fff !important;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
    border: none !important;
    background: none !important;
}
.header-section-services .text-box .small,
.header-section-services .text-box p {
    color: rgba(255,255,255,0.65) !important;
}
.header-section-services .page-breadcrumb {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
}
.header-section-services .page-breadcrumb li {
    display: inline;
}
.header-section-services .page-breadcrumb li a {
    color: #fdb414;
    text-decoration: none;
}
.header-section-services .page-breadcrumb li a:hover {
    color: #fff;
}
.header-section-services .page-breadcrumb li + li::before {
    content: ">";
    color: rgba(255,255,255,0.4);
    margin: 0 0.5rem;
}
.header-section-services .page-breadcrumb li:last-child {
    color: rgba(255,255,255,0.6);
}
@media (max-width: 768px) {
    .header-section-services {
        padding: 1.2rem 0 1rem;
    }
    .header-section-services .text-box h1 {
        font-size: 1.5rem;
    }
}