/*
Theme Name: Moobilo
Author: ProjectUP
Author URI: http://projectup.pl/
Description: Moobilo theme
Version: 1.0
*/

:root {
	--app-height: 100%;
}

html{
	scroll-behavior:smooth;
}
@media (max-width:767.98px) {
	html{
		overflow-x: hidden;
	}
}


@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-ExtraBold.woff2') format('woff2'),
        url('fonts/WorkSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Bold.woff2') format('woff2'),
        url('fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Italic.woff2') format('woff2'),
        url('fonts/WorkSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Regular.woff2') format('woff2'),
        url('fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Medium.woff2') format('woff2'),
        url('fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
	font-family:'Work Sans',sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:20px;
	color:#7B7D83;
    letter-spacing: .3px;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	position: relative;
}

a {
	color:#EA5810;
	text-decoration:underline;
	transition:.2s;
}

a:hover {
	color:#005497;
	text-decoration:underline;
	transition:.2s;
}

p {
	font-size:15px;
	font-weight:400;
	line-height:20px;
	color:#7B7D83;
	margin:0px 0px 20px 0px;
	padding:0px;
}


b, strong {
  font-weight: 700;
}


.section-sub {
	width: 0px;
	height:0px;
	margin-top: -90px;
	position: absolute;
	opacity:0;
}


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



section ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}

section ul li {
	margin:0px;
	padding:0px 0px 0px 13px;
	list-style:none;
	position:relative;
}

section ul li::before {
	content:'';
	width:4px;
	height:4px;
	background:#7B7D83;
	border-radius:50%;
	left:2px;
	top:8px;
	position:absolute;
}




button:active, button:focus, a:active, a:focus {
	outline:none;
	box-shadow:none !important;
	outline:none;
	background-color:unset;
	border-color:unset;
}



h1 {
	font-size:26px;
	font-weight:700;
	color:#fff;
	line-height:30px;
	margin:0px 0px 20px 0px;
	padding:0px;
}


h2 {
	font-weight: 400;
	font-style: normal;
  font-size:24px;
  color:#FEF5E4;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	position: relative;
}
@media (min-width: 992px) {
	h2 {
		font-size:36px;
		line-height:40px;
		margin:0px 0px 30px 0px;
	}
}
@media (min-width:1600px) {
	h2 {
		font-size:46px;
		line-height:50px;
	}
}


h3 {
	font-size:26px;
	font-weight:700;
	color:#EA5810;
	line-height:30px;
    letter-spacing: .3px;
	margin:0px 0px 18px 0px;
	padding:0px;
	position: relative;
}
@media (min-width: 992px) {
	h3 {
		font-size:36px;
		line-height:46px;
	}
}

h4 {
	font-size:20px;
	font-weight:700;
	color:#7B7D83;
	line-height:26px;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 0px;
	position: relative;
}

h5 {
	font-size:18px;
	font-weight:700;
	color:#7B7D83;
	line-height:24px;
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	position: relative;
}

h6 {
	font-size:16px;
	font-weight:700;
	color:#7B7D83;
	line-height:20px;
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	position: relative;
}


.btn-primary {
	font-size:15px;
	font-weight:500;
  	color:#fff;
  	text-align:center;
	line-height:17px;
	text-decoration:none;
	border:none;
	border-radius:20px;
  	padding:12px 26px 12px 26px;
  	margin:0px;
	background:#EA5810;
	transition:all .2s ease; 
	display: table-cell;
	position: relative;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	font-size:15px;
	font-weight:500;
  	color:#fff;
  	text-align:center;
	line-height:17px;
	text-decoration:none;
	border:none;
	border-radius:20px;
  	padding:12px 26px 12px 26px;
  	margin:0px;
	background:#005497;
	transition:all .2s ease; 
	display: table-cell;
	position: relative;
}



.btn-secondary {
	font-size:15px;
	font-weight:500;
  	color:#fff;
  	text-align:center;
	line-height:17px;
	text-decoration:none;
	border:none;
	border-radius:20px;
  	padding:12px 46px 12px 20px;
  	margin:0px;
	background:url('images/ico-arrow-r.svg') no-repeat #EA5810;
	background-size:16.41px 9.34px;
	background-position: right 20px center;
	transition:all .2s ease; 
	display: table-cell;
	position: relative;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	font-size:15px;
	font-weight:500;
  	color:#fff;
  	text-align:center;
	line-height:17px;
	text-decoration:none;
	border:none;
	border-radius:20px;
	padding:12px 46px 12px 20px;
  	margin:0px;
	background:url('images/ico-arrow-r.svg') no-repeat #005497;
	background-size:16.41px 9.34px;
	background-position: right 20px center;
	transition:all .2s ease; 
	display: table-cell;
	position: relative;
}





.container, .container-fluid {
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 991.98px) {
	.container {
		max-width:100%;
	}
}


header {
	width: 100%;
	height:80px;
	z-index: 999;
	margin-top:0px;
	background: #fff;
	position: fixed;
  	transition:.2s;
	z-index: 9999;
}
@media (min-width: 992px) {
	header {
		height: 100px;
	}
}

.site-scrolled header {
	height:60px;
	position: fixed;
	transition:.2s;
	top:0px;
}

.header-pad {
	height: 80px;
}
@media (min-width: 992px) {
	.header-pad {
		height:100px;
	}
}

header .container {
	height: 100%;
	display: flex;
	justify-content:space-between;
	align-items:center;
	position: relative;
}

.top-brand {
 	max-width:160px;
	max-height:100%;
}

.top-brand img {
	width:156px;
	height:auto;
	object-fit: contain;
}





.main-menu-box {
	display: none;
	align-items: center;
}
@media (min-width:992px) {
	.main-menu-box {
		display: flex;
		align-items: center;
	}
}



.main-menu-box .container-fluid {
	padding:0px;
}

.responsive .main-menu-box {
	width:100vw;
	height: 100vh;
	margin:0px;
	padding:0px 0px 40px 0px;
	background:#EA5810;
	z-index: 9998;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	transition-duration:.3s;
	display: block;
}

@media (max-width:991.98px) {
	.responsive .main-menu-box .btn-primary, .responsive .main-menu-box .btn-primary:hover {
		color:#EA5810;
		background: #fff;
	}
}

.header-call {
	display: flex;
	justify-content: center;
}

