@font-face {
  font-family: IRANSans;
  src: url(/wp-content/uploads/2025/01/IRANSansX-Regular.woff);
}

* {
  font-family: IRANSans;
}

.n2-ss-item-image-content{
	filter: drop-shadow(0px 0px 2px #888888);
}

/* navigation */
.container-nav {
    background-color: #ffffff;
    height: 70px;
    position: fixed;
    z-index: 9999;
    box-shadow: 2px 2px 10px #afafaf;
}

@media (min-width: 1024px) {
    .ul-first {
        background-color: #ffffff;
        height: 70px;
        padding-top: 10px !important;
    }
}

@media (max-width: 1024px) {
    .ul-first {
        height: 70px;
    }
}

.img-banner {
    position: absolute;
    left: 10px;
    top: 2px;
    z-index: 99;
}

.img-banner img {
    width: 100px;
    -webkit-filter: drop-shadow(0px 3px 0px #cccccc);
    filter: drop-shadow(0px 3px 0px #cccccc);
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    line-height: 1;
    background: #ffffff;
    float: right;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    z-index: 9;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
    float: right;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    padding: 20px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
    height: 32px;
}
#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 220px;
    font-size: 13px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

.has-sub ul {
    z-index: 9;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
        margin-top: 8px;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
        background-color: #fff;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }
    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 12px;
        color: #000000;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #000000;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        font-size: 14px;
        text-transform: uppercase;
        padding-right: 45px;
        background-color: #ffffff;
        padding-bottom: 27px;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000000;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 7px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        display: block;
        border-right: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}


.elementor-element-928939c , .elementor-element-d7e7945 , .elementor-element-b2983bf , .elementor-element-9bfa6e1 , .elementor-element-36e8c45 , .elementor-element-1e95b3f{
	 background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2026/03/Increase.webp) fixed center center;
    background-size: cover;
    margin-top: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}

.elementor-element-928939c .elementor-widget-container h4 , .elementor-element-d7e7945 .elementor-widget-container h4 {
	color:#fff;
}

.elementor-element-9c016f1 , .elementor-element-d31863a , .elementor-element-b24dff8 {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/wp-content/uploads/2024/customers.jpg) fixed center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.customers .LineUnderTitle {
    margin-bottom: 30px;
}
.secDemo {
    background: linear-gradient(rgba(208, 208, 208, 0.7), rgba(255, 255, 255, 0)), url(/wp-content/uploads/2026/03/OEM9DU0.webp) center bottom;
    background-size: cover;
    background-position: bottom;
    padding-top: 70px;
    padding-bottom: 38px;
}
.imac {
    padding: 0 6% 4% 6%;
    margin: 0 auto;
    max-width: 620px;
}

.pDemo {
    padding-top: 60px;
}

.pDemo p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.screen {
    background: #000;
    border-radius: 3% 3% 0 0 / 5% 5% 0 0;
    /* for aspect ratio */
    position: relative;
    width: 100%;
}

.screen:before {
    content: "";
    display: block;
    /* for aspect ratio ~3:5 */
    padding-top: 60%;
}

.logo {
    background: linear-gradient(90deg, #A6A6AA, #E1E2E4);
    border-radius: 0 0 3% 3%/ 0 0 33.33% 33.33%;
    /* for aspect ratio */
    position: relative;
    width: 100%;
}

.logo:before {
    content: "";
    display: block;
    /* for aspect ratio ~9:100 */
    padding-top: 9%;
}

.logo:after {
    content: "";
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgc3R5bGU9J2hlaWdodDoyNHB4O3dpZHRoOjI0cHg7Jz4NCgk8cGF0aCBkPSdNNzcuMjk1IDUzLjEzNGMtMC4xMjYtMTIuNjY0IDEwLjMyOC0xOC43MzggMTAuNzk1LTE5LjA0MC01Ljg3NC04LjU5Ni0xNS4wMjQtOS43NzMtMTguMjg1LTkuOTA5LTcuNzg3LTAuNzg4LTE1LjE5NSA0LjU4NS0xOS4xNDcgNC41ODUtMy45NDIgMC0xMC4wNDEtNC40NjgtMTYuNDk5LTQuMzUxLTguNDg4IDAuMTI2LTE2LjMxNCA0LjkzNS0yMC42ODUgMTIuNTM3LTguODE5IDE1LjMwMy0yLjI1OCAzNy45NzMgNi4zMzcgNTAuMzgzIDQuMiA2LjA3NSA5LjIwOCAxMi44OTggMTUuNzg0IDEyLjY1NCA2LjMzMi0wLjI1MyA4LjcyNy00LjA5NyAxNi4zODItNC4wOTcgNy42NTYgMCA5LjgwNyA0LjA5NyAxNi41MDkgMy45NzIgNi44MTQtMC4xMjcgMTEuMTMxLTYuMTkxIDE1LjMwMi0xMi4yODUgNC44MjMtNy4wNDggNi44MDktMTMuODcxIDYuOTI2LTE0LjIyMS0wLjE1MS0wLjA2OS0xMy4yODctNS4xMDEtMTMuNDE5LTIwLjIyOHpNNjQuNzAzIDE1Ljk2OWMzLjQ5LTQuMjM0IDUuODQ2LTEwLjEwOSA1LjIwMy0xNS45NjktNS4wMjcgMC4yMDUtMTEuMTIxIDMuMzQ5LTE0LjcyOCA3LjU3My0zLjIzNyAzLjc0OC02LjA2OSA5LjcyOS01LjMxIDE1LjQ3MiA1LjYxMiAwLjQzOCAxMS4zNDEtMi44NTIgMTQuODM0LTcuMDc3eicgLz4NCjwvc3ZnPg0KDQo=");
    left: 50%;
    margin-left: -2.4%;
    position: absolute;
    top: 20%;
    width: 4.8%;
    padding-top: 4.8%;
}

.viewport {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 4%;
    background: #333;
}

.leg {
    margin: 0 auto;
    /* for aspect ratio */
    position: relative;
    width: 20%;
}

.leg:before {
    content: "";
    display: block;
    /* for aspect ratio ~46:100 */
    padding-top: 46%;
    background: linear-gradient(#7a7b80, #abacaf 26%, #d0d1d2 57%, #f2f2f2 76%, #e4e4e4 84%, #787878);
}

.foot {
    /* for aspect ratio */
    position: relative;
    width: 20%;
    margin: 0 auto;
    /* for perspective */
    perspective: 180px;
}

.foot:before {
    content: "";
    display: block;
    /* for aspect ratio ~2:5 */
    padding-top: 40%;
    /* for perspective */
    transform: rotateX(68deg);
    transform-origin: center top;
    background: linear-gradient(#7b7b7b, #7f7f7f 39%, #a6a6a6 53%, #ccc 67%, #aaa 86%, #eee 88%, #fff 95%, #a9a9a9 95%, #000);
    border-radius: 0 0 10% 10% / 0 0 30% 30%;
    box-shadow: 1px 8px 44px #7c7c7c;
}

.imac .viewport {
    transition: background-position 3s ease;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    cursor: pointer;
}

.imac:hover .viewport {
    background-position: 0 100%;
}

.imac .viewport:after {
    background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.h_iframe-aparat_embed_frame {
    margin-top: -25px;
}

.h_iframe-aparat_embed_frame iframe {
    z-index: 9;
}

.plant {
    position: absolute;
    height: 245px;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.keyboard {
    position: absolute;
    bottom: 16px;
    right: 0;
    left:-400px;
    margin: auto;
}

.mouse {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 991px) {
	.keyboard{
		left:0
	}
    .mouse {
        display: none;
    }
}

@media (max-width: 1200px) {
    .plant {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .imac {
        padding: 0;
    }
    .secDemo {
        background-position: center bottom 16px;
    }
}


/* time line */
.sec-timeline {
    padding-top: 30px;
    position: relative;
    padding-bottom: 60px;
}

.timeline-backR {
    position: absolute;
    top: 0;
    right: 0;
}

.timeline-backL {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1065px) {
    .timeline-backL , .timeline-backR {
        display: none;
    }
}

.timeline {
    list-style: none;
    padding: 20px 0 0;
    position: relative;
    margin-top: 25px;
    margin-bottom: 0 !important;
}
.LineUnderTitle {
    height: 3px;
    width: 100px;
    background-color: #009ae1;
    margin: auto;
    margin-top: 20px;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #cacaca;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 70px;
    position: relative;
}
.timeline > li:last-child {
    margin-bottom: 0 !important;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 44%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    text-align: justify;
    direction: rtl;
    padding: 20px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    transition: all 0.3s;
}
.timeline > li > .timeline-panel:hover {
    background-color: #009ae1;
    color: #ffffff;
}
.timeline > li > .timeline-panel:hover:after {
    border-left: 14px solid #009ae1;
    border-right: 0 solid #009ae1;
}
.timeline > li.timeline-inverted > .timeline-panel:hover:after {
    border-right: 14px solid #009ae1 !important;
    border-left: 0 solid #009ae1 !important;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
    transition: all 0.3s;
}
.timeline > li > .timeline-badge {
    background-size: cover;
    border: 2px solid #009ae1;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -37px;
    background-color: #009ae1;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline-badge p {
    margin-top: -7px;
    font-size: 15px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-end {
    background-color: #009ae1;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding-top: 12px;
	transform: translate(15px, 10px);
}

@media (max-width: 500px) {
    .timeline:before {
        display: none;
    }
    .timeline > .timeline-inverted2 > .timeline-badge {
        right: 0;
    }
    .timeline > .timeline-inverted > .timeline-badge {
        left: 45px;
    }
    .timeline > li > .timeline-panel {
        width: 100%;
        margin-top: 115px;
    }
    .timeline > li:not(.timeline-not-border) {
        margin-bottom: 10px;
        position: relative;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 18px;
    }
    .timeline > li:last-child {
        display: none;
    }
}




/* news */
.news {
    margin-top: 50px;
}

.news .LineUnderTitle {
    margin-bottom: 40px;
}

.secNews {
    background: #f5f5f5;
    padding: 9px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 2px 2px 10px #e4e4e4;
    margin-bottom: 20px;
}

.secNews span {
    font-size: 12px;
    color: gray;
    display: block;
}

.secNews img {
    margin-top: 5px;
    border: 6px solid #fff;
    box-shadow: 2px 2px 12px #b7b7b7;
    width: 100px;
    height: 100px;
    transition: all 0.4s;
}

.secNews:hover .secImg {
    box-shadow: 1px 1px 6px #b7b7b7;
}

.secNews a {
    font-size: 14px;
    color: #19457d
}

.newsTitle {
    padding: 12px;
}



/* footer */
#site-content {
/*     background-color: #fff; */
}

#site-footer {
    padding-top: 25px;
    font-size: 85%;
    background-color: #2A2A2A;
    color: #fff;
/*     position: fixed; */
/*     z-index: -1; */
	width:100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: justify;
}

#site-footer a , #site-footer p {
    color: #cecece;
    font-size: 13px;
}

.ulFooter li {
    list-style: none;
    color: #cecece;
    font-size: 13px;
    margin-bottom: 13px;
}

.ulFooter li:before {
    content: "\f2d5";
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    width: 1.3em;
    color: #FFCD01;
    font-size: 11px;
}

.EndOfFooter {
    background-color: #4c4c4c;
    color: #fff !important;
    text-align: center;
    padding: 7px;
    margin-bottom: 0;
    font-size: 10px !important;
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
	fill: var(--e-n-carousel-arrow-hover-color,hsla(0, 100%, 50%));}
	
	/*elementor-styles*/
.elementor-element-f252f0d .wp-caption-text{
    position: absolute;
    bottom:10px;
    text-align: right;
}
.elementor-element-f252f0d .wp-caption-text p{
    line-height: 0.01;
    padding-right: 10px
    
}
.title-b{
color: #009ae1;
}

.elementor-element-f252f0d figure {
    overflow: hidden;
    border-radius: 5px;
    
}

.elementor-element-f252f0d figure img:hover{
    transform: scale(1.5);
     transition: transform .5s ease;
     border-radius: 5px;
}


