
#home-top-banner{
	height: 100vh;
	background-image: url('/images/s1.jpg?Asd=3');
	background-size: 130%;
}

#home-top-banner_title{
	padding-top:40vh;
	padding-bottom:10vh;
	font-weight:700;
	font-size:50px;
	color:#fff;
	text-align:center;
}

#home-top-banner_title_sm{
	font-size:26px;
	font-weight:100;
	color:#8ef3d0;
}

@media (max-width:600px) {
	#home-top-banner{
		height: auto !important;
		background-size: auto 100% !important;
	}
	
    #home-top-banner_title {
        font-size: 26px !important;
	
    }
    #home-top-banner_title_sm {
        font-size:20px !important;
		
    }
}

.slider1_bg{
	background-color:#bc8a29;
}



#left_side1{
	float:left;
	width:50%;
}

#right_side1{
	float:left;
	width:50%;
	padding:0 3%;
	text-align:left;
}

#slider1{
	position:relative;
	right:-200%
}

#slider1x{
	width:200px;
	height:175px;
}


.img60{
	width:60px;
	height:60px
}

.slider2_bg{
	background-color:#3a5149;
}

#left_side2{
	float:left;
	width:50%;
	padding:0 3%;
	text-align:right;
}

#right_side2{
	float:left;
	width:50%;
}

#slider2{
	position:relative;
	left:-200%;
}

#slider2x{
	width:605px;
	height:536px
}

.slider_learn_more{
	background-color: #a5e4d1;
	color: #3a5149;
	text-align:center;
	font-size:16px;
	padding:10px 20px;
}

.slider3_bg{
	background-color:#283736;
}

#left_side3{
	float:left;
	width:50%;
}

#right_side3{
	float:left;
	width:50%;
	padding:0 3%;
	text-align:left;
}

#slider3{
	position:relative;
	right:-200%;
}

.eachx{
	float:left;
	width:32%;
	background-color:#3a5149;
	height:250px;
	margin:0.5%;
	border-radius:10px;
}

#gallery{
	width:100%;
	padding:5% 5% 0;
}


swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