.social-media {
	text-align: center;
	margin:20px 0px 0px 0px;
	padding:0px;
}
@media (min-width:992px) {
	.social-media {
		margin:0px 0px 0px 10px;
	}
}
@media (min-width:1200px) {
	.social-media {
		margin:0px 0px 0px 20px;
	}
}

.social-media li {
	margin:10px;
	padding:0px;
	display: inline-block;
	list-style:none;
}

.social-media li a svg {
	max-width:16px;
	max-height:16px;
	object-fit: contain;
	fill:#fff;
	transition: .2s;
}
@media (min-width:992px) {
	.social-media li a svg {
		fill:#ea5810;
	}
}

.social-media li a:hover svg {
	fill:#fff;
	transition: .2s;
}
@media (min-width:992px) {
	.social-media li a:hover svg {
		fill:#005497;
	}
}

.main-menu {
	margin:0px;
	padding:0px;
	display:none;
  	transition: .2s;
}
@media (min-width: 992px) {
	.main-menu {
		margin:0px 10px 0px 0px;
		display:block;
	}
}
@media (min-width:1200px) {
	.main-menu {
		margin:0px 20px 0px 0px;
	}
}

.responsive .main-menu {
	margin:80px 20px 20px 20px;
	text-align: center;
	display:block;
}
@media (min-width: 992px) {
	.responsive .main-menu {
		margin:20px;
	}
}

.main-menu li {
	margin:0px;
	padding:0px;
	text-align: center;
	list-style:none;
	display:block;
	position: relative;
}
@media (min-width: 992px) {
	.main-menu li {
		margin:0px 10px;
		display: inline-block;
		position: unset;
	}
}
@media (min-width:1200px) {
	.main-menu li {
		margin:0px 15px;
	}
}

.main-menu li a {
	font-size:18px;
	font-weight:700;
	color:#fff;
	padding: 10px 0px;
	text-decoration:none;
	transition:.2s;
	position: relative;
	display: block;
}
@media (min-width: 992px) {
	.main-menu li a {
		font-size:14px;
		color:#7B7D83;
		padding:15px 0;
	}
}
@media (min-width:1200px) {
	.main-menu li a {
		font-size:16px;
	}
}

.main-menu li a:hover {
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	transition:.2s;
}
@media (min-width: 992px) {
	.main-menu li a:hover {
		font-size:14px;
		color:#EA5810;
	}
}
@media (min-width:1200px) {
	.main-menu li a:hover {
		font-size:16px;
	}
}

@media (min-width: 992px) {
	.main-menu > li:hover > a {
		color:#EA5810;
	}
}

.main-menu li .sub-menu {
	margin:0px;
	padding:5px 0px 10px 0px;
	display:none;
}
@media (min-width: 992px) {
	.main-menu li .sub-menu {
		margin:0px;
		padding:0px;
	}
}
@media (min-width: 992px) {
	.main-menu > li:hover > .sub-menu {
		background:#EA5810;
		padding:10px 0px;
		display:block;
		position: absolute;
		transition: .2s;
	}
}

.main-menu li .sub-menu li, .main-menu li .sub-menu li:hover {
	margin:0px;
	padding:0px;
}
@media (min-width: 992px) {
	.main-menu li .sub-menu li, .main-menu li .sub-menu li:hover {
		padding:0px 20px;
		display: block;
		border-bottom:none;
	}
}

.main-menu li .sub-menu li a {
	font-size:16px;
	font-weight:500;
	color:#fff;
	text-align: center;
	padding:5px 30px;
	margin:0px;
}
@media (min-width: 992px) {
	.main-menu li .sub-menu li a {
		font-size:13px;
		text-align: left;
		padding:10px 0px;
		margin:0px;
		border-bottom: 1px solid #fff !important;
	}
}
@media (min-width: 1200px) {
	.main-menu li .sub-menu li a {
		font-size:15px;
	}
}

.main-menu li .sub-menu li a:hover {
	color:#FAE4E4;
}

.main-menu li .sub-menu li:last-child a {
	border-bottom: none !important;
}

@media (min-width: 992px) {
	.main-menu > li.menu-item-has-children {
		padding-right: 16px;
	}
}

@media (min-width: 992px) {
	.main-menu > li.menu-item-has-children > a::after {
		content: '';
		background:url('images/ico-top-menu.svg');
		background-size:10.23px 6px;
		width:10.23px;
		height:6px;
		top:calc(50% - 3px);
		right:-16px;
		position: absolute;
		transition: .2s;
	}
}

@media (min-width: 992px) {
	.main-menu > li.menu-item-has-children:hover > a::after {
		background:url('images/ico-top-menu-over.svg');
		transform: rotate(180deg);
		transition: .2s;
	}
}

.mainmenu-submenu-toggle {
	width:20px;
	height:20px;
	border-radius:0px;
	border:none;
	background:transparent;
	right:0px;
	top:9px;
	position: absolute;
}
@media (min-width: 992px) {
	.mainmenu-submenu-toggle {
		right:20px;
		top:6px;
	}
}
@media (min-width: 992px) {
	.main-menu > li > .mainmenu-submenu-toggle {
		display:none;
	}
}

.main-menu li button svg {
	width:7.64px;
	height:14px;
	fill:#fff;
	transition:.2s;
	transform: rotate(90deg);
}

.main-menu > li.toggled > button svg {
	fill:#fff;
	transform: rotate(-90deg);
	transition:.2s;
}



.burger {
	width: 34px;
	height: 34px;
	background:none;
	border:none;
	border-radius:0px;
	margin:0px;
	padding:0px;
	z-index: 9999 !important;
	display: block;
}
@media (min-width: 992px) {
	.burger {
		display: none;
	}
}

.burger:after,
.burger:before,
.burger div {
	background-color:#EA5810;
	border-radius: 0px;
	content: '';
	display: block;
	height: 5px;
	margin: 5px 0;
	transition: all .2s ease-in-out;
}

.responsive .burger:after,
.responsive .burger:before,
.responsive .burger div {
	background-color:#fff;
}

.responsive .burger:before {
	transform: translateY(10px) rotate(135deg);
}

.responsive .burger:after {
	width: 34px;
	transform: translateY(-10px) rotate(-135deg);
	margin-left: 0px;
}

.responsive .burger div {
	transform: scale(0);
}





