﻿
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans(FaNum)_Medium.eot');
    src: url('../fonts/IRANSans(FaNum)_Medium.eot?') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype')
}

@font-face {
    font-family:Dastnevis;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/dastnevis.ttf');
 
}

html,body{
font-family: IRANSans;
direction:rtl;
   overflow-x: hidden;
}

.skin_width {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
a{
text-decoration:none !important;
}
/*-------header-------*/
.close_menu{
position: absolute;
z-index: 1000;
left: 12.7px;
top: 30px;
background-color: #6d5cae;
width: 35px;
height: 35px;
text-align: center;
font-size: 20px;
color: #fff;
padding-top: 5px;
cursor: pointer;
}
.navbar_menu,.mobile_menu{
   display:none;
}
.mobile_menu .home_menubar{
    position: absolute;
    z-index: 100;
}

.telegram_items {
margin-top: 55px;
}
.telegram_icon{
background-color: #6d5cae;
padding: 6px 4px 4px 4px;
color: #6d5cae !important;
}
.telegram_icon img{
  width:28px;
   
}

.telegram_text{
border: 1px solid #6d5cae;
padding: 0px 10px;
font-family: Dastnevis;
font-size: 19px;
margin-right: -5px;
color: #6d5cae;
}
header{
    background-color:#f1f1f1;
    display: inline-block;
text-align: center;
box-shadow: rgba(0,0,0,0.8) 0 20px 30px -20px;
z-index: 10;
width:100%;
}

.home_logo img{
   width:115px;
   margin-top:15px;
}
    .home_menubar{
     height: 100%;
padding-top: 45px;
display: inline-block;
padding-right: 0;
    }
.home_menubar li{
float:right;
list-style-type:none;
    padding: 10px;
}
.home_menubar li a{
    color: #253955;
    font-size: 16px;
}
.home_menubar li a img{
width:50px;
}
.home_menubar li:hover a{
    color:#6d5cae;

}
.megamenu_items{
position: absolute !important;
right:40%;
top: 127px;
width: 50%;
background-color: rgba(255,255,255,0.9);
min-height: 150px;
border-radius: 2px;
z-index: 1;
transition: all 300ms;
visibility: hidden;
box-shadow: 0 0px 2px 2px rgba(0,0,0,0.15);
padding: 25px;
}
    .megamenu_items a {
        color: #253955 !important;
    }
    .megamenu_items div p {
        top: 10px;
        position: relative;
    }
.megamenu_items:before {
   border-bottom: 12px solid rgba(255,255,255,0.9);
border-right: 12px solid transparent;
position: absolute;
content: "";
bottom:100%;
border-left: 12px solid transparent;
}
#megamenu_item1 div{
width: 45%;
display: inline-block;
}

#megamenu_item1:before {
 left: 20%;
}

.has_child:hover .megamenu_items{
visibility:visible;
top: 100px;
display: inline-block;
}
.bread_crumbs{
min-height: 50px;
background-color: #6d5cae;
text-align: center;
padding-top: 10px;
}
.bread_crumbs span{
padding: 30px 50px;
color: #fff;
font-size: 20px;
}

/*------------footer----------*/
footer{
    background:#fff url("/Images/content_pattern.jpg") repeat;
    padding:30px 0;
}
footer h4{
color:#fff;
margin-top: 40px;
}
footer ul{
    padding-right:13px;
}
footer ul li{
    list-style-type:none;
    color:#fff;
    padding:10px 0;
}
    footer ul li em{
   font-size: 19px !important;
color: #e00b25;
margin-left: 5px;
width: 24px;
text-align: center;
    }
  #map {
      height: 300px;
width: 100%;
border-radius: 10px;
padding: 20px;
border: 1px solid #965cae;
margin: 20px;
box-shadow: 0 0px 2px 2px rgba(0,0,0,0.15);
margin:0 auto;
        }
#map img{
        width: 100%;
    height: 260px;
}
   iframe{
background-color:transparent !important;
font-family: IRANSans !important;
height:165px;
width:100%;
  }
iframe body{
    background-color:transparent !important;
}
.sahand_amar{
    text-align:center;
}
.footer_logo img{
  width:90px;
}
  /*------------content----------*/
