body {

    overflow-x: hidden;
    /* remove scroll from bottom of page*/
    text-align: right;
    font-family: 'Cairo', sans-serif;
    direction: rtl;

}

.navbar-brand {

    width: 16%;
    height: 10%;
    display: block;
    float: right;

}

.navbar-light .navbar-toggler-icon {

    border: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(58,172,203,0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

.navbar-nav {

    float: left;
    /*to change text direction of navbar text */

}

.navbar-toggler:focus,
.navbar-toggler:hover {

    outline: none;

}

.navbar-light .navbar-toggler {

    border: none;
    border-color: transparent;

}

#myBtn {

    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #233142;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {

    background-color: white;
}

.fa-arrow-up:hover {

    color: #233142
}

.fa-arrow-up {

    padding: 0.7rem;
    color: white;

}

.header-img {

    backface-visibility: visible;
    width: 100%;
    float: left;
    margin-right: 3rem;

}

.header-back {

    background-image: url(../imgs/header-side.jpg);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;

}

.header-text {

    margin-top: 8rem;
    margin-left: 2rem;
    margin-right: 5rem;
    visibility: visible;
    font-size: -webkit-xxx-large;
    backface-visibility: visible;
    font-family: cairo;

}

.under-line {

    border-bottom: 2px solid #3AADE6;
    width: 6%;
    padding-top: 1rem;
    margin: 0 auto;
    margin-bottom: 2rem;

}

.who-img {

    margin-left: 2rem;
    width: 80%;

}

.who {

    text-align: center;
    padding-top: 3rem;
    font-family: cairo;
    font-weight: 400;

}

.who-text {

    font-size: x-large;
    font-family: cairo;
    margin-top: 7rem;
}



.what {

    text-align: center;
    margin-top: 3rem;
    font-family: cairo;
    font-weight: 400;

}

.offer-container {

    width: 100%;
    margin: auto;
}

#offer {

    background-image: url(../imgs/we-offer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.offers-img {

    padding-top: 2rem;
    width: 50% !important;
    margin: 0 auto;

}

.offers-title {

    font-size: 12 px;
    text-align: center;
    font-family: cairo;

}

#server-title {

    padding-top: rem;
    border: none;
    font-family: cairo;

}

#server-img {

    margin-bottom: 1.8rem;

}

.card {

    margin-top: 3rem;
    border-radius: 10%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem;
    border: hidden;

}

.card-text {

    color: #233142;
    text-align: center;
    font-family: cairo;

}

#owl-offers {

    margin: auto;

}

.owl-theme .owl-nav {

    font-size: 50px;
    text-align: center;
    margin-right: 1rem;

}

.owl-carousel {

    padding: 3rem;

}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {

    padding: 0 10px !important;

}

.owl-dots {

    text-align: center;
    -webkit-tap-highlight-color: transparent;
    visibility: hidden;

}

.prv-work {

    background-image: url(../imgs/bg30-Ar1web.gif);
    padding-bottom: 2rem;
    padding-top: 2rem;

}

#our-work-cards {

    border-radius: 10%;

}

.card-shadow {

    box-shadow: 0 10px 20px rgba(77, 74, 74, 0.5)
}

.work-img {

    border-radius: 10%;
}

.watch-more {

    border-radius: 40px;
    background-color: #233142;
    color: white;
    padding: 10px 60px;
    box-shadow: 0 10px 20px rgba(77, 74, 74, 0.5);
    text-align: center;
    margin: 0 auto;

}

.watch-more:hover {

    color: #3AADE6;

}

#articles {

    background-image: url(../imgs/articles.jpg);
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-attachment: fixed;

}

.article-container {

    margin: auto;
    padding-top: 2rem;

}

.article-img {

    border-radius: 10%;
    width: 100%;

}

.card-shadow-article {

    box-shadow: 0 10px 20px rgba(77, 74, 74, 0.5);

}

.read-more {

    background-color: #233142;
    padding: 10px 20px;
    color: white;
    border-radius: 30px;
    float: right;

}

.read-more:hover {

    color: #3AADE6;

}

.float {

    float: left;

}

.read-more-article {

    background-color: #233142;
    padding: 10px 30px;
    color: white;
    border-radius: 30px;
    margin-bottom: 2rem;

}