.hero {
	width:100vw;
	background:#EFEFEF;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.hero object {
	width: 100%;
	height:0%;
	margin: 0px;
	padding: 0px;
}

.hero object video {
	width: 160vw;
	height:100%;
	margin-left:-30vw;
}
@media (min-width:576px) {
	.hero object video {
		width: 120vw;
		margin-left:-10vw;
	}
}
@media (min-width:992px) {
	.hero object video {
		width: 100vw;
		margin-left:0;
	}
}

.hero-wrapper {
	width: 100%;
	height: 100%;
	top:0px;
	bottom:0px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero h1 {
	font-family:'Futura PT Extra',sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size:26px;
	color:#fff;
	line-height:30px;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	text-align:center;
	position: relative;
}
@media (min-width:576px) {
	.hero h1 {
		font-size:40px;
		line-height:44px;
	}
}
@media (min-width:768px) {
	.hero h1 {
		font-size:48px;
		line-height:52px;
	}
}
@media (min-width:992px) {
	.hero h1 {
		font-size:60px;
		line-height:66px;
	}
}
@media (min-width:1200px) {
	.hero h1 {
		font-size:76px;
		line-height:80px;
	}
}

@media (max-width:575.98px) {
	.hero h1 br {
		display: none;
	}
}

.hero-popup {
	width:50px;
	height: 50px;
	aspect-ratio: 1 / 1;
	background: url('images/ico-play.svg') no-repeat center;
	background-size: 50px 50px;
	display: block;
	bottom:60px;
	left:calc(50% - 25px);
	position: absolute;
}
@media (min-width:1200px) {
	.hero-popup {
		width: 66px;
		height: 66px;
		background-size: 66px 66px;
		left:calc(50% - 33px);
		bottom:80px;
	}
}

.hero-popup:hover {
	transform: scale(1.05);
}

.scrolldown {
	width:30px;
	height:40px;
	left:calc(50% - 15px);
	bottom:10px;
	position: absolute;
	transition: .2s;
}
@media (min-width:992px) {
	.scrolldown {
		width:40px;
		height:50px;
		left:calc(50% - 20px);
	}
}

.scrolldown:hover {
	padding-top: 10px;
	transition: .2s;
}

.scrolldown svg {
	width:30px;
	height:30px;
}
@media (min-width:992px) {
	.scrolldown svg {
		width:40px;
		height:40px;
		max-width:40px;
		max-height:40px;
	}
}



.page-header {
	width:100%;
	height:220px;
	background:#707070;
	position: relative;
}
@media (min-width:768px) {
	.page-header {
		height:300px;
	}
}

.page-header .container {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.page-header-bg {
	width: 100%;
	height:100%;
	object-fit:cover;
	position: absolute;
}

.page-header-img {
	width: auto;
	height: 70%;
	right:20px;
	bottom:0px;
	position: absolute;
}
@media (min-width:768px) {
	.page-header-img {
		height: 80%;
	}
}
@media (min-width:1200px) {
	.page-header-img {
		height: 100%;
	}
}

.page-header h1 {
	max-width: 380px;
	font-size:36px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	line-height:40px;
	margin:0px;
	position: relative;
}
@media (min-width:768px) {
	.page-header h1 {
		margin:0px 0px 0px 50px;
	}
}
@media (min-width:1200px) {
	.page-header h1 {
		margin:0px 0px 0px 100px;
		line-height:46px;
	}
}



.section {
	padding:40px 0px;
}
@media (min-width:768px) {
	.section {
		padding:60px 0px;
	}
}



/* section-content */

.section-content h3 {
	text-transform: uppercase;
}

.section-content.section-content-nocontent h3 {
	margin:0px;
}

.parent-pageid-41 .section-content.section-content-nocontent h3 {
	color:#E30613;
}


/* section-content-image */

.section-content-image {
	padding: 30px 0px;
}

@media (min-width:768px) {
	.section-content-image-col-img-order {
		order:2;
	}
}

@media (min-width:768px) {
	.section-content-image-col-txt-order {
		order:1;
	}
}

.section-content-image-col-img {
	position: relative;
}

.section-content-image-col-img a {
	height: 100%;
	aspect-ratio: 1 / 1;
	background: url('images/ico-play.svg') no-repeat center;
	background-size: 66px 66px;
	position: absolute;
	z-index: 990;
}
@media (min-width:1200px) {
	.section-content-image-col-img a {
		background-size: 116px 116px;
	}
}

.section-content-image-col-img a:hover {
	background-size: 76px 76px;
}
@media (min-width:1200px) {
	.section-content-image-col-img a:hover {
		background-size: 126px 126px;
	}
}

@media (min-width:768px) {
	.section-content-image-col-img-order.section-content-image-col-img a {
		right:0;
	}
}

.section-content-image-bg {
	max-width: 100%;
	max-height:100%;
	margin-bottom: 30px;
	position: relative;
}
@media (min-width:768px) {
	.section-content-image-bg {
		margin-bottom:0px;
	}
}
.section-content-image-bgbg {
	display:flex;
	justify-content: flex-start;
	z-index: 984;
}

.section-content-image-col-img-order .section-content-image-bgbg {
	justify-content: flex-end;
}

.section-content-image-bgbg img {
	max-width: 68%;
	max-height: 100%;
	object-fit: contain;
}
@media (min-width:992px) {
	.section-content-image-bgbg img {
		max-height: 359px;
	}
}
@media (min-width:1200px) {
	.section-content-image-bgbg img {
		max-height: 430px;
	}
}
@media (min-width:1400px) {
	.section-content-image-bgbg img {
		max-height: 500px;
	}
}

.section-content-image-bgbg.section-content-image-bgimg-only img {
	max-width: 100%;
}

.section-content-image-bgimg {
	max-width: 100%;
	max-height: 100%;
	top:0;
	bottom:0;
	position: absolute;
}

.section-content-image-bgimg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width:992px) {
	.section-content-image-bgimg img {
		max-height: 359px;
	}
}
@media (min-width:1200px) {
	.section-content-image-bgimg img {
		max-height: 430px;
	}
}
@media (min-width:1400px) {
	.section-content-image-bgimg img {
		max-height: 500px;
	}
}

.section-content-image-logo {
	max-width:100px;
	max-height:100px;
	margin:0px 0px 28px 0px;
}

.section-content-image-logo img {
	max-width:100%;
	max-height:100%;
	object-fit: contain;
}

.section-content-image-col-txt h3 {
	margin:0px 0px 28px 0px;
}

.section-content-image-col-txt .btn-secondary {
	margin-top: 22px;
	display:inline-block;
}


/* section-content-bgimage */

.section-content-bgimage {
	background: #7B7D83;
	padding: 70px 0px;
	position: relative;
}

.section-content-bgimage-bgbg img {
	width: 100%;
	height:100%;
	object-fit: cover;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position: absolute;
}

@media (min-width:768px) {
	.section-content-bgimage-col-img-order {
		order:2;
	}
}

@media (min-width:768px) {
	.section-content-bgimage-col-txt-order {
		order:1;
	}
}

.section-content-bgimage-col-img {
	position: relative;
}

.section-content-bgimage-col-img {
	display: none;
}
@media (min-width:768px) {
	.section-content-bgimage-col-img {
		height: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}
}

.section-content-bgimage-col-img a {
	width: 66px;
	height: 66px;
	aspect-ratio: 1 / 1;
	background: url('images/ico-play.svg') no-repeat center;
	background-size: 66px 66px;
	display: block;
}
@media (min-width:1200px) {
	.section-content-bgimage-col-img a {
		width: 116px;
		height: 116px;
		background-size: 116px 116px;
	}
}

.section-content-bgimage-col-img a:hover {
	background-size: 76px 76px;
}
@media (min-width:1200px) {
	.section-content-bgimage-col-img a:hover {
		width: 126px;
		height: 126px;
		background-size: 126px 126px;
	}
}

.section-content-bgimage-link {
	width: 100%;
	height: 100%;
	border:2px solid darkcyan;
}

.section-content-bgimage-col-txt {
	position: relative;
}

.section-content-bgimage-col-txt h3 {
	color:#fff;
	margin:0px 0px 28px 0px;
}

.section-content-bgimage-col-txt p {
	color: #fff;
}

.section-content-bgimage-col-txt .btn-secondary {
	background:none;
	margin-top: 52px;
	display:inline-block;
	padding: 12px 20px 12px 20px;
}

.section-content-bgimage-col-txt .btn-secondary svg {
	fill:#fff;
	transition: .2s;
	margin-left: 5px;
}


/* section-cols-n */

.section-cols-n {
	background:#EFEFEF;
	margin: 30px 0px 0px 0px;
	position: relative;
}

.section-cols-n h3 {
	text-transform: uppercase;
}

.section-cols-n-wrapper {
	padding-top: 20px;
}
@media (min-width:576px) {
	.section-cols-n-wrapper {
		padding-top: 40px;
	}
}

.section-cols-n-wrapper > div {
	margin-bottom: 30px;
}

.section-cols-n-inner {
	height: 100%;
	text-decoration:none;
	background:#fff;
	display: block;
	position: relative;
}

.section-cols-n-inner:hover {
	text-decoration:none;
	background:#005497;
}

.section-cols-n-inner-content {
	padding:20px;
	position: relative;
	z-index: 994;
}

.section-cols-n-inner h4 {
	color:#005497;
	margin:0px 0px 18px 0px;
}

.section-cols-n-inner h4, .section-cols-n-inner p {
	transition: .2s;
}

.section-cols-n-inner:hover h4, .section-cols-n-inner:hover p {
	color:#fff;
	transition: .2s;
}

.section-cols-n-inner-link, .section-cols-n-inner-link:hover {
	color:#EA5810;
}

.section-cols-n-inner-link svg {
	margin-left: 3px;
}

.section-cols-n-inner-image-bg {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	display: block;
}

.section-cols-n-inner-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: 0;
	z-index: 990;
}

