    
    @import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css);
                @font-face
     {
        font-family: 'koodak';
        
         src:url(../fonts/koodak.ttf);
     }

        @font-face
     {
        font-family: 'eng';
        src: url(../fonts/upcli.ttf);
     }
                html{
            margin: 0;
            padding: 0;
            padding: 0;
            border: 0;
            direction: rtl;
        }
                .header{
            width: 100%;
            height: 65px;
            background-color: #efefef;
            margin: 0;
            padding: 0;
            position: fixed;
            top: 0;
            right: 0;
            box-shadow: 0px 5px 10px #272727;
                    z-index: 92;
        }
        /*-------*/
body {
  background: #ffffff;
    overflow-x: hidden;
  
}
.accordion {
  color: #ffffff;
  width: 100%;
}
        .accordion a{
            color: white;
            text-decoration: none;
        }

.accordion .section {
  width: 100%;
}
.clear{
  clear: both;
}
.accordion .section input[type='radio'] {
  display: none;
}
.accordion .section input[type='radio']:checked + label {
  background: #2e3468;
}
.accordion .section input[type='radio']:checked + label:before {
  content: " ";
  position: absolute;
  border-right: 3px solid #ff00a7;
  height: 100%;
  left: 0;
}
.accordion .section input[type='radio']:checked ~ .content {
  max-height: 300px;
  opacity: 1;
  z-index: 10;
  overflow-y: auto;
}
.accordion .section label {
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  display: table;
  background: #4b4b4b;
  width: 220px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.accordion .section label:before {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  border-top: 1px solid #ffffff;
}
.accordion .section label:hover {
  background: #363636;
}
.accordion .section label span {
  display: table-cell;
  vertical-align: middle;
}
.accordion .section:last-of-type {
  border-bottom: 1px solid #ffffff;
}
.accordion .section .content {
  max-height: 0;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
  opacity: 0;
  position: relative;
  overflow-y: hidden;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.side-menu {
  background: #ededed;
  width: 220px;
  position: fixed;
    overflow: scroll;
  top: 60px;
  bottom: 0;
    right: 0;
    z-index: 90;
    font-family: 'koodak';
    
    
}
/*-------------------menu2-------------------------*/



.accordion {
  font-size: 14px;
}
.accordion .section .content {
  padding: 0 15px;
}
.accordion .section input[type='radio'] {
  display: none;
}
.accordion .section input[type='radio']:checked ~ .content {
  padding: 15px;
}

.side-menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: .5s;
    
}
.side-menu ul li {
  padding: 10px;
    color: #5e167e;
    transition: .3s;
    width: 180px;
    border-right: solid #e3e3e3 2px;
     margin-top: 5px;
}

.side-menu ul li:hover {
  color: #2d4e6f;
      cursor: pointer;
    background-color: #dddddd;
}


.worksBox ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: .5s;
    
}
.worksBox ul li {
  padding: 10px;
    color: #5e167e;
    transition: .3s;
    width: 180px;
    border-right: solid #e3e3e3 2px;
     margin-top: 5px;

}

.worksBox ul li:hover {
  color: #2d4e6f;
      cursor: pointer;
    background-color: #dddddd;
}








.menu li{
    display: inline-block;
    width: 130px;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 65px;
    
    padding-top: 20px;
    border-left: solid #e6e6e6 2px;
    
    
}

.dropdown-content {
    display: none;
 top: 65px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    font-size: 14px;
    
}

