@charset "UTF-8";
/*-------------------------------------------------------*/
/* Table of Content

1.General
2.Grid
3.Elements
4.Widgets

/*-------------------------------------------------------*/
.elementor-editor-active .nav {
	pointer-events: none;
}

.elementor-editor-active .pointer-events-none {
	pointer-events: auto;
}

/*-------------------------------------------------------*/
/* Headings
/*-------------------------------------------------------*/
.elementor-widget-heading .elementor-heading-title {
	line-height: 1.3;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.elementor-button {
	transition: all 0.2s;
}

.elementor-widget-button .elementor-button {
	border: 2px solid transparent;
	background-color: #bf3834;
	border-radius: 3px;
	font-weight: 500;
	line-height: 1.1;
}

.elementor-button.elementor-size-xl,
.contact-form-button--size-xl .deo-field-type-submit input {
	font-size: 1.125rem;
	padding: 23px 30px;
}

.elementor-button.elementor-size-lg,
.contact-form-button--size-lg .deo-field-type-submit input {
	font-size: 1.0625rem;
	padding: 21px 26px;
}

.elementor-button.elementor-size-md,
.contact-form-button--size-md .deo-field-type-submit input {
	font-size: 1.0625rem;
	padding: 17px 24px;
}

.elementor-button.elementor-size-sm,
.contact-form-button--size-sm .deo-field-type-submit input {
	font-size: 1rem;
	padding: 12px 24px;
}

.deo-button-with-arrow .elementor-button-content-wrapper::after {
	content: "\e900";
	display: block;
	font-family: "estand-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	bottom: -3px;
	margin-left: 18px;
	order: 15;
}

/*-------------------------------------------------------*/
/* Ckeck list icon
/*-------------------------------------------------------*/
.elementor-icon-list-icon .fa-check:before {
	font-family: "estand-icons";
	content: "\f383";
}

/*-------------------------------------------------------*/
/* Dividers
/*-------------------------------------------------------*/
.elementor-divider {
	color: #eaeaea;
}

/*-------------------------------------------------------*/
/* Tabs & Accordions
/*-------------------------------------------------------*/
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: 1px none #eaeaea;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
	border-color: #eaeaea;
	border-top-width: 2px !important;
	border-top: 2px solid #bf3834;
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-accordion .elementor-tab-title {
	padding: 14px 18px;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	color: #163257;
}

@media (max-width: 767px) {
	.elementor-tabs .elementor-tab-title {
		border: 1px solid #eaeaea;
	}
	.elementor-tabs .elementor-tab-content,
	.elementor-tabs .elementor-tab-title {
		border-style: solid;
		border-bottom-style: none;
	}
	.elementor-tabs .elementor-tab-content:last-child {
		border-style: solid;
		border-top-style: none;
	}
	.elementor-tabs .elementor-tab-title:nth-last-child(2) {
		border-style: solid;
	}
}

/*-------------------------------------------------------*/
/* Accordions
/*-------------------------------------------------------*/
.elementor-accordion .elementor-accordion-item {
	border: 1px solid #eaeaea;
	margin-bottom: 16px;
}

.elementor-accordion .elementor-tab-content,
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	border-top: 1px solid #eaeaea;
}

.elementor-accordion-icon {
	font-size: 14px;
	position: relative;
	top: 1px;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.elementor-alert {
	border-radius: 3px;
}

/*-------------------------------------------------------*/
/* URL Clickable
/*-------------------------------------------------------*/
.elementor-kit-clickable,
.elementor-kit-clickable a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent !important;
	cursor: pointer;
	display: block;
}

/*-------------------------------------------------------*/
/* URL Display Block
/*-------------------------------------------------------*/
.elementor-kit-url-block .elementor-image > a,
.elementor-kit-url-block .elementor-image figure > a {
	display: block;
}

/*-------------------------------------------------------*/
/* Pointer Events
/*-------------------------------------------------------*/
.pointer-events-none {
	pointer-events: none;
}

/*-------------------------------------------------------*/
/* Elementor Gallery Overflow Fix
/*-------------------------------------------------------*/
.elementor-image-gallery {
	overflow: hidden;
}

/*-------------------------------------------------------*/
/* Animations
/*-------------------------------------------------------*/
.deo-slider-animation {
	-webkit-animation: fadeOutDown 0.7s both;
	        animation: fadeOutDown 0.7s both;
	will-change: transform;
}

