* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
body {
  background: #f5f5f5;
  font-family: 'cairo', sans-serif;
}
p{
  margin-bottom: .5rem
}

/* ==============================*/
/*         UPPER NAV             */
/* ==============================*/

.upper-nav{
  background: #171717;
  padding: 10px 0;
  color: #fff
}

.upper-nav .hotline{

  text-align: right;
}

.upper-nav .hotline span{
  
  font-weight: bold;
}

.upper-nav .hotline i{

}

.upper-nav .social{
  text-align: left;
}

.upper-nav .social a{
  color: #fff;
  transition: .5s;
  text-decoration: none;
}

.upper-nav .social a i{
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border:1px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding: 8px;
  transition: .5s
}

.upper-nav .social a:hover i{
  transform: rotate(360deg);
  background: #c4fd76;
  border: #c4fd76;
  color: #000;
}



/* ==============================*/
/*           NAVBAR              */
/* ==============================*/
.first-nav{
  background: #fff;
}
.navbar{
  background: #fff;
  border-bottom: 1px solid #ededed;
  width: 100%;
  padding: 8px 0;
}
.navbar .container{
  padding:0;
}
.navbar .logo{
  text-align: left;
}
.navbar .navbar-nav{
    padding:0;
}
.navbar-collapse{
  float: right;
}
.navbar-toggler{
  /*border: 1px solid #ddd;*/
  float: right;
  margin-top: 26px;
}

.navbar-toggler-icon{
  color: #969696;
  transform: rotate(90deg);
  text-align: center;
  padding: 4px;
}

.sc-nav{
  background: #004689;
  padding: 10px 0;
  text-align:center;
}
.sc-nav a{
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}

/* ==============================*/
/*            HEADER             */
/* ==============================*/

.header-home{
  /*background: url('../images/021.jpg') center bottom repeat-x;*/
  /*text-align: center;*/
  /*padding: 5% 0;*/
  color: #fff;
  position: relative;
}

.header-home #header-slider .item{
  padding: 10% 0;
  position: relative;
  z-index: 1
}

.header-home #header-slider .item .overlay{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background:rgba(0,0,0,0.7);
}

.header-home #header-slider .item .content img{
  margin: 20px auto
}

.header-home #header-slider .item .content p{
      background: #004689;
    padding: 20px;
    width: 50%;
    margin: 10px auto;
}

.header-home .more{
  border:1px solid #be1e3a;
  color: #be1e3a;
  border-radius: 0;
  padding: 7px 30px;
  transition: .5s;
  margin-top: 20px
}
.header-home .more:hover{
  background: #be1e3a;
  color: #fff
}

.header-home img{
  width: auto !important;
}

.owl-theme .owl-dots .owl-dot span{
 border-radius: 0;
    width: 50px;
    background: #004689; 
}
.owl-theme .owl-nav.disabled+.owl-dots{
      margin-top: -27px;
    z-index: 999999999999;
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: #ff4e00
}
/* ==============================*/
/*          plan-rtip            */
/* ==============================*/

.plan-trip{
  background:#fff;
}

.plan-trip .plan-form{
  background:#febf01;
  color: #333;
  padding: 30px 20px
}
.plan-trip .plan-form h3,
.plan-trip .plan-form p{
  margin-bottom: 15px
}
.plan-trip .container-fluid{
  padding: 0
}
.plan-trip .row{
  padding: 0;
  margin: 0
}
.plan-trip .row [class*=col-]{
  padding: 0
}
.plan-trip .form-row>[class*=col-]{
  padding-right: 5px;
  padding-left: 5px;
}
.plan-trip img{
  width: 100%
}
.plan-trip input,
.plan-trip textarea{
  border-radius: 0;
  border:none;
  color: #333
}

/* ==============================*/
/*           SERVICE             */
/* ==============================*/
.service{
  background:#f1f1f1;
}

