@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/* Global Style */
body {
	color: #222222;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Montserrat', sans-serif;
}

ul {
	list-style-type: none;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

a {
	text-decoration: none;
	display: inline-block;
	outline: none;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

img {
	width: 100%;
	display: inline-block;
}

button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
	background: transparent;
}

input,
textarea {
	display: block;
	font-size: 16px;
	line-height: 28px;
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Theme Style */
.thm-btn {
	position: relative;
	background: #ff5722;
	font-size: 14px;
	line-height: 42px;
	font-weight: 700;
	color: #ffffff;
	border: 2px solid #ff5722;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 26px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn:hover {
	background: transparent;
	color: #ff5722;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.sec-title {
	position: relative;
	margin-bottom: 17px;
}

.sec-title h2 {
	position: relative;
	font-size: 32px;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-weight: 600;
}

.sec-title h2:before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 90px;
	height: 10px;
	background-image: url(../images/images/tb2.png);
}

.sec-title span {
	color: #ff5722;
}

ul.tickmark {
	margin-top: 12px;
	margin-bottom: 15px;
}

ul.tickmark li {
	font-size: 15px;
	color: #444;
	text-align: justify;
	padding-left: 1.3em;
	line-height: 24px;
	padding-bottom: 6px;
}

ul.tickmark li:before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 100;
	text-decoration: inherit;
	color: #11b2e3;
	font-size: 20px;
	padding-right: 0.5em;
	top: 10px;
	left: 0;
	display: inline-block;
	/*margin-left: -1.3em;*/
	width: 1.3em;
}

/* Owl Carousel Style */
.owl-nav {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	background: #d6d6d6 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	margin-right: 6px;
	padding: 4px 7px;
	width: 36px;
	height: 36px;
	line-height: 24px;
	background: none;
	border: 2px solid#fff;
	color: #fff;
	transition: all 500ms ease 0s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	text-align: center;
	background: #fff;
	color: #ff5722;
	cursor: pointer;
	border: 2px solid#fff;
}

.owl-dots {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: end;
	align-items: center;
}

.owl-dots .owl-dot {
	border-radius: 0px;
	display: block;
	background-color: #222;
	height: 5px;
	width: 30px;
	margin: 5px 3px;
	transition: .5s ease;
}

.owl-dots .owl-dot.active {
	background-color: #ff5722;
	transition: .5s ease;
	transform: scaleY(1.25);
}

/* Vertical Slider */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

/* Header */
.top-bar {
    position: relative;
    font-size: 14px;
    padding: 2px 0;
    color: #ffffff;
    background: #222;
}

.top-left.top-links {
    position: relative;
}

.top-bar .top-links ul li {
    position: relative;
    float: left;
    padding: 7px 0px 6px;
    line-height: 24px;
    color: #aaaaaa;
    margin-right: 30px;
}

.top-bar ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

.top-bar .top-links ul li a i {
    position: relative;
    margin-right: 8px;
    top: 0px;
    color: #fff;
}