.section-cols-n-inner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute; 
}

.section-cols-n-inner:hover .section-cols-n-inner-image {
	height: 100%;
	top:0;
	bottom: 0;
	transition:all 1s linear;
}

.section-cols-n-inner-image-cover {
	width: 100%;
	height: 100%;
	background: #005497;
	top:0px;
	bottom:0px;
	position: absolute;
	z-index: 992;
	opacity: 0;
	transition: .2s;
}
.section-cols-n-inner:hover .section-cols-n-inner-image-cover {
	opacity: .6;
	transition: .2s;
}

.section-cols-n-inner-count {
	font-size: 80px;
	font-weight:700;
	color: transparent;
	-webkit-text-stroke-width: 2px;
   	-webkit-text-stroke-color: #fff;
	bottom:42px;
	right:20px;
	position: absolute;
}

.section-cols-n-btn {
	display: flex;
	justify-content: center;
}
@media (min-width:768px) {
	.section-cols-n-btn {
		padding-top: 30px;
	}
}

.circle {
	display:none;
}
@media (min-width:576px) {
	.circle {
		width:250px;
		height:250px;
		right:-100px;
		bottom:-50px;
		position: absolute;
		display: block;
		-webkit-animation:spin 8s linear infinite;
		-moz-animation:spin 8s linear infinite;
		animation:spin 8s linear infinite;
	}
}
@media (min-width:768px) {
	.circle {
		width:400px;
		height:400px;
		right:-200px;
		bottom:-200px;
	}
}
@media (min-width:1200px) {
	.circle {
		width:768px;
		height: 768px;
		right:-384px;
		bottom:-384px;
	}
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}


/* section-rows-n */

.section-rows-n {
	background:#EFEFEF;
	padding-bottom:30px;
}

.section-rows-n h3 {
	text-transform: uppercase;
}

.section-rows-n-row-wrapper {
	padding-top:20px;
}
@media (min-width:768px) {
	.section-rows-n-row-wrapper {
		padding-top:40px;
	}
}

.section-rows-n-row {
	margin-bottom:40px;
}
@media (min-width:768px) {
	.section-rows-n-row {
		background:#fff;
		margin-bottom:60px;
	}
}

.section-rows-n-row-img {
	min-height: 100px;
	position: relative;
}
@media (min-width:768px) {
	.section-rows-n-row-img {
		background:#fff;
		order:2;
		padding:0;
	}
}

.section-rows-n-row-img img {
	width: 100%;
	height:100%;
	object-fit: cover;
}

@media (min-width:768px) {
	.section-rows-n-row-text {
		order:1;
	}
}

.section-rows-n-inner-content {
	background:#fff;
	padding: 30px 20px;
}
@media (min-width:768px) {
	.section-rows-n-inner-content {
		padding: 50px 30px;
	}
}

