@font-face {
    font-family: 'IRANSansWeb';
    src:  url('../font/IRANSansWeb.eot?') format('eot');
    src:  url('../font/IRANSansWeb.woff') format('woff');
    src:  url('../font/IRANSansWeb.woff2') format('woff2');
    src:  url('../font/IRANSansWeb.ttf') format('truetype');
}

.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.no-marg-pad {
    margin: 0;
    padding: 0;
}
.margin-t15 {
    margin-top: 15px;
}
body {
    background-color: #fff;
    font-family: 'IRANSansWeb' !important;
}
.main {
    padding:40px 7px 50px 7px;
}
.main h3 {
    margin: 10px 0;
}
.divider {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #eee;
    height: 0;
    margin: 35px 0;
    position: relative;
}
.divider > span {
    background: url(../img/div.png) no-repeat scroll 50% center transparent;
    display: block;
    height: 9px;
    left: 50%;
    margin-left: -21px;
    padding: 0 3px;
    position: absolute;
    top: -4px;
    width: 36px;
}
.mainsc {
    margin-left: 25%;
    margin-top: 50px;

}
.header-min {
    position: fixed;
    background: #3c3c3c;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: 20;
}
.header-min .logo {
    z-index: 100;
}
.right-side {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efd721+0,ffbb1e+100 */
    background: #efd721; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #efd721 0%, #ffbb1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #efd721 0%,#ffbb1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #efd721 0%,#ffbb1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd721', endColorstr='#ffbb1e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    left: 0;
    top: 0;
    bottom: 0;
}
.top-right,.top-left {
    position: relative;
    background: #3c3c3c;
    display: block;
    height: 60px;
    text-align: center;
    z-index: 20;
}
.top-right {
    position: fixed;
    top: 0;
    margin-left: 25%;
}

.logo-left {
    z-index: 50;
    text-align: center;
    display: inline-block;
    padding-top: 3px;
}
.sectitle {
    text-align: center;
    width: 345px;
    height: 70px;
    margin-top: -57px;
    animation-name:  bounceInRight;
}
.sectitle p {
    text-align: right;
    margin: 27px 25px 0 0;
    float: right;
    font-weight: bold;
    color: #897530;
}