.dropdown-content a {
  color: #505050;
  padding: 20px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
    transition: .5s;
}
.dropdown-content a:hover{
    background-color: #e2e2e2;
    
}
.dropdown{
    font-family: 'koodak';
    font-size: 16px;
    color: #4b4b4b;
    transition: .3s;
}
.dropdown:hover{
    background-color: #ffffff;
    border-bottom: solid 4px #ff00a7;
    box-shadow: 0px 0 20px #696969;
    cursor: pointer;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.sideLogo {
  padding: 30px 60px;
  width: 200px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
.sideLogo img {
width: 100px;
    height: 140px
}
.logo{
   
   width: 60px;
   height: 60px;
   padding-bottom: 2px;
                position: absolute;
            left: 0;
            top: 0;
}
 span:lang(en){
            
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
 }

        
        
    /* Nav ICon -------------------------- */
                
                #nav-icon3 {
            width: 30px;
            height: 20px;
            position: fixed;
            float: right;
            margin-top: 18px;
            margin-right: 5vw;
            z-index: 90;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }

            #nav-icon3 span {
                display: block;
                position: absolute;
                height: 4px;
                width: 100%;
                background: #391860;
                border-radius: 9px;
                opacity: 1;
                right: 0;
                z-index: 9000002;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }





                /* Icon 3 */

                #nav-icon3 span:nth-child(1) {
                    top: 0px;
                }

                #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
                    top: 10px;
                }

                #nav-icon3 span:nth-child(4) {
                    top: 20px;
                }

            #nav-icon3.open span:nth-child(1) {
                top: 18px;
                width: 0%;
                left: 50%;
            }

            #nav-icon3.open span:nth-child(2) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #nav-icon3.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            #nav-icon3.open span:nth-child(4) {
                top: 18px;
                width: 0%;
                left: 50%;
            }

        
        #sideMen{
            transition: .7s;
             
            width: 0;
            
        }
        #sideMen.open{
            width: 220px;
           
        }

            #myslider{
            width: 100%;
            height: 75vh;
           margin: 0;
            padding: 0;
            
            
        }
        #layout{
            width: 100%;
            margin: 0;
            padding: 0;
        }
        
        .clear{clear: both;}
        .left{ float: left;}
        .right{ float: right;}

                        footer {
            background-color: #33313b;
            width: 100%;
            height: 325px;
            color: rgb(255, 255, 255);
            font-family: 'koodak';
            font-size: 18px;
            border-top: 4px solid #b5b5bb;
            margin-top: 50px;
        }
       
            footer a:hover {
                cursor: pointer;
                color: rgb(0, 194, 200);
            }

            footer img {
                float: left;
                position: relative;
                top: 5px;
                left: 20px;
                width: 350px;
                height: 200px;
                overflow: hidden;
            }
            footer h3 {
              color: rgb(255, 255, 255);
              padding:5px;
              border-bottom: 2px solid white;}


        footer p {
            color: #f6f5f5;
            padding:2px;
            margin-right:5px;

        }
                
                footer i{
            color: #e3c4a8;
            font-size: 25px;
            margin-left: 10px;
        }
        /* --------------------------footer-------------*/

        #sitemap , #menues{
          margin: 30px auto;
        max-width:340px;
          
        }
        #sitemap h3{
          border-bottom: 2px solid white;
        } 
        #menues h3{
          border-bottom: 2px solid white;
        }
/*-------------------------------------*/
        .licens{
            text-align: center;
            padding: 5px;
            width: 100%;
            height: 70px;
            background-color: #2a2831;
        }
        .licens p{
            
            
            font-size: 15px;
            font-family: 'koodak';
            color: #5f5f5f;
            
        }
        
#compName{
    
    color: #adadad;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}
#compName:hover{color: #e5e5e5;}
        .social{
            width: 100%;
            height: 50px;
            text-align: center;

        }
        
        .social a i{
            padding: 10px;
            font-size: 30px;
            color: white;
            transition: .5s;
        }
        .social a i:hover{
            color: #eae112;
        }
        
        
                .aboutUs{
            width: 70%;
            height: 400px;
            background-image: url(abtus.png);
            background-position: right;
            background-size: cover;
            background-repeat: no-repeat;
            margin-top: 20px;
            margin: 20px auto;
            border-radius: 5px;
        }
        .aboutUsPlace{
             width: 50%;
            height: 300px;
            background-color: rgba(255, 255, 255, 0.51);
            float: none;
            position: relative; 
            top: 50px;
            right: 25%;
            border: dashed 4px #305a74;
            border-radius: 12px; 
        }
        .aboutUsPlace h3{
            margin-right: 10px;
            color: #ce127f;
            font-family: 'koodak';
        }
                .aboutUsPlace p{ 
            margin-right: 20px;
            margin-left: 20px;
            font-family: 'koodak';
            font-size: 18px;
            text-align: justify;
            color: #464646;
                    
        }
        
        /*Load screen*/
        @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
        .loader {
  border: 12px solid rgba(177, 177, 177, 0.35);
  border-radius: 50%;
  border-top: 12px solid rgba(54, 30, 169, 0.71);
        
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
            margin: 25% auto;
            transition: 0.3s;
            
}
   
         #cover {position: fixed; height: 100%; width: 100%; top:0; left: 0; background: #e5e5e5; z-index:9999;transition: 0.3s;
        overflow: hidden;} 
        #cover img{
            position: fixed;
            top: 50px;
            left: 45%;;
            width: 120px;
            height: 230px;
        }
        
        
        .works{transition: .7s;}
   
