@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html,
th,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	direction: rtl !important;
	text-align: right !important;
}

body,
input,
select,
textarea {
	font-family: "Baloo Bhaijaan 2", sans-serif;
}


input[type="checkbox"]+label,
input[type="radio"]+label {
	font-family: "Baloo Bhaijaan 2", sans-serif;
}


.special {
	text-align: right;
	direction: rtl;

}

.special::before {
	margin-left: 1%;
}

.copyright p {
	text-align: left !important;
	direction: ltr !important;
}




ul.contact li::after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

ul.contact li::before {
	border-radius: 100%;
	border: solid 2px rgba(255, 255, 255, 0.125);
	display: inline-block;
	font-size: 0.8em;
	height: 2.5em;
	right: 0;
	line-height: 2.35em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.5em;
}

ul.contact li {
	margin: 5.5em 0 0 0;
	padding: 0 3em 0 0;
}


@media screen and (max-width: 736px) {

	ul.contact li {
		margin: 1.5em 0 0 0;
	}
}





form#sendmail {
	padding-left: 30px;
}