/*-------------------------------------------------------*/
/* Table of Content

1.General
2.Grid
3.Elements
4.Widgets

/*-------------------------------------------------------*/
/* Disable navigation in editor mode */
.elementor-editor-active .nav {
	pointer-events: none;
}

.elementor-editor-active .pointer-events-none {
	pointer-events: auto;
}

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 20px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1320px;
}

/*-------------------------------------------------------*/
/* Headings
/*-------------------------------------------------------*/
.elementor-widget-heading .elementor-heading-title {
	line-height: 1.3;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.elementor-button {
	transition: all .2s;
}

.elementor-widget-button .elementor-button {
	background-color: #FA6262;
	font-weight: 700;
	border-radius: 5px;
}

.elementor-button.elementor-size-lg {
	font-size: 15px;
	padding: 18px 24px;
}

/*-------------------------------------------------------*/
/* Social Media Icons
/*-------------------------------------------------------*/
.elementor-social-icon {
	padding: .7em .8em;
	font-size: 15px;
	border-radius: 5px;
}

.elementor-social-icon i {
	display: inline-block;
}

.elementor-social-icon i:before {
	top: 60%;
	transform: translate(-50%, -50%);
}

/*-------------------------------------------------------*/
/* SVG triangle
/*-------------------------------------------------------*/
.elementor-element-edit-mode .elementor-widget-deo-triangle-image .elementor-widget-empty-icon {
	z-index: 999;
	position: relative;
}

/*-------------------------------------------------------*/
/* Ckecks list
/*-------------------------------------------------------*/
.elementor-icon-list-icon .fa-check:before {
	font-family: "ui-icons";
	content: '\f383';
}

/*-------------------------------------------------------*/
/* Dividers
/*-------------------------------------------------------*/
.elementor-divider {
	color: #E8ECED;
}

/*-------------------------------------------------------*/
/* 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 #E8ECED;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
	border-color: #E8ECED;
	border-top-width: 2px !important;
	border-top: 2px solid #FA6262;
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-accordion .elementor-tab-title {
	padding: 14px 18px;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	color: #333B69;
	border-radius: 5px;
}

.elementor-widget-tabs .elementor-tab-content {
	border-radius: 0 0 5px 5px;
}

@media (max-width: 767px) {
	.elementor-tabs .elementor-tab-title {
		border: 1px solid #E8ECED;
	}
	.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 #E8ECED;
	border-radius: 5px;
	margin-bottom: 16px;
}

.elementor-accordion .elementor-tab-content,
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	border-top: 1px solid #E8ECED;
}

.elementor-accordion-icon {
	font-size: 14px;
	position: relative;
	top: 4px;
}

/*-------------------------------------------------------*/
/* Lists
/*-------------------------------------------------------*/
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	padding-left: 19px;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.elementor-alert {
	border-radius: 5px;
}

/*-------------------------------------------------------*/
/* 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;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Service Tabs
/*-------------------------------------------------------*/
.service-tabs__tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	margin-left: -10px;
	margin-right: -10px;
}

@media only screen and (max-width: 767px) {
	.service-tabs__tabs {
		margin-bottom: 40px;
	}
}

.service-tabs__tab {
	width: 50%;
	padding: 10px;
}

.service-tabs__tab-url {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	padding: 20px;
	height: 100%;
	background-color: #F7F9FA;
	border-radius: 5px;
	line-height: 1.2;
	overflow: hidden;
	color: #333B69;
	font-weight: 700;
	font-size: 1rem;
}

.service-tabs .service-tabs__tab-url {
	box-shadow: 0px 1px 6px 0px rgba(61, 65, 84, 0.15);
}

@media only screen and (min-width: 768px) {
	.service-tabs__tab {
		flex: 1 0 0;
		padding: 10px;
		min-width: 20%;
	}
	.service-tabs__tab-url {
		padding: 30px;
	}
}

.service-tabs__tab--is-active a,
.service-tabs__tab:hover a,
.service-tabs__tab a:focus {
	background-color: #fff;
}

.service-tabs__tab--is-active a:before,
.service-tabs__tab:hover a:before,
.service-tabs__tab a:focus:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #F8875F;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to right, #F8875F 0%, #FA6262 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */
}

.service-tabs__content {
	display: none;
}

.service-tabs__content--is-active {
	display: block;
}

.service-tabs__content-description, .service-tabs__content-img {
	padding: 0 15px;
}

.service-tabs__content-description {
	margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
	.service-tabs__content-description {
		flex: 3 0 0;
	}
}

@media only screen and (min-width: 992px) {
	.service-tabs__content-img {
		padding-left: 100px;
		text-align: right;
	}
}

.service-tabs__content-title {
	margin-bottom: 16px;
}

.service-tabs__content-lead-text {
	font-size: 1.25rem;
	margin-bottom: 16px;
}

.service-tabs__img-holder img {
	border-radius: 5px;
}

/*-------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------*/
.pricing {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 48px 40px;
	margin-bottom: 20px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: relative;
	top: 0;
}

@media only screen and (max-width: 575px) {
	.pricing {
		padding: 30px;
	}
}

.pricing.pricing--best {
	box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
}

.pricing.pricing--best:before {
	width: 100%;
}

.pricing__title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 7px;
}

.pricing__price-box {
	padding: 0 0 18px;
	color: #333B69;
}

.pricing__currency {
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
	font-size: 28px;
	font-family: "Roboto", sans-serif;
}

