
/*    Default Layout: 992px. 
    Gutters: 24px.
    Outer margins: 48px.
    Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media (max-width: 767px) {
    
    
    
}

/*    Tablet Layout: 768px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 991px) and (max-width: 1280px) {

	
}




/*    Mobile Layout: 320px.
    Gutters: 24px.
    Outer margins: 34px.
    Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	    .carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 777px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    }
    
    .controler {
        display: none;
        
    }
    
    .slide{
        
        height: 300px; 
        margin-top: 0px;
    }
    .side-nav li > a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
        text-align: right;
}
    .side-nav {
    position: fixed;
    width: 240px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
nav .brand-logo {
    position: absolute;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    white-space: nowrap;
    padding-left: 150px;
    margin-top: 5px;
    z-index: 99999;
}
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: -1px;
    height: 76%;
}
    .maqal p{
    
    overflow: hidden;
    max-height: 80px;
    
}
nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 50px;
    margin: 0 18px;
       color: #114380;

    border-radius: 10px;
    width: 52px;
    padding-left: 13px;
	margin-top: 5px;
	
	
	
}
    #navigation i {
    font-size: 33px;
}
	
    #navigation{
        
        background-color: rgba(255,255,255,0.0);
        box-shadow: 0 0px 0px #000;
        height: 70px;
    }  
    .non .game{
    
    display: none;
    
}
.non .game2{
    
    display: inherit;
    
}
    
    .maq .moqa{
    
    display: none;
    
}
.maq .moqa2{
    
    display: inherit;
    
}
    .maq {
    background-image: url(../image/im/3.png);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    margin-top: 300px;
    margin-bottom: 0px;
        
}
 .work .row {
    width: 100%;
}
.doo .doc {
    background-image: url(../image/im/44.png);
    background-size: 100% 100%;
    height: auto;
    width: 100%;
    margin-top: -70px;
   
}
    .who .row {
    width: 100%;
}
   
    .game2 .ser p{
        
        height: 110px;
        overflow: hidden;
    }
    .dor h4 {
    color: #fff;
    margin-top: 150px;
    font-weight: bold;
    font-size: 36px;
}
    .footer #buttons a {
    text-decoration: none;
    margin: 3px;
    background-color: transparent;
    float: left;
    width: 55px;
    border: 1px solid #000;
    border-radius: 10%;
    color: #000;
    padding: 10px 10px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
    .qus h3 {
    background-color: #114380;
    color: #fff;
    padding: 20px;
    margin: auto;
    font-size: 16px;
    line-height: normal;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
    
    .game2 .ser{
        
        height: auto;
    }
    .game2 .kaf{
        
        background-color: #114380;
    }
    .footer .im {
    position: absolute;
    z-index: 99;
    width: 35%;
    display: none;
}
    .footer .fo{
        
        width: 100%;
    }
    .moc h2 {
    font-size: 25px;
    color: #114380;
    text-align: right;
    font-weight: bold;
    line-height: 40px;
}
    .qu .row {
    width: 100%;
}
    .who{
    background-image: url(../image/im/77.png)  ; 
      background-size: 100% 100%;
    height: auto;
    width: 100%;
}
    .doc img{
    
    margin-top: 100px;
 border-radius: 50%;
        
}
.moc{
    
    background-color:#ecf0f1;
    border-radius: 20px;
   margin-top: 50px;
     padding: 5px;
     height:auto;
     
     
    
        
}

}



/*    Wide Mobile Layout: 480px.
    Gutters: 24px.
    Outer margins: 22px.
    Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}



/*  Retina media query.
  Overrides styles for devices with a 
  device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  
  
  
}