/* arabic */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200 1000;
    src: url(../fonts/cairo.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

:root {
    --bs-primary: #292c2f;
    --bs-red: #da2128;
    --bs-secondary: #ffffff;
    --bs-headerbg: #ffffff;
    --bs-bgprimary: #FFFFFF;
    --bs-bgsecondary: #EEEEEE;
    --bs-navfrcolor: #fff;
    --bs-navbgcolor: #da2128;
    --bs-navhover: #fff;
    --bs-navbghover: rgb(43, 43, 43);
    --bs-gray1: rgb(43, 43, 43);
    --bs-fbg: rgb(43, 43, 43);
    --bs-crbg: rgb(27, 27, 27);
    --bs-dashcolor: rgb(218, 33, 40);
}

body,
h1,
h2,
h3,
h4,
h5,
lead,
p,
a,
span,
button,
li,
form {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.text-center {
    text-align: center;
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

h1 {
    font-size: 20px;
    line-height: 22px;
}

h2 {
    font-size: 14px;
    line-height: 16px;
}

h3 {
    font-size: 12px;
    line-height: 14px;
}

h4 {
    font-size: 10px;
    line-height: 12px;
}

li,
a {
    font-size: 15px;
}

img {
    width: 100%;
}

a,
button {
    outline: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
}

@media(min-width:991px) {
    h2 {
        font-size: 18px;
    }
}

/******************************************************************************/
.logo {
    vertical-align: middle;
    position: relative;
    z-index: 123;
    font-size: 28px;
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px;
    margin-left: 12px;
    text-align: center;
    background-color: transparent;
    /*    padding: 30px 10px;*/
}

.logo a {
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 0px;
    transition: letter-spacing 0.5s;
    color: var(--bs-navfrcolor);
}

.logo a:hover {
    letter-spacing: 2px;
}

.logo span {
    /*    font-weight: bolder;*/
}

nav {
    position: fixed;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
    opacity: 1;
    display: none;
    top: 0px;
    padding-top: 20px;
}

/*cssmenu*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    position: fixed;
    padding: 0px;
    left: 0px;
    background: var(--bs-navbgcolor);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, .5), inset 0 -1px 0 0 #393939;
    left: 0;
    right: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .4s, background .4s;
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu > ul {
    margin-top: 0px;
    padding-right: 20%;
}

#cssmenu ul li {
    margin-bottom: 0px !important;
    float: right;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu:after {
    display: block;
}

#cssmenu > ul > li > a {
    padding: 25px 10px;
    /*    padding: 35px 10px;*/
    font-size: 16px;
    text-decoration: none;
    font-weight: 900;
    color: var(--bs-navfrcolor);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: var(--bs-navhover);
    background-color: var(--bs-navbghover);
}

@media screen and (max-width:1000px) {
    .logo {
        width: 100%;
        height: 50px;
        text-align: left;
        padding: 6px 0 0 10px;
        float: none;
        margin-left: 0px;
        top: 10px;
        /*this*/
    }

    .logo a {
        font-size: 16px;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
        margin-bottom: 0px !important;
        padding: 10px 0px;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
        padding-right: 0px !important;
    }

    #cssmenu ul li {
        width: 100%;
        float: none;
        /*        border-top: 1px solid #dadce0;*/
    }

    #cssmenu > ul > li > a {
        padding: 15px;
        font-size: 14px;
        font-weight: normal;
        font-weight: 700;
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu li:hover > ul > li {
        height: auto
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        font-size: 12px;
        font-weight: 700;
    }

    .mobilebutton {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 10px;
        /*this*/
        cursor: pointer;
        z-index: 12399994;
    }

    .mobilebutton:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
    }

    .mobilebutton:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
    }

    .mobilebutton.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 18px;
        border: 0;
        height: 12px;
        right: 28px;
        width: 5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mobilebutton.menu-opened:before {
        top: 18px;
        height: 12px;
        right: 33px;
        width: 5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu ul,
    #cssmenu ol {
        margin-bottom: -15px;
    }

    #cssmenu #head-mobile {
        color: var(--bs-navfrcolor);
    }

    .mobilebutton:before {
        background: var(--bs-navfrcolor);
    }

    .mobilebutton:after {
        border-top: 2px solid var(--bs-navfrcolor);
        border-bottom: 2px solid var(--bs-navfrcolor);
    }

    .mobilebutton.menu-opened:after {
        background: var(--bs-navfrcolor);
    }

    .mobilebutton.menu-opened:before {
        background: var(--bs-navfrcolor);
    }
}