.top-bar .top-right {
    position: relative;
    margin-top: 8px;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .top-right li {
    display: inline-block;
    margin-left: 16px;
}

.top-bar .top-right li a {
    padding: 2px 5px;
}

.header-upper {
    position: relative;
    padding: 25px 0px 20px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.header-upper .logo-outer {
    position: relative;
    z-index: 25;
}

.header-upper .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #777777;
    padding: 0px 0px 0px 70px;
}

.header-upper .info-box li {
    position: relative;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.header-upper .info-box strong {
    font-weight: 700;
    color: #222;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.header-upper .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 0px;
    width: 55px;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #ccc;
    color: #ff5722;
    text-align: left;
    line-height: 50px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-upper .info-box .icon-box span:before {
    font-size: 32px;
    margin: 0;
}
.header-upper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainmenu-area {
    z-index: 222;
    position: relative;
    padding: 1rem;
}

.mainmenu-area .menu-column {
    background: #ff5722;
    position: absolute;
    top: 0;
}

.main-menu {
    position: relative;
}

.navigation {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.navigation li {
    display: inline-block;
}

.navigation li a {
    padding: 25px 10px 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.mainmenu-area .navigation > li.current > a {
    position: relative;
    color: #fff;
    background: #166db2;
}
.mainmenu-area.sticky {
	    padding: 0;
    position: sticky;
    top: 0px;
    background-color: #ff5722;
}
.mainmenu-area.sticky .menu-column {
	position: static;
}
/* Primary Banner */
.primary-banner {
	width: 100%;
	height: 650px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-position: center;
	background-size: cover;
}

#primary-banner .carousel-control-next,
#primary-banner .carousel-control-prev {
	width: 3rem;
	height: 3rem;
	margin: 1rem;
	border: 1px solid #fff;
	top: calc(50% - 3rem);
	border-radius: .5rem;
	opacity: 1;
}

#primary-banner h1 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:
		uppercase;
	background: #ff5722;
	line-height: 66px;
	border-width: 0px;
	margin: .5rem;
	padding: 2px 20px;
	letter-spacing: 5px;
	font-weight: 300;
	font-size: 60px;
	position: relative;
    right: -100%;
    transition: 1s ease-in-out all;
}

#primary-banner h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #222;
    line-height: 66px;
    border-width: 0px;
    margin: 0.5rem;
    padding: 2px 20px;
    letter-spacing: 10px;
    font-weight: 300;
    font-size: 60px;
    position: relative;
    left: -100%;
    transition: 1s ease-in-out all;
}

#primary-banner a.thm-btn {
    background: #222;
    border: 2px solid #222;
    border-radius: 10px;
}

#primary-banner a.thm-btn:hover {
	background: #fff;
    color: #ff5722;
    border: 2px solid #ff5722;
    transition: .5s;
}
#primary-banner .active h1 {
	right: 0;
}
#primary-banner .active h2 {
	left: 0;
}

/* Features */
.features {
	padding: 50px 0px 80px;
}

.features .item {
	margin-top: 30px;
	box-shadow: 0px 3px 24px 3px rgb(0 0 0 / 13%);
}

.features .item .image-box {
	position: relative;
	display: inline-block;
}

.features .item .image-box .overlay {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	background: rgba(0, 0, 0, 0.7);
	transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 0;
	visibility: hidden;
}

.features .overlay .inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

.features .overlay .inner i:before {
	margin: 0;
	font-size: 30px;
	color: #fff;
}

.features .item .content {
	border: 1px solid #ddd;
	margin-top: 5px;
}

.features .item .content h4 a {
	display: block;
	padding: 12px 10px;
	color: #222;
	position: relative;
	font-size: 18px;
}

.features .item .content h4 a:before {
	color: #222;
	content: "\f35a";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	right: 10px;
	line-height: 20px;
	position: absolute;
	font-weight: 900;
}

.features .item:hover .overlay,
.features .item:focus .overlay {
	height: 100%;
	transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 1;
	visibility: visible;
}

.features .item:hover .content {
	background: #ff5722;
	transition: .5s;
}

.features .item:hover .content h4 a {
	color: #fff;
}

.features .item:hover .content h4 a:before {
	color: #fff;
}

/* Our Services */
.our-service {
	padding: 80px 0px 80px;
	background: #f7f7f7;
}

.our-service .outer-box .tab-list {
	margin-left: 12px;
}

.our-service .tab-list li {
	position: relative;
	display: inline-block;
	text-align: center;
	background: #ff5722;
	margin: 10px 11px 25px 3px;
}

.our-service .tab-list li.active {
	background: #ff5722;
}

.our-service .tab-list li.hvr-bubble-bottom:before {
	border-color: #ff5722 transparent transparent transparent;
}

.our-service .tab-list li.active.hvr-bubble-bottom:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	border-color: #ff5722 transparent transparent transparent;
}

.our-service .tab-list li a {
	position: relative;
	color: #222;
	padding: 8px 5px;
	width: 180px;
	height: 90px;
}

.our-service .tab-list li.active a {
	color: #fff;
}

.our-service .tab-list h4 {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

.our-service .outer-box .tab-list i:before {
	font-size: 34px;
	margin: 0px;
}

.our-service h3 {
	font-size: 24px;
	color: #222;
	font-weight: 500;
	margin-bottom: 30px;
	position: relative;
}

.our-service h3:before {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 90px;
	height: 2px;
	background: #ff5722;
}

/* Facts */
.fact-counter {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	padding: 40px 0px 50px;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
}

.fact-counter:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.64);
	opacity: 1;
	content: "";
}

