@charset "utf-8";
/* CSS Document */

.banner-wrapper {
	background: url("../images/banner/center-banner.jpg") no-repeat center;
}

/*----------------	*/

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

/*--------------------------*/
.center-info-wrapper {
	margin:0;
}

.info {
	border: 1px dashed #c8c8c8;
	margin: 20px 7px;
	padding: 40px 15px 30px;
	text-align: center;
	height: 100%;
	border-radius: 15px;
}

.info svg {
	width: 50px;
	height: auto;
}

.info h4 {
	margin: 12px auto 10px;
}

.info h4 a{color: var(--secondry-color);}

.info p {
	padding: 0;
	line-height: 27px;
	color: #555;
}

/*-------------------------------*/
.shape {
	font-weight: 600;
	height: 60px;
	width: 60px;
	padding: 10px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 44% 56% 44% 56% / 58% 47% 53% 42%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
	
}

.shape1 {
	background-color: #fe5a86;
	animation: pulse1 2s ease-out infinite;
}

.shape2 {
	background-color: #7dbe48;
	animation: pulse2 2s ease-out infinite;
}

.shape3 {
	background-color: #f7973a;
	animation: pulse3 2s ease-out infinite;
}

.shape4 {
	background-color: #7280db;
	animation: pulse4 2s ease-out infinite;
}


/*-----------------------------------------*/

@keyframes pulse1 {
	0% {
		box-shadow: 0 0 0 0px rgba(254, 90, 134, 1), 0 0 0 0px rgba(254, 90, 134, 0.85);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		box-shadow: 0 0 0 15px rgba(254, 90, 134, 0), 0 0 0 30px rgba(254, 90, 134, 0);
	}
}

@keyframes pulse2 {
	0% {
		box-shadow: 0 0 0 0px rgba(125, 190, 72, 1), 0 0 0 0px rgba(125, 190, 72, 0.85);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		box-shadow: 0 0 0 15px rgba(125, 190, 72, 0), 0 0 0 30px rgba(125, 190, 72, 0);
	}
}

@keyframes pulse3 {
	0% {
		box-shadow: 0 0 0 0px rgba(247, 151, 58, 1), 0 0 0 0px rgba(247, 151, 58, 0.85);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		box-shadow: 0 0 0 15px rgba(247, 151, 58, 0), 0 0 0 30px rgba(247, 151, 58, 0);
	}
}

@keyframes pulse4 {
	0% {
		box-shadow: 0 0 0 0px rgba(114, 128, 219, 1), 0 0 0 0px rgba(114, 128, 219, 0.85);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		box-shadow: 0 0 0 15px rgba(114, 128, 219, 0), 0 0 0 30px rgba(114, 128, 219, 0);
	}
}

.shape4 svg {
	width: 38px;
}

.info .shape a img{transition: opacity 0.4s ease-in-out;}
.shape a{position: relative;}
.shape a::after{content: '';position: absolute;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;left: 0;top: 0;z-index: 1;opacity: 0;transition: opacity 0.6s ease-in-out;}

.shape1 a::after{background-image: url('../images/contact/address-hover.svg');}
.shape2 a::after{background-image: url('../images/contact/phone-hover.svg');}
.shape3 a::after{background-image: url('../images/contact/message-hover.svg');}
.shape4 a::after{background-image: url('../images/contact/info-hover.svg');}

.info:hover .shape1 a img{opacity: 0;}
.info:hover .shape1 a::after{opacity: 1;}
.info:hover .shape2 a img{opacity: 0;}
.info:hover .shape2 a::after{opacity: 1;}
.info:hover .shape3 a img{opacity: 0;}
.info:hover .shape3 a::after{opacity: 1;}
.info:hover .shape4 a img{opacity: 0;}
.info:hover .shape4 a::after{opacity: 1;}
/*-------------------------------------------*/

/* -------------------other centers---------------------- */

.box {
	border-radius: 25px;
	height: 100%;
	margin-bottom: 40px;
	padding: 35px;
	position: relative;
	z-index: 1;

}

.BMHT {
	background: #fac3cc;
}

.LMHT {
	background: #aaeae8;
}


