.intro-wrapper{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.logo{
vertical-align: middle;
display: inline-block;
position: relative;
overflow: hidden;
}
.logo img{
    width: 90px;
    height: 96px;
    display: block;
}
.title{
    line-height: 24px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.ttl{
vertical-align: middle;
display: inline-block;
}
.title a{
	    color: #fff;
	    font-size: 24px;
	    text-align:center;
	    display: block
}
.top h3{
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: sans-serif;
}
.enter{
	text-align: center;
	    direction: rtl;
}
.enter .fa{
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,.5);
    padding: 2px 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: .2s all ease;
    margin: 10px 5px;
}
.enter .en{
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,.5);
    padding: 2px 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: .2s all ease;
    margin: 10px 5px;
}
.enter a:hover{
	color: #000;
	background-color: rgba(255,255,255,.7);
}

header{
        position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    height: 100px;
    background: rgba(59, 97, 185,.7);
    border-bottom: 5px solid #23d5ae;

}
footer{
        position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 100px;
    background: rgba(59, 97, 185,.7);
    border-top: 3px solid #23d5ae;
    padding: 20px;
    box-sizing: border-box;

}

.top{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #3b61b9;
    box-shadow: 1px 1px 2px #333;
    padding: 90px 15px 15px;
    box-sizing: border-box;
        direction: rtl;
}
.logo-overlay{
     position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: linear-gradient(to right,rgba(255, 255, 255, 0.0) 0%,rgba(255, 255, 255, 0.0) 75%,rgba(255, 255, 255, 0.8) 90%,
    rgba(255, 255, 255, 0.0) 100%
  );
  transform: rotate(30deg);
    transition: .5s all ease;
}
.logo-overlay.shine {
  opacity: 1;
  top: -30%;
  left: -30%;
}
.logo:active .logo-overlay,.logo:active .logo-overlay.shine{
    opacity: 0;
}

/*resp*/
@media(max-width: 545px){
	.top{
        width: 70%;
    }
}



@media(max-width: 350px){
	.logo img {
    width: 150px;
    height: 140px;
}

.top {
    padding: 30px 15px 15px;
    width: 90%;
}
}