*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: "El Messiri", sans-serif;
    font-family:Cairo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    color: #000;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
ul
{
    list-style: none;
}
a,
a:focus,
i:focus,
button:focus,
a:hover,
a:visited {
    color: #000;
    text-decoration: none;
    outline: 0px !important;
}


/*start emails*/
.emails{
    background: #2D3E50;
    color: #fff;
}

.emails ul {
    display: -webkit-box;
    margin-left: 86px;
}
.emails span.b1 {
    padding-right: 5px;
    color: #fff;
    cursor: pointer;
}
.emails span {
    color: orange;
}
.emails i.fas.fa-chevron-down {
    margin: 17px -6px 0 0;
}
.emails li {
    margin-left: 12px;
    padding-top: 11px;
}
.emails .icons.text-center i {
    font-size: 25px;
    padding-left: 22px;
    padding-top: 11px;
    cursor: pointer;
}
.emails .icons.text-center i.face:hover{
    color: #2b43ff;
}
.emails .icons.text-center i.twi:hover{
    color: #1e4ba0;
}
.emails .icons.text-center i.what:hover{
    color: #28a745;
}
.emails .icons.text-center i.git:hover{
    color: #b01f6a;
}
.emails .links.text-center {
    padding: 10px 0 0 0;

}

.emails .links a {
    padding: 0 10px 0 0;
    font-size: 18px;
    color: #5c7186;

}
.emails .links a.red {
    color: red;
    border-left: 1px solid #5c7186;
    padding-left: 8px;
}

/*End emails*/

/*start popup*/
.popup {
    width: 284px;
    position: absolute;
    z-index: 1;
    top: 54px;
    right: 179px;
}
.pop-none{
    display: none;
}

.list-group-item {
    text-align: right;

}
.popup .list-group-item:hover{
    background: #2d3e50;
    color: #fff;
    cursor: pointer;
}
.popup i{
    float: right;
    margin: 4px -8px 0 6px;
    cursor: pointer;
    color: #9c9494;
}

/*End popup*/



/*start NAV*/
nav .navbar-brand img{
    width: 135px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle
{
    color: #f3964a;
    width: 100px;
    margin-right: 13px;
}

nav a.nav-link{
    color: #2d5b97;
    border-left: 1px solid #f0f7ff;
    margin-right: 5px;
}
nav ul.navbar-nav.mr-right {
    margin-right: 32px;
}
nav li a.none-border{
    border-left:none;
}nav .fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
    color: #2d3e50;
    }