.service .omra{
  background:url(../../../public/images/mecca-bg.png) bottom center no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.service .omra .omra-content{
  padding: 100px 50px;
}
.service .omra .omra-content h1{
  margin: 20px 0;
}
.service .omra img{
  max-width: 100%;
}
.service .omra .omra-content .btn{
  background: #004689;
  border-radius: 0;
  padding: 10px 39px;
  margin: 20px 0;
}
.service .main-service{

}
.service .main-service .service-item{
  padding: 0;
  margin:0;
  height: 450px;
  transition: .5s ease-in-out;
  overflow: hidden;
      margin-bottom: 30px;
}
.service .main-service .service-item .overlay{
  margin:20px;
  padding: 15px;
  background: rgba(255,255,255,.8);
  height: 100px;
  overflow: hidden;
  transition: .5s ease-in-out;
}
.service .main-service .service-item .overlay h3{
  color: #0958a3;
  margin:20px;
  transition: .5s ease-in-out;
}
.service .main-service .service-item .overlay p{
  transition: .5s;
  height: 100px;
  overflow: hidden;
  display: none;
}
.service .main-service .service-item:hover .overlay{
  height: 200px;
  transition: .5s ease-in-out;
}
.service .main-service .service-item:hover p{
  display: block;
}
/* ==============================*/
/*           FOOTER              */
/* ==============================*/

.footer{
  background: url('../../../public/images/footer.png') bottom center repeat-x;
  padding: 50px 0 0
}

.footer img{
  margin-bottom: 100px;
  width: 100%
}

.footer .footer-content{
  position: absolute;
  width: 100%;
  bottom: 81px;
  right: 0;
  color: #fff
}

.footer .footer-content ul{
  padding: 0;
  list-style: none;
}
.footer .footer-content a{
  color: #fff
}
.footer .footer-content .hotline{
  color: #faaf40;
  font-weight: bold;
}
/* ==============================*/
/*          COPYRIGHT            */
/* ==============================*/

.copyright{
  background: #315704;
  color: #fff;
  padding: 5px 0
}
.copyright a{
  color: #fff
}
.copyright .powerd{
  text-align: right;
}

/* ==============================*/
/*            PAGES              */
/* ==============================*/
.page{
  padding: 50px 0;
}
.page .row{
  margin-bottom: 20px;
}
.page .page-content{
  background: #fff;
  border:1px solid #ededed;
  padding: 20px
}
.page .servicee p{
  color: #909090;
  line-height: 1.8;
  height: 120px;
  overflow: hidden;
}
.page .page-content p{
  color: #909090;
  line-height: 1.8;
}
.page .page-content img{
  width: 100%
}

.page .page-content .trip-item{
    background: #f5f5f5;
    border: 1px solid #ececec;
    text-decoration: none;
    display: block;
}
.page .page-content .trip-item .trip-info{
  padding: 10px;
  color: #333
}
.page .page-content .trip-item .trip-info h5{
  color:#004689;
  margin-bottom: 5px
}
.page .page-content .trip-item .trip-info > p{
  color: #8a8a8a;
  height: 120px;
  overflow: hidden;
}
.page .page-content .trip-item .trip-info .price{
  color: green;
  font-weight: bold;
}
.page .page-content .img-responsive{
  height: 100px;
}
/* ==============================*/
/*          TRIPS VIEW           */
/* ==============================*/
.trips-pic img{
  width: 100%
}
.modal.show .modal-dialog {
  width: 50%;
  max-width: 50%;
}
.modal.show  .modal-body{
  height: 80%;
  overflow: hidden;
}
.modal.show  .modal-body img{
  width: 100%;
  height: 430px;
}

/* ==============================*/
/*            MOBILE             */
/* ==============================*/

@media (max-width: 576px) {
    .footer{
        background: #608d2b url(../../../public/images/footer.png) top center repeat-x;
        padding: 50px 0 0;
        text-align: center;
    }
    .footer img{
        margin-bottom:0;
    }
    .footer .footer-content{
        position:static;
        width: auto;
    }
    .header-home #header-slider .item .content p{
        width:100%;
    }    
    .modal.show .modal-dialog{
        width: auto;
        max-width: max-content;
    }
    .modal.show .modal-body img{
        height:300px;
    }
    .sc-nav{
        text-align:right;
    }
    .sc-nav .col-sm{
        border-bottom: 1px solid #fff;
        padding: 10px;
    }    
    .upper-nav .hotline,
    .upper-nav .social{
        text-align:center !important;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.nav-item{
    background: #f3f3f3;
    border:1px solid #f3f3f3;
    margin: 0 5px;
    transition:.5s;
}
.nav-item:hover{
    background:none;
    border:1px solid #f3f3f3;
}