﻿/* ========== Fontface ========== */
@font-face {
    font-family: Samim;
    src: url('../fonts/samim.eot?v=0.10.2');
    src: url('../fonts/samim.eot?v=0.10.2#iefix') format('embedded-opentype'), url('../fonts/samim.woff?v=0.10.2') format('woff'), url('../fonts/samim.ttf?v=0.10.2') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Samim;
    src: url('../fonts/samim-bold.eot?v=0.10.2');
    src: url('../fonts/samim-bold.eot?v=0.10.2#iefix') format('embedded-opentype'), url('../fonts/samim-bold.woff?v=0.10.2') format('woff'), url('../fonts/samim-bold.ttf?v=0.10.2') format('truetype');
    font-weight: bold;
}

.title {
    background-color: #FFFFFF;
    width: auto;
    margin: auto;
    box-shadow: 0px 1px 30px 3px gray;
    width: 100%;
    height: 71px;
    position: fixed;
    z-index: 50;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
#titr1contact {
    color:white;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 130px;
    margin: auto;
    font-size: 30px;
    z-index: 1;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards; /*برای ماندن متن*/
         text-shadow:0px 0px 7px #3f4acd;
        text-shadow:0px 0px 15px #6d77ec;

}
#titr1buy {
    color:#FFFFFF;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 130px;
    margin: auto;
    font-size: 30px;
    z-index: 1;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards; /*برای ماندن متن*/
    text-shadow:0px 0px 5px black;
}

#titr2buy {
    color:black;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 230px;
    margin: auto;
    font-size: 16px;
    z-index: 1;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards; /*برای ماندن متن*/
    text-shadow:0px 0px 5px white;

}
#titr2contact {
    color:white;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 230px;
    margin: auto;
    font-size: 16px;
    z-index: 1;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards; /*برای ماندن متن*/
         text-shadow:0px 0px 7px #3f4acd;
         text-shadow:0px 0px 15px #6d77ec;

}
#titr1 {
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    top: 130px;
    margin: auto;
    font-size: 30px;
    z-index: 1;
    opacity: 0;
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards; /*برای ماندن متن*/
        text-shadow:0px 0px 5px black;

}
.subtitle {
    width:100%;
    height:450px;
    background-image:url(../image/default.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
 
}

.contactsubtitle {
    width:100%;
    height:350px;
    background-image:url(../image/contactus.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
 
}
.buysubtitle {
    width:100%;
    height:350px;
    background-image:url(../image/buy.jpg);
           background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
    background-position:top;

 
}

@keyframes zoomin {
    from {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.imgslide{
    position:relative;width:300px;height:300px;top:110px;right:50px;opacity:0;
        z-index: 1;
    animation-name: zoomin;
    animation-duration: 1s;
    animation-fill-mode: forwards; /*برای ماندن متن*/

}
#titr2 {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #ececec;
    top: 230px;
    margin: auto;
    font-size: 16px;
    z-index: 1;
    opacity: 0;
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards; /*برای ماندن متن*/
           text-shadow:0px 0px 5px black;

}

body {
    direction: rtl;
    background-color: white;
    padding: 0;
    margin: 0;
    cursor: default;
    font-family: 'Samim', tahoma;
    line-height: 22px;
    font-size: 14px;
}

a.redbtn { 
    margin-left:15px;
    float:left;
    padding:3px;
    padding-right:10px;
    padding-left:10px;
    border:1px solid #461313;
    text-decoration: none;
    display: inline-block; 
    background: #e73f3f; 
    color: #fff; 
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset; 
    border-radius: 3px; 
    font-size: 14px; 
    font-weight: 500; 
}
a.redbtn:hover { background: #ac0a0a; }

a.greenbtn { 
    margin-left:30px;
    float:left;
    padding:3px;
    padding-right:10px;
    padding-left:10px;
    border:1px solid green;
    text-decoration: none;
    display: inline-block; 
    background: #6ee53f; 
    color: #fff; 
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset; 
    border-radius: 3px; 
    font-size: 14px; 
    font-weight: 500; 
}
a.greenbtn:hover { background: #0aac3d; }

.customer {
    margin:auto;
    Width:100%;
    height:130px;
    background-image:url(../image/home-contact-bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;

 }



.customer p {
    padding-top:25px;
    width:100%;
    text-align:center;
   display:inline-block;
   // background-color:#2d68cf;
   // border-radius:3px;
   font-weight:bold;
   font-size:25px;
   color:black;
  }
.customer p span {
    padding:7px;
     display:inline-block;
    background-color:#2d68cf;
    border-radius:3px;
   color:white;
  }
.footer {
    background-color: #4B6FAF;
    height: 50px;
    margin:auto;
    width:100%;
    color:white;
}

.address {
    background-color: #495875;
    height: 280px;
    margin:auto;
    width:100%;
    color:white;
}

.mahsol {
   padding-bottom:20px;
    color:#3d3d3d;
    width: 75%;
    margin: auto;
    font-size: 28px;
}


.moarefi {
   padding-bottom:20px;
    color:#3d3d3d;
    width: 75%;
    margin: auto;
    font-size: 28px;
}

#menu {
    width: 780px;
    margin: auto;
    margin-top: 15px;
    background-color: white;
}

    #menu ul {
        list-style: none;
    }

    #menu li {
        width: 105px;
        background-color: white;
        text-align: center;
        float: right;
        /*    border-left:1px gray solid;  */
    }

@-webkit-keyframes menumove {
    from {
        background-color: white; 
        color: #3d3d3d; 
    }

    to {
        background-color: #a8daff;  
        color: black;  
    }
}

@keyframes menumove {
    from {
        background-color: white; 
        color: #3d3d3d; 
    }

    to {
        background-color: #a8daff;  
        color: black;  
    }
}

#menu li a {
    text-decoration: none;
    color: #3d3d3d;
    margin: 0px;
    display: block;
    padding: 5px 10px;
}

    #menu li a:hover {
        /*            background-color: #a8daff;
                color:black; */
        border-radius: 2px;
        -webkit-animation: menumove 0.5s none; /* Safari 4.0 - 8.0 */
        animation: menumove 0.5s none;
        background-color: #a8daff;
        color: black;
    }

           /*                     <a href="/site/start/" class="portal-video-text-reg">ثبت نام</a>            */
           @keyframes btnon {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

a.btn1 { 
    text-decoration: none;
    float:right;
    display: inline-block; 
    padding: 0 40px; 
    background: #6ee53f; 
    color: #fff; 
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset; 
    border-radius: 3px; 
    height: 40px; 
    font-size: 20px; 
    font-weight: 500; 
    line-height: 40px; 
    transition: all .3s ease; 
    opacity: 0;
    animation-name: btnon;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards; /*برای ماندن متن*/

}
a.btn1:hover { background: #0aac3d; }


a.btn2 { 
    text-decoration: none;
    float:left;
    display: inline-block; 
    padding: 0 40px; 
    background: #ed411d; 
    color: #fff; 
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset; 
    border-radius: 3px; 
    height: 40px; 
    font-size: 20px; 
    font-weight: 500; 
    line-height: 40px; 
    transition: all .3s ease; 
    opacity: 0;
    animation-name: btnon;
    animation-duration: 2s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards; /*برای ماندن متن*/

}
a.btn2:hover { background: #d61414; }