@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb.eot') format('eot'), url('../font/IRANSansWeb.woff') format('woff'), url('../font/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #000;
    font-family: 'IRANSansWeb' !important;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    overflow-x: hidden;
    direction: rtl;
    background-color: #e9e9e9;
}

.clear {
    clear: both;
}

/* top */
.top_black {
    width: 100%;
    min-height: 32px;
    background-color: #444243;
    padding-bottom: 3px;
}

.top_white {
    width: 100%;
    height: 5px;
    background-color: #fff;
}

.head {
    width: 100%;
    background-color: #e9e9e9;
}

.head_content {
    width: 90%;
    /*    max-width: 900px;*/
    margin: 0 auto;
    /*    padding: 20px 0px;*/
}

.logo img,
.support img {
    width: 100%;
    height: auto;
    padding-top:10px;
}

.logo {
    text-align: right;
    padding-left: 65px;
}

.logo img {
    /*width: 100%;*/
    /*max-width: 350px !important;*/
    width: 350px;
}

@media (max-width: 430px) {
    .logo img {
        width: 290px;
    }
}

.tel {
    font-size: 15px;
    color: #555;
    font-weight: bold;
}

#tel_number {
    direction: ltr;
    text-align: left;
}

.user_area {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.user_area a {
    font-size: 15px;
    color: #555;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 7px 21px;
    background-color: #eee;
    transition-duration: 0.3s;
}

.user_area a:hover {
    text-decoration: none;
    color: #FD5025;
    border: 1px solid #FD5025;
    transition-duration: 0.3s;
}

.social {
    position: absolute;
    left: 10%;
    top: 40%;;
}

.social img {
    width: 30px;
    height: 30px;
    margin: 2px;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.social img:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari */
    transform: scale(1.1);
    /* Standard syntax */
    transition-duration: 0.3s;
}

#whatsAppModal {
    z-index: 10000;
}

#whatsAppModal .modal-dialog {
    max-width: 400px;
}

#whatsAppModal .modal-body {
    text-align: center;
    direction: ltr;
    font-size: 19px;
}

@media (max-width: 500px) {
    .head_content > div {
        clear: both;
        width: 100%;
    }
}

/*

.support {
    text-align: left;
}

.support a {
    display: inline-block;
}

.support img:hover {
    filter: saturate(5);
    ;
    transition: 0.1s;
}
*/

@media screen and (max-width: 550px) {

    .logo,
    .support {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}

.clear {
    clear: both;
}

/*menu*/

.menu_bg {
    width: 100%;
    background-color: #333;
    clear: both;
    border-bottom: 3px solid #FD5025;
}

#slider_devider {
    background-color: #cecece;
    width: 100%;
    margin: 0 auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 0px 0px 10px #555;
    color: #fc5a00;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 1px;
}

#slider_devider h3 {
    margin-top: 0 !important;
}

.ee {
    box-shadow: 0px 0px 10px #555;
}

#step_wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
}

#step_wrapper h2 {
    color: #fc5a00;
    text-align: center;
}

.step_div {
    /*    border: 1px solid #ccc;*/
    display: inline-block;
    width: 100%;
    max-width: 145px;
    margin: 5px;
    /*    border-radius: 10px;*/
    text-align: center;
    cursor: pointer;
    transition-duration: 0.5s;
    /*    background-color: #f4f4f4;*/
}

.step_div i {
    color: #f4f4f4;
    font-size: 3em;
}

.step_div:hover {
    transition-duration: 0.5s;
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari */
    transform: scale(1.1);
    /* Standard syntax */
    /*    background-color: #fc5a00;*/
    color: #fff;
}

.step_div:hover > .step_number {
    color: #fc5a00;
    background-color: #fff;
}

.step_div:hover > i {
    display: block;
}

.step_number {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    font-size: 2.1em;
}

.iconstep {
    padding: 15px 10px 10px 10px;
}

.step_div p {
    margin: 5px;
}

#step_1 {
    /*    border: 4px solid #ea3d15;*/
}

#step_1:hover {
    background-color: #ea3d15;
}

#step1icon {
    background-color: #ea3d15;
}

#step_2 {
    /*    border: 4px solid #f99325;*/
}

#step_2:hover {
    background-color: #f99325;
}

#step2icon {
    background-color: #f99325;
}

#step_3 {
    /*    border: 4px solid #6faf27;*/
}

#step_3:hover {
    background-color: #6faf27;
}

#step3icon {
    background-color: #6faf27;
}

#step_4 {
    /*    border: 4px solid #188ed6;*/
}

#step_4:hover {
    background-color: #188ed6;
}

#step4icon {
    background-color: #188ed6;
}

#step_5 {
    /*    border: 4px solid #4bbac5;*/
}

#step_5:hover {
    background-color: #4bbac5;
}

#step5icon {
    background-color: #4bbac5;
}

#domainbg {
    width: 100%;
    margin: 0px;
    text-align: center;
    background: url(../images/domainBg.jpg);
    background-repeat: repeat-x;
}

#checkDomainWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    padding: 10px;
    position: relative;
    /*    background-image: url('../images/searchDoamin.png');*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: left;*/
}

#checkDomainWrapper p {
    font-size: 15px;
}

#checkDomainWrapper h4 {
    display: block;
    width: 200px;
    position: absolute;
    height: 100%;
    line-height: 94px;
    color: #fff;
    background-color: #fa6707;
    top: -7px;
    right: 0;
}

@media (max-width: 940px) {
    #checkDomainWrapper h4 {
        display: block;
        width: 80%;
        position: relative;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background-color: #fa6707;
        margin-top: -1px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;

    }

    #checkDomainForm table {
        margin-top: -5px;

    }
}

#checkDomainForm {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#checkDomainForm table {
    margin: 20px auto;
    width: 100%;
    max-width: 550px;
}

td.btn-info {
    background-color: #fa6707 !important;
    /*border-color: #f15f00 !important;*/
    border: none !important;
}
td.btn{
    display: table-cell !important;
}

td.btn-info:hover {
    background-color: #f15f00 !important;
}

#www {
    background-color: #ddd;
    border-radius: 4px;
    direction: ltr;
    padding-left: 5px;
}

#domainExt {
    direction: ltr;
    font-size: 12px;
}

#domain {
    direction: ltr;
    text-align: center;
}

#checkbtnDomain {
    /*width: 90px;*/
}
#checkbtnDomain a{
    color: #fff;
    text-decoration: none;
}

#project_titr {
    background-image: url('../images/devider4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    line-height: 52px;
    color: #000;
    text-align: center;
    font-size: 15px;
}


#coWorker {
    margin: 0 auto;
    width: 100%;
    /*    padding: 10px;*/
    text-align: center;
    cursor: pointer;
    background-color: #565455;
    /*
    background-image: url('../images/CoworkerLogo/logo_co.png');
    background-repeat: no-repeat;
    background-position: right;
*/
}

#base {
    background: #303030;
    display: inline-block;
    height: 165px;
    color: #fff;
    vertical-align: top;
    float: right;
    padding-top: 60px;
    position: relative;
    width: 200px;
    cursor: default;
}

#base:before {
    border-top: 83px solid transparent;
    border-right: 100px solid #303030;
    border-bottom: 82px solid transparent;
    content: "";
    height: 0;
    right: 200px;
    position: absolute;
    top: 0px;
    width: 0;
}

.coWorkerLink:first-of-type {
    margin-right: 40px;
}

.coWorkerLink {
    display: inline-block;
    text-decoration: none;
    margin-top: 5px;
}

.coWorkerLink img {
    max-width: 150px;
    display: inline-block;
    margin: 5px;
}

.coWorkerLink img:hover {
    box-shadow: 0px 0px 10px #fff;
}

@media (max-width: 1325px) {
    #base {
        clear: both;
        float: none;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    #base:before {
        display: none;
    }

    .coWorkerLink:first-of-type {
        margin-right: 0px;
    }
}

/* footer */

footer {
    display: block;
    background-color: #ff600e;
    /*    border-top: 2px solid #FD5025;*/
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer_holder {
    width: 90%;
    /*    border: 1px solid red;*/
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
}

.footer_parts {
    display: inline-block;
    width: 19%;
    /*    border: 1px solid yellow;*/
    padding: 10px;
    /*    min-height: 400px;*/
    vertical-align: top;
}

.footer_parts h4 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-right: 7px;
    padding-left: 7px;
    text-align: justify;
}

.footer_parts p {
    font-size: 13px;
    color: #eee;
    padding-right: 7px;
    padding-left: 7px;
    text-align: justify;
}

#qr_code {
    width: auto !important;
    height: auto;
    margin: 50px auto !important;
    border-radius: 10px;
}

.footer_parts p a {
    color: #fff;
    transition-duration: 0.3s;
}

.footer_parts p a:hover {
    text-decoration: underline;
    text-decoration: underline;
    padding-right: 5px;
    transition-duration: 0.3s;
}

#grayfooter {
    background-image: url(../images/footergray.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100px;
    padding-top: 50px;
    position: relative;
}

#copyRight_holder {
    padding: 0 15px 10px 15px;
    color: #000;
}

#copyRightFa {
    float: right;
}

#copyRightEn {
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1128px) {
    .footer_parts {
        display: block;
        width: 100%;
    }

    .footer_holder {
        text-align: right;
    }

}

/* --------home--------- */

#mainDiv {
    width: 99%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    /*    border: 1px red solid;*/
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    box-shadow: 0px 0px 10px #999;
    overflow-x: hidden;
}

#secondBody {
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #d2d2d2;
    padding-bottom: 40px;
    border-bottom: 2px #fff solid;
}

#home_project {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}


#scrollingDiv a {
    display: inline-block;
    position: relative;
    width: 250px;
    height: auto;
    text-align: center;
    margin: 10px;
    background-color: #ff550d;
    transition-duration: 0.5s;
}

#scrollingDiv a:hover {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#scrollingDiv a:hover > img {
    cursor: pointer;
    box-shadow: 0px 0px 8px #777;
    opacity: 0;
    transition-duration: 0.5s;
}

