
html {
	scrollbar-gutter: stable;
}

html, body {
	overflow-y: auto;
}

.moduletable {
	padding: 0 !important;
}


body {
	background-color: #fff;
	overflow-x: hidden;
	max-width: 1920px;
	margin: auto;
}


.page {
   overflow-x: hidden
}

img {
	max-width: 100%;
	height: auto;
}

header {
	position: relative;
	z-index: 2
}

.header {
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}

.header-inner {
	background-color: #fff;
	border-bottom-left-radius: 5px
}

.contact-toolbar {
	border-bottom-left-radius: 5px
}

.topbar a {
	text-decoration: none;
	color:#fff
}

.topbar .social li {
	margin-left: 10px
}

header .nav-item > a {
	position: relative;
	display: block;
	padding: 30px 12px 20px;
	text-transform: uppercase;
	transition: all .1s ease-out;
	font-weight: 700;
	color: #333333;
	text-decoration: none
}

header .nav-item.active > a {
	color: #ffb118
}


header .nav-item.active > a::before,
header .nav-item:hover > a::before {
	content: '';
	background-color: #333333;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: 12px;
}

.container-xxl.banner-section {
	max-width: 100%;
	width: 1920px;
	position: relative;
	z-index: 1;
	margin: 0 auto 0 !important;
}

body .owl-carousel-container {
	position: relative;
	padding: 0;
}

.item-overlay {
	position: relative;
}

.owl-carousel-container .item-overlay::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.owl-carousel-container .item-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	z-index: 1;
	/*width: 1300px;*/
	margin: auto;
	/*max-width: 100%;*/
}

.owl-carousel-container .item-content .h1 {
	font-weight: 700;
	font-size: 80px ;
	text-align: left;
	text-transform: uppercase;
}

.owl-carousel-container .item-content .h3 {
	font-size: 48px;
	font-weight: 300
}
#ot-slider-110 .owl-nav button.owl-next {
	right: 15px;
}

/* Animation for left-to-right slide */
@keyframes slideInFromLeft {
	0% { transform: translateX(-100%) translateY(-50%); opacity: 0; }
	100% { transform: translateX(-50%) translateY(-50%); opacity: 1; }
}

.owl-carousel-container .item-content {
	animation: slideInFromLeft 1s ease-out forwards;
}

/* Reset animation for inactive slides */
.owl-item:not(.active) .item-content {
	animation: none;
	transform: translateX(-50%);
	opacity: 0;
}

#mod-custom111, .top-1 .custom {
	padding: 95px 0;
	background-color: #f6f6f6;
	max-width: 100%;
	width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.ui-title-block {
	margin-top: 0;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.ui-title-emphasis {
	display: block;
	margin-bottom: 3px;
	font: 300 24px "Arial";
	color: #333;
	letter-spacing: 0.2em;
}

.ui-title-block + .decor-1 {
	min-width: 300px;
	margin-top: 17px;
	margin-bottom: 13px;
}

.decor-1 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ui-title-block + .decor-1::before, .ui-title-block + .decor-1::after {
	width: 90px;
}

.decor-1::before, .decor-1::after {
	position: relative;
	top: -6px;
	display: inline-block;
	width: 62px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #000;
	content: '';
}

.cta-btn {
	position: relative;
}

.cta-btn a {
	padding: 55px;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height: 1
}

.cta-btn-left a {
	background-color: #222;
	color: #fff;
	border-top-right-radius: 10px;
	position: relative;
}

.cta-btn-logo {
	width: 90px;
	height: 90px;
	display: flex;
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	cursor: default;
	padding: 20px;
	text-align: center;
}

.cta-btn-logo img {
	display: block;
	margin: auto;
	width: 90%;
}

.cta-btn-right a {
	background-color: #FFB118;
	color: #333;
	border-bottom-left-radius: 10px
}

#mod-custom112, .top-3 .custom {
	width: 100%;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

#mod-custom113, .top-4 .custom {
	padding: 90px 0;
	background-color: #f6f6f6;
	width: 100%;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#mod-custom113 .row, .top-4 .custom .row {
	max-width: 1600px;
	margin: auto;
}

#mod-custom113 img, .top-4 .custom img {
	display: block;
	border: 1px solid #eee;
	border-top-right-radius: 10px;
	background-color: #fff;
	box-shadow: 0 3px 0 0 #777;
	transition: all 0.3s;
	text-align: center;
}

#mod-custom114, .top-5 .custom {
	padding: 100px 0;
	text-align: center;
	background: url('https://bl-services.gr/images/bg-5.jpg') no-repeat 50% 50%;
}

.block-contacts {
	margin-top: 73px;
	margin-bottom: 125px;
	line-height: 1;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}

.block-contacts__title-1 {
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: 0.2em;
}

.block-contacts__title-2 {
	margin-bottom: 19px;
	font-size: 38px;
	font-weight: 700;
	color: #FFB118;
}

.block-contacts__title-3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

