body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;
}

* {
	outline: none !important;
}

a {
	color: var(--e-global-color-accent);
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
	line-height: 1.2;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child a {
	padding-right: 0 !important;
}

img {
	display: block;
}

img.size-full {
	width: 100%;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border: 1px solid var(--e-global-color-accent);
	border-radius: 50%;
	background: #fff;
}

:root {
	--e-global-color-accent: #EA5501;
}

.back-to-top.show {
	opacity: 1;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 200px;
	transition: all 0.4s ease-out 0s;
}

.header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 170px;
}

.elementor-sticky--effects {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07) !important;
}

/* default */
.hero-slider1 .hero-thumb {
	border-left: 5px solid var(--e-global-color-accent);
	max-width: 834px;
	position: relative;
	width: 100%;
	height: 850px;
}

.hero-slider1 .hero-thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.hero-info {
	position: relative;
	z-index: 10;
	padding-top: 200px;
	padding-bottom: 208px;
}

.hero-slider1 .hero-title {
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.097;
	color: #fff;
	font-size: 65px;
	margin-bottom: 10px;
}

.hero-box {
	padding-left: calc((100% - 1360px)/2);
	display: flex;
	width: 100%;
}

.hero-box .hero-info {
	width: calc(100% - 834px);

}

.hero-box .hero-text {
	max-width: 512px;
	margin-top: 22px;
	margin-bottom: 28px;
	color: #fff;
	font-size: 18px;
}

.hero-1 .hero-bg-shape1-2 {
	position: absolute;
	top: 250px;
	width: 230px;
	height: 685px;
	background: linear-gradient(180deg, rgba(234, 85, 1, 0) 0%, var(--e-global-color-accent) 100%);
	opacity: 0.3;
	transform: matrix(0.75, -0.66, -0.66, -0.75, 0, 0);
	z-index: 2;
	mix-blend-mode: difference;
}

.hero-1 .hero-bg-shape1-1 {
	position: absolute;
	top: 100px;
	width: 230px;
	height: 685px;
	background: linear-gradient(180deg, rgba(234, 85, 1, 0) 0%, var(--e-global-color-accent) 100%);
	opacity: 0.3;
	transform: matrix(0.75, -0.66, -0.66, -0.75, 0, 0);
	mix-blend-mode: difference;
	z-index: 2;
}

