.card {
	position: relative;
	max-width: 400px;
	height: auto;
	background: white;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	/* box-shadow: 0 10px 15px rgba(0, 0, 0, .2); */
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	overflow: hidden;
}

.card:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.card:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: rgba(255, 255, 255, .1);
	z-index: 1;
	transform: skewY(-5deg) scale(1.5);
	-webkit-transform: skewY(-5deg) scale(1.5);
	-moz-transform: skewY(-5deg) scale(1.5);
	-ms-transform: skewY(-5deg) scale(1.5);
	-o-transform: skewY(-5deg) scale(1.5);
}

.title .fa {
	color: #fff;
	font-size: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	line-height: 100px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.title h2 {
	position: relative;
	margin: 20px 0 0;
	padding: 0;
	color: #fff;
	font-size: 28px;
	z-index: 2;
}

.price {
	position: relative;
	z-index: 2;
}

.price h4 {
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-size: 60px;
}

.option {
	position: relative;
	z-index: 2;
}

.option ul {
	margin: 0;
	padding: 0;
}

.option ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 16px;
}

.card a {
	position: relative;
	z-index: 2;
	background: #fff;
	color: #262626;
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin: 20px auto 0;
	font-size: 16px;
	cursor: pointer;
	/* box-shadow: 0 5px 10px rgba(0, 0, 0, .2); */
}

.card a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
}

.image-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 77px;
	margin-right: 77px;
}



