/*
first color:#08526d;
second color:#ce191f;
*/

body{
    overflow-x: hidden;



}
/* start Blink-Warning*/

.Blink-Warning{
    background: #fff;
    padding: 20px;
    margin: 80px auto 50px auto;
    width: 250px;
    border: 2px solid #ec0a0a;
    text-align: center;
    color: #f00
}

/* end Blink-Warning*/
.log{
 background: #08526d;
    font-size: 0.913rem;
    font-weight: 700;
    line-height: 1.813rem;
    width: 50px;
    height: 50px;
    border-radius: 1.5rem;
    color: #fff;
    padding: 20px;
    text-decoration: none;
     position: relative;
    left: 45%;
}

/*start option-box*/

.option-box {position:fixed;top:127px;left:0;z-index:9999;    font-family: 'Amiri', serif;}

.option-box .color-option {
    float: left;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    box-shadow: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    padding: 20px;
    width: 190px;
    display: none;
}
.option-box .color-option  h4{
   font-weight: 700;
    color: #08526d;
    margin-bottom: 15px
}
.option-box .color-option a{
        color: #fff;
    text-decoration: none;

}
.option-box .color-option a:hover{
    color: #d6d6d6
}
.option-box .color-option div {
 margin-bottom: 15px
}



.option-box .color-option div:last-child{

    border-top: 2px solid #08526d;
     padding-top: 15px
}
.option-box .color-option div span{
    margin-right: 5px;

}

.option-box .color-option div svg{
    vertical-align: middle;
}

.option-box .fa-user-circle {padding: 5px;
    cursor: pointer;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 0 10px 10px 0;
    color: #08526d;
}





/*end option-box*/

/*start scrolltop*/
.scrolltop{
     position: fixed;
    bottom: 130px;
    right: 50px;
    background: #ce191f;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 999999;
    border-radius: 10%;
    text-align: center;
    vertical-align: middle;
    line-height: 2.8;
    font-size: 14px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
    display: none;

}

.scrolltop:hover{
background: #08526d;
color: #fff
}

/*end scrolltop*/

/*start navbar*/
.bg-light {
    background-color: #f8f9fa!important;
    z-index: 9999;
    position: fixed;
    width:100%;
    left: 0;
    top: 0;
    padding-left:20px;
    padding-right:20px
}
.navbar-expand-lg .navbar-nav{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;

}
.navbar-brand > span{
    font-size: 40px;
    font-family: 'Reem Kufi', sans-serif;
    letter-spacing: 1px;
}
.navbar-brand span:first-child{
    color: #08526d;
    font-weight: bold;
}
.navbar-brand span:last-child{
    color: #ce191f

}

.navbar-light .navbar-nav .nav-link{
font-size: 16px;
text-transform: uppercase;
margin-left: 20px;
color:#08526d;
font-family: 'Cairo', sans-serif; }

.navbar-nav .active>.nav-link{
    color: #ce191f !important}

.navbar.navbar-light .collapse .svg-groups{
    height: 60px;
    border-left: 1px solid;
    display: flex;
    border-color: #08526d;


}
.navbar.navbar-light .collapse .svg-groups svg{
     position: relative;
    top: 18px;
    left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #08526d;
}

.navbar.navbar-light .collapse .svg-groups svg:hover{
     color: #ce191f}

.navbar.navbar-light .collapse .svg-groups svg:hover{
    cursor: pointer;
}

.navbar.navbar-light .collapse .svg-groups .group-svg-1{
    position: absolute;
    top: 60px;
    right: 70px;
    height: 73px;
    background: #fff;
    width: 35%;
    border-bottom: 3px solid  #ce191f;
    padding: 20px 0 0 50px;
    display: none;

}

.navbar.navbar-light .collapse .svg-groups .group-svg-1 input{
    background-color: #fff;
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.55);
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.55);
    border: none;
    padding: 10px;
      width: 100%;
    float: right;
    border-right: 10px solid transparent;
    border-left: 20px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    outline: none;

}

.navbar.navbar-light .collapse .svg-groups .group-svg-1 .btn{
   padding: 7px 30px;
    border-radius: 0;
    color: #fff;
    background: #08526d;
    position: absolute;
    left: 20px;
    top:20px;
    font-weight: 300;
    font-family: 'Amiri', serif;
    text-align: center;
}