.hero-1 {
	margin-bottom: 150px;
	overflow: initial;
	background-size: cover;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

/* .hero-1:before {
	content: "";
	position: absolute;
	inset: 0;
	background: #424242;
	mix-blend-mode: multiply;
} */


.animation-infinite {
	animation: ShapeAnim 80s linear infinite;
	height: 30px;
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}

.hero-1 .section-animation-shape1-2 {
	position: absolute;
	bottom: -30px;
	z-index: 1;
}

.hero-1 .section-animation-shape1-1 {
	position: absolute;
	top: 0;
	z-index: 3;
}

@keyframes jumpReverseAni {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(30px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes ShapeAnim {
	0% {
		background-position: top left;
	}

	100% {
		background-position: top left 2000px;
	}
}

.next-btn,
.prev-btn {
	display: inline-block;
	padding: 0;
	background: rgba(21, 22, 28, 0.06);
	border: none;
	border-radius: 0;
	width: 50px;
	height: 50px;
	box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
	z-index: 2;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-1 .slider-controller-wrap {
	text-align: end;
	position: absolute;
	bottom: 0;
	background: #fff;
	right: 0;
	z-index: 3;
	justify-content: end;
	padding: 40px 0;
	max-width: 834px;
	width: 100%;
	display: flex;
	padding-right: 150px;
	cursor: pointer;
	gap: 10px;
}

.hero-1 .slider-btn-wrap .icon-box .slick-arrow {
	top: 0;
	background: rgba(21, 22, 28, 0.06);
	color: var(--e-global-color-accent);

}

.hero-1 .btn-group a img {
	width: 20px;
}

.hero-1 .slider-controller-wrap img {
	width: 25px;
}

.hero-1 .elementor-button {
	display: inline-flex;
	align-items: center;
	font-weight: bold;
}

.hero-1 .btn-group a img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(23%) hue-rotate(29deg) brightness(105%) contrast(100%);
	margin-left: 5px;
}

.hero-1 .btn-group a:hover img {
	filter: brightness(0) saturate(100%) invert(5%) sepia(8%) saturate(2212%) hue-rotate(194deg) brightness(99%) contrast(91%);
}

.hero-slider1 {
	z-index: 1;
}

/* 
.ss-about-img::before {
	content: "";
	position: absolute;
	height: 150px;
	width: 15px;
	background: var(--e-global-color-accent);
	z-index: -1;
	right: -40px;
	left: unset;
	top: 0;
	border-radius: 0px;
	animation: jumpReverseAni 7s linear infinite;
} */

.elementor-button-icon svg {
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(23%) hue-rotate(29deg) brightness(105%) contrast(100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--e-global-color-secondary);
	font-family: "Titillium Web", Sans-serif;
	font-weight: 600;
	margin: 0;
}

.services {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.service-card {
	background: #fff;
	border-radius: 0px;
	padding: 30px 30px 50px 30px;
	border: 2px solid #fff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.4s;
}

.service-card .service-card_title a {
	color: var(--e-global-color-secondary);
	text-decoration: none;
}

.service-card .service-card_title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
}

.service-card .service-card_text {
	font-size: 16px;
	margin-bottom: 23px;
}

.service-card .service-card-shadow-text {
	position: absolute;
	transform: rotate(-90deg) translate(-50%, 0);
	font-size: 36px;
	font-weight: 600;
	color: transparent;
	-webkit-text-stroke: 1px var(--e-global-color-secondary);
	transform-origin: left top;
	top: 50%;
	left: 35px;
	opacity: 0.15;
}

.service-card .service-card_icon {
	display: block;
	position: relative;
	padding-top: 60%;

}

.service-card .service-card_icon img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* 
.service-card .service-card_icon:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	background: var(--e-global-color-accent);
	opacity: 0.1;
} */

.service-card .btn-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
	justify-content: end;
	position: absolute;
	display: flex;
	right: -2px;
	bottom: -2px;
}

a.btn {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	display: inline-flex;
	gap: 15px;
	border: none;
	border-radius: 0px;
	text-align: center;
	background-color: var(--e-global-color-accent);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding: 19px 30px;
	overflow: hidden;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px 24px;
	opacity: 0;
	transition: 0.4s;
	height: 50px;
	text-decoration: none;
	min-width: 220px;
}

a.btn img {
	width: 20px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(23%) hue-rotate(29deg) brightness(105%) contrast(100%);
	margin-left: 5px;
}

.icon-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #EBEBEB;
	text-align: center;
	border-radius: 0px;
	border: none;
	transition: 0.4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-btn img {
	width: 20px;
}

.service-card:hover a.btn {
	opacity: 1;
}

.service-card:hover {
	border-color: var(--e-global-color-accent);
}

.service-card .service-card_icon img {
	transition: 0.4s;
}

.service-card:hover .service-card_icon img {
	/* transform: rotateY(180deg); */
}

.services .head-box h3 {
	font-size: 52px;
	line-height: 1;
}

.services .item {
	width: calc(100% /4 - 23px);
}

.services .head-box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 20px
}

.portfolio-card {
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	padding-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}

/*------------------- 4.00. Portfolio -------------------*/
/* Portfolio 1 ---------------------------------- */
.portfolio-card {
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	padding-bottom: 30px;
	/* Medium devices */
	/* Small devices */
	margin-right: 15px;
	margin-left: 15px;
}

.portfolio-card:after {
	content: "";
	position: absolute;
	inset: 0 0 30px 0;
	background: linear-gradient(190.47deg, rgba(2, 2, 18, 0) 5.21%, rgba(2, 2, 18, 0.8) 92.2%);
}

.portfolio-card .portfolio-card-thumb {
	position: relative;
	border-radius: 0px;
}

.portfolio-card .portfolio-card-thumb img {
	border-radius: 0px;
	width: 100%;
	object-fit: cover;
	height: 465px;
}

.portfolio-card .portfolio-card-thumb .icon-btn {
	position: absolute;
	right: 40px;
	top: 0px;
	background: #fff;
	color: var(--e-global-color-accent);
	z-index: 1;
	border-radius: 50%;
	opacity: 0;
}

.portfolio-card .portfolio-card-details {
	position: absolute;
	z-index: 1;
	bottom: -100px;
	left: 0;
	right: 0;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
	padding: 60px;
	flex-wrap: wrap;
	transition: 0.4s;
	opacity: 0;
	gap: 30px;
}

.portfolio-card .portfolio-card-subtitle {
	color: #fff;
	font-size: 14px;
	font-weight: 500;

	margin-bottom: 17px;
	padding: 2px 10px;
	display: inline-block;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.29);
}

