/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/* :: 20/09/2023 Owl Carousel CSS */
.welcome-area {
	position: relative;
	z-index: 1;
}

.welcome-slides {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.welcome-slides .owl-prev,
.welcome-slides .owl-next {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 50%;
	left: 70px;
	margin-top: -33px;
	z-index: 10;
	text-align: center;
	line-height: 70px;
	color: #ffffff;
	font-size: 30px;
}

.welcome-slides .owl-prev:hover,
.welcome-slides .owl-prev:focus,
.welcome-slides .owl-next:hover,
.welcome-slides .owl-next:focus {
	background-color: var(--c-tertiary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.welcome-slides .owl-prev,
	.welcome-slides .owl-next {
		left: 30px;
	}
}

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

	.welcome-slides .owl-prev,
	.welcome-slides .owl-next {
		width: 40px;
		left: 15px;
		height: 40px;
		font-size: 18px;
		line-height: 44px;
	}
}

.welcome-slides .owl-next {
	left: auto;
	right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-slides .owl-next {
		right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.welcome-slides .owl-next {
		right: 15px;
	}
}

.single-welcome-slide {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center;	
	background-color: var(--c-tertiary);
}

.single-welcome-slide::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--c-black);
	opacity: 0.4;
	z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-welcome-slide {
		height: 750px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-welcome-slide {
		height: 750px;
	}
}

@media only screen and (max-width: 767px) {
	.single-welcome-slide {
		height: 600px;
	}
}

.single-welcome-slide .welcome-text {
	position: relative;
	z-index: 1;
}

.single-welcome-slide .right{
	justify-content: flex-end !important;
	text-align: right;
}

.single-welcome-slide .welcome-text h2 {
	font-weight: 700;
	font-size: 82px;
	display: block;
	margin-bottom: 0;
	background: var(--c-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
	.single-welcome-slide .welcome-text h2 {
		font-size: 42px;
	}
}

.single-welcome-slide .welcome-text p {
	color: #ffffff;
	margin-bottom: 50px;
	display: block;
}

.single-welcome-slide .welcome-text .hero-mail-contact {
	color: #ffffff;
	font-style: italic;
	text-decoration: underline;
}

.single-welcome-slide .welcome-text .hero-mail-contact:hover,
.single-welcome-slide .welcome-text .hero-mail-contact:focus {
	color: #fc6060;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
 /*.owl-dots,
.owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-nav {
	margin-top: 10px
}

.owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	position: absolute;
}

.owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #869791
}*/

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-dots .owl-dot.active {
	background: #fff;
}
.owl-dots .owl-dot.active {
	background: var(--c-primary);
}
.owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
}


.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}




/*28/09/2023*/
.gallery-section {
	position: relative;
}

.gallery-section .owl-carousel {
	margin: 0;
}

.gallery-section .owl-carousel .owl-stage-outer {
	padding: 20px 0 2em 0;
	position: relative;
}

.gallery-section .owl-nav {
	position: absolute;
	top: 100%;
	width: 100%;
}

.gallery-section .owl-nav .owl-prev,
.gallery-section .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	outline: none !important;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.gallery-section .owl-nav .owl-prev span:before,
.gallery-section .owl-nav .owl-next span:before {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery-section .owl-nav .owl-prev:hover span:before,
.gallery-section .owl-nav .owl-prev:focus span:before,
.gallery-section .owl-nav .owl-next:hover span:before,
.gallery-section .owl-nav .owl-next:focus span:before {
	color: #fff;
}

.gallery-section .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px;
}

.gallery-section .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px;
}

.gallery-section:hover .owl-nav .owl-prev,
.gallery-section:hover .owl-nav .owl-next {
	opacity: 1;
}

.gallery-section:hover .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px;
}

.gallery-section:hover .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px;
}

.gallery-section .owl-dots {
	text-align: center;
	bottom: 8px;
}

.gallery-section .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	margin: 5px;
	border-radius: 50%;
	border: 1px solid var(--c-primary);
}

.gallery-section .owl-dots .owl-dot:after {
	border-color: rgba(255, 255, 255, 0.2);
}

.gallery-section .owl-dots .owl-dot.active {
	background: var(--c-primary);
}

.gallery-section .owl-dots .owl-dot.active:after {
	border-color: #6c5ce7;
}