.navbar.navbar-light .collapse .svg-groups .group-svg-2{
    background: #fff;
    height: 180px;
    width: 250px;
    position: absolute;
    top: 60px;
    right: 50px;
    border-bottom: 3px solid  #ce191f;
    padding: 15px;
    display: none;

}

.navbar.navbar-light .collapse .svg-groups .group-svg-2 input[type=text]{
    width: 100%;
    height: 33px;
    margin-bottom: 20px;
    background: #f2f4f5;
    border: #e9eaf4 solid 1px;
    border-radius: 2px;

}

.navbar.navbar-light .collapse .svg-groups .group-svg-2 input[type=password]{
   width: 100%;
    height: 33px;
    margin-bottom: 20px;
    background: #f2f4f5;
    border: #e9eaf4 solid 1px;
    border-radius: 2px;
}

.navbar.navbar-light .collapse .svg-groups .group-svg-2 input[type=checkbox]{
    position: relative;
    left: 20px;
    top: 3px;}

.navbar.navbar-light .collapse .svg-groups .group-svg-2 .btn{
   padding: 7px 30px;
    border-radius: 7px;
    color: #fff;
    background: #08526d;
    font-weight: 300;
    font-family: 'Amiri', serif;
    text-align: center;
}
.navbar.navbar-light .collapse .svg-groups .group-svg-2 span{
    color: #7d7979;
    font-size: 14px;
    font-weight: 400;
    margin-left: 30px;
    font-family: 'Amiri', serif;
}





/*end navbar*/

/*start slider*/
.slider{background: #ddd}
.slider .carousel-inner{
    display: flex;
    align-items: center;
    justify-content: left
}

.slider .carousel-inner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 2}
.slider .carousel-item{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider .carousel-item img{
    height: 900px
}



.slider .carousel-indicators li{
    height: 6px;
    cursor: pointer;

}


/*end slider*/

/*start ours-work*/
.ours-work{
    padding: 100px 0 50px 0;

}

.ours-work h2{
    margin: 60px 0 70px 0;
    color: #08526d;
    font-family: 'Cairo', sans-serif;
    z-index: 1;
    font-size: 40px;
}

.ours-work .card{
    height: auto;
    direction: rtl;
    text-align: right;
    margin-bottom: 50px
}

.ours-work .card h5{
   font-size: 22px;
    font-weight: 600;
    color: #516074;
    font-family: 'Amiri', serif;
     margin: 0;
}

.ours-work .card p{
 margin-top: 25px;
    font-size: 15px;
    font-weight: normal;
    color: #708198;
    line-height: 1.8;
    padding: 0 0 30px 10px;
    font-family: 'Mirza', cursive;
    direction: rtl
}
.ours-work .card a{
    background: #08526d;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    font-family: 'Amiri', serif;
    border-color: #08526d;
}


/*end ours-work*/
/*start section Popular-listings*/
.Popular-listings{
    margin-top: 30px;
    background: #f9f9f9;
    padding: 100px 0 50px 0;
}

.Popular-listings h2{
    padding-bottom: 30px;
    color: #08526d;
    font-family: 'Cairo', sans-serif;
    z-index: 1;
    font-size: 35px;
    font-weight: bold;
}



.Popular-listings .p{
   font-size: 18px;
    font-weight: normal;
    color: #708198;
    line-height: 1.8;
    padding: 0 0 30px 10px;
    font-family: 'Amiri', cursive;
    direction: rtl;
}


.Popular-listings .item {
    width: 100%;
    padding: 0 7px;
}
.Popular-listings .item .card{
border-radius: 20px;
direction: rtl;
 text-align: right;}

.Popular-listings .item .card .number{
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    background: rgba(0,0,0,0.41);
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 7px;}

.Popular-listings .item .card .number .fa-heart{
    color: #ce191f
}
.Popular-listings .item .card .card-img-top{
    border-radius: 20px 20px 0 0;
    height:230px
}

.Popular-listings .item .card ul{
    position: relative;
}
.Popular-listings .item .card ul li .span{
position: absolute;
    top: -25px;
    left: 20px;
    background:#ce191f;
    padding: 10px 25px;
    color: #fff;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
    border-radius: 5px;
}
.Popular-listings .item .card ul li .span a{
color:#fff;
text-decoration:none;
 font-family: 'Amiri', cursive;}

.Popular-listings .item .card ul li img{
    width: 50px;
    position: absolute;
    right: 20px;
    top: -30px;
    box-shadow:0px 0px 0px 6px rgba(226, 215, 215, 0.2);
}

.Popular-listings .item .card .card-body{
    padding-top: 0
}

.Popular-listings .item .card .card-body h5{
    color: #334e6f;
    margin-bottom: 10px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
      font-family: 'Sanchez', serif;
}

.Popular-listings .item .card .card-body p{
text-align: right;
    font-size: 12px;
    color: #666;
}

.Popular-listings .item .card  ul:last-of-type{
margin: 0 0 20px 20px
}

.Popular-listings .item .card  ul li .fa-star{
    font-size: 12px;
    color: #FACC39;
}

.Popular-listings .item .card  ul li span{
margin-left: 10px;
    color: #999;
}

.Popular-listings .item .card>hr {
    margin-right: 15px;
    margin-left: 15px;
}

.Popular-listings .item .card .card-body .card-link{
    color: #999;
    font-size: 13px;
    font-weight: 500;
      font-family: 'Sanchez', serif;
}

.Popular-listings .item .card .card-body .card-link .fa-map-marker{
    color: #08526d;
    margin-right: 20px;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
      outline: none;
    width: 44px;
    height: 44px;
    line-height: 10px;
    border-radius: 100%;
    color: #fff;
    z-index: 999999;
    cursor: pointer;
    margin-top: -22px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
    background: #ce191f;
    padding: 10px 15px;
    position: absolute;
    top: 50%

}

.owl-carousel .owl-nav button.owl-next{
right: 0
}

.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background: #08526d
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ce191f;

}