footer {
	padding: 100px;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	font-size: 14px
}

footer a {
	color: #fff;
	text-decoration: none
}

footer .menu li {
	margin-bottom: 8px
}

footer h3 {
    font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.decor-2 {
		margin-bottom: 30px;
}

.decor-2::before {
	background-color: #FFB118;
}

.decor-2::before, .decor-2::after {
	display: inline-block;
	width: 12px;
	height: 2px;
	content: '';
	transition: all 0.3s;
}

.decor-2_mod_white::after {
	background-color: #fff;
}

.article-page-header {
	padding-top: 230px;
	padding-bottom: 80px;
	position: relative;
}

.article-page-header::before {
	content: "";
	width: 100%;
	max-width: 1920px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	background: url('https://bl-services.gr/images/stock-photo-137532435-1.jpg') no-repeat center/cover;
	transform: translateX(-50%);
	z-index: -2;
}

.article-page-header::after {
	content: "";
	width: 100%;
	max-width: 1920px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	background-color:rgba(0, 0, 0, 0.75);
	transform: translateX(-50%);
	z-index: -1;

}

.article-page-header {
    margin-bottom: 0;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.article-page-header .decor-2 {
	line-height: 1;
	font-size: 0;
	margin-bottom: 0
}

iframe {
	width: 100%;
	max-width: 100%
}

.contact-info {
	font-size: 18px;
	font-weight: 500
}

.contact-info span {
	display: inline-block;
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
}

.contact-info a {
	text-decoration: none;
	color: #FFB118;
}

.contact-info .decor-2::after {
	margin-left: 3px;
	background-color: #333;
}

#rsform_3_page_0 {
	max-width: 700px;
	margin: 60px auto 60px;
}

#rsform_3_page_0 > .row {
	margin-bottom: 15px;
}

.form-control {
	padding: 10px;
	border-radius: 0;
}

.form-label {
	display: none;
}

#submit, .readmore .btn {
	background-color: #333;
	border-color: #333;
	border-radius: 0;
	border-bottom-left-radius: 10px;
	margin-left: auto;
	float: right;
	padding: 14px 43px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1
}

.readmore .btn {
	float: none;

}

.readmore {
margin-top: auto;
}


.formRed {
	text-align: center;
}

.social-icons i {
	font-size: 40px;
	margin: 0 15px;
}

.com-content-category-blog__items .item-content {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #777;
	padding: 25px 30px 35px;
	border-top-left-radius: 10px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.com-content-category-blog__items .item-content h2 {
	margin-bottom: 30px;
	line-height: 0.5;
}

.com-content-category-blog__items .item-content h2 a {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}

#mod-custom119, .top-2 .custom {
	padding: 100px 0 80px;
}

.ui-subtitle-block_mod-a {
	max-width: 600px;
	margin: 40px auto 57px;
font-size: 16px;
font-weight: 700;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}

.list-features {
	position: relative;
	margin-top: 35px;
	margin-right: 32px;
	padding-bottom: 73px;
	text-align: right;
}

.list-features__inner {
	margin-right: 97px;
}

.list-features__title {
	position: relative;
	margin-bottom: 14px;
	padding-right: 15px;
}

.list-features__description {
	height: 46px;
	overflow: hidden;
}

