* {
    padding: 0;
    margin: 0;
    font-family: "cairo", 'tahoma';
    color: #555;
    text-decoration: none;
    outline: 0;
}

a {
    cursor: pointer
}

body {
    background-color: #e9ebee;
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    width: 20%;
    z-index: 99;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, .16), -5px 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 1.5px 1.5px rgba(0, 0, 0, .1);
}

.menu section {
    width: 100%;
    height: 60px;
    text-align: center;
    margin: 40px auto;
}

.menu img {
    width: 45%;
    height: 50px;
}

.menu .logo {
    display: block;
    margin: auto;
    text-align: center;
    text-transform: capitalize;
}

.menu .logo h4 {
    color: #8810fd;
}

#menu ul {
    width: 100%;
}

.menu ul a {
    text-decoration: none;
    font-weight: 400;
}

.menu ul li {
    width: 100%;
    padding: 10px 0;
    margin: 10PX auto;
    text-transform: capitalize;
}

.menu ul li svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin: 0 20px;
}

.menu ul li svg + svg {
    float: right
}

.menu .co {
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: none;
    color: #163395
}

.menu button {
    display: none;
    position: absolute;
    top: 0%;
    right: 0%;
    width: 60px;
    height: 45px;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.menu button svg {
    position: relative;
    top: 3px;
}
.back {
    position: absolute;
    top: 40px;
    left: 5%;
}
.back button{
    width: 60px;
    border-top-left-radius: 8px;
    height: 45px;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.back svg {
    position: relative;
    top: 4px;
}
.nav {
    position: fixed;
    right: 0;
    width: 80%;
    height: 9%;
    top: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .16), 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1), 1px 1.5px 1.5px rgba(0, 0, 0, .1);
}

.nav a {
    text-transform: uppercase;
    position: relative;
    top: 15px;
    left: 60px;
    font-weight: 600;
}

.nav button {
    width: 60px;
    height: 100%;
    position: absolute;
    outline: 0;
    border: 0;
    background-color: transparent;
    display: none;
}

.nav button svg {
    position: relative;
    top: 5px;
}

/* start of waves effect class */

#body {
    width: 80%;
    background-color: transparent;
    left: 20%;
    top: 9%;
    height: 91%;
    overflow-y: scroll;
    position: absolute;
    bottom: 0;
}

#body h2 {
    text-align: center;
    padding: 10px 0;
    text-transform: capitalize;
    color: #78b6ff
}

#body .body {
    text-align: left;
    width: 90%;
    height: auto;
    background-color: #fff;
    margin: 40px auto;
    border-radius: 8px;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, .16), -5px 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .1);
}

#body .div {
    text-align: right;
    direction: rtl;
    font-weight: 600;
}

#body div section {
    width: 80%;
    margin: auto;
    padding-bottom: 10px;
}

#body div section button {
    width: 60px;
    height: 30px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background-color: red;
    margin: auto;
    outline: 0;
    display: block;
    margin-top: 20px;
}

#body div section p {
    margin: 10px 0;
}

#body .swiper-container {
    width: 100%;
    height: 220px;
}


#body .swiper-slide {
    text-align: center;
    background: #fff;
    height: 200px;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, .16), -5px 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .1);
}

#body .swiper-slide img {
    height: 100%;
    width: 100%;
}
#body .swiper2 .swiper-slide {
    text-align: center;
    background: #fff;
    height: 150px;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, .16), -5px 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .1);
}

#body .swiper2 .swiper-slide img {
    height: 100%;
    width: 100%;
}

#body .swiper-pagination {
    position: absolute;
    bottom: 0px;
}

#body section p svg {
    position: relative;
    top: 4px;
    width: 24px;
    height: 24px;
    margin: 0 20px;
    margin-right: 50px;
}

#body section p a {
    color: #5ca1ff
}

#body .body .co {
    margin: auto;
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 10px;
}

#body .body .co a {
    color: #163395
}

.waves-effect {
    border: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.waves-effect .waves-ripple {
    border: none;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(0, 0, 0, 0.12);
}

.hidden {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99999999
}

/* end of waves effect class */

#body .gallery {
    padding-bottom: 30px;
    margin: 0 auto;
}

#body .gallery img {
    width: 20%;
    display: inline-block;
    margin: 0 13px;
    margin-bottom: 13px;
    height: 160px;
    cursor: pointer;
}

#body .gallery .img {
    transition: 0.3s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 90%;
    width: 50%;
    margin: auto;
    z-index: 99999999999
}

#body .gallery ul li {
    width: 20%;
    display: inline-block;
    margin: 0 13px;
}

#body .gallery ul li button {
    width: 100%;
    background-color: teal;
    transition: 0.3s;
    color: #fff;
}

#body .gallery ul li button:hover {
    background-color: red;
}
.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev { 
    margin-top: -50px;
}
@media screen and (max-width:850px) {
    .menu {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        height: 101%;
        width: 55%;
        z-index: 9999;
        transition: 0.3s;
        -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, .16), -5px 0 10px rgba(0, 0, 0, .25);
        box-shadow: 3px 0 3px rgba(0, 0, 0, .16), -5px 0 10px rgba(0, 0, 0, .25);
    }
    .nav {
        width: 100%;
        left: 0;
        right: 0;
        height: 60px;
    }
    #body {
        width: 100%;
        left: 0;
        right: 0;
    }
    .nav button {
        display: block;
    }
    a {
        cursor: none
    }
    #body section p svg {
        margin: auto 0px;
        margin-right: 30px;
    }
    #body .body .contact p {
        font-size: 14px;
    }
    .menu button {
        display: block;
    }
    #body .gallery ul li {
        width: 45%;
        margin: 0 2.1%;
    }
    #body .gallery img {
        width: 45%;
        margin: 0 2.1%;
    }
    #body .gallery .img {
        height: 60%;
        width: 60%;
    }
}

@media screen and (max-width:350px) {
    #body section p {
        font-size: 13px;
    }
    #body section p svg {
        width: 20px;
        height: 20px;
        margin: auto 0px;
        margin-right: 20px;
    }
}
.about_over{
    max-height: 166px;
    overflow: hidden;
}
.hidd {
    display:none;
}
.show {
    display:block;
}