/*********** END CSSMENU ************/
.masterheader {
    display: block;
    overflow: hidden;
    text-align: center;
    padding-top: calc(2rem + 74px);
    padding-bottom: 6rem;
    background-color: var(--bs-headerbg);
    background: linear-gradient(0deg, #efefef, #fff);
    border-bottom: 1px solid #dcdcdc;
}

/*.linarbg {border-bottom: 1px solid #dcdcdc;background: linear-gradient(0deg, #efefef, #fff);border-bottom: 1px solid #dcdcdc;}*/
.masterheader .masterheader-title {
    /*    padding-top: 40px;*/
    padding-bottom: 25px;
    text-align: center;
}

.masterheader h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    padding-top: 1em;
    margin-bottom: 20px;
}

.masterheader h2,
.masterheader p {
    font-size: 1.2rem;
    line-height: 2.75rem;
    text-align: justify;
    padding: 1em;
}

.blok1 {
    display: block;
    padding: 10px;
    background-color: var(--bs-primary);
    margin-bottom: 10px;
    border-radius: 5px;
    color: #ffffff;
}

.blok2 {
    display: block;
    padding: 10px;
    background-color: var(--bs-red);
    border-radius: 5px;
    color: #ffffff;
}

.blok2inline {
    display: inline-block;
}

@media (min-width: 768px) {
    .masterheader {
        background-image: url("../imgs/banner4.png"), linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
        background-blend-mode: overlay;
        background-size: cover;
        background-position: -100px 0px;
    }
}

@media (min-width: 992px) {
    .masterheader img {
        box-shadow: 1px 1px 0 0 rgba(172, 172, 172, 0.5)
    }

    .masterheader h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .masterheader h2,
    .masterheader p {
        font-size: 1.5rem;
        line-height: 2.5rem;
        padding: 25px;
    }

    .masterheader .imgbackground {}
}

/***********************************************************/
.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-right-swap {
    text-align: center
}

.bg-primary {
    background-color: var(--bs-bgprimary) !important;
}

.bg-secondary {
    background-color: var(--bs-bgsecondary) !important;
}

.bg-third {
    background-color: var(--bs-gray1) !important;
}

.ltr{direction: ltr}

.page-section {
    padding-top: calc(1rem + 74px);
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.nosidepad {
    /*
    padding-left: 0px !important;
    padding-right: 0px !important;
*/
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.pv4 {
    padding: 14px !important;
}

.pd1 {
    padding: 1rem !important
}

.page-section-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 2rem;
}

@media (min-width:768px) {
    .page-section-heading {
        font-size: 2.5rem;
        line-height: 3rem;
        padding: 2rem 2rem 2rem 2rem;
    }

    .text-right-swap {
        text-align: right
    }
}

@media (min-width: 992px) {
    .page-section {
        padding-top: calc(4rem + 74px);
    }
}

/*#####################################*
# videobanner
/#####################################*/
.videobanner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 5px;
    padding: 10px;
    border: 9px dashed var(--bs-dashcolor);
}

.videobanner video {
    width: 100%;
    height: auto;
    padding: 0px;
}

@media (min-width:768px) {
    .videobanner {
        border: 15px dashed var(--bs-dashcolor);
        margin-top: 3rem;
    }
}