.read-more-article:hover {

    color: #3AADE6;

}

.more-button {

    text-align: center;
    margin: auto;

}

.clients {

    padding-top: 4 rem;
    padding-right: 2.5rem;
    margin: 0 auto;

}

#owl-clients {

    width: 100%;
    margin: auto;

}

.owl-carousel .owl-item img {

    display: block;
    width: 100%;
    height: 140px;
    border-radius: 10%;
    width: 190px;
    margin: auto;

}

#our-client {

    background-image: url(../imgs/our-client-bg.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 3rem;
    background-repeat: no-repeat;
    background-position: center bottom;

}

.owl-carousel {


    margin: auto;

}

.vertical-line {

    border-right: 5px solid #3AADE6;
    height: 50px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}


.head-line {

    font-family: cairo;
    margin-right: 1rem;
    margin-bottom: 1rem;

}

a:hover {

    text-decoration: none !important;

}

.project-img {

    margin: auto;

    width: 50%;
}


.project {

    margin: auto;
}

.project-text {

    background-image: url(../imgs/details-bg.png);
    padding: 3rem;

}

.owl-prev:hover {

    background-color: transparent;
}

.p-text {

    color: white;
    font-family: cairo;
}

.card-carousel {

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    direction: rtl;
    padding-bottom: 24rem;
    padding-left: 20rem;
}

.card-carousel .my-card {

    height: 20rem;
    width: 12rem;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.6) translateY(-2rem);
    transform: scale(0.6) translateY(-2rem);
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition: 1s;
}

.card-carousel .my-card:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100%;

    bottom: -5rem;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.card-carousel .my-card.active {
    z-index: 3;
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
}

.card-carousel .my-card.prev,
.card-carousel .my-card.next {
    z-index: 2;
    -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
    transform: scale(0.8) translateY(-1rem) translateX(0);
    opacity: 0.6;
    pointer-events: auto;
    transition: 1s;
}






.pagination {

    margin: auto;
    direction: rtl;
    padding-bottom: 2rem;
}

.page-link {

    color: #1e8beb;
}

.page-link:hover {

    color: white;
    background-color: #1e8beb;
}

.microsoft {

    padding-bottom: 3rem;
    margin-right: 15rem;
    margin-left: 15rem;
    box-shadow: 0 10px 20px rgba(77, 74, 74, 0.5);
    margin: auto;
    padding: 1rem;
}

.container-back {

    background-image: url(../imgs/bg30-Ar1web.gif);
    padding-bottom: 3rem;
    padding-top: 2rem;
    margin: auto;

}

.card-img-mic {

    width: 100%;
    margin: auto;


}

.card-text {

    padding: 1rem;
    margin: auto;

}

.card-text-work {

    margin: 0rem;
}

#footer {

    background-image: url(../imgs/footer.jpg);
    background-position: center bottom;
    padding-bottom: 10rem;
    background-size: 100%;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    display: block;
    box-sizing: border-box;

}

#footer {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url(../imgs/footer.jpg);

}

#footer-vec {

    width: 40%;
    margin-top: 2rem;

}


.footer-logo {

    width: 11%;
    display: inline-block;
    float: right;
    padding-top: 3rem;

}

.footer-text {

    padding-top: 3rem;
    margin-right: 2rem;
    color: white;
    font-family: cairo;
    display: inline-block;

}

.address {

    color: white;
    margin: auto;
    font-size: large;
    float: right;
    display: block;
    padding: 2rem;
    font-family: cairo;

}

.social {

    box-sizing: border-box;
    font-size: 50px;
    display: block;
    margin: auto;
    padding: 2rem;
    margin-right: 2rem;

}

.social a {

    color: white;
    padding-top: 2rem;


}

.fa-facebook-f:hover {

    color: #3323ad;

}

.fa-twitter:hover {

    color: #1e8beb;

}

.fa-whatsapp:hover {

    color: rgb(24, 221, 24);

}

.fa-linkedin:hover {

    opacity: 0.8;

}

.fa-instagram:hover {

    opacity: 0.8;

}

.fab {

    padding: 1rem;

}

div {

    display: block;

}