.page-title{
	height: 320px;
	padding-bottom: 0px;
}
.page-title::before,.page-title::after {
	height: 540px;
}

@media only screen and (max-width: 700px){
	.page-title{
		height: 320px;
		padding-bottom: 0px;
	}
	.page-title::before, .page-title::after {
		height: 540px;
	}
}

.slider{
    display: flex;
    height: 540px;
    /* margin: 10px auto; */
    /* border-bottom: solid 10px #fbc02d; */
    /* border-radius: 10px; */
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: none;
    background-color: #222;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition:0.3s;
    overflow:hidden;
    /* box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%); */
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    /* max-width: 100%; */
}
@media only screen and (min-width: 820px) {
	#content .slider{
		/* max-width:800px; */
	}
}
@media only screen and (min-width: 1020px) {
	#content .slider{
		/* max-width:1000px; */
	}
}
@media only screen and (max-width: 700px) {
	.slider{
		margin-top: 0px;
		border-radius: 0px;
	}
}

.swiper-pagination{
	padding-bottom: 30px;
}


.slider carousel {
    max-width: 100%;
    height: 100%;
}
.slider carousel .swiper-slide>* {
	width:100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*padding: 100px 5%  100px 5%;*/
	background-size: 120%;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;/**/
	transition:5s;
	transition-timing-function: ease-out;
}
.slider carousel .swiper-slide-active>*{
	background-size: 100%;
}
@media only screen and (max-width: 1060px) {
	.slider carousel .swiper-slide>*{
		background-size: auto 130%;
	}
	.slider carousel .swiper-slide-active>*{
		background-size: auto 100%;
	}
}
.slider carousel .swiper-slide>*::before {
    display: block;
    content: ' ';
    width: 100%;
    background: linear-gradient(0deg, #00000000 70%, #000000a6 100%);
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}


.slider carousel .owl-dots{
    position: relative;
	top: -30px;
}

.slider carousel h3, .slider carousel .brief{
	position: relative;
	transform: scale(1.5);
	transition:1s;
	text-align:center;
	font-weight: bold;
	opacity:0;
}
.slider carousel h3{
	margin: 0px;
	padding: 10px;
	color:#fff;
	font-size: 40px;
	text-shadow: 0 3px 12px #00000094, 0 0px 3px black;!;
	line-height: 50px;
}
.slider carousel h3:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 5px;
    background: #777;
    background: var(--menu-accent-color);
    height: 3px;
    transition: 1s ease-out;
    transition-property: left,right;
	transition-delay:0.3s;
    z-index: 2;
}
.slider carousel .swiper-slide-active h3:before{
    left: 45%;
    right: 45%;
}
.slider carousel .swiper-slide>*:hover h3{
    padding-top: 0px;
	transition:0.3s;
}


.slider carousel .brief{
	color: #ffffff;
	transition-delay:0.3s;
	margin-bottom: 10px;
	font-size: 20px;
	text-shadow: 0 0px 3px black,0 0px 3px black;
}
.slider carousel .swiper-slide-active h3, .slider carousel .swiper-slide-active .brief{
	transform: scale(1);
	opacity:1;
}

.slider a{
	padding: 150px 10% 50px 10%;
}
@media only screen and (max-width: 700px) {
	.slider a{
		padding: 250px 10% 50px 10%;
	}
}

/* services */
.services{
	background-image: linear-gradient(0deg,#fff, #b6c5cd 50%,  #fff);
}

.services h1{
	margin: 0px;
	margin-bottom: 30px;
}
.services h1>span{
	display: block;
}
.services h1>span:first-of-type{
	font-size: 20px;
}

.services .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	--line-color: #765a04;
}
.services .list>div{
	display: flex;
    flex-direction: column;
	align-items: center;
	min-width: 200px;
	max-width: 300px;
	border-radius: 10px;
	overflow: hidden;
	margin: 5px;
	background: #fff;
	box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.15);
	transition: 0.3s;
	z-index: 1;
}
.services .list>div:hover{
	translate: 0px -4px;
	box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.3);
}
.services .list img{
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-bottom: solid 5px;
	border-color: var(--line-color);
}
.services .list h2{
	margin: 0px;
	padding: 5px 10px;
	font-size: 20px;
    text-align: start;
    width: 100%;
    box-sizing: border-box;
}
.services .list p{
	flex: 1;
	margin: 0px;
	padding: 10px;
	text-align: justify;
}
.services .list a{
	width: 100px;
	padding: 10px;
	border-radius: 10px;
	margin: 10px;
	background: #FBC02D;
	text-align: center;
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}
.services .list a:hover{
	background: #c38b00;
}

/* about */
.about{
    padding: 80px 0px;
	overflow: hidden;
    background: #FFC107;
    background-image: linear-gradient(0deg, #ff5e00, #FFC107 50%, #ffbc00);
}

.about h1{
	color: #000;
}
.about h1 span:first-of-type{
	color: #c12024;
}
.about h1 span:last-of-type{
	color: #1e255c;
}

.about p{
	text-align: justify;
}

.about a{
	display: block;
	width: 140px;
	padding: 10px;
	border-radius: 10px;
	margin: auto;
	background: #000;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}
.about a:hover{
	background: #312300;
}

/* availability */
.pre_availability::before {
    background-image: linear-gradient(0deg, #6f2900, #ff5e00);
}