/*#####################################*
# listy
/#####################################*/
.listy {
    margin: 0px;
}

.listy ul {
    width: 100%;
    padding: 20px 0px;
    text-align: right;
}

.listy li {
    /*    padding: 4px 20px;*/
    padding: 4px 0px;
    line-height: 1.7em;
}

.listy li a {
    font-size: 1.2rem;
    line-height: 1.75rem;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    /*    padding-right: 5px;*/
}

.listy li:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 1rem;
    display: table-cell;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 6px;
    vertical-align: Top;
    text-align: center;
}

.listy li:before {
    content: url('../imgs/upbullet.webp');
    /*     transform: scale(.5);*/
}


@media (min-width: 768px) {
    .listy ul {
        padding-right: 4em;
    }

    .listy li:before {
        padding-top: 10px;
    }

    .listy li a {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}

/*#####################################*
# imgbox
/#####################################*/
.imgbox {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
    border: 9px dashed var(--bs-dashcolor);
    padding: 10px;
}

.imgbox .imgbox-overlay {
    /*    background: rgba(0, 0, 0, 0.7);*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .2;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    padding: 1em;
    display: none;
}

.imgbox img {
    width: 100%;
    border-radius: 10px;
}

@media (min-width:768px) {
    .imgbox {
        border: 15px dashed var(--bs-dashcolor);
    }
}

/*#####################################*
# buttons
/#####################################*/
.gbtn {
    padding: 30px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    color: #FFFFFF !important;
    cursor: pointer;
    border-radius: 4px;
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gbtn a,
.gbtn a:link,
.gbtn a:active {
    color: white;
}

.gbtn:hover {
    opacity: .9;
}

@media (min-width: 768px) {
    .gbtn {
        font-size: 1.5em;
        letter-spacing: -1px;
    }
}

.btnred {
    background-color: var(--bs-red) !important;
}

.btngray {
    background-color: var(--bs-gray1) !important;
}
.btndblue {
    background-color: #002873 !important;
}
/*#####################################*
# bx
/#####################################*/

.bx {
    display: block;
    padding: 0px;
    width: 100%;
    height: 0px;
    max-height: 0px;
}

.bx img {
    width: 200px;
    height: auto;
    max-height: 150px;
    float: left;
    padding-left: 1em;
}

.bx bxin {
    display: block;
    width: 200px;
    height: auto;
    max-height: 150px;
}

.bx p {
    float: left;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 1000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 10px;
    color: #ffffff;
    background-color: #002873;
    margin-top: -40px;
    margin-left: 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.bx span {
    color: #ffce39;
    font-weight: 1000;
}

@media (min-width: 768px) {
    .bx p {
        font-size: 2rem;
        line-height: 3.5rem;
    }
}

@media (min-width: 768px) {
    .bx p {
        margin-top: -30px;
    }
}



/*#####################################*
# gallery
/#####################################*/
#gallery {
    display: block;
    border-radius: 5px;
    border: 9px dashed var(--bs-dashcolor);
}

/*
#gallerycarousel .carousel-indicators [data-bs-target] {
    width: 100px;
    height: 80px;
    cursor: pointer;
    opacity: 1;
}
*/
#gallerycarousel .carousel-item > img {
    width: 100%;
    /*  height: 100%;*/
    max-height: 500px;
    object-position: center;
    border-radius: 10px;
    padding: 10px;
}

/*
#gallerycarousel .carousel-indicators {
    bottom: auto;
    top: 100%;
    margin: 10px 0 0;
    background: #333;
}
*/
#gallerycarousel .carousel-control-next-icon,
#gallerycarousel .carousel-control-prev-icon {
    /*  background-color: black;*/
    background-color: var(--bs-red);
    border-radius: 5px;
    border: 4px dashed var(--bs-primary);
    padding: 1em;
}

#gallerycarousel .carousel-control-next-icon {
    margin-right: 1em;
}

