@font-face {
    font-family: cabin;
    src: url(../fonts/Cabin.ttf);
}

@font-face {
    font-family: nazanin;
    src: url(../fonts/BNazanin.ttf);
}

@font-face {
    font-family: vazir;
    src: url(../fonts/Vazir.ttf);
}

body {
    padding: 0;
    padding-top: 50px;
    margin: 0;
    font-family: cabin;
    background-color: #fff !important;
}

.product-container {
    min-height: 80vh;
    font-family: vazir;
}

    .product-container .btn, .product-container table form {
        display: inline-flex !important;
    }

p {
    margin-bottom: 0;
    line-height: 1.5em;
}

a {
    text-decoration: none;
}

.navbar-section .navbar-brand {
    color: #0269b4;
    font-weight: bold;
}

    .navbar-section .navbar-brand span {
        color: #333;
        font-weight: normal;
    }

.brand-section {
    padding-top: 40px;
}

    .brand-section h2 {
        color: #0269b4;
        text-transform: capitalize;
        font-weight: bold;
    }

        .brand-section h2 span {
            color: #333;
            font-weight: normal;
            font-size: 0.85em;
        }

.about-section {
    padding: 20px 0;
    margin-top: 30px;
}

    .about-section img {
        border-radius: 15px;
        max-height: 400px;
    }

    .about-section h2 {
        text-align: center;
        color: #0269b4;
    }

        .about-section h2 span {
            color: #333;
            font-size: 0.8em;
        }

    .about-section p {
        padding: 0px 100px;
        text-align: center;
        line-height: 2em;
    }

.contact-section {
    padding: 0 0 20px 0;
    margin-bottom: 40px;
}

    .contact-section h2 {
        text-align: center;
        color: #0269b4;
        margin-top: 20px;
        margin-bottom: 60px;
    }

        .contact-section h2 span {
            color: #333;
            font-size: 0.8em;
        }

    .contact-section iframe {
        width: 100%;
        border-radius: 15px;
        min-height: 300px;
    }

    .contact-section h4 {
        color: #0269b4;
    }

    .contact-section p {
        margin-bottom: 15px;
    }

    .contact-section a {
        text-decoration: none;
        color: #0269b4;
        font-weight: bold;
        display: block;
        margin-bottom: 8px;
    }

        .contact-section a:last-child {
            margin-bottom: 0;
        }

    .contact-section .second-row {
        margin-top: 50px;
    }

        .contact-section .second-row iframe {
            margin-top: 20px;
        }

        .contact-section .second-row .box {
            padding: 20px 0 0 0;
            border: 1px solid #0269b4;
            border-radius: 15px;
        }

            .contact-section .second-row .box p {
                margin-bottom: 20px;
            }

.footer-section {
    background-color: #222;
    border-top: 10px solid #d72928;
    color: #fff;
    padding: 20px 0px 0px 0px;
}

    .footer-section h2 {
        font-size: 1.3em;
    }

    .footer-section .address div {
        margin-bottom: 10px;
    }

        .footer-section .address div:last-child {
            margin-bottom: 0;
        }

    .footer-section .copyright {
        background-color: #444;
        padding: 20px 0;
        font-size: 0.9em;
        margin-top: 20px;
    }

.offcanvas .offcanvas-title {
    color: #0269b4;
    font-weight: bold;
}

    .offcanvas .offcanvas-title span {
        color: #333;
        font-weight: normal;
    }

@media (max-width: 768px) {
    .navbar-section .btn-style {
        background-color: #0269b4 !important;
        color: #fff;
    }

    .about-section h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-section p {
        padding: 0;
        text-align: left;
    }

    .second-row div {
        padding-bottom: 20px;
    }

        .second-row div:last-child {
            padding-bottom: 0;
        }

        .second-row div .box {
            padding-bottom: 0;
        }

    .footer-section {
        text-align: center;
    }

        .footer-section .title {
            margin-bottom: 30px;
        }
}
/*# sourceMappingURL=style.css.map */

@media print {
    body > *:not(.product-container) {
        display: none !important;
    }

    .product-container {
        display: block !important;
    }



        .product-container table tr td:last-child,
        .product-container table tr th:last-child,
        .product-container .btn, .product-container h2 {
            display: none !important;
        }
}
