﻿
body {
    background: #86a6b2;
    text-aling:center;
    margin:0 auto;
    font-family:Tahoma;
    direction: rtl !important;
}

@font-face {
  font-family: 'Nassim';
  src: url('font/Nassim.eot?#') format('eot'),  /* IE6–8 */
       url('font/Nassim.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('font/Nassim.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.top {
    background: url(images/top.png);
    height: 91px;
}

.center {
    background: url(images/center.png) no-repeat;
    height: 140px;
    width:150px;
    margin-right:auto;
    margin-left:auto;
    margin-top:90px;
-webkit-transition: all 3s ease-in-out;
-moz-transition: all 3s ease-in-out;
-ms-transition: all 3s ease-in-out;
-o-transition: all 3s ease-in-out;
transition: all 3s ease-in-out;
}

.center:hover {
-moz-transform: scale(0.98) rotate(360deg);
-webkit-transform: scale(0.98) rotate(360deg);
-o-transform: scale(0.98) rotate(360deg);
-ms-transform: scale(0.98) rotate(360deg);
transform: scale(0.98) rotate(360deg);
opacity: 0.1;
}

.css1 {
    margin-top:10px;
    font-size:25px;
    font-family:Nassim;
    text-align: center;
    color:#ffFFff;
}


.css {
    margin-top:70px;
    font-size:14px;
    font-family:Nassim;
    text-align: center;
    color:Red;
}



.css2 {
    margin-top:10px;
    font-size:20px;
    font-family:Nassim;
    text-align: center;
    color:#ffFFff;
}


.css3{
    margin-top:100px;
    font-size:18px;
    font-family: Nassim;
    text-align: center;
}

.css3 a {
    background: #020202;
    margin-right:25px;
    padding:10px;
    -webkit-box-shadow: 5px 5px 0 0 #6963FF;
box-shadow: 5px 5px 0 0 #6963FF;
        Color:#FFFFFF;
        -webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.css3 a:hover{
        -webkit-box-shadow: -5px -5px 0 0 #6963FF;
box-shadow: -5px -5px 0 0 #6963FF;
}

.footer {
    background: url(images/footer.png);
    height: 91px;
    margin-top:40px;
}

/* share URL: http://www.20script.ir */