#gallerycarousel .carousel-control-prev-icon {
    margin-left: 1em;
}

#gallerycarousel .carousel-control-next,
#gallerycarousel .carousel-control-prev {
    /*  width: 25px;*/
}

#gallerycarousel .img-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: 0.3s ease;
    transform: scale(1);
}

#gallerycarousel .img-thumbnail.active img {
    opacity: 1;
    transform: scale(1.1);
    position: relative;
    z-index: 2;
    outline: 1px solid white;
}

@media (min-width:768px) {
    #gallery {
        border: 15px dashed var(--bs-dashcolor);
    }
}
/*#####################################*
# customerscarousel
/#####################################*/
#customerscarousel {
    display: block;
    padding-bottom: 7px;    
}
#customerscarousel .carouseltitle{
    display: block;
    width: 100px;
    height: 100%;
    background-color: red;
}
#customerscarousel .card {
    text-align: center;
    display: inline-block;
    border: none;
    margin: 5px;
    padding: 0px !important;
    overflow: hidden;
    background-blend-mode: overlay;
    background-size: cover;
    width: 29%;
}
#customerscarousel .card-body {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px !important;
    margin: 0px !important;
}

#customerscarousel .card-body .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .1;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#customerscarousel .card-body:hover .content-overlay {
    opacity: 1;
}

#customerscarousel .card-body .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#customerscarousel .card-body:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

#customerscarousel .card-body .content-details h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

#customerscarousel .card-body .content-details p {
    color: #fff;
    font-size: 0.8em;
    direction: ltr;
}

#customerscarousel .card-body .fadeIn-bottom {
    top: 80%;
}

@media (min-width: 600px) {
    #customerscarousel .card-body .content-details h3 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}
@media (min-width: 400px) {
    #customerscarousel .card {
        width: 30%;
    }
}

@media (min-width: 600px) {
    #customerscarousel .card-body .content-details h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}

/*#####################################*
# FOOTER
/#####################################*/
.footer {
    color: #FFF;
    background: var(--bs-fbg);
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-decoration: none;
    background-image: url("../imgs/img3.webp"), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: overlay;
    background-size: cover;
}

#footerlist {
    padding: 20px 10px;
    text-align: right;
}

#footerlist li {
    display: block;
    text-align: right;
    background-color: transparent;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 2em;
    padding-bottom: 0px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footerlist li i {
    padding: 0px
}

#footerlist .fas {
    background-color: var(--bs-crbg);
    padding: 10px;
    width: 20px;
    min-width: 20px;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
}

#footerlist a {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    font-size: 1.5em;
    padding: 5px 20px 5px 5px;
    font-weight: 900;
    line-height: 1.5em;
}

#footerlist .fotteronly a {
    letter-spacing: 0px;
    transition: letter-spacing 0.5s;
}

#footerlist img {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 30px;
}

#footerlist .fotteronly:hover a {
    letter-spacing: 1px;
}

@media (max-width: 400px) {
    #footerlist a {
        font-size: 1.2em;
    }

    #footerlist img {
        width: 20px;
    }
}

/*#####################################*
# Copyright
/#####################################*/
.copyright {
    display: block;
    background: var(--bs-crbg);
    color: #FFF;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 1em
}

.copyright h1 {
    display: block;
    text-align: center;
    font-size: 1.5em;
    color: var(--bs-primary);
    background: #111;
    padding: 5px;
    line-height: 2em;
    font-weight: normal;
}

.copyright span {
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px;
    color: aliceblue;
}

/*#####################################*
# SCROLL TOP
/#####################################*/
.scrolltop {
    display: none;
    width: 60px;
    height: 45px;
    background-color: var(--bs-crbg);
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    cursor: pointer;
    color: #aaa;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.scrolltop:hover {
    background-color: var(--bs-fbg);
    /*    background-color: var(--bs-crbg);*/
    -webkit-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.scrolltop img {
    width: 40px;
}
