body {
	font-family: 'Tajawal', sans-serif;
}

a {
	text-decoration: none;
}

textarea#comment {
	max-width: 100%;
}

::selection {
	background-color: #1E1E1E;
	color: #FFF;
}

.post, .page {
	margin: 0;
}

h2.entry-title {
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0;
}

.wow {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

/* scrollbar */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #113E83;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #113E83;
}

img, svg {
	max-width: 100%;
}

body, button, input, select, optgroup, textarea {
	font-family: 'Tajawal', sans-serif;
}

input.wpcf7-form-control, textarea.form-control, .form-select {
	border-radius: 30px;
	border: 1px solid #F6F6F6;
	padding: 15px;
	margin-bottom: -10px;
	font-size: 13px;
	text-align: left;
}

.rtl input.wpcf7-form-control, .rtl textarea.form-control, .rtl .form-select {
	text-align: right;
}

span.wpcf7-spinner {
	display: none;
}

input.wpcf7-submit {
	color: #FFF !important;
	background-color: #113E83 !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #FFFFFF !important;
	border-radius: 30px !important;
	padding: 15px 50px 15px 50px !important;
}

#users .elementor-image-box-img img {
	height: 170px;
	width: 170px;
	object-fit: cover;
}

.post-thumbnail {
    text-align: center;
}

.menu-item .dropdown-menu {
	background-color: #FFFFFF;
	border: none;
	display: none;
	text-align: right;
	box-shadow: 0 0 5px #dddddd;
}

.menu-item:hover .dropdown-menu {
	display: block;
}

.tss-carousel-main .swiper-pagination-bullet:hover,
.tss-carousel-main .swiper-pagination-bullet-active,
.tss-carousel .swiper-pagination-bullet:hover,
.tss-carousel .swiper-pagination-bullet-active {
	background: #37dcbb;
}

.tss-wrapper .rt-responsive-img{
	height: 100px;
}

.modal-backdrop {
	z-index: 9 !important;
}

/* Header */
#top {
	background: #151C36;
	padding: 7px 0;
	color: #FFFFFF;
}

#top i {
	color: #8facd9;
	font-size: 12px;
}

#top a {
	color: #FFFFFF;
}

#top .social i {
	color: #FFFFFF;
	font-size: 12px;
}

#top .social i:hover {
	color: #113E83;
}

#top ul {
	margin: 0;
}

header#masthead {
	background: #FFFFFF;
	position: relative;
	color: #151C36;
	box-shadow: 0 1px 5px #dddddd;
	z-index: 999;
	/*position: fixed;
	width: 100%;
	top: 0;*/
}

header#masthead .border-bottom {
	border-bottom: 2px solid #dee2e61a!important;
	padding-top: 7px;
	padding-bottom: 7px;
}

header#masthead .fa-phone-flip, header#masthead .fa-envelope {
	font-size: small;
}

/*
.home header#masthead {
position: absolute;
width: 100%;
}
*/


header#masthead input.search-field {
	height: 45px;
	width: 300px;
	padding: 15px;
	border-radius: 30px;
}

header#masthead input.search-submit {
	height: 45px;
	width: 160px;
	background-color: #113E83;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 30px;
}

header#masthead a.btn-h {
	border: 1px solid #113E83;
	border-radius: 30px;
}

header#masthead button {
	padding: 5px !important;
}

header#masthead .navbar {
	padding-top: 7px;
	padding-bottom: 7px;
}

header#masthead a {
	color: #113e83;
	font-size: 14px;
	font-weight: 600;
}

header#masthead a:hover {
	color: #113E83;
}

header#masthead span.elementor-button {
	margin-top: -10px;
}

header#masthead .menu-item {
    margin: 0;
}

header#masthead .fa-phone-alt {
	color: #113E83;
	margin-right: 5px;
}

.navbar-nav {
	padding-right: 30px;
	margin: 0;
}
header#masthead .navbar-brand img {
	width: 240px;
	height: auto;
}

header#masthead div#navbarHeader {
	justify-content: flex-end;
}

