@font-face {
    font-family: "STC-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/STC-Bold.ttf") format("truetype");
}
body,a,h1,h2,h3,h4,h5,h6,input,button,select,.media-body,.text, tspan, textarea,text,.btn,input,textarea,li,p,label,
.ps-widget--worktime p strong,.tp-caption,.widget-title{
    font-family: 'STC-Bold' !important;
    letter-spacing: 0 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'STC-Bold' !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'STC-Bold' !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'STC-Bold' !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'STC-Bold' !important;
}

body, form{
	direction: rtl;
	text-align: right;
}
.owl-carousel {
	direction: ltr;
}

@media (min-width: 768px) {
/*	.text-md-right {
	    text-align: left!important;
	}*/
}
@media (max-width: 992px){
/*    .navbar-brand {
        left: auto;
        right: 0;
        margin-right: unset;
        margin-left: 0;
    }
    .navbar-nav .nav-link a {
        color: #FFF;
    }*/
}