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

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

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

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

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

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



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

a {
	text-decoration: none;
}

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

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

button.btn-close.btn-close-white {
	background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat !important;
}

.offcanvas.offcanvas-start {
	width: 280px !important;
}

ul#lang-menu li {
	margin-bottom: 0 !important;
}

.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: #EC833D;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #EC833D;
}

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

input.wpcf7-form-control, textarea.form-control {
	border-radius: 0;
	border: 1px solid #626262;
	padding: 15px;
	margin-bottom: -10px;
	font-size: 13px;
	text-align: left;
	background-color: transparent;
	color: #000000;
}

input.wpcf7-form-control::placeholder, textarea.form-control::placeholder {
	background-color: transparent;
	color: #000000;
}

.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: #EC833D !important;
	border-radius: 0 !important;
	padding: 13px 55px 13px 55px !important;
	border: none !important;
}

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

div#page {

}

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

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

#top i {
	color: #113E83;
	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: #231F20 url("../images/bg-h.png") center;*/
	color: #FFFFFF;
	/*position: relative;
	z-index: 999;
	box-shadow: 0 1px 5px #dddddd;
	position: fixed;
	width: 100%;
	top: 0;*/
}

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

header#masthead .container {
	background: #171717;
	color: #FFFFFF;
	border-radius: 50px;
	margin: 70px auto;
}

.home header#masthead .container {
	background: transparent;
}

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

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

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

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

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

header#masthead a:hover {
	color: #FFFFFF50;
}

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 .navbar-brand img {
	margin: -70px 0;
	height: 186px;
}


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

button.navbar-toggler {
	position: absolute;
	/* top: 20px; */
	z-index: 10;
	right: 0;
	left: 0;
	border: none;
	border-radius: 0;
	width: 50px !important;
	height: 40px;
	background: transparent !important;
}

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

/* Footer */
footer#colophon {
    margin-top: 30px;
    background: url("../images/bg-f.png") top center / 200% 100%;
    /* background: linear-gradient(to right,#EC833D,#14238D); */
    color: #ffffff85;
    position: relative;
    /* padding-top: 100px; */
}

footer#colophon img.footer-logo {
	margin: 40px 0 20px 0;
	height: 186px;
}


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 {
	display: inline-block;
	margin: 0 10px;
}

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

footer#colophon ul.list-contact li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

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

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

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

ul#footer-menu {
	background-color: #ec833d;
	width: max-content;
	margin: auto !important;
	padding: 13px 35px !important;
	border-radius: 50px;
}

ul#footer-menu a {
	color: #FFFFFF;
}

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

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

footer#colophon img.qr {
	margin-bottom: -50px;
}

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

	header#masthead .d-flex {
		margin: 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;
	}

	footer#colophon img.qr {
		margin-bottom: 20px;
	}
}

@media (max-width: 40em) {
	header#masthead .container {
		margin: 20px auto;
	}

	ul#footer-menu {
		display: none;
	}
}