.owl-theme .owl-dots .owl-dot{
    outline: none;
    margin-top: 50px
}




/*end section Popular-listings*/

/*start Features-work*/

.Features-work{
    padding: 100px 0 50px 0}

.Features-work h2{
    padding-bottom: 30px;
    color: #08526d;
    font-family: 'Cairo', sans-serif;
    z-index: 1;
    font-size: 35px;
    font-weight: bold;
}

.Features-work p{
font-size: 18px;
    font-weight: normal;
    color: #708198;
    line-height: 1.8;
    padding: 0 0 30px 10px;
    font-family: 'Amiri', cursive;
    direction: rtl;}

.Features-work ul{
    margin-top: 40px;
    margin-bottom: 50px;
     display: flex;
    flex-direction: row-reverse;
    }

.Features-work ul li{
    color: #08526d;
    border: 2px solid #08526d;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all .3 ease-in-out;
    -moz-transition: all .3 ease-in-out;
    -o-transition: all .3 ease-in-out;
    transition: all .3 ease-in-out;
}

.Features-work ul li.active,
.Features-work ul li:hover {
    background:#ce191f;
    color: #fff;
    border: 2px solid #ce191f;}
.Features-work ul li:hover{cursor: pointer;}

.Features-work .shuffle-image{
    margin-top: 40px
}

.Features-work .row .info{padding: 0;
-webkit-transition: all .5 ease-in-out;
    -moz-transition: all .5 ease-in-out;
    -o-transition: all .5 ease-in-out;
    transition: all .5 ease-in-out;}

.Features-work .info img{width: 100%;height: 400px; border:1px solid #08526d }

.Features-work .info .a{
   background: #ce191f;
    padding: 5px 35px;
    color: #fff;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
    border-radius: 5px;
    left: 30%;
    top: 40%;
    font-size: 22px;;
    position:absolute;
    display:none;
    text-decoration:none

}


.Features-work .overlay{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 400px;
    top: 0;
    background: rgba(1,1,1,0.6);
    display:none;
    cursor: pointer;}





/*end Features-work*/

/*start section works*/

.works{
margin: 100px 0 50px 0
}

.works h2{
    font-size: 34px;
    font-weight: 700;
    font-family: 'Amiri', serif;
    color: #08526d;
}



.works .p{
    font-size: 18px;
    font-weight: normal;
    color: #708198;
    line-height: 1.8;
    padding: 20px 0 0 10px;
    font-family: 'Amiri', cursive;
    direction: rtl;
}

.works .card{
    height: 320px;
    width: 320px;
    border-color: #eee;
    border-radius: 7px;
        overflow: hidden;
    padding: 40px 30px;
    margin-top: 60px;
    font-family: 'Amiri', cursive;

}

.works .card .works-span{
    position: relative;
}

.works .card .works-span span{
   font-size: 84px;
    font-weight: 600;
    color: #f1f0f0;
    position: absolute;
    left: -50px;
    top: -70px
}



.works .card .works-svg svg{
    margin: 0 auto 30px;
    font-size: 59px;
    color: #08526d;
    position: relative;
    top: 14px;
}

.works .card .card-body h4{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #566985;
}

.works .card .card-body p{
color: #999;
    font-size: 13px;
    direction: rtl;
}

.works .pre-line{
    width: 95px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -50px;
    border-bottom: 1px solid #eee;
}

.works .pre-line1{
    border-right: 1px solid #eee;
    font-size: 55px;
    color: #fff;
    position: relative;
    top: -5px;
    left: 120px;
}

.works .pre-line1:hover{
    cursor: none;
}


.works #span{
 background: #ce191f;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    font-size: 20px;
    padding: 15px 20px;
    color: #fff;
    position: relative;
    top: 44px;
    left: 24%;


}

/*end section works*/

/*start section Best-Places*/

.Best-Places{
background: url('../images/img2.jpeg')no-repeat center center fixed;
background-size: cover;
    margin-top: 100px;
    height: 350px;
    color: #fff;
    position: relative;
}

.Best-Places .overlay{
  background:rgba(1,1,1,0.6);color:#FFF;min-height:350px

}


.Best-Places h4{
   padding-top: 100px;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Reem Kufi', sans-serif;
    letter-spacing: 1px;
}

.Best-Places p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Amiri', cursive;
    direction: rtl;
    letter-spacing: .2px;
}

