/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2023 | 06:20:26 */
.hiddendata, .hideAll {
	display: none;
}
.loaderm {
	border: 6px solid #f3f3f3;
	border-top: 6px solid #3498db;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	position: relative;
	display: block;
	margin: 19px auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 600px) {
	.vc_custom_1681718474943 , div#heroSectionRow, #pressReleaseAnimText {
		margin-top: 0px !important;
	}
	a.tt_button.tt_primary_button.btn_primary_color.button-center.button-action-link.hide-desktop.myhomebtn.rightbtnm {
		float: right !important;
		display: inline-block;
		margin: 10px;
		padding: 8px 20px !important;
	}
	a.tt_button.tt_primary_button.btn_primary_color.button-center.button-action-link.myhomebtn.leftbtnm {
		float: left !important;
		    margin: 10px;
		display: inline-block;
		padding: 8px 20px !important;
	}
	.rightbtnm span, .leftbtnm span {
		font-size: 10px !important;
	}
}
@media (max-width: 768px) {
	.marquee div {
		flex-wrap: wrap;
		justify-content: center; /* Center horizontally */
	}

	.marquee a {
		flex: 0 0 100%;
		text-align: center;
	}
	
}
/* @media (max-width: 821px) {
	a.tt_button.tt_primary_button.btn_primary_color.button-center.button-action-link.hide-desktop.myhomebtn.rightbtnm {
		float: right ;
		display: inline-block;
		margin: 10px;
		padding: 15px 25px ;
	}
	a.tt_button.tt_primary_button.btn_primary_color.button-center.button-action-link.myhomebtn.leftbtnm {
		float: left ;
		    margin: 10px;
		display: inline-block;
		padding: 15px 25px ;
	}
	.rightbtnm span, .leftbtnm span {
		font-size: 15px ;
	}
} */