/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/************************STYLE DEFAULT WEBSITE*********************/
*{
	outline: none;
} 
a:focus {
	outline: none;
}
ul.list-default{
	margin: 0;
}
.elementor-widget-text-editor p:last-child{ 
	margin-bottom:0px;
}
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}
section.splide button.splide__arrow--prev {
    display: none;
    opacity: 1;
    left: -2.8rem;
    border-radius: 0;
    background-color: #FFF;
    font-size: 22px;
}
section.splide button.splide__arrow--next {
    right: -2.8rem;
    opacity: 1;
    background-color: #FFF;
    border-radius: 0;
    display: none;
    font-size: 22px;
}
section.splide ul.splide__pagination {
    position: relative;
    padding: 0;
	bottom: 0;
    margin-top: 1rem;
}
.splide__pagination__page.is-active {
    background: #000000 !important;
    transform: scale(1) !important;
}
section.splide ul.splide__pagination button.splide__pagination__page {
    display: flex;
    height: 10px;
    width: 10px;
    transform: scale(1) !important;
}

div.wrap-header,
div.menu-custom ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu{
	backdrop-filter: blur(45px);
}
strong.txt-footer {
    font-weight: 700;
}
div.menu-custom ul.elementor-nav-menu li.menu-item.current-menu-item a{
	font-weight: bold !important;
}

section.sld-services button.splide__pagination__page.is-active {
    background-color: #000000 !important;
    transform: scale(1) !important;
}
section.sld-services li.splide__slide{
	border-radius: 20px;
	overflow: hidden;
}
section.sld-services li.splide__slide img{
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
section.sld-services div.content-service{
	padding: 20px;
	height: 415px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: relative;
	z-index: 2;
	color: #FFF;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 18, 40, 0.90));
}
section.sld-services div.content-service h3{
	font-size: 24px;
	line-height: 28px;
}
section.sld-services div.content-service p{
	font-size: 16px;
}

/*****************************HERO*************************************/
div.abshero {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}

.centered-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
}

.centered-text h1 {
	font-size: 3rem;
}
/*************************************PAGE SERVICES****************************/
.line-decoration .elementor-divider .elementor-divider-separator {
    border: none !important;
    height: 4px;
    background: linear-gradient(
        90deg,
        #60828A 0%,
        rgba(96, 130, 138, 0) 100%
    );
}
.line-decorationv2 .elementor-divider .elementor-divider-separator {
    border: none !important;
    height: 2px;
    background: linear-gradient(
        90deg,
        #FFFFFF 0%,
        #516886 100%
    );
}
.icon-custom .elementor-icon {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
div.card-product {
    box-shadow: 4px 4px 14.1px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
/***********************************LINE TIME********************************************/
.timeline-container {
	width: 100%;
	max-width: 1140px;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.timeline {
	display: flex;
	width: 100%;
	position: relative;
	min-width: 1000px;
}
.item {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}
.h-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #638587;
	margin-top: -1px;
	z-index: 1;
}
.item:first-child .h-line {
	left: 50%;
}
.item:last-child .h-line {
	right: 50%;
	left: 0;
}
.top-section, .bottom-section {
	height: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
}
.top-section {
	justify-content: flex-end;
}
.bottom-section {
	justify-content: flex-start;
}
.year {
	font-size: 24px;
    font-weight: 400;
    font-family: 'SpaceGrotesk';
    line-height: 32px;
    color: #000;
}
.text {
	font-family: 'Inter';
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #000;
}
.dot {
	width: 9px;
	height: 9px;
	background-color: #60828A;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}
.v-line {
	width: 2px;
	height: 45px;
	background-color: #60828A;
	z-index: 2;
}
.item.up .year { margin-bottom: 15px; }
.item.up .dot { margin-bottom: -1px; }
.item.up .text { margin-top: 30px; }
.item.down .text { margin-bottom: 30px; }
.item.down .dot { margin-top: -1px; }
.item.down .year { margin-top: 15px; }
/************************CONTACT FORM******************************/
div.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
div.contact-form div.content-form {
    display: flex;
    gap: 32px;
}
div.contact-form div.content-form div.col-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
div.contact-form div.card-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
div.contact-form label {
    font-family: 'Inter';
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #062752;
}
div.contact-form input.box-input, div.contact-form textarea.box-message {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #062752;
    border-radius: 0;
    padding: 18px 0 18px 0;
	font-family: 'Inter';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
	color: #062752;
}
div.contact-form textarea.box-message {
    height: 170px;
    resize: none;
}
div.card-btn input.btn-form {
    background-color: #062752;
    border-radius: 50px;
    padding: 16px 24px;
    border: none;
    color: #FFF;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
div.card-btn input.btn-form:hover {
    background-color: #0B203C
}
div.contact-form input.box-input::placeholder, div.contact-form textarea.box-message::placeholder {
	color: #646363;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
}
div.card-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/******************************************************************/
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1025px) {}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {
	div.box-table{ 
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: #cbd5e1 transparent; 
	}
	.box-table > .e-con {
    	min-width: 700px;
	}
	.year {
    	font-size: 20px;
    	line-height: 28px;
	}
	.text {
		font-size: 16px;
		line-height: 20px;
	}
	div.contact-form div.content-form {
		gap: 24px;
		flex-direction: column;
	}
	div.contact-form div.content-form div.col-form {
    	width: 100%;
	}
}
@media only screen and (max-width: 544px) {}