
/* 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;
  }

/* Slide 01 (#1) */

*{
 font-family: 'Tajawal';
}
h1{
font-size:180px;
}

/* Slide 10 (#5) */

.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;
}



/* 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;
}


/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 20px;
   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;
}


/*---------------------
  Counter
-----------------------*/
.counter {
  background: #000000;
  height: 840px;
  padding-top: 380px;
  overflow: hidden;
}

.counter__content {
  padding: 0px 50px;
}

.counter__item {
  background: #1B1B1B;/*Ø¯Ø§Ø®Ù„ Ø§Ù„Ù…Ø±Ø¨Ø¹Ø§Øª*/
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  height: 255px;
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.counter__item::before {
  position: absolute;
  left: -1px;
  bottom: -2px;
  height: 636px;
  width: 636px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  z-index: -1;
}
.counter__item.second__item {
  margin-top: -185px;
}
.counter__item.second__item:before {
  left: -316px;
  bottom: -65px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.four__item {
  margin-top: -185px;
}
.counter__item.four__item:before {
  left: -380px;
  bottom: -380px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.third__item:before {
  left: -65px;
  bottom: -317px;
}

.counter__item__text {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.counter__item__text h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 18px;
}
.counter__item__text p {
  color: #ffffff;
  margin-bottom: 0;
}



.team1{
    
    display:block;
      position:relative
    
}

.team1 img{
    
    background:#fff
}

.team1 img:not(:only-child):nth-child(1) {
  position:absolute;
  z-index:3
}
.team1:hover>img:nth-child(1){z-index:1}
.team1>img:nth-child(2){position:relative;z-index:2}


/* From uiverse.io by @Tiagoadag */
.card {
 width: 190px;
 height: 254px;
 background-image: linear-gradient(163deg, #066566 0%, #066566 100%);
 border-radius: 10px;
 transition: all .3s;
}

.card2 {
 width: 190px;
 height: 254px;
 background-color: #1a1a1a;
 border-radius:;
 transition: all .2s;
}

.card2:hover {
 transform: scale(0.98);
 border-radius: 10px;
}

.card:hover {
 box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}


/*---------------------
  Contact Widget
-----------------------*/
.contact-widget {
  background: #000000;
  padding-bottom: 70px;
}

.contact__widget__item {
  margin-bottom: 30px;
}

.contact__widget__item__icon {
  height: 70px;
  width: 70px;
  border: 1px solid rgba(225, 225, 225, 0.5);
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}
.contact__widget__item__icon i {
  font-size: 30px;
  color: #ffffff;
}

.contact__widget__item__text {
  overflow: hidden;
  padding-top: 7px;
}
.contact__widget__item__text h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact__widget__item__text p {
  margin-bottom: 0;
}

/*---------------------
  Contact
-----------------------*/
.contact {
 
  padding-top: 0;
  overflow: hidden;
}

.contact__map {
  height: 450px;
}
.contact__map iframe {
  width: 100%;
}

.contact__form h3 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.contact__form form input {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: transparent;
  font-size: 16px;
  color: #adadad;
  padding-left: 20px;
  font-weight: 300;
  
  margin-bottom: 20px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.contact__form form input:placeholder {
  color: #adadad;
}
.contact__form form input:focus {
  border-color: #e1e1e1;
}
.contact__form form textarea {
  height: 110px;
  width: 100%;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: transparent;
  font-size: 16px;
  color: #adadad;
  padding-top: 12px;
  padding-left: 20px;
  font-weight: 300;
  margin-bottom: 14px;
  resize: none;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.contact__form form textarea:placeholder {
  color: #adadad;
}
.contact__form form textarea:focus {
  border-color: #e1e1e1;
  
}
.contact__form button{
    background: transparent;
    
}
/*---------------------
 work hover
-----------------------*/
