* {
    
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.all{
    
}
.mainheader{
    display: fixed;
    z-index: 5;
    top: 1px;
    right: 0px;
    width: 100%;
    height: 60px;
}

.logo{
    position: absolute;
    top: 6px;
    left: 2%;
    height: 45px;
    width: 200px;
}
.logo a{
    
}
.logo a img{
    height: 35px;
    border-radius: 8px;
}
.content{
    
}
/*slideshow*/
.slideshow-container {
  width: 95%;
  height: 500px;
  position: relative;
  right: 0px;
    bottom: 0px;
  margin: auto;
  text-align: none;
  border-radius: 20px;
}
.shad{
    position: absolute;
    height: 500px;
    width: 100%;
    border-radius: 20px;
    box-shadow: inset 1px -160px 100px rgba(0,0,0,0.8);
}
/*The Content*/
.img-slide{
    position: relative;
    height: 400px;
    width: 100%;
    background-color: #EDEDED;
}
.shad2{
    z-index: 2;
    position: absolute;
    height: 400px;
    width: 100%;
    top: 0px;
    box-shadow: inset 1px -160px 100px rgba(0,0,0,0.8);
}
.img-slide .slide{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    clip-path: circle(0% at 0 50%);
   background-color: #EDEDED;
}
.img-slide .slide.active{
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}
.img-slide .slide .slide1{
    position: absolute;
    top: 0px;
    right: 3px;
    width: 49.5%;
    height: 100%;
    background-color: #4DC247;
}
.img-slide .slide .slide2{
    position: absolute;
    top: 0px;
    left: 2px;
    width: 49.5%;
    height: 100%;
    background-color: #4DC247;
}
.img-slide .slide .slide1 img{
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.img-slide .slide .slide2 img{
    z-index: 1;
    width: 100%;
    border-radius: 5px;
    height: 100%;
}
.img-slide .slide .slide1 .info{
    position: absolute;
    z-index: 3;
    top: 315px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    right: 8%;
    width: 85%;
}
.img-slide .slide .slide2 .info{
    position: absolute;
    z-index: 3;
    top: 315px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    right: 8%;
    width: 85%;
}
.img-slide .slide .slide1 .info h2{
    color: #fff;
    font-size: 36px;
    background-color: #4A89DC;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.img-slide .slide .slide2 .info h2{
    color: #fff;
    background-color: #4A89DC;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.img-slide .slide .slide1 .info .describe2{
    height: 40px;
    overflow: hidden;
    text-align: center;
}
.img-slide .slide .slide2 .info .describe2{
    height: 40px;
    overflow: hidden;
    text-align: center;
}
.img-slide .slide .slide1 .info .describe2 .describe{
    color: #fff;
    font-size: 16px;
    /* width: 60%; */
    font-weight: bold;
    text-align: center;
}
.img-slide .slide .slide2 .info .describe2 .describe{
    color: #fff;
    font-size: 16px;
    /* width: 60%; */
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.arrow{
    position: relative;
    z-index: 6;
    top: 50%;
    background-color: red;
}
.previous, .nextt{
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.previous{
    position: absolute;
    right: 2px;
}
.nextt{
    position: absolute;
    left: 2px;
}
.location{
/*    background-color: red;*/
    direction: rtl;
}
.location .loc{
    padding-right: 40px;
    position: relative;
/*    background-color: yellow;*/
}
.location .loc .desc4{
    position: absolute;
    top: 0px;
    right: 120px;
}
.location .loc .desc5{
    position: absolute;
    top: 0px;
    right: 120px;
}
.location .loc .desc6{
    position: absolute;
    top: 0px;
    right: 120px;
}
.location .loc h2{
    text-align: right;
}
.moqea{
    text-align: center;
    width: 100%;
    height: 100px;
}
.moqea img{
    height: 100%;
    width: 400px;
}
.maradh{
    height: 700px;
    overflow: hidden;
    padding: 8px;
}
.maradh2{
    box-shadow: 1px 1px 20px #9C9C9C;
    background-color: #D5D5D5;
    width: 100%;
    height: 700px;
    border-radius: 10px;
}
.maradh2 img{
    display: block;
    float: right;
    margin: 5px;
    width: 32.6%;
    height: 200px;
    border-radius: 10px;
}
.whatsapp{
    padding: 8px;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 5%;
    right: 2%;
    background-color: #4DC247;
    border-radius: 50%;
    z-index: 9;
}
.whatsapp a img{
    height: 100%;
    width: 100%;
}
.whatsapp:hover{
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.5);
}
.Call{
    padding: 8px;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 5%;
    left: 2%;
    background-color: #27AE61;
    border-radius: 50%;
    z-index: 9;
}
.Call a img{
    height: 100%;
    width: 100%;
}
.Call:hover{
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 650px){
    .maradh2 img{
        width: 47%;
        height: 150px;
    }
    .moqea img{
    height: 100%;
    width: 90%;
    }
}
@media (max-width: 1370px){
    .maradh2 img{
        width: 30%;
        height: 120px;
    }
}