#scrollingDiv a:hover > span {
    display: block;
    text-align: center;
    transition-duration: 0.5s;
}

#scrollingDiv a > img {
    width: 100%;
}

#scrollingDiv a > span {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 10px;
    right: 10px;
    width: 100%;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    color: #fff;
    transition-duration: 0.5s;
}

.linkable {
    widtH: 200px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    height: 45px;
    color: #ff550d;
    border: 3px solid #ff550d;
    border-radius: 5px;
    transition-duration: 0.3s;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.linkable:hover {
    background-color: #ff550d;
    color: #fff;
    transition-duration: 0.3s;
    text-decoration: none;
}

/*----------- Content ----------------*/

.content_p {
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
}

.bold_span {
    font-size: 16px;
    font-weight: bolder;
}

#mainDiv table {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    text-align: center;
    font-size: 15px;
}

#mainDiv table td,
#mainDiv table th {
    padding: 10px;
    border: 1px solid #999;
    text-align: center;
}

#mainDiv table .table_titr {
    background-color: #ff6501;
}

.even {
    background-color: #CCCCCC;
}

.odd {
    background-color: #fff;
}

#mainDiv h4 {
    font-weight: bold;
    text-align: right;
}

#mainDiv h4 img {
    display: inline-block;
    width: 55px;
    height: 55px;
}

#mainDiv img {
    width: 100%;
    margin: 0 auto;
}

/* ------ Domain Page --------*/

@media (max-width: 400px) {

    #doamin td,
    #doamin th {
        font-size: 11px;
        padding: 5px;
    }
}

/*---------- Project Page --------------*/
.projectFrame {
    display: inline-block;
    max-width: 250px;
    margin: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition-duration: 0.3s;
    cursor: pointer;
}

.projectFrame img {
    width: 100%;
    transition-duration: 0.3s;
}

.projectFrame span {
    position: absolute;
    top: 45%;
    right: 10%;
    left: 10%;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    display: none;
}

.projectFrame:hover {
    background-color: #ff550d;
    transition-duration: 0.3s;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
}

.projectFrame:hover img {
    opacity: 0;
    transition-duration: 0.3s;
}

.projectFrame:hover span {
    display: block;
    transition-duration: 0.3s;
}

.hiddenSection {
    display: none;
}

.modal-body img {
    width: 100%;
}

.modal-header {
    padding: 10px 10px 5px 10px;
}

.modal-footer {
    text-align: center;
}

.social_contact {
    top: auto;
    right: 10%;
}

.social_contact a {
    display: inline-block;
    margin: 5px;
}

.help-block {
    display: inline-block;
}

label {
    margin-top: 10px;
}

#phone-top {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    transform: scale(-1, 1);
    padding-top: 5px;
}

#phone-top i {
    color: #ff5f00;
    font-size: 2.3em;
    transform: rotate(-35deg);
}

.top_black .head_content {
    padding: 0;
}

#phone-no {
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    vertical-align: super;
}

#enter {
    display: inline-block;
    text-align: center;
    color: #fff;
    vertical-align: super;
}

#enter a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    vertical-align: middle;
}

#enter a:hover {
    color: #ff5f00;
}

#search-top {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

#search-top i {
    color: #ff5f00;
    font-size: 2em;
}

.slidebg {
    width: 100%;
    height: 100%;
    min-height: 440;
    text-align: center;
    background: url(../images/slidebg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -5px;
}

#moveUp {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    line-height: 30px;
    background: #323232;
    color: #fff;
    min-height: 30px;
    cursor: pointer;
    border-radius: 3px;
}

.icongray {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #323232;
    line-height: 30px;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

@media (min-width:960px) {
    .stellarnav > ul > li {
        width: 100%;
        max-width: 110px;
    }
}

.stellarnav li a {
    padding-right: 5px !important;
    padding-left: 5px !important;
    line-height: 31px;
}

#menu {
    display: contents;
}
@media(max-width:1270px){
    #menu{
        float: none !important;
        clear: both;
        display: block;
    }
}

.stellarnav.dark a.menu-toggle {
    color: #555 !important;
}
@media (max-width:960px) {
    .stellarnav.dark li a,.stellarnav a > i{
        color: #fff !important;
    }
    .stellarnav.dark li a br{
        display: none;
    }
}
@media (max-width:940px) {
    #domainbg{
        background-size: 100% 110%;
    }
}

@media (max-width: 500px) {
    #search-top{
        float: right;
        padding-top: 0px;
    }
    #enter{
        vertical-align: sub;
    }
}
@media (max-width: 800px) {
    #grayfooter{
        padding-top: 20px;
    }
    .social{
        top: 60%;
        right: 10%;
    }
    .social_contact a,.social_contact img{
        display: inline-block;
        width:30px !important;
        height: 30px !important;
    }
}

.innerProjectText strong{
    color: #ff5f00;
    
}

#mainDiv .imageDeatails{
    max-width: 100% !important;
    width: auto;
    margin: 10px auto;
    
}