@font-face {
    font-family: 'Sakkal Majalla';
    src: url('../fonts/SakkalMajalla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sakkal Majalla';
    src: url('../fonts/SakkalMajallaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body, button, input, select, optgroup, textarea {
	font-family: 'Sakkal Majalla', 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;
}

input#submit {
	background-color: #4EA633;
	color: #FFFFFF;
	padding: 13px 30px;
	border: none;
	border-radius: 0;
}

.up {
	position: fixed;
	left: 40px;
	bottom: 75px;
	height: 40px;
	width: 40px;
	background-color: #4EA633;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 10px #eeeeeea8;
}

.up a {
	color: #FFFFFF !important;
	font-size: 20px !important;
}

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

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

::-webkit-scrollbar-thumb {
	background: #4EA633;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #4EA633;
}

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

input.wpcf7-form-control, textarea.form-control{
    background-color: #F8F8F8;
    border-radius: 0;
    border: none;
    padding: 14px;
    font-size: 13px;
    text-align: left;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-align: center;
    width: 200px;
}

.wpcf7-select {
    background-color: #F8F8F8;
    border-radius: 0;
    border: none;
    padding: 14px;
    font-size: 13px;
    text-align: left;
    width: 100%;
    text-align: justify;
}

textarea.form-control {
	height: 100px;
}

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

span.wpcf7-spinner {
	display: none;
}

input.wpcf7-submit {
	color: #FFF !important;
	background-color: #4EA633 !important;
	border-style: solid !important;
	border-width: 0 !important;
	border-color: #FFFFFF !important;
	border-radius: 0 !important;
	padding: 15px 50px 15px 50px !important;
}

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

.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;
}

div#page {
    min-height: 60vh;
}

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

#top i {
    color: #4EA633;
    font-size: 12px;
    margin: 0 7px;
}

#top a {
	color: #FFFFFF;
	font-size: 18px;
}

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

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

#top ul {
	margin: 0;
}

header#masthead {
	background: #FFFFFF;
	margin-bottom: 30px;
	position: relative;
	color: #091D80;
	box-shadow: 0 1px 5px #dddddd;
}

.offcanvas-body {

}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.sticky img.main-logo {
	max-height: 60px !important;
}

.sticky .offcanvas-body {
	margin-top: 0 !important;
}

.sticky + .site-main, .sticky + .elementor {
	padding-top: 100px;
}

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;
}

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: #4EA633;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 30px;
}

header#masthead a.btn-h {
    border: 1px solid #4EA633;
    color: #4EA633;
    border-radius: 42px;
    height: 39px;
    margin: auto;
    padding: 3px 25px;
}

header#masthead a.btn-h:hover {
    color: #FFFFFF;
	background-color: #4EA633;
}

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

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

header#masthead .navbar-nav {
	align-items: center;
}

header#masthead a {
	color: #091D80;
	font-size: 20px;
	font-weight: bold;
}

header#masthead a:hover {
	color: #67AF3E;
}

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

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

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

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

header#masthead i.fa-magnifying-glass {
    color: #4EA633;
    font-size: 14px;
}

header#masthead .navbar-brand img {
    width: 130px;
}

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: url("../images/bg-f.png")top center /cover;
	color: #FFFFFF;
	position: relative;
	padding-top:150px;
}

footer#colophon img.footer-logo {
	width: 200px;
}

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

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

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

/*
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 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
}

footer#colophon ul.list-contact li i {
	color: #4EA633;
	font-size: 15px;
	margin-right: 15px;
}

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

footer#colophon a {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

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

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: 13px;
	color: #FFFFFF;
}

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

footer#colophon .copy {
	/*font-size: 14px;
	background-color: #0000004a;*/
}

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, .sticky img.main-logo {
		max-height: 60px !important;
	}

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

}

@media (max-width: 40em) {

}