/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01.COMMON 
    02.HEADER
    03.BRAND
    04.SERVICES
    05.ABOUT
    06.VIDEO COUNTER
    07.TEAM
    08.TESTIMONIAL
    09.BLOG
    10.SUBSCRIBE
    11.FOOTER

-----------------------------------------------------------------------------------*/


/*===========================
     01.COMMON css 
===========================*/

@font-face {
    font-family: 'Droid-Arabic-Kufi';
    src: url('../fonts/Droid-Arabic-Kufi.ttf.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Droid-Arabic-Kufi.ttf.svg#Droid-Arabic-Kufi') format('svg'), /* Legacy iOS */
    url('../fonts/Droid-Arabic-Kufi.ttf.eot'), /* IE9 Compat Modes */
    url('../fonts/Droid-Arabic-Kufi.ttf.eot?#iefix') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Droid-Arabic-Kufi', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #6A6972;
    overflow-x: hidden;
    direction: rtl;
    text-align: right !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Droid-Arabic-Kufi', sans-serif;
    font-weight: 700;
    color: #2E2E2E;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.navbar-nav .nav-item a {
    font-size: 19px;
    text-shadow: 1px 1px 1px rgb(21, 21, 21);
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: 'Droid-Arabic-Kufi', sans-serif;
}

.contact span {
    direction: ltr;
}

.subscribe-form {
    position: relative;
    text-align: left;
}