

@font-face {
  font-family: 'GESSTwoLight-Light';
  src: url('../fonts/GESSTwoLight-Light.eot');
  src: url('../fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GESSTwoLight-Light.ttf') format('truetype'),
       url('../fonts/GESSTwoLight-Light.woff') format('woff'),
       url('../fonts/GESSTwoLight-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'GESSTwoBold-Bold';
  src: url('../fonts/GESSTwoBold-Bold.eot');
  src: url('../fonts/GESSTwoBold-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GESSTwoBold-Bold.ttf') format('truetype'),
       url('../fonts/GESSTwoBold-Bold.woff') format('woff'),
       url('../fonts/GESSTwoBold-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


.white{
  color:white;
}

body{
  direction: rtl;
  background-color: white;
  background-image:url(../images/background.png) ;
  background-size: cover;
  font-family: 'GESSTwoLight-Light';
}
h1, h2, h3, h4, h5, h6{
  font-family: 'GESSTwoBold-Bold';
}
.brown{
  color:#742A24;
}
p{
  font-family: 'GESSTwoLight-Light';
  font-size:18px ; 
}


.header1{
  background-color:#742A24 ;
  height:30px;}


  .search{
    background:#9B402A ;
    border-radius:16px; 
    height:27px;
    margin-left: 10px;
  }


  .search input{
    background-color:transparent ;
    color:white;
    font-size:14px;
    font-family: 'GESSTwoLight-Light';
      border:none;
      text-align: right;
  }

  .roundedbg{
    background-color: #742a24;
height: 40px;
border-radius: 50px;
padding-top: 5px;
  }

  .mainheader{
    margin-top:20px ;

position: absolute;
z-index: 100;
left: 0;
right: 0;
  }

  .date p{
color:#707070;
font-family: 'GESSTwoLight-Light';
margin-bottom:0 ;
  }

  .register{
    font-family: 'GESSTwoBold-Bold';
    font-size: 17px;
    color: white;
    text-align: center;
    padding: 5px 57px;
    background-color: #742A24;
      text-decoration: none;
    position: relative;
    top: 11px;
    border-radius: 9px;
    
  }

  .register:hover{
    color: white;
    background-color:#9B402A;
    transition: 0.5s ease-in;
  }


  .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-size:13px ;
    font-family: 'GESSTwoLight-Light';


  }

  .navbar-light .navbar-nav .nav-link:hover {
    color:white;
    font-size:13px ;
    font-family: 'GESSTwoBold-Bold';
    transition:0.5s ease-in ;

  }


  @media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    
    }
  }
 

  .mainmenu .nav-item {
    border-bottom: 2px solid #DCB68C;
    margin: 0px 8px;
text-align: center;
padding: 4px;
  }


  .mainmenu .nav-item img{
width:25px ;
  }



  .navbar-expand-lg .navbar-nav .dropdown-menu {
      border-radius:9px ;
      box-shadow: 2px 2px 2px #e8e8e8;
border: none;
    background:url(../images/dropmenbg.png);
    text-align: center;
    font-family: 'GESSTwoBold-Bold';
    min-width: 217px;
    padding: 19px;
    font-size:13px  !important;

  }


  .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: -58px;
    margin-top: .125rem;
  }

  .dropdown-item{
    border-bottom: 1px solid gray;
width: 90%;
margin: auto;
  }


  .mainmenu .nav-item:hover {
background-color:#DCB68C;
font-family: 'GESSTwoBold-Bold';
background-size: cover;
transition:0.5s ease-in ;

  }

  .mainmenu .nav-item .active {
    background-color:#DCB68C;
    font-family: 'GESSTwoBold-Bold';
    background-size: cover;
    transition:0.5s ease-in ;
      }


      .dropdown-item:focus, .dropdown-item:hover {
        color:#742A24;
        background-color:transparent;
        transition:0.5s ease-in ;
      }


      #mainslide.carousel-item img{
        border-radius:8px 8px 50px 50px;
        
        }
        #mainslide  .carousel-item{
          height: 100vh;
        }
        
        #mainslide .slide1{
          background-image:url(../images/Asset\ 1.png) ;
          background-size:cover ;
          background-position: top center ;
          height: 100vh;
        }
        
        #mainslide  .slide2{
          background-image:url(../images/Asset\ 1.png) ;
          background-size:cover ;
          background-position:top center ;
          height: 100vh;
       
        }
      
        #mainslide  .slide3{
          background-image:url(../images/Asset\ 1.png) ;
          background-size:cover ;
          background-position:top center ;
          height: 100vh;
       
        }
        
        
        #mainslide .carousel-caption  h1{
          font-size:45px ;
          padding-left: 15px;
          text-align:center ;
          font-family: 'GESSTwoLight-Light';
          color:white;
      
      
        }

        #mainslide .carousel-caption  h2{
          font-size:45px ;
          padding-left: 15px;
          text-align:center ;
          font-family: 'GESSTwoLight-Light';
          color:white;
      
      
        }
        
     
        
        #mainslide .carousel-caption  img{
          padding-left: 10px;
        
        }
        #mainslide .carousel-caption {
          position: absolute;
          right: 0;
          bottom: 1.25rem;
          left: 0;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem;
          width: 50%;
          color: #232323;
          text-align: center;
          top: 0;
          height: 190px;
          margin: auto;
        }

        #mainslide{
          margin-top: 21px;
        }
      

        .carousel-control-next, .carousel-control-prev {
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 15%;
          padding: 0;
          color: #fff;
          text-align: center;
          background: 0 0;
          border: 0;
          opacity: .5;
          transition: opacity .15s ease;
          z-index: 1000000;
        }

        .slidershadow{
          background-image: url(../images/headerbg.png);
          background-size: cover;
          height:100vh ;
        }

        .english{
          font-family:arial !important;
          font-size:40px !important ;
          font-weight:lighter ;
        }

        .letter-spacing{
          letter-spacing: 100px;
        }


        .carousel-indicators [data-bs-target] {
          box-sizing: content-box;
          flex: 0 1 auto;
          width: 15px;
          height: 15px;
          opacity:1 ;
        }


          .carousel-indicators .active {
          background-color: #DCB68C;
          }


          .section2{
            min-height:600px ;
            background-size: cover;
          }

          .padding1{
            padding-top:70px ;
          }

          .qoute::after{
            content:url(../images/q2.png) ;
            top: 10px;
            position: relative;
            float:left;
          }

          .qoute::before{
            content:url(../images/q1.png) ;
            bottom: 20px;
            position: relative;
          }


          .qoute{
            padding-top:30px ;
            margin-bottom:100px;
          }


         .testimonial .owl-prev{
            background: transparent !important;
border: none !important;
position: relative !important;
top: 228px !important;
z-index: 1000 !important;
          }


          
        .testimonial .owl-next{
            background: transparent !important;
border: none !important;
position: relative !important;
top: 228px  !important;
float: left;
z-index: 1000 !important;
          }


          .section3{
            background-image:url(../images/edit.png) ;
            background-size: cover;
            min-height:396px ;
            color:white;
            padding: 50px;
            text-align: center;
          }


          .section3 .title{
            font-size:40px;
          }

          .register2{
            font-family: 'GESSTwoBold-Bold';
            font-size: 30px;
            color: white;
            text-align: center;
            padding: 12px 91px;
            background-color: #742A24;
              text-decoration: none;
            position: relative;
   
            border-radius: 9px;
            top:30px ;
            box-shadow: 2px 2px 2px rgba(0,0,0,.3);
          }


          .register2:hover{
            color: white;
            background-color:#9B402A;
            transition: 0.5s ease-in;
          }
        
          .section4 .box4{
            height: 290px;
            box-shadow: none;
          }

          .pic-1{
            background-image:url(../images/Group\ 349.png) ;
            height:300px;
          }


          .pic-2{
            background-image:url(../images/Gro349.png) ;
            height:300px;
          }

          .pic-3{
            background-image:url(../images/349.png) ;
            height:300px;
          }


          .pic-4{
            background-image:url(../images/p349.png) ;
            height:300px;
          }


          .pic-5{
            background-image:url(../images/Gro49.png) ;
            height:300px;
          }

          .pic-6{
            background-image:url(../images/Gr3.png) ;
            height:300px;
          }
          .whiteshadow{
            background-image: -moz-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 100%);
            background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 100%);
            height: 76px;

            height: 201px;