.section-rows-n-inner-content h4 {
	font-size:20px;
	font-weight:700;
	color:#005497;
	line-height:28px;
	padding:0px;
	margin:0px 0px 12px 0px;
}


.section-rows-n-inner-count {
	font-size: 80px;
	font-weight:700;
	color: transparent;
	-webkit-text-stroke-width: 2px;
   	-webkit-text-stroke-color: #fff;
	bottom:42px;
	right:32px;
	position: absolute;
}


/* section-opinions */

.section-opinions h3 {
	text-transform: uppercase;
}

.opinionsslider.owl-carousel {
	padding-top: 20px;
}
@media (min-width:576px) {
	.opinionsslider.owl-carousel {
		padding-top: 40px;
	}
}

.opinionsslider.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
}

.opinionsslider.owl-carousel .owl-stage {
    display: flex;
	align-items: center;
}

.opinionsslider .item {
	padding:24px;
	background:#EFEFEF;
}
@media (min-width:576px) {
	.opinionsslider .item {
		padding:40px;
	}
}

.opinionsslider .owl-item {
	opacity:.6;
	transform: scale(0.8);
	transition:.2s;
}

.opinionsslider .owl-item.active {
	opacity: 1;
	transform: scale(1);
	transition:.2s;
}

.opinion-author {
	display: flex;
	align-items: center;
}

.opinion-author img {
	width:50px !important;
	height:50px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 20px;
}

.opinion-author-details h4 {
	font-size:15px;
	font-weight:700;
	color:#EA5810;
	line-height:20px;
	margin:0px;
	padding:0px;
}

.opinion-author-details h5 {
	font-size:15px;
	font-weight:400;
	color:#7B7D83;
	line-height:20px;
	margin:0px;
	padding:0px;
}

.opinionsslider-container {
	position: relative;
}

#opinionsslider {
	width:calc(100% + 60px);
	height: 0px;
	top:50%;
	left:-30px;
	position: absolute;
	z-index: 1;
}
@media (min-width:576px) {
	#opinionsslider {
		width:calc(100% + 80px);
		left:-40px;
	}
}
@media (min-width:768px) {
	#opinionsslider {
		width:calc(100% + 60px);
		left:-30px;
	}
}
@media (min-width:1200px) {
	#opinionsslider {
		width:calc(100% + 120px);
		left:-60px;
	}
}

#opinionsslider .owl-prev {
	width:40px;
	height:40px;
	background:url('images/ico-owl-prev.svg') no-repeat;
	border:none;
	border-radius:50%;
	left:0px;
	position: absolute;
}

#opinionsslider .owl-next {
	width:40px;
	height:40px;
	background:url('images/ico-owl-next.svg') no-repeat;
	border:none;
	border-radius:50%;
	right:0px;
	position: absolute;
}

@media (max-width:1199.98px) {
	#opinionsslider .owl-prev, #opinionsslider .owl-next {
		background-color:#fff;
	}
}

#opinionsslider .owl-prev span, #opinionsslider .owl-next span {
	display:none;
}


/* section-images-slider */

.section-images-slider {
	margin-bottom: 110px;
}

.section-images-slider h3 {
	text-transform: uppercase;
}

.imagesslider.owl-carousel {
	padding-top: 20px;
}
@media (min-width:576px) {
	.imagesslider.owl-carousel {
		padding-top: 40px;
	}
}

.imagesslider.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
}

.imagesslider.owl-carousel .owl-stage {
    display: flex;
	align-items: center;
}

.imagesslider .item img {
	width:100%;
	height:100%;
	object-fit: contain;
}

.imagesslider .owl-item {
	opacity:.6;
	transform: scale(0.8);
	transition:.2s;
}

.imagesslider .owl-item.active {
	opacity: 1;
	transform: scale(1);
	transition:.2s;
}

.imagesslider-container {
	position: relative;
}

#imagesslider {
	width:calc(100% + 60px);
	height: 0px;
	top:50%;
	left:-30px;
	position: absolute;
	z-index: 1;
}
@media (min-width:576px) {
	#imagesslider {
		width:calc(100% + 80px);
		left:-40px;
	}
}
@media (min-width:768px) {
	#imagesslider {
		width:calc(100% + 60px);
		left:-30px;
	}
}
@media (min-width:1200px) {
	#imagesslider {
		width:calc(100% + 120px);
		left:-60px;
	}
}

#imagesslider .owl-prev {
	width:40px;
	height:40px;
	background:url('images/ico-owl-prev.svg') no-repeat;
	border:none;
	border-radius:50%;
	left:0px;
	position: absolute;
}

#imagesslider .owl-next {
	width:40px;
	height:40px;
	background:url('images/ico-owl-next.svg') no-repeat;
	border:none;
	border-radius:50%;
	right:0px;
	position: absolute;
}

@media (max-width:1199.98px) {
	#imagesslider .owl-prev, #imagesslider .owl-next {
		background-color:#fff;
	}
}

#imagesslider .owl-prev span, #imagesslider .owl-next span {
	display:none;
}


/* section-icons */

.section-icons {
	background:#EFEFEF;
	position: relative;
}

.section-icons-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0px;
	bottom:0px;
	position:absolute;
}

.section-icons h3 {
	text-transform: uppercase;
}

.section-icons-wrapper {
	padding:40px 0px 0px 0px;
	position: relative;
}

.section-icons-inner {
	margin-bottom: 20px;
	position: relative;
}

