@import url(https://fonts.googleapis.com/css?family=Khula:700);
@import url(https://fonts.googleapis.com/css?family=Lalezar&amp;subset=arabic" rel="stylesheet);

body, body * {
font-family: 'Cairo', sans-serif;
}

.slider-im{
    
}
@media screen and (max-width: 480px) {

    .slider-im{
        height: 200px !important;
    }

}
.section_mob{
    margin-top: 3%;
}
@media screen and (max-width: 480px) {
        .section_mob{ margin-top: 20%;}
       

}

.service-pic{
    background-image: url(../img/serviceblog.jpg);
    margin:3% auto; 
    height: 70%; 
    width: 100%; 
    background-size:100% 100%; 
    background-repeat: no-repeat; 
    opacity: 0.4;
}

@media screen and (max-width: 480px) {
    .service-pic{
        margin-top: 20%;
        height: 30%;
    }
}


.ser-mob{
    
}


@media screen and (max-width: 480px) {
    .ser-mob{
        width: 90% !important; 
        padding-left: 0 !important;
    }

}

.clintes-icons{}
@media screen and (max-width: 480px) {
    .clintes-icons{
        width: 90%;
    }
}
#clients {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

#clients .clients-wrap {
  display:block;
  width:95%;
  margin:0 auto;
  overflow:hidden;
}

#clients .clients-wrap ul {
  display:block;
  list-style:none;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.3); }

.rotate:hover
{
        -webkit-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
}

#clients .clients-wrap ul li {
  display:block;
  float:left;
  position:relative;
  width:220px;
  height:100px;
  line-height:100px;
  text-align:center;
}

#clients .clients-wrap ul li img {
  vertical-align:middle;
  max-width:100%;
  max-height:100%;
  -webkit-transition:0 linear left;
  -moz-transition:0 linear left;
  transition:0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter:alpha(opacity=65);
  /*opacity:0.65;*/
}


#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  opacity:1.0;
}
  #thumbwrap {
	/*position:relative;
	margin:75px auto;
	width:52px; height:52px;*/
}
.thumb img { 
	height: 250px;
    width: 250px;
	margin:3px;
	float:left;
}
.thumb textarea { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover textarea { 
	visibility:visible;
	top:0; right:100px; 
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:0; right:100px; 
	z-index:1;
}


.text{
    text-align: center;
  /*font-family: 'Oxygen Mono', monospace;*/
    font-family: 'Cairo', sans-serif;
    color: #999;
}
.text h1 {
  text-transform: uppercase;
  letter-spacing: 1pt;
  font-size: 30pt;
  margin-bottom: 15px;
}

.text p {
  text-align: left;
  margin: 0;
  text-transform: lowercase;
  font-size: 10pt;
  font-weight: 900;
  width: 50%;
  display: none;
}

#table {
	display: table;
	width: 100%;
	height: 100%;
  background-color: #e5e5e5;
}

#centeralign {
	display: table-cell;
	vertical-align: middle;
}
.hidden {
  opacity:0;
}
.console-container {
 
  font-family: 'Amiri', serif;
  font-size:4em;
  text-align:center;
 
  display:block;
 
  color:white;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
   display:inline-block;
  position:relative;
 
  left:10px;
}

.logo-client{
    margin: 0 auto;
}


        .servicesa{
    height: 300px;
    width: 200px;
    padding-top: 1%;
    border-bottom: 5px solid skyblue;
    border-radius: 10px;
    text-align: center;
    font-family: century gothic;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #f3f3f3;
    
}
.servicesb{
    height: 300px;
    width: 200px;
    padding-top: 1%;
    border-bottom: 5px solid orange;
    border-radius: 10px;
    text-align: center;
    font-family: century gothic;
    font-size: 16p;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #f3f3f3;
}
        .servicesa i{
            padding-top: 10px;
            padding-bottom:10px;
            opacity: 0.4;
        }
        .servicesb i{
            padding-top: 10px;
            padding-bottom:10px;
            opacity: 0.4;
        }
        .servicesa h2,p{
            opacity: 0.8;
        }
        .servicesb h2,p{
            opacity: 0.8;
        }
  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
    padding: 10px;
  border: 3px solid skyblue;
    height: 50%;
  width: 40%;
    box-shadow: 10px 6px #99999938;
    border-radius: 10px;
    text-align: justify;
    font-size: 20px !important;
}
        .modal-content p{
            font-size: 18px !important;
        }
@media only screen and (max-width: 500px) {
    .modal-content {
         height: 50%;
        width: 90%;
         font-size: 13px !important;
    }
    .modal-content p{
            font-size: 13px !important;
        }
}
/* The Close Button */
        a:hover, a:focus{
  text-decoration: none;
  cursor: pointer;
        }
.close {
  color: #aaaaaa;
  float: right !important;
  font-size: 28px !important;
  font-weight: bold;
    text-align: left !important;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
