#audioPlayer {
	max-width: 100%;
}

p {
	text-align: justify;
}

.margin-top {
	margin-top: 20px;
}

.card-body {
	text-align: center;
}

.carousel-controls button {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 15px;
	border-radius: 50%;
}

.carousel-controls button:focus {
	outline: none;
	box-shadow: none;
}

.carousel-control-next, .carousel-control-prev {
    position: initial;
    width: initial;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}
.carousel-controls button {
	padding: 5px 5px;
}
.carousel-control-prev {
	margin-right: 10px;
}
.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: white !important;
}

.main-block {
	margin-top: 30px;
}

a {
	text-decoration: none;
}

h3 > a {
	color: yellowgreen;
}

h4 > a {
	color: purple;
}

p, td, h2, h6, h4, a, span {
	font-family: "Cairo Play", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "slnt" 0;
}
.fa {
	padding: 20px;
	font-size: 30px;
	width: 75px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-google {
	background: #dd4b39;
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.fa-instagram {
	background: #125688;
	color: white;
}

.fa-pinterest {
	background: #cb2027;
	color: white;
}

.fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
	background: #00aff0;
	color: white;
}

.fa-android {
	background: #a4c639;
	color: white;
}

.fa-dribbble {
	background: #ea4c89;
	color: white;
}

.fa-vimeo {
	background: #45bbff;
	color: white;
}

.fa-tumblr {
	background: #2c4762;
	color: white;
}

.fa-vine {
	background: #00b489;
	color: white;
}

.fa-foursquare {
	background: #45bbff;
	color: white;
}

.fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.fa-flickr {
	background: #f40083;
	color: white;
}

.fa-yahoo {
	background: #430297;
	color: white;
}

.fa-soundcloud {
	background: #ff5500;
	color: white;
}

.fa-reddit {
	background: #ff5700;
	color: white;
}

.fa-rss {
	background: #ff6600;
	color: white;
}
.scroll{
	color:black;
	margin-top:100px;
}

#toTopBtn {
	position: fixed;
	bottom: 26px;
	right: 39px;
	z-index: 98;
	padding: 21px;
	background-color: #F6F411;
	border: black 1px solid;
}

.js .cd-top--fade-out {
	opacity: .5;
}

.js .cd-top--is-visible {
	visibility: visible;
	opacity: 1;
}

.js .cd-top {
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s,visibility .3s,background-color .3s;
}

.cd-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	height: 40px;
	width: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.05) !important;
	background: url("../images/cd-top-arrow.svg") no-repeat center 50%;
}