.section-icons-inner-ico {
	width: 160px;
	height: 160px;
	border: 1px solid #7B7D82;
	border-radius: 50%;
	margin:0px auto 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-icons-inner-ico img {
	max-width: 80px;
	max-height: 80px;
}

.section-icons-inner h3 {
	font-size:18px;
	font-weight:700;
	color:#005497;
	line-height: 22px;
	margin:0px 0px 30px 0px;
	padding:0px;
    overflow-wrap: break-word;
}

.section-icons-inner p {
	margin:0px 0px 30px 0px;
}


/* section-trailers */

.section-trailers {
	padding-bottom:20px;
}

.section-trailers h3 {
	color:#E30613;
	text-transform: uppercase;
}

.section-trailers h4 {
	text-transform: uppercase;
}

.trailer-list-wrapper {
	padding-top: 20px;
}
@media (min-width:992px) {
	.trailer-list-wrapper {
		padding-top: 40px;
	}
}

.trailer-list {
	margin-bottom: 30px;
}
@media (min-width:992px) {
	.trailer-list {
		margin-bottom: 55px;
	}
}

.trailer-list h3 {
	font-size:18px;
	font-weight:700;
	color:#E30613;
	margin:0px 0px 18px 0px;
	padding:0px;
	line-height: 22px;
}

.trailer-list-images {
	margin:0px 0px 30px 0px;
	position: relative;
}

.trailer-list-bg {
	max-width: 88%;
	max-height: 100%;
	object-fit: contain;
}

.trailer-list-img img {
	max-width: 100%;
	max-height: 100%;
    object-fit: contain;
	top: 0;
	bottom: 0;
	right: 0px;
	position: absolute;
}


/* section-trailers-list */

.section-trailers-list {
	padding-bottom: 0px;
}

.section-trailers-list h3, .section-trailers-list h4 {
	text-transform: uppercase;
}

.trailer-listing-wrapper {
	padding-top: 40px;
}

.trailer-listing {
	margin-bottom: 55px;
}

.trailer-listing .trailer-list-images {
    margin: 0px 0px 50px 0px;
}

.trailer-listing a, .trailer-listing a:hover {
	text-decoration:none;
	display: block;
}

.trailer-listing h3 {
	font-size:18px;
	font-weight:700;
	color:#005497;
	line-height: 22px;
	text-transform: uppercase;
	margin:0px 0px 18px 0px;
	padding:0px;
}

.trailer-listing-btn .trailer-listing-btn:hover, .trailer-listing a .trailer-listing-btn, .trailer-listing a:hover .trailer-listing-btn {
	color:#EA5810;
	padding-top: 3px;
}

.trailer-listing-btn svg {
	margin-left: 4px;
	transition: .2s;
}

.trailer-listing-btn:hover svg {
	margin-left: 8px;
	transition: .2s;
}



/* section-history */

.section-history h3 {
	text-transform: uppercase;
}

.history-year-wrapper.flex-nowrap {
    flex-wrap: wrap!important;
}
@media (min-width:768px) {
	.history-year-wrapper.flex-nowrap {
		overflow: auto;
		overflow-y: hidden;
		overflow-x: auto;
		flex-wrap: nowrap!important;
	}
}

@media (min-width:768px) {
	.history-year-wrapper.flex-nowrap::-webkit-scrollbar {
		display: none;
	}
}

.history-year  {
	display: flex;
	flex-direction: column;
}

.history-year > * {
	width: 100%;
}

.history-year h3 {
	width:100%;
	font-size:22px;
	font-weight: 700;
	color:#fff;
	line-height: 26px;
	text-align:center;
	margin:0px;
	padding:10px 6px;
	background: #EA5810;
	border-radius: 8px;
	position: relative;
}
@media (min-width:768px) {
	.history-year h3 {
		width:calc(100% - 8px);
		font-size:26px;
		line-height: 30px;
		padding:13px 6px;
		margin:0px 4px;
		order:2;
	}
}
@media (min-width:1200px) {
	.history-year h3 {
		font-size:30px;
		line-height: 36px;
	}
}

@media (min-width:768px) {
	.history-year h3::after {
		content:'';
		width:33px;
		height:16px;
		background:#E7E7E7;
		right:-33px;
		top:calc(50% - 8px);
		position: absolute;
	}
}

@media (min-width:768px) {
	.history-year:last-child h3::after {
		display: none;
	}
}

@media (min-width:768px) {
	.history-year:nth-child(odd) .history-content {
		height: 280px;
		display: flex;
		align-items: flex-end;
		order:1;
	}
}
@media (min-width:768px) {
	.history-year:nth-child(even) .history-content {
		order:3;
	}
}

.history-ico {
	height: auto;
	display: flex;
	justify-content: center;
}
@media (min-width:768px) {
	.history-ico {
		height: auto;
		display: flex;
		justify-content: center;
		order:3;
	}
}
@media (min-width:768px) {
	.history-year:nth-child(even) .history-ico {
		height: 280px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		order:1;
	}
}

.history-ico-round {
	width:132px;
	height:132px;
	border:1px solid #7B7D82;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0px;
	position: relative;
}
@media (min-width:768px) {
	.history-ico-round {
		margin: 45px 0px;
	}
}

@media (min-width:768px) {
	.history-year:nth-child(even) .history-ico-round::before {
		content: '';
		width:1px;
		height:37px;
		background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%237B7D82FF' stroke-width='1' stroke-dasharray='4' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
		left:50%;
		bottom:-42px;
		position:absolute;
	}
}

@media (min-width:768px) {
	.history-year:nth-child(odd) .history-ico-round::before {
		content: '';
		width:1px;
		height:37px;
		background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%237B7D82FF' stroke-width='1' stroke-dasharray='4' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
		left:50%;
		top:-42px;
		position:absolute;
	}
}

.history-ico img {
	max-width:74px;
	max-height:74px;

}

.history-content-details {
	width: 100%;
	padding:22px 22px 18px 22px;
	margin:33px 0px;
	background: #EFEFEF;
	position: relative;
}
@media (min-width:768px) {
	.history-content-details {
		width: calc(100% - 52px);
		padding:22px 22px 18px 22px;
		margin:33px 26px;
		background: #EFEFEF;
		position: relative;
	}
}

.history-content-details h4 {
	font-size:18px;
	font-weight:700;
	color:#005497;
	line-height: 22px;
	margin:0px 0px 15px 0px;
	padding: 0px;
}

@media (max-width:767.98px) {
	.history-year .history-content-details::before {
		content: '';
		width:32px;
		height:27px;
		background:#EFEFEF;
		left:calc(50% - 16px);
		top:-27px;
		position:absolute;
		-webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
		clip-path: polygon(50% 0, 0 100%, 100% 100%);
	}
}

@media (min-width:768px) {
	.history-year:nth-child(odd) .history-content-details::before {
		content: '';
		width:32px;
		height:27px;
		background:#EFEFEF;
		left:calc(50% - 16px);
		bottom:-27px;
		position:absolute;
		-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}
}

@media (min-width:768px) {
	.history-year:nth-child(even) .history-content-details::before {
		content: '';
		width:32px;
		height:27px;
		background:#EFEFEF;
		left:calc(50% - 16px);
		top:-27px;
		position:absolute;
		-webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
		clip-path: polygon(50% 0, 0 100%, 100% 100%);
	}
}


/* section-team */

.section-team {
	padding:0px 0px 40px 0px;
}
@media (min-width:768px) {
	.section-team {
		padding:0px 0px 60px 0px;
	}
}

.section-team h3 {
	font-size:18px;
	font-weight:700;
	color:#005497;
	text-transform: uppercase;
	line-height:22px;
	margin:0px;
	padding:0px;
}

.section-team-person {
	margin-top: 40px;
}

.section-team-person-details {
	padding:10px 0px;
}

.section-team-person-details h4 {
	font-size:18px;
	font-weight:700;
	color:#005497;
	text-transform: uppercase;
	line-height:22px;
	margin:0px 0px 8px 0px;
	padding:0px;
}

.section-team-person-details h5 {
	font-size:15px;
	font-weight:400;
	color:#EA5810;
	line-height:20px;
	margin:0px 0px 18px 0px;
	padding:0px;
}

.section-team-person-details h5:last-child {
	margin:0px;
}

.section-team-person-details p {
	margin:0px 0px 13px 0px;
}

.section-team-person-details a {
	color:#7B7D83;
	text-decoration:none;
}

.section-team-person-details a:hover {
	color:#005497;
	text-decoration:none;
}

.section-team-person-image {
	max-width:160px;
	margin-bottom: 10px;
	position: relative;
}
@media (min-width:992px) {
	.section-team-person-image {
		max-width: 200px;
		margin-bottom:0px;
	}
}

.section-team-person-image::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    position: relative;
}

