/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2025 | 05:44:37 */
.banner-custom-slider .hero-side-image img {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    object-fit: cover;
}

.banner-custom-slider img.side-two {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 9;
    width: 7%;
    transition: .7s;
}

.banner-custom-slider img.side-one {
    position: absolute;
    bottom: 0;
	top: unset !important;
    right: 0% !important;
    z-index: 99 !important;
    width: 6%;
}

.banner-custom-slider .slick-slide {
    outline: none !important;
}

.banner-custom-slider .slick-slider {
    user-select: text;
}

.banner-custom-slider a.hero-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 0 !important;
}

/*==============================================================
	banner Style start
==============================================================*/
.banner-custom-slider.banner-wrap {
    height: auto;
    position: relative;
    overflow: hidden;
    max-width: 1910px;
    margin: auto;
}

.banner-custom-slider .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.banner-custom-slider .shape svg {
    width: 100%;
}

.banner-custom-slider .banner-slider {
    height: 100%;
}

.banner-custom-slider .banner-slider>.banner-slide {
    display: none;
}

.banner-custom-slider .banner-slider>.banner-slide:first-child {
    display: block;
}

.banner-custom-slider .slick-initialized .banner-slide {
    position: relative;
    height: 572px;
    /* 	padding-bottom: 300px; */
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}

.banner-custom-slider .banner-slider .slick-arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 0;
    background: #ffffff;
    border: 0;
    width: 50px;
    height: 50px;
    z-index: 12;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    padding: 0;
    z-index: 9;
    transform: translateY(-49%);
}

.banner-custom-slider .banner-slider .slick-arrow:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    color: rgba(0, 33, 71, 1);
	font-weight: 900;
	font-display: swap;
}

.banner-custom-slider .banner-slider .slick-arrow.slick-prev {
    left: 10px;
}

.banner-custom-slider .banner-slider .slick-arrow.slick-prev:before {
    content: "\f053";
}

.banner-custom-slider .banner-slider .slick-arrow.slick-next {
    right: 10px;
}

.banner-custom-slider .banner-slider .slick-arrow.slick-next:before {
    content: "\f054";
}

.banner-custom-slider .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: 80% 30%;
}

.banner-custom-slider.banner-wrap .container {
    position: relative;
    z-index: 12;
    padding-left: 70px;
    width: 60%;
}

.banner-custom-slider .hero-overlay {
    background: #081c2d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.banner-custom-slider .hero-content {
    color: #ffffff;
}

.banner-custom-slider .hero-content p {
    font-size: 20px;
    line-height: 32px;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.010em;
}

.banner-custom-slider .hero-content h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 6px;
}

.banner-custom-slider .hero-content h1 {
    font-size: 45px;
    line-height: 1.333;
    margin-bottom: 18px;
    color: #e6e8f6;
    font-weight: 400;
    text-transform: uppercase;
	font-display: swap;
    font-family: "Montserrat", Sans-serif;
/* 	font-family: "MyMontserrat", Sans-serif; */
}

.banner-custom-slider .hero-content h1 span {
    display: block;
    font-size: 50px;
    font-weight: 800;
    color: #00664a;
}

.banner-custom-slider .hero-content .cta-btn {
    padding-top: 30px;
}

.banner-custom-slider .hero-content .cta-btn .cta-link.cta-outline-white:hover {
    background: #ffffff;
    color: rgba(0, 33, 71, 1);
}

.banner-custom-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.banner-custom-slider .slick-initialized .slick-slide {
    display: block;
    z-index: 2 !important;
}

.banner-custom-slider .slick-initialized .slick-current.slick-active {
    z-index: 3 !Important;
}

.banner-custom-slider .slick-slide h1 {
    transform: translateX(67%);
    transition: 1s;
}

.banner-custom-slider .slick-slide h1 span {
    transform: translateX(0%);
    transition: 1s;
}

.banner-custom-slider .slick-active h1 {
    transform: translateX(67%);
}

.banner-custom-slider .slick-active h1 span {
    transform: translateX(0%);
}

.banner-custom-slider .slick-active img.side-two {
    left: 0;
}

.banner-custom-slider .slick-active img.side-one {
    right: 0;
}



@media( max-width: 1400px ){
	.banner-custom-slider .hero-content h1 {
		font-size: 40px;
	}
	.banner-custom-slider .hero-content h1 span {
		font-size: 43px;
	}
}

@media( max-width: 1290px ){
	.banner-custom-slider .hero-content h1 {
		font-size: 35px;
	}
	.banner-custom-slider .hero-content h1 span {
		font-size: 40px;
	}
}

