@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: var(--jd-font-text);
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	background-color: #ffffff;
}
p {	margin: 0 0 15px 0; }
.h1, .h2, .h4, .h5, h1, h2, h4, h5 {
	color: #333333;
	margin-top: 0;
	font-weight: 600;
}
h1, .h1 { font-size: 35px; }
h2, .h2 { font-size: 30px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 15px; }
img {
	max-width: 100%;
	height: auto;
}
:where(#wrapper) a { color: #333333; }
:where(#wrapper) a,
:where(#wrapper) a:hover,
:where(#wrapper) a:focus,
:where(#wrapper) a:visited {
	text-decoration: none;
	outline: none;
}
:where(#wrapper) ul {
	padding: 0;
	margin-bottom: 0;
	list-style-position: inside;
}
:where(#wrapper) .clearfix {
	clear: left;
}
.nav>li>a {
	padding: 0;
}
.field-label {
	font-weight: 700;
	color: #2a2a2a;
}
.wrapper {
	padding: 0;
	margin: 0 auto;
	margin-bottom: -1px;
	display: block;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.layout-wrap {
	position: relative;
}
#page,
.container-wrap {
	margin: 0 auto;
}
.region,
.container-wrap {
	width: 100%;
}
.page-wrapper {
	padding: 0;
	padding-top: 30px;
}
.page-wrapper {
	padding-top: 20px;
}
.block {
	position: relative;
	background-size: cover;
}
.page-wrapper .block {
	margin-top: 0;
	margin-bottom: 35px;
	padding-bottom: 1px;
}
.page-wrapper .main-content .block:first-child {
	padding-top: 30px;
}
.page-wrapper .main-content .block:last-child {
	margin-bottom: 40px;
}

.block-system,
.page-wrapper .block-system {
	margin: 0;
	padding: 0;
}
.header .block {
	vertical-align: middle;
}
.header .block,
.slide-block {
	margin: 0;
}
.content-wide .block {
	margin: 0;
	padding-top: 45px;
	padding-bottom: 45px;
}
.block.slide-block {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.content-wide .container-wrap {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.content-wide .fullwidth .container-wrap {
	max-width: 100% !important;
	padding: 0;
}
.block .block-title-wrap {
	position: relative;
	width: 100%;
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
.block .block-title-content {
	position: relative;
	max-width: 560px;
}
.content-layout .block .row.block-title-wrap {
	margin-right: 0;
	margin-left: 0;
}
.block-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 30px;
	letter-spacing: -1px;
}

#footer .block-title {
	font-size: 18px;
}
.block-title-wrap .block-subtitle {
	font-weight: 300;
	opacity: 0.7;
	display: inline-block;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
}
#footer .block-title-wrap {
	margin: 0;
	margin-bottom: 20px;
}

.fullwidth .block-title-wrap {
	padding-right: 15px;
	padding-left: 15px;
}

.block-title-center .block-title-wrap {
	text-align: center;
}
.block-title-center .block-title-content,
.text-center .block-title-content {
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	display: block;
}
.breadcrumb ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	line-height: 1;
	padding-right: 15px;
	margin-right: 5px;
}
.breadcrumb a {
	color: #aaaaaa;
}
.breadcrumb ul li:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 5px;
	right: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	transform: rotate(-45deg);
}
.breadcrumb ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.breadcrumb ul li:last-child:after {
	display: none;
	padding: 0;
	margin: 0;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}

.preloader-spinner {
	width: 40px;
	height: 40px;
	background-color: #2ba9e0;
	border-radius: 50%;
	position: relative;
	top: 50%;
	margin: -20px auto auto auto;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
	-webkit-transform: scale(1.0);
	opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
	-webkit-transform: scale(0);
	transform: scale(0);
  } 100% {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 0;
  }
}
:where(#wrapper) input,
:where(#wrapper) button {
	padding: 12px 20px 12px 20px;
	border: 1px solid #e1e1e1;
	background-color: transparent;
	outline: none !important;
	max-width: 100%;
}

.button{
	cursor: pointer;
	background-color: #2ba9e0;
	color: #ffffff;
	line-height: 48px;
	font-size: 13px;
	font-weight: 600;
	padding: 0 28px;
	border: none !important;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	transition: all 0.2s linear 0s;
	margin: 0;
	outline: 0 none;
	text-align: center;
}
.button + .button {
	margin-left: 10px;
}

.button:hover,
.button:focus{
	background-color: #333333;
	color: #ffffff;
}
.button:focus {
	outline: 0;
}
.button.border {
	color: #444444;
	border: 2px solid #444444;
	background-color: transparent;
}
.button.border:hover {
	background-color: #444444;
	color: #ffffff;
}
.button i {
	font-size: 15px;
	margin-right: 10px;
}
.navbar {
	padding: 0;
}
.nav-button {
	border-color: #eaeaea;
	border-radius: 3px;
	padding: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin-left: 7px;
	margin-top: -6px;
}
.main-menu {
	z-index: 99;
}
.mega-menu a {
	font-weight: 600;
}
.mega-menu > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.mega-menu > ul:before,
.mega-menu > ul:after {
	content: "";
	display: table;
}
.mega-menu > ul:after {
	clear: both;
}
.mega-menu > ul > li {
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0;
}
.mega-menu > ul > li a {
	text-decoration: none;
	padding: 1.5em 3em;
	display: block;
}
.mega-menu > ul > li > ul {
	display: none;
	width: 100%;
	background-color: #f0f0f0;
	padding: 20px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
.mega-menu > ul > li > ul:before,
.mega-menu > ul > li > ul:after {
	content: "";
	display: table;
}
.mega-menu > ul > li > ul:after {
	clear: both;
}
.mega-menu > ul > li > ul > li a {
	color: #333333;
	padding: .2em 0;
	display: block;
	border-bottom: 1px solid #ccc;
}
.mega-menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}
.mega-menu > ul > li > ul > li > ul:before,
.mega-menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
.mega-menu > ul > li > ul > li > ul:after {
	clear: both;
}
.mega-menu > ul > li > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 7px 0;
	margin: 0;
	font-size: 13px;
}
.mega-menu > ul > li > ul > li > ul > li a {
	border: 0;
}
.mega-menu > ul > li > ul > li > ul > li > ul {
	padding-left: 10px;
}
.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
}

.menu {
	list-style-type: none;
}
.site-branding {
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.65rem;
}
.brand.logo {
	max-width: 72px;
	width: 72px;
	line-height: 0;
	margin: 0;
	flex: 0 0 auto;
}
.brand.logo a {
	display: block;
	vertical-align: middle;
	line-height: 0;
}
.brand.logo img {
	display: block;
	width: 100%;
	height: auto;
}
.site-name a,
.brand.site-name .site-branding-name a {
	font-size: 1.15rem;
	line-height: 1.15;
}
.brand.site-name {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}
.header {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	position: relative;
}

.header-top {
	padding: 10px 0;
	border-bottom: 1px solid #f9f9f9;
	line-height: 1.2;
}
.header-element {
	display: flex;
	align-items: center;
}
.header-element i {
	font-size: 25px;
}
.account-icon {
	padding: 0;
}
.dropdown-toggle {
	border: none;
	padding-right: 15px;
	color: #495057;
}
:where(#wrapper) a.dropdown-toggle {
	color: #495057;
}
.dropdown-toggle:after {
	display: inline-block;
	content: "";
	border: none;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	height: 5px;
	width: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	
	margin-left: 0;
	margin-top: -3px;
	position: absolute;
	right: 0;
	top: 50%;
}
.dropdown-menu.user-account-block-wrap {
	left: auto;
	right: 0;
	padding: 0;
}
.dropdown-menu.user-account-block-wrap .nav {
	display: block;
	padding: 5px 0;
}
.dropdown-menu.user-account-block-wrap .nav a {
	display: block;
	padding: 0 15px;
	line-height: 40px;
	font-size: 14px
}
.dropdown-menu.user-account-block-wrap .nav a:hover {
	background-color: #f6f6f6;
}
.header-menu {
	width: 100%;
}
.header-menu .nav-menu {
	padding: 0;
	box-shadow: 0 3px 5px 0 rgba(210,217,237,.08);
}
.header-menu .nav-menu:before {
	content: "";
	position: absolute;
	border-top: 1px solid;
	opacity: 0.05;
	width: 100%;
	top: 0;
	left: 0;
}
.header-top .block {
	display: inline-block;
	margin-right: 15px;
	border-right: 1px solid rgba(0,0,0,.2);
	padding-right: 15px;
}
.header-top .block:last-child {
	margin-right: 0;
	padding-right: 0;
	border-color: transparent;
}

.header-top .nice-select {
	width: auto;
	height: auto !important;
	line-height: 1;
	border: none !important;
	padding-right: 15px !important;
	padding-left: 0 !important;
}
.header-top .nice-select:after {
	right: 2px;
}
.header-wrap {
	position: relative;
}


.header-top .dropdown-menu .menu,
.header-top .dropdown-menu .menu * {
	color: #333333;
}

.header-top .dropdown-menu.user-account-block-wrap {
	margin-top: 12px;
}
.header-info {
	display: inline-block;
}
.header-info .header-info-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-info .header-info-item {
	margin-left: 40px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}
.header-info .header-info-item:first-child {
	margin-left: 0;
}
.header-info .header-info-item:first-child:after {
	display: none;
}
.header-info .header-info-item i {
	font-size: 25px;
	margin-right: 15px;
	margin-top: 3px;
}
.header-info .header-info-item a,
.header-info .header-info-item span {
	font-size: 13px;
	opacity: 0.8;
	display: block;
}
.header-info .header-info-desc {
	line-height: 1.2;
}
.footer {
	position: relative;
}
.footer a {
	display: block;
}
.footer .block-title {
}
.light-footer,
.light-footer h1,
.light-footer h2,
.light-footer h4,
.light-footer h5 {
	color: #f6f6f6;
}
.footer-bottom {
	border-top: 1px solid rgba(0,0,0,0.03);
	background-color: rgba(0,0,0,0.04);
	padding: 0;
	margin-top: 0;
}
.footer-bottom ul.menu li {
	display: inline-block;
	margin-left: 15px;
}
.footer-bottom .block {
	padding: 30px 0;
	margin: 0;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom a {
	display: inline-block;
}
.slide-block {
	overflow: hidden;
	clear: left;
	position: relative;
	width: 100%;
}
.slide-block .hero {
	max-height: 100vh;
}

.slide-block img {
	width: 100%;
}
.slide-block li {
	list-style-type: none;
	position: relative;
}
.slide-content-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.slide-wrap {
	position: relative;
	display: table;
	height: 100%;
	max-height: 100vh;
}
.slide-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #555555;
}
.slide-content-main {
	position: relative;
	overflow: hidden;
}
.slide-content p {
	margin-bottom: 0;
}
.norm-width .slide-content {
	padding-right: 40px;
	padding-left: 40px;
}
.slide-button{
	display: block;
}

.hero .heading-text .field-item:first-child {
	animation-delay: .25s;
}
.hero .heading-text .field-item:nth-child(2) {
	animation-delay: .7s;
}
.hero .heading-text .field-item:nth-child(3) {
	animation-delay: 1s;
}
.hero .slide-content-body {
	animation-delay: 1.15s;
	margin-top: 20px;
}
.hero .slide-button {
	animation-delay: 1.5s;
}
.slide-image {
	width: 100%;
	position: relative;
}
.slide-image img {
	width: 100%;
}

.pre-heading-text {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 15px;
}
.heading-text {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	color: #333333;
}
.heading-text .field-field-heading-text .heading-text-content {
	display: inline-block;
}
.owl-carousel {
	padding: 0;
	list-style-type: none;
}
.slide-block .owl-carousel {
	margin: auto;
}
.colorbox {
	position: relative;
	display: block;
	cursor: url("../../images/plus.png"), auto;
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	opacity: 1;
	border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.side-btn,
.brochure-btn {
	width: 100%;
}
.brochure-btn:after {
	content: "\e6a7";
	font-family: 'themify';
	margin-left: 30px;
}
.views-element-container header {
	margin-bottom: 15px;
}
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform:translateY(-6px);transform:translateY(-6px)
    }
    50% {
        -webkit-transform:translateY(-2px);transform:translateY(-2px)
    }
    100% {
        -webkit-transform:translateY(-6px);transform:translateY(-6px)
    }
}
@keyframes hvr-icon-bob {
    0% {
        -webkit-transform:translateY(-6px);transform:translateY(-6px)
    }
    50% {
        -webkit-transform:translateY(-2px);transform:translateY(-2px)
    }
    100% {
        -webkit-transform:translateY(-6px);transform:translateY(-6px)
    }
}
@-webkit-keyframes icon-float {
    100% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
@keyframes icon-float {
    100% {
        -webkit-transform:translateY(-6px);
        transform:translateY(-6px)
    }
}
.pricing-table {
	margin-bottom: 30px;
}
.absolute			{ position: absolute !important; top:0; left:0; right:0; bottom:0; }
.fullwidth 			{ width: 100% !important; max-width:100% !important; }
:where(#wrapper) ul>li>i				{ margin-right: 8px; }
.float-center { margin-left: auto; margin-right: auto; }
.text-sm { font-size: 75%; }
.text-light,
.text-light * {
	color: #ffffff;
}
.text-light .button {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #333333;
}
.text-light .button:hover {
	background-color: #f0f0f0;
	color: #333333;
}
:where(#wrapper) input,
:where(#wrapper) button,
:where(#wrapper) .button,
:where(#wrapper) .nice-select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

@keyframes bgcoloranimate {
	0% {background-color: #b31d55;}
	25% {background-color: #2892ff;}
	50% {background-color: #10d431;}
	75% {background-color: #f19d21;}
	100% {background-color: #ef2929;}
}

:root {
  --main-color: rgba(255,255,255,0.01);
  --second-main-color: rgba(0,0,0,0.2);
  --main-txt-color: #555555;
  --main-padding: 15px;
}

.button {
	background-image: linear-gradient(133deg, var(--main-color), var(--second-main-color));
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09)
}
.layout__region {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
