

.space {
    padding-top: 100px;
}

.bgh {
    background-image: url("\img\bg.jpg");
}

.imgg{
    
    height:84vh;
}
.mp{
        margin-top: 61px;

}
.img-sp{
    padding:15px;
        height: inherit;

}
.ca{
    height: 480px;
}
.tz{
      display: flex;
    justify-items: center;
    justify-content: center;
}
.app4{
    padding: 6px;
    background-color: #c1cc23;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.345px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    width: 35vh;
    border:none;
  border-radius: 50px 20px;
}

.app3{
    padding: 6px;
    background-color: #c1cc23;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.35px;
    line-height: 19px;
    text-align: center;
    font-weight: normal;
}
/*** Navbar ***/
.navbar {
    position: fixed;
    z-index: 8;
    width: 100%;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.ser {
    position: relative;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: bold;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.img-about {
    background-image: url("../img/frame.jpeg");
    background-size: contain;
    width: 100%;
    height: 100%;
}

.title-about {
    color: #000000;
    font-family: 'Tajawal', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;

}

.vision {
    letter-spacing: 0.5px;
    font-weight: normal;
    font-family: "Tajawal", Sans-serif;
    font-size: 18px;
    margin-top: 50px;
    margin-right: 20px;
    text-align: center;
}
.vision2 {
    font-weight: normal;
    font-family: "Tajawal", Sans-serif;
    font-size: 18px;
   margin-right: 41px;
    text-align: right;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.droid-arabic-kufi {
   font-family: 'Tajawal', sans-serif;

}

.services {
     font-family: 'Tajawal', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #bfd630;
}

.line {
    border: 1px solid;
    width: 20%;
    display: flex;
}

.line2 {
    border: 1px solid;
    width: 100%;
    display: flex;
}

.phone_numbers {
    display: flex;
    justify-content: center;
}

.phone_numbers ul li:hover {
    background: #c1cc23;
    color: #fff;
}

.phone_numbers ul {
    list-style: none;
}

.phone_numbers ul li {
    float: left;
    padding: 5px;
    width: 230px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.phone_numbers ul li a {
    text-decoration: none;
    color: #4d4d4f;
    font-weight: 600;
}

/*slider*/

.card {
    padding: 0;
}

.left {
    background-color: whitesmoke;
    font-family: "Trirong", serif;
    border-radius: 6px;
    width: 36%;
}

.button-home {
    border: 1px;
    width: 40%;
    height: 42px;
}

.button-home:hover {
    background-color: #bfd630;
}

.contact_us_description {
    text-align: center;
    width: 1130px;
    color: #808080;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    
    /*.online_service_second_block {*/
    /*background: #f7f7f7;*/
    /*height: 56vh !important;*/
    /* width: 97% !important; */
    /*position: relative;*/
    /*padding: 30px 65px;*/
    /*}*/
    
    /*online_service_first_block{*/
            /* background: #c1cc23; */
    /*height: 56vh  !important;*/
    /* width: 97% !important; */
    /*position: relative;*/
    /*}*/
  

.phone_numbers ul{
        /*margin-left: 113px;*/

}
    .offset-md-2 {
        margin-left: 0px;
    }

    .left {
        background-color: whitesmoke;
        font-family: "Trirong", serif;
        border-radius: 6px;
        width: auto;
    }
}
@media (max-width: 1050px) {
 
    .plus {
    position: absolute;
    top: 59px;
    left: 208px !important;
}
}

@media (max-width: 900px) {
      .show-link {
    position: relative;
    left: 28px !important;
    bottom: 38px;
}
.services {
     font-family: 'Tajawal', sans-serif;
    /*font-size: 34px;*/
    font-weight: 600;
    color: #bfd630;
}
    .ca {
    height: 485px;
}

    .ww{
            margin-top: 59px !important;
            text-align:center;

    }
    .pp{
            margin-top: 36px !important;

    }
    .ss{
            margin-top: 99px !important;

    }
    .mm{
            margin-left: 23px;

    }
    .imgg{
    
    height:40vh;
}

    .product-box img {
    width: 70% !important;
    height: 35% !important;
    top: 70px;
    position: absolute;
    /* transition: 0.5s; */
}
    .show-link{
     position: relative;
    left: 18px;
    bottom: 49px;
    }
/*    .online_service_second_block {*/
/*    background: #f7f7f7;*/
/*    height: 30vh !important;*/
    /*width: 100% !important;*/
/*    position: relative;*/
/*    padding: 30px 65px;*/
/*}*/
/*.online_service_first_block {*/
/*    background: #c1cc23;*/
/*    height: 30vh !important;*/
    /* width: 97% !important; */
/*    position: relative;*/
/*}*/
    .plus {
    position: absolute;
    top: 59px;
    left: 169px !important;
}
    .video {
    width: 100%;
    height: auto !important;
}
    .phone_numbers ul {
        /*display: grid;*/
    }

    .left {
        background-color: whitesmoke;
        font-family: "Trirong", serif;
        border-radius: 6px;
        width: auto;
    }

    .social-media {
        justify-content: center;
    }

    .img-about {
        background-image: url(../img/frame.jpeg);
        background-size: contain;
        width: 100vw;
        height: 100%;
    }

    .vision {
        /* letter-spacing: 0.5px; */
        font-weight: normal;
        font-family: "Tajawal", Sans-serif;
        /* font-size: 18px; */
        /* margin-top: 50px; */
        margin-right: 20px;
        /* text-align: right; */
    }
}

@media (max-width: 390px) {
    .row {
        margin-left: 0px;
    }

    .left {
        background-color: whitesmoke;
        font-family: "Trirong", serif;
        border-radius: 6px;
        width: auto;
    }

    .left {
        width: 85%;
    }

    .center-col {
        display: flex;
        justify-content: center;
    }

    .center-imag {
        display: flex;
        justify-content: center;
    }
}

.center-imag {
    display: flex;
    justify-content: center;
}

.card_stayle {
    background-color: #f2f4f5;
}

a {
    text-decoration: none;
    color: #000;
}

.nav-link:hover {
    background: #c1cc23;
}

.OurTeam {
    margin-left: 28px;
}

.text-center {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.text_head {
    font-size: 16px;
    margin-top: 30px;
    color: #959595;
    word-break: break-word;
}

.date {
    padding-top: 8px;
}

.colorAbout {
    color: #04007c;
}

.backabout {
    background-image: url("../img/bg2.jpg");
    /* background-image: url("../img/frame.jpeg"); */
    background-repeat: repeat;
    background-size: cover;
}

/* counter */
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

.sectionClass {
    padding: 20px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    /* width: 33%; */
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.plus {

    position: absolute;
    top: 59px;
    left: 311px;

}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: "Open Sans";
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

/* @media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
} */

/* AUTHOR LINK */

/* end counter */
@media (min-width: 768px) {
    .text-center {
        margin-top: 10px;
    }
}

@media (min-width: 700px) {
    .icon_social {
        margin-top: 10px;
    }
}

/*card-shadow*/

.starter-template {
    padding: 80px 15px;
    text-align: center;
}

.hover-div {
    text-align: center;
}

.hover-div {
    border-top: 1px solid #f8f8f8;
    background: #f8f8f8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0px;
}

.hover-div:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
    cursor: pointer;
    border-radius: 5px;
}

.hovers-div {
    text-align: center;
}

.hovers-div {
    border-top: 1px solid #f8f8f8;
    background: #f8f8f8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0px;
}

.hovers-div:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
    cursor: pointer;
    border-radius: 5px;
}

/*card-shadow*/

.width-space {
    word-break: break-word;
    max-width: 328px;
}

.sel {
    position: absolute;
    padding-top: 19px;
}

.floating-container {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin: 35px 35px;
}

.floating-container:hover .flotaing-button {
    box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
    transform: translateY(5px);
    transition: all 0.3s;
}

.flotaing-button {
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: #bfd630;
    bottom: 0;
    border-radius: 50%;
    left: 0px;
    right: 0;
    text-align: center;
}

.element-container {
    position: relative;
    display: block;
    place-items: center;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    color: rgb(74, 236, 38);
    display: grid;
    padding-left: 103px;
    right: 5px;
    /* padding-top: -150px; */
}

.new {
    width: 75%;
    background: rgb(255, 255, 255);
    opacity: 1;
}

.desc {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 6px;
    font-weight: normal;
    margin-top: 0;
}

.About_img {
    width: 100%;
    /* max-width: 100vw; */
    height: 100%;
}


.link {
    color: #fff;
}

.link:hover {
    color: white;
}

.w-link {
    width: 7%;
    height: 60px;
    background-color: #2e3192;
}

form .error {
    color: red;
}

.our_story_img {
    position: relative;
    top: -36%;
    z-index: -999999999;
    transform: rotateY(180deg);
}

.online_service_first_block {
    background: #c1cc23;
    height: inherit;
     /*width: 97% !important; */
    position: relative;
}

.online_service_second_block {
    background: #f7f7f7;
    height: inherit;
     /*width: 97% !important; */
    position: relative;
    padding: 30px 65px;
}

.text-word {
    font-weight: 700;
}

.loan {
    box-shadow: 5px 5px 10px;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    display: inline-block;
}

.loan_contianer {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    /* max-width: 84%; */
}

.loan_contianer {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    transform: skew(322deg);
    left: 66%;
}

.overlay::before {
    content: "";
    width: 45px;
    height: 63px;
    position: absolute;
    background: hsl(64deg 71% 47%);
    left: -44px;
}

.loan_title {
    position: absolute;
    right: 3%;
    width: 37%;
    top: 20%;
    text-align: end;
    text-transform: uppercase;
}

.loc {
    padding-left: 21px;
}

a:hover {
    color: hsl(80, 12%, 5%);
}

.show-link {
    border: 1px solid gray;
    padding: 6px 22px;
}

.company-desc {
    font-weight: normal;
    font-family: inherit;
    letter-spacing: 0.35px;
    line-height: 35px;
    word-break: break-word;
    width: 97%;
    text-align: right;
    font-size: 18px;
    color: gray;
}

.head-desc {
    text-align: right;
    color: #000000;
    font-family: "Cairo", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.points {
    font-weight: normal;
    font-family: inherit;
    letter-spacing: 0.35px;
    line-height: 35px;
    word-break: break-word;
    width: 97%;
    text-align: right;
    font-size: 18px;
    color: gray;
}

ul {
    list-style: none;
}

.app {
    border: 1px solid gray;
    border-radius: 18px;
    width: 80%;
    height: 9vh;
    padding: 20px;
    background-color: #c1cc23;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.35px;
    line-height: 19px;
    text-align: center;
    font-weight: normal;
}

.app2 {
    border: 1px solid gray;
    border-radius: 18px;
    width: 80%;
    height: 9vh;
    padding: 20px;
    background-color: rgb(230, 228, 228);
    font-size: 17px;
    color: #2c2c2e;
    letter-spacing: 0.35px;
    line-height: 19px;
    text-align: center;
    font-weight: normal;
    margin-left: 39px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.card-height-services {
    height: 35vh;
}

.card-height-servicess {
    height: 50vh;
}

.dropdown-menu[data-bs-popper] {
    text-align: center;
}

ol li {
    font-weight: bolder;
    letter-spacing: 0.36px;
    line-height: 34px;
    font-family: sans-serif;
}

.form-applays {
     margin-top: 100px; 
    /* margin-left: 55px; */
}

.way {
    margin-left: 72px;
}

.zero {
    /* border-top: 1px solid #532e2e; */
    /* background: #5f3c3c; */
    box-shadow: 0 14px 28px rgba(6, 6, 6, 0.25), 0 10px 10px rgba(9, 9, 9, 0.22);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0px;
}

/* --------------------------------------------------- */
.product-box {
    position: absolute;
    /* top:50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34%;
    height: 230px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 13px 0px rgb(255, 255, 255);
    /* box-shadow: 0px 0px 13px 0px rgba(255,255,255,0.4); */
    box-shadow: 0 14px 28px rgba(6, 6, 6, 0.25), 0 10px 10px rgba(9, 9, 9, 0.22);
}

.product-opacity {
    width: 300px;
    height: 350px;
    position: absolute;
    -webkit-box-shadow: inset 10px 10px 0px 171px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 10px 10px 0px 171px rgba(0, 0, 0, 0.3);
    box-shadow: inset 10px 10px 0px 171px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    /* z-index: 3; */
}

.product-box:hover>.product-opacity {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.product-content {
    margin-top: 45%;
    opacity: 0;
    transition: 0.8s;
    background-color: rgb(255, 255, 255);
    padding: 20px 0px;
    position: relative;
}

.product-content p {
    font-size: 38px;
    font-weight: bold;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    color: #04007c;
}

.product-content button {
    background-color: #79a023;
    color: #fff;
    font-size: 19px;
}

.product-box:hover>.product-content {
    opacity: 1;
}

.product-box img {
    width: 70%;
    height: 100%;
    position: absolute;
    /* transition: 0.5s; */
}

.product-box:hover img {
    /* transform: rotate(-10deg) scale(1.2); */
}

/* -------------------------------------------------------- */
.sizeOfword {
    font-size: 13px;
    display: inline;
}

.video {
  width: 100%;
    height: 84vh;
}

/* card */
.items {
    visibility: visible;
    /* width: 405px; */
    position: relative;
}

/* endcard */
@media (max-width: 576px) {
    .plus {
        position: absolute;
        top: 58px;
        left: 240px !important;
    }

    .left {
        background-color: whitesmoke;
        font-family: "Trirong", serif;
        border-radius: 6px;
        width: auto;
    }

    .product-box {
        width: 170px;
    }

    .pro .container-fluid {
        width: 95%;
    }

    .sizeOfword {
        font-size: 10px;
        display: block;
    }

    .app {
        width: 76%;
        padding: 15px;
        display: flex;
        margin-left: 17px;
        justify-content: center;
    }

    .app2 {
        width: 92%;
        padding: 15px;
        display: flex;
        margin-left: 17px;
        justify-content: center;
    }

    .button-home {
        border: 1px;
        width: 60%;
        padding: 15px 0px;
    }

    .new {
        width: 100%;
        background: rgb(255, 255, 255);
        opacity: 1;
    }

    .word {
        /* word-break: break-all; */
        /* width: 99%; */
        /* font-size: 2px; */
        /* display:inline; */
    }

    .online_service_second_block {
        background: #f7f7f7;
        height: 50vh;
         width: 97%; 
        position: relative;
        padding: 0;
    }

    .online_service_first_block {
        background: #c1cc23;
        height: 50vh;
         width: 97%; 
        position: relative;
    }

    .card-height-services {
        height: auto;
    }

    .card-height-servicess {
        height: auto;
    }

    .form-applay {
        margin-top: 97px;
        /* margin-left: 66px; */
        margin-bottom: 18px;
    }

    .way {
        margin-top: 70px;
        margin-left: 139px;
        margin-bottom: 18px;
    }

    .loc {
        padding-left:21px;
    }

    .form-applay h2 {
        margin-left: 400px;
        font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
            "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    }

    .phone_numbers ul li {
        /* float: left; */
        padding: 5px;
        width: 128px;
        border: 1px solid #000;
        text-align: center;
        border-radius: 15px;
        margin-left: 10px;
        cursor: pointer;
    }
}




 @media only screen and (min-device-width: 530px) and (max-device-width: 540px) and (orientation:portrait) {
.plus {
    position: absolute;
    top: 58px;
    left: 285px !important;
}  
}



@media (max-width: 290px) {
    .plus {
        position: absolute;
        top: 58px;
        left: 161px !important;
    }
    .show-link {
    position: relative;
    left: 164px !important;
    bottom: 38px;
}
.phone_numbers ul{
        margin-left: 28px;

}
}