.box h2 {
	font-size: 50px;
	/*color: #98ddda;*/
	position: absolute;
	top: -18px;
	left: 60px;
	font-weight: 700;
	z-index: 5;
	text-shadow: 4px 0 #fff, -4px 0 #fff, 0 4px #fff, 0 -4px #fff,
		3px 3px #fff, -3px -3px #fff, 3px -3px #fff, -3px 3px #fff;
}


.BMHT h2 {
	color: #f8acb8;
}

.LMHT h2 {
	color: #98ddda;
}


.box .obj {
	position: absolute;
	bottom: 0;
	right: 0;
}

.box .obj img {
	width: 80px;
}


.center-details {
	background: #fff;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	padding: 20px 20px 50px;
	display: flex;
	/*justify-content: center; */
	flex-direction: column;
	position: relative;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.center-details h3 {
	font-size: 23px;
	position: relative;
	width: max-content;
	margin-bottom: 25px;
	font-weight: 600;
	max-width: 100%;
	line-height: 30px;
}

.center-details h3:before {
	content: "";
	position: absolute;
	display: inline;
	bottom: -12px;
	left: 0;
	right: 0;
	height: 6px;
	-webkit-mask-image: url("../images/line-border.svg");
	mask-image: url("../images/line-border.svg");
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-size: 13px 6px;
	mask-size: 13px 6px;
	-webkit-mask-position: -8px center;
	mask-position: -8px center;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	text-decoration-skip: objects;
	background-color: #83c469;
	-webkit-animation: vamtam-underline-move 40s linear infinite;
	animation: vamtam-underline-move 40s linear infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running
}


@-webkit-keyframes vamtam-underline-move {
	from {
		-webkit-mask-position: -8px center;
		mask-position: -8px center
	}

	to {
		-webkit-mask-position: 500px center;
		mask-position: 500px center
	}
}

@keyframes vamtam-underline-move {
	from {
		-webkit-mask-position: -8px center;
		mask-position: -8px center
	}

	to {
		-webkit-mask-position: 500px center;
		mask-position: 500px center
	}
}


.center-details p {
	margin: 0 0 4px;
	padding: 0;
	line-height: 30px;
	font-size: 18px;
	color: #555;
	/* word-break: break-all; */
}

.center-details a{color: #555;}

.center-details span {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

.center-details img {
	margin-right: 10px;
}

.box:hover {
	box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
	animation: float 2.8s ease-in-out infinite;
}

@keyframes float {
	0% {
		/*		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px);
	}

	50% {
		/*    box-shadow: 0 15px 15px 0px rgba(0,0,0,0.3);*/
		transform: translatey(-6px);
	}

	100% {
		/*		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px);
	}
}

/*-----------------phone----------------------   */


.trin-trin {
	height: 15px;
	width: 15px;
	animation-name: trin;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: inline-block;
}

@keyframes trin {

	from {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	20%,
	32%,
	44%,
	56%,
	68% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	23%,
	35%,
	47%,
	59%,
	71% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	26%,
	38%,
	50%,
	62%,
	74% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	29%,
	41%,
	53%,
	65%,
	77% {
		transform: rotate3d(0, 0, 1, -15deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

}

/*-----------------location-------------------*/



.location {
	height: 15px;
	animation: ghost-hover 2s linear alternate infinite;
}


@keyframes ghost-hover {
	0% {
		transform: translate(0%, -40%);
	}

	100% {
		transform: translate(0%, 0%);
	}
}

/*-------------------------clock-------------------------*/


.time {
	width: 15px;
	height: 15px;
}

/* .mail {
	white-space: pre-wrap;
} */

.mail img {
	width: 15px;
}

.share {
	width: 15px;
	filter: brightness(0) saturate(100%) invert(60%) sepia(76%) saturate(2485%) hue-rotate(2deg) brightness(105%) contrast(103%);
}

/* ----------------- */
.info a{color: #555;}
.page-content img{margin: 0 !important;}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width:640px) {
	.box {
		padding: 20px;
	}

	.center-details p {
		font-size: 16px;
	}

	.box h2 {
		font-size: 45px;
	}

	.box .obj img {
		width: 59px;
	}

	.center-details h3 {
		font-size: 20px;
	}

	.center-details span {
		font-size: 18px;
	}

}