.contact_form{
    padding-bottom:30px;
}
#inner_content{
   min-height: 500px;
box-shadow: rgba(0,0,0,0.8) 0 20px 30px -20px;
position: relative;
z-index: 1;
padding:0;
}
.contact_item {
min-height: 200px;
border: 1px solid #d5d5d5;
background-color: #FAFAFA;
margin: 65px auto 30px auto;
text-align: center;
}
.contact_title {
    color: #333;
    padding-bottom: 10px;
    font-size: 16px;
}
.contact_content{
    color:#666666;
    line-height: 27px;
}
.contact_icons{
    width:66px;
    height:66px;
    text-align:center;
    padding-top:13px;
    border-radius:10px;
    color:#fff;
    font-size:30px;
    margin:0 auto;
    position: relative;
top: -30px;
}
#contact_icon1{
    background-color:#72ce6c;
}
#contact_icon2{
    background-color:#ff9339;
}
#contact_icon3{
    background-color:#007df7;
}
#contact_icon4{
    background-color:#ff389a;
}
.contact_forminner{
    background:transparent url("/Images/formbg.jpg") repeat;
    padding:40px;
    display: inline-block;
}
#contact_send{
     background: #ae84d7;
    margin: 0 auto;
    position: relative;
    top: 20px;
    text-align: center;
    padding: 0 !important;
    width: 250px !important;
    color: #fff;
}
.contact_forminner .col-sm-12{
    text-align:center;
}
.contact_form h4 {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
#contact_form input{
width: 100%;
border: 1px solid #cbcbcb;
height: 45px;
padding: 0 44px 0 10px;
margin: 5px auto;
}
#contact_form textarea{
width: 100%;
border: 1px solid #cbcbcb;
padding: 7px;
margin: 5px auto;
min-height: 200px;
}
#contact_form label {
position: absolute;
right: 15px;
top: 5px;
font-size: 20px;
border: 1px solid #cbcbcb;
height: 45px;
width: 40px;
text-align: center;
padding-top: 10px;
}
/*------about us-----*/
.inner_title{
  color: #6d5cae;
text-align: center;
margin-bottom: 30px;
}
.hidtory_item{
    background-color: #fafafa;
border: 1px solid #d5d5d5;
padding: 30px;
color: #777;
line-height: 27px;
text-align: justify;
position: relative;
min-height: 300px;
margin-top: 30px;
}

.hidtory_item .col-sm-3{
    position:absolute;
    top: -74px;
right: -63px;
}
.hidtory_img{
width: 100%;
background-color: #fff;
padding: 10px;
box-shadow: 0 0 5px 1px #999;

}
.hidtory_img img{
    width:100%;
}
.main_introduction{
    background-color: #f8f8f8;
margin: 30px auto;
padding:0px 0 20px 0;
}
.main_introduction .inner_title {
    margin: 40px auto 20px auto;
}

.introduction_items img{
    width:100%;
}
.introduction_items {
color: #777;
line-height: 27px;
text-align: justify;
border: 1px solid #e6e6e6;
background-color: #FCFCFC;
min-height:320px;
padding: 30px;
}

.introduction_icons{
  border-left: 1px solid #e6e6e6;
width: 35px;
min-height: 318px;
position: absolute;
background-color: #f8f8f8;
text-align: center;
padding-top: 38%;
font-size: 28px;
}


.introduction_items li{
    list-style-type:none;
}
.introduction_items em{
color:#6d5cae;
}
.about_software{
       padding: 70px 20px 20px 20px;
    min-height: 500px;
    background: transparent url(/Images/sahandsoftware.jpg) no-repeat center center fixed;
    margin: 20px auto;
}
.about_software h4{
color:#fff;
text-align:center;
padding:30px;
}
    .about_software p {
        color: #fff;
        opacity: 0.7;
        line-height: 27px;
        text-align: justify;
        font-size: 15px;
    }
    /*---------download----------*/
    .download_items{
        margin-top: 30px;
    }
    .download_item{
background-color: #F9F9F9;
border: 1px solid #e0e0e0;
min-height: 200px;
position: relative;
overflow: hidden;
margin: 10px auto;
padding: 19px;
text-align: center;
    }