.list-features__item {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.ui-title-inner {
	margin-top: 0;
	font-size: 16px ;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

.list-features__title::before {
	bottom: 10px;
	background-color: #333;
}

.list-features__title::before, .list-features__title::after {
	position: absolute;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
}

.list-features__title::after {
	bottom: 0;
}

.bg-primary, .decor-2::before, .dropcap_mod-a::first-letter, .tooltip-1 .tooltip-inner, .list-mark_mod-d li::after, .btn-primary, .btn_mod-a::before, .pagination_mod-a > .active > a, .pagination_mod-a > .active > span, .pagination_mod-a a:hover, .pagination_mod-a span:hover, .pagination_mod-a a:focus, .pagination_mod-a span:focus, .forms__label-check_mod-a::after, .forms__label-radio_mod-a::before, .forms__label-radio_mod-b::after, .progress-bar-primary, .section-subscribe, .btn_mod-b::before, .table_mod-a > thead > tr > th::before, .social-links_mod-a > li > a:hover, .main-slider .sp-thumbnail-icon:hover, .main-slider .sp-selected-thumbnail .sp-thumbnail-icon, .decor-3::before, .reviews__author-title::after, .slider-tumbsnails .sp-selected-thumbnail .sp-thumbnail, .list-features__title::after, .list-features-2__title::after, .ui-title-block_w_bg-primary::before, .accordion .panel-heading .btn-collapse, .accordion .panel-heading .btn-collapse:hover, .accordion .panel-heading .btn-collapse:hover::before, .accordion .panel-heading .btn-collapse::before, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .post .entry-date, .post .entry-media::before, .slider-thumbnails-nav .flex-active-slide, .list-staff:hover .list-staff__img::after, .parallax-primary::after, .list-widget__link::after, .list-tags__btn:hover, .list-widget__link:hover, .yamm .navbar-toggle {
	background-color: #FFB118;
}

.list-features__icon {
	float: right;
	font-size: 54px;
	line-height: 1;
	color: #777;
}

.list-features__item::after {
	display: block;
	height: 30px;
	margin-right: 26px;
	border-right: 1px dotted;
	content: '';
}

.list-features {
	position: relative;
	margin-top: 35px;
	margin-right: 32px;
	padding-bottom: 73px;
	text-align: right;
}

.list-features_mod-b::before {
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 174px;
	height: 25px;
	background: url('../../../images/arrow-orange_right_top.png') no-repeat;
	content: '';
}

.decor-1 .icon {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 24px;
}

a, .color-primary, .decor-1 .icon, .blockquote_mod-a::before, .blockquote_mod-c::before, .text-primary, .link-tooltip-1, .list-num_mod-a li::before, .list-mark_mod-e li::before, .header-top .social-links > li > a:hover, .yamm .nav > li > a:hover, .yamm .nav > li.active > a, .yamm .nav > li.current_page_item > a, .block-services:hover .block-services__title, .decor-4_mod-a .icon, .progress-center__link:hover .icon, .btn-link:hover, .post .entry-meta__item .icon, .post_mod-b:hover .entry-title, .post_mod-b:hover .entry-title a, .list-features__title-emphasis, .list-staff .social-links .icon:hover, .list-staff:hover .list-staff__name, .list-progress__title-icon, .decor-4_mod-c .icon, .block-services .icon {
	color: #ffb118;
}

/* Lang switcher */
.mod-languages {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 12px;
}

.mod-languages__list.lang-inline {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mod-languages__list.lang-inline li {
	margin-left: 5px;
	width: 18px;
	height: 12px;
	line-height: 0;
}

.mod-languages__list.lang-inline li a {
	line-height: 0;
	height: 12px;
	display: block;
}

/* Off canvas */
#offcanvas ul {
	display: flex;
	flex-direction: column;
		font-size: 16px;
}

#offcanvas li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

#offcanvas .social li {
	padding: 0;
	border-bottom: none;
}

#offcanvas .social {
	font-size: 22px;
	margin-top: 30px;
}

#offcanvas a {
	text-decoration: none;
	display: block;
	color: #000;
}

#userForm h2 {
	font-size: 22px;
	margin-bottom: 30px;
}

.com-content-article__body + .col-xl-4 {
	background-color: #f6f6f6;
	padding: 30px;
}

.footer-logo {
	background-color: #fff
}

.readmore .icon-chevron-right {
	display: none
}

.article-page-header {
	margin: 0 -15px;
}

/* Media queries */
@media screen and (max-width: 1440px) {

.owl-carousel-container .item-content .h1 {
	font-size: 55px;
}

.owl-carousel-container .item-content .h3 {
	font-size: 38px;
}

}

@media screen and (max-width: 1366px) {


}

@media screen and (max-width: 1280px) {
	.ui-title-block {;
		font-size: 30px;
	}

	.ui-title-emphasis {
		font: 300 18px "Arial";
	}

	.cta-btn a {
		font-size: 28px;
	}

	.owl-carousel-container .item-content .h1 {
		font-size: 45px;
	}

	.owl-carousel-container .item-content .h3 {
		font-size: 30px;
	}

	header .nav-item > a {
		font-size: 14px;
	}

	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 80vh;
		object-fit: cover;
	}
}

@media screen and (max-width: 991px) {

	.header-inner {
		border-bottom-left-radius: 0;
	}

	.logo {
		padding: 5px;
	}

	.contact-toolbar {
		border-bottom-left-radius: 0;
	}

	.list-unstyled.d-flex.social {
		padding-right: 15px;
	}

	.mod-languages {
		padding-right: 15px
	}

	.owl-carousel-container .item-content {
		text-align: center;
	}

	.owl-carousel-container .item-content .h1 {
		text-align: center;
	}

	.wpb_row {
		align-items: center;
	}

}

@media screen and (max-width: 440px) {

.logo > img {
	height: 45px;
	width: auto;
}

.owl-carousel-container .item-content .h3 {
	font-size: 20px;
}

.owl-carousel-container .item-content .h1 {
	font-size: 28px;
}

#ot-slider-110 .owl-nav button.owl-next {
	right: 0;
}

#ot-slider-110 .owl-nav > button {
	left: 0;
}

#ot-slider-110 .owl-dots {;
	bottom: 30px;
}

.list-features_mod-b::before {
	content: none;
}

.cta-btn-left a {
	border-top-right-radius: 0;
	text-align: center;
}

.cta-btn-right a {
	border-bottom-left-radius: 0;
	text-align: center;
}

.cta-btn a {
	font-size: 24px;
}

#mod-custom114, .top-5 .custom {
	padding: 50px 0;
	background: none
}

footer {
	padding: 60px;
}

.owl-nav {
	display: none;
}

}