@charset "utf-8";
/* CSS Document */
/* Popup messages */

.theme-btn {
	position: relative;
	display: inline-block;
	padding: 12px 22px;
	font-size: 16px;
	color: #fff;
	background: var(--secondary-color);
	border-radius: 18px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	z-index: 0;
}

/* pseudo element */
.theme-btn::before {
	content: "";
	position: absolute;
	width: 300%;
	height: 300%;
	background: var(--primary-color);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	transition: transform 0.5s ease;
	z-index: -1;
}

/* hover */
.theme-btn:hover::before {
	transform: translate(-50%, -50%) scale(1);
}


.contact-info-page {
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-info-page h5 {
	font-size: 22px;
	margin-bottom: 5px;
	color: var(--dark-color);
	font-family: 'Barlow', sans-serif
}

.contact-info-page p {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
}

.contact-info-icon i {
	font-size: 24px;
	color: var(--white);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px 50px 50px 0;
	background: var(--secondary-color);
}

.popup-message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	padding: 20px 30px;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: rgba(0, 0, 0, 0.85);
	animation: fadeIn 0.4s ease;
	min-width: 300px;
}

.popup-success {
	background-color: #28a745;
}

.popup-error {
	background-color: #dc3545;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -60%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.contact-us-hold {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	margin-top: 0px;
	padding-top: 50px;
	box-sizing: content-box;
	position: relative;
	margin-bottom: 20px
}

.condetall {
	width: 100%;
	margin-top: 25px;
	box-sizing: content-box;

}

.condet2 {
	width: 31%;
	height: 250px;
	border: 1px solid rgba(58, 120, 201, 0.16);
	border-radius: 15px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	position: relative;
	align-content: center;
	overflow: hidden
}

.cond {
	position: absolute;
	width: 95%;
	height: 230px;
	z-index: -1;
	border: 1px solid rgba(58, 120, 201, 0.16);
	border-radius: 15px;
	align-content: center;
	left: 2.5%;
	top: 10px
}

.hover-background {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	transition: right 0.5s ease;
	z-index: -2;
}

.condet2:hover .hover-background {
	right: 0;
}

.condet2:hover .cond {
	border: 1px solid rgba(255, 255, 255, 1.00);
}

.condet2 i {
	font-size: 30px;
	margin-top: 25px;
	background-color: var(--primary-color);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
}

.condet2 h4 {
	font-family: 'Manrope ', sans-serif;
	;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px
}

.condet2 h4 span {
	font-family: 'Manrope ', sans-serif;
	;
	font-size: 18px;
	font-weight: 500
}

.contactleft {
	width: 30%;
	float: left;
	height: auto;
	margin-right: 2%;
	box-sizing: content-box;
	background: var(--white);
	border-radius: 15px;
	padding: 20px 30px;
	position: relative;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contactleft iframe {
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
	float: left;
	border-radius: 10px;
	margin-top: 25px;
}

.contactright {
	width: 59%;
	float: left;
	height: auto;
	box-sizing: content-box;
	background: var(--white);
	border-radius: 15px;
	padding-top: 30px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 30px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	position: relative
}

.contactleft::before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	bottom: 30px;
	width: 3px;
	background: var(--secondary-color);
	border-radius: 50px;
}

.contactleft h2 {
	font-family: 'Manrope', sans-serif;
	font-size: 27px;
	font-weight: 700;
	text-align: left;

}

.contactright p {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 28px;
	color: #676977;
	margin-top: 0px;
	padding-top: 0px
}

.contactleft .condet {
	width: 100%;
	font-family: 'Barlow', sans-serif;
	text-align: left;
	margin-bottom: -25px;


}

.contactleft .condet i {
	float: left;
	font-size: 35px;
	margin-right: 25px;
	line-height: 50px;

}

.contactleft .condet h4 {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 28px;
	color: #676977
}

.contactleft .condet h4 span {

	font-size: 20px;

}

.contactright h1 {
	width: 100%;
	color: #000000;
	text-align: left;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}

.contactright .allcon {
	height: auto;

	padding: 15px 5%;
	;
	margin-top: 0px
}

.contactright .inpcon {
	margin-right: 5%;
	width: 92%;
	float: left;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	outline: none;
	margin-bottom: 15px;
	padding-left: 2%;
	border: 1px solid rgba(104, 104, 104, 0.80);
}

.contactright .inpcon2 {
	margin-right: 5%;
	width: 92%;
	float: left;
	border-radius: 10px;
	height: 140px;
	line-height: 40px;
	outline: none;
	border: 1px solid rgba(104, 104, 104, 0.80);
	margin-bottom: 15px;
	padding-left: 2%
}

.contactright .inpcon3 {
	margin-right: 4%;
	float: left;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	outline: none;

	margin-bottom: 15px;
	padding-left: 3%;
	background-color: var(--primary-color);
	border-radius: 25px;
	border: 1px solid #ffffff
}

@media screen and (max-width: 500px) {
	.contactleft iframe {
		width: 100%;
		height: 300px;
		margin-bottom: 0px;
		float: left
	}

	.contactleft {
		width: 100%;
		float: left;
		height: auto;
		margin-right: 0%;
	}

	.contactright {
		margin-top: 25px;
		width: 100%;
		float: left;
		height: auto
	}

	.condet2 {
		width: 98%;
		height: 240px;
		border: 1px solid rgba(58, 120, 201, 0.16);
		border-radius: 25px;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 10px;
		float: left
	}
}

@media screen and (min-width: 510px) and (max-width: 1100px) {}