/*

    background:linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    color: #4db7fe;
    color: #1ba0ba;

*/


body{
	overflow-x: hidden !important;
	box-sizing: border-box;
    overflow: hidden;

}
/*start section scrolltop*/
.scrolltop{
    position: fixed;
    bottom: 10px;
    right: 30px;
    background: #142834;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 999999;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 2.6;
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 0.9375rem rgba(2, 3, 3, 0.19);
    display: none;
}




.scrolltop:hover{
background:linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
color: #fff
}


/*end section scrolltop*/

/* Start Section Loading*/

.loading-overlay {
    background:#333;
    color:#FFF;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999999999
}

.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 300px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* End Section Loading */

/*start section navbar*/

.navbar.navbar-light{

    background-color: #232323;
    background: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 999999;
    height: 60px

}

.navbar-expand-lg .navbar-nav{
      display: flex;
    flex-direction: row-reverse;
}

.navbar.navbar-light span{
    color: #fff;
    letter-spacing: .9px;
    font-family: 'Source Serif Pro', serif;

}

.navbar.navbar-light span .spaical{
	 color: #1ba0ba;
    font-size: 33px !important;
    font-weight: 800;
     font-family: 'Libre Baskerville', serif;
}

.navbar.navbar-light span .spaical.dot{
	font-weight: bold;
	letter-spacing: 0

}

.navbar.navbar-light .fa-rocket{
    position: relative;
    left: 10px;
    bottom: 7px;
    font-size: 24px;
    color: #4db7fe;
}


.navbar.navbar-light .collapse .navbar-nav .nav-item.active .nav-link{

    font-weight: bold;
}

.navbar.navbar-light .collapse .navbar-nav .nav-item .nav-link:hover{
    color: #1ba0ba;

}

.navbar.navbar-light .collapse .navbar-nav .nav-item .nav-link{
      color: #fff;
    font-size: 15px;
    padding-right: 15px;
    font-family: 'Cairo', sans-serif;
}


.navbar.navbar-light .collapse .svg-groups{
    height: 60px;
    border-left: 1px solid;


}
.navbar.navbar-light .collapse .svg-groups svg{
     position: relative;
    top: 18px;
    left: 20px;
    margin-right: 20px;
    font-size: 14px;
}

.navbar.navbar-light .collapse .svg-groups svg:hover{
     color: #1ba0ba
}

.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 #4db7fe;
    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: #1ba0ba;
    position: absolute;
    left: 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 #4db7fe;
    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=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: #1ba0ba;
    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;
}


.navbar.navbar-light .collapse .svg-groups ::placeholder{
   font-size: 15px
}
.navbar.navbar-light .collapse .navbar-nav .nav-item.dropdown .dropdown-menu{
    top: 46px;
    border-radius: 0;
    left: -100px;
    width: 220px;
    font-size: 13px;
    text-align: right;
    border-bottom: 3px solid #4db7fe;
     font-family: 'Cairo', sans-serif;
}


.navbar.navbar-light .collapse .navbar-nav .nav-item.dropdown .dropdown-menu a:hover,

.navbar.navbar-light .collapse .navbar-nav .nav-item.dropdown .dropdown-menu  a:focus {
    color:#FFF;
    padding-right:40px;
    background: #1ba0ba;
        -webkit-transition: .s all ease;
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    -ms-transition: .7s all ease;
    transition: .7s all ease;
}


/*end section navbar*/


/*start section carosel*/