.fact-counter .column {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	z-index: 5;
}

.fact-counter .item {
	color: #222;
}

.fact-counter .counter-outer .item .inner-box {
	position: relative;
}

.fact-counter .counter-outer .item .inner-box .icon-box {
	width: 72px;
	height: 66px;
	margin: 0 auto;
	display: inline-block;
}

.fact-counter .counter-outer .item .inner-box .icon-box i {
	color: #fff;
	line-height: 58px;
}

.fact-counter .count-outer {
	position: relative;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	display: inline-block;
}

.fact-counter .icon-box {
	width: 72px;
	height: 66px;
	margin: 0 auto;
	display: inline-block;
}

.fact-counter .icon-box i {
	color: #fff;
	line-height: 58px;
}

.fact-counter .icon-box i:before {
	margin: 0;
	font-size: 50px;
}

/* Our Projects */
.our-projects {
	position: relative;
	padding: 80px 0px 80px;
}

.our-projects .sec-title .link-btn {
	margin-top: 30px;
}

.our-projects .single-item .inner-box {
	position: relative;
	overflow: hidden;
}

.our-projects .single-item .inner-box .image-box {
	position: relative;
}

.our-projects .single-item .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.our-projects .single-item .inner-box .image-box .caption {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 0px 6px;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background-color: #ff5722;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.our-projects .single-item .inner-box .image-box .overlay-box {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	background: rgba(0, 0, 0, 0.62);
	transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 0;
	visibility: hidden;
}

.our-projects .single-item .inner-box .image-box .overlay-box .inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

.our-projects .single-item .inner-box .image-box:hover .caption {
	bottom: -100px;
}

.our-projects .single-item .inner-box .image-box:hover .overlay-box {
	height: 100%;
	transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 1;
	visibility: visible;
}

.our-projects .single-item .inner-box .image-box .overlay-box .inner a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	font-size: 38px;
	color: #fff;
}

/* Testimonials */
.testimonial {
	position: relative;
	padding: 80px 0px 140px;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	color: #ffffff;
	background-image: url(../images/images/unsplashautoglassrepair.html);
	z-index: 1;
}

.testimonial:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.79);
	z-index: -1;
}

.testimonial .sec-title {
	text-align: center;
}

.testimonial .item {
	margin: 0 auto;
	padding: 50px 20px 30px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.81);
}

.testimonial .item .image-box {
	margin-top: 20px;
}

.testimonial .item .image-box img {
	width: auto;
	border-radius: 20px 20px 20px 20px;
}

.testimonial .item .text .icon {
	margin: 10px 0px;
}

.testimonial .item .text .icon i {
	font-size: 14px;
	color: #f8ae02;
}

.testimonial .sec-title h2:before {
	left: 50%;
	margin-left: -50px;
	background-image: url(../images/images/tb1.png);
}

/* Subscribe */
.subscribe-us {
	background: #166db2;
	padding: 26px 0px;
	color: #fff;
}

.subscribe-us h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	margin: 0;
	line-height: 40px;
	letter-spacing: 1px;
}

.subscribe-us a.thm-btn {
	padding: 0px 20px;
	background: #166db2;
	color: #fff;
	letter-spacing: 1px;
	border: 2px solid #fff;
	font-size: 125%;
}

.subscribe-us a.thm-btn.inverse:hover {
	color: #fff;
	background: #ff5722;
	border: 2px solid #fff;
}

/* Page Banner */
.page-banner {
    margin-top: -34px;
    padding-bottom: 80px;
    padding-top: 110px;
    text-align: center;
    color: #fff;
    position: relative;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s ease-in-out all;
}

.page-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.31);
    opacity: 1;
    content: "";
    z-index: 0;
}

.page-banner .content {
    padding: 30px 0px 22px;
    border: 1px solid #fff;
    z-index: 2;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.49);
}

.page-banner .content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

#breadcrumbs {
    padding: 10px;
}

.page-banner .content span {
    color: #fff;
}