.Best-Places .btn{
    background:  #ce191f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 17px 35px;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
    font-family: 'Amiri', cursive;
}


.Best-Places .btn:hover{
       box-shadow: 0px 0px 0px 7px rgba(239, 225, 225, 0.2);
       background: #08526d
}

.Best-Places .btn .fa-plus{
    vertical-align: middle;
}






/*end section Best-Places*/

/*start popup */
.Popup{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(1,1,1,0.6);
    display: none;

}

.Popup .inner{
    padding: 12px;
    position: fixed;
    left: 45%;
    top: 25%;
    margin-left: -150px;
    margin-top: -125px;
     background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    font-family: 'Amiri', serif;
    border-radius: 15px;
    color: #08526d;
    z-index: 9999;


}

.Popup span svg{
    float: right;
    margin-bottom: 20px;
     color:#ec1c23;
     cursor: pointer;
}


.Popup .form-group input
{
   margin-bottom: 25px;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    direction: rtl;
}

.Popup .form-group .name{
        position: relative;
    bottom: 10px;
    font-size: 18px;
    float: right;

}
.Popup .form-group input[type=checkbox]{
  float: right;
    position: absolute;
    right: 0;
}

.Popup .form-group .form-check-label{
    color: #08526d;
    margin-left: 100px;
    margin-bottom: 10px;

}

.style{
  color: #ec1c23;
    font-family: 'Playfair Display SC', serif;
    background: none;
    border: none;
    font-size: 23px;
    font-weight: 700;
    margin: 20px 0 0 0;
    cursor: pointer;
    outline:none
}
.btn.show.style{
float:right
}


.Popup .form-group .btn:hover{

    color: #08526d;

}


::placeholder {
   direction: rtl;
  text-align: right;
  font-family: 'Amiri', serif;
  font-size: 18px;
  padding-right: 10px
}

/*end popup */


/*start section  Testimonials*/
.Testimonials{
margin: 100px 0 50px 0;
font-family: 'Amiri', serif;
}

.Testimonials  h2{
    font-size: 34px;
    font-weight: 700;
    color: #08526d;
}



.Testimonials .p{
    font-size: 18px;
    font-weight: normal;
    color: #708198;
    line-height: 1.8;
    padding: 20px 0 50px 10px;}

.Testimonials .item{
    width: 400px;
}

.Testimonials .item:first-of-type{
    margin-left: 20px
}