.rtl header#masthead div#navbarHeader {
	border-radius: 0 80px 0 0;
	margin-right: 40px;
	margin-left: -12px;
}

header#masthead div#navbarHeader.show {
	margin-bottom: 10px !important;
}

header#masthead a.button-link {
	color: #FFF;
	font-weight: 300;
	border: 1px solid #CFAE83;
	padding: 5px 30px;
	border-radius: 30px;
}

/* Swiper */
:root {
	--swiper-theme-color: #333;
	--swiper-navigation-size: 18px;
}

/* Footer */
footer#colophon {
	margin-top: 30px;
	background: #113E83 url("../images/bg-f.jpg") left center;
	color: #ffffff85;
	position: relative;
}

footer#colophon img.footer-logo {
	width: 80%;
	margin: 0 10%;
}

footer#colophon p {
	font-size: 14px;
	color: #ffffff85;
	line-height: 30px;
	text-align: justify;
}

.home footer#colophon {
	margin-top: 0;
}

footer#colophon h4 {
	font-size: 16px;
	/* font-weight: bold; */
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

/*
footer#colophon h4::after {
content: "";
width: 50px;
display: block;
border: dashed 1px #ffffff54;
margin-top: 20px;
}
*/

footer#colophon ul {
	list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}

footer#colophon ul li {
	line-height: 2em;
}

footer#colophon ul.list-contact {
	list-style-type: none;
	padding-inline-start: 0;
}

footer#colophon ul.list-contact li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	font-size: 14px;
}


.rtl footer#colophon ul.list-contact li {
	padding-left: 0;
	padding-right: 25px;
}

footer#colophon ul.list-contact li i {
	color: #ffffff85;
	font-size: 13px;
	position: absolute;
	top: 9px;
	left: 0;
}

.rtl footer#colophon ul.list-contact li i {
	right: 0;
	left: auto;
}

footer#colophon a {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff85;
}

footer#colophon ul.list-contact li:hover,
footer#colophon a:hover {
	color: #FFFFFF;
}

footer#colophon .border-dark {
	border-color: #32373c!important;
}

footer#colophon .social-f li {
	/* height: 35px; */
	/* width: 35px; */
	line-height: 35px;
	/* text-align: center; */
	/* border: 1px solid #ffffff12; */
	margin: 15px 10px;
}

footer#colophon .social-f li a {
	font-size: 14px;
	color: #FFFFFF;
}

footer#colophon .social-f li a:hover {
	color: #FFFFFF;
}

footer#colophon .copy {
	font-size: 14px;
	color: #FFFFFF;
}

footer#colophon .copy .border-top {
	border-top: 1px solid #dee2e617!important;
}

/* RESPONSIVE */
@media (max-width: 62em) {
	#top span {
		display: none;
	}

	button.navbar-toggler {
		position: absolute;
		top: 20px;
		z-index: 10;
		right: 15px;
		background-color: transparent;
		border: none;
	}

	.rtl button.navbar-toggler {
		left: 15px;
		right: auto;
	}

	.navbar-toggler:hover, .navbar-toggler:focus,
	.rtl .navbar-toggler:hover, .rtl .navbar-toggler:focus {
		border: none;
		background-color: transparent;
	}

	header#masthead .d-flex {
		margin: auto;
	}

	span.navbar-toggler-icon {
		top: 0;
		right: 15px;
		position: absolute;
	}

	.rtl span.navbar-toggler-icon {
		left: 0;
		right: auto;
	}

	header#masthead div#navbarHeader {
		margin-right: 0;
		margin-left: 0;
	}

	.rtl header#masthead div#navbarHeader {
		margin-right: 0;
		margin-left: 0;
	}

	header#masthead .navbar {
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar-nav {
		padding-right: 0;
		margin: 0;
	}

	header#masthead .menu-item {
		margin-left: 0;
	}

	header#masthead .menu-item {
		text-align: center;
		margin-bottom: 15px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	header#masthead .navbar-brand img {
		max-height: 60px;
	}

	footer#colophon {
		margin-top: 1em;
	}

	footer#colophon img.footer-logo {
		margin-top: 0;
	}

}

@media (max-width: 40em) {

}