/* Contact Page */
.contact-info-area {
    border-bottom: 1px solid #f7f7f7;
    padding: 80px 0px;
}

.contact-info-area .contact-info {
    text-align: center;
    border: 1px solid #ff5722;
    padding: 40px 0px;
    background: #222;
    color: #fff;
}

.contact-info-area .contact-info .icon-box {
    margin-bottom: 20px;
}

.contact-info-area .contact-info .icon-box i:before {
    font-size: 40px;
    color: #fff;
    margin: 0;
}

.contact-info-area .contact-info h5 {
    font-size: 16px;
    margin-bottom: 8px;
}

/* Contact Form */
.contact_us {
    padding: 80px 0px 70px;
}

.default-form-area {
    position: relative;
}

.default-form-area .form-group {
    position: relative;
}

.form-group.style-two {
    margin-bottom: 30px;
}

.default-form-area input[type="text"],
.default-form-area input[type="email"],
.default-form-area input[type="password"],
.default-form-area input[type="number"],
.default-form-area input[type="tel"],
.default-form-area select,
.default-form-area textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 55px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.default-form-area .form-control:focus {
    border-color: #ff5722;
    box-shadow: none;
}

.default-form-area textarea {
    height: 120px;
}
.maxwidth250 {
    max-width: 480px;
}
/* About Page */
.about-seciton {
    padding: 60px 0px 80px;
}

.about-seciton .single-item h2 {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.about-seciton .single-item h2 span {
    color: #ff5722;
}

.about-seciton .single-item p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin: 0;
}

.about-seciton .single-item p.style-2 {margin-top: 20px;}
/* Scroll To Top */
.scroll-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #ff5722;
}

.scroll-top span:before {
    font-size: 27px;
}
/* Footer */
#footer {
	position: relative;
	border-top: 5px solid #166db2;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
}

#footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.78);
}

#footer .footer-upper {
	padding: 75px 0 65px;
}

#footer .footer-upper .image-box {
	margin-bottom: 20px;
}

#footer .footer-upper .image-box img {
	width: auto;
}

.footer p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
}

.footer-widget.about-widget p {
	margin: 0;
}

.about-widget .social-links {
	margin-top: 20px;
}

.about-widget .social-links a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 38px;
	margin-right: 1px;
	border: 1px solid #fff;
	width: 38px;
	height: 38px;
	text-align: center;
}

.about-widget .social-links a:hover {
	color: #ff5722;
}

.footer-widget h3.title {
	font-size: 24px;
	text-transform: capitalize;
	margin: 0;
}

#footer .footer-widget h3.title {
	margin-bottom: 30px;
	position: relative;
	font-weight: 500;
	color: #fff;
}

#footer .footer-widget h3.title:before {
	content: "";
	position: absolute;
	bottom: -14px;
	width: 52px;
	height: 10px;
	background-image: url(../images/images/ftb.png);
}

.footer-widget ul {
	margin: 0;
	padding: 0;
}

.footer-widget ul li {
	list-style: none;
}

#footer .footer-widget.quick-links ul li {
	margin-bottom: 8px;
}

.footer .footer-widget.quick-links ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-left: 26px;
	position: relative;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.footer .footer-widget.quick-links ul li a:before {
	color: #ffffff;
	content: "\f1cd";
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	left: 0;
	line-height: 16px;
	position: absolute;
	top: 4px;
	font-weight: 100;
}

#footer .footer-widget.experts-column ul li {
	margin-bottom: 8px;
}

#footer .footer-widget.experts-column ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-left: 26px;
	position: relative;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

#footer .footer-widget.experts-column ul li a:before {
	color: #ffffff;
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	left: 0;
	line-height: 16px;
	position: absolute;
	top: 4px;
	font-weight: 500;
}

.footer-widget.opening-hour {
	color: #adadad;
}

.footer-widget.opening-hour .day-time {
	margin-top: 10px;
}

.footer-widget.opening-hour span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 30px;
}

.footer-bottom {
	border-top: 1px solid #222;
	background: #000;
	color: #fff;
	padding: 20px 0px 20px;
}

.footer-bottom .copyright-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}

.footer-bottom span {
	color: #ff5722;
}