@font-face {
    font-family: "font_main";
    src: url('../fonts/Tajawal-Regular.ttf');
}



@font-face {
    font-family: "font_bold";
    src: url('../fonts/Tajawal-Bold.ttf');
}


@font-face {
    font-family: "font_light";
    src: url('../fonts/Tajawal-Light.ttf');
}

@font-face {
    font-family: "font_medium";
    src: url('../fonts/Tajawal-Medium.ttf');
}




* {
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


html {
    --scrollbarBG: #a9b4fa38;
    --thumbBG: #2f42c0;
}

html,
body {
    height: 100%;
}

*:focus {
    outline: none;
}

button:focus,
a {
    outline: none;
}

a {
    color: #3B3B3B;
    text-decoration: none !important;
    font-family: "font_medium";

}

ul {
    margin: auto;
    padding: 0;
}

img {
    max-width: 100%;
}

input,
button {
    font-family: "font_main";
}

h1 {
    font-size: 40px;
    font-family: "font_bold";
}

h2 {
    font-size: 18px;
    font-family: "font_medium";

    margin: 0;
}

h3 {
    font-size: 16px;
    margin: 0;
    font-family: "font_medium";

}

h4 {
    font-size: 15px;
}

p {
    font-size: 16px;
    margin: 0;
    line-height: 35px;
    color: #414141;
}

a,
button,
img,
.form-control {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

::selection {
    color: #fff !important;
    background-color: #232323 !important;
}

body {
    text-align: right;
    direction: rtl;
    background: #fff;
    font-family: "font_main";
    font-weight: 400;
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #232323;
    overflow-x: hidden;

}

.main-container {
    width: 90%;
    margin: auto;
}     


.owl-theme .owl-dots .owl-dot span {
    width: 23px;
    height: 10px;
    margin-right: -14px;
    background: #025366;
}