.download_item:before{
  position: absolute;
content: "";
border-top:30vh solid transparent;
border-left: 14vw solid #965cae;
left: -2px;
bottom: -20px;
opacity: 0.7;
}
.download_images{
position: absolute;
bottom: 0;
left: 0;
}
.download_images img{
    width:300px;
}
#any_desk{
    bottom:20px;
}
#supremo_pic{
    left:10px;
     bottom:10px;
}
.download_title{
    color:#253955;
}

.download_link{
position: relative;
z-index: 1;
top: 20px;
}
.download_link .fa{
    color: #e00b25;
    font-size: 30px;
}
/*---------ability page-----------*/
.ability_items{
    margin: 30px auto;
}
.ability_item{
background:transparent url("/Images/formbg.jpg") repeat;
min-height: 200px;
margin-top: 40px;
position: relative;
width: 220px;
transition:all 500ms;
margin: 35px auto;
box-shadow: 0 0px 2px 2px rgba(0,0,0,0.15);
}
.ability_item:hover{
background:#a8a1c3 none;
}
.ability_icon{
position: absolute;
background-color: #fff;
width: 110px;
height: 110px;
border-radius: 50%;
right: 55px;
top: -47px;
}
.ability_icon h3{
 background: #f4f4f4;
height: 93%;
width: 92%;
border-radius: 50%;
position: absolute;
top: -17px;
right: 4%;
border: 3px solid #a8a1c3;
text-align: center;
padding-top: 15px;
}
.ability_content{
 color: #253955;
padding: 10px;
position: absolute;
width: 100%;
top: 85px;
text-align: center;
line-height: 27px;
}


/*-----------customers page------------*/
.customers_items{
    margin:30px auto;
}
.customers_items img{
    position: absolute;
    left: 40%;
}
.customers_items .skin_width .col-md-3{
    border:2px solid #fff;
    min-height:450px;
    text-align:center;
    padding:20px;
}
.customers_top{
position: absolute;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #fff;
box-shadow: 1px 2px 3px #999 inset;
}
.customers_items .skin_width .col-md-3:nth-child(1){
background-color:#ff5a3a;
}
.customers_items .skin_width .col-md-3:nth-child(2){
background-color:#93c85b;
}
.customers_items .skin_width .col-md-3:nth-child(3){
background-color:#ff8726;
}
.customers_items .skin_width .col-md-3:nth-child(4){
background-color:#d5be00;
}
.customers_border {
    background: transparent url("/Images/borderptn.png") repeat-x right bottom;
    width: 100%;
    height: 7px;
    background-position: top center;
    position: relative;
top: 70px;
}
.customers_information{
  background-color: #fff;
min-height: 330px;
position: relative;
top:70px;
padding-top: 10px;
}
.customers_information ul{
    padding-right:0;
}
    .customers_information li {
        list-style-type: none;
        padding: 10px 20px;
        text-align: right;
    }
.customers_information li:nth-child(odd){
    background-color:#DADADA;
}
.customers_information li:nth-child(even){
    background-color:#F4F4F4;
}
.customers_information span{
float: left;
}
/*--------order page---------*/
.order_content{
    color:#777;
    line-height:27px;
}
.order_items{
    min-height:500px;
    background:transparent url("/Images/formbg.jpg") repeat;
   padding:30px;
}
#order_form input,#order_form textarea{
    width: 100%;
    border: 1px solid #cbcbcb;
    height: 45px;
    padding: 0 44px 0 10px;
    margin: 5px auto;
}
#order_form select{
    color:#9c9591;
    width: 100%;
    border: 1px solid #cbcbcb;
    height: 45px;
    padding: 0 44px 0 10px;
    margin: 5px auto;
}
#full_address, #comment_item{
    padding: 20px !important;
    min-height: 200px;
}
#order_form label {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 20px;
    border: 1px solid #cbcbcb;
    height: 45px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    background-color:#ae84d7;
}
#order_form .fa{
    color:#fff;
}