.intro {
    height: 600px;
    background-position: center;
    padding: 25%;

}
.activity {
}
.activity h5 {
    line-height: 35px;
}
.customer {
    background: #fff;
}
.projectlist {
    padding: 7px 10px 7px 7px;
    line-height: 30px;


}
.projectlist .row {
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 1px #ccc dotted;
    margin: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.projectlist h3 {
    margin:5px
}
.projectlist h4 {
    margin:30px 5px 5px 5px
}
.projectlist p {
    padding: 7px 10px 7px 7px;
    line-height: 30px;
}
.projectlist .logo {
    display: inline-block;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 1px #ccc solid;
}
.item {
    margin-top: 20px;
}
.imgbox {
    text-align: center;
    display: inline-table;
}

/* small intro */
.small-intro {
    margin-top: 250px;
    text-align: center;
}
.small-intro h3,.small-intro h4{
    margin-top: 40px;

}
.bt-req a {
    width: 130px;
    padding: 10px 3px;
    display: inline-block;
    border: 1px #84591a solid;
    color: #442a04;
    margin: 7px;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}
.bt-req a:hover {
    background: #fff;
    border: 1px #84591a solid;
    color: #442a04;
}
/* box exp */

.title-div h3 {
    margin: 20px 0;
    color: #3692a9;
}
.flip-container {
    perspective: 1000px;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    display: inline-block;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    backface-visibility: hidden;
    display: inline-block;
    padding: 7px;
}
.front {
    z-index: 2;
    transform: rotateY(0deg);
}
.back {
    transform: rotateY(180deg);
    background: #eee;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.back a {
    font-size: 18px;
    color: #b81717;
    cursor: pointer;
}

/* content box */
.content {
    padding: 7px;
    line-height: 30px;
}

.mobile-sp li {
    list-style: none;
    display: inline-block;
}
.bestcustomer img {
    margin: 10px;
}
.boxpro {
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.way-list a {
    background: #fff;
    border: 1px #f8f8f8 solid;
    padding: 3px 7px;
    margin: 15px 0;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    color: #777;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.wd-banner {
    display: inline-block;
}
.contact-list{
    margin-right: -40px !important;
}
.contact-list li {
    width: 100%;
    text-align: right;
}
.contact-list li p {
    margin-top: 12px;
}
.contact-list a {
   color: #333;
}
.project-form input {
    background: #f5f5f5;
    border: 1px solid #f3f3f3;
}
.reqmenu li {
    float: right;
}
.reqmenu li a {
    margin-top: 4px;
}
/* contact page */


    /* footer */
.footer-left {
    background: #444;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 50px;
    color: #fff;
}
.award-div {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
.award-div img {
    display: inline-block;
}
.vfe {
    margin-top: 5px;
}
.footer-left span {
    color: #ffde00;
}
.footer-left .text-left p {
    margin: 0px 0 0 7px;
    font-size: 14px;
}

/* top menu */

.logo-sm {
    float: left;
}
.navbar-nav {
    margin: auto;
}
.navbar-toggle {
    float: right;
}
.navbar-inverse {
    background-image: none !important;
    border-color:transparent;
    background-color:#3C3C36;
}
.divider {
    margin: 0px;
    margin: 15px 0;
}
.dropdown-menu .divider {
    margin: 0px;
}
.dropdown-menu > li > a {
    padding: 12px 20px;
}
@media (max-width: 767px){
bootstrap-rtl.css:4307
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 0 !important;
    }
    .navbar-nav .divider {
        border-bottom: 1px solid #444;
        border-top: 1px solid #444;

    }
}
/* popup */

#req-agancy .modal-body , #req-project .modal-body{
    background: #f9f9f9;
    line-height: 35px;
}
#req-agancy textarea , #req-project textarea ,#req-agancy select , #req-project select{
    width: 90%;
    background: #f5f5f5;
}
#req-agancy label , #req-project label {
    color: #777;
}
#req-agancy .close , #req-project .close {
    color: #881a1a;
    opacity: 1 !important;
}
/* icon */
.scdown {
    width: 50px;
    height: auto;
    margin-top: 15px;

}
.i-mobileapp,.i-mobilegame,.i-responsive,.i-desktop,.i-seo,.i-iot,.i-bigdata,.i-real,.i-wear,.i-bluetooth
,.i-sms,.i-ott,.i-pack,.i-portal{
    background-image: url("../img/icons.png");
    width: 100px;
    height: 100px;
    display: inline-block;
    animation-name: bounceIn;
}
.i-mobileapp{
    background-position: 0 0;
}
.i-real{
    background-position: -100px 0;
}
.i-desktop{
    background-position: -200px 0;
}
.i-mobilegame{
    background-position: -300px 0;
}
.i-bluetooth{
    background-position: -400px 0;
}
.i-responsive{
    background-position: -500px 0;
}
.i-seo{
    background-position: -600px 0;
}
.i-wear{
    background-position: -700px 0;
}
.i-bigdata{
    background-position: -800px 0;
}
.i-iot{
    background-position: -900px 0;
}
.i-sms{
    background-position: 0 -100px;
}
.i-ott{
    background-position: -100px -100px;
}
.i-pack{
    background-position: -200px -100px;
}
.i-portal{
    background-position: -300px -100px;
}
/* old icon */

    .b-java,.b-android,.b-apple,.b-windows {

        background-image:url('../img/mobile-os.png');
        background-repeat: no-repeat;
        display: inline-block;
        margin: 7px ;
        height: 44px;

    }
    .b-java {
        width: 81px;
        background-position: 0 0;
    }
    .b-android {
        width: 101px;
        background-position: -81px 0;
    }
    .b-apple {
        width: 92px;
        background-position: -184px 0;
    }
    .b-windows {
        width: 108px;
        background-position: -278px 0;
    }
    .w-net,.w-php,.w-java,.w-jquery,.w-html5 {
        background-image:url('../img/w-p-l.gif');
        display:inline-block;
        margin:7px;
        height:45px;

    }
    .w-net {
        background-position:0 0 ;
        width:132px;
    }
    .w-php {
        background-position:-132px 0 ;
        width:69px;
    }
    .w-java {
        background-position:-202px 0 ;
        width:63px;
    }
    .w-jquery {
        background-position:-265px 0 ;
        width:153px;
    }
    .w-html5 {
        background-position:-418px 0 ;
        width:87px;
    }
    .w-oracle,.w-sql,.w-mysql,.w-sqllite,.w-db2,.w-mongodb {
        background-image:url('../img/w-db-i.gif');
        display:inline-block;
        margin:7px;
        height:45px;
    }
    .w-oracle {
        background-position:0 0 ;
        width:212px ;
    }
    .w-sql {
        background-position:-213px 0 ;
        width:153px ;
    }
    .w-mysql {
        background-position:-366px 0 ;
        width:81px ;
    }
    .w-sqllite {
        background-position:-447px 0 ;
        width:96px ;
    }
    .w-db2 {
        background-position:-543px 0 ;
        width:53px ;
    }

    .w-mongodb {
        background-position:-592px 0 ;
        width:107px ;
    }
    .t-i-target, .t-i-award,.i-c-manager,.i-c-mobile,.i-c-phone,.i-c-address,.i-c-email,.i-yes,.i-no {
        background-image: url("../img/icons-form.png");
        float: right;
        height: 45px;
        width: 45px;
    }
    .t-i-award {
        background-position: -270px 0;
    }
    .i-c-manager {
        background-position: -360px 0;
    }
    .i-c-mobile {
        background-position: -405px 0;
    }
    .i-c-phone {
        background-position: -450px 0;
    }
    .i-c-email {
        background-position: -495px 0;
    }
    .i-c-address {
        background-position: -540px 0;
    }
    .i-yes {
        background-position: -595px 0;
        width: 44px;
    }
    .i-no {
        background-position: -640px 0;
        width: 44px;
    }