.section-team-person-image img {
	width: 100%;
	height:100%;
	border-radius: 50%;
	object-fit: cover;
	position: absolute;
}


/* section-numbers */

.section-numbers h4 {
	font-size:20px;
	font-weight:700;
	color:#7B7D83;
	line-height: 26px;
	margin:12px 0px;
	padding:0px;
}

.section-numbers h3 {
	font-size:60px;
	font-weight:700;
	color:#EA5810;
	line-height: 66px;
	margin:0px;
	padding:0px;
}
@media (min-width:768px) {
	.section-numbers h3 {
		font-size:80px;
		line-height: 86px;
	}
}

.section-numbers img {
	max-width: 100%;
	height: auto;
	margin-bottom:30px;
}
@media (min-width:768px) {
	.section-numbers img {
		margin-bottom: 0px;
	}
}

.section-numbers-link {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
@media (min-width:768px) {
	.section-numbers-link {
		margin-top: 60px;
	}
}


/* section-map */

.section-map {
	padding: 0px;
	position: relative;
	overflow: hidden;
}
@media (min-width:992px) {
	.section-map {
		height:750px;
	}
}

.section-map iframe {
	width: 100%;
	height: 360px;
	filter: grayscale(100%);
	z-index: 990;
	display: block;
}
@media (min-width:992px) {
	.section-map iframe {
		width: 100vw;
		height:1050px;
		bottom: -300px;
		position: absolute;
	}
}
/* @media (min-width:992px) {
	.section-map iframe {
		width: 190vw;
		left: -36vw;
	}
} */

@media (min-width:992px) {
	.section-map-details {
	/* 	width: 445px; */
		height:auto;
		background: #fff;
		padding:35px;
		margin-left: 35px;
		top:65px;
		position: absolute;
		z-index: 994;
	}
}
@media (min-width:1200px) {
	.section-map-details {
		margin-left: 95px;
	}
}

.section-map-logo {
	width: 125px;
	height: auto;
	margin:30px 0px 30px 0px;
}
@media (min-width:992px) {
	.section-map-logo {
		margin:0px 0px 30px 0px;
	}
}

@media (min-width:576px) {
	.section-map-details-inner {
		display: flex;
	/* 	justify-content: space-between; */
		gap:0 25px;
		flex-wrap: wrap;
	}
}
@media (min-width:992px) {
	.section-map-details-inner {
		gap:40px;
	}
}

.section-map-details-inner > div {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}
@media (min-width:576px) {
	.section-map-details-inner > div {
		min-width: 47%;
	}
}
@media (min-width:992px) {
	.section-map-details-inner > div {
		min-width:unset;
		margin-bottom: 0px;
	}
}

.section-map-details-inner h3 {
	font-size: 15px;
	font-weight: 700;
	color:#EA5810;
	line-height: 22px;
	margin:0px 0px 2px 0px;
	padding: 0px;
}

.section-map-details-inner div:nth-child(even) h3 {
	color:#005497;
}

.section-map-details-inner p {
	line-height: 26px;
	margin: 0px 0px 12px 0px;
}

.section-map-details-inner ul {
	margin:0px 0px 30px 0px;
	padding:0px;
}

.section-map-details-inner ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}

.section-map-details-inner ul li::before {
	display: none;
}

.section-map-details-inner ul li a {
	color:#7B7D83;
	text-decoration: none;
}

.section-map-details-inner ul li a:hover {
	color:#EA5810;
	text-decoration: none;
}

.section-map-details-inner div:nth-child(even) ul li a:hover {
	color:#005497;
}

.section-map-details-inner .btn-primary svg {
	margin:-2px 8px 0px -6px;
}

.section-map-details-inner div .btn-primary {
	max-width: 200px;
	margin-top:auto;
}

.section-map-details-inner div:nth-child(even) .btn-primary {
	background:#005497;
}

.section-map-details-inner div:nth-child(even) .btn-primary:hover {
	background:#EA5810;
}


/* section-form */

.section-form h3 {
	color:#005497;
	margin:0px 0px 30x 0px;
}

.section-form p {
	margin:0px 0px 42px 0px;
}

.section-form form p {
	margin:0px 0px 15px 0px;
}

.screen-reader-response ul {
	display: none;
}


/* section-facebook-feed */

.section-facebook-feed h3 {
	text-transform: uppercase;
}








/* cf7 form */
label {
	width:100%;
	font-size:14px;
	font-weight:400;
	color:#12284C;
}

input[type=email], input[type=text], input[type=tel], select {
	width:100%;
	height:40px;
	font-size:15px;
	font-weight: 400;
	color:#7B7D83;
	line-height:38px;
	background:#fff;
	border:1px solid #EFEFEF;
	border-radius:0px;
	padding:0px 15px;
	margin:0px;
}
@media (min-width:768px) {
	input[type=email], input[type=text], input[type=tel], select {
		height:60px;
		padding:0px 20px;
	}
}