position: absolute;

left: 0;
right: 0;
z-index: 1000;
top: 0;
          }
          
          

          
          .maintitle{
            position: absolute;
            left: 0;
            right: 0;
            z-index: 10000;
            top: 51%;
            padding: 20px;
          }


          .section4 .box4:hover .maintitle{
          display:none ;
         }
 



         .section4 .box4 .title{
          font-family: 'GESSTwoLight-Light';
            width:80% ;
            margin: auto;
            text-align: center;
        }


        .section4  .box4 .post{
          font-family: 'GESSTwoLight-Light' !important;
            font-size:14px !important;
            font-weight: lighter;
            font-style:normal ;
        }

 
 
        .section4 .box4 .icon li a {
        
          color: #ED7B4D;
     
        }

       .section5{
               cursor: pointer;
        }

        .section5 h6{
          padding-top:20px ;
          color:#742A24;
          margin:0 ;
        }

        .section5 p{
          color:#742A24;
          font-size:15px ;
          font-family: 'GESSTwoBold-Bold';
          margin:0 ;
        }

        .section6{
          background-image:url(../images/edit.png) ;
          background-size: cover;
          min-height:396px ;
          color:white;
          padding: 90px;
          text-align: center;
          margin-top:70px ;
        }

        .section6 .title{
          font-size:40px ;
        }

        .uk{
         
          width:100vw;
          display:flex;
          justify-content:center;
          align-items:center; 
        }
        


        #timer {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 200px;
          width: 100%;
        }
        .number-list {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
        }
        .number-list .item {
          width:100px;
    
          background: transparent;
     
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 79px;
          color: white;
          font-weight: lighter;
          font-family:lato;
        padding:0px 5% ;
        }
        .unit-list {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 10px;
        }
        .unit-list .item {
          width: 100%;
          font-family: 'GESSTwoLight-Light';
          padding: 0px 11%;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 30px;
          color: white;
          font-weight: 500;

        }
        
        .timer-end {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 24px;
          color: #006741;
          font-weight: 700;
          font-family: 'GESSTwoLight-Light';
        }
        
        
      
