/*start  Global*/
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
margin:0;
padding:0;
}
body{
  direction:ltr;
  text-align:left;
  color:#ddd;
  font-family:'Cairo',sans-serif;
  /*overflow:hidden;*/
  /*the white area damge the site*/
}
@font-face {
    font-family:fon;
    src: url(../fonts/fontastique.ttf) format("truetype")
}
h1,p{
  margin:0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #333;
}
p{
  font-size: 16px;
  line-height: 26px;
  color:#333;
}
q{
  color:#484848;
}
ul{
  list-style:none;
}
/*start my framework*/
a{
  text-decoration:none !important;
  outline:none !important;
  color:#fff;
}
a:hover,a:focus{
  text-decoration:none;
  color:#4b4b4b;
  cursor:pointer;
}
.head:after{
  margin:26px auto 86px;
  height:5px;
  width:65px;
  background:#484848;
  content:'';
  display:block
}
.head-center:after{
  content:'';
  display:block;
  width:64px;
  height:2px;
  margin:23px auto 84px;
  background:#484848;
}
.bold{
  font-weight:bold;
}
.normal{
  font-weight:normal;
}
.upper{
  text-transform:uppercase;
}
.clearfix{
  clear:both;
}
/* Underline From Right */

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom:15px;
  background: #fff;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/*////////////////////*/
.main-color{
  color:#1c59ac;
}
.main-background{
  background-color:#1c59ac;
}
/* end my framework*/
.text-center{
  text-align:center
}
.margin-auto{
  margin:auto;
}
.overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
}
.right{float:right;}
.left{float:left;}
/* end my framework*/
/*loading*/
.loading{
  position:fixed;
  left:0;
  top:0;
  z-index:99999;
  width:100%;
  height:100%;
  background-color:#fff;
  color:#FFF;
}