.pricing__price {
	font-size: 68px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.pricing__term {
	font-size: 24px;
	display: inline-block;
	color: #9AA5B5;
	font-family: "Roboto", sans-serif;
}

.pricing__term:before {
	content: "/";
	display: inline-block;
	margin: 0 7px;
}

.pricing__text {
	margin-bottom: 24px;
	font-weight: 700;
}

.pricing__button {
	margin-top: 10px;
}

.pricing__features ul {
	margin-bottom: 16px;
	list-style: none;
}

.pricing hr {
	margin-top: 1rem !important;
	margin-bottom: 1.5rem !important;
}

/*-------------------------------------------------------*/
/* Testimonials
/*-------------------------------------------------------*/
.testimonial {
	padding: 48px 40px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 6px;
	box-shadow: 0 2px 4px rgba(61, 65, 84, 0.1);
}

@media only screen and (max-width: 575px) {
	.testimonial {
		padding: 30px;
	}
}

.testimonial-wrap {
	padding: 0 20px;
}

.testimonial__img {
	width: 55px !important;
	border-radius: 50% !important;
	margin-bottom: 27px !important;
	float: left;
	margin-right: 20px !important;
}

.testimonial__info {
	overflow: hidden;
}

.testimonial__author {
	font-size: 18px;
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
	color: #333B69;
}

.testimonial__company {
	color: #ADB8C7;
}

.testimonial__text {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 14px;
	display: inline-block;
}

.testimonial__rating i {
	display: inline-block;
	margin-right: 2px;
	color: #FBC02D;
	line-height: 1;
	font-size: 18px;
}

.testimonials-slick-slider {
	margin: 0 -20px;
}

.testimonials-slick-slider .slick-prev {
	top: -70px !important;
	right: 56px !important;
	left: auto !important;
}

.testimonials-slick-slider .slick-next {
	top: -70px !important;
	right: 20px !important;
}

/*-------------------------------------------------------*/
/* Elementor Pagination / Load More Button
/*-------------------------------------------------------*/
.deo-load-more .loader {
	width: 24px;
	height: 24px;
	border-top-color: #fff;
	margin: -12px;
}

.deo-loading span {
	opacity: 0;
}

.elementor-pagination {
	margin-top: 30px;
}

/*-------------------------------------------------------*/
/* Counters
/*-------------------------------------------------------*/
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
	flex-grow: 0;
}

.elementor-counter .elementor-counter-title {
	text-align: left;
}

.elementor-counter-number-wrapper {
	margin-bottom: 12px;
}

/*-------------------------------------------------------*/
/* SVG Triangle
/*-------------------------------------------------------*/
.triangle {
	width: 1200px;
	height: 1200px;
	border-radius: 200px;
	position: relative;
	overflow: hidden;
}

.triangle-wrap {
	transform: rotate(-15deg);
	position: absolute;
	z-index: -1;
}

@media only screen and (max-width: 991px) {
	.triangle-wrap {
		display: none;
	}
}

.triangle-wrap--align-right {
	top: -450px;
	right: -400px;
	transform: rotate(-16deg);
}

.triangle-wrap--align-right .triangle__img {
	transform: rotate(16deg);
}

@media (max-width: 1660px) {
	.triangle-wrap--align-right {
		right: -600px;
	}
}

@media (max-width: 1360px) {
	.triangle-wrap--align-right {
		right: -700px;
	}
}

@media only screen and (max-width: 1199px) {
	.triangle-wrap--align-right {
		right: -800px;
	}
}

.triangle-wrap--align-left {
	left: -640px;
	top: -400px;
	transform: rotate(-45deg);
}

@media (max-width: 1600px) {
	.triangle-wrap--align-left {
		left: -740px;
	}
}

@media (max-width: 1440px) {
	.triangle-wrap--align-left {
		left: -800px;
	}
}

@media (max-width: 1360px) {
	.triangle-wrap--align-left {
		left: -840px;
	}
}

@media only screen and (max-width: 1199px) {
	.triangle-wrap--align-left {
		left: -900px;
	}
}

@media (max-width: 1140px) {
	.triangle-wrap--align-left {
		left: -940px;
	}
}

.triangle__img {
	width: 1600px;
	height: 1600px;
	transform: rotate(45deg);
	top: -170px;
	position: absolute;
	left: -169px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.triangle__gradient {
	background: #B939E5;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to top, #B939E5 0%, #4C86E7 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .7;
}

/*-------------------------------------------------------*/
/* Icon Box
/*-------------------------------------------------------*/
.feature {
	z-index: 1;
	padding: 0 40px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #fff;
}

.feature__icon {
	width: 72px;
	height: 72px;
	display: inline-block;
	margin-bottom: 24px;
}

.feature__title {
	font-size: 18px;
	margin-bottom: 18px;
}

.feature__text p:last-child {
	margin-bottom: 0;
}

.feature--box {
	padding: 48px 40px;
}

/*-------------------------------------------------------*/
/* Team
/*-------------------------------------------------------*/
.team__img {
	border-radius: 5px;
	margin-bottom: 24px;
	width: 100%;
}

.team__name {
	font-size: 18px;
	margin-bottom: 4px;
}

.team__occupation {
	color: #ADB8C7;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
}

.team__text {
	margin-top: 20px;
	margin-bottom: 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-form-fields-wrapper p {
	margin: 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%;
}

/*-------------------------------------------------------*/
/* Mailchimp Form
/*-------------------------------------------------------*/
.deo-mailchimp-newsletter .mc4wp-form-fields {
	display: flex;
	flex-wrap: wrap;
}

/*# sourceMappingURL=style.css.map */