.worksBox {
    height: 350px;
    
    border-radius: 5px;
    background-color:rgba(109, 109, 109, 0.08);
    text-align: center;
    font-family: 'koodak';
    transition: .3s;
    box-shadow: 0px 0px 10px #b5b5b5;
    
    
}
        .workHead{
            width: 100px;;
            height: 100px;
            border-radius: 100%;
            background-image: linear-gradient(#ad006b,#155799);
            margin: 0 auto;
            margin-top: 5px;
            text-align: center;
            padding-top: 25px;
        }
        .workHead i{
            font-size: 45px;
            color: white;
        }
        .worksBox p{
            font-size: 15px;
            text-align: justify;
            color: #15303e;
        }
                .worksBox h4{color: #1c475d;}
        
        
                @-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
    

}
        
        /* TADA */
        
        @-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -ms-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}
        
        .works:hover .worksBox{
              filter:blur(3px);
  opacity:.5;
  transform: scale(.98);
  box-shadow:none;
            
        }
        .works:hover .worksBox:hover{
              transform:scale(1);
  filter:blur(0px);
  opacity:1;
  box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
        }
.projects{
    margin-top: 100px;
}
.projects h2{
    margin: 0 auto;
    color: #e30069;
    width: 100px;
    text-align: center;
    font-family: 'koodak';
    border-bottom: 4px solid #ededed;
    
}
.projBox{
    background-color: #243748;
    margin-top: 30px;
    height: 350px;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0px 0px 10px #b5b5b5;
}
.projBox p{
    color: #ededed;
    font-size: 17px;
    text-align: justify;
    padding: 20px;
    font-family: 'koodak';
    
}
.projBox h4{
    color: #e3e3e3;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 2px dashed #c3c3c3;
    font-family: 'koodak'
    
}
.projPicPlace{
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
}
.projPic{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}
.workHeadContent ul li {
    /*width: 200px;*/
    margin: 0 auto;
    color: #243748;
    border-right: none;
    border-bottom: 1px solid #e2dfdf;
}
.workHeadContent ul :last-child{
  border-bottom: none;
}
.workHeadContent ul :first-child{
  border-top: 1px solid #e2dfdf;
  margin-top: -7px;
}
.workHeadContent3 ul li{
  margin-top: -5px;
  color:#243748;
  border-right: none;
  border-bottom: 1px solid #e2dfdf;
}
.workHeadContent3 ul :last-child{
  border-bottom: none;
}
.workHeadContent3 ul :first-child{
  border-top: 1px solid #e2dfdf;
  margin-top: -7px;
}
/*--------------style menu-------------------*/


  /*------------------------------------*/


@media only screen and (min-width:1100px){
    .navContainer{display: none;}
    .side-menu{
        display: none;
    }
}
@media only screen and (max-width:1100px){
    .menu{display: none;}
footer{height: 600px;}
}

@media only screen and (max-width:740px){
    
    .worksBox p{
        padding: 10px;
        height: 10px;
    }
    .aboutUs{width: 100%}
    
            .aboutUsPlace{
             width: 90%;
            right: 5%;
        }
   
}
@media only screen and (max-width:440px){
    
        .aboutUs{width: 100%}
            .aboutUsPlace p{
           font-size: 16px;
        }
    .aboutUsPlace h3{
        font-size: 19px
    }
    .licens p{
        font-size: 11px;
    }
}
@media only screen and (max-width:980px){
    .aboutUs{width: 100%}
}


   
  