.elementor-editor-active .deo-slider-animation {
	-webkit-animation-name: none;
	        animation-name: none;
}

.swiper-slide-active .deo-slider-animation {
	-webkit-animation: fadeInUp 0.7s both 0.5s;
	        animation: fadeInUp 0.7s both 0.5s;
}

.swiper-slide-active .deo-slider-animation--1 {
	-webkit-animation: fadeInUp 0.7s both 0.65s;
	        animation: fadeInUp 0.7s both 0.65s;
}

.swiper-slide-active .deo-slider-animation--2 {
	-webkit-animation: fadeInUp 0.7s both 0.8s;
	        animation: fadeInUp 0.7s both 0.8s;
}

.deo-button-hover-pulse .elementor-button {
	position: relative;
	z-index: 0;
}

.deo-button-hover-pulse .elementor-button::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: inherit;
	transition: all 0.3s ease-in-out;
	background-color: inherit;
}

.deo-button-hover-pulse .elementor-button:hover::after {
	transform: scaleX(1.2) scaleY(1.6);
	opacity: 0;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.deo-animation {
	visibility: visible;
}

.deo-animation::after {
	content: "";
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.deo-animation.deoCurtainHorizontal::after {
	width: 0;
}

.deo-animation.deoCurtainVertical::after {
	height: 0;
}

#elementor-notice-bar {
	display: none;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Testimonials
/*-------------------------------------------------------*/
.testimonial {
	margin-bottom: 40px;
	display: flex;
	padding-top: 24px;
}

@media only screen and (max-width: 575px) {
	.testimonial {
		display: block;
	}
}

.testimonial__img-wrap {
	flex-basis: 288px;
	margin-bottom: 27px;
	margin-right: 120px;
	position: relative;
}

.testimonial__img-wrap::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #f3f1f2;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: -24px;
}

@media only screen and (max-width: 767px) {
	.testimonial__img-wrap {
		flex-basis: 120px;
		margin-right: 68px;
	}
}

@media only screen and (max-width: 575px) {
	.testimonial__img-wrap {
		width: 30%;
	}
}

.testimonial__img-holder {
	position: relative;
	left: 24px;
}

.testimonial__text {
	font-family: "Jost", sans-serif;
	color: #163257;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 70px;
}

.testimonial__info {
	flex: 1 0 0;
	overflow: hidden;
}

.testimonial__author {
	display: block;
	font-weight: 700;
	font-size: 1.25rem;
	font-family: "Jost", sans-serif;
	color: #bf3834;
}

.testimonial__company {
	font-family: "Jost", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #adaeb6;
	text-transform: uppercase;
}

.deo-testimonials-slider {
	max-width: 1060px;
	margin: 0 auto;
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/* Slick Slider */
.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots, .slick-next, .slick-prev {
	position: absolute;
	display: block;
	padding: 0;
}

.slick-loading .slick-list {
	background: url(slick/ajax-loader.gif) center center no-repeat #fff;
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before, .slick-prev:before {
	font-family: ui-icons;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
}

.slick-prev {
	left: -15px;
}

[dir=rtl] .slick-prev {
	right: -15px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -15px;
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

[dir=rtl] .slick-next:before {
	content: '←';
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
}

.slick-slide:focus {
	outline: 0;
}

.slick-slide .slick-slide__img {
	display: inline;
}

.deo-slick-slider .slick-dots {
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
}

.deo-slick-slider .slick-dots li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 3px;
	padding: 0;
}

.deo-slick-slider .slick-dots li button {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	outline: 0;
	display: block;
	cursor: pointer;
	border: 2px solid transparent;
	background-color: transparent;
	transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.deo-slick-slider .slick-dots li button:after {
	display: block;
	content: '';
	border-radius: 50%;
	transform: scale(0.5);
	width: 100%;
	height: 100%;
	background-color: #163257;
}

.deo-slick-slider .slick-dots li button:focus, .deo-slick-slider .slick-dots li button:hover {
	outline: 0;
	border: 2px solid #163257;
}

.deo-slick-slider .slick-dots li:only-child {
	display: none;
}

.deo-slick-slider .slick-dots li.slick-active button,
.deo-slick-slider .slick-dots li.slick-active button:hover {
	border: 2px solid #163257;
}

.deo-slick-slider--dots-inside .slick-dots {
	position: absolute;
	bottom: 48px;
}

.deo-slick-slider--dots-inside .slick-dots li button {
	color: transparent;
}

.deo-slick-slider--dots-inside .slick-dots li button:after {
	background-color: #fff;
}

.deo-slick-slider--dots-inside .slick-dots li button:focus, .deo-slick-slider--dots-inside .slick-dots li button:hover {
	outline: 0;
	border-color: #fff;
}

.deo-slick-slider--dots-inside .slick-dots li.slick-active button,
.deo-slick-slider--dots-inside .slick-dots li.slick-active button:hover {
	border-color: #fff;
}

.slick-arrow {
	z-index: 1;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 62px;
	height: 118px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	opacity: 0;
	visibility: hidden;
	background: rgba(24, 24, 24, 0.75);
	transform: translate(0, -50%);
	transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.slick-arrow:hover, .slick-arrow:focus {
	color: transparent;
	outline: none;
	background: #bf3834;
}

.elementor-swiper-button {
	align-items: center;
	justify-content: center;
}

.deo-hero-slider .elementor-swiper-button {
	width: 62px;
	height: 118px;
	opacity: 0;
	visibility: hidden;
	background: rgba(24, 24, 24, 0.75);
	transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.deo-hero-slider .elementor-swiper-button:hover {
	background-color: #bf3834;
}

.deo-hero-slider.swiper-container-horizontal > .swiper-pagination-bullets, .deo-hero-slider.swiper-pagination-custom, .deo-hero-slider .swiper-pagination-fraction {
	bottom: 40px;
}

.deo-hero-slider .elementor-swiper-button-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}

.deo-hero-slider .elementor-swiper-button-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.deo-slider:hover .elementor-swiper-button {
	opacity: 1;
	visibility: visible;
}

.slick-arrow:hover::before,
.slick-arrow:focus::before,
.deo-slick-slider--arrows-with-text .slick-arrow:hover::after,
.deo-slick-slider--arrows-with-text .slick-arrow:focus::after {
	opacity: 1;
}

.slick-arrow.slick-disabled::before {
	opacity: .25;
}

.slick-arrow:before {
	font-family: 'estand-icons';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}

.slick-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

.slick-prev:before,
[dir='rtl'] .slick-next:before {
	content: '\f007';
}

.slick-next:before,
[dir='rtl'] .slick-prev:before {
	content: '\f006';
}

.deo-slick-slider:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.deo-slick-slider:hover .slick-next,
.deo-slick-slider:hover [dir='rtl'] .slick-prev {
	right: 0;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	border: 2px solid transparent;
	background-color: transparent;
	transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.swiper-pagination-bullet:after {
	display: block;
	content: '';
	border-radius: 50%;
	transform: scale(0.5);
	width: 100%;
	height: 100%;
	background-color: #163257;
}

.swiper-pagination-bullet:hover {
	border-color: #ffffff;
}

.deo-slider--dots-inside .swiper-pagination-bullet::after {
	background-color: #ffffff;
}

.deo-slider--dots-inside .swiper-pagination-bullet-active {
	border-color: #ffffff;
}

/*-------------------------------------------------------*/
/* Hero Slider
/*-------------------------------------------------------*/
.deo-hero-slider__content-holder {
	position: relative;
}

.deo-hero-slider__img-holder, .deo-hero-slider__img {
	height: 72vh;
}

.deo-hero-slider__bg-img {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.deo-hero-slider__img {
	width: 100%;
	opacity: 1 !important;
	-o-object-fit: cover;
	   object-fit: cover;
}

.deo-hero-slider__text-outer {
	display: flex;
}

.deo-hero-slider__text-holder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 30px;
}

.deo-hero-slider__heading {
	font-size: 2.5rem;
	text-transform: uppercase;
	line-height: 1.1em;
}

@media only screen and (min-width: 768px) {
	.deo-hero-slider__heading {
		font-size: 3.75rem;
	}
}

@media only screen and (min-width: 1025px) {
	.deo-hero-slider__heading {
		font-size: 5rem;
	}
}

.deo-hero-slider__text {
	font-size: 1.125rem;
	max-width: 540px;
}

.deo-hero-slider__button a {
	background-color: #bf3834;
}

.deo-hero-slider--align-right .deo-hero-slider__text-holder {
	padding-left: 30px;
	padding-right: 0;
}

.deo-hero-slider--align-right .deo-hero-slider__text-outer {
	justify-content: flex-end;
	text-align: right;
}

.deo-hero-slider--align-right .deo-hero-slider__text {
	margin-left: auto;
}

.deo-hero-slider--align-center .deo-hero-slider__text-holder {
	padding: 0;
}

.deo-hero-slider--align-center .deo-hero-slider__text {
	margin-left: auto;
	margin-right: auto;
}

.deo-hero-slider--align-center .deo-hero-slider__text-outer {
	justify-content: center;
	text-align: center;
	padding: 0;
}

/*-------------------------------------------------------*/
/* Play Button / Magnific Popup
/*-------------------------------------------------------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		transform-origin: 0;
	}
	.mfp-arrow-right {
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-iframe-holder .mfp-content {
	max-width: 1200px;
}

.mfp-close:focus,
.mfp-close:hover {
	background-color: transparent;
}

.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-iframe-scaler {
	overflow: visible;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.play-btn {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	vertical-align: middle;
	transition: all 0.2s ease-in-out;
}

.play-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-left: 1px;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #163257;
	transition: all 0.2s ease-in-out;
}

.play-btn:hover:before {
	border-color: transparent transparent transparent #fff;
}

.play-btn:hover {
	background-color: #ab322f;
}

.play-btn__wrap {
	display: inline-block;
}

.play-btn__text {
	color: #fff;
	margin-left: 10px;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	letter-spacing: -0.01em;
}

/* Icon Wave */
.icon-wave {
	transition: transform ease-out 0.1s, background 0.2s;
}

.icon-wave:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
	opacity: 0;
	transform: scale(0.9);
}

.icon-wave:hover {
	transform: scale(0.93);
}

.icon-wave:hover:after {
	-webkit-animation: sonarEffect 1s ease-out 75ms;
	animation: sonarEffect 1s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.3);
		opacity: 0;
	}
}

/*-------------------------------------------------------*/
/* Before and After
/*-------------------------------------------------------*/
.ba-slider {
	position: relative;
	overflow: hidden;
}

.ba-slider img {
	width: 100%;
	display: block;
	max-width: none;
}

.ba-slider .resize {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}

.ba-slider .handle {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 4px;
	margin-left: -2px;
	background: rgba(0, 0, 0, 0.5);
	cursor: ew-resize;
}

.ba-slider .handle:after {
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	content: '\21d4';
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	line-height: 64px;
	background: #ffb800;
	border: 1px solid #e6a600;
	border-radius: 50%;
	transition: all .3s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
}

.ba-slider .handle.ba-draggable:after {
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	line-height: 50px;
	font-size: 30px;
}

.ba-slider .handle:after {
	background-color: #bf3834;
	border: 0;
	box-shadow: none;
}

.ba-slider:hover .ba-slider__ribbon, .ba-slider:focus .ba-slider__ribbon {
	opacity: 1;
}

.ba-slider__ribbon {
	position: absolute;
	top: 48px;
	padding: 6px 12px;
	z-index: 1;
	background: #0d1724;
	color: #ffffff;
	border-radius: 3px;
	opacity: 0.2;
	box-shadow: 2px 2px 12px rgba(91, 69, 32, 0.2);
	transition: opacity .3s ease;
}

.ba-slider__ribbon--before {
	left: 0;
}

.ba-slider__ribbon--after {
	right: 0;
}

/*-------------------------------------------------------*/
/* Recent Posts
/*-------------------------------------------------------*/
.deo-recent-posts__title {
	color: #6e727a;
}

.deo-recent-posts__entry {
	padding-bottom: 18px;
	border-bottom: 1px solid #202934;
	margin-bottom: 18px;
	position: relative;
}

.deo-recent-posts__body {
	padding-left: 32px;
}

.deo-recent-posts__body::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	height: 10px;
	width: 10px;
	background-color: #bf3834;
}

.deo-recent-posts .entry__meta {
	margin-bottom: 0;
	margin-top: 6px;
}

.deo-recent-posts .entry__meta-date {
	font-size: 0.75rem;
}

.deo-recent-posts .entry__meta-item a {
	color: #6e727a;
}

/*-------------------------------------------------------*/
/* Team
/*-------------------------------------------------------*/
.team {
	position: relative;
	overflow: hidden;
}

.team-col {
	width: 300px;
	padding: 0 15px;
}

.team__img-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}

.team__img {
	width: 100%;
}

.team__name {
	font-size: 1.25rem;
	margin-bottom: 4px;
}

.hover-overlay .team__name {
	color: #fff;
}

.team__position {
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
}

.team__details, .team__socials {
	opacity: 0;
	position: absolute;
	left: 0;
	padding: 32px 48px;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	color: #fff;
	transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.team__details {
	bottom: 0;
	transform: translateY(100%);
}

.team__socials {
	padding-top: 40px;
	top: 0;
	transform: translateY(-100%);
}

.team:hover .team__details,
.team:hover .team__socials, .team:focus .team__details,
.team:focus .team__socials {
	opacity: 1;
	transform: translateY(0);
}

.team:hover .team__socials, .team:focus .team__socials {
	opacity: 1;
}

/*-------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------*/
.pricing {
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 3px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: relative;
	top: 0;
	border: 2px solid #f2f2f2;
	transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.pricing:hover, .pricing--best {
	box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
	z-index: 2;
	top: -20px;
}

@media only screen and (max-width: 1024px) {
	.pricing--best {
		top: 0;
	}
}

.pricing--best .pricing__title,
.pricing--best .pricing__price,
.pricing--best .pricing__currency {
	color: #fff;
}

.pricing--best .pricing__header {
	background-color: #bf3834;
}

.pricing--best .pricing__body {
	padding-bottom: 60px;
}

.pricing__title {
	font-size: 1.5rem;
	margin-bottom: 14px;
}

.pricing__header {
	color: #163257;
	background-color: #f3f1f2;
	position: relative;
	top: -2px;
	left: -2px;
	width: calc( 100% + 4px);
	padding: 20px;
}

.pricing__currency {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	font-size: 1.5rem;
	font-family: "Jost", sans-serif;
	font-weight: 700;
}

.pricing__price {
	font-size: 3rem;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	line-height: 1;
}

.pricing__term {
	font-size: 0.8125rem;
	display: block;
	color: #6e727a;
	font-family: "Poppins", sans-serif;
}

.pricing__body {
	padding: 40px;
}

.pricing__text {
	margin-bottom: 0;
	margin: 0 auto;
	max-width: 220px;
}

.pricing__features {
	text-align: left;
	font-size: 0.9375rem;
	margin-top: 40px;
}

.pricing__features-list {
	list-style: none;
}

.pricing__features li {
	padding-left: 20px;
	position: relative;
}

.pricing__features li:not(:last-child) {
	margin-bottom: 7px;
}

.pricing__features li::before {
	content: '\f383';
	font-family: 'estand-icons';
	color: #3bc8d6;
	position: absolute;
	left: 0;
}

.secondary-pricing {
	display: none;
}

.deo-toggle {
	margin-bottom: 80px;
}

.deo-toggle__switch {
	display: flex;
}

.deo-toggle__button {
	background-color: #fff;
	text-transform: none;
	min-width: 97px;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	color: #163257;
	text-align: center;
	cursor: pointer;
	padding: 10px 17px;
	border-radius: 3px 0 0 3px;
	border: 1px solid #f2f2f2;
	transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.deo-toggle__button:last-child {
	border-radius: 0 3px 3px 0;
}

.deo-toggle__button--is-active, .deo-toggle__button:hover {
	background-color: #bf3834;
	border-color: transparent;
	color: #fff;
}

/*-------------------------------------------------------*/
/* Elementor Pagination / Load More Button
/*-------------------------------------------------------*/
.deo-load-more .loader > div {
	width: 24px;
	height: 24px;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.deo-loading span {
	opacity: 0;
}

.elementor-pagination {
	margin-top: 30px;
}

/*-------------------------------------------------------*/
/* Counter
/*-------------------------------------------------------*/
.deo-counter-align-left .elementor-counter .elementor-counter-number-prefix,
.deo-counter-align-left .elementor-counter .elementor-counter-number-suffix {
	flex-grow: initial;
}

.deo-counter-align-left .elementor-counter .elementor-counter-title {
	text-align: left;
}

.elementor-counter .elementor-counter-title {
	line-height: 1.5;
	margin-top: 12px;
}

/*-------------------------------------------------------*/
/* History Timeline
/*-------------------------------------------------------*/
.deo-history-timeline__list {
	position: relative;
}

.deo-history-timeline__list::before {
	content: '';
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	height: 100%;
	width: 2px;
	background-color: #445e80;
}

.deo-history-timeline__item {
	margin-bottom: 40px;
	padding-left: 40px;
	position: relative;
}

.deo-history-timeline__year {
	font-size: 1.75rem;
}

.deo-history-timeline__year::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	background-color: #fff;
}

/*-------------------------------------------------------*/
/* Icon Box
/*-------------------------------------------------------*/
.feature__icon-holder {
	display: inline-block;
	position: relative;
	background-color: #f3f1f2;
	color: #163357;
	font-size: 4rem;
	width: 152px;
	height: 152px;
	line-height: 152px;
	border-radius: 33px;
	text-align: center;
}

.feature__icon-holder:hover {
	color: #163357;
}

.feature__icon-holder:before, .feature__icon-holder:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: 100%;
	transform: scaleX(2) scaleY(1.05);
	clip: rect(0, 100px, 152px, 52px);
}

.feature__icon-holder:after {
	transform: scaleY(2) scaleX(1.05) rotate(90deg);
}

.feature__icon-holder i {
	position: relative;
	z-index: 1;
}

.feature-size--medium .feature__icon-holder {
	width: 112px;
	height: 112px;
	line-height: 112px;
	font-size: 3rem;
	border-radius: 26px;
}

.feature-size--medium .feature__icon-holder:before, .feature-size--medium .feature__icon-holder:after {
	clip: rect(0, 73px, 112px, 39px);
}

.feature-size--small .feature__icon-holder {
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 1.75rem;
	border-radius: 14px;
}

.feature-size--small .feature__icon-holder:before, .feature-size--small .feature__icon-holder:after {
	clip: rect(0, 42px, 64px, 22px);
}

.feature-size--extra-small .feature__icon-holder {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 1.375rem;
	border-radius: 11px;
}

.feature-size--extra-small .feature__icon-holder:before, .feature-size--extra-small .feature__icon-holder:after {
	clip: rect(0, 32px, 48px, 16px);
}

/*-------------------------------------------------------*/
/* Service
/*-------------------------------------------------------*/
.service {
	position: relative;
	height: 100%;
	margin-bottom: 40px;
}

.service--has-image:hover .service__thumb {
	opacity: 1;
	transform: scale(1.2, 1.2);
}

.service--has-image:hover .service__title,
.service--has-image:hover .service__text,
.service--has-image:hover .service__read-more {
	color: #fff;
}

.service__thumb {
	position: relative;
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.service__wrapper {
	position: relative;
	padding: 48px 48px 40px;
}

.archive .service__wrapper {
	padding: 48px 0 40px;
}

.service__thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.service__wrapper .service__thumb {
	opacity: 0;
	transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.service__img-holder {
	position: relative;
	overflow: hidden;
}

.service__img {
	width: 100%;
}

.service__title, .service__text {
	transition: color 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.service__read-more {
	transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.service__content {
	position: relative;
}

.service__title {
	font-size: 1.5rem;
	margin-bottom: 28px;
}

.service__title:hover, .service__title:focus {
	color: #bf3834;
}

.service__text {
	color: #6e727a;
}

.service__text,
.service__text p {
	margin-bottom: 0;
}

.service__footer {
	position: relative;
	text-align: right;
	padding-top: 32px;
}

.archive .service__footer {
	text-align: left;
}

.service__read-more-text {
	opacity: 0;
	visibility: hidden;
}

.service:hover .service__read-more-text {
	opacity: 1;
	visibility: visible;
}

/*-------------------------------------------------------*/
/* Services Menu
/*-------------------------------------------------------*/
.deo-cpt-menu {
	background-color: #f3f1f2;
	padding: 46px;
	list-style: none;
}

.deo-cpt-menu__item {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	color: #6e727a;
	padding: 16px 0;
	border-bottom: 1px solid #e0e0e0;
}

.deo-cpt-menu__item--current {
	color: #163257;
}

.deo-cpt-menu__item--current::after {
	content: '';
	display: block;
	height: 2px;
	width: 68px;
	position: absolute;
	bottom: -1px;
	background-color: #bf3834;
}

.deo-cpt-menu__item:first-child {
	padding-top: 0;
}

.deo-cpt-menu__item-url {
	color: inherit;
}

/*-------------------------------------------------------*/
/* Projects Slider
/*-------------------------------------------------------*/
.deo-projects-slider-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
	.deo-projects-slider-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1024px) {
	.deo-projects-slider-wrapper {
		padding-left: calc( (100vw - 920px) / 2);
	}
}

@media (min-width: 1200px) {
	.deo-projects-slider-wrapper {
		padding-left: calc( (100vw - 1140px) / 2);
	}
}

@media (min-width: 1400px) {
	.deo-projects-slider-wrapper {
		padding-left: calc( (100vw - 1300px) / 2);
	}
}

@media (min-width: 1680px) {
	.deo-projects-slider-wrapper {
		padding-left: calc( (100vw - 1520px) / 2);
	}
}

.deo-projects-slider {
	margin-left: -20px;
	margin-right: -20px;
}

.project-slide {
	padding-left: 20px;
	padding-right: 20px;
}

.deo-slick-slider-arrows {
	display: flex;
	margin-bottom: 48px;
}

.deo-slick-slider-arrow {
	position: relative;
	visibility: visible;
	opacity: 1;
	line-height: 1;
	color: #ffffff;
	border-radius: 3px;
	background-color: #163357;
	font-size: 1.125rem;
	transform: none;
	height: auto;
	width: auto;
	padding: 15px 24px;
	margin-right: 10px;
	box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.15);
}

.deo-slick-slider-arrow-next {
	background-color: #bf3834;
}

.deo-slick-slider-arrow-icon {
	position: relative;
	top: 1px;
}

.deo-slick-slider-arrow-icon--prev {
	margin-right: 12px;
}

.deo-slick-slider-arrow-icon--next {
	margin-left: 12px;
}

.deo-slick-slider-arrow:hover, .deo-slick-slider-arrow:focus {
	color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

/*-------------------------------------------------------*/
/* Projects Slider Wide
/*-------------------------------------------------------*/
.deo-projects-slider-wide .project-slide {
	padding: 0;
	margin-bottom: 0;
}

.deo-slick-slider--arrows-with-text .slick-arrow {
	background-color: rgba(0, 0, 0, 0.37);
	font-size: 1.125rem;
	color: #fff;
	width: 200px;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.deo-slick-slider--arrows-with-text .slick-arrow:hover, .deo-slick-slider--arrows-with-text .slick-arrow:focus {
	background-color: rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
	.deo-slick-slider--arrows-with-text .slick-arrow {
		width: 120px;
	}
}

@media (max-width: 559px) {
	.deo-slick-slider--arrows-with-text .slick-arrow {
		font-size: 0;
		width: 40px;
	}
	.deo-slick-slider--arrows-with-text .slick-arrow::before, .deo-slick-slider--arrows-with-text .slick-arrow::after {
		margin: 0 !important;
	}
}

.deo-slick-slider--arrows-with-text .slick-prev::before {
	margin-right: 20px;
}

.deo-slick-slider--arrows-with-text .slick-next::before {
	content: '';
}

.deo-slick-slider--arrows-with-text .slick-next::after {
	content: '\f006';
	font-family: 'estand-icons';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 20px;
}

/*-------------------------------------------------------*/
/* Forms
/*-------------------------------------------------------*/
.deo-field-group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.deo-field-group input,
.deo-field-group select,
.deo-field-group textarea {
	margin-bottom: 0;
}

.deo-field {
	flex-basis: 100%;
}

.deo-field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.deo-column {
	position: relative;
	min-height: 1px;
	display: flex;
}

@media (min-width: 768px) {
	.deo-column,
	.deo-column.deo-column--100 {
		width: 100%;
	}
}

/*-------------------------------------------------------*/
/* Contact Form 7
/*-------------------------------------------------------*/
.deo-contact-form-7 .deo-field-type-submit .deo-field {
	flex-basis: auto;
}

.contact-form-button--align-left .deo-field-type-submit {
	justify-content: flex-start;
}

.contact-form-button--align-center .deo-field-type-submit {
	justify-content: center;
}

.contact-form-button--align-right .deo-field-type-submit {
	justify-content: flex-end;
}

.contact-form-button--align-justify .deo-field-type-submit {
	justify-content: stretch;
}

.contact-form-button--align-justify .deo-field-type-submit .deo-field {
	flex-basis: 100%;
}

/*# sourceMappingURL=style.css.map */