textarea {
	width:100%;
	height:140px;
	font-size:15px;
	font-weight: 400;
	color:#7B7D83;
	line-height:20px;
	background:#fff;
	border:1px solid #EFEFEF;
	border-radius:0px;
	padding:15px;
	margin:0px;
}
@media (min-width:768px) {
	textarea {
		height:180px;
		padding: 20px;
	}
}


input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border:2px solid #f00;
}


input[type=submit] {
	font-size:15px;
	font-weight:500;
	color:#fff;
	text-align:center;
	line-height:17px;
	text-decoration:none;
	border:none;
	border-radius:20px;
	padding:12px 46px 12px 20px;
	margin:0px;
	background:url('images/ico-arrow-r.svg') no-repeat #005497;
	background-size:16.41px 9.34px;
	background-position: right 20px center;
	transition:all .2s ease; 
	display: table-cell;
	position: relative;
}	

input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus  {
	font-size:15px;
	font-weight:500;
	color:#fff;
	text-align:center;
	line-height:17px;
	text-decoration:none;
	border:none;
	border-radius:20px;
	padding:12px 46px 12px 20px;
	margin:0px;
	background:url('images/ico-arrow-r.svg') no-repeat #EA5810;
	background-size:16.41px 9.34px;
	background-position: right 20px center;
	transition:all .2s ease; 
	display: table-cell;
	position: relative;
}



.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}

.agree {
  margin:0px 0px 30px 0px;
}

.wpcf7-acceptance label {	
	font-size:15px;
	font-weight:400;
	color:#7B7D83;
	line-height:22px;
	margin: 0px;
	padding-left:45px;
	padding-top: 3px;
	position: relative;
}
@media (min-width:768px) {
	.wpcf7-acceptance label {	
		margin:10px 0px 16px 0px;
	}
}

.wpcf7-acceptance label p {
  margin:0px;
  padding: 0px;
}

.wpcf7-acceptance label a {
	color:#FEF5E4;
	text-decoration: underline;
}

.wpcf7-acceptance label a:hover {
	color:#048245;
}

input[type=checkbox] {
	width:25px;
	height:25px;
	line-height:25px;
  margin:0px 0px 0px -30px;
	z-index:9996;
	position:absolute;
	opacity:0;
	top:0;
	cursor:pointer;
}

input[type=checkbox] + span:before {
	background:#fff;
	border: 1px solid #EFEFEF;
	cursor:pointer;
	top:0px;
}

input[type=checkbox]:checked + span:before {
	width:25px;
	height:25px;
	background:url('images/ico-checked.svg') no-repeat #fff;
	border:1px solid #EFEFEF;
	background-size:11px 8px;
	background-position:6px 7px;
}

.wpcf7-list-item-label:before {
	width:25px;
	height:25px;
	font-size:14px;
	background:#fff;
  border:1px solid #EFEFEF;
  border-radius:0px;
	z-index:9991;
	position:absolute;
	left:0px;
	top:0px;
}

.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 2px solid #f00;
}

.wpcf7-not-valid-tip {
	font-size:12px;
	color:#f00;
	line-height: 16px;
	padding-top: 3px;
}

.agree .wpcf7-not-valid-tip {
  text-align: left;
}

.wpcf7-spinner {
	display:none;
}




/* footer */

footer {
	padding:30px 0px 40px 0px;
	background:#EFEFEF;
	position: relative;
}

footer::before {
	content:'';
	width:50vw;
	height:6px;
	background:#EA5810;
	left:0px;
	top:0px;
	position: absolute;
}

footer::after {
	content:'';
	width:50vw;
	height:6px;
	background:#005497;
	right:0px;
	top:0px;
	position: absolute;
}

@media (min-width:576px) {
	.footer {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.footer h3 {
	font-size:15px;
	font-weight:700;
	color:#EA5810;
	line-height:18px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.footer p {
	margin:0px 0px 10px 0px;
}

.footer ul {
	margin:0px 0px 20px 0px;
	padding:0px;
}

.footer ul li {
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none;
}

.footer ul li a {
	font-size:15px;
	font-weight: 400;
	color:#7B7D83;
	text-decoration:none;
}

.footer ul li a:hover {
	font-size:15px;
	font-weight: 400;
	color:#EA5810;
	text-decoration:none;
}

@media (max-width:767.98px) {
	.footer-logo {
		width: 100%;
	}
}

.footer-col {
	margin:30px 0px 0px 0px;
}
@media (min-width:768px) {
	.footer-col {
		margin: 20px 0px 0px 0px;
	}
}

@media (min-width:576px) {
	.footer-address {
		padding: 0px 0px 0px 40px;
		border-left:1px solid #DA612D;
	}
}
@media (min-width:768px) {
	.footer-address {
		padding: 0px 0px 0px 60px;
	}
}

.footer .footer-address ul li {
	margin:0px 0px 5px 0px;
}

footer .social-media {
	display: flex;
	align-items: center;
}

footer .social-media li a svg {
    fill: #EA5810;
}

footer .social-media li a:hover svg {
    fill: #005497;
}



::-moz-selection {
	color:#fff;
	background:#EA5810 !important;
}

::selection {
	color:#fff;
	background:#EA5810 !important;
}

::-moz-selection {
	color:#fff;
	background:#EA5810 !important;
}


::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:#EFEFEF;
}

::-webkit-scrollbar-thumb {
   background:#005497;
	 ;
}

::-webkit-scrollbar-thumb:hover {
	background:#EA5810;
}

@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}


:root {
  scrollbar-color: #005497 #EFEFEF !important;
  scrollbar-width: thin !important;
}


.offcanvas-body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #EFEFEF; /* or add it to the track */
}

/* Add a thumb */
.offcanvas-body::-webkit-scrollbar-thumb {
    background: #BA3C28 !important;
}





.rellax {
  z-index:9990;
}
@media (max-width: 992px) { .rellax { transform: translate3d(0,0,0) !important; } }

.grecaptcha-badge {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden !important;
}



.load-delay {
	content-visibility: hidden;
	display: none;
	transition: .2s;  
}

.load-delay-active {
	content-visibility: visible;
	display: block;
	transition: .2s; 
}



/* end */