.itemAfter::before{
  content:":" ;

}


.aboutBalqaa{
  padding-top:50px ;
  padding-bottom:100px ;
}
.footertitle{
  font-family: 'GESSTwoBold-Bold';
  font-size:18px !important ;
  padding-bottom:20px ;
}

.footer {
  background-color:#863F35 ;
  min-height:300px ;
  color:white;
  padding: 50px 0px;
}

.footer a{
color:white;
 text-decoration:none;
}

.footer p{
   font-size:15px ;
  text-decoration:none;
  margin-bottom:10px ;
}

.borderafter{

  border-left: 1px solid white;
}

.footer2{
  background:#561412 ;
  min-height:60px ;
}

#owl-carousel1 img{
  filter: grayscale(100%);
}


#owl-carousel1 img:hover{
  filter:none;
  transition:0.5s ease;
  cursor: pointer;
}

.footer2{
  color:white;
  padding:15px;


}

.footer2 a{
  color:white;
  text-decoration:none ;
     font-family: lato;
     padding:15px;
}


.footer2 p{
font-size:15px ;
}


.date1{
  font-size:21px ;
}


.date2{
  font-size:11px ;
}


#exampleModal .modal-content{
background-color:#742A24;

}

#exampleModal .modal-header{
  border-bottom:none;
}
#exampleModal2 .modal-header{
  border-bottom:none;
}

