* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
     box-sizing:border-box;
}

button{
    outline: none !important;
}
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-size: cover;
}

/*.fullwidthbanner:before{
    content: "";
    display: block;
    width: 0;

    border-width: 30vh 50vw 0vh 50vw;
    border-style: solid;
    border-color: #f000 #f7f5ed;
    position: absolute;
    top: 500px;
    z-index: 9999;

}*/









.latest-services{
    background-color: #f7f5ed;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}

.latest-services .row{
    padding-bottom: 50px;
}
.latest-services h1{
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5%;
    font-size: 25px;
}
.address-services{
    margin-top: 5px;
    margin-bottom: 30px;
}
.latest-services .address-services a{
    text-decoration: none;
    color: #626262;
    font-size: 20px;
    font-weight: bold;
    transition: .5s ease-in-out;
}
.latest-services .address-services a:hover{
    transition: .5s ease-in-out;
    color:#143D8A;
}
.latest-services .address-services span{
    border: 1px solid #ebebeb;
    position: absolute;
    width: 20%;
    margin-left: -40px;
    margin-top: 6px;

}
.latest-services .address-services p{
    color: #a5a4a4;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
.latest-services .serv-img{
    border: 3px solid #ececec ;
    display: inline-block;
    padding: 5px;

}
.latest-services .serv-img img{
    width: 70px;
    height: 70px;
}
.latest-services .read-more a{
text-decoration: none;
/*font-size: 15px;*/
color: #000;
border: 1px solid #000;
padding: 8px 45px
}

.latest-services .read-more a:hover{
    color: #143D8A;
    transition: .5s all ease-in-out;
    border:1px solid #143D8A;
}













.hanging{
    position: relative;
    background: url("../images/slider1.jpg");
    background: no-repeat center center fixed ;
    height: 250px;
    background-size: cover;
}
.hanging .overlay2{
    position: absolute;
    background-color: #000000a1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 112;
}
.hanging .overlay2 div{
  position: absolute;
    top: 33%;
    padding: 0 60px;
}
.hanging .overlay2 p{
    display: inline-block;
    color: #fff;

}
.hanging .overlay2 span{
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}




















.branches{
    position: relative;
 }
.branches .our-bran{
    position: absolute;
    top: 25%;
}
.branches .our-bran h1{
    font-size: 25px;
    color: #143D8A;
    font-weight: bolder;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.branches .our-bran .lead {
    font-size: 16px;
    font-weight: bold;
}


.branches .row{
    position: absolute;
    bottom:10% ;
    width: 75%;
}
.branches .our-address {
    background-color: #fff;
    padding: 23px;
    min-height: 290px;
}
.branches .our-address h4{
    color:#143D8A;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 3px;
}

.branches .our-address p {
    color: #c7c5c6;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 14px;
}

.branches .contact1{
    background-color: #fff;
     padding: 30px 31px 1px 30px;
}
.branches .contact1 textarea.form-control{
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
}
.branches .contact1 .btn{
    background-color: #143D8A !important;
    color: #fff !important;
    margin-top: 15px !important;
    padding: 4px 30px 24px 30px !important;
}
.branches .contact1 .form-group{
    margin-bottom: 10px;
}
.branches .contact1 .form-group input{
    background: transparent;
    color: #143D8A;
    border: none;
    border-bottom: 1px solid #c7c5c6;
    outline: none !important;
    font-size: 15px;
    height: 20px;

}
.branches .contact1 label{
    color: #b5b3b3;
    font-size: 12px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
     border-radius: 0 !important;
    -webkit-box-shadow:none !important;
     box-shadow: none !important;
 
}



























.news{
     background-color: #143D8A;
    color: #fff;
}
.news .container >div{
    padding: 5%;
}
.news .col-md-6{
    padding-right: 0 !important;
    padding-left: 0!important;
}
.news h1{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 27px;
    color: #fff;
}

.news span{
    border: 1px solid #fff;
    position: absolute;
    width: 5%;
    margin-left: -35px;
    margin-top: 8px;
}
.news p{
    font-size: 15px;
    margin-top: 35px;
}
.news .row{
    margin-right: 0!important;
    margin-left: 0!important;
}

.news .card{
display: flex;
}
.news .card .img-bx{
width: 50%;
}
.news .card .img-bx img{
    /*height: 50vh;*/
}

.news .card .content:hover {

 }
.news .card:hover .content {
    background-color:#143D8A !important;
    transition: .5s all ease-in-out;
}
.news .card:hover .content:before{
    border-color: transparent #143D8A !important;
    transition: .5s all ease-in-out;
}
.news .card .content{
    width: 50%;
    background-color: #7a7a7a;
    transition: .5s all ease-in-out;
    position: relative;
    padding: 15px;
}

.news .card .content1:before{
    content:"";
    display:block;
    width: 0;
    border-width: 15px 0px 15px 15px;
    border-style:solid;
    border-color: transparent #7a7a7a ;
    position: absolute;
    top: 116px;
    right: -15px;
    left:unset;
}
.news .card .content>div {
    max-height: 117px;
    overflow: hidden;
}

.news .card .content h2 a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.news .card .content p {
    font-size: 16px;
    color: #ffffffbd;
    margin-bottom: 18px;
    margin-top:5px;
    line-height: 20px;
}
.news .card .content a.read_more {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 25px;
    position: absolute;
    bottom: -12px;
    font-weight: bold;
}

.news .card .content a:hover{
    color: #7a7a7a;
}

















.partners{
    background-color: #f5f5f5;
    padding-bottom: 8%;

}
.partners h1{
    color: #616161;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
    padding-top: 50px;
}
.partners span{
    border: 1px solid #ebebeb;
    position: absolute;
    width: 7%;
    margin-left: -45px;
    margin-top: 5px;
}
.partners p{
    /*font-size: 13px;*/
    margin: 35px 0 50px;
    color: #7a7a7a;
}




















.alfouad{
    background-color: #143D8A;
    color: #fff;
    padding: 15px 0;
 }

.alfouad .social{
    padding: 18px 15px 0;

}
.alfouad .social ul li{
    display: inline-block;
    padding: 0 5px;

}
.alfouad .social ul li a{
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
.alfouad .nav-footer ul li{
    display: inline-block;
    padding: 0 30px 15px;
}
.alfouad .nav-footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.alfouad .nav-footer ul li a:hover {
    color: #fff;
}
.alfouad .footer-logo img{
    margin: 0 auto;
}

.alfouad .footer1{

}
.alfouad .footer1 p{
    font-size: 13px;
    padding-top: 10px;
}
.alfouad .footer1 a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.alfouad .footer1 a:hover{
    color: #fff;
    transition: .5s ease-in-out;
}
.modal .modal-dialog .modal-title{
    font-size: 25px;
    color: #143D8A;
    font-weight: bolder;
    text-transform: uppercase;

}
.modal .modal-dialog .modal-footer button{
    background-color: #143D8A;
    font-weight: bolder;
    color: #fff;
}
.alfouad .swan strong{
    color:#143D8A;

}
.alfouad .swan .credits a{
    color: #333324;
    text-decoration: none;
    transition: .5s ease-in-out;
}
.alfouad .swan .credits a:hover {
    color: #143D8A;
    transition: .5s ease-in-out;
}





















.details .row{
    margin-right: 0 !important;
    margin-left: 0 !important;

}
.details img{
    margin-right: 10px;
    max-width: 50%;
    float:left;
}

.details .details-about{
    padding: 4% 15% 0 0 !important;

}
.details .details-about h1{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 40px 0 25px 60px;
}
.details .details-about .pra {
    padding: 0 0 25px 60px;

}
.details .details-about .lead{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 17px;
    color: #595959;

}

.details .link{
    padding: 0 0 25px 60px;

}
.details .link ul li {
    display: inline-block;
    padding: 1px 10px;
}
.details .link ul li a{
    color: #FFFFFF;
    text-decoration: none;
}
.details .link ul .face {
    background: #3d5797;
    color: #fff;

}
.details .link ul .twit {
    background-color: #52aff3;
    color: #fff;

}
.details .link ul .plus {
    background-color: #c7c7c7;
}
.details .container .around{
    padding-top: 5%;
    padding-bottom: 5%;
    overflow-wrap: break-word;
}
.details .around{
    overflow-wrap: break-word;
}
.details .container .around .sh span{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #595959;

}


.parallax-title-inner{
    padding-top: 400px;
    padding-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}














 .contact{
    background-color:#fff;
    padding-bottom: 5%;
    padding-top: 5%;
}
.contact h1{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 27px;
}
.contact span{
    border: 1px solid #ebebeb;
    position: absolute;
    width: 5%;
    margin-left: -35px;
    margin-top: 8px;
}
.contact p{
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.contact .cap {
    font-size: 27px;
    text-transform: capitalize;
    color:  #143D8A !important;
    font-weight: 700;
    padding: 30px 0 5px;

}
 
.contact .form-group label{
    color: #212529;
    font-size: 15px;
    font-weight: bold;
    float: left;
 }

.contact .form-group .btn3{
    background-color: #143D8A;
    border: none;
     color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 7px;
}
.contact .map2 iframe{
    width: 100% !important;
    height: 420px !important;
}


















.branches-sec{
    background-color:#fff;
    padding-bottom: 5%;
    padding-top: 5%;
}

.branches-sec h1{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 27px;
}
.branches-sec span{
    border: 1px solid #ebebeb;
    position: absolute;
    width: 5%;
    margin-left: -35px;
    margin-top: 8px;
}
.branches-sec p{
    font-size: 15px;


}

.branches-sec .desc{
    margin-top:35px;
    margin-bottom: 35px;

}

.partner-carousel{
    direction: ltr;
}














.about-new{
    background-color:#f7f5ed;
    padding-bottom: 5%;
    padding-top: 5%;
}
.about-new h1{
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 27px;
}
.about-new span{
    border: 1px solid #ebebeb;
    position: absolute;
    width: 5%;
    margin-left: -35px;
    margin-top: 8px;
}
.about-new p{
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.about-new .curr{
    margin: 15px 0;
}
.about-new .curr .overlay{
    height: 50%;
    position: absolute;
    background-color: rgba(9, 9, 9, 0.63);
    bottom: 15px;
    width: 92%;
    top: unset;
    right: unset;
    left: unset;
}
/***************start last news*************************/
.about-new .curr .overlay h4 {
    color: #fff;
    font-size: 18px;
    margin: 14px 20px 0 0;
    font-weight: 600;
    letter-spacing: .7px;
}
.about-new .curr .overlay p {
    font-size: 18px;
    color: rgba(230, 230, 230, 0.89);
    margin: 5px 0 0;
}
.about-new .overlay .more a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.about-new .overlay .more a:hover {
    color: #e65e20;
}
 
.about-new  .more{
    padding: 13px;
}







.parallax-box{
    position:relative;
}
.parallax-box .overlay .logo-det{
    position: absolute;
    top: 30%;
    left: calc(50% - 125px);
    width: 250px;
}
.overlay.dark-1 {
    background-color: rgba(0,0,0,.1);
}
.overlay.dark-3 {
    background-color: rgba(0,0,0,.3);
}
.overlay {
    background: rgba(0,0,0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}


.select_city{
    display: inline-block;
    width: 24%;
}


/*************************************************************/



.papers, .papers:before, .papers:after {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
}
.papers {
    position: relative;
    width: 90%;
    padding: 2em;
    margin: 0px auto;
    margin-top: 40px;
    font-size: 12px;
    z-index: 1;
    min-height:200px;
}
.papers img{
    float: right;
}
.papers:before, .papers:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateZ(2.5deg);
    -o-transform: rotate(2.5deg);
    transform: rotateZ(2.5deg);
    z-index: -1;
}
.papers h4 {
    color: #143D8A;
    line-height: 1.4;
    font-weight: 600;
}
.papers p {
    text-align: left;
    margin: 1.5em 0;
}
.papers:after {
    -webkit-transform: rotateZ(-2.5deg);
    -o-transform: rotate(-2.5deg);
    transform: rotateZ(-2.5deg);
}















@media (min-width: 992px) and (max-width: 1200px)
{
    .header .overlay>div{
        left: 18% !important;
        top: 60% !important;
    }
    .header .overlay p{
        margin-bottom: 6%!important;
    }

    .latest-services .address-services span {
        width: 26%!important;
        margin-left: -45px!important;
    }
    .branches .our-bran {
        top: 13% !important;
    }
    .branches{
        margin-bottom: -19% !important;
    }
    .branches .row {
        width: 90% !important;
        bottom: 30% !important;
    }
    .news span {
        width: 9% !important;

    }
    .news .card {
        padding-bottom: 0 !important;

    }
    .partners span {
        width: 10% !important;
    }

    .alfouad .footer-logo {
        width: 35% !important;
        left: 33% !important;

    }
    .header .image .overlay-det {
        height: 75% !important;
    }
    .header .image .overlay-det .logo-det {
        top: 48% !important;
        left: 35% !important;
        width: 30% !important;

    }
    .branches-img span{
        width: 20% !important;
    }
     
    .branches{
        height: 778px !important;
    }
    .details .row {
         margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .details

}






@media (min-width: 768px) and (max-width: 991px)
{
    .header .overlay img {
        width: 25% !important;
        left: 38% !important;


    }
    .header .overlay>div{
        left: 9% !important;
        top: 53% !important;
    }
    .header .overlay p{
        margin-bottom: 6%!important;
    }
    .latest-services .address-services span {
        width: 26%!important;
        margin-left: -36px!important;
    }
    .branches .our-address {
        padding: 4% !important;
        width: 100% !important;
        margin-bottom: 1% !important;
     }
    .branches .contact1 {
        width: 100% !important;
    }
    .branches .our-bran {
        top: 0 !important;
    }
    .news span {
        width: 9% !important;

    }
    .news .card {
        padding-bottom: 20px !important;

    }
    .partners span {
        width: 12% !important;
    }

    .alfouad .footer-logo {
        width: 40% !important;
        left: 31% !important;

    }
    .header .image .overlay-det {
        height: 64%!important;
    }
    .details .details-about {
        padding: 0 15% 0 0 !important;
    }
    .details .details-about h1 {
        padding: 40px 0 5px 60px !important;

    }
    .details .details-about .pra {
        padding: 0 0 0 60px !important;
    }
    .header .image .overlay-det .logo-det {
        top: 48% !important;
        left: 35% !important;
        width: 30% !important;

    }
    .branches-img span{
        width: 14% !important;
        margin-left: -60px !important;
    }
     
    .branches{
        height: 778px !important;
    }
    .details .row {
         margin-left: 0 !important;
        margin-right: 0 !important;
    }

}




    @media (min-width: 480px) and (max-width: 767px)
{
        .header .overlay img {
            width: 25% !important;
            left: 38% !important;
            top: 27% !important;

        }
        .header .overlay>div{
            left: 9% !important;
            top: 60% !important;
        }
        .header .overlay p{
            margin-bottom: 6%!important;
            font-size: 9px !important;
        }
        .header .overlay .read-more a {
            font-size: 11px !important;
            padding: 3px 20px !important;
        }
        .latest-services .address-services span {
            width: 26%!important;
            margin-left: -65px!important;
        }
        .hanging .overlay2 p {
            top: 20% !important;
        }
        .branches .our-bran .lead {
            font-size: 14px !important;
            text-align: center;
        }
        .branches .our-bran h1{
            text-align: center;
        }
        .branches .our-address {
            padding: 4% !important;
            width: 100% !important;
            margin-bottom: 1% !important;
            margin-left: 18% !important;
        }
        .branches .our-address h4 {
            text-align: center;
        }
        .branches .our-address p{
            text-align: center;
        }
        .branches .contact1 {
            width: 100% !important;
            margin-left: 18% !important;
        }
        .branches .our-bran {
            top: 0 !important;
        }
        .news span {
            width: 14% !important;

        }
        .news .card {
            padding-bottom: 20px !important;

        }
        .partners span {
            width: 19% !important;
        }
        .alfouad .footer-logo {
            margin-top: 30px;
            width: 60% !important;
            left: 21% !important;
        }
        .header .image .overlay-det {
            height: 37% !important;
        }
        .header .image .overlay-det .logo-det {
            top: 48% !important;
            left: 35% !important;
            width: 30% !important;
    
        }
        .branches-img span{
            width: 20% !important;
        }
         
        .branches{
            height: 778px !important;
        }
        .details .row {
             margin-left: 0 !important;
            margin-right: 0 !important;
        }


}




@media (min-width: 360px) and (max-width: 479px)

{
    .header .overlay img {
        width: 30% !important;
        left: 36% !important;
    }
    .header .overlay>div{
        left: 0 !important;
        top: 7% !important;
    }
    .header .overlay p{
        visibility: hidden !important;
    }
    .header .overlay .read-more a {
        font-size: 9px !important;
        padding: 5px 20px !important;
    }
    .latest-services .address-services span {
        width: 26%!important;
        margin-left: -50px!important;
    }
    .hanging .overlay2 p {
        top: 7% !important;
    }
    .branches .our-bran .lead {
        font-size: 14px !important;
        text-align: center;
    }
    .branches .our-bran h1{
        text-align: center;
    }
    .branches .our-address {
        padding: 4% !important;
        width: 100% !important;
        margin-bottom: 1% !important;
        margin-left: 18% !important;
    }
    .branches .our-address h4 {
        text-align: center;
    }
    .branches .our-address p{
        text-align: center;
    }
    .branches .contact1 {
        width: 100% !important;
        margin-left: 18% !important;
    }
    .branches .our-bran {
        top: 0 !important;
    }
    .news span {
        width: 20% !important;

    }
    .news .card {
        padding-bottom: 20px !important;

    }

    .news .card .content h2
    {
        font-size: 12px !important;
        margin-top: -10px !important;
        margin-bottom: -20px !important;
    }
    .news .card .content p{
        margin-bottom: 0!important;
    }
    .partners span {
        width: 25% !important;
    }

    .header .image .overlay-det {
        height: 29% !important;
    }
    .header .image .overlay-det .logo-det {
        top: 48% !important;
        left: 35% !important;
        width: 30% !important;

    }
    .branches-img span{
        width: 20% !important;
    }
     
    .branches{
        height: 778px !important;
    }
    .details .row {
         margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
}
@media (min-width: 360px) and (max-width: 769px)

{
    .news .card {
        display: block;
    }
    .news .card .img-bx,
    .news .card .content
    {width: 100%;display: block}
    .news .card .content h2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .news .card .content a.read_more{
        position: relative;
        bottom: 0px;
        padding: 15px;
    }

    .alfouad .footer1 {

    }

    .alfouad .footer-logo {
        width: 100%;
        position: relative;
        left: auto;
    }
    .alfouad .social {
        text-align: center;
    }
    .news .card .content1:before {
        content: none;
        display: none;
    }
    .partner-carousel .owl-nav{display: none}
}