.portfolio-card .portfolio-card-title {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 2px;
}

.portfolio-card .portfolio-card-title a {
	color: #fff;
	text-decoration: none;
}

.portfolio-card .portfolio-card-title a:hover {
	color: var(--e-global-color-accent);
}

.portfolio-card .portofolio-card-text {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 0.9;
	margin-bottom: -0.3em;
}

.portfolio-card .btn {
	position: absolute;
	right: 40px;
	bottom: -32px;
	z-index: 2;
	opacity: 0;
	transition: 0.4s;
	border: 2px solid #fff;
}

.portfolio-slider1 .slick-current .portfolio-card-details {
	bottom: 30px;
	opacity: 1;
}

.portfolio-card .portfolio-card-title a:hover {
	color: var(--e-global-color-accent);
}

.portfolio-card .portofolio-card-text {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	opacity: 0.9;
	margin-bottom: -0.3em;
}

.portfolio-card .btn {
	position: absolute;
	right: 40px;
	bottom: -32px;
	border-radius: 5px;
	z-index: 2;
	opacity: 0;
	transition: 0.4s;
	border: 2px solid #fff;
}

.portfolio-slider1 .slick-current .btn {
	opacity: 1;
	bottom: 0;
}

.portfolio-card .btn:hover {
	background: var(--e-global-color-secondary);
}

body .slick-dots {
	list-style-type: none;
	padding: 0;
	line-height: 0;
	text-align: center;
	margin-top: 20px;
	position: relative;
	height: max-content;
}

body .slick-dots li {
	display: inline-block;
}

body .slick-dots li:last-child {
	margin-right: 0;
}

body .slick-dots button:before {
	font-size: 0;
	padding: 0;
	content: "";
	width: 8px;
	height: 8px;
	line-height: 0;
	border-radius: 9999px;
	border: none;
	background-color: #CCCCCD;
	transition: all ease 0.4s;
	position: relative;
}

body .slick-dots button:hover::before {
	background-color: var(--e-global-color-accent);
}

body .slick-dots button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;

	border-radius: 50%;
	transition: all ease 0.4s;
}

body .slick-dots .slick-active button::before {
	background-color: var(--e-global-color-accent);
}

body .slick-dots .slick-active button {
	background: #F2F2F2;
}

body .slick-dots button:hover {
	background: #F2F2F2
}

.back-to-top.e-con.e-flex>.e-con-inner,
.back-to-top .elementor-icon-wrapper,
.back-to-top .elementor-widget-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .elementor-widget-elementskit-header-search {
	margin-left: auto;
}

.header-top h2 {
	margin: 0;
}

.services .head-box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 20px;
	width: 100% !important;
	text-align: center;
}

.services .head-box .text {
	margin: 0 auto 50px;
	max-width: 800px;
}

.ctas {
	display: flex;
}

.ctas .cta-left {
	width: 61%;
	position: relative;
}

.ctas .cta-right {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	padding: 30px 50px;
}

.ctas .cta-left img {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	opacity: 0;
	transition: opacity .1s;
}

.ctas h3 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 48px;
}

.ctas .ctas-card_content {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 20px;
	line-height: 2rem;
	padding: 25px 15px;
	border-radius: 5px;
}

.ctas .ctas-card+.ctas-card .ctas-card_content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 90%;
	background-color: var(--e-global-color-accent);
}

.ctas .ctas-card {
	border-radius: 5px;
	background: transparent;
	transition: all 0.4s;
	cursor: pointer;
}

.ctas-card.current {
	background: var(--e-global-color-accent);
	color: #fff;
}

.ctas .cta-left img.current {
	opacity: 1;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	height: 45px;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 76px;
}

.elementor-kit-7 button,
.elementor-kit-7 input[type="button"],
.elementor-kit-7 input[type="submit"],
.elementor-kit-7 .elementor-button {
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}


