@font-face {
    font-family: 'kalameh';
    src: url('public/fonts/Kalameh\ Bold.ttf');
}
@font-face {
    font-family: 'KALAMEH_BOLD';
    src: url('fontsLD.TTF');
}
@font-face {
    font-family: 'KALAMEH_REGULAR';
    src: url('fontsGULAR.TTF');
}
@font-face {
    font-family: 'KALAMEH_THIN';
    src: url('fontsIN.TTF');
}
body,html{
    overflow: hidden;
}
.information-us{
    direction: rtl;
    text-align: right;
    background-color: #18409A;
    color: #F0F0F0;
    padding: 0 5%;
}
.right-contact{
    margin-bottom: 0%;
    padding-bottom: 0%;
}
#titr{
    margin-top: 5%;
    font-family: 'KALAMEH_BOLD';
    font-size: 1.7em;
}
.img-icon{
    display: inline;
    width: 5%;
}
.title{
    display: inline;
    font-family: 'KALAMEH_BOLD';
    font-size: 1.1em;
}
.caption{
    font-family: 'KALAMEH_REGULAR';
}
.phone-numbers{
    margin-top: 15%;
}
.phone-numbers,.email1,.address{
    margin-bottom: 10%;
}
#email{
    text-align: left;
    font-size: 1.3em;
}
.needs-validation{
    text-align: right;
    direction: rtl;
}
#message{
    margin-bottom: 3%;
}
.needs-validation{
    padding: 3% 11%;
    font-family: 'KALAMEH_REGULAR';
}
.btn-color{
    position: relative;
    overflow:hidden;
    background-color: #18409A !important;
    color: #F0F0F0 !important;
    font-family: 'KALAMEH_BOLD';
    z-index: 1;
}
.nav-item #contactUs::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #18409a;
    margin-left: 5%;
}
.btn-color::before{
    position: absolute;
    content: "";
    display:inline-block;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: translateY(105%);
    z-index: -1;
    border-radius: 5px;
    transition: transform ease 1s;
    opacity: 0.3;
}
.btn-color:hover::before{
    transform:translateY(0%);
    opacity: 0.3;
}
@media (max-width:620px){
    body,html{
        overflow-y: visible;
    }
}