.carousel .carousel-item{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-item.one{
	background: url("../images/img1.jpg");
	height: 728px;
    background-size: cover



}

.carousel-item.two{
  background: url("../images/img.jpg");
  height: 728px;
background-size: cover
}




/*end section carosel*/



/*start section welcome*/
.welcome{

    height: auto;
    position: relative;
    bottom: 140px;
     margin: 0 70px 0 70px;
    box-shadow: 1px 0px 100px rgba(0,0,0,.3);


}

.welcome .elemnts{
	background: #fff
}


.welcome .elemnts .margin{
	border-bottom: 1px solid #eee
}

.welcome .elemnts ul{
		text-align: center;
}
.welcome .elemnts .col-lg-3{
	    border-right: 1px solid #f4f4f4;
}

.welcome .elemnts .borders-grp{
	    padding: 63.4px 0;


}

.welcome .elemnts .col-xs-12:hover{
      background-color: #f5f6fa;
    cursor: pointer;
}


.welcome .elemnts .borders-grp svg{
    color: #1ba0ba;
    font-size: 2.5rem;
    padding-bottom: 5px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.welcome .elemnts .borders-grp:hover{
    cursor: pointer;
}

.welcome .elemnts .borders-grp:hover svg{
-ms-transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;

}

.welcome .elemnts .borders-grp h5{
    font-size: 17px;
    font-weight: 300;
    position: relative;
    top: 10px;
    padding: 5px 0 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;

}



.welcome .elemnts .borders-grp:hover h5{
     font-weight: 700;
    -ms-transform: translate(0,-50px);/*translate(x,y)*/
    -webkit-transform: translate(0,-50px);
     transform: translate(0,-50px); 
    -webkit-transition: .5s all ease; 
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;

}
.welcome .info{
	 background: #f5f6fa;
    height: auto;
    padding-top: 30px;
    text-align: right;
}

   

.welcome .info h2{
    color: #272727;
    font-weight: 400;
    padding: 10px 0 10px 0;
}

.welcome .info h6{
    color: #777;
    line-height: 1.6rem;
    direction: rtl;
}


.welcome .info h6:after{
content: "";
    height: 2px;
    width: 80px;
    background: #4db7fe;
    display: block;
    margin-left: auto;
    position: relative;
    top: 20px;

}


.welcome .info p{
    margin: 50px 0 20px;
    color: #777;
    font-size: .875rem;
    line-height: 30px;
    font-weight: lighter;
      direction: rtl;
}


/*end section welcome*/


/*start section places*/

.places{
     position: relative;
    top: -140px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(101, 90, 90, 0.3);
    margin: 0 55px 0 55px;
    height: 704.5px;
    z-index: 1;
    overflow: hidden;
}

.places h2{
      padding-top: 50px;
    color: #4a4a4a;
    font-family: 'Cairo', sans-serif;
    z-index: 1;
    font-size: 40px;
}


.places span:first-of-type{
    color: #1ba0ba;
}
.places .fa-bicycle{
    z-index: 2;
    text-align: center;
    font-size: 100px;
    opacity: 0.1;
    position: absolute;
    color: #4DB7FE;
    top: 20px;
}

.places  hr{
    margin-bottom: 80px;
    width: 800px;
    border-top: 1px solid rgba(156, 150, 150, 0.1);
}


.places .row:first-of-type{
	border-top: 1px solid #dedede;
}


.places .row:last-of-type{
    border-bottom: 1px solid #dedede;
}

.places .overlay{
    position: absolute;
    text-align: center;
    width: 318px;
    height: 254px;
    top: 0;
    background: rgba(0,0,0,.5);}

.places .overlay:hover{
    background: none;
    cursor: pointer;


}




.places a{
   position: absolute;
    left: 240px;
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    top: 44px;
}

.places .only{
    left: 50px
}

.places a:hover{
	text-decoration: none;
}

.places a span{
    font-size: 1.5rem;
    position: relative;
    bottom: 15px;
    right: 6px;
    font-weight: bold;
}
.places img{
    width: 318px;
    height: 254px;
}



.places .text{
     padding: 20px 30px 50px 35px;
    direction: rtl;
    text-align: right;
}


.places .text h3{
    font-family: 'Scheherazade', serif;
    font-size: 35px;
    font-weight: 500;
    
}

.places .text span{
     position: relative;
    top: -16px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Mirza', cursive;
}

.places .text hr{
    margin-bottom: 20px;
    width: 250px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.places .text p{
    font-weight: 400;
    color: #777;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Mirza', cursive;
}


.places .text .btn{
    float: left;
    clear: both;
    padding: 3px 16px;
    font-size: 18px;
    font-weight: 300;
    background: linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    color: #fff;
    font-family: 'Scheherazade', serif;
    text-align: center;
}

.places .text ul li{
    margin: 0;
    position: relative;
    right: -30px;
    font-size: 12px;
    color: #ed8323;
    opacity: .8;
}

.places .text:before{

    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: -24px;
    position: absolute;
    top: 65px;
    z-index: 999;}

.places .text1:before{
    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    right: -55px;
    position: absolute;
    top: 65px;
    z-index: 999;
    left: auto;
}


/*end section places*/






/*start Offers*/
.Offers{
    background: url("../images/back.jpg") no-repeat;
    background-size: cover;
     position: relative;
    top: -140px;
    box-shadow: 1px 1px 4px rgba(101, 90, 90, 0.3);
    margin: 0 55px 0 55px;
    height: 750px;
    z-index: 1;
    overflow: hidden;

}

.Offers .overlay{position: absolute;
    text-align: center;
    height: 750px;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: 2;
    width: 100%}



.Offers h2{
    padding-top: 50px;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    z-index: 1;
    font-size: 2.5rem;
    direction: rtl;
}

.Offers h2 span{
color: #1ba0ba
}
.Offers hr{
  margin-bottom: 80px;
    width: 800px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px
}

.Offers .card{
box-shadow: 0px 0px 22px -7px rgba(24,30,110,0.26);
border-radius:12px 12px;
overflow: hidden;
z-index: 2;
border: none;
height: 390px;

}

.Offers .card:hover{
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
    cursor: pointer;

}
.Offers .card img{
border-radius: 12px 12px 0 0
}


.Offers .card .card-body .card-title{
   font-size: 22px;
    font-weight: 600;
    color: #516074;
    font-family: 'Amiri', serif;
     margin: 0;
}

.Offers .card .card-body .card-subtitle{
    font-family: 'Amiri', serif;
    font-size: 12px;
    font-weight: 600;
    color: #516074;
}

.Offers .card .card-body .card-text.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
}

.Offers .card-body.only{
    background: linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    border-radius: 0 0 12px 12px;
    position: relative;
    top: -10px;
    z-index: 1;
}

.Offers .card-body.only a{
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 700;
    padding: 40px 0 20px 20px;
    font-family: 'Amiri', serif;
}


/*end Offers*/


/*start why-us*/
.why-us{
         position: relative;
    top: -140px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(101, 90, 90, 0.3);
    margin: -45px 55px 0 55px;
    height: 500px;
    z-index: 1;
    overflow: hidden;
}

.why-us h2  .fa-plane{
    z-index: 2;
    text-align: center;
    font-size: 100px;
    opacity: 0.1;
    position: absolute;
    color: #bcbeca;
    top: 40px;
}

.why-us h2 span{
   color:#4db7fe
}

.why-us h2{
    padding-top: 50px;
    color: #4a4a4a;
    font-family: 'Cairo', sans-serif;
    z-index: 1;
    font-size: 3.5rem;
        direction: rtl;
}

.why-us h2 #color{
color: #1ba0ba
}
.why-us hr{
  margin-bottom: 80px;
    width: 800px;
    border-top: 1px solid rgba(156, 150, 150, 0.1);
    margin-top: 30px
}


.why-us .row{
    padding: 0 0 0 200px
}
.why-us .row svg{
  color: #eaeaf3;
    font-size: 3rem;
    position: absolute;
    z-index: -1;
   opacity: .5;
}

.why-us .fa-grin-hearts,
.why-us .fa-thumbs-up{
    left: -20px;
    top: -20px;
}

.why-us .row span{
    font-size: 1.5rem;
    color: #1ba0ba;
    font-family: 'Amiri', serif;
}

.why-us p{
    text-align: center;
    position: relative;
    right: 80px;
    top: 30px;
    direction: rtl;
    color: #777;
    font-size: .875rem;
    font-family: 'Amiri', serif;
    margin-bottom: 90px
}

/*end why-us*/

/*start diffrent*/
.diffrent{
    position: relative;
    top: -140px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(101, 90, 90, 0.3);
    margin: -45px 55px 0 55px;
    height: 350px;
    z-index: 1;
    overflow: hidden;

}


.diffrent .overlay{position: absolute;
    text-align: center;
    height: 750px;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: -1;
    width: 100%;
    right: 0;
}


.diffrent .background{
background: url("../images/back1.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
position: absolute;
    right: 0;
    z-index: 1;
    text-align: right;
    direction: rtl;
     color: #fff;
     padding: 0 60px 0 0;
}


.owl-carousel .owl-stage-outer{
    overflow: visible;
}

.diffrent .owl-carousel .item img{
height: 350px
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    background: linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    width: 40px;
    height: 60px;
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
    outline: none
}

.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -79px;
    top: 150px;
    border-radius: 0px 20px 20px 0;

}

.owl-carousel .owl-nav button.owl-next{
position: absolute;
    right: -5px;
    top: 150px;
    border-radius: 20px 0px 0px 20px;

}



.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:focus{
background: linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
}

.owl-theme .owl-dots .owl-dot{
    display: none;
}

.diffrent h2{
    padding-top: 70px;
    font-family: 'Amiri', serif;
    z-index: 1;
    font-size: 2.5rem;
    direction: rtl;

}

.diffrent p{
    line-height: 2;
    white-space: pre-wrap;
    font-weight: normal;
    font-family: 'Mirza', cursive;
}

.diffrent .btn{
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 15px;
     margin-top: 25px;
}

.diffrent .btn:hover{
  background:linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    -webkit-transition: all .6 ease-in-out;
    -moz-transition: all .6 ease-in-out;
    -o-transition: all .6 ease-in-out;
    transition: all .6 ease-in-out;
}

/*end diffrent*/


/*start map*/

.map{
      position: relative;
    top: -140px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(101, 90, 90, 0.3);
    margin: -45px 55px 0 55px;
    height: 330px;
    z-index: 1;
    overflow: hidden;
}

/*end map*/



.footer{
    background: #252c2e;
    color: #fff;
    position: relative;
    top: -240px;
    padding-top: 150px;
    padding-bottom: 40px;
}

.footer h4{
    font-family: 'Mirza', cursive;
    font-size: 20px;
    padding-bottom: 10px;
}



.footer  ul li svg{
    margin-right: 10px;
    margin-left: 2px;
}

.footer .color ul li svg{
    color: #1ba0ba;
}

.footer ul li{
    color: #ddd;
    margin-bottom: 15px

}

.footer .alone  ul li span{
    background: #555;
    padding: 5px 1px;
    margin-right: 10px;
    color: #1ba0ba;
    
}

.footer .alone  ul li svg{
   width: 20px;
    padding: 0 0 0 5px;

}

.footer .alone  ul li span:hover{
    color: #fff;
    background:#1ba0ba;
    cursor: pointer;
}

.footer hr{
    background: #363636;
    margin: 30px 0 32px;
}

.footer h5{
    text-align: center;
    font-family: 'Mirza', cursive;
    padding-bottom: 20px;
    font-weight: 500;
}

.footer .group  {
    text-align: center;
}

.footer .group  li {
    margin-right: 15px
}
.footer .group  li span{
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #999;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;

}

.footer .group  li svg{
    position: relative;
    left: 5px;
}



.footer .group  li input{
      height: 45px;
    border-radius: 0px 4px 4px 0;
    border: none;
    width: 200px;
    outline: none;
}

.footer .group  li .btn{
    background: linear-gradient(135deg, rgba(12,206,188,1) 0%, rgba(49,93,183,1) 100%);
    border: solid 1px #dedede;
    color: #fff;
    font-size: 15px;
    font-family: 'Amiri', serif;
    padding: 10px 25px;
    font-weight: 300;
    height: 45px;
    position: relative;
    bottom: 1px;
}

.footer h1{
   font-family: 'Mirza', cursive;
    direction: rtl;
    white-space: pre-wrap;
    font-size: 2.4rem;
        line-height: 1.4;
}

.footer h1 span:first-child{
color: #1ba0ba
}



.footer #position1
 {position: relative;
    right: -220px;}

.footer p{
    color: #ddd;
    direction: rtl;
    font-weight: 300;
    font-size: .875rem;
    font-family: 'Amiri', serif;
    margin-top: 20px;
}

::placeholder {
  color: #bbb;
direction: rtl;
text-align: right;
  font-family: 'Mirza', cursive;
  font-size: 18px;
  padding-right: 10px
}

/*end section footer*/


/*start section copyright*/

.copyright{
        margin-top: -240px;
    padding: 25px 0 20px;
    background: rgb(18, 22, 23);
}

.copyright p{
   color: #ddd;
    font-weight: 300;
      font-family: 'Libre Baskerville', serif;
    letter-spacing: .9px;
    font-size: 13px

}

.copyright span{
color: #1ba0ba
}

/*end section copyright*/