.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li .sub-menu {

	border-radius: .5rem;
	padding: 20px
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu li {
	padding: 5px 0;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu a {
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 20px;
}

.pl-container {
	padding-left: calc((100% - 1360px) / 2);
}

.elementor-widget-posts .elementor-post__card .elementor-post__badge {
	position: static;
	background: none;
	letter-spacing: 0.2em;
	color: #adb5bd;
	text-transform: uppercase;
	padding: 0;
	margin: 0 20px 10px !important;
}

.elementor-widget-posts .elementor-pagination {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.elementor-widget-posts .elementor-pagination .page-numbers {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	margin: 0 !important;
	padding: 12px 20px;
	font-weight: normal;
	color: var(--e-global-color-text);
	text-decoration: none;
}

.elementor-widget-posts .elementor-pagination .page-numbers svg {
	width: 10px;
}

.elementor-widget-posts .elementor-pagination .page-numbers.current {
	background: var(--e-global-color-accent);
	color: #fff;
}

.elementor-widget-posts .elementor-pagination .page-numbers:first-child {
	margin-right: 20px !important;
}

.elementor-widget-posts .elementor-pagination .page-numbers:last-child {
	margin-left: 20px !important;
}

.elementor-post .elementor-post__thumbnail img {
	transition: all 0.4s;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	transform: scale(1.15) !important;
}

.elementor-post:hover .elementor-post__thumbnail img {
	transform: scale(1) !important;
}

.hero-box .img-left {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	z-index: 1;
	width: calc(100% - 834px);
	background-size: cover;
	background-position: center center;
}

.hero-box .img-left::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background-color: rgb(0 0 0 / 15%);
}

@media (max-width:1024px) {
	.hero-box {
		padding: 0;
		flex-flow: column-reverse;
	}

	.hero-box .hero-info {
		width: 100%;
		padding: 50px 20px;
		/* background: #424242; */
	}

	.hero-box .img-left {
		position: absolute;
		top: 250px;
		height: 100%;
		left: 0;
		z-index: 1;
		width: calc(100% - 834px);
		background-size: cover;
		width: 100%;
		height: calc(100% - 250px);
	}

	.hero-slider1 .hero-thumb {
		border-left: 5px solid var(--e-global-color-accent);
		max-width: 100%;
		position: relative;
		width: 100%;
		border-left: none;
		height: 250px;
		border-bottom: 5px solid var(--e-global-color-accent);
	}

	.hero-slider1 .hero-title {
		font-size: 50px;
	}

	.hero-1 .slider-controller-wrap {
		position: relative;

	}

	.hero-1 {
		margin-bottom: 100px;
	}

	.services .item {
		width: calc(100% /2 - 15px);
	}

	.hero-1 .hero-bg-shape1-1,
	.hero-1 .hero-bg-shape1-2 {
		display: none;
	}

	.ss-about-img::before {
		display: none;
	}

	.pl-container {
		padding-left: 20px;
	}

	.elementor-popup-modal .elementor-widget-theme-site-logo a img[src$=".svg"] {
		width: 90%;
	}
}

@media (max-width:767px) {
	.hero-slider1 .hero-title {
		font-size: 40px;
	}

	.hero-1 .slider-controller-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.services .item {
		width: 100%;
	}

	.services .head-box h3 {
		font-size: 35px;
	}

	.portfolio-card .portfolio-card-thumb img {
		border-radius: 0px;
		width: 100%;
		object-fit: cover;
		height: 300px;
	}

	.portfolio-card {
		padding: 0;
	}

	.portfolio-card .portfolio-card-details {
		padding: 20px 20px 50px 20px;
		gap: 20px;
	}

	.portfolio-card .portfolio-card-title {
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 2px;
	}



	.portfolio-card .btn {
		width: 100%;
		right: 0;
	}

	a.btn {
		padding: 10px 20px;
	}

	.copy-right li:first-child .elementor-item {
		padding-left: 0 !important;

	}

	.header .elementor-widget-theme-site-logo.elementor-widget-image img {
		width: 150px;
	}

	.header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
		width: 120px;
	}

	.elementor-237 .elementor-element.elementor-element-d96919d {
		width: unset;
	}

	.pl-container {
		padding-left: 10px;
	}

	.banner-page {
		padding-top: 50px;
	}

	.banner-page img {
		height: auto !important;
		object-fit: contain !important;
	}

	.elementor-absolute.elementor-widget.elementor-widget-breadcrumbs {
		position: static;
	}

	.elementor-kit-7 h3 {
		font-size: 18px;
	}

	.pl-container {
		padding: 0;
	}

	.ctas {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
	}

	.ctas .cta-left {
		width: 100%;
		position: relative;
	}

	.ctas .cta-right {

		padding: 20px 0;
		width: 100%;
	}

	.ctas .cta-left img {
		position: static;
		height: 0;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 5px;
		opacity: 0;
		transition: opacity .1s;
	}

	.ctas .cta-left img.current {
		visibility: visible;
		opacity: 1;
		height: 100%;
	}
}