body{
    background-color: #292828;
        font-family: paragraph;
    
    
}
.navbar{
    background-color: #1C1C1C;
    padding: 20px;

}
.navbar .collapse .nav-link{
    color: #f8f9fa94;
    font-size: 20px;
}
.navbar .collapse .nav-link.active{
    color: #ffffff;
}
.navbar  .fab{
    font-size: 27px;
    color: #ffffff;
    background-color: #6d6e71;
    padding: 12px;
    border-radius: 38px;
    width: 60%;
    text-align: center;
}
.navbar-toggler .fas{
    font-size: 31px;
    color: #f8f9fa94;
}
/* .navbar-nav > .active > a {
    color: aqua;
    background-color: chartreuse;    
  } */
/* Fonts */
/* @font-face {
    font-family: heads;
    src: local("../fonts/SegoeRg.ttf");
}
@font-face {
    font-family: "segor";
    src: url(../fonts/SegoeRg.ttf) format("truetype");
}
@font-face {
    font-family: "semilight";
    src: url(../fonts/CocogooseProSemiLighttrial.ttf) format("truetype");

} */
/*END Fonts */
/* Start Footer */

footer {
    background-image: url('../image/Background\ with\ X\ 5.jpg');
    width: 100%;
    -webkit-border-size: cover ;
    background-size: cover ;
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;

}

footer h3 {
    color: #FFF;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    margin: 100px 0 0 0;
}

footer p{
    text-align: left;
    color: #FFF;
    font-size: 12px;
}

footer .list-inline {
    display: flex;
    list-style: none;
}
footer ul .list-icon {
    margin: 0 10px;
}

footer ul {
    list-style: none;
    color: #FFF;
}
footer ul {
    text-align: justify;
}
footer ul .list-item {
    padding: 8px 0;
}
footer ul .list-item a {
    color: #FFF ;
    text-decoration: none;
    margin: 0 6px;
}
footer ul .list-item span {
    margin: 0 15px;
}

/* END Footer */
.head-text{
    Color:#ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: .8;
    padding-left:78px ;
}
.md-text{
    color: rgba(255,0,0,0.3);;
    font-family: "Book Antiqua", sans-serif;
    font-weight: bold;
    font-size: 20px ;
    letter-spacing: 11px;
    text-transform: uppercase;
    opacity: .8;
    line-height: .9;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 24px;
    position: absolute;
    left: 25%;
}

.head-2{
    color: #1f1f1f;
    font-size: 48px;
    text-align: left;
    font-weight: bolder;
    text-transform: uppercase;
}
.p-top{
    padding-top: 80px;
}

.p-md{
    color: #484848;
    font-size: 20px !important;
}

hr{
    width: 26%;
    display: inline-block;
    text-align: center;
    border-top: 3px solid #dc3545 !important;
}
.custom-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
footer .icon{
    text-align: center;
}
footer .icon .fas{
    color: #C20C0C;
    font-size: 35px;
}
footer .icon span{
    font-size: 20px;

}



/* FONTS */

@font-face{
    src: url(../fonts/Cocogoose\ Pro\ Light-trial.ttf);
    font-family: "cocogoose" ;
}
.cocogoose {
    font-family: "cocogoose";
}

@font-face{
    src: url(../fonts/DIN-NEXT_-ARABIC-REGULAR.otf);
    font-family:"din-next" ;
}
.din-next{
    font-family: "din-next";
}
