@font-face{
    font-family: 'tajawal';
    src: url('tajawal.ttf') format('truetype');
}
@font-face{
    font-family: 'tajawalBold';
    src: url('tajawal-Bold.ttf') format('truetype');
}
.navbar-light {
    background-color: #ffffff !important;
    border: none !important;
    border-width:0!important;
    transition: 0.7s !important;
}

h1, .color1{
    color: #0e004e;
}
.color2{
    color: #C6B113;
}
.color4{
    color: #fff;
}
body{
    font-family: tajawal;
    font: #3d3d3d;
    font-size: 20px;
}

ul{
    padding-right: 40px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
.li-a2,.li-a{
    color: #fff;
    font-size: 25px;
    margin: 15px;
    text-decoration: none;
    align-self: center;
}
.li-a2{
    color: #0e004e;
}
.active {
    background-color: #0e004e;
}
li a:hover,.active2 {
    text-decoration: none;
    border-bottom: 3px solid #C6B113 ;
}
a:hover{
    text-decoration: none;
}
.mainslogan{
    position: absolute;
    margin-top: -200px;
    width: 100%;
    text-align: center;
    border-radius: 200px;   
}

.mainslogan > h1 {
    font-size: 80px;
    color: #fff;
    padding: 0px;
}

.mySlides {
    display: none;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 70%;
    max-height: 100vh;
    margin: auto;
    background-color: #0e004e;
    overflow: hidden;
}
/* The dots/bullets/indicators */
.slid-img{
    width: 100vw;
    height: 100vh;
    opacity: 0.7;
    background-position: left ;
    object-fit: cover;
}

 
.color3{
    color: #fff;
}
.backgroundcolor2{
    background-color: #e7e7e7;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
/*-----------------------------------------------------------------------------------------------------------*/
.us-box{
    width: 350px;
    height: 450px;
    border: 1px solid #949494;
    border-right: 6px solid #0e004e;
    padding: 30px;
}
.us-detals{
    text-align: right;
    margin: 40px;
    padding: 0px;
}
.us-image{
    transition: 0.5s;
}
.us-image-container{
    width: 95%;
    overflow: hidden;
}
.serv-image-container{
    width: 280px;
    height: 180px;
    overflow: hidden;
}
.servic-detals{
    padding: 15px;
}
.us-image:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
button{
    background-color: #0e004e;
    color: #fff;
    border:none;
    padding: 10px 20px;
}
button:hover{
    background-color: #C6B113;
}
.mission{
    width: 350px;
    height: 270px;
    background-color: #fff;
    font-size: 18px;
    border-radius: 5px;
    padding: 20px;
    text-align: right;
    margin: auto;
    margin-top:20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-right: 6px solid #0e004e;
    transition: 0.5s;
}
.bank:hover, .mission:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.activiteis{
    width: 250px;
    height: 500px;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    overflow: hidden;
    padding: 0px;
    margin: auto;
    margin-top: 30px;
    text-align: right;
}
.activiteis:hover{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px;
}
.itext{
    width:80%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 2px  solid #0e004e;
    margin-bottom: 10px;
    font-size: 20;
}
::placeholder {
    color: #0e004e;
    text-align: center;
    opacity: 1; /* Firefox */
}
.tab ,.financial2, .financial{
    background-image: url("../img/financial.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
}
.tab{
    color: #fff;
    border-radius: 6px 6px 0px 0px;
    padding: 10px;
}
.financial2{
    background-image: url("../img/financial2.jpg");
}
.bank{
    width: 250px;
    margin: auto;
    text-align: center;
    transition: 0.5s;
}

footer{
    background-color: #0e004e; 
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.callus{
    position: fixed;
    left: 20px;
    bottom: 40px;
}
.call2,.call{
    margin: 5px;
    width: 60px;
    background-color: #C6B113; 
    padding: 5px;
    border-radius: 100%;
    transition: 0.5s;
}
.call2:hover,.call:hover{
    transform: rotate(-45deg);
}

.cookies {
    background: rgb(237, 237, 237);
    bottom:0px;
    position:fixed;
    width:100%;
}
.cookiestext {
    color:#0e004e;
    padding-left:10px;
    padding-right:10px;
    text-align:right;
    margin: auto;
}
.cookiesbutton {
    margin-right: 15px;
}
#benghazi{
    display:none;
}


@media screen and (min-width: 300px) and (max-width: 600px) {
    .txtlogo{
        width: 200px;
    }
    .navbar-light {
        padding: 0px !important;
        background-color: #ffffff !important;
    }
    .imglogo{
        width: 40px;
    }
    .slid-img{
        height: 80vh;
    }
    .container,.container-fluid{
        overflow: hidden;
    }
    .cookies {
        text-align: center;
    }
    .cookiesbutton {
        float:none;
    }
    .cookiestext {
        text-align:center;
        margin: auto;
    }
}

.datahider{
    position: absolute;
    width: 100%;
    height: 10%;
    background-color: #6b2525; 
}