.Testimonials .item.active .text-group{
    background:#08526d;
    color: #fff
}
.Testimonials .item.active .Test-svg .fa-quote-right,
.Testimonials .item.active .Test-svg .fa-quote-left,
.Testimonials .item.active .Test-p  p{
color: #fff
}
.text-group:after, .text-group:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 0;
}
.Testimonials .item.active .text-group:after{
      top: 50px;
    left: 150px;
    border: 15px solid;
    border-color: #08526d transparent transparent;
}
.Testimonials .item .text-group{
    border: 1px solid #f3eaea;
    border-radius: 10px;
    padding: 20px 30px;
}
.Testimonials .item .Test-svg .fa-quote-right,
.fa-quote-left{
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b1abab;
    opacity: 0.2;
    font-size: 34px;
}



.Testimonials .item .Test-svg .fa-quote-left{
position: relative;
    left: 290px;
}


.Testimonials .item span .fa-star{
    color: #FACC39;
    margin: 0 5px;
}

.Testimonials .item .Test-p p{
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #878C9F;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
    direction: rtl;
}

.Testimonials .item .Test-group{
    text-align: center;
    margin-top: 40px;
}

.Testimonials .item .Test-group img{
    width: 60px;
    height: 60px;
    position: relative;
    left: 170px;
}
.Testimonials .item .Test-group h4{
    font-weight: 600;
    color: #566985;
    font-size: 16px;
    padding-top: 10px;
        letter-spacing: .6px;
}
.Testimonials .item .Test-group span{
color: #878C9F;
    font-weight: 400;
    font-size: 14px;
}

.Testimonials .owl-carousel .owl-nav button.owl-next,
.Testimonials .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 40%;
}



/*end section  Testimonials*/
/*start section  Numbers*/
.Numbers{
background: url('../images/img1.jpeg')no-repeat center center fixed;
background-size: cover;
    margin-top: 100px;
    color: #fff;
    position: relative;
    margin-top: 70px;
font-family: 'Amiri', serif;
}

.Numbers .overlay{
  background:rgba(1,1,1,0.6);color:#FFF;

}

.Numbers .count h5{
    padding-top: 50px;
    font-size: 65px;
    font-weight: 700;
    line-height: 2;
   display: inline-block;
    letter-spacing: 2px;


}

.Numbers .count hr{
    width: 60px;
    position: relative;
    bottom: 40px;
    background: #fff8f8;
    border-radius: 60px;
}


.Numbers p{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .7px;
    position: relative;
    bottom: 30px;
    font-family: 'Cairo', sans-serif;
}

/*end section  Numbers*/


/*start footer */

.footer{padding: 100px 0;
        direction: rtl;
    text-align: right;
}
.footer .site-info h2{font-size: 50px;margin-bottom: 35px;
position: relative;
bottom: 23px;
    font-family: 'Reem Kufi', sans-serif;}

.footer .site-info h2 span:first-child{
    color: #08526d;
    font-weight: bold;
}


.footer .site-info h2  span:last-child{
    color: #ce191f

}

.footer .site-info p{line-height: 1.8;color: #727272}

.footer .site-info a{color:#08526d;font-size: 15px;font-weight: bold; }

.footer .helpful-links h2,
.footer .contact h2{
    font-size: 22px;
    color:#08526d;
    margin-bottom: 68px
}

.footer .helpful-links ul li svg{
    margin-right: 5px;
    color:#08526d;
   font-size: 12px;
   position: relative;
   top: -1px;
   left: 2px;}
.footer .helpful-links ul li a,
.footer .contact ul li{color: #727272;text-decoration:none}


.footer .contact h2{
    font-size: 22px;
    color:#08526d;
    margin-bottom: 68px
}


.footer .contact ul li{color: #727272}

.footer .contact ul li span{color: #ce191f}
.footer .contact ul li a{color:#08526d;font-weight: bold; }
.footer .contact ul li{margin-bottom: 24px}

/*end footer */


/*start copyright */

.copyright{
    border-top: 1px solid #c0c0c0;
    padding: 20px
}
.copyright p{color: #777;}
.copyright p span{color: #ce191f}

.copyright ul{margin: 0}

.copyright ul li {display: inline-block;}

.copyright ul li a{
    color: #777;
    display: inline-block;
    margin-left: 20px;
    font-size: 18px
}

.copyright ul li a:hover{
color: #ce191f
}

/*end copyright */