@media( max-width: 1025px ){
	.banner-custom-slider .slick-initialized .banner-slide {
		height: 400px;
	}
	.banner-custom-slider.banner-wrap .container {
		padding-left: 50px;
	}
	.banner-custom-slider .banner-slider .slick-arrow:before {
		font-size: 20px;
		line-height: 30px;
	}
	.banner-custom-slider .banner-slider .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.banner-custom-slider .hero-content h1 {
		font-size: 30px;
	}
	.banner-custom-slider .hero-content h1 span {
		font-size: 35px;
	}
}

@media( max-width: 920px ){
	.banner-custom-slider .banner-slider .slick-arrow.slick-prev {
		left: unset;
		right: 70px;
	}
	.banner-custom-slider .banner-slider .slick-arrow {
		transform: unset;
		top: unset;
		bottom: 20px;
	}
	.banner-custom-slider.banner-wrap .container {
		padding-left: 40px;
	}
	.banner-custom-slider .hero-side-image img {
    	width: 80%;
	}
}

@media( max-width: 820px ){
	.banner-custom-slider .slick-initialized .banner-slide {
		height: 315px;
	}
	.banner-custom-slider.banner-wrap .container {
		padding-left: 30px;
	}
	.banner-custom-slider .hero-content h1 {
		font-size: 27px;
	}
	.banner-custom-slider .hero-content h1 span {
		font-size: 30px;
	}
}

@media( max-width: 690px ){
	.banner-custom-slider.banner-wrap .container {
		padding-left: 10px;
	}
	.banner-custom-slider .slick-initialized .banner-slide {
		height: 255px;
	}
}

@media( max-width: 500px ){
	.banner-custom-slider .hero-overlay {
		background: transparent;
		opacity: .4;
	}
	.banner-custom-slider .hero-side-image img {
		opacity: 0;
	}
	.banner-custom-slider.banner-wrap .container {
		width: 100%;
	}
	.banner-custom-slider.banner-wrap .container {
		padding-left: 0px;
	}
	.banner-custom-slider .hero-content h1 {
/* 		text-shadow: 1px 1px white; */
/* 		text-align: center; */
		background: #ffffffbf;
        width: max-content;
        margin: auto;
        padding: 10px 25px;
	}
	.banner-custom-slider img.side-one {
		width: 12%;
	}
	.banner-custom-slider img.side-two {
		width: 15%;
	}
	.banner-custom-slider .hero-content h1, .uae-slider .banner-custom-slider .hero-content h1 {
		font-size: 20px;
	}
	.banner-custom-slider .hero-content h1 span, .uae-slider .banner-custom-slider .hero-content h1 span {
		font-size: 22px;
	}
}

@media( max-width: 414px ){
	.banner-custom-slider .slick-initialized .banner-slide {
		height: 230px;
	}
}

@media( max-width: 375px ){
	.banner-custom-slider .hero-content h1, .uae-slider .banner-custom-slider .hero-content h1 {
		font-size: 20px;
	}
	.banner-custom-slider .hero-content h1 span, .uae-slider .banner-custom-slider .hero-content h1 span {
		font-size: 22px;
	}
}
@media( max-width: 325px ){
	.banner-custom-slider .hero-content h1{
		padding: 10px 10px;
	}
}


@media( min-width: 1700px ){
	.banner-custom-slider .slick-initialized .banner-slide {
/* 		height: 650px; */
		height: 580px;
	}
}

@media( min-width: 1800px ){
	.banner-custom-slider .slick-initialized .banner-slide {
		height: 700px;
	}
}

@media (min-width: 1920px) {
    .banner-custom-slider .slick-initialized .banner-slide {
        height: 755px;
    }
}

@media( min-width: 1800px ){
	.banner-custom-slider .slick-initialized .banner-slide {
		height: 700px;
	}
/* 	.about-sec > .e-con-inner {
		padding-top: 130px;
	} */
}

@media (min-width: 1920px) and (max-width: 2048px) {
    .banner-custom-slider .slick-initialized .banner-slide {
/*         height: 850px; */
		height: 87vh;
    }
}
.slick-prev {
    left: auto !important;
    right: 0 !important;
}

.slick-next {
    right: auto !important;
    left: 0 !important;
}
.banner-custom-slider .banner-slider .slick-arrow.slick-prev:before {
    content: "\f054";
}
.banner-custom-slider .banner-slider .slick-arrow.slick-next:before {
    content: "\f053";
}