/* Panel Top 02 */




.panel .menu { cursor:pointer;}
  .panel .menu > li {
    outline: none;
    border-radius: 50px;
    padding: 7px 17px;
    will-change: background;
    -webkit-transition:0.25s background;
    transition:0.25s background;
  }
  .panel .menu > li:focus,
  .panel .menu > li:hover {
    background: rgba(0, 0, 0, 0.15);
  }
  .panel .menu > li .material-icons {
    vertical-align: bottom;
  }
  .dropdown.customDropdown { padding:10px 0; width: 100px;}
  .dropdown.customDropdown .menu > li:not(.link),
  .dropdown.customDropdown .menu > li.link a { font-size: 15px; padding: 8px 10px 8px 20px; cursor: pointer; display: block; text-align: center; }
  .dropdown.customDropdown .menu > li:hover { background:rgba(0, 0, 0, 0.05);}
  .dropdown.customDropdown .material-icons {
    float: right;
  }

/* main (#1) */

*{
 font-family: 'Tajawal';
}
 
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
 .smoothTint {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0,0,0,.6)), to(#030609));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: -o-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: linear-gradient(to bottom, rgba(0,0,0,.6) 80%, #030609);
  }
.parallax .background.parallax-element {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
}
/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 30px;
   font-family: 'Tajawal';
  font-weight: 700;
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #237474;
  border-top: 2px solid #237474;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #237474;
  border-bottom: 2px solid #237474;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.opacity-8{
 font-size: 20px;
}
/* smooth gradient fade to the next slide */
  .smoothTint {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0,0,0,.6)), to(#030609));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: -o-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: linear-gradient(to bottom, rgba(0,0,0,.6) 80%, #030609);
  }
.parallax .background.parallax-element {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
}

/* service (#2) */

*{
 font-family: 'Tajawal';
}
/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 30px;
  font-family: 'Tajawal';
  font-weight: 700;
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #237474;
  border-top: 2px solid #237474;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #237474;
  border-bottom: 2px solid #237474;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
/* smooth gradient fade to the next slide */
  .smoothTint {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0,0,0,.6)), to(#030609));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: -o-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: linear-gradient(to bottom, rgba(0,0,0,.6) 80%, #030609);
  }
.parallax .background.parallax-element {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
}

/* work (#3) */

p,span{
 font-family: 'Tajawal';
}
/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 30px;
   font-family: 'Tajawal';
  font-weight: 700;
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #237474;
  border-top: 2px solid #237474;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #237474;
  border-bottom: 2px solid #237474;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
/* smooth gradient fade to the next slide */
  .smoothTint {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0,0,0,.6)), to(#030609));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: -o-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: linear-gradient(to bottom, rgba(0,0,0,.6) 80%, #030609);
  }
.parallax .background.parallax-element {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
}

/* team (#4) */

*,h1{
 font-family: 'Tajawal';
}
/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 30px;
  font-family: 'Tajawal';
  font-weight: 700;
  padding: 14px 32px 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #237474;
  border-top: 2px solid #237474;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #237474;
  border-bottom: 2px solid #237474;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
/* smooth gradient fade to the next slide */
  .smoothTint {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0,0,0,.6)), to(#030609));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: -o-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: linear-gradient(to bottom, rgba(0,0,0,.6) 80%, #030609);
  }
.parallax .background.parallax-element {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
}

/* our group (#5) */

*{
 font-family: 'Tajawal';
}
/* smooth gradient fade to the next slide */
  .smoothTint {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0,0,0,.6)), to(#030609));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: -o-linear-gradient(top, rgba(0,0,0,.6) 80%, #030609);
    background: linear-gradient(to bottom, rgba(0,0,0,.6) 80%, #030609);
  }
.parallax .background.parallax-element {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
}

/* clients (#6) */

/* client carsoul style */
.owl-carousel .item {
  height: 0;
  position:center;
  padding: 10px;
 
  padding-bottom: 40%;
  padding-top: 40%;
   
  
}
.owl-carousel {
background-color:white;
 
border-radius: 5px;
}
#owl-clients .item img{
  width: 50%;
  height: auto;
 
  position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%)
}
h3{
padding-top:500;
text-align: right;
}

/* Panel Bottom 09 */

*{
	margin: 0;
	padding: 0;
}
.wrapper{
	position: absolute;
  top: -40px;
  right: 0;
	transform: translateY(-50%);
  
}

.cont{
    border-radius: 5px;
      width: 52px;
      height: 52px;
      position: relative;
      cursor: pointer;
      transition: all 0.2s linear;
    
    
}

.cont .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 25px;
}

.cont{
    background: #a08661;
}

.cont:hover{
    width: 110px;
  
}


.cont:hover span{
  padding-left: 15%;
  
  display: inline;
   
}



.whats{
    border-radius: 5px;
      width: 52px;
      height: 52px;
      position: relative;
      cursor: pointer;
      transition: all 0.2s linear;
    
    
}

.whats .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 25px;
}

.whats{
    background: #066566;
}

.whats:hover{
    width: 110px;
  
}


.whats:hover span{
  padding-left: 15%;
  
  display: inline;
   
}


i span{
  display: none;
  font-weight: bold;
  font-size:15px;
  letter-spacing: 1px;
  font-family: 'Tajawal';
  
}

 

.con{
 position: absolute;
  top: -40px;
	transform: translateY(-70%);
  margin-left:-18px;
}
.social{
  
  border-radius: 50px;
	width: 35px;
	height: 35px;
	position: relative;
	cursor: pointer;
	transition: all 0.2s linear;
  
    
}
.social .fa{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 25px;
}
.social.twitter{
	background: #a08661;
}
.social.instagram{
	background: #a08661;
}
.social.linked{
	background: #a08661;
}
.social.facebook{
	background: #a08661;
}
.social:hover{
background: #088683;
}