.image-container {
	width: 300px;
	margin: 30px;
	height: 41vh;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.image-container img {
	width: 100%;
	height: 33vh;
	border-radius: 5px 5px 0 0;
}

/* Media query for mobile screens */
@media screen and (max-width: 767px) {
  .image-container {
    width: 80%;
  }
}

.description {
	padding: 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.image-container:hover {
	transform: translateY(-5px);
}

#projects {
	margin-top: -60px;
}

.single-project img {
	border-radius: 10px;
}

.project-content-block {
	padding: 70px 40px;
	margin-left: -120px;
	background: #F4F7FC;
	position: absolute;
	bottom: -70px;
	border: 15px solid #fff;
	box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.project-content-block h4 {
	color: #21c87a;
}

.project-content-block p {
	margin-top: 25px;
}

.about-section {
	/* background:
		url("${pageContext.request.contextPath}/resources/images/aboutimages/about.png")
		no-repeat; */
	background-size: 55%;
	background-color: #fdfdfd;
	overflow: hidden;
	padding: 100px 0;
	padding-bottom: 60px;
	padding: 60px 0;
}

.newcart {
	background:
		url(https://fadzrinmadu.github.io/hosted-assets/responsive-about-us-section-using-html/pic.jpg)
		no-repeat;
	width: 100%;
	background-size: 100%;
}

.inner-container {
	width: 55%;
	float: right;
	background-color: #fdfdfd;
	/*padding-right: 150px;*/
	padding: 80px;
}

.about {
	cursor: pointer;
	/* background-color:#7BB232; */
	background-color: white;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 30px;
}

.about h1 {
	padding: 10px 0;
	margin-bottom: 20px;
}

.about h2 {
	opacity: .8;
}

.about span {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: auto;
	border-radius: 50%;
	font-size: 40px;
	color: #FFFFFF;
	opacity: 0.7;
	background-color: #4C0822;
	border: 2px solid #4C0822;
	webkit-transition: all .5s ease;
	moz-transition: all .5s ease;
	os-transition: all .5s ease;
	transition: all .5s ease;
}

.about-item:hover span {
	opacity: 1;
	border: 2px solid #CC0039;
	font-size: 42px;
	-webkit-transform: scale(1.1, 1.1) rotate(360deg);
	-moz-transform: scale(1.1, 1.1) rotate(360deg);
	-o-transform: scale(1.1, 1.1) rotate(360deg);
	transform: scale(1.1, 1.1) rotate(360deg);
}

.about-item:hover h2 {
	opacity: 1;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.about .lead {
	color: black;
	font-size: 17px;
	/* font-weight: bold; */
}

.lead {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.newabout {
	cursor: pointer;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 30px;
}

.newabout h1 {
	padding: 10px 0;
	margin-bottom: 20px;
}

.newabout img {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: auto;
	border-radius: 50%;
	font-size: 40px;
	color: #FFFFFF;
	opacity: 0.7;
	background-color: #4C0822;
	border: 2px solid #4C0822;
	webkit-transition: all .5s ease;
	moz-transition: all .5s ease;
	os-transition: all .5s ease;
	transition: all .5s ease;
}

.head {
	border: 1px solid red;
	border-radius: 15px;
	background: white;
	margin-left: 50px;
	margin-right: 50px;
}

.homeimg {
	height: 60%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#services-2 {
	position: relative;
	background:
		url("${pageContext.request.contextPath}/resources/images/aboutimages/7.jpg")
		no-repeat fixed 50% 50%;
	background-size: cover;
}

#services-2:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%,
		rgba(33, 200, 122, 0.95) 100%);
}

.web-service-block {
	text-align: center;
	padding: 35px 25px;
	transition: 0.3s;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	margin-bottom: 10px;
}

.web-service-block i {
	font-size: 70px;
	margin-bottom: 30px;
	display: block;
	color: #fff;
}

.web-service-block h3 {
	color: #fff;
	transition: 0.3s;
}

.web-service-block p {
	color: #eee;
	margin-top: 15px;
	transition: 0.3s;
}

.web-service-block:hover {
	background: #fff;
	border-color: transparent;
}

.web-service-block:hover i {
	color: #21c87a;
}

.web-service-block:hover h3 {
	color: #111;
}

.web-service-block:hover p {
	color: #111;
}

.service-img {
	margin-bottom: -200px;
	border: 10px solid #fff;
	z-index: 9999;
}

.section {
	position: relative;
	padding: 8.125rem 0;
}

@media ( min-width : 768px) {
	.section {
		padding: 7.5rem 0;
	}
}

.section-top {
	padding-top: 8.125rem;
}

.section-bottom {
	padding-bottom: 8.125rem;
}

@media ( min-width : 768px) {
	.section-top {
		padding-top: 10.3125rem;
	}
}

body {
	margin: 0;
}

.stage {
	animation: animateBg 10s linear infinite;
	background-image: linear-gradient(0deg, #cf5c5c, #c19b4a, #def2a0, #c6ee4a, #42eca6,
		#64b3d9, #208ea2, #498ada, #5b73df, #897ed3, #cf5c5c, #c19b4a);
	background-size: 100% 1100%;
	/*height: 100vh;*/
	/*width: 100vw;*/
}


.block {
	position: relative;
	/*margin: 300px auto 0;*/
	margin: auto;
	width: 95%;
	/*height: 250px;*/
	background: linear-gradient(0deg, #000, #272727);
}

.block:before, .block:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000,
		#fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
}



.page-about {
	position: relative;
	padding: 180px 0px;
	background:
		url("${pageContext.request.contextPath}/resources/images/about.jpg")
		fixed 50% 50% no-repeat;
	background-size: cover;
}

#about .img-block {
	position: relative;
	box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

#about .img-block img {
	border: 5px solid #006699;
}
/* .pt-6 {
padding-top: 4.5rem;
}
*/
.img-icon i {
	font-size: 60px;
}

.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 430px;
	margin: 0 25px;
	background: #fff;
	border-radius: 15px;
	text-align: center;
	transition: 0.3s;
}

.card .imgBox {
	position: relative;
	width: 180px;
	height: 180px;
	background: red;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.card .imgBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card .img-blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.5s;
}

.card .imgBox:hover .img-blur {
	opacity: 1;
}

.card .img-blur a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

.card .img-blur::before {
	content: '';
	position: absolute;
	/* top: 10px;
left: 10px; */
	width: 155px;
	height: 155px;
	border-radius: 50%;
	border: 2px dotted #fff;
	pointer-events: none;
	animation: border-anime 15s linear infinite;
}


.card .title {
	margin: 15px 0;
}

.card .title a {
	font-size: 1.6rem;
	color: #555;
	text-decoration: none;
	transition: 0.4s;
}

.card .title a:hover {
	color: rgb(0, 221, 147);
}

.card .text {
	font-size: 0.8rem;
	line-height: 1.5em;
	color: #555;
	opacity: 0.6;
}

/*  slider  */



#slidy-container { 
  width: 100%; overflow: hidden; margin: 0 auto;
  height: 600px;
}
#slidy-container img{
	height: 600px;
}

@media (max-width:767px){
#slidy-container{
	height: 350px;
}
#slidy-container img{
	height: 350px;
}
}

