input{
    /*font-family: "cairo";*/
    /*font-size: .8rem !important;*/
    height: 55px;
}

.cairo{
    font-family: "cairo";
}

.modal-content  , .btn , .alert{
    /*border-radius: 0px !important;*/
}
.bg-gray-light{
    background: #f6f7fb;
}
.form-control{
    line-height: 2.5 !important;
    border-color: #AABEFF;
}
.text-gray{
    color: #9f9f9f;
}
.wrap_container{
    min-height: 600px;
    padding-bottom: 50px;
}
.logo{
    height: 185px;
    margin-top: 4px;
}
.wrap_slider{
    overflow: hidden;
}

.header_icn img{
    width: 45px;
}

.wrap_social{

}
.wrap_social a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #d6af00;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}





/*here*/
.wrap_menu{
    background: #F4FAFF;
}
footer{
    background: #001B3B;
}
.logo_footer{
    width: 120px;
}
.btn_call{
    background: #379BF9;
    border-radius: 30px;
    border: 1px soild #FFF;
    color: #FFF;
    display: inline-block;
    padding: 15px 30px;
    font-size: 17px;
}
.btn_call img{
    width: 24px;
    margin-left: 10px;
    display: inline-block;
}
.btn_call span{
    font-family: arial;
    display: inline-block;
    margin-top: 4px;
    vertical-align: middle;
}
.block_sevice{
    height: 420px;

}
.block_sevice img{
    height: 100%;
    width: 100%;
}
.block_sevice h4{
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
}

/* ============ mobile view ============ */

body.offcanvas-active{
    overflow:hidden;
}

.offcanvas-header{
    display:none;
}

.screen-darken{
    height: 100%;
    width:0%;
    z-index: 3000;
    position: fixed;
    top: 0;
    right: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
    z-index:1030;
    transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
@media all and (max-width: 991px) {

    .offcanvas-header{
        display:block;
    }

    .mobile-offcanvas{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0;
        display:block;
        position: fixed;
        top: 0;
        left:0;
        height: 100%;
        width:80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show{
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
        display: block;
    }

}
/* ============ mobile view .end// ============ */


.nav-link.btn-close{
    width: auto !important;
    height: auto !important;
    background:none !important;
    padding: .5rem 1rem !important;
}
.wrap_RECOED{
    
}
.wrap_RECOED img{
    width:60px;
}
.btn_footer_contact{
    
}
.btn_footer_contact img{
    width: 30px;
}