html {
    scroll-behavior: smooth;
}
body {
    direction: rtl;
    text-align: right;
    font-family: 'Droid Arabic Kufi', serif ;
    padding: 0;
    margin: 0;
}
.navbar {
    background-color: #FFF!important;
    margin-bottom: 100px;
}
.navbar .navbar-brand img {
    width: 80px;
}
@media (max-width: 767px) {
    .navbar .navbar-brand img {
        width: 50px;
    }
}
/* Start class global */
.contact-form .custom-alert {
    padding: 5px 10px;
    display: none;
}
.m-t-p {
    margin-top: -80px;
}
@media (max-width: 767px) {
    .m-t-p {
        margin-top: 0;
    }
}
.btn-tam {
    border-radius: 120px;
    padding: 6px 12px;
    background-color: transparent;
    border: 2px solid #ff3571!important;
    color: #333;
    margin-top: 20px;
    position: relative;
    top: 2px;
    transition: all .3s ease-in-out;
}
.btn-tam:hover {
    background: #ff3571!important;
    color: #FFF;
    box-shadow: 3px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0px;
}
.btn-tam i {
    font-size: 24px;
    position: relative;
    top: 3px;
    color: #333!important;
    transition: all .3s ease-in-out
}
.btn-tam:hover i {
    color: #FFF!important;
}
.btn-tam:focus {
    outline: none;
}
.title-dg-one {
    font-size: 55px;
    font-weight: bold;
}
@media(max-width: 767px) {
    .title-dg-one {
        font-size: 25px;
        text-align: center;
    }
    .lead {
        font-size: 1rem;
        text-align: center;
    }
}
/* End class global */
/* Start Header */
.header {
    background: url('../images/20943691.jpg') no-repeat;
    background-size: 1000px;
    background-position: left center;
    height: 100vh;
    min-height: 600px;
}
.header .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 50px;
    max-width: 580px;
}
.header .content h1 {
    font-size: 70px;
    font-weight: bold;
}
.header .content h1 span {
    color: #4f37ff
}
.header .content p {
    color: #333;
    line-height: 2em;
    font-size: 16px;
}
.header .content a {
    color: #ff3571;
    margin-top: 60px;
    display: block;
}
.header .content a:hover {
    text-decoration: none;
}
@media(max-width: 767px) {
    .header {
        background-size: contain;
        background-position: center center;
        background-color: #FFF;
    }
    .header .content {
        background-color: rgba(255,255,255,.8);
        color: #333;
        padding:5px;
        text-align: center;
    }
    .header .content h1 {
        font-size: 30px;
        text-align: center;
    }
}
/* End Header */
/* Start Links Icons */
.links-icons {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 99;
}
.links-icons .link-icon {
    width: 40px;
    height: 40px;
    background: #FFF;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    color: #333;
    line-height: 1.7em;
    border: 1px solid #333;
    display: block;
    transition: all .3s ease-in-out;
    margin-top: 10px
}
.links-icons .link-icon:hover {
    color: #FFF;
    background: #ff3571!important;
    border: 1px solid #ff3571;
}
/* End Links Icons */
/* Start About Us */
.about-us {
    margin-top: 80px;
}
.about-us p {
    line-height: 2em;
    color: #666
}
/* End About Us */
/* Start Our services */
.our-services {
    margin-top: 80px;
}
.our-services .service h3 {
    font-size: 20px;
    margin-top: 40px;
    position: relative;
    padding-right: 60px;
    color: #333
}
.our-services .service h3 i {
    background-color: #ff3571;
    color: #FFF;
    padding-top: 12px;
    border-radius: 10px;
    margin-left: 20px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 0.9em;
    position: absolute;
    right: 0;
    top: 0
}
.our-services .col-md-6:nth-child(2) .service h3 i {
    background-color: #4f37ff;
}
.our-services .col-md-6:nth-child(3) .service h3 i {
    background-color: #0062cc;
}
.our-services .col-md-6:nth-child(4) .service h3 i {
    background-color: #ffc107;
}
.our-services .service p {
    padding-right: 60px;
    color: #777
}
/* End Our services */
/* Start Our Features */
.our-feat {
    margin-top: 120px;
}
.our-feat h2 {
    margin-bottom: 30px;
}
.our-feat h2 ~ p.lead { 
    margin-bottom: 100px;
}
.our-feat .col-md-6 {
    position: relative
}
.our-feat .feat-content h3 {
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 50px;
}
@media(max-width: 767px){
    .our-feat h2 {
        margin-bottom: 10px;
    }
    .our-feat .feat-content h3 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
    }
    .our-feat h2 ~ p.lead { 
        margin-bottom: 10px;
    }
}
/* End Our Features */
/* Start What say about Us */
.what-say-us {
    position: relative;
    padding: 20px;
    resize: none;
    margin-top: 140px;
    overflow: hidden;
}
.what-say-us::after {
    content: "";
    display: block;
    background: #f2f2f2;
    transform: skew(0deg,-5deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    z-index: -1;
}
.what-say-us h2 {
    margin-top: 80px;
}
.what-say-us p {
    margin: auto
}
.what-say-us img {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    border: 2px solid #FFF;
    margin-bottom: 30px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.what-say-us .w-s-u-c {
    background: #FFF;
    padding: 12px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    max-width: 600px;
}
.what-say-us .w-s-u-c:before {
    content: "";
    display: block;
    border: 11px solid transparent;
    border-right: solid 7px transparent;
    border-bottom: solid 19px #FFF;
    width: 0;
    position: absolute;
    top: -29px;
    right: 30px;
}
@media(max-width: 767px) {
    .what-say-us img {
        max-width: 50px;
        max-height: 50px;
        margin-top: 30px;
    }
    .what-say-us .w-s-u-c:before {
        content: "";
        display: block;
        border: 11px solid transparent;
        border-right: solid 7px transparent;
        border-bottom: solid 19px #FFF;
        width: 0;
        position: absolute;
        top: -29px;
        right: 16px;
    }
    .what-say-us .w-s-u-c h3 {
        font-size: 20px;
    }
    .what-say-us .w-s-u-c p {
        font-size: 14px;
    }
}
/* End What say about Us */
/* Start Contact Us */
.contact-us {
    position: relative;
    margin-top: 140px;
}
.contact-us::after {
    content: "";
    display: block;
    height: 100%;
    background: #f2f2f2;
    transform: skew(0deg,5deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.contact-us .contact-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #f2f2f2;
    border-radius: 50%;
    border-top: 3px solid #ff3571;
    padding: 20px;
}
.contact-us .contact-icon i {
    font-size: 60px;
}
.contact-us .form-contact-us {
    z-index: 99;
    width: 100%;
    display: inline-block;
    margin-top: 110px;
    margin-bottom: 30px;
}
.contact-us .form-contact-us h3 {
    font-weight: bold;
    margin-bottom: 40px;
}
.contact-us .form-contact-us form {
    margin: auto;
    width: 100%;
}
.contact-us .form-contact-us form div div .form-group {
    margin-top: 30px
}
.contact-us .form-contact-us .form-group {
    position: relative;
}
.contact-us .form-contact-us .form-group .form-control {
    position: relative;
    font-size: 16px;
    z-index: 2;
    background: #fff;
    color: #333;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    padding: 30px 18px;
}
.contact-us .form-contact-us .form-group {
    margin-bottom: 30px;
}
.contact-us .form-contact-us .form-group .form-control + label {
    position: absolute;
    top: -2.5rem;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.3s;
    transform: translateY(0rem);
    z-index: 1;
}
.contact-us .form-contact-us .form-group .form-control:placeholder-shown + label {
    opacity: 0;
    visibility: hidden;
    top: 0rem;
    color: #ff3571 !important
}
.contact-us .form-contact-us form button {
    background: #ff3571;
    border: none
}
/* End Contact Us */
/* Strat Footer */
.footer {
    margin: 60px 0;
}
.footer a {
    color: #ff3571;
    transition: all .3s ease-in-out
}
.footer a:hover {
    text-decoration: none;
    color: #0062cc
}
/* Begin Page Hosting */
.page-hosting {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 140px 0;
    background: #262626;
}

.page-hosting .card {
    position: relative;
    max-width: 300px;
    height: auto;
    background: linear-gradient(-45deg, #fe0847, #feae3f);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
}

.page-hosting .card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.page-hosting .col-sm-4:nth-child(1) .card,
.page-hosting .col-sm-4:nth-child(1) .card .title .fa {
    background: linear-gradient(-45deg, #f403d1, #64b5f6);
}

.page-hosting .col-sm-4:nth-child(2) .card,
.page-hosting .col-sm-4:nth-child(2) .card .title .fa {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.page-hosting .col-sm-4:nth-child(3) .card,
.page-hosting .col-sm-4:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.page-hosting .card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
    -webkit-transform: skewY(-5deg) scale(1.5);
    -moz-transform: skewY(-5deg) scale(1.5);
    -ms-transform: skewY(-5deg) scale(1.5);
    -o-transform: skewY(-5deg) scale(1.5);
}

.page-hosting .title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.page-hosting .title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    z-index: 2;
}

.page-hosting .price {
    position: relative;
    z-index: 2;
}

.page-hosting .price h4 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 60px;
}

.page-hosting .option {
    position: relative;
    z-index: 2;
}

.page-hosting .option ul {
    margin: 0;
    padding: 0;
}

.page-hosting .option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 14px;
}
.page-hosting .card {
   margin-bottom: 50px;
}
.page-hosting .card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #262626;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.page-hosting .card a:hover {
    text-decoration: none;
}
.page-hosting .navbar-nav .dropdown-menu {
   text-align: right;
}
.page-hosting .header-text {
   color: #FFF;
   text-align: center;
   margin-bottom: 80px
}
/* End page Hosting */
/* Begin Home Posts */
.home-posts {
    padding: 0;
    position: relative;
}
.home-posts .posts-content {
    background-color: #f2f2f2;
}
.home-posts .post {
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 0;
    transition: all .3s ease-in-out;
    height: 460px;
}
.home-posts .header-post {
    min-height: 230px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-posts .post:hover {
    transform: translateY(-15px)
}
.home-posts .post:hover a {
    text-decoration: none;
}
.home-posts .post:hover h2 {
    color: #ff3571
}
.home-posts .post:hover h2:after {
    background-color: #4f37ff;
}
.home-posts .post h2 {
    font-size: 20px;
    color: #333;
    transition: all .3s ease-in-out;
}
.home-posts .post h2:after {
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 45%;
    height: 5px;
    background:#ff3571;
    transition: all .3s ease-in-out;
    border-radius: 5px;
}
.home-posts .post .body-post {
    padding: 12px
}
.home-posts .post .body-post p {
    /* background-color: #f2f2f2; */
    color: #666
}
.home-posts .btn {
    font-size: 22px !important;
    transition: all .3s ease-in-out;
    background-color: #ff3571;
    border-color: #ff3571;
    
}
.home-posts .btn:hover {
    transform: translateX(-7px);
}
/* End Home Posts */
/* Begin Page Privacy */
.page-privacy {
    background-color: #f2f2f2;
    padding: 80px 0
}
.page-privacy h1 {
    margin-top: 80px;
    font-size: 40px;
    font-weight: bold;
}
.page-privacy .page-privacy-content {
    background: #FFF;
    margin-top: 80px;
    padding: 40px;
    border-radius: 10px;
    
}
.page-privacy .page-privacy-content h3,
.page-privacy .page-privacy-content h2 {
    margin-top: 70px;
}
.page-privacy .page-privacy-content h2 {
    font-size: 32px;
    font-weight: bold;
}
/* End Page Privacy */