html{
    scroll-behavior: smooth;
}
body{
    background-color: #f9f9f9;
    margin: 0;
    direction: rtl;
    font-family: Yekan Bakh FaNum;
}
@font-face{
    font-family: Yekan Bakh FaNum;
    font-style:normal;
    src: url(../fonts/YekanBakhFaNum-Regular.woff2) format("woff2");
}
@font-face{
    font-family: Yekan Bakh FaNum;
    font-style:normal;
    font-weight:900;
    src: url(../fonts/YekanBakhFaNum-Black.woff2) format("woff2");
}
@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Bold.woff2') format('woff2'),
        url('../fonts/MadaniArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
::selection {
  color: white;
  background: #434244;
}
.main{
    width: 1140px;
    margin: auto;
}
.relative{
    position: relative;
}
.clr{
    clear: both;
}
.justify-text {
    text-align: justify;
}
.mt-0{margin-top: 0;}.mb-10{margin-bottom: 10px;}.mb-15{margin-bottom: 15px;}.mb-20{margin-bottom: 20px;}.mb-25{margin-bottom: 25px;}.mb-30{margin-bottom: 30px;}.mb-35{margin-bottom: 35px !important;}.mb-40{margin-bottom: 40px;}
.mb-0{margin-bottom: 0;}.mb-5{margin-bottom: 5px;}.mt-10{margin-top: 10px;}.mt-15{margin-top: 15px;}.mt-20{margin-top: 20px;}.mt-25{margin-top: 25px;}.mt-30{margin-top: 30px !important;}.mt-35{margin-top: 35px;}.mt-40{margin-top: 40px;}.mt-50{margin-top: 50px !important;}
/*navbar*/
.navbar{
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
}
.navbar::before{
    content: ' ';
    display: block;
    width: 100%;
    height: 7px;
    background-color: #f58220;;
}
.navbar-logo{
    width: 220px;
    float: right;
    margin-top: 15px;
}
.navbar-logo img{
    width: 100%;
}
.navbar-menu{
    float: right;
}
.navbar-menu ul{
    list-style-type: none;
    padding-right: 0;
    margin-top: 10px;
}
.navbar-menu li{
    float: right;
    margin: 0 15px;
}
.navbar-menu li a{
    display: block;
    color: #2e2e2e;
    text-decoration: none;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
}
.omid-icon-navbar{
    width: 38px;
    height: 38px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 3;
}
.navbar-menu .active-menu i{
    width: 48px;
    height: 48px;
    background-color: #fff;
    background-size: 70%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
}
.navbar-menu .active-menu{
    position: relative;
}
.navbar-menu .active-menu i::before{
    content: ' ';
    width: 16px;
    height: 16px;
    background-image: url("../images/ele.svg");
    background-size: 100%;
    position: absolute;
    top: -3px;
    right: -19px;
}
.navbar-menu .active-menu i::after{
    content: ' ';
    width: 16px;
    height: 16px;
    background-image: url("../images/ele.svg");
    background-size: 100%;
    position: absolute;
    top: -3px;
    left: -19px;
    transform: rotate(90deg);
}
.navbar-menu .active-menu::before{
    content: ' ';
    width: 56px;
    height: 55px;
    display: block;
    margin: auto;
    background-color: rgb(245, 130, 32);
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    position: relative;
    top: -10px;
}
.navbar-menu a b{
    font-weight: normal;
    position: relative;
    top: 10px;
}
.active-menu a{
    position: relative;
    top: -62px;
}
/*swiper*/
.swiper-main-slider{
    width: 100%;
}
.swiper-main-slider img{
    width: 100%;
}
/*information Section*/
.information-section{
    width: 100%;
    position: relative;
}
.information-main{
    position: relative;
    margin-top: -120px;
}
.information-section::before{
    content: ' ';
    width: 100%;
    height: 86px;
    background-image: url('../images/curve.svg');
    display: block;
    position: absolute;
    top: 25px;
    z-index: 1;
}
.information-item{
    position: relative;
}
.information-content{
    position: relative;
    z-index: 4;
}
.information-right{
    width: 33%;
    float: right;
}
.information-right::before{
    content: ' ';
    width: 100%;
    height: 135px;
    display: block;
    position: absolute;
    z-index: 2;
    background-image: -moz-linear-gradient( -90deg, rgba(206,107,23,0.99608) 0%, rgb(245,130,32) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(206,107,23,0.99608) 0%, rgb(245,130,32) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(206,107,23,0.99608) 0%, rgb(245,130,32) 100%);
    transform: skew(0deg, 4deg);
    border-top-right-radius: 25px;
}
.information-center{
    width: 34%;
    height: 160px;
    float: right;
    position: relative;
    z-index: 3;
    top: -38px;
    background-image: -moz-linear-gradient( 90deg, rgba(191,97,18,0.99608) 0%, rgb(245,130,32) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(191,97,18,0.99608) 0%, rgb(245,130,32) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(191,97,18,0.99608) 0%, rgb(245,130,32) 100%);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.information-center::before{
    content: ' ';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
    background-image: url('../images/ele2.svg');
}
.information-center::after{
    content: ' ';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -20px;
    background-image: url('../images/ele2.svg');
    transform: rotate(90deg);
}
.information-left{
    width: 33%;
    float: right;
}
.information-left::before{
    content: ' ';
    width: 100%;
    height: 135px;
    display: block;
    position: absolute;
    z-index: 2;
    background-image: -moz-linear-gradient( -90deg, rgba(206,107,23,0.99608) 0%, rgb(245,130,32) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(206,107,23,0.99608) 0%, rgb(245,130,32) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(206,107,23,0.99608) 0%, rgb(245,130,32) 100%);
    transform: skew(0deg, -4deg);
    border-top-left-radius: 25px;
}
.notifications{
    width: 100%;
    height: 50px;
    background-image: -moz-linear-gradient( 90deg, rgba(65,64,66,0.99608) 0%, rgb(100,97,101) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(65,64,66,0.99608) 0%, rgb(100,97,101) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(65,64,66,0.99608) 0%, rgb(100,97,101) 100%);
    position: relative;
    z-index: 4;
    top: -38px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.omid-icon-infosection{
    width: 70px;
    height: 70px;
    display: block;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}
.information-title{
    float: right;
    color: #fff;
    margin-right: 15px;
}
.information-title h4{
    margin-bottom: 0;
    font-size: 22px;
}
.information-title p{
    margin: 0;
}
.information-content a{
    display: flex;
}
.information-center>.information-content{
    padding-top: 20px;
}
.notifications-title{
    font-family: 'MadaniArabic';
    font-size: 18px;
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, rgba(65,64,66,0.99608) 0%, rgb(100,97,101) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(65,64,66,0.99608) 0%, rgb(100,97,101) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(65,64,66,0.99608) 0%, rgb(100,97,101) 100%);
    padding: 10px 25px;
    display: inline-block;
    position: absolute;
    border-bottom-right-radius: 25px;
    z-index: 1;
}
.notifications marquee{
    color: #fff;
    padding-top: 10px;
}
.title{
    width: fit-content;
    height: 38px;
    font-family: 'MadaniArabic';
    font-size: 20px;
    color: #fff;
    margin: auto;
    padding-left: 15px;
    border-radius: 150px;
    border-top-left-radius: 0;
    background-image: -moz-linear-gradient( 90deg, rgba(100,97,101,0.99608) 0%, rgb(65,64,66) 50%, rgb(100,97,101) 50%, rgb(65,64,66) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(100,97,101,0.99608) 0%, rgb(65,64,66) 50%, rgb(100,97,101) 50%, rgb(65,64,66) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(100,97,101,0.99608) 0%, rgb(65,64,66) 50%, rgb(100,97,101) 50%, rgb(65,64,66) 100%);
    position: relative;
    z-index: 1;
}
.title mark{
    display: inline-block;
    height: 38px;
    background-image: -moz-linear-gradient( 90deg, rgba(252,149,61,0.99608) 0%, rgb(206,107,23) 50%, rgb(245,130,32) 50%, rgb(232,95,21) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(252,149,61,0.99608) 0%, rgb(206,107,23) 50%, rgb(245,130,32) 50%, rgb(232,95,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(252,149,61,0.99608) 0%, rgb(206,107,23) 50%, rgb(245,130,32) 50%, rgb(232,95,21) 100%);
    border-radius: 150px;
    border-top-left-radius: 0;
    padding: 0 10px;
    color: #fff;
    position: relative;
}
.title mark::before{
    content: '';
    width: 11px;
    height: 11px;
    background-image: url('../images/ele3.svg');
    position: absolute;
    top: 0;
    left: -11px;
}
.title-section{
    width: fit-content;
    position: relative;
    margin: auto;
}
.title-align-right{
    margin: inherit;
}
.title-section::before{
    content: '';
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    border-radius: 150px;
    transform: rotate(-7deg);
}
/*homepage blog*/
.blog-section{
    height: 600px;
    background-image: url('../images/factory-background.png');
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
/*posts*/
.swiper-slide-post{
    width: 320px !important;
    padding: 25px 0px 45px 0;
}
.post-item-hyperlink{
    display: block;
    text-decoration: none;
    position: relative;
}
.post-item-hyperlink::after{
    content: '';
    width: 86%;
    height: 20px;
    border-radius: 8.5px;
    background-color: #d6d6d6;
    position: absolute;
    bottom: -8px;
    right: 7%;
    left: 7%;
}
.post-item-hyperlink:hover::after{
    transition: 0.5s;
    background-color: #959595;
}
.post-item-hyperlink:hover>.post-item>.post-item-thumbnail{
    transition: 0.5s;
    transform: rotate(0deg) scale(1.02);
}
.post-item{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 40%);
    position: relative;
    z-index: 1;
}
.post-item-thumbnail{
    width: 93%;
    height: 180px;
    margin: auto;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    top: -15px;
    transform: rotate(-3deg);
    background-color: #d6d6d6;
}
.post-item-thumbnail img{
    width: 100%;
    min-height: 100%;
}
.post-item-description h4{
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.post-item-description time{
    display: block;
    font-size: 14px;
    text-align: center;
    direction: ltr;
    color: #787878;
}
.post-slider{
    position: relative;
}
.swiper-button-next-4{
    left: 10px !important;
    right: auto !important;
    transform: rotate(180deg) !important;
    filter: grayscale(100%);
}
.swiper-button-prev-4{
    right: 10px !important;
    left: auto !important;
    transform: rotate(180deg) !important;
    filter: grayscale(100%);
}
.swiper-pagination-4{
    bottom: -10px !important;
    filter: grayscale(100%);
}

/*about-banner*/
.about-banner{
    width: 100%;
    height: 400px;
    background-image: url('../images/about-banner-background.jpg');
    background-attachment: fixed;
    position: relative;
}
.about-banner::after{
    content: '';
    width: 100%;
    height: 319px;
    background-image: url('../images/banner-wave.png');
    background-size: auto 100%;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;

}
.gear-banner{
    width: 400px;
    height: 400px;
    float: right;
    position: relative;
    top: -60px;
}
.gear-banner::before{
    content: ' ';
    width: 494px;
    height: 494px;
    background-image: url('../images/gear.png');
    position: absolute;
    top: -50px;
    right: -45px;
    animation: 20s gearRotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes gearRotate{
    100%{
        transform: rotate(180deg);
    }
}
.gear-bg{
    width: 400px;
    height: 400px;
    background-image: url('../images/gear-bg.webp');
    background-blend-mode: color;
    border-radius: 100%;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}
.gear-bg-product {
    background-image: url('../images/about-product.webp');
}
.gear-bg-title{
    width: 94%;
    height: 94%;
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-radius: 100%;
    position: absolute;
    right: 3%;
    top: 3%;
    mix-blend-mode: lighten;
    display: none;
    animation: 0.3s scaleIn;
    align-items: flex-start;
}
@keyframes scaleIn{
    0%{
        transform: scale(0);
    }
}
.gear-bg-title p {
    width: 100%;
    font-family: 'MadaniArabic';
    font-size: 36px;
    text-align: center;
    color: #000;
    align-self: center;
}
.gear-bg:hover{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100% !important;
}
.gear-bg:hover>.gear-bg-title{
    display: flex;
}
.about-description{
    width: 600px;
    float: left;
    position: relative;
    z-index: 2;
}
.about-description p{
    text-align: justify;
    font-size: 15px;
}
.more-hyperlink {
    color: #000000;
    float: left;
    text-decoration: none;
    border-bottom: 3px solid #f58220;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.3s;
}
.more-hyperlink:hover {
    border-bottom: 3px solid #904e16;
    background-color: #f58220;
    background-image: -moz-linear-gradient(90deg, rgba(252, 149, 61, 0.99608) 0%, rgb(206, 107, 23) 50%, rgb(245, 130, 32) 50%, rgb(232, 95, 21) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(252, 149, 61, 0.99608) 0%, rgb(206, 107, 23) 50%, rgb(245, 130, 32) 50%, rgb(232, 95, 21) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(252, 149, 61, 0.99608) 0%, rgb(206, 107, 23) 50%, rgb(245, 130, 32) 50%, rgb(232, 95, 21) 100%);
    color: #fff;
    border-radius: 150px;
}
/*license*/
.license-title{
    width: 293px;
    height: 148px;
    background-image: url('../images/map.png');
    float: right;
    margin-top: 50px;
}
.license-title p{
    font-family: 'MadaniArabic';
    color: #434244;
    font-size: 26px;
    margin-right: 50px;
}
.license-title span{
    color: #f58220;
}
.license-slider{
    width: 820px;
    float: left;
    position: relative;
}
.swiper-slide-license img{
    width: 100%;
}
.swiper-button-next-5,.swiper-button-prev-5{
    filter: grayscale(100%)
}
.swiper-button-next-5{
    left: 10px !important;
    right: auto !important;
    transform: rotate(180deg) !important;
    filter: grayscale(100%);
}
.swiper-button-prev-5{
    right: 10px !important;
    left: auto !important;
    transform: rotate(180deg) !important;
    filter: grayscale(100%);
}
.swiper-pagination-5{
    bottom: -10px !important;
    filter: grayscale(100%);
}
/*footer*/
.footer{
    width: 100%;
    background-image: url('../images/footer-bg.jpg');
    background-attachment: fixed;
    position: relative;
    margin-top: 80px;
}
.footer::before{
    content: '';
    width: 100%;
    height: 34px;
    background-image: url(../images/footer-curve.png);
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
}
.footer-scroll-up{
    width: 47px;
    height: 47px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1;
    top: -18px;
    cursor: pointer;
    text-decoration: none;
}
.footer-scroll-up span{
    width: 47px;
    height: 47px;
    display: block;
    margin: auto;
    background-image: -moz-linear-gradient( 90deg, rgba(252,149,61,0.99608) 0%, rgb(206,107,23) 50%, rgb(245,130,32) 50%, rgb(232,95,21) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(252,149,61,0.99608) 0%, rgb(206,107,23) 50%, rgb(245,130,32) 50%, rgb(232,95,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(252,149,61,0.99608) 0%, rgb(206,107,23) 50%, rgb(245,130,32) 50%, rgb(232,95,21) 100%);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.footer-scroll-up i{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding-top: 12px;
}
.footer-scroll-up::before{
    content: '';
    width: 69px;
    height: 35px;
    background-image: url('../images/footer-scrollup-ele.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -11px;
    top: 17px;
}
.footer-column{
    width: 255px;
    float: right;
    margin-left: 40px;
}
.footer-column:last-child{
    margin-left: 0;
}
.footer-title {
    border-bottom: 2px solid #404347;
    border-bottom-right-radius: 12px;
    margin-bottom: 15px;
}
.footer-title figure{
    width: 28px;
    height: 28px;
    background-image: -moz-linear-gradient( 124deg, rgb(70,37,237) 0%, rgb(154,45,151) 100%);
    background-image: -webkit-linear-gradient( 124deg, rgb(70,37,237) 0%, rgb(154,45,151) 100%);
    background-image: -ms-linear-gradient( 124deg, rgb(70,37,237) 0%, rgb(154,45,151) 100%);
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    float: right;
    position: relative;
    top: 2px;
}
.footer-title figure i{
    width: 100%;
    color: #fff;
    text-align: center;
    align-self: center;
}
.footer-title-content{
    float: right;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #6828ca;
    position: relative;
    top: 2px;
}
.footer-about img{
    display: block;
    margin: auto;
}
.footer-about p{
    text-align: justify;
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.footer-about a{
    display: block;
    text-align: left;
    color: #ffdb00;
    font-size: 12px;
    text-decoration: none;
}
.footer-about-logo{
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-bottom: 10px;
}
.footer-menu{
    text-align: justify;
    color: #a8afba;
    list-style: none;
    padding: 0;
}
.footer-menu li{
    margin-bottom: 10px;
}
.footer-menu a{
    color: #a8afba;
    text-decoration: none;
}
.footer-menu a i{
    margin-left: 5px;
}
.foot-element{
    width: 100%;
    height: 12px;
    background-color: #f27b1f;
    position: relative;
    margin-top: 100px;
}
.foot-element::before{
    content: '';
    width: 100%;
    height: 58px;
    background-image: url('../images/foot-element.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -57px;
}
.foot-element-logo{
    width: 128px;
    height: 27px;
    background-image: url('../images/logo-3.png');
    display: block;
    margin: auto;
    position: relative;
    top: -45px;
    transition: 0.5s;
    transition-delay: 0.1s;
}
.foot-element-logo:hover{
    background-position-y: -27px;
}
.copyright{
    text-align: center;
    color: #4e3623;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -42px;
}
.navbar-contact {
    float: left;
    margin-top: 15px;
}
.call-center a {
    direction: ltr;
    color: #2a2a2a;
    text-decoration: none;
    display: flex;
}
.call-number {
    font-size: 30px;
}
.call-number span {
    font-size: 18px;
}
.icon-call-center {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url('../images/svg/call-green.svg');
    background-size: 100%;
    margin: 15px;
}
.call-content {
    margin-right: 20px;
}
.call-content p {
    font-size: 13px;
    margin: 0;
    margin-top: -10px;
}
.product-banner {
    position: relative;
    top: -92px;
    z-index: 99;
}
.pb-img {
    width: 30%;
    display: block;
    float: left;
}
.pb-img img {
    width: 100%;
}
.pb-content {
    width: 70%;
    display: block;
    float: right;
    padding-top: 60px;
}
.pb-content h3{
    font-size: 26px;
    font-family: 'MadaniArabic';
}
.pb-content p {
    text-align: justify;
    padding-left: 25px;
}
.main-posts {
    display: flex;
    justify-content: space-evenly;
}
.breadcrumb {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 8px 0;
}
.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-icon {
    width: 17px;
    height: 17px;
    display: block;
}
.breadcrumb-list li {
    display: flex;
}
.breadcrumb-list a {
    display: flex;
    align-items: center;
    color: #6e6e6e;
    text-decoration: none;
    margin-left: 5px;
}
.breadcrumb-list strong {
    color: #6e6e6e;
}
.breadcrumb-list li::after {
    content: '';
    width: 12px;
    height: 17px;
    display: inline-block;
    background-image: url('../images/svg/left-arrow.svg');
    background-size: 100% 100%;
    margin-right: 5px;
}
.breadcrumb-list li:last-child::after {
    display: none;
}
.video-palyer {
    aspect-ratio: 16 / 9;
    width: 100%;
    background: #e3e3e3;
    border-radius: 25px;
    border: 4px solid #2c3653;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.video-palyer video {
    width: 102%;
    height: 102%;
}
.image-style {
    width: 100%;
    border-radius: 15px;
}
.about-banner-otherpage {
    margin-top: 130px;
}
.ceo-founder {
    display: flex;
    justify-content: space-between;
}
.ceo {
    position: relative;
    overflow: hidden;
    border: 2px solid #2c3653;
    border-radius: 15px;
    margin: 8px;
}
.ceo img {
    width: 100%;
}
.ceo-name {
    width: 100%;
    background-color: rgb(44 54 83 / 85%);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.ceo-name h4 {
    margin: 8px 0 0 0;
    font-size: 20px;
}
.ceo-name p {
    margin: 0 0 8px 0;
}
.ceo:hover>.ceo-name{
    color: #343434;
    background-color: #f58220;
    background-image: -moz-linear-gradient(90deg, rgba(252, 149, 61, 0.99608) 0%, rgb(206, 107, 23) 50%, rgb(245, 130, 32) 50%, rgb(232, 95, 21) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(252, 149, 61, 0.99608) 0%, rgb(206, 107, 23) 50%, rgb(245, 130, 32) 50%, rgb(232, 95, 21) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(252, 149, 61, 0.99608) 0%, rgb(206, 107, 23) 50%, rgb(245, 130, 32) 50%, rgb(232, 95, 21) 100%);
}
.ceo-title {
    color: #343434;
    text-align: center;
    font-size: 24px;
}
.wide-image {
    width: 100%;
}
.about-head {
    font-size: 32px;
    margin-bottom: 0;
}
.about-sub-head {
    margin-top: 0;
}
.omid-icon{
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;;
}
.omid-icon-white{
    filter: invert(100%);
}
.omid-icon-home{
    background-image: url("../images/svg/home.svg");
}
.omid-icon-home-fill{
    background-image: url("../images/svg/home-fill.svg");
}
.omid-icon-gear{
    background-image: url("../images/svg/gear.svg");
}
.omid-icon-factory{
    background-image: url("../images/svg/factory.svg");
}
.omid-icon-news{
    background-image: url("../images/svg/news.svg");
}
.omid-icon-laborator{
    background-image: url("../images/svg/laborator.svg");
}
.omid-icon-call{
    background-image: url("../images/svg/call.svg");
}
.omid-icon-cloud{
    background-image: url("../images/svg/cloud.svg");
}
.omid-icon-cooperation{
    background-image: url("../images/svg/cooperation.svg");
}
.omid-icon-chart{
    background-image: url("../images/svg/chart.svg");
}
/* | BLOG | */
.head-bb-title {
    margin-top: 0;
    position: relative;
    font-size: 26px;
    font-width: 900;
    padding-right: 25px;
}
.head-bb-title::before {
    content: "";
    width: 10px;
    height: 30px;
    background-color: rgb(245 130 32);
    position: absolute;
    right: 0;
    top: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.pt-45 {
    padding-top: 45px;
}
/* CARD */
.card {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}
.card-over-hide {
    overflow: hidden;
}
.card-content {
    padding: 15px;
}
.card-header {
    position: relative;
    padding: 0 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: -moz-linear-gradient( 90deg, #00356f 0%, #0054b1 100%);
    background-image: -webkit-linear-gradient( 90deg, #00356f 0%, #0054b1 100%);
    background-image: -ms-linear-gradient( 90deg, #00356f 0%, #0054b1 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header::before {
    content: '';
    width: 21px;
    height: 21px;
    background-image: url('../images/svg/tabel-el.svg');
    position: absolute;
    right: 0;
    bottom: -21px;
}
.card-header::after {
    content: '';
    width: 21px;
    height: 21px;
    background-image: url('../images/svg/tabel-el.svg');
    transform: rotate(270deg);
    position: absolute;
    left: 0;
    bottom: -21px;
}
.card-title {
    display: flex;
    font-size: 20px;
    color: white;
    padding: 10px 0;
}
.card-title h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    color: white;
}
.card-product-category {
    text-align: justify;
}
.card-product-category h1,.card-product-category h2,.card-product-category h3,.card-product-category h4,.card-product-category h5,.card-product-category h6 {
    color: #0d4783;
}
.card-product-category h3 {
    font-size: 1.3em;
}
.card-product-category h4{
    font-size: 1.1em;
}
.card-detail {
    display: flex;
    align-items: center;
}
.card-detail-item {
    margin: 8px;
}
.card-detail-icon {
    width: 20px;
    height: 20px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.card-title-company-logo {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-left: 10px;
}
.form-input-and-btn {
    height: 45px;
    background-color: #f9f9f9;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-input-and-btn input[type="text"] {
    width: 75%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    font-family:Yekan Bakh FaNum;
    padding-right: 15px;
}
.form-input-and-btn .btn-green {
    height: 80%;
    background-color: #0d7a5f;
    border: 0;
    color: #fff;
    font-family:Yekan Bakh FaNum;
    font-size: 16px;
    border-radius: 8px;
    margin-left: 5px;
}
.home-article {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
}
.home-article figure {
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.home-article figure a {
    margin: 0;
}
.home-article figure img {
    width: 100%;
    display: block;
    margin: auto;
}
.home-article h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    text-align: justify;
}
.home-article a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
}
.home-article-p {
    font-size: 14px;
    margin: 0;
    color: #444;
    text-align: justify;
}
.home-article-datetime {
    color: #555;
    font-size: 12px;
}
.article-title {
    font-size: 32px;
    text-align: justify;
    font-weight: 900;
    margin: 0;
}
.article-properties {
    display: flex;
    margin: 5px 0;
}
.article-category {
    display: flex;
    margin-right: 15px;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}
.article-properties time {
    font-size: 14px;
    color: #444444;
    display: flex;
    font-weight: bold;
}
.article-properties time span {
    font-weight: normal;
    direction: ltr;
}
.article-category a {
    margin: 0 5px;
    text-decoration: none !important;
    color: #0d468b !important;
    border: 1px solid #fff;
    font-weight: bold;
    transition: 0.5s;
}
.article-category a:hover {
    border: 1px solid #0d468b;
    padding: 0 8px;
    border-radius: 150px;
}
.article-content {
    text-align: justify;
}
.article-content h2,.article-content h3,.article-content h4,.article-content h5 {
    color: #0d4783;
}
.article-content h2 {
    font-size: 30px;
}
.article-content h3 {
    font-size: 22px;
    font-weight: bold;
}
.post-rate {
    color: #fff;
}
.form-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #c5c5c5;
    font-family:Yekan Bakh FaNum;
    border-radius: 0.25rem;
    box-sizing: border-box;
}
.right-comment-submit {
    float: right;
}
.left-comment-submit {
    float: left;
    display: flex;
}
.btn {
    font-family:Yekan Bakh FaNum;
    border: 0;
    cursor: pointer;
}
.btn-comment {
    font-size: 18px;
    padding: 5px 25px;
    border-radius: 4px;
    background-color: #0d7a5f;
    color: #fff;
}
.starRatingContainer {
    direction: ltr;
}
.blog-categories {
    margin: 0;
    margin-bottom: 10px;
    padding-right: 15px;
}
.blog-categories li::marker {
    color: #999;
}
.blog-categories a {
    color: #222222;
    text-decoration: none;
}
.blog-categories a:hover {
    color: #000000;
}
.tabel-price {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}
.tabel-price th {
    padding: 8px;
    text-align: right;
    color: #0f4586;
}
.tabel-price td {
    padding: 8px;
}
.tabel-price a {
    color: #000;
    text-decoration: none;
}
.tabel-price a:hover {
    text-decoration: underline;
}
.tabel-price tbody tr:nth-of-type(odd){
    background-color: #f1f1f1;
}
.tabel-price tr:hover {
    background-color: #e4ebfa !important;
}
.tabel-price thead tr:hover {
    background-color: #fff !important;
}
.tabel-price-last-update {
    font-size: 12px;
    color: #fff;
    border-left: 1px solid #3f70ac;
    margin: 0;
    padding-left: 15px;
}
.tax-checked {
    width: fit-content;
    float: left;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 14px;
    color: #444;
    padding: 5px 15px;
    padding-right: 45px;
}
.switch {
    position: relative;
    display: inline-block;
    height: 24px;
    cursor: pointer;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    width: 40px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -40px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.header-amount-title {
    width: 100%;
    background-color: #d3d3d3;
    background-image: url(../images/about-banner-background.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    top: -12px;
}
.header-amount-title h1 {
    color: #000000;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 5px;
}
.header-amount-title p {
    text-align: justify;
    color: #000000;
    margin-top: 5px;
}
.header-amount-title img {
    width: 100%;
}
.call-infobox {
    display: flex;
    justify-content: center;
}
.call-infobox .call-number {
    font-size: 34px;
}
.call-infobox .call-number span {
    font-size: 22px;
}
.product-image img {
    width: 100%;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
}
.product-title {
    margin: 10px 0;
    font-size: 28px;
    font-weight: 900;
}
.tabel-product-properties {
    display: flex;
    margin-bottom: 15px;
}
.tabel-product-property-title {
    width: 100%;
    display: flex;
    background-color: #e2e2e2;
    color: #5d5d5d;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 8px;
    margin-left: 10px;
}
.tabel-product-property-value {
    width: 100%;
    background-color: #eeeeee;
    color: #5d5d5d;
    padding: 3px 10px;
    border-radius: 8px;
    margin-right: 10px;
}
.pht-item {
    display: inline-flex;
    font-size: 18px;
    font-weight: bold;
    color: #104687;
    padding: 5px 15px;
    position: relative;
}
.pht-item::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(16,70,135) 50%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(16,70,135) 50%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(16,70,135) 50%, rgb(255,255,255) 100%);
}
.product-header-title {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.tabel-product-properties {
    display: flex;
    margin-bottom: 15px;
}
.tabel-product-property-title {
    width: 100%;
    display: flex;
    background-color: #e2e2e2;
    color: #5d5d5d;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 8px;
    margin-left: 10px;
}
.tabel-product-property-value {
    width: 100%;
    background-color: #eeeeee;
    color: #5d5d5d;
    padding: 3px 10px;
    border-radius: 8px;
    margin-right: 10px;
}
.ltr-text-right {
    direction: ltr;
    text-align: right;
}
.notfound-page {
    text-align: center;
}
.notfound-page figure {
    overflow: hidden;
}
.notfound-page img {
    position: relative;
    top: -10px;
}
.btn-goto-home {
    font-weight: bold;
    color: #0f4586;
    border: 1px solid #0f4586;
    border-radius: 150px;
    text-decoration: none;
    padding: 8px 25px;
    transition: 0.2s;
}
.btn-goto-home:hover {
    color: #fff;
    background-color: #0f4586;
}
.card-title h1 {
    font-size: 26px;
    margin: 0;
}
#mapContact {
    width: 100%;
    height: 280px;
    background: #eee;
    border: 2px solid #aaa;
}
.call-contact-page {
    display: flex;
    justify-content: center;
}
.call-contact-page .icon-call-center {
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-call-center a {
    color: #fff;
}
.footer-call-center .icon-call-center {
    width: 40px;
    height: 40px;
    background-color: #15bca9;
    border-radius: 100%;
    border-bottom-right-radius: 0;
    background-image: url(../images/svg/call-white.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 5px;
}
.footer-social {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-social span {
    width: 0px;
    overflow: hidden;
    padding-left: 5px;
    opacity: 0;
    transition: 0.5s;
}
.footer-social a {
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.5s;
}
.footer-social a:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.footer-social a:hover > span {
    width: 70px;
    opacity: 1;
}
.icon-social {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: 0.5s;
}
.icon-social-instagram {
    background-image: url('../images/svg/social/instagram.svg');
}
.icon-social-telegram {
    background-image: url('../images/svg/social/telegram.svg');
}
.icon-social-whatsapp {
    background-image: url('../images/svg/social/whatsapp.svg');
}
.icon-social-facebook {
    background-image: url('../images/svg/social/facebook.svg');
}
.icon-social-linkedin {
    background-image: url('../images/svg/social/linkedin.svg');
}
.icon-social-aparat {
    background-image: url('../images/svg/social/aparat.svg');
    background-size: 85%;
}
.pagination {
    display: flex;
    padding: 0;
}
.page-item {
    padding: 10px 20px;
    list-style: none;
    border: 1px solid #d5d5d5;
}
.page-item.active {
    background: #1460bb;
    color: white;
    border-color: #1460bb;
}
.page-link {
    text-decoration: none;
}
.page-link[rel~="next"], li.page-item.disabled, .page-link[rel~="prev"] {
    font-family: cursive;
}
.article-content img {
  max-width: 100%;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 0.9em;
  border: 1px solid #ddd;
}

.article-content th,
.article-content td {
  padding: 0.8em 0.6em;
  border-bottom: 1px solid #eee;
}

.article-content th {
  background-color: #f8f8f8;
  font-weight: bold;
}

.article-content tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.article-content tbody tr:hover {
  background-color: #e0e0e0;
}

figure.table {
    border-radius: 0;
    overflow: auto;
}

.post-article a {
  color: #0d4783;
  display: unset;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.article-content blockquote {
  position: relative;
  background: #d6f6ff;
  border: 1px solid #badfe9;
  color: #002c38;
  margin: 15px 0;
  padding: 15px;
  padding-right: 70px;
  border-radius: 8px;
}
.article-content blockquote::before {
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(../images/info-content.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 35px;
  right: 15px;
}