#order_send {
background: #ae84d7;
position: relative;
top: 20px;
text-align: center;
padding: 0 !important;
width: 250px !important;
color: #fff;
}
#order_form .col-sm-12{
    text-align:center;
}
/*--------------abilityview page------------------*/
.ability_list{
    padding-right:0;
}
.ability_view,.news_view{
  background:#efefef url("/Images/formbg.jpg") repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
   display:none;
   cursor:pointer;
   padding-top:50px;
   overflow: scroll;
}
.back_icon{
position: absolute;
left: 10%;
transform: rotate(90deg);
animation:backicon 3s infinite;
}
@-webkit-keyframes backicon{
    from {top: 30px;opacity:0.2;}
    to {top:20px;opacity:1;}
}
@keyframes backicon{
    from {top: 30px;opacity:0.2;}
    to {top:20px;opacity:1;}
}
.ability_view h4{
  margin: 10px auto 20px auto;
text-align: center;
border-bottom: 1px dotted #cacaca;
padding-bottom: 15px;
}
.ability_pic .carousel-indicators{
    top:-15px;
}
.ability_pic .carousel-indicators .active{
    background-color: #6d5cae;
}
.ability_pic .carousel-indicators li{
    border: 1px solid #6d5cae;
}
.hidden_view{
   display:none;
}
.show_view{
   display:inline-block;
}
.ability_list li,.news_list li{
    list-style-type:none;
    padding:7px 0;
    color:#666;
    text-align: justify;
}
.ability_list li  em{
color:#6d5cae;
    }
.news_list li  em{
color:#93c85b;
}
.news_list li span{
color:#6d5cae;
}
.ability_pic img{
    margin: 0 auto;
}
.ability_pic .item{
 width:100%;
}
/*-----------news page------------*/
.news_items{
    min-height:500px;
    background:#f1f1f1 url("/Images/formbg.jpg") repeat;
}
.news_items .col-md-4{
    margin-top:30px;
}

.news_pic{
border: 1px solid #bbb;
border-radius: 50%;
width:150px;
height: 150px;
overflow: hidden;
}
.news_pic img{
    width: 100%;
    height: 100%;
}
.news_left{
    width: 54%;
float: left;
}
.news_date{
    text-align: center;
color:#93c85b;
padding: 5px 0;
}
.news_title{
    text-align: justify;
color: #203654;
line-height: 27px;
min-height: 115px;
}
.news_more{
text-align: center;
background-color: #93c85b;
width: 100px;
margin: 0 auto;
padding: 5px;
color: #fff;
border-radius: 5px;
cursor:pointer;
}
.news_right{
    width: 43%;
}
.newsview_item .col-sm-4 img{
    width:100%;
    border:1px solid #ddd;
    box-shadow:2px 2px 2px rgba(0,0,0,0.2);
    border-radius:5px;
}

.general_popup{
background-color: rgba(58,59,62,0.9);
width: 100%;
height: 100%;
position: fixed;
z-index: 1000;
display:none;
}



.general_main{
    background-color:#f7f7f7;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
width: 30%;
min-height: 400px;
position: absolute;
right: 35%;
top:-400px;
padding-bottom: 20px;
box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.general_title{
  background: linear-gradient(-45deg,#9071a4,#9a7dab,#9c95bb,#765786);
height: 120px;
text-align: center;
padding-top: 56px;
color: #f7f7f7;
font-size: 18px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
position: relative;;
height: 120px;
text-align: center;
padding-top: 56px;
color:#f7f7f7;
font-size: 18px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
position: relative;
}
.general_title:after {
 position: absolute;
content: "";
border-top: 20px solid transparent;
border-right: 20px solid #9c95bb;
bottom: -10px;
transform: rotate(45deg);
left: 56px;
}
.general_item{
 position: absolute;
border: 1px dotted #87659c;
width: 86%;
height: 85%;
z-index: 1;
right: 7%;
top: 7%;
border-radius: 5px;
}
.general_content{
text-align: justify;
height: 100px;
width: 90%;
position: relative;
right: 5%;
top: 55px;
padding: 30px;
font-size: 14px;
color:#87659c;
}
.close_ok{
    cursor:pointer;
    text-align:center;
 background-color:#f7f7f7;
width: 50px;
height: 50px;
border-radius: 50%;
bottom: -25px;
right: 43%;
position: absolute;
border: 1px dotted #87659c;
font-size: 33px;
padding-top: 4px;
color: #87659c;
}