.logo_height {
	max-width: 180px;
}
.whatsapp_float {
	position:fixed;
	padding-top: 9px;
	text-align:center;
	font-size:32px;
	z-index:100;
	border-radius: 50%;
}
.call_float {
	position:fixed;
	width:44px;
	height:44px;
	bottom:90px;
	left:15px;
	padding-top: 9px;
	text-align:center;
	font-size:32px;
	z-index:100;
	border-radius: 50%;
}

#faphone {
	font-size: 20px;
	padding-top: 0px;
}
.btn-floating {
	position: fixed;
	right: 14px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	border-radius: 100px;
	border: 0;
	z-index: 9999;
	color: white;
	transition: .2s;
}
.btn-floating:hover {
	width: auto;
	padding: 0 20px;
	cursor: pointer;
}
.btn-floating span {
	font-size: 16px;
	margin-left: 5px;
	transition: .2s;
	line-height: 0px;
	display: none;
}
.btn-floating:hover span {
	display: inline-block;
}

.btn-floating.phone {
	bottom: 150px;
	background-color: #8d0b93;
}
.btn-floating.phone:hover {
	background-color: #8d0b93;
}
.btn-floating.email {
	bottom: 210px;
	background-color: #321575;
}
.btn-floating.email:hover {
	background-color: #321575;
}
.btn-floating.whatsapp {
	background-color: #34af23;
	bottom: 90px;
}
.btn-floating.whatsapp:hover {
	background-color: #1f7a12;
}
.ml-10 {
	margin-left: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.about_ul {
	margin-bottom: 20px;
	list-style-type: none;
	color: #444444;
}
.content_overlay::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(162, 162, 162, 0.5);
}
.intro_img {
	padding: 50px 90px;
}
.intro_main_img {
	border-radius: 50%;
	width: 350px !important;
	height: 350px;
/*    animation: rotateImage 50s infinite linear;*/
}

@keyframes rotateImage {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.blur {
	filter: blur(8px);
	transition: filter 0.3s ease;
}
.blur:hover {
	filter: blur(8px);
}
.playstore_img {
	width: 200px;
}
.member_p {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 20px;
}
.f-500 {
	font-weight: 500;
}
.sign_up_p {
	margin-top: 10px;
}
.mr-35 {
	margin-right: 35px;
}
.mb-10 {
	margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 374px) {
	.intro_img {
		padding: 20px;
	}
	.intro_main_img {
		width: 250px !important;
		height: 250px;
	}
}
@media (min-width: 375px) and (max-width: 424px) {
	.intro_img {
		padding: 20px;
	}
	.intro_main_img {
		width: 305px !important;
		height: 305px;
	}
}
@media (min-width: 425px) and (max-width: 767px) {
	.intro_img {
		padding: 20px;
	}
	.intro_main_img {
		width: 355px !important;
		height: 355px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.intro_img {
		padding: 50px 170px;
	}
	.ts-speaker .speaker-img {
		width: 150px;
		height: 150px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.intro_img {
		padding: 50px;
	}
	.single-intro-text {
		padding: 40px 30px;
	}
	.ts-title {
		font-size: 13px;
	}
	.single-intro-text p {
		font-size: 14px;
	}
}
.contact_text {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media (min-width: 325px) and (max-width: 991px) {
	.contact_text {
		height: 90%;
	}
}
@media (min-width: 992px) and (max-width: 1339px) {
	.c-title {
		font-size: 13px !important;
	}
}