/* 
 * Our Services Carousel CSS
 * */

.our-services-carousel-wrap{
	cursor: grab;
/* 	overflow-x: clip; */
}

.slick-initialized{
    opacity: 1;
    visibility: visible;
}

.our-services-carousel .slick-track,
.history-carousel .slick-track,
.team-carousel .slick-track{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.our-services-carousel-wrap .slick-slide,
.history-carousel-wrap .slick-slide{
    margin: 0 15px;
    height: auto;
}

.our-services-carousel-wrap .slick-list,
.history-carousel-wrap .slick-list{
    margin: 0 -15px;
}

.our-services-carousel .slick-arrow{
	position: absolute;
    top: 50%;
    --left-right-arrow: -100px;
	bottom: auto;
    transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
	border: none;
	transition: all 0.3s ease-in-out;
}

.our-services-carousel .slick-arrow:hover{
	background-color: var(--e-global-color-primary);
}

.our-services-carousel .slick-arrow.prev-arrow{
	left: var(--left-right-arrow);
	right: auto;
}

.our-services-carousel .slick-arrow.next-arrow{
	right: var(--left-right-arrow);
	left: auto;
}

.our-services-carousel .slick-arrow svg{
	width: 20px;
}

.our-services-carousel .service-box,
.our-services-carousel-disable .service-box{
	background: var(--white-color);
	height: 100%;;
}

.our-services-carousel .service-box .service-box-content,
.our-services-carousel-disable .service-box .service-box-content{
	height: 100%;
}

.service-box .service-box-image{
	position: relative;
	z-index: 1;
}

.service-box .service-box-image:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-accent);
	width: 100%;
	height: 100%;
	z-index: -1;
	clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
}

.service-box .service-box-image img{
	aspect-ratio: 1 / 0.7;
    object-fit: cover;
	object-position: center;
	max-width: 100%;
	width: 100%;
	clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
	transform: scale(1.001);
}

.service-box .content-wrapper{
	position: relative;
    text-align: center;
    padding: 40px 40px 30px 40px;
}

.service-box .content-wrapper .service-icon{
	position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
	z-index: 1;
    transform: translate(-50%, -100%);
}

.service-box .content-wrapper .service-icon .icon-wrapper{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.service-box .content-wrapper .service-icon .icon-wrapper:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
	border-radius: 5px;
    width: 100%;
    height: 100%;
    transform: scale(0) rotate(180deg);
    transition: all 0.4s ease-in-out;
}

.service-box:hover .content-wrapper .service-icon .icon-wrapper:before{
	transform: scale(1) rotate(0deg);
}

.service-box .content-wrapper .service-icon .icon-wrapper svg{
	width: 32px;
	z-index: 1;
}

.service-box .content-wrapper .service-title{
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	line-height: var(--e-global-typography-secondary-line-height);
	color: var(--e-global-color-primary);
	margin: 0;
}

.service-box .content-wrapper .service-description{
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: var(--divider-color);
	transition: all 0.3s ease-in-out;
}

.our-services-carousel .service-box:hover .content-wrapper .service-description,
.our-services-carousel .slick-current .service-box .content-wrapper .service-description,
.our-services-carousel-disable .service-box:hover .content-wrapper .service-description{
	border-color: var(--e-global-color-accent);
}

.service-box .content-wrapper .elementor-button{
	position: relative;
	padding: 0 30px 0 0;
    background: transparent;
    color: var(--e-global-color-primary);
    margin-top: 30px;
	transition: all 0.3s ease-in-out;
}

.our-services-carousel .service-box:hover .content-wrapper .elementor-button,
.our-services-carousel .slick-current .service-box .content-wrapper .elementor-button,
.our-services-carousel-disable .service-box:hover .content-wrapper .elementor-button{
	 color: var(--e-global-color-accent);
}

.service-box .content-wrapper .elementor-button:before{
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	left: auto;
	bottom: auto;
	mask-image: url("../images/btn-arrow.svg");
	mask-repeat: no-repeat;
	mask-size: 18px auto;
	background-color: var(--e-global-color-primary);
	height: 18px;
	width: 18px;
	transition: all 0.3s ease-in-out;
}

.our-services-carousel .service-box:hover .content-wrapper .elementor-button:before,
.our-services-carousel .slick-current .service-box .content-wrapper .elementor-button:before,
.our-services-carousel-disable .service-box:hover .content-wrapper .elementor-button:before{
	background-color: var(--e-global-color-accent);
}

/* Our Services Carousel Disable CSS */

.our-services-carousel-disable{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.our-services-carousel-disable .slick-slide{
	display: block;
	width: calc(33.33% - 20px);
	height: auto;
}


@media only screen and (max-width: 1530px) {
	
	.our-services-carousel .slick-arrow{
		--left-right-arrow: -60px;
	}
	
}

@media only screen and (max-width: 1440px) {
	
	.our-services-carousel{
		padding-bottom: 80px;	
	}
	
	.our-services-carousel .slick-arrow{
		--left-right-arrow: calc(50% - 45px);
		top: auto;
		bottom: 0;
		height: 40px;
   		width: 40px;
		transform: translateY(0);
	}
	
	.our-services-carousel .slick-arrow svg{
		width: 16px;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	.service-box .content-wrapper .service-icon .icon-wrapper{
		height: 50px;
    	width: 50px;
	}
	
	.service-box .content-wrapper .service-icon .icon-wrapper svg {
		width: 26px;
	}
	
	.service-box .content-wrapper{
		padding: 30px 20px 30px 20px;
	}
	
	.service-box .content-wrapper .service-description{
		padding-bottom: 20px;
	}
	
	.service-box .content-wrapper .elementor-button{
		margin-top: 20px;
	}
	
	/* Our Services Carousel Disable CSS */

	.our-services-carousel-disable .slick-slide{
		width: calc(50% - 15px);
	}

	
}


@media only screen and (max-width: 767px) {
	
	.service-box .content-wrapper{
		padding: 20px;
	}
	
	.service-box .content-wrapper .elementor-button:before{
		top: 5px;
		mask-size: 16px auto;
	}
	
	/* Our Services Carousel Disable CSS */

	.our-services-carousel-disable{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}

	.our-services-carousel-disable .slick-slide{
		width: 100%;
		height: 100%;
	}

}


/* 
 * AT Accordion CSS
 * */

.rrl-project-accordion-wrap{
	min-height: 760px;
	height: auto;
}

.rrl-project-accordion .as-white{
	background: var(--white-color);
}

.rrl-project-accordion .as-panels .as-panel{
	background: var(--e-global-color-accent);
}

.rrl-project-accordion .as-panels .as-panel.as-shadow{
	-webkit-box-shadow: none;
	-mox-box-shadow: none;
	box-shadow: none;
}

.rrl-project-accordion .as-panels .as-panel .as-closed.as-layer.as-vertical{
	bottom: 0px;
	width: auto;
	max-width: 220px;
	writing-mode: sideways-lr;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}

.rrl-project-accordion .as-panels .as-panel .as-closed .vertical-title{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding: 30px 35px;
	cursor: pointer;
	height: 100%;
}

.rrl-project-accordion .as-panels .as-panel .as-closed .vertical-title h3{
	flex: 1 1 auto;
	min-width: 0;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 20px;
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: uppercase;
	font-style: var(--e-global-typography-primary-font-style);
	line-height: var(--e-global-typography-primary-line-height);
	letter-spacing: 0.05em;
	color: var(--white-color);
	margin: 0;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.rrl-project-accordion .as-panels .as-panel .as-closed .vertical-title span.item-counter{
	flex: 0 0 auto;
	align-self: flex-start;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	writing-mode: horizontal-tb;
	color: var(--white-color);
}

.rrl-project-accordion .as-panels .as-panel .as-opened{
	height: auto;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	height: auto;
	min-height: 100%;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	padding: 30px;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-counter{
	width: 70px;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-counter h4{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: var(--e-global-typography-primary-line-height);
	color: var(--e-global-coloe-primary);
	margin: 0;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-body{
	width: calc(100% - 80px);
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-title h2{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: 24px;
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	font-style: var(--e-global-typography-secondary-font-style);
	line-height: var(--e-global-typography-secondary-line-height);
	margin: 0;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-list-items{
	list-style: none;
	display: inline-flex;
	align-items: flex-start;
	gap: 40px;
	padding: 0;
	margin: 0;
	width: 100%;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-list-items,
.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content{
	margin-top: 20px;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content{
	max-height: 170px;
	overflow-y: auto;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content::-webkit-scrollbar-track{
	background: var(--bg-color);
	border-width: 0;
	border-style: none;
	border-radius: 0px;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content::-webkit-scrollbar{
	width: 2px;  
	background-color: var(--bg-color); 
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content::-webkit-scrollbar-thumb{ 
	background-color: rgb(from var(--e-global-color-accent) r g b / 50%); 
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-list-items li span{
	display: block;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-list-items li span.label{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	margin-bottom: 7px;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-list-items li span.list-content{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: 18px;
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-style: var(--e-global-typography-secondary-font-style);
	line-height: var(--e-global-typography-secondary-line-height);
	color: var(--e-global-color-secondary);
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-footer{
	margin-top: auto;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-footer .accordion-image img{
	width: 100%;
	aspect-ratio: 1 / 0.5;
	object-fit: cover;
	object-position: center;
	height: auto;
	display: block;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-button{
	position: absolute;
	top: auto;
	left: 0;
	bottom: 13vw;
	width: 100%;
	padding-left: 140px;
	z-index: 2;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-button .elementor-button-content-wrapper{
	gap: 10px;
}

.rrl-project-accordion .as-pagination-buttons{
	line-height: 0;
}

.rrl-project-accordion .as-pagination-buttons{
	padding-top: 30px;
}

.rrl-project-accordion .as-pagination-buttons .as-pagination-button{
	background: rgb(from var(--e-global-color-accent) r g b / 50%);
	border: 0;
    width: 12px;
    height: 12px;
    margin: 0 6px;
	transition: all 0.5s ease-in-out;
}

.rrl-project-accordion .as-pagination-buttons .as-pagination-button:hover,
.rrl-project-accordion .as-pagination-buttons .as-pagination-button.as-selected{
	background: var(--e-global-color-accent);
}

.rrl-project-accordion .as-pagination-buttons .as-pagination-button.as-selected{
	width: 30px;
	border-radius: 20px;
}


/* Overall accordion height */
/*
.rrl-project-accordion-wrap{
	min-height: 900px;
	height: auto;
}*/

/* Override plugin inline height */
/*
.rrl-project-accordion-wrap .rrl-project-accordion,
.rrl-project-accordion-wrap .accordion-slider{
	height: 900px !important;
	max-height: none !important;
}*/

/* Keep opened panel flexible */
/*
.rrl-project-accordion .as-panels .as-panel .as-opened{
	height: auto;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	min-height: 100%;
}

.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-footer{
	margin-top: auto;
}*/

/* Give the image more room */
/*
.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-footer .accordion-image img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
	object-position: center;
	display: block;
}*/

@media only screen and (max-width: 1024px) {
	
	.rrl-project-accordion .as-panels .as-panel .as-layer.as-closed{
		visibility: hidden !important;
		margin: 0px !important;
		left: 0px !important;
		top: 0px !important;
		opacity: 0 !important;
	}

	.rrl-project-accordion .as-panels .as-panel .as-layer.as-opened{
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-closed.as-layer.as-vertical{
		bottom: auto;
		width: 100%;
		max-width: 100%;
		writing-mode: horizontal-tb;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-closed .vertical-title{
		padding: 20px 30px;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-counter h4,
	.rrl-project-accordion .as-panels .as-panel .as-closed .vertical-title span.item-counter{
		font-size: 34px;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content{
		height: auto;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header{
		padding: 30px;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-counter{
		width: 60px;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-title h2{
		font-size: 22px;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-body{
		width: calc(100% - 70px);
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-list-items,
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content{
		margin-top: 20px;
	}
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content{
		max-height: 175px;
	}	
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-footer .accordion-image img{
		aspect-ratio: 1 / 0.53;
		height: auto;
	}
		
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-button{
		bottom: 28vw;
		padding-left: 122px;
	}
	
}

@media only screen and (max-width: 767px) {

	.rrl-project-accordion-wrap{
		min-height: auto;
	}

/* 	.rrl-project-accordion-wrap .rrl-project-accordion,
	.rrl-project-accordion-wrap .accordion-slider{
		height: 760px !important;
		max-height: none !important;
	} */

	.rrl-project-accordion .as-panels .as-panel .as-closed .vertical-title{
		align-items: flex-start;
		flex-direction: column-reverse;
		padding: 15px;
		gap: 10px;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-counter h4,
	.rrl-project-accordion .as-panels .as-panel .as-closed .vertical-title span.item-counter{
		font-size: 30px;
	}

	.rrl-project-accordion .as-panels .as-panel .as-closed .vertical-title h3{
		font-size: 18px;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened{
		height: 100%;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content{
		height: 100%;
		min-height: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		overflow: hidden;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header{
		gap: 10px;
		padding: 15px;
/* 		flex: 1 1 auto; */
		min-height: 0;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-counter,
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-content .accordion-header .header-body{
		width: 100%;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-title h2{
		font-size: 20px;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .accordion-list-items{
		gap: 20px;
		flex-direction: column;
	}

/* 	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content{
		margin-top: 20px;
		max-height: 220px;
		overflow-y: auto;
		overflow-x: hidden;
		padding-right: 10px;
	} */
	
	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-header .header-content {
		max-height: 265px;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-footer{
		margin-top: 0;
		flex: 0 0 auto;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-footer .accordion-image img{
		aspect-ratio: 1 / 0.785;
		height: auto;
	}

	.rrl-project-accordion .as-panels .as-panel .as-opened .accordion-button{
		bottom: 150px;
		padding-left: 20px;
	}	
	
	.rrl-project-accordion .as-pagination-buttons{
		padding-top: 20px;
	}
	
}


/* 
 * AT History CSS
 * */

.history-carousel-wrap,
.team-carousel-wrap{
	cursor: grab;
	overflow-x: clip;
}

.history-carousel .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    padding: 0;
    list-style: none;
	width: calc(100% - 300px);
	height: 3px;
	background-color: rgb(from var(--e-global-color-primary) r g b / 10%);
	border-radius: 100px;
}

.history-carousel .slick-dots li{
	width: 100%;
    margin: 0;
	height: 3px;
	border-radius: 100px;
}

.history-carousel .slick-dots li button{
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    padding: 0;
    border: none;
    border-radius: 100px;
    text-indent: -9999px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.history-carousel .slick-dots li.slick-active{
    background-color: var(--e-global-color-accent);
}

.history-carousel .slick-dots li button:focus{
    outline: none;
}

.history-carousel .history-card{
	background-color: var(--bg-color);
	padding: 30px;
	transition: all 0.3s ease-in-out;
}
/* 
.history-carousel .slick-current.slick-active .history-card{
	background-color: var(--e-global-color-accent);
} */

.history-carousel .history-card .number h4{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-primary);
	text-align: right;
}
/* 
.history-carousel .slick-current.slick-active .history-card .number h4,
.history-carousel .slick-current.slick-active .history-card .history-title h3,
.history-carousel .slick-current.slick-active .history-card .history-desc p,
.history-carousel .slick-current.slick-active .history-card .info-btn .elementor-button{
	color: var(--white-color);
} */

.history-carousel .history-card .history-content{
	text-align: center;
}

.history-carousel .history-card .history-image figure{
	position: relative;
	display: inline-block;
}

.history-carousel .history-card .history-image figure:before{
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	right: auto;
	bottom: auto;
	mask-image: url("../images/half-circle-top.svg");
	mask-repeat: no-repeat;
	mask-size: 95px auto;
    height: 190px;
    width: 190px;
    background-color: var(--e-global-color-accent);
}

/* .history-carousel .slick-current.slick-active .history-card .history-image figure:before{
	background-color: var(--white-color);
} */

.history-carousel .history-card .history-image figure:after{
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	right: -35px;
	bottom: -18px;
	mask-image: url("../images/half-circle-bottom.svg");
	mask-repeat: no-repeat;
	mask-size: 75px auto;
    height: 120px;
    width: 90px;
    background-color: var(--e-global-color-accent);
}

/* .history-carousel .slick-current.slick-active .history-card .history-image figure:after{
	background-color: var(--white-color);
} */

.history-carousel .history-card .history-image img{
	width: 150px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.history-carousel .history-card .history-title h3{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-primary);
	margin-top: 40px;
}

.history-carousel .history-card .history-desc{
	margin-top: 15px;
}

.history-carousel .history-card .info-btn .elementor-button{
	position: relative;
	padding: 0 30px 0 0;
    background: transparent;
    color: var(--e-global-color-primary);
    margin-top: 25px;
	transition: all 0.3s ease-in-out;
}

.history-carousel .history-card:hover .info-btn .elementor-button{
	color: var(--e-global-color-accent);
}

.history-carousel .history-card .info-btn .elementor-button:before{
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	left: auto;
	bottom: auto;
	mask-image: url("../images/btn-arrow.svg");
	mask-repeat: no-repeat;
	mask-size: 18px auto;
	background: var(--e-global-color-primary);
	height: 18px;
	width: 18px;
	transition: all 0.3s ease-in-out;
}

.history-carousel .history-card:hover .info-btn .elementor-button:before{
	background: var(--e-global-color-accent);
}

.history-carousel .slick-current.slick-active .history-card .info-btn .elementor-button:before{
	background: var(--white-color);
}


@media only screen and (max-width: 1024px) {

	.history-carousel .slick-dots{
		width: calc(100% - 100px);
	}
	
	.history-carousel .history-card .number h4{
		font-size: 22px;
	}
	
	.history-carousel .history-card .history-desc{
		margin-top: 10px;
	}

}


@media only screen and (max-width: 767px) {
	
	.history-carousel .slick-dots{
		width: calc(100% - 20px);
	}
	
	.history-carousel .history-card{
		padding: 20px;
	}
	
	.history-carousel .history-card .number h4{
		font-size: 20px;
	}
	
	.history-carousel .history-card .history-image img{
		width: 120px;
	}
	
	.history-carousel .history-card .history-image figure:before{
		top: -16px;
   		left: -16px;
		mask-size: 70px auto;
		height: 65px;
		width: 65px;
	}
	
	.history-carousel .history-card .history-image figure:after{
		right: -55px;
		bottom: -10px;
		mask-size: 50px auto;
		height: 80px;
		width: 90px;
	}
	
	.history-carousel .history-card .history-title h3{
		margin-top: 30px;
	}
	
	.history-carousel .history-card .info-btn .elementor-button{
		margin-top: 20px;
	}
	
}

/* 
 * AT Team CSS
 * */

.team-carousel .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
	list-style: none;
    padding: 0;
	margin-top: 30px;
	gap: 20px;
}

.team-carousel .slick-dots li button{
	padding: 0;
    background-color: transparent;
    border: none;
}

.team-carousel .slick-dots li button img{
	height: 60px;
	width: 60px;
    aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;	
}

.team-carousel .slick-dots li.slick-active button img{
	border-color: var(--e-global-color-accent);
}

.team-carousel .slick-counter{
	position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 90px;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	text-transform: var(--e-global-typography-primary-text-transform);
	font-style: var(--e-global-typography-primary-font-style);
	line-height: var(--e-global-typography-primary-line-height);
	letter-spacing: var(--e-global-typography-primary-letter-spacing);
	color: rgb(from var(--white-color) r g b / 20%);
}

.team-carousel .slick-counter .current{
	color: var(--e-global-color-accent);
}

.team-content-wrapper{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px;
}

.team-content-wrapper .team-info{
	width: calc(35% - 40px);
	padding-top: 80px;
}

.team-content-wrapper .team-info h3{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 30px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--white-color);
	margin-bottom: 15px;
}

.team-content-wrapper .team-info .team-desc{
	color: var(--white-color);
}

.team-content-wrapper .team-image{
	width: calc(32% - 40px);
	text-align: center;
}

.team-content-wrapper .team-image figure{
	display: inline-block;
	text-align: center;
}

.team-content-wrapper .team-image img{
	max-width: 100%;
	width: 350px;
	aspect-ratio: 1 / 1.286;
	object-fit: cover;
}

.team-content-wrapper .team-social-media-content{
	width: calc(33% - 40px);
	padding: 80px 0 60px;
}

.team-content-wrapper .team-social-media-content h4{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--white-color);
	margin-bottom: 25px;
}

.team-content-wrapper .team-social-media-content ul.team-social-media-list{
	padding: 0;
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.team-content-wrapper .team-social-media-content ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--white-color);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(from var(--white-color) r g b / 10%);
	padding: 10px 16px;
	transition: all 0.3s ease-in-out;
}

.team-content-wrapper .team-social-media-content ul li a i{
	font-size: 20px;
}

.team-content-wrapper .team-social-media-content ul li a:hover{
	background-color: var(--e-global-color-accent);
	border-color: transparent;
	
}

@media only screen and (max-width: 1300px) {
	
	.team-content-wrapper{
		gap: 20px;
	}
	
	.team-content-wrapper .team-info{
		width: calc(35% - 13.33px);
		padding-top: 40px;
	}

	.team-content-wrapper .team-image{
		width: calc(32% - 13.33px);
	}
	
	.team-content-wrapper .team-social-media-content{
		width: calc(33% - 13.33px);
		padding-top: 40px;
	}

}

@media only screen and (max-width: 1024px) {
	
	.team-carousel .slick-dots{
		gap: 10px;
		margin-top: 20px;
	}
	
	.team-carousel .slick-dots li button img{
		height: 50px;
    	width: 50px;
	}
	
	.team-carousel .slick-counter{
		left: 50%;
		right: auto;
		bottom: 70px;
		transform: translateX(-50%);
	}
	
	.team-content-wrapper{
		gap: 40px;
	}
	
	.team-content-wrapper .team-info{
		width: 100%;
		padding-top: 0;
		order: 2
	}
	
	.team-content-wrapper .team-info h3{
		font-size: 26px;
	}

	.team-content-wrapper .team-image{
		width: 100%;
		order: 1;
	}
	
	.team-content-wrapper .team-image figure{
		display: block;
	}
	
	.team-content-wrapper .team-image img{
		width: 100%;
		aspect-ratio: 1 / 0.75;
	}
	
	.team-content-wrapper .team-social-media-content{
		width: 100%;
		padding: 0 0 60px;
		order: 3;
	}
	
	.team-content-wrapper .team-social-media-content h4{
		margin-bottom: 20px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.team-carousel .slick-dots{
		gap: 5px;
	}
	
	.team-carousel .slick-dots li button img{
		height: 40px;
    	width: 40px;
	}
	
	.team-carousel .slick-counter{
		display: none;
	}
	
	.team-content-wrapper .team-info h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.team-content-wrapper .team-social-media-content{
		padding: 0;
	}
	
	.team-content-wrapper .team-social-media-content ul li a i {
		font-size: inherit;
	}

}

/*
 * AT Interactive Links CSS
 * */

.process-inner-content-wap{
	position: relative;
	z-index: 1;
}

.interactive-interactive-process-wrapper{
	overflow: hidden;
}

.interactive-process-layout .interactive-con{
    position: relative;
    z-index: 1;
}

.interactive-process-layout .interactive-con-inner{
    position: relative;
    display: flex;
	flex-wrap: wrap;
    z-index: 2
}

.interactive-process-layout .interactive-con-inner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    opacity: 40%;
	width: 100%;
    height: 100%;
    z-index: 1
}

.interactive-process-layout .interactive-process-item{
	width: 25%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden
}

.interactive-process-layout .interactive-inner-process{
    position: relative;
	border-right: 1px solid rgb(from var(--white-color) r g b / 20%);
	padding: 400px 0 0;
/* 	min-height: 650px; */
    z-index: 3
}

.interactive-process-layout .interactive-process-item:nth-child(4n + 4) .interactive-inner-process{
	border-right: none;
}

.process-content-wap{
	position: relative;
	-ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.process-content-wap .interactive-box-image{
	display: none;
	opacity: 0;
	visibility: hidden;
}

.process-content-wap .interactive-box-image img{
	width: 100%;
} 

.process-content-wap .content-wap-no-hover,
.process-content-wap .content-wap-with-hover{
	padding: 40px;
}

.process-content-wap .content-wap-no-hover{
	transition: all 0.2s ease-in-out;
	opacity: 1;
	visibility: visible;
}

.interactive-inner-process:hover .process-content-wap .content-wap-no-hover,
.interactive-inner-process.activate .process-content-wap .content-wap-no-hover{
	opacity: 0;
	visibility: hidden;
}

.process-content-wap .interactive-title{
	position: relative;
	padding-bottom: 33px;
	margin-bottom: 30px;
}

.process-content-wap .interactive-title:before{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
	background-color: var(--white-color);
	width: 160px;
	height: 3px;
	transition: all 0.3s ease-in-out;
}

.process-content-wap .interactive-title .elementor-heading-title{
	font-size: 20px;
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
	padding-bottom: 0
}

.process-content-wap .interactive-desc{
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.process-content-wap .interactive-desc ul{
	padding-left: 20px;
}

.process-content-wap .interactive-desc ul li::marker{
	color: var(--e-global-color-accent);
}

.process-content-wap .interactive-desc ul li:not(:last-child){
	margin-bottom: 15px;
}

.process-content-wap .content-wap-no-hover .interactive-desc{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.process-content-wap .content-wap-with-hover{
	position: absolute;
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
	background-color: var(--white-color);
	width: 100%;
	height: auto;
	transform: translateY(100%);
	transition: all 0.6s ease-in-out;
}

.interactive-inner-process:hover .process-content-wap .content-wap-with-hover,
.interactive-inner-process.activate .process-content-wap .content-wap-with-hover{
	transform: translateY(0);
}

.process-content-wap .content-wap-with-hover .interactive-title:before{
	background-color: var(--e-global-color-accent);
}

.process-content-wap .content-wap-with-hover .interactive-title .elementor-heading-title{
	color: var(--e-global-color-primary);
}

.process-content-wap .content-wap-with-hover .interactive-desc{
	color: var(--e-global-color-text);
}

.process-content-wap .interactive-btn{
	margin-top: 40px;
}

.process-content-wap .interactive-btn .elementor-button{
	width: 100%;
}

.process-content-wap .interactive-btn .elementor-button .elementor-button-text{
	text-align: left;
}
	
/* List Image CSS */
.interactive-process-layout .interactive-process-list-image{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.interactive-process-layout .interactive-process-list-image .interactive-process-image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    z-index: -1;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.interactive-process-layout .interactive-process-list-image .interactive-process-image:first-child{
    z-index: 1
}

.interactive-process-layout .interactive-process-list-image .interactive-process-image.show{
    z-index: 2;
    opacity: 1;
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media only screen and (max-width: 1024px){

	.interactive-process-layout .interactive-process-item{
		width: 50%;
	}

	.interactive-process-layout .interactive-inner-process{
		padding: 400px 0 0;
		min-height: 570px;
		border-bottom: 1px solid rgb(from var(--white-color) r g b / 20%);
	}

	.interactive-process-layout .interactive-process-item:nth-child(4n + 4) .interactive-inner-process{
		border-right: 1px solid var(--dark-divider-color);
	}

	.interactive-process-layout .interactive-process-item:nth-child(2n + 2) .interactive-inner-process{
		border-right: none;
	}
	
	.process-content-wap .content-wap-no-hover, 
	.process-content-wap .content-wap-with-hover{
		padding: 20px;
	}
	
	.process-content-wap .interactive-title{
		padding-bottom: 23px;
		margin-bottom: 20px;
	}
	
	.process-content-wap .interactive-desc ul li:not(:last-child){
		margin-bottom: 5px;
	}
	
	.process-content-wap .interactive-btn{
		margin-top: 20px;
	}
		
}


@media only screen and (max-width: 767px){

	.interactive-process-layout .interactive-process-item{
		width: 100%;
	}
	
	.interactive-process-layout .interactive-inner-process{
		padding: 0;
		min-height: auto;
		border-right: 0;
	}
	
	.process-content-wap .interactive-box-image{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		visibility: visible;
		z-index: 0;
	}
	
	.process-content-wap .interactive-box-image figure{
		position: relative;
		height: 100%;
	}
	
	.process-content-wap .interactive-box-image figure:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: var(--e-global-color-primary);
		opacity: 40%;
		width: 100%;
		height: 100%;		
	}
	
	.process-content-wap .interactive-box-image img{
		aspect-ratio: 1 / 1;
        object-fit: cover;
        height: 100%;
	}
	
	.process-content-wap .content-wap-no-hover{
		opacity: 0;
		visibility: hidden;
		display: none;
		height: 0;
		width: 0;
	}
	
	.process-content-wap .content-wap-with-hover{
		position: relative;
		background-color: transparent;
		transform: translateY(0);
		z-index: 2;
		backdrop-filter: blur(1px);
		padding: 30px;
	}

	.interactive-process-layout .interactive-process-list-image{
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	
	.process-content-wap .interactive-title {
        padding-bottom: 18px;
        margin-bottom: 15px;
    }
	
	.process-content-wap .content-wap-with-hover .interactive-title .elementor-heading-title,
	.process-content-wap .content-wap-with-hover .interactive-desc{
		color: var(--white-color);
	}
	
	.process-content-wap .interactive-desc ul li::marker{
		color: var(--white-color);
	}
	
	
}