a.nav-link:hover,
a.nav-link.active {
    font-weight: bold;
    color: #e41e25 !important;
    /* font-size: 20px; */
    border-bottom: 4px solid;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
nav .sinup{
    border: transparent;
    background: no-repeat;
    font-size: 21px;
    font-weight: inherit;
    cursor: pointer;
    float: left;
    margin-right: 15px;
}
nav .sinup:hover{
    color: #f3964a;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
nav .login{
    cursor: pointer;
    color: #f3964a;
    border: none;
    width: 100px;
    float: left;
    border-radius: 4px;
    margin-right: 13px;
    background-color: #545b62;
    border-color: #4e555b;
    height: 40px;

}

/*End NAV*/
/*start info*/
.info{
    padding: 40px 0;
}
.info .breadcrumb{
    background: no-repeat;
    border: 1px solid #dadada;

}
.info .breadcrumb .home{
    color: #5356ff;
}
.info .breadcrumb{
    border: 1px solid #ffff;
    background: #fff;
}
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item+.breadcrumb-item{
    padding-left: 0px;
    padding-right: 0px;

}

/*End info*/

/*start img*/
.img img {
    margin: -18px 0 34px 0px;
    width: 623px;
    border: 10px solid #2d3e50;
}



/*End img*/

/*start cards*/
.cards{
    padding: 0 0 40px 0;
}
.cards .card-body{
    padding: 0px;
}
.cards .card-title {
    margin-bottom: .75rem;
    text-align: right;
    padding-right: 3%;
    width: 100%;
    background: #2D3E50;
    height: 55px;
    line-height: 49px;
    color: #fff;
}

.cards p {
    line-height: 2.3;
    color: #444;
    font-size: 22px;
    padding: 10px 25px;
}
.cards h4 {
    text-align: right;
    padding: 0 24px 0 0;
    font-size: 20px;
}
.cards i.fas.fa-share-alt {

    float: right;
    padding: 4px 0px 0 4px;
}
.cards ul{
    display:-webkit-inline-flex;
    float: right;
    padding: 0 18px 0 0px;
}
.cards ul li{
    display: block;
    padding: 0 13px;
}
.cards ul li i{
    font-size: 54px;
    padding-top: 10px;
    padding-bottom: 11px;
    cursor: pointer;
}
.cards ul li i:hover{
    transform: translate(11px, 0px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -webkit-transform: translate(11px, 0px);
}
.cards ul li i.fac{
    color: #222298;
}
.cards ul li i.twi{
    color: #1e4ba0;
}
.cards ul li i.yout{
    color: #b01f1f;
}
/*end cards*/

/*start our-services*/
.our-services{
    padding: 50px 0;
    color: #000;
}
.our-services i.fas.fa-heart {
    position: absolute;
    left: 54px;
    top: 16px;
    font-size: 19px;
    color: #fff;
    background: #2d3e50;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 36px;
    cursor: pointer;
}
.our-services i.fas.fa-heart.red{
    color: red;
    background: #000;
}
.our-services h2{
    margin: -35px 0px 10px 0;
    text-align: right;
    color: #f00;
}
.our-services h2::after{
    width: 240px;
    height: 3px;
    background: #f00;
    overflow: hidden;
    content: '';
    display: block;
    text-align: right;
    right: 120px;
    position: absolute;
    margin: 3px 0px 16px 0;
}

.our-services .owl-item .information{
    background-color: #fff;
    border: 1px solid #eee;
    width: 90%;
    border-radius: 30px;
    height: 453px !important;
}
.owl-carousel .owl-item img {
    display: block;
}
.owl-carousel .owl-item h5{
    color: #b22d32;
    padding: 9px 0 2px 0%;
}
.owl-carousel .owl-item  p{
    font-size: 15px;
    line-height: 1.5;
}
.owl-carousel .owl-item button {
    color: #fff;
    border: none;
    background: #2d3e50;
    width: 40%;
    height: 10%;
    border-radius: 5px;
}

.owl-carousel .owl-item button:hover{
    color: #3695C6;
    transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
}

/*start owl-carousel*/

.owl-dots{
    display: none;
}
.owl-nav{
    display: block;
    position: absolute;
    top: -96px;
    left: 83px;
}
.owl-theme .owl-nav {
    margin-top: 16px;
    margin-bottom: -19px;
}
.owl-next span,
.owl-prev span{
    font-size: 45px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
    display: block !important;
}
.owl-next span:focus,
.owl-prev span:focus{
    display: none;
}
/*end owl-carousel*/

/*end our-services*/

/*start footer*/
footer{
    background-color: #191f25;
    padding: 40px 0;
}
footer .logo{
    text-align: left;
}
footer .logo h2 {
    color: #ac2022;
    font-size: 22px;
    margin-bottom: 32px;
}
footer .logo img {
    width: 181px;
    margin-bottom: 20px;
}
footer .logo img:hover{
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
footer ul{
    text-align: center;
    color: #fff;
}
footer ul li{
    margin-bottom: 15px;
}
footer ul li a{
    color: #fff !important;
}
footer ul li a:hover{
    color: #ac2022 !important;
}
footer .info{
    text-align: right;
}
footer .info img{
    margin-bottom: 20px;
}
footer .info p{
    color:#fff
}
/*end footer*/
/*start copyright*/
.copyright{
    background: #14171c;
    padding: 30px 0;

}
.copyright .icons i{
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}
.copyright .icons i.face:hover{
    color: #2b43ff;
    transform: translate(0px, -10px);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
.copyright .icons i.twi:hover{
    color: #1e4ba0;
    transform: translate(0px, -10px);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
.copyright .icons i.what:hover{
    color: #28a745;
    transform: translate(0px, -10px);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
.copyright .icons i.git:hover{
    color: #b01f6a;
    transform: translate(0px, -10px);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
.copyright .information{
    color: #fff;
    font-size: 17px;
}
.copyright  span {
    color: #a82022;
    font-size: 17px;
    padding: 0 10px;
    font-weight: bold;
}
.copyright h5{
    color: #5d5a5a;
    font-size: 20px;
    padding-top: 54px;
    text-align: -webkit-center;
}
/*end copyright*/



@media only screen and (max-width: 600px) {
    .popup {
    top: 133px;
    right: 112px;
}
    .emails ul {
        display: -webkit-box;
        margin: 1px auto 10px;
        padding-left: 32%;
    }
    .emails .icons.text-center {
        text-align: center;
        margin: 10px 17px 0 0;
    }
    .cards p {
        line-height: 2.3;
        color: #444;
        font-size: 16px;
        padding: 10px 25px;
    }
    .our-services .owl-item .information {
        background-color: #fff;
        border: 1px solid #eee;
        width: 100%;
        overflow: hidden;
        border-radius: 13px;
        height: 470px !important;
    }
    footer .info {
        text-align: center;
    }
    footer .logo {
        text-align: center;
    }
    .copyright .info {
        color: #fff;
        font-size: 17px;
        text-align: center;
    }
    .copyright h5 {
        padding-top: 20px;
    }
}




/* end responsive*/