#exampleModal2 .modal-content{
  background-color:#742A24;
  color:white;
  
  }
#exampleModalLabel{
  font-family: 'GESSTwoLight-Light';
  font-size:15px ;
}

.btn-close {
    font-size:15px ;
  background:url(../images/);

}
#exampleModal2 .modal-body p{

  font-size:14px;
  margin-bottom:10px ;
}

@media (min-width: 992px){
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: center;
  }
}


.hb-ratingbar {
  position: relative;
  width: 117px;
  height: 23px;
  overflow: hidden;
  cursor: pointer;
}
.hb-ratingbar:hover .filled {
  background: #ffb628;
}
.hb-ratingbar .unfilled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#561412;
  z-index: 1;
}
.hb-ratingbar .filled {
  position: absolute;
  transition: 0.2s width ease;
  top: 0;
  left: 0;
  height: 100%;
  background: #f4a100;
  z-index: 2;
}
.hb-ratingbar .cover {
  color: #742a24;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
}
.hb-ratingbar[data-rated="0"] .filled {
  width: 0%;
}
.hb-ratingbar[data-rated="0.5"] .filled {
  width: 10%;
}
.hb-ratingbar[data-rated="1"] .filled {
  width: 20%;
}
.hb-ratingbar[data-rated="1.5"] .filled {
  width: 30%;
}
.hb-ratingbar[data-rated="2"] .filled {
  width: 40%;
}
.hb-ratingbar[data-rated="2.5"] .filled {
  width: 50%;
}
.hb-ratingbar[data-rated="3"] .filled {
  width: 60%;
}
.hb-ratingbar[data-rated="3.5"] .filled {
  width: 70%;
}
.hb-ratingbar[data-rated="4"] .filled {
  width: 80%;
}
.hb-ratingbar[data-rated="4.5"] .filled {
  width: 90%;
}
.hb-ratingbar[data-rated="5"] .filled {
  width: 100%;
}

.modal-content{
  width:600px ;
}

.inputshare1{
  margin-top:10px ;
  width:100%;
  background-color:#DCB68C ;
  border:none;
  border-radius:15px ;

  padding-right:12px ;
}

.mr{
  margin-right:10px ;
}


.sendbtn{
  background-color:white ;
  color:#742A24;
  padding: 2px 63px;
position: relative;
top: 26px;
border-radius: 15px;
  text-decoration: none;
  font-family: 'GESSTwoBold-Bold';

}



.sendbtn:hover{
  background-color:#DCB68C;;
  color:white;
transition:0.5s ease-in ;

}

.testimonial{
  position: relative;
min-height: 667px;
}

.innerheader{
  background-image: url(../images/innerheader.png);
  background-size: cover;
  height: 336px;
  background-position: center;
}

#innerbody{
  background-image:none;}


  .contentbody{


    background-image:url(../images/background.png) ;
    background-size: cover;
}

.contentbody h1{
  font-family: 'GESSTwoLight-Light';
  color:#4D4D4D;
}



.table-striped > tbody > tr:nth-of-type(2n+1) > *{
background: #F5E9DC;
font-family: 'GESSTwoLight-Light' ;
font-weight: lighter;
}
.table > :not(caption) > * > * {
  font-family: 'GESSTwoLight-Light' ;
  font-weight: lighter; 
}
.tabletitle{
  font-family: 'GESSTwoBold-Bold' !important;
 
}

.table{
  font-size:15px ;
}

.table > :not(:first-child) {
  border: none;
}


tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border: transparent;
}

.strap{
  background-color: #9B402A;
  padding: 5px;
}


.imgposition{
  position: relative;
  top: -25px;
  left: 32px;
}

.part img{
width:55% ;
margin:20px ;
}

.gray{
  color:gray
}

.team p{
  margin-bottom:0 ;
}