@font-face {
    font-family: Yekan;
    src: url('../fonts/yekan-regular.eot');
    src: url('../fonts/yekan-regular.eot?#iefix') format('FontName-opentype'),
        url('../fonts/yekan-regular.woff') format('woff'),
        url('../fonts/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Yekan';
}



@media only screen and (max-width: 506px) {
    .page-nav-wrapper .page-nav li {
        margin-bottom: 10px !important;
    }
}


.timeline .item .job-desc p {
    font-size: 1.1em;
    text-align: justify;
    color: #999999;
}

#testimonials-section p {
    direction: rtl;
    font-size: 1.2em;
    text-align: justify;
}

#testimonials-section .carousel-item p {
    font-size: 1.5em;
    text-align: center;
    padding: 30px;
    color: white;
}


.portfolio-section .item-inner .content .action a {
    color: #bbbbbb;
    background-color: #4c646f;
    padding: 5px 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
}


#contact-section .contact-info ul {
    direction: ltr;
    background-color: #4c646f;
}

#contact-section .contact-info ul li {
    font-size: 1.5em;
    width: 100%;
    margin: 5px;
    color: white;
}

#contact-section .contact-info ul li a {
    color: white;
}


.product-profile img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
}

.product-profile h1 {
    text-align: center;
    margin-top: 25px;
    direction: rtl;
    font-weight: bold;
}

.product-profile h3 {
    text-align: center;
    color: #f9f931;
}

.product-profile p {
    text-align: center;
    direction: rtl;
    font-size: 1.2em;
    /* margin: 20px; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #41545d;
    padding: 25px;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .product-profile img {
        width: 80%;

    }

    .section.specs img {
        margin: auto;
        display: block;
        width: 100% !important;
    }
}

.section.advantages .item {
    padding: 10px;
}

.section.advantages .wrapping {
    background-color: aquamarine;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.section.advantages .item .wrapping p {
    text-align: center;
    direction: rtl;
    margin: auto;
    padding: 10px;
    font-size: 1.2em;
}

.section.guarantee .wrapping p {
    font-size: 1.2em;
    text-align: center;
    padding: 20px;
    background: #41545d;
    color: white;
    width: 80%;
    margin: auto;
}

.order-text {
    text-align: center;
    direction: rtl;
    font-size: 1.5em;
}

.section.specs img {
    margin: auto;
    display: block;
    width: 70%;
}

@media (max-width: 767px) {
    .portfolio-section .item-inner .content .sub-title {
        font-size: 14px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}







@media only screen and (min-width: 768px) {
    .table_component {
        overflow: auto;
        width: 100%;
    }

    .table_component table {
        border: 2px solid #607D8B;
        height: 100%;
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
        border-spacing: 1px;
        text-align: left;
        direction: rtl;
    }

    .table_component caption {
        caption-side: top;
        text-align: left;
    }

    .table_component th {
        border: 1px solid #dededf;
        background-color: #607D8B;
        color: #ffffff;
        padding: 5px;
        text-align: center;
        direction: rtl;
    }

    .table_component tr:nth-child(2n+1) {
        background-color: #607d8a47;
        color: #000000;
    }

    .table_component tr:nth-child(2n) {
        background-color: #ffffff;
        color: #000000;
    }

    .table_component tr:first-child {
        background-color: #607D8B !important;
        color: #ffffff !important;
    }

    .table_component td {
        border: 1px solid #ffffff;
        padding: 5px;
        text-align: center;
        font-weight: bold;
        font-size: large;
    }
}

@media only screen and (max-width: 768px) {
    .table_component {
        overflow: auto;
        width: 100%;
    }

    .table_component table {
        border: 2px solid #607D8B;
        height: 100%;
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
        border-spacing: 1px;
        text-align: left;
        direction: rtl;
    }

    .table_component caption {
        caption-side: top;
        text-align: left;
    }

    .table_component th {
        border: 1px solid #dededf;
        background-color: #607D8B;
        color: #ffffff;
        padding: 5px;
        text-align: center;
        direction: rtl;
        font-size: smaller;
    }

    .table_component tr:nth-child(2n+1) {
        background-color: #607d8a47;
        color: #000000;
    }

    .table_component tr:nth-child(2n) {
        background-color: #ffffff;
        color: #000000;
    }

    .table_component tr:first-child {
        background-color: #607D8B !important;
        color: #ffffff !important;
    }

    .table_component td {
        border: 1px solid #ffffff;
        padding: 5px;
        text-align: center;
        font-weight: bold;
        font-size: small;
    }
}