.sk-folding-cube {
  margin: 30% auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*loading*/
/*start header*/
header{
  background-image:url(../images/101.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height:100vh;
  overflow: hidden;
  position:relative;
}
header .overlay{
  height:100%;
  z-index:1;
  background-color: rgba(0,0,0,0.3);
  position:absolute;
}
.header-menu .logo{
  float:left;
  font-size:25px;
  font-weight:800;
  color:#ddd;
  padding:20px 0;
  text-decoration:none;
}
.logo-animate{
    animation: pulse ease-in-out 5s infinite;
}
.overlay ul{
  float:right;
}

.overlay ul li{
  display:inline-block;
  font-size:16px;
  font-weight:400;
  padding:30px 0;
  margin-right:15px;
}
.overlay ul li:last-of-type{
  margin:auto;
}
.overlay li a{
   color:#ddd;
}
.header-content{
  position:relative;
  z-index:3;
  top:17vh;
}
.my-image img{
  border-radius:50%;
  border:10px solid #ddd;
}
.header-content h1{
  color:#fff;
  margin:30px 0 22px;
  font-size:50px;
}
.header-content h2{
  color:#ddd;
  font-size:28px;
  font-weight:bold;
  overflow:hidden;
  height:40px;
}
.arrow{
  position:absolute;
  z-index: 9;
  bottom:30px;
  font-size:17px;
  text-align:center;
  left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
transition:all 1s ease-in-out;
}
.arrow i{
  cursor:pointer;
  animation: down 1s ease-in-out infinite;
  position:relative;
  bottom:50px;
  color:#fff;
}
@keyframes down{
  from{
    bottom:0px;
  }
  to{
    bottom:-10px;
  }
}
/*end header*/
/*start about*/
.about{
  overflow:hidden;
  padding:100px 0;
  background-color:#fff;
}
.about h2{
  margin-top:0;
  margin-bottom:30px;
  color:#333;
}
.about p{
 margin-bottom:16px;
 color:#484848;
 font-weight:400;
 line-height:26px;
}
.about ul li {
    margin-top: 8px;
    font-size: 14px;
    color:#666;
}
.about ul li span {
    color: #232323;
    display:inline-block;
  }
.about ul li span i {
    margin-right: 4px;
}
.Nopad{
  padding:0;
  margin-bottom:30px;
}
.contact a i{
  width:40px;
  height:40px;
  line-height:40px;
  border:1px solid #CCC;
  border-radius:50%;
  color:#fff;
  margin-left:25px;
  font-size:25px;
  display:block;
  float:left;
  text-align:center;
  cursor:pointer;
}
.contact .fa-facebook{
  background-color:#205b9f;
  border:1px solid #205b9f;
  margin-left:0;
}
.contact .fa-facebook:hover{
  background-color:#FFF;
  color:#205b9f;
}
.contact .fa-twitter{
  background-color:#00ace3;
  border:1px solid #00ace3;
}
.contact .fa-twitter:hover{
  background-color:#FFF;
  color:#00ace3;
}

.contact .fa-google-plus{
  background-color:#ff3921;
  border:1px solid #ff3921;
}
.contact .fa-linkedin {
  background-color:#00a0dc;
  border:1px solid #00a0dc;
}
.contact .fa-google-plus:hover{
  background-color:#FFF;
  color:#ff3921;
}
.contact .fa-behance{
  background-color:#009bd5;
  border:1px solid #009bd5;
}
.contact .fa-behance:hover{
  background-color:#FFF;
  color:#009bd5;
}
.contact .fa-dribbble{
  background-color:#ff72a5;
  border:1px solid #ff72a5;
}
.contact .fa-dribbble:hover{
  background-color:#FFF;
  color:#ff72a5;
}
.col-md-12{
  padding-left:0;
}
@keyframes scale{
0%{
  transform:scale(1.1);
}
100%{
  transform:scale(1.4);
}
}
.contact i:hover{
  animation:scale 0.3s ease-in-out forwards;
}
@media(max-width:991px){
  .contact a i{
    margin-left:15px;
  }
}
/*progress bars*/

.progress-info{
  color:#484848;
  font-size:15px;
  font-weight:400;
  line-height:1.75;
  padding:5px 0;

}
.progress{
  color:#dfdfdf ;
  height:7px;
}
.progress-bar {
  background-color:#484848 !important;
}
.progress-bar-animate{
  animation: progress 3s ease-in-out forwards;
}
.one{
  max-width:90%;
}
.two{
  max-width:60%;
}
.third{
 max-width:70%;
}
.forth{
  max-width:50%
}
.fifth{
  max-width:30%
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/*end   about*/
/*start Work*/
.work{
  padding:100px 0;
  overflow:hidden;
  background-color:#f0f0f0;
}
.work .col-md-4{
  margin-bottom:30px;
}
.header-sec{
  font-size:36px;
  font-weight:700;
  text-transform:capitalize;
  margin-bottom:20px;
}
.project{
  position:relative;
}
.img-project{
  overflow:hidden;
}
.img-project img{
  width:100%;
  transition:all 0.9s ease-in-out;
  max-height:360px;
  height:360px;
  object-fit: cover;
}
.fa-github{
    color: #fff !important;
    background: #000;
    border: 0 !important;
}
.project:hover img{
  transform:scale(1.1);
}
.project .overlay{
background-color: rgba(0, 0, 0, 0.8);
opacity:0;
visibility:hidden;
transition:all 0.9s ease-in-out;
padding:15px;
}
.project:hover .overlay{
opacity:1;
visibility:visible;
}
.show-project{
  border:2px dashed #fff;
  height:100%;
  width:100%;
  position:relative;
}
.show-project p{
  margin:80px 0 50px ;
  font-weight:700;
  color:#cecece;
  font-size: 20px;
  letter-spacing: 1px;
}
.show-project a{
  display:inline-block;
  width:180px;
  height:50px;
  line-height:50px;
  text-transform:capitalize;
  font-weight:400;
  color:#fff;
  background:transparent;
  border:1px solid #ccc;
  border-radius:15px;
  transition:all 0.8s ease-in-out;
  font-size:22px;
  font-weight:600;
  margin-top:30%;
  margin-left:40%;
  overflow:hidden;
}
.show-project a:hover{
  color:#333;
  background:#fff;
}
.project:hover .show-project a{
  margin:0;
}
/*end   Work*/
/*my clients*/
.clients{
  overflow:hidden;
  padding:100px 0;
  background-color:#f0f0f0;
}
.testi{
  text-align:center;
}
.testi q{
  font-size:30px;
  font-weight:400;
  line-height:2;
  margin-bottom:50px;
}
.testi p{
  font-size:20px;
  font-weight:bold;
  margin:30px 0;
}
.owl-prev{
  position:absolute;
  right:0;
  bottom:50%;
}
.owl-prev i,
.owl-next i{
  font-size:50px;
  z-index:20;
}
.owl-dots{
  z-index:20;
}
.owl-next{
  position:absolute;
  left:0%;
  bottom:50%;
}
/*my clients*/
/*start footer*/
.footer{
  overflow:hidden;
  padding:100px 0;
}
.footer input{
  border:1px solid #ddd;
  color:#232323;
  outline:none;
  padding:8px 16px;
  width:100%;
  border-radius:10px;
  margin-bottom:25px;
  display:inline-block;
}
.footer .col-md-12{
  padding-left:15px;
}
.footer textarea{
  border:1px solid #ddd;
  color:#232323;
  outline:none;
  padding:8px 16px;
  width:100%;
  border-radius:10px;
  resize:none;
  height:200px;
  overflow:auto;
}

.footer input[type='submit'] {
  width:160px;
  margin:auto;
  margin-top:25px;
  transition:all 0.6s ease-in-out;
}
.footer input[type='submit']:hover{
  background:#232323;
  color:#fff;
  border:1px solid #c8c9c2;
}
/*end   footer*/
footer{
  padding:20px 0 40px;
  background-color:#f0f0f0;
}
footer h3{
  font-style:italic;
  margin-bottom:20px;
}
footer h3 span{
    margin-left:20px;
    display: inline-block;
    animation:shake ease-in-out 5s infinite;
}
footer .contact a{
  display: inline-block;
  float: none;
}
/**/
.bars{
  opacity:0;
  visibility:hidden;
  float:right;
  padding:30px;
  display:none ;
}

.menu{
width:100%;
height:100%;
position:fixed;
background:rgba(0,0,0,0.5);
top:0;
left:0;
bottom:0;
right: 0;
z-index:21;
display:none;
text-align:center;
}
.menu ul{
width:200px;
margin:auto;
padding-top:1.5%;
float:none !important;
text-align:center;
position:relative;
z-index:25;
}
.menu ul li{
  display:block;
  border:1px solid #fff;
  border-radius:25px;
  font-size:18px;
  background:#fff;
  color:#ccc;
  width:140px;
  height:60px;
  line-height:60px;
  margin:auto;
  margin-bottom:10px;
  cursor:pointer;
  text-align:center;
  padding:0;
  position:relative;
  z-index:26;
}
.cross-close{
  visibility:hidden;
  opacity:0;
}
.Nav-full{
  width:100%;
  height:83px;
  padding:0 30px;
  position:fixed;
  top:0;
  left:0;
  right:0;
  background: rgba(221, 221, 221,0.7);
  color:#484848;
  z-index:55;
  margin:0;
}
.Nav-full .logo,
.Nav-full ul li a{
  color:#484848;
}
/*start responsive*/
@media(min-width:280px) and (max-width:480px){
   .header-menu .logo{
    padding:14px;
    padding-left:0
   }
   .bars{
    padding:21px;
   }
   .Nav-full{
    height:70px;
    padding:0;
   }
}
/*@media(min-width:480px) and (max-width:768px){

}
@media(min-width:768px) and (max-width:991px){

}
@media(min-width:991px) and (max-width:1199px){

}
@media(min-width:1199px){

}*/
@media(max-width:991px){
  .up{
     margin-top:60px;
  }
  .project .overlay {
      position:relative;
      opacity:1;
      visibility:visible;
      border-radius: 0 0 15px 15px;
  }
  .show-project{
      border:none;
  }
  .show-project p {
    margin: 20px 0;
    /*font-size: 18px;*/
   }
  .show-project a{
      /*font-size:15px;*/
      margin:0;
      margin-bottom:20px;
  }
  .project:hover .show-project a {
    margin-bottom: 20px;
  }
  .show-project a:hover {
    color: #333;
    background: #fff;
   }
  .project:hover img {
    transform: scale(1);
  }
}
@media(max-width:767px){
   .open-na{
    display:none;
   }
   .bars{
    opacity:1;
    visibility:visible;
    display:block;
   }
   .header-content h1 {
    color: #fff;
    margin: 20px 0 15px;
    font-size: 34px;
   }
   /*header{*/
   /* height:550px;*/
   /*}*/
   header h2{
    height:100px !important;
   }
   .about {
    padding: 50px 0;
    }
   .work{
      padding:50px 0;
    }
   .clients{
    padding:50px 0;
    }
   .footer{
    padding:50px 0;
   }
   .testi p{
    margin:0;
    margin-top:10px
   }
   .testi q{
    margin-bottom:20px;
   }
   .slider{
    height:300px;
   }
   .head-center::after{
    margin-bottom:50px;
   }
}
@media(min-width:769px){
    header .upper{
      display:block !important;
    }
}
@media(min-width:680px)  and (max-width:768px){
   .work .col-sm-6{
      width:50% !important;
      float:left;
    }
}
/*end responsive*/
/*box*/
.box{
  position:fixed;
  z-index: 30;
  width:40px;
  height:40px;
  background:#333;
  border:1px solid #484848;
  bottom:20px;
  right:35px;
  font-size:20px;
  margin:auto;
  text-align: center;
  line-height: 36px;
  cursor:pointer;
  transition:all 0.5s ease-in-out;
  opacity:0;
  visibility:hidden;
}
.box:hover{
 border:1px solid #333;
 background:#fff;
 color:#111;
}
.appear{
 opacity:1;
